@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300&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;
}
*:focus {
	outline: none;
}
:hover, a i:hover, img, .link_post > div, .category_list a {
	cursor: url(./images/oth589.cur), auto !important;
}
a, li, ul {
	list-style:none;
	text-decoration:none;
	color:#4e4e4e;
}
html {
	font-size:0.73em;
	font-family: 'Noto Sans KR', sans-serif;
}



/* 커버 + 공지 */
#cover {
	padding-bottom:10px;
}
#cover > * {
	margin-bottom:15px;
}
#cover > *:last-child {
	margin-bottom:0;
}
#cover .cover_tit {
	display:inline-block;
	margin:0;
	color:#fff;
	padding:6px 12px;
	font-size:0.9em;
	font-weight:bold;
	text-transform:uppercase;
	border-radius:4px 4px 0 0;
}
.cover_notice {
	border-radius:0 4px 4px 4px;
	padding:15px;
	background:#fff;
}
.notice_article {
	white-space:pre-wrap;	
	word-break:break-all;
	font-size:1em;
}



/* 커버 갤러리형 */
.cover_gallary {
	border-radius:0 4px 4px 4px;
	padding:15px;
	background:#fff;
	overflow:auto;
}
.cover_gallary .thumblist {
	width:25% !important;
}
.cover_gallary .thumblist img, .cover_gallary .thumblist .bgbox {
	border-radius: 4px !important;
}



/* 커버 리스트형 */
.cover_nothumb {
	border-radius:0 4px 4px 4px;
	padding:10px 15px;
	background:#fff;
	overflow:hidden;
}
.cover_nothumb .nothumb a {
	border-radius:0;
	margin:0;
	padding:10px;
	border-bottom:1px dashed #eee;
}
.cover_nothumb .nothumb a:hover .tit_post {
	letter-spacing:1px;
}
.cover_nothumb .nothumb:last-child a {
	border-bottom:0;
}



/* 영역 */
body {
	width:700px;
	margin:140px auto 80px;
}
#container {
	display:flex;
	justify-content:space-between;
	background:rgba(255,255,255,0.5);
	padding:20px;
	border-radius:0 0 4px 4px;
}
#contentbox {
	animation: fadein 1s;
	-moz-animation: fadein 1s; /* Firefox */
	-webkit-animation: fadein 1s; /* Safari and Chrome */
	-o-animation: fadein 1s; /* Opera */
	width:510px;
}



/* 헤더 */
#header {
	display:flex;
	flex-direction:column;
	text-transform:uppercase;
}
#header .bgt {
	padding:8px 0 0 0;
	border-radius:4px 4px 0 0;
}
#header .bgt > a {
	display:inline-flex;
	align-items:center;
	margin-left:10px;
	margin-right:3px;
	padding:0 12px;
	font-size:13px;
	color:#fff;
	font-weight:600;
	border-radius:4px 4px 0 0;
}
#header .bgt i {	
	padding:8px 4px 8px 0;
}
#header .itembox {
	display:inline-flex;
	transition:0.4s;	
}
#header .itembox > * {
	margin-right:5px;
}
#header .itembox i {
	position:relative;
	padding:8px 12px 8px 12px;
	background:rgba(255,255,255,0.1);
	top:1px;
	color:#eee;
	font-size:13px;
	border-radius:4px 4px 0 0;
}
#header .itembox span {
	display:none
}
#header .itembox a:hover i {
	background:rgba(255,255,255,0.3);
}



/* 카테고리 */
.tt_category {
	font-size:0.9em;
	font-weight:600;
	z-index:1;
}
.tt_category, .tt_category ul {
	margin:0;
	padding:0;
}
.tt_category .c_cnt, .tt_category .link_tit { display:none }
.tt_category li {
	display:inline-block;
}
.category_list li {
	position:relative;
}
.category_list a {
	display:inline-flex;
	align-items:center;
	color:#fff;
	width:100%;
	margin:2px 0;
	padding:7px 10px;
	border-radius:4px;
}
.category_list a:hover {
	background:rgba(0,0,0,0.1);
}
.category_list a i {
	color:#ffe537;
	font-size:13px;
	padding-right:4px;
}
.sub_category_list { 
	display:none;
	position:absolute;
	min-width:100%;
	width: auto;
	white-space: nowrap;
	text-align:left;
	z-index:1;
}
.sub_category_list li {
	display:block;
}
.sub_category_list a {
	display:block;	
	margin:0;
	padding:6px 10px;
	border-radius:0;
}
.sub_category_list a:hover {
	background:rgba(0,0,0,0.1);
}



