@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: #fff; 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;
	background-color: #000000;
}



/* 스크롤 */
::-webkit-scrollbar {
	width: 2px;
	background-color: rgba(255, 255, 255, 0);
}
::-webkit-scrollbar-thumb {
	width: 2px;
}


/* 드래그 */
::selection{ 
	color: #fff; 
	text-shadow: 0 0 2px #fff; 
	transition: all 250ms ease-in; 
} 
::-moz-selection{ 
	color: #fff; 
	text-shadow: 0 0 2px #fff; 
	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 {
	display: block;
}
.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 rgba(55, 55, 55, 0.08);
}
.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;
}


/* 첨부파일 */
.imageblock a img { 
	display: none; 
}
.imageblock a:before {
	margin-right: 3px;
	content: '\eb7c';
	font-family: 'xeicon';
	vertical-align: middle;
}
.file_d .desc {
	padding: 0;
}
figure {
	margin: 0;
}
.file_d .desc .size {
	display: none;
}
.file_d .desc .name {
	margin: 0;
	cursor: pointer;
}
.file_d .desc .name:before {
	margin-right: 3px;
	content: '\eb7c';
	font-family: 'xeicon';
}


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


/* 이전 댓글 */
.tt_more_preview_comments_wrap {
	margin-bottom: 20px;
	cursor: default !important;
}
.tt_more_preview_comments_text {
	font-weight: bold;
	padding: 0 3px;
	cursor: pointer;
	transition: .4s;
}


/* cover */
.c-content {
	border: 1px solid rgba(55, 55, 55, 0.1);
	padding: 15px;
	min-height: 200px;
}


/* search */
.search {
    
}
.search input {
    border-bottom: 1px solid rgba(55, 55, 55, 0.1);
    padding: 2px;
    width: 50px;
    transition: .4s;
    text-align: center;
}
.search input:focus {
    width: 90px;
}
.search button i {
    transition: .4s;
}


/* header */
#header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
#header .h_title {
	min-width: 100px;
	position: relative;
}
#header .h_title .h_tt, #header .s_cate {
    font-size: 14px;
    font-weight: bold;
    cursor: default;
}
.searchList .s_cate {
	display: none;
}
.category {
    display: none;
	position: absolute;
	background: white;
	width: 100%;
	border: 1px solid rgba(55, 55, 55, 0.1);
	z-index: 100;
	margin-top: 7px;
}
.category li a {
	display: block;
	padding: 8px;
	font-weight: bold;
	opacity: .45;
	transition: .3s;
	border-left: 0px solid;
	font-size: 10px;
}
.category li a:hover, #tt-body-category .category .sl-cate, #tt-body-page .category .sl-cate {
	opacity: 1;
	border-left: 4px solid;
}
.category li:not(:last-child) {
	border-bottom: 1px solid rgba(55, 55, 55, 0.1);
}
.category .link_tit, .sub_category_list {
	display: none;
}
.cate_n i {
	font-size: 10px;
	vertical-align: middle;
}
#header .h_menu {
    margin-left: 10px;
}
#header .h_menu a {
    margin-right: 5px;
}
#header .h_menu a i {
    font-size: 10px;
    color: #c1c1c1;
    -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1); 
	-o-transform: scale(1);  
	transform: scale(1);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
#header .h_menu a:hover i {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);   
    -o-transform: scale(1.2);
}


/* list */
.list_wrap:after {
    content: '';
    display: block;
    clear: both;
}
.s-list-empty {
	padding: 40px 0;
	color: #929292;
}

.thumb_w, #tt-body-category .entry_w {
    display: none;
}
.list_title .cate_n {
	margin-left: 3px;
}

#lst_web .list_content {
    margin-bottom: 3px;
    padding: 3px 0;
}
#lst_web .list_content .list_title {
    float: left;
    letter-spacing: 1px;
    transition: .5s;
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}
#lst_web .list_content:hover .list_title {
    letter-spacing: 0;
    opacity: .6;
}
#lst_web .list_content .date {
    float: right;
    font-size: 10px;
    color: #c1c1c1;
}

#lst_gal .thumb_w {
	display: block;
}
#lst_gal .list_content {
	float: left;
	width: 32%;
	margin-bottom: 2%;
	border: 1px solid rgba(55, 55, 55, 0.1);
	padding: 5px;
}
#tt-body-category #lst_gal .list_content:nth-child(3n+2){
	margin: 0 2% 2%;
}
#lst_gal .thumb {
	overflow: hidden;
}
#lst_gal .thumb img {
	width: 100%;
	display: block;
}
#lst_gal .listTitle {
	display: none;
}


/* 본문 */
#tt-body-index .entry, #tt-body-search .entry_w {
	display: none;
}
.entry .titleWrap .title {
    font-weight: bold;
    cursor: default;
}
.entry .titleWrap .date, .entry .titleWrap .admin i {
    font-size: 10px;
    color: #929292;
    cursor: default;
}
.entry .titleWrap .admin {
    margin-left: 5px;
}
.entry .titleWrap .tagTrail {
    color: transparent;
    margin-top: 3px;
	text-align: justify;
	cursor: default;
}
.entry .titleWrap .tagTrail a {
    font-size: 10px;
    color: #c1c1c1;
    transition: .4s;
    text-align: justify;
}
.entry .article {
    margin: 20px 0;
}
.entry .actionTrail a {
    font-size: 10px;
    font-weight: bold;
    color: #929292;
}


