@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaisei+HarunoUmi:wght@500&display=swap');

* {
	color: #4e4e4e;
	box-sizing: border-box;
	cursor: url(./images/cur817.cur), auto !important;
	transition: background .4s, color .4s, opacity .4s, letter-spacing .4s, transform 0.4s, visibility 0.4s;
}
*:focus {
	outline: none;
}
:hover, a i:hover, img, .link_post > div, .category_list a, .bgt b {
	cursor: url(./images/oth589.cur), auto !important;
}
a, li, ul {
	list-style: none;
	text-decoration: none;
	color: #4e4e4e;
}
html {
	font-size: 0.77em;
	font-family: 'Noto Sans KR', sans-serif;
}
body {
	margin: 0;
}
.bodyv {
	overflow-y: hidden;
}
::-webkit-scrollbar {
	width: 0;
}

@font-face {
    font-family: 'ClimateCrisisKR-1979';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/ClimateCrisisKR-1979.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'NEXON Lv1 Gothic OTF';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

=========================================================================



#content {
	width: 100%;
}
#contentbox {
	width: 900px;
	margin: 0 auto;
	animation: fadein 1.2s;
	-moz-animation: fadein 1.2s; /* Firefox */
	-webkit-animation: fadein 1.2s; /* Safari and Chrome */
	-o-animation: fadein 1.2s; /* Opera */	
}



/* 헤더 */
#header .top {
	display: none;
	width: 100%;
	height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}



/* 카테고리박스 */
.catebt {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 3;
	transform: translateX(0);
	opacity: 0.5;
}
.catebt:hover {
	opacity: 1;
}
.catebt i {
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #eee;
}
.catebtv {
	transform: translateX(-240px);
	opacity: 1;
}
.catebtv i {
	border-radius: 5px 0 0 5px;
	border: 0;
}
.bgbox {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0;
	z-index: 1;
}
.bgboxv {
	visibility: visible;
	opacity: 0.6;
}
.catebox {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 250px;
	background: #fff;
	padding: 0 20px;
	z-index: 2;
	overflow-y: auto;
	transform: translateX(100%);
}
.catev {
	transform: translateX(0);
}



/* 카테고리 리스트 */
.link_tit, .c_cnt {
	display: none;
}
.tt_category, .tt_category > ul, .tt_category > li, .category_list {
	margin: 0;
	padding: 0;
}
.tt_category {
	display: block;
	font-size: 1.2em;
}
.category_list {
	margin-top: 15px;
}
.category_list > li {
	padding: 20px 8px;
	border-bottom: 1px dashed #eee;
}
.category_list > li:last-child {
	border-bottom: 0;
}
.sub_category_list {
	padding: 0 10px;
}
.link_item, .link_sub_item {
	display: block;
	white-space: wrap;
	word-break: break-all;
	padding: 7px 10px;
	border-radius: 5px;
}
.category_list a:hover {
	opacity: 0.6;
}



/* 프로필 */
.profile {
	position: relative;
}
.profile img {
	display: none;
	position: relative;
	margin-top: -50px;
	width: 100px;
	border-radius: 5px;
}
.bgt {
	font-family: 'ClimateCrisisKR-1979';
	text-transform: capitalize;
	margin-top: 15px;
	margin-bottom: 80px;
	font-size:1.6em;
}



/* 검색박스 */
#search {
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
	width: 120px;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #eee;
}
#search input {
	width: 100%;
	border-radius: 0;
	border: 0;
	padding: 7px;
	text-align: center;
}
#search input::placeholder {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 0.9em;
	text-align: center;
}



/* 커버 */
#cover > * {
	margin-bottom: 70px;
}
#cover .cover_tit {
	display: block;
	text-transform: capitalize;
	font-size: 1.2em;
	font-weight: 600;
	padding: 8px 10px;
	margin-bottom: 10px;
}
.notice_article {
	white-space: pre-wrap;	
	word-break: break-all;
	font-size: 1em;
	padding: 10px;
	margin: 5px 0;
	border-radius: 5px;
	border: 1px solid #eee;
}
.itembox {
	margin-top: 15px;
	text-align: right;
}
.itembox > * {
	display:inline-block;
}
.itembox a {
	padding: 6px 8px;
	border-radius: 5px;
	margin-left: 5px;
}
.itembox a:hover {
	opacity: 0.6;
}
.cover_gallary, .cover_nothumb {
	overflow: auto;
}
.cover_gallary .thumblist, .cover_nothumb .nothumb {
	width: 23%;
}



