@charset "UTF-8";



* { margin:0; padding:0; border:0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: 'noto', sans-serif; color: #373737; font-size: 12px; }
* a { color: #373737; }
a:link { text-decoration: none }
a:visited { text-decoration: none }
a:hover { text-decoration: none }
a:active { text-decoration: none }
ol, ul, li { list-style:none }
input,select,textarea,button { outline: none; background: none; }
iframe, video, embed, object { max-width: 100%; }
#tistorytoolbarid { display:none }
.commentList li .tistoryProfileLayerTrigger { display: none; }
.guestList li .tistoryProfileLayerTrigger { display: none; }
.clear { clear: both; }



body { 
    word-break: normal; 
    word-wrap: break-word;
}
html {
	height: 100%;
}



/* 스크롤 */
::-webkit-scrollbar {
	width: 3px;
	height: 3px;
	background-color: #fad843;
}
::-webkit-scrollbar-thumb {
	width: 3px;
    height: 3px;
    border-radius: 5px;
    background: #14777d;
}


/* 드래그 */
::selection{ 
	color: transparent; 
	text-shadow: 0 0 2px #373737; 
	transition: all 250ms ease-in; 
} 
::-moz-selection{ 
	color: transparent; 
	text-shadow: 0 0 2px #373737; 
	transition: all 250ms ease-in; 
} 


/* 더보기 */
.moreless_fold:before, div[data-ke-type='moreLess']:before, .btn_more:before { 
	font-family: "xeicon"; 
	content: "\e914";
	margin-right: 2px; 
	font-weight: bold;
}
.btn_more, .btn_less {
	font-size: 11px !important;
	height: unset !important;
	line-height: unset !important;
	margin: 0 !important;
}
.btn_less::before, .btn_more::before {
	font-size: 11px !important;
	vertical-align: unset !important;
}
.moreless_top:before, .btn_less:before { 
	font-family: 'xeicon'; 
	content: '\e91b';
	margin-right: 2px;
	font-weight: bold;
}
.moreless_content, .moreless-content { 
	padding: 7px; 
	margin: 3px 0; 
	border: 1px solid;
}
.moreless_bottom { 
	text-align: right; 
}
.moreless_bottom:after, .open[data-ke-type='moreLess']:before { 
	margin-left: 2px; 
	font-family: 'xeicon';
	content: '\e91b'; 
	font-weight: bold;
}
div[data-ke-type='moreLess'] .btn-toggle-moreless, #tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless {
	font-family: unset !important;
	color: unset !important;
	font-size: unset !important;
	line-height: unset !important;
}


/* 첨부파일 */
figure.file_d a {
	cursor: default;
}
.file_d:not(figure) a, .file_d .desc .name {
	line-height: 25px;
	transition: .4s;
	border: 1px solid;
	padding: 1px 5px;
	font-weight: bold;
}
.file_d a img { 
	display: none; 
}
.file_d .desc {
	padding: 0;
}
figure {
	margin: 0;
}
.file_d .desc .size {
	display: none;
}
.file_d .desc .name {
	margin: 0;
	cursor: pointer;
	transition: .4s;
}


/* 인용구 */
.tx-quote-tistory, blockquote[data-ke-style='box'], #tt-body-page blockquote[data-ke-style='box'], blockquote[data-ke-style='normal'], blockquote[data-ke-style='normal'], blockquote[data-ke-style='style2'], #tt-body-page blockquote[data-ke-style='style2'], blockquote[data-ke-style='style3'], #tt-body-page blockquote[data-ke-style='style3'] {
	padding: 7px !important;
	border: 1px solid !important;
	background: none !important;
}
blockquote, blockquote p {
	font-size: 11px !important;
	line-height: unset !important;
}


/* link */
.tx-link, .article a[rel="noopener"] {
	font-weight: bold;
	color: #14777d;
}


/* list-style */
ol[data-ke-list-type='decimal'], ol[data-ke-list-type='decimal'] li, #tt-body-page ol[data-ke-list-type='decimal'], #tt-body-page ol[data-ke-list-type='decimal'] li {
	list-style: decimal !important;
}
ol[data-ke-list-type='decimal'], ul[data-ke-list-type='square'], ul[data-ke-list-type='disc'] {
	padding-inline-start: 30px !important;
}


/* header */
#header .category {
    text-align: right;
}
#header .category a {
    font-weight: bold;
    letter-spacing: 1px;
}


/* content */
#content {
    background: rgba(250, 216, 67, 0.8);
    border: 1px solid white;
}


/* list */
.thumb {
    display: none;
}
.xi-new:before {
	content: "\e9a8" !important;
}