/* protected */
.entryProtected .article_P {
    margin: 40px 0;
    text-align: center;
}
.entryProtected .lock {
    font-weight: bold;
    margin-bottom:25px;
}
.entryProtected .article_P input {
    border-bottom: 1px solid rgba(55, 55, 55, 0.2);
    width: 70px;
    padding: 2px;
    transition: .4s;
}
.entryProtected .article_P input:focus {
    width: 90px;
}


/* notice */
#tt-body-search .entryNotice {
	display: none;
}
.entryNotice:not(:last-child) {
    margin-bottom: 30px;
}
.entryNotice .notice_date {
    font-weight: bold;
    margin-bottom: 7px;
}
.entryNotice .article {
    padding-left: 3px;
}


/* comment guestbook */
.comment {
    margin-top: 40px;
}
.commentWrite, .guestWrite {
    border: 1px solid rgba(55, 55, 55, 0.1);
    margin-bottom: 30px;
}
.gwrite {
    padding: 10px;
    border-bottom: 1px solid rgba(55, 55, 55, 0.1);
}
.gwrite input {
    width: 30%;
}
.gwrite input:first-child {
    margin-right: 5%;
}
.gwrite input:focus {
    font-weight: bold;
}
.gwrite input:-ms-input-placeholder { 
	color: #929292;
}
.gwrite input::-webkit-input-placeholder { 
	color: #929292;
} 
.gwrite input:-moz-input-placeholder { 
	color: #929292;
}
.gwrite input::placeholder { 
	color: #929292;
}
.commentWrite textarea, .guestWrite textarea {
    display: block;
    width: 100%;
    height: 100px;
    padding: 8px;
}
.g_ss {
    height: 30px;
    background: rgba(55, 55, 55, 0.03);
    padding: 0 10px;
    border-top: 1px solid rgba(55, 55, 55, 0.1);
}
.gsecret {
    float: left;
}
.gsecret .checkbox {
    display: none;
}
.lb_secret {
    display: block;
    line-height: 29px;
}
.lb_secret:after {
    text-align: center;
}
.gsecret .checkbox + .lb_secret:after {
    display: block;
    font-family:'xeicon';
    content:'\e965'; 
    font-size: 15px;
    color: #929292;
}
.gsecret .checkbox:checked + .lb_secret:after {
    display: block;
    font-family:'xeicon';
    content:'\e964'; 
    font-size: 15px;
}
.gsubmit {
	line-height: 29px;
    float: right;
}
.gsubmit input {
    width: 30px;
    line-height: 15px;
    padding: 3px;
    background: #929292;
    color: white;
    border-radius: 3px;
    transition: all .5s;
}
.rep:not(:last-child) {
    border-bottom: 1px solid rgba(55, 55, 55, 0.1);
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.rp-desc {
    margin-top: 7px;
    border: 1px solid rgba(55, 55, 55, 0.1);
    padding: 7px;
}
.rp_secret .name:before, .guest_secret .name:before {
    font-size: 10px;
    vertical-align: middle;
    margin-right: 3px;
    color: #c1c1c1;
    content: '\e966';
    font-family: 'xeicon';
    font-weight: 400;
}
.commentList .name, .commentList .name a, .guestList .name, .guestList .name a {
    font-weight: bold;
    font-size: 10px;
    cursor: default;
}
.commentList .control, .guestList .control {
    display: inline-block;
    line-height: 1;
    margin-left: 5px;
}
.commentList .control a, .guestList .control a {
    display: inline-block;
    line-height: 1;
}
.commentList .control a i, .guestList .control a i {
    font-size: 10px;
    display: block;
    color: #c1c1c1;
    transition: .5s;
    font-weight: bold;
}
.ny {
    margin-left: 3px;
	margin-top: 5px;
}


/* tag */
.taglog ul {
	text-align: justify;
}
.taglog li {
	display: inline;
	line-height: 20px;
}
.taglog li a {
	padding: 3px;
	transition: 0.4s;
    font-size: 10px;
    font-weight: bold;
}


/* tooltip */
#powerTip {
	cursor: default;
	background: rgba(255, 255, 255, 0.9);
	border-left: 4px solid;
	color: rgba(55, 55, 55, 0.7);
	font-size: 10px;
	font-weight: bold;
	display: none;
	line-height: 1;
	padding: 7px;
	margin-left: 7px;
	border-radius: 2px;
	position: absolute;
	white-space: nowrap;
	z-index: 2147483647;
	box-shadow: 1px 1px 1px rgba(55, 55, 55, 0.1);
}
#powerTip.n {
	margin-left: 0;
}
#powerTip img {
	display: none;
}


/* paging */
.paging {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.paging a {
	font-weight: bold;
	opacity: .6;
	transition: .4s;
}
.paging a:hover {
	opacity: 1;
}
.no-more-prev, .no-more-next {
	opacity: 0 !important;
	cursor: default;
}


/* 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: 501px) {
    #container {
        width: 450px;
        margin: 90px auto 40px;
    }
    .search {
        position: absolute;
        top: 15px;
        right: 15px;
    }
}


/* mobile */
@media all and (max-width: 450px) {
    #container {
        width: 90%;
        margin: 20px auto;
    }
    .search {
        text-align: right;
        margin-bottom: 15px;
    }
}