/* 사이드바 */
#sidebar {
	display:block;
	width:120px;
	position:sticky;
	top:0;
	text-transform:uppercase;
}
#sidebar .profile img {
	width:100%;
	border-radius:4px;
	margin-bottom:20px;
}
#sidebar .itembox > * {
	background:#fff;
	margin-bottom:10px;
	padding:6px 10px;
	border-radius:4px;
}
#sidebar .itembox a {
	display: flex;
	justify-content:space-between;
	align-items:center;	
	font-size:0.9em;
	font-weight:600;
}
#sidebar .itembox i {
	font-size:12px;
}
#sidebar .itembox div:hover i, #sidebar .itembox div:hover a span {
	color:#fff;
}



/* 태그로그 */
.taglog {
	display:flex;
	flex-wrap:wrap;
}
.taglog a {
	padding:3px 8px;
	margin:3px;
	background:#fff;
	border-radius:4px;
	font-size:0.95em;
}
.taglog a:hover {
	color:#fff;
}



/* 갤러리 목록형 */
.thumblist {
	float: left;
	width: 25%;
	padding: 1%;
}
.thumblist .link_post {
	display:flex;	
	justify-content:center;
	position:relative;
	width:100%;	
}
.thumblist .link_post img {
	width:100%;
}
.thumblist .link_post .bgbox {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#000;
	opacity:0;
}
.detail_info { 
	display:none;
}
.thumblist .tit_post {
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	transform:translate(-50%,-50%);
	color:#fff;
	font-size:0.9em;
	opacity:0;
	text-align: center;
	overflow: hidden;
	word-break:break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.thumblist .link_post:hover .bgbox {
	opacity:.4;
}
.thumblist .link_post:hover img {
	filter: blur(0.5px)
}
.thumblist .link_post:hover .tit_post {
	opacity:1;
}



/* 일반 목록형 */
.nothumb {
	display:block;
}
.nothumb img, .nothumb .bgbox {
	display:none;
}
.nothumb a {
	display:block;
	background:#fff;
	margin-top:10px;
	padding:8px 12px;
	border-radius:4px;
	opacity:0.7;
}
.nothumb .tit_post {
	overflow:hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.nothumb a:hover {
	opacity:1;
}
.content .nothumb a:hover .tit_post {
	color:#fff;
	letter-spacing:1px;
}



/* 본문 */
.titleWrap {
	text-align:center;	
}
.titleWrap > a {
	word-break:break-all;
	font-size:1.1em;
	font-weight:bold;
}
.admin {
	text-align:right;
	opacity:0;
}
.admin a {
	margin:0 5px;
}
.articlewrap {
	border-radius:4px;
	padding:15px;
	background:#fff;
}
.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;
}
.articlewrap:hover .admin {
	opacity:1;
}
.article {
	margin-top:20px;
}
.article * img {
	max-width:100%;
	display:block;
	margin: 0 auto 20px;
}


/* 본문 태그 */
.tag {
	margin-top:10px;
}
.tag a {
	white-space:pre-wrap;
	word-break:break-all;
	font-size:0.9em;
	opacity:0.6;
}
.tag a:hover {
	opacity:1;
}




/* 댓글쓰기 */
.comment {
	margin-top:10px;
}
.inputbox {
	display:flex;
	margin-bottom:10px;
}
.inputbox span {
	display:inline-block;
	margin-right:10px;
	border-radius:4px;
	background:#fff;
}
.inputbox input {
	width:80px;
	border:0;
	border-radius:0;	
	padding:6px;
	color:#4e4e4e;
	font-family: 'Noto Sans KR', sans-serif;
	font-size:0.95em;
	background:transparent;
}
.inputbox input::placeholder {
	font-family: 'Noto Sans KR', sans-serif;
	font-size:0.95em;
	color:#4e4e4e;
	text-align:center;
}
.textarea {
	display:flex;
	flex-direction:column;
	height:120px;
}
.textarea textarea {
	width:100%;
	border:0;
	border-radius:4px;
	font-family: 'Noto Sans KR', sans-serif;
	font-size:1em;
}
.textarea > .input {
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top:10px;
}
.textarea .submit {
	border-radius:4px;
	background:#fff;
}
.textarea input {
	border:0;
	border-radius:0;
	padding:8px 10px;
	font-family: 'xeicon';
	font-size:1.2em;
	background:transparent;
	color:#4e4e4e;
	border:0;
}
.textarea .label {
	text-align:center;
	border-radius:4px;
	background:#fff;
}
input[id="secret"] + label:before {
	display:block;
	width:100%;
	content: "\e965";
	font-family: 'xeicon';
	color:#ccc;
	padding:8px 10px;
	box-sizing:border-box;
	transition:0.4s;
	font-size:1.2em;
	background:transparent;
}
input[id="secret"]:checked + label:before {
	content: "\e964";
}
input[id="secret"] {
	display: none;
}



/* 댓글리스트 */
.commentlist ul, .commentlist li {
	list-style:none;
	margin:0;
	padding:0;
}
.rp_general, .rp_secret, .guest_general, .guest_secret {
	position: relative;
	max-width:80%;
	float:left;
	margin-top:10px;
	clear:both;
}
.commentlist .name {
	display:flex;
	justify-content:space-between;
}
.rp_admin, .guest_admin {
	position: relative;
	max-width:80%;
	float:right;
	margin-top:10px;
	clear:both;
}
.commentlist .guest_admin .control, .commentlist .rp_admin .control {
	order:-1;
}
.commentlist .control {
	order:1;
	opacity:0;
}
.commentlist .control a {
	color:#aaa;
}
.rp_general:hover .control, .rp_admin:hover .control, .rp_secret:hover .control, .guest_general:hover .control, .guest_admin:hover .control, .guest_secret:hover .control  {
	opacity:1;
}
.rp_general .desc, .rp_secret .desc, .guest_general .desc, .guest_secret .desc {
	padding:12px 20px;
	border-radius:0 10px 10px 10px;
	background:#fff;
	white-space:wrap;	
	word-break:break-all;
}
.rp_admin .desc, .guest_admin .desc {
	padding:12px 20px;
	border-radius:10px 0 10px 10px;
	color:#fff;
	white-space:wrap;	
	word-break:break-all;
}
.commentlist .desc {
	margin-top:5px;
}



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



/* 검색박스 */
#search {
	display:block;
	float:right;
	width:100px;
	border-radius:4px;
	margin-top:12px;
	overflow:hidden;
}
#search input {
	width:100%;
	border-radius:0;
	border:0;
	padding:7px;
	text-align:center;
	color:#fff;
}
#search input::placeholder {
	font-family: 'Noto Sans KR', sans-serif;
	font-size:0.9em;
	text-align:center;
	color:#fff;
}



.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: 'Noto Sans KR', sans-serif;
}
.moreless-content {
	white-space:wrap;
	word-break:break-all;
	border:1px dotted #eee;
	padding:12px;
}
.article a[href] {
	font-weight:bold;
}
.article a[href]: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:5px 10px;
	border-radius:4px;
}
figure.fileblock .name, #tt-body-page figure.fileblock .name {
	max-width:100%;
	font-size:0.83em;
	font-family: 'Noto Sans KR', sans-serif;
	color:#fff;
}
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;
}



@media (min-width:700px) {
	#container {
		min-height:300px;
		max-height:500px;
		overflow:auto;
	}
	#header .itembox {
		display:none
	}
}
@media (max-width:700px) {
	body {
		width:96%;
		margin:10px auto;
		overflow:auto;
	}
	#container {
		padding:10px;
	}
	#contentbox {
		width: 100%;
	}
	#cover, .content {
		width:100%;
		height: auto;
	}
	#sidebar {
		display:none
	}
	#cover .thumblist {
		width: 50% !important;
	}
}




@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;
}