/* 카테고리 타이틀 */
#cate {
	padding: 10px 0;
	margin-bottom: 20px;
	border-bottom: 1px dotted #eee;
}
.cate_title {
	display: flex;
	word-break:break-all;
	font-size: 1.4em;
	font-weight: 600;
}
.cate_title i {
	align-self: flex-start;
	padding-top: 4px;
	margin-right: 5px;
}



/* 갤러리 목록형 */
.thumblist {
	float: left;
	width: 31.3%;
	margin: 1%;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #eee;
}
.thumblist .link_post img {
	width: 100%;
	border-bottom: 1px solid #eee;
}
.thumblist .tit_post {
	padding: 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}
.thumblist .tit_post i {
	margin-right: 3px;
}
.thumblist .detail_info {
	padding: 8px;
	font-size: 0.9em;	
}
.detail_info > * {
	margin: 3px 0;
	text-align: right;
}
.detail_info .cate_info span {
	display:inline-block;
	max-width: 90%;
	padding: 4px 8px;
	border-radius: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.content .detail_info .cate_info {
	display: none;
}
.detail_info .article_info span {
	display:inline-block;
	padding: 4px 8px;
	border-radius: 5px;
}
.detail_info .date_info span {
	display:inline-block;
	padding: 4px 8px;
	border-radius: 5px;
}
.thumblist:hover img {
	opacity: 0.6;
}



/* 리스트형 */
.nothumb {
	float: left;
	width: 31.3%;
	margin: 1%;
	border-radius: 5px;
	border: 1px solid #eee;
}
.nothumb img, .nothumb .bgbox {
	display: none;
}
.nothumb .tit_post {
	font-weight: bold;
	padding: 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nothumb .tit_post i {
	margin-right: 3px;
}
.nothumb .detail_info {
	padding: 8px;
}



/* 본문 */
.titleWrap a {
	display: flex;
	word-break:break-all;
	padding: 10px 0;
	margin-bottom: 20px;
	border-bottom: 1px dotted #eee;
	font-size: 1.4em;
	font-weight: 600;
}
.titleWrap i {
	align-self: flex-start;
	padding-top: 4px;
	margin-right: 5px;
}
.admin {
	text-align:right;
	margin-bottom: 10px;
}
.admin a {
	margin:0 5px;
}
.articlewrap .article_pw {
	display: block;
	margin: 0 auto;
	width: 100px;
	border-radius: 0;
	padding: 8px;
	color: #424242;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #eee;
	text-align: center;
}
.article {
	white-space: wrap;	
	word-break: break-all;
}
.article * img {
	max-width:100%;
	display:block;
	margin: 0 auto 20px;
}
.tagtrail {
	margin-bottom: 10px;
}
.tagtrail a {
	display: inline-block;
	font-size: 0.95em;
	padding: 4px 8px;
	margin: 3px;
	border: 1px solid #eee;
	border-radius: 5px;
}



/* 페이징 */
.paging {
	text-align: center;
	clear: both;
}
.paging a {
	display: inline-block;
	font-size: 12px;
	margin: 40px 18px 40px 18px;
	color: #aaa;
}



/* 댓글 버튼 */
.cmbt {
	margin-top: 10px;
	text-align: right;
}
.cmbt i {
	display: inline-block;
	border-radius: 5px;
	padding: 10px;
	border: 1px solid #eee;
	font-size: 1.2em;
}



/* 댓글폼 */
.guest_tit {
	display: block;
	text-transform: capitalize;
	font-size: 1.2em;
	font-weight: 600;
	padding: 8px 10px;
	margin-bottom: 10px;
}
.comment {
	margin-top: 20px;
}
.w_group {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	margin-bottom: 20px;
}
.inputbox span {
	display:inline-block;
	margin-right:10px;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 4px 8px;
}
.inputbox input {
	width:80px;
	border:0;
	border-radius:0;
	color: #4e4e4e;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 0.95em;
	font-weight: 600;
	background:transparent;
}
.inputbox input::placeholder {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 0.95em;
	color: #4e4e4e;
	text-align: center;
}
.textarea {
	display: flex;
	height: 120px;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 4px 8px;
}
.textarea textarea {
	width: 100%;
	resize: none;
	border: 0;
	border-radius: 0;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 1em;
}
.w_group .input {
	display: flex;
	margin-left: auto;
	align-items: center;
}
.w_group .submit {
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 4px 8px;
	margin-left: 10px;
}
.w_group .submit input {
	border: 0;
	border-radius: 0;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 0.95em;
	font-weight: 600;
	background: transparent;
	color: #4e4e4e;
}
.w_group .label {
	text-align: center;
}
input[id="secret"] + label:before {
	display: inline-block;
	width: 100%;
	content: "\e965";
	font-family: 'xeicon';
	color: #ccc;
	box-sizing: border-box;
	font-size: 1em;
	background: transparent;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 8px;
}
input[id="secret"]:checked + label:before {
	content: "\e964";
}
input[id="secret"] {
	display: none;
}



/* 댓글리스트 */
.tistoryProfileLayerTrigger {
	display: none !important;
}
.commentlist > li {
	display: block;
	margin-top: 50px;
}
.commentlist > li:first-child {
	margin-top: 30px;
}
.commentlist li > #guestli {
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 10px;
}
.commentlist #guestli .name {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 10px;
}
.commentlist .control {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	margin-top: 20px;
}
.commentlist .control .modify {
	border-radius: 5px;
	padding: 4px 8px;
}
.commentlist .control .write {
	border-radius: 5px;
	padding: 4px 8px;
	margin-top: 3px;
}
.commentlist .desc {
	white-space:wrap;	
	word-break:break-all;
}
.commentlist ul {
	margin: 0;
	padding: 0;
}
.commentlist ul #guestli {
	width: 100%;
}
.commentlist ul li {
	margin-top: 10px;
	display: flex;
}
.commentlist ul li:before {
	align-self: flex-start;
	content: "\e981";
	font-family: "xeicon";
	font-size: 1.2em;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 5px;
	margin-right: 10px;
}