#lst_web .list_content {
    border-bottom: 1px solid;
}
#lst_web .list_content .listTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 5px;
}
#lst_web .list_content .list_title {
    font-weight: bold;
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#lst_web .list_content .cate_n {
	margin-left: 5px;
}
#lst_web .list_content .cate_n i {
	font-size: 10px;
	color: #14777d;
}
#lst_web .list_content .date {
    font-weight: bold;
    width: 32%;
    text-align: right;
    font-size: 10px;
}

#lst_gal .thumb {
	display: block !important;
	width: 100%;
	overflow: hidden;
}
#lst_gal .thumb img {
	display: block;
	width: 100%;
}
#lst_gal .list_content {
	float: left;
	width: 32%;
	margin-bottom: 2%;
	position: relative;
}
#lst_gal .list_content:nth-child(3n+2) {
	margin: 0 2%;
}
#lst_gal .list_content .date {
	display: none;
}
#lst_gal .list_content .list_title {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
	background: rgba(0, 0, 0, 0.2);
	padding: 5px;
	color: white;
	position: absolute;
	bottom: 0;
	display: none;
}
#lst_gal .list_content .list_title .cate_n {
	display: none;
}

#tt-body-category #lst_re .searchList {
	display: none;
}
#lst_re .entry:not(:last-child) {
	margin-bottom: 20px;
}


/* 본문 */
.list_wrap:not(#lst_re) .entry {
	display: none;
}
#tt-body-page .entry {
	display: block !important;
}
.titleWrap {
    text-align: center;
    cursor: default;
}
.titleWrap .title {
    font-weight: bold;
}
.titleWrap .tw-tl {
    width: 70px;
    border-bottom: 1px solid;
    margin: 20px auto;
}
.titleWrap .date {
    font-size: 10px;
    font-weight: bold;
}
.titleWrap .admin i, .titleWrap .admin a i {
    font-size: 10px;
}
.entry .article {
    padding-top: 40px;
}


/* protected */
.entryProtected .article_P {
	text-align: center;
	padding: 90px 0;
}
.article_P .lock {
	font-weight: bold;
	cursor: default;
	margin-bottom: 50px;
	font-style: italic;
}
.article_P input {
	width: 60px;
	padding: 2px;
	border-bottom: 1px solid;
	transition: .5s;
}
.article_P input:focus {
	width: 80px;
}


/* paging */
.paging {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.paging a {
	font-weight: bold;
	letter-spacing: 1px;
}
.paging .no-more-prev, .paging .no-more-next {
	visibility: hidden;
}


/* top */
.top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: none;
}
.top a {
	font-weight: bold;
	letter-spacing: 1px;
	cursor: pointer;
}


/* search */
.search {
	display: flex;
	align-items: center;
}
.search input {
	width: 40px;
	border-bottom: 2px solid;
	padding: 2px;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}
.search input:-ms-input-placeholder { 
	color: #373737;
    font-size: 10px;
	font-weight: bold;
}
.search input::-webkit-input-placeholder { 
	color: #373737;
    font-size: 10px;
	font-weight: bold;
} 
.search input:-moz-input-placeholder { 
	color: #373737;
    font-size: 10px;
	font-weight: bold;
}
.search input::placeholder { 
	color: #373737;
    font-size: 10px;
	font-weight: bold;
}
.search button {
	margin-left: 5px;
}


/* copyright */
.copyright img { 
	width: 12px; 
	position: fixed; 
	text-align: left; 
	cursor: pointer; 
	left: 20px; 
	bottom: 20px; 
	opacity: .6; 
	transition: 0.4s; 
}
.copyright img:hover { 
	opacity: 1; 
}



/* pc */
@media all and (min-width: 1050px) {
    #container {
        width: 1000px;
        margin: 120px auto 40px;
    }
	#header .category {
		margin-bottom: 30px;
	}
	#header .category a {
		font-size: 13px;
	}
	#header .category a:not(:last-child) {
		margin-right: 45px;
	}
    #content {
        padding: 40px;
    }
	.paging {
		margin-top: 30px;
	}
	.paging a {
		font-size: 13px;
	}
	.top a {
		font-size: 13px;
	}
	.search {
		position: fixed;
		top: 20px;
		right: 20px;
	}
}


/* mobile */
@media all and (max-width: 1050px) {
    #container {
        width: 90%;
        margin: 50px auto;
    }
	#header .category {
		margin-bottom: 15px;
	}
	#header .category a {
		font-size: 11px;
	}
	#header .category a:not(:last-child) {
		margin-right: 15px;
	}
    #content {
        padding: 15px;
    }
	.paging {
		margin-top: 15px;
	}
	.paging a {
		font-size: 11px;
	}
	.top a {
		font-size: 11px;
	}
	.search {
		position: absolute;
		top: 10px;
		right: 10px;
	}
}