@media (max-width:900px) {
	#contentbox {
		width: 95%;		
	}
}
@media (max-width:700px) {
	.content .thumblist, .content .nothumb {
		width: 47.3%;
	}
	.cover_gallary .thumblist, .cover_nothumb .nothumb {
		width: 47.3%;
	}
	.profile img {
		margin-top: -35px;
		width: 75px;
	}
}
@media (max-width:370px) {
	.content .thumblist, .content .nothumb {
		width: 100%;
		margin: 1% 0;
	}
	.cover_gallary .thumblist, .cover_nothumb .nothumb {
		width: 100%;
		margin: 1% 0;
	}
}









@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-moz-keyframes fadein { /* Firefox */
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-o-keyframes fadein { /* Opera */
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.copyright {
	position:fixed;
	bottom:5px;
	left:5px;
}
.copyright a i {
	color:#dfcfe7;
}
.copyright a:hover i {
	color:#dfa2ff;
}



.container_postbtn {
	padding:0 !important;
}
.txt_like.uoc-count {
	display:none !important;
}
::-webkit-scrollbar {
	width:0px;
	height:0px;
}
.another_category, .tistoryProfileLayerTrigger { display:none !important; }


/* 에디터 관련 */
blockquote, .btn-toggle-moreless {
	font-size: 1em !important;
	font-family: 'NEXON Lv1 Gothic OTF';
}
.moreless-content {
	white-space: wrap;
	word-break: break-all;
	border: 1px dotted #eee;
	padding: 12px;
}
.article a[href], .btn-toggle-moreless {
	font-weight: bold;
}
.article a[href]:hover, .btn-toggle-moreless:hover {
	opacity: 0.5;
}
figure.fileblock, #tt-body-page figure.fileblock {
	display: inline-flex;
	justify-content: center;
	width: 100%;
	height: auto;
	border: 0;
	margin: 0;	
}
figure.fileblock .image, #tt-body-page figure.fileblock .image, figure.fileblock a::after, #tt-body-page figure.fileblock a::after, figure.fileblock .size, #tt-body-page figure.fileblock .size {
	display: none;
}
figure.fileblock .filename, #tt-body-page figure.fileblock .filename {
	margin: 0;
}
figure.fileblock a, #tt-body-page figure.fileblock a {
	max-width: 100%;
	height: auto;
	padding: 8px 12px;
	border-radius: 5px;
	border: 1px solid #eee;
}
figure.fileblock .name, #tt-body-page figure.fileblock .name {
	max-width: 100%;
	font-size: 0.83em;
	font-family: 'NEXON Lv1 Gothic OTF';
}
figure.fileblock .desc, #tt-body-page figure.fileblock .desc {
	position: static;
}
pre code.hljs {
	font-family: 'Noto Sans KR', sans-serif !important;
	font-size: 1em;
}


.gtt {
	display: none;
	position: fixed;
	right: 15px;
	bottom: 15px;
	font-size: 1.2em;	
	border:1px solid #eee;
	padding: 8px;
	border-radius: 5px;	
	background: #fff;
}