@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap');



* { margin:0; padding:0; border:0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: 'Noto Sans KR', sans-serif; color: #373737; font-size: 11px; }
* 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; }
input[type=submit] { -webkit-appearance:none; }
iframe, video, embed, object { max-width: 100%; }
iframe { display: block !important; }
#tistorytoolbarid { display:none }
.commentList li .tistoryProfileLayerTrigger { display: none; }
.guestList li .tistoryProfileLayerTrigger { display: none; }
.clear { clear: both; }
.xi-heart:before { content: "\ea10" !important; }



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



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


/* 드래그 */
::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;
}
.btn_more, .btn_less {
	color: #373737 !important;
}


/* 첨부파일 */
figure.file_d a {
	cursor: default;
}
.file_d:not(figure) a, .file_d .desc .name {
	line-height: 25px;
	transition: .4s;
	padding: 1px 5px;
	color: #929292;
}
.file_d:not(figure) a:before, .file_d .desc .name:before {
	content: '\eb7c';
	font-family: 'xeicon';
}
.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;
}
blockquote, blockquote p {
	color: #373737 !important;
}


/* 이전 댓글 */
.tt_more_preview_comments_wrap {
	cursor: default !important;
	padding: 5px 0;
	border-top: 1px solid;
}
.tt_more_preview_comments_text {
	font-weight: bold;
	padding: 0 3px;
	opacity: .7;
	transition: .4s;
	position: relative;
	z-index: 2;
}
.tt_more_preview_comments_text:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 70%;
	top: 30%;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: .5s;
}
.tt_more_preview_comments_wrap:hover .tt_more_preview_comments_text:before, .tt_more_preview_comments_wrap:hover .tt_more_preview_comments_text {
	opacity: 1;
}


/* 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;
}


/* cover */
#s_cover .thumb {
	display: block !important;
}
#s_cover .tape {
	background: white;
	border: 1px solid;
	-webkit-box-shadow: 1px 1px 3px 1px #e8e8e8;
	-moz-box-shadow: 1px 1px 3px 1px #e8e8e8;
	box-shadow: 1px 1px 3px 1px #e8e8e8;
	position: relative;
}
#s_cover .cover-menu-t {
	border-bottom: double;
	background: #f7f7f7;
	padding: 7px;
	cursor: default;
	font-weight: bold;
	font-size: 10px;
	line-height: 1;
}
#s_cover .cover-menu-w li a:not(.link_tit) {
	display: block;
	padding: 5px;
	font-size: 10px;
	letter-spacing: 1px;
}
#s_cover .cover-menu-w li:not(:last-child) a {
	border-bottom: 1px solid;
}
#s_cover .c-content:not(:last-child) {
	margin-bottom: 20px;
}
#s_cover .c-notice .c-notice-s {
	padding: 7px;
	cursor: default;
}
#s_cover .c-notice .c-notice-s:not(:last-child) {
	border-bottom: 1px solid;
}
.c-gallery {
	padding-bottom: calc(10px - 2%) !important;
}
.c-gallery-s {
	padding: 15px;
	padding-bottom: calc(15px - 2%);
}
.c-gallery-s:after {
	display: block;
	content: '';
	clear: both;
}
.c-gallery .list_content {
	float: left;
	width: 32%;
	margin-bottom: 2%;
	position: relative;
	background: white;
	padding: 5px;
}
.c-gallery .list_content:nth-child(3n+2) {
	margin: 0 2% 2%;
}
.c-gallery .list_content .thumb {
	width: 100%;
	overflow: hidden;
}
.c-gallery .list_content .thumb img {
	width: 100%;
	display: block;
	-webkit-box-shadow: 0px 0px 3px 1px #e8e8e8;
	-moz-box-shadow: 0px 0px 3px 1px #e8e8e8;
	box-shadow: 0px 0px 3px 1px #e8e8e8;
}
.c-gallery .list_content .list_title {
	display: none;
}
.c-web .list_content a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid;
	padding: 7px;
}
.c-web .list_content:last-child a {
	border-bottom: none !important;
}
.c-web .list_content a .list_title {
	font-weight: bold;
	transition: .5s;
}
.c-web .list_content a .list_category {
	font-size: 10px;
	color: #888;
}
.c-list .c-list-s .list_content {
	padding: 10px;
}
.c-list .c-list-s .list_content:not(:last-child) {
	border-bottom: 1px solid;
}
.c-list .list_content a {
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.c-list .list_content .thumb {
	width: 30%;
	padding: 7px;
	margin: 10px;
}
.c-list .list_content .thumb img {
	display: block;
	width: 100%;
	-webkit-box-shadow: 0px 0px 3px 1px #e8e8e8;
	-moz-box-shadow: 0px 0px 3px 1px #e8e8e8;
	box-shadow: 0px 0px 3px 1px #e8e8e8;
}
.c-list .list_content .list_info {
	width: calc(70% - 30px);
}
.c-list .list_content a .list_info .list_title {
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}
.c-list .list_content a .list_info .list_summ {
	font-size: 10px;
	color: #787878;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}


/* container */
#container {
    position: relative;
}


/* sidebar */
#sidebar .profile .profile-img {
    width: 100%;
    overflow: hidden;
}
#sidebar .profile .profile-img img {
    display: block;
    width: 100%;
}
#sidebar .p-menu li .sl-cate:not(.h-icon):before {
	font-family: xeicon !important;
	content: "\ec35";
	position: absolute; 
	top: 50%; 
	left: 50%; 
	-webkit-transform: translate(-50%, -50%) scale(-1,1) rotate(90deg); 
	transform: translate(-50%, -50%) scale(-1,1) rotate(90deg); 
	-ms-transform: translate(-50%, -50%) scale(-1,1) rotate(90deg);
	font-size: 16px;
	font-weight: bold;
}
#sidebar .p-menu li a i {
	color: #787878;
	font-size: 10px;
}
#sidebar .category .link_tit {
	display: none !important;
}
#sidebar .category a {
	overflow: hidden;
	display: block;
}
#sidebar .category a span {
	position: relative;
	z-index: 2;
}
#sidebar .category .sl-cate span:before {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% + 6px);
	height: 50%;
	top: 50%;
	left: -3px;
	z-index: -1;
	transition: .5s;
}
#sidebar .category .sub_link_it {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#sidebar .category .sub_link_it .subb {
	width: 85%;
	margin-left: 3px;
	padding: 6px 6px 6px 3px;
}
#sidebar .category .sub_link_it .sub_b {
	width: 15%;
	text-align: center;
}
#sidebar .link_item:not(.subb) {
	margin-left: 3px;
	padding: 6px 6px 6px 3px;
}
#sidebar .category .sub_category_list {
	display: none;
	background: #f7f7f7;
}
#sidebar .category_list li:last-child .sub_category_list {
	border-bottom: none !important;
}
#sidebar .category .sub_category_list li a span {
	font-size: 10px;
	color: #666;
}
#sidebar .category_list li:last-child, #sidebar .category_list li:last-child .sub_link_it {
	border-bottom: none !important;
}
#sidebar .search input {
	padding: 5px;
	font-size: 10px;
	color: #666;
	font-weight: bold;
}
#sidebar .search input:-ms-input-placeholder { 
	color: #787878;
    font-size: 10px;
    font-weight: bold;
}
#sidebar .search input::-webkit-input-placeholder { 
	color: #787878;
    font-size: 10px;
    font-weight: bold;
} 
#sidebar .search input:-moz-input-placeholder { 
	color: #787878;
    font-size: 10px;
    font-weight: bold;
}
#sidebar .search input::placeholder { 
	color: #787878;
    font-size: 10px;
    font-weight: bold;
}
 #sidebar .search {
	display: flex;
	justify-content: flex-end;
}
#sidebar .search input {
	width: 85%;
}
#sidebar .search button {
	width: 15%;
}

/* sidebar-type1 */
#sidebar .sb-type-1 .pr-w {
	background: white;
}
#sidebar .sb-type-1 .category .sl-cate {
	font-style: italic;
	letter-spacing: 1px;
}
#sidebar .sb-type-1 .category a:not(.sl-cate) span:before {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% + 6px);
	height: 50%;
	top: 50%;
	left: calc(-100% + -10px);
	z-index: -1;
	transition: .6s;
}
#sidebar .sb-type-1 .category a:not(.sl-cate):hover span:before {
	left: -3px;
}
#sidebar .sb-type-1 .category .sub_category_list a:not(.sl-cate) span:before {
	left: -3px !important;
	opacity: 0;
}
#sidebar .sb-type-1 .category .sub_category_list a:not(.sl-cate):hover span:before {
	opacity: 1;
}
#sidebar .sb-type-1 .category ul li a:not(.link_tit) {
	display: block;
	font-weight: bold;
}
#sidebar .sb-type-1 .category .sub_link_it .sub_b i {
	font-weight: bold;
}
#sidebar .sb-type-1 .category .sub_category_list li a {
	text-align: center;
	line-height: 1;
	padding: 6px;
}

/* sidebar-type2 */
#sidebar .sb-type-2 .type2-menu-t {
	border-bottom: double;
	padding: 7px;
	font-weight: bold;
}
#sidebar .sb-type-2 .type2-menu a span {
	position: relative;
	z-index: 2;
}
#sidebar .sb-type-2 .category .sl-cate span:before, #sidebar .sb-type-2 .type2-menu li .sl-cate:not(.h-icon) span:before {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% + 6px);
	height: 50%;
	top: 50%;
	left: -3px;
	z-index: -1;
	transition: .5s;
}
#sidebar .sb-type-2 .category a:not(.sl-cate) span:before, #sidebar .sb-type-2 .type2-menu li a:not(.sl-cate) span:before {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% + 6px);
	height: 50%;
	top: 50%;
	left: -3px;
	z-index: -1;
	transition: .6s;
	opacity: 0;
}
#sidebar .sb-type-2 .category a:not(.sl-cate):hover span:before, #sidebar .sb-type-2 .type2-menu li a:not(.sl-cate):hover span:before {
	opacity: 1;
}
#sidebar .sb-type-2 .type2-menu li a {
	display: block;
	margin-left: 3px;
	padding: 6px 6px 6px 3px;
}
#sidebar .sb-type-2 .type2-menu-w li a:not(.link_tit) {
	display: block;
	padding: 5px;
	font-size: 10px;
	letter-spacing: 1px;
}

/* sidebar-pc */
@media all and (min-width: 621px) {
	#sidebar .category .sub_link_it {
		border-bottom: 1px solid;
	}
	#sidebar .category .sub_link_it .subb {
		border-right: 1px solid;
	}
	#sidebar .category_list > li:not(.sub_li) {
		border-bottom: 1px solid;
	}
	#sidebar .category .sub_category_list {
		border-bottom: 1px solid;
	}
	#sidebar .category_list li:last-child .sub_category_list {
		border-top: 1px solid;
	}
	#sidebar .category .sub_category_list li:not(:last-child) a {
		border-bottom: 1px solid;
	}
	
	/* sidebar-pc type1 */
	#sidebar .sb-type-1 .pr-w {
		border: 1px solid;
		-webkit-box-shadow: 1px 1px 3px 1px #e8e8e8;
		-moz-box-shadow: 1px 1px 3px 1px #e8e8e8;
		box-shadow: 1px 1px 3px 1px #e8e8e8;
	}
    #sidebar .sb-type-1 .profile {
        display: flex;
        justify-content: flex-end;
    }
    #sidebar .sb-type-1 .profile .profile-img {
        width: 85%;
        border-right: 1px solid;
    }
    #sidebar .sb-type-1 .profile .p-menu {
        width: 15%;
        display: flex;
        flex-direction: column;
    }
    #sidebar .sb-type-1 .profile .p-menu li {
        flex: 1;
    }
    #sidebar .sb-type-1 .profile .p-menu li:not(:last-child) {
        border-bottom: 1px solid;
    }
    #sidebar .sb-type-1 .profile .p-menu li a {
        display: block;
        height: 100%;
        line-height: 1;
        text-align: center;
        padding: 3px;
        position: relative;
    }
    #sidebar .sb-type-1 .profile .p-menu li a i {
        position: absolute; 
        top: 50%; 
        left: 50%; 
        transform: translate(-50%, -50%); 
        -ms-transform: translate(-50%, -50%); 
    }
    #sidebar .sb-type-1 .search {
        border-top: 1px solid;
    }
    #sidebar .sb-type-1 .search input {
        border-right: 1px solid;
    }
	#sidebar .sb-type-1 .category {
		margin-top: 20px;
	}
	
	/* sidebar-pc type2 */
	#sidebar .sb-type-2 .tape {
		background: white;
		border: 1px solid;
		-webkit-box-shadow: 1px 1px 3px 1px #e8e8e8;
		-moz-box-shadow: 1px 1px 3px 1px #e8e8e8;
		box-shadow: 1px 1px 3px 1px #e8e8e8;
		position: relative;
	}
	#sidebar .sb-type-2 .profile-img {
		display: block;
		width: 100%;
		padding: 10px;
	}
	#sidebar .sb-type-2 .profile-img img {
		display: block;
		width: 100%;
		-webkit-box-shadow: 0px 0px 3px 1px #e8e8e8;
		-moz-box-shadow: 0px 0px 3px 1px #e8e8e8;
		box-shadow: 0px 0px 3px 1px #e8e8e8;
	}
	#sidebar .sb-type-2 .type2-menu-w {
		margin-top: 20px;
	}
	#sidebar .sb-type-2 .type2-menu-t {
		background: #f7f7f7;
		cursor: default;
		font-size: 10px;
		line-height: 1;
	}
	#sidebar .sb-type-2 .tt_category .link_tit {
		display: none !important;
	}
	#sidebar .sb-type-2 .search {
		background: white;
		border: 1px solid;
		-webkit-box-shadow: 1px 1px 3px 1px #e8e8e8;
		-moz-box-shadow: 1px 1px 3px 1px #e8e8e8;
		box-shadow: 1px 1px 3px 1px #e8e8e8;
		position: relative;
		margin-top: 20px;
	}
	#sidebar .sb-type-2 .search button {
		background: #f7f7f7;
		border-left: double;
	}
	#sidebar .sb-type-2 .type2-menu li:not(:last-child) {
		border-bottom: 1px solid;
	}
}

/* sidebar-mobile */
@media all and (max-width: 620px) {
	#sidebar .category .sub_category_list {
		margin: 0 10px;
	}
	#sidebar .p-menu {
		display: flex;
		justify-content: space-between;
		padding: 10px;
		margin: 0 10px;
	}
	#sidebar .p-menu a {
		display: block;
		padding: 5px;
		line-height: 1;
	}
	#sidebar .p-menu a i {
		font-size: 11px;
	}
	#sidebar .search {
		padding: 7px;
		background: #f7f7f7;
		margin: 0 10px;
	}
	
	/* sidebar-mobile type2 */
	#sidebar .sb-type-2 .search {
		margin: 0 !important;
	}
}


/* content */
#content {
	margin-bottom: 40px;
}
#content .list_wrap {
	background: white;
	border: 1px solid;
	-webkit-box-shadow: 1px 1px 3px 1px #e8e8e8;
	-moz-box-shadow: 1px 1px 3px 1px #e8e8e8;
	box-shadow: 1px 1px 3px 1px #e8e8e8;
}


/* searchList */
.searchList .sl-header {
	display: flex;
	align-items: center;
	border-bottom: 1px solid;
	background: #f7f7f7;
	cursor: default;
}
.searchList .sl-header .sl-icon {
	width: 30px;
	text-align: center;
	padding: 3px;
}
.searchList .sl-header .sl-icon i {
	color: #787878;
}
.searchList .sl-header .sl-name {
	width: calc(100% - 30px);
	text-align: center;
	border-left: 1px solid;
	padding: 7px;
	font-weight: bold;
	color: #787878;
}
.s-list-empty {
	padding: 50px 10px;
	text-align: center;
	font-weight: bold;
	cursor: default;
}
.s-list-empty span {
	position: relative;
	z-index: 2;
}
.s-list-empty span:before {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% + 6px);
	height: 50%;
	top: 40%;
	left: -3px;
	z-index: -1;
}


/* list */
.entry, .list_content .thumb {
	display: none;
}
#lst_web .listWrap:not(:nth-last-child(2)) .list_content {
	border-bottom: 1px solid;
}
#lst_web .lst-entry .list_content .listTitle {
	display: flex;
	align-items: center;
}
#lst_web .lst-entry .list_content .listTitle .cate_i {
	width: 30px;
	text-align: center;
	padding: 5px;
}
#lst_web .lst-entry .list_content .listTitle .cate_i i {
	font-size: 10px;
	color: #888;
}
#lst_web .lst-entry .list_content .listTitle .list_title {
	width: calc(100% - 30px);
	border-left: 1px solid;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
	line-height: 1;
	padding: 8px;
	font-weight: bold;
	transition: .3s;
}
#lst_web .list_content:hover .listTitle .list_title {
	letter-spacing: 1px;
}
#lst_web .list_content:hover .listTitle .cate_i i:before {
    content: "\e928" !important;
}
#lst_web .p-lst-entry .list_content:hover .listTitle .cate_i i:before {
    content: '\ea22' !important;
}
#lst_web .list_content .listTitle .list_title span {
	position: relative;
	z-index: 2;
}
#lst_web .list_content .listTitle .list_title span:not(.star):before {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% + 6px);
	height: 50%;
	top: 50%;
	left: -3px;
	z-index: -1;
	opacity: 0;
	transition: .5s;
}
#lst_web .list_content:hover .listTitle .list_title span:before {
	opacity: 1;
}

/* gallery */
#lst_gal .list_content .listTitle .cate_i, #lst_gal .list_content .listTitle {
	display: none !important;
}
#lst_gal .entry_w {
	padding: 20px;
	padding-bottom: calc(20px - 6%);
}
#lst_gal .listWrap {
	float: left;
	width: 47%;
	border: 1px solid;
	margin: 0 0 6%;
	position: relative;
	-webkit-box-shadow: 1px 1px 3px 1px #f1f1f1;
	-moz-box-shadow: 1px 1px 3px 1px #f1f1f1;
	box-shadow: 1px 1px 3px 1px #f1f1f1;
}
#lst_gal .listWrap:nth-child(2n) {
	margin: 0 0 6% 6%;
}
#lst_gal .listWrap:before {
	display: block;
	content: ""; 
	background: rgba(254, 254, 254, .25);
	width: 50%;
	height: 20px;
	-webkit-box-shadow: 0 0 3px rgba(55, 55, 55, .2);
	-moz-box-shadow: 0 0 3px rgba(55, 55, 55, .2);
	box-shadow: 0 0 3px rgba(55, 55, 55, .2);
	border-radius: 5px/28px 0;
	position: absolute;
	left: 25%;
	top: -10px;
	z-index: 10;
	-webkit-backdrop-filter:blur(0.7px);
	-moz-backdrop-filter:blur(0.7px);
	-o-backdrop-filter:blur(0.7px);
	-ms-backdrop-filter:blur(0.7px);
	backdrop-filter:blur(0.7px);
}
#lst_gal .list_content .thumb {
	display: block !important;
	width: 100%;
	overflow: hidden;
	padding: 10px;
}
#lst_gal .list_content .thumb img {
	display: block;
	width: 100%;
	-webkit-filter: grayscale(80%);
	filter: gray;
	transition: .4s;
}
#lst_gal .list_content:hover .thumb img {
	-webkit-filter: grayscale(0%);
	filter: none;
}
#lst_gal .list_content .listTitle .list_title {
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	padding: 7px;
	border-top: 1px solid;
	transition: .4s;
}
#lst_gal .list_content .listTitle .list_title span {
	font-size: 10px;
}
#lst_gal .list_content:hover .listTitle .list_title {
	letter-spacing: 1px;
}

/* memo */
#content #lst_m:not(.none) {
	background: none !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
#lst_m:not(.none) .searchList, #lst_m .lst-entry, #lst_m #comment, #lst_m .actionTrail {
	display: none;
}
#lst_m .listWrap .entry {
	display: block !important;
	background: white;
	border: 1px solid;
	-webkit-box-shadow: 1px 1px 3px 1px #e8e8e8;
	-moz-box-shadow: 1px 1px 3px 1px #e8e8e8;
	box-shadow: 1px 1px 3px 1px #e8e8e8;
}
#lst_m .listWrap:not(:nth-last-child(2)) .entry {
	margin-bottom: 30px;
}
#lst_m .listWrap .entry .titleWrap {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	border-bottom: double;
	padding: 7px 10px;
	background: #f7f7f7;
}
#lst_m .listWrap .entry .date-w {
	position: relative;
}
#lst_m .listWrap .entry .date-w .date {
	display: flex;
	align-items: center;
	width: 80px;
	cursor: default;
}
#lst_m .listWrap .entry .date-w .date .date-t {
	margin-right: 5px;
	font-size: 10px;
	color: #787878;
	font-style: italic;
}
#lst_m .listWrap .entry .date-w .date .date-d {
	font-size: 10px;
	letter-spacing: 1px;
	color: #666;
	font-weight: bold;
}
#lst_m .listWrap .entry .titleWrap .title {
	width: calc(100% - 80px);
	font-weight: bold;
	text-align: right;
	cursor: default;
}
#lst_m .listWrap .entry .date-w .admin {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 1;
	cursor: default;
	display: none;
}
#lst_m .listWrap .entry .titleWrap:hover .date-w .date:not(:only-child) {
	opacity: 0;
}
#lst_m .listWrap .entry .titleWrap:hover .date-w .admin {
	display: block !important;
}
#lst_m .listWrap .entry .article:not(.article_P) {
	padding: 15px;
}


/* playlist */
#content #lst_pl:not(.none) {
	background: none !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
#lst_pl:not(.none) .searchList, .lst-sl, #lst_pl .entry_w {
	display: none;
}
#lst_pl .lst-sl {
	display: block !important;
}
#lst_pl .list_content .a_art {
	display: block;
	background: white;
	border: 1px solid;
	-webkit-box-shadow: 1px 1px 3px 1px #e8e8e8;
	-moz-box-shadow: 1px 1px 3px 1px #e8e8e8;
	box-shadow: 1px 1px 3px 1px #e8e8e8;
}
#lst_pl .list_content:not(:last-child) .a_art {
	margin-bottom: 15px;
}
#lst_pl .list_content .a_art .l_info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 7px;
	background: #f7f7f7;
	border-bottom: 1px solid;
}
#lst_pl .thumb {
	display: block !important;
	width: 20px;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid;
}
#lst_pl .thumb img {
	width: 100%;
	display: block;
}
#lst_pl .listTitle {
	width: calc(100% - 30px);
	text-align: right;
}
#lst_pl .listTitle .list_title {
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 1px;
}
#lst_pl .list_sum {
	background: white;
}
#lst_pl .list_sum-w {
	padding: 10px;
	font-size: 10px;
	color: #888;
	text-align: justify;
	letter-spacing: 1px;
}
#lst_pl .youtu {
	min-width: 100%;
}
#lst_pl .youtu div {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	margin: auto;
}
#lst_pl .youtu div iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}


/* article */
#tt-body-page .listWrap .lst-entry {
	display: none;
}
.article:not(.article_P) i {
	display: unset !important;
	font-family: 'Noto Sans KR' !important;
	font-style: italic !important;
}
#tt-body-page .listWrap .entry {
	display: block !important;
}
.listWrap .entry .titleWrap {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	border-bottom: double;
	padding: 7px 10px;
	background: #f7f7f7;
}
.listWrap .entry .date-w {
	position: relative;
}
.listWrap .entry .date-w .date {
	display: flex;
	align-items: center;
	width: 80px;
	cursor: default;
}
.listWrap .entry .date-w .date .date-t {
	margin-right: 5px;
	font-size: 10px;
	color: #787878;
	font-style: italic;
}
.listWrap .entry .date-w .date .date-d {
	font-size: 10px;
	letter-spacing: 1px;
	color: #666;
	font-weight: bold;
}
.listWrap .entry .titleWrap .title {
	width: calc(100% - 80px);
	font-weight: bold;
	text-align: right;
	cursor: default;
}
.listWrap .entry .date-w .admin {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 1;
	cursor: default;
	display: none;
}
.listWrap .entry .titleWrap:hover .date-w .date:not(:only-child) {
	opacity: 0;
}
.listWrap .entry .titleWrap:hover .date-w .admin {
	display: block !important;
}
.listWrap .entry .article:not(.article_P) {
	padding: 15px;
}
.tagTrail {
	padding: 5px 8px;
	text-align: justify;
	cursor: default;
	border-top: 1px solid;
	background: #f7f7f7;
}
.tagTrail .tag {
	color: transparent;
}
.tagTrail a {
	font-size: 10px;
	opacity: .7;
	transition: .4s;
}
.tagTrail a:hover {
	opacity: 1;
}


/* protected */
.article_P .lock {
	border-bottom: 1px solid;
	font-weight: bold;
	cursor: default;
}
.article_P .lock, .article_P .p-input-w {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.article_P .lock-i, .article_P .p-input-i {
	width: 30px;
	padding: 3px;
	text-align: center;
}
.article_P .lock-i i, .article_P .p-input-i i {
	font-size: 10px;
	color: #787878;
}
.article_P .lock-t, .article_P .p_input {
	width: calc(100% - 30px);
	padding: 7px;
	border-left: 1px solid;
}


/* notice */
.entryNotice {
	padding: 10px;
}
.entryNotice:not(:nth-last-child(2)){
	border-bottom: 1px solid;
}
.entryNotice .notice_date {
	border-bottom: double;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	color: #777;
	font-size: 10px;
	cursor: default;
}
.entryNotice .article {
	padding-top: 10px;
}


/* comment, guestbook */
#tt-body-guestbook .list_wrap {
	background: none !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.guestbook {
	background: white;
	border: 1px solid;
	-webkit-box-shadow: 1px 1px 3px 1px #e8e8e8;
	-moz-box-shadow: 1px 1px 3px 1px #e8e8e8;
	box-shadow: 1px 1px 3px 1px #e8e8e8;
}
.guestbook .guestList:not(:only-child) {
	border-top: 1px solid;
}
.commentWrite, .commentList {
	border-top: 1px solid;
}
.commentWrite.none, .guestWrite.none {
	display: flex;
	flex-direction: column-reverse;
}
.gwrite-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: double;
	background: #f7f7f7;
}
.commentWrite.none .gwrite-header, .guestWrite.none .gwrite-header {
	border-bottom: none !important;
	border-top: double;
}
.gwrite {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 60px);
	border-right: 1px solid;
}
.gwrite .gwrite-s {
	width: 50%;
}
.gwrite-n {
	border-right: 1px solid;
}
.gwrite .gwrite-s input {
	display: block;
	padding: 7px;
	width: 100%;
	font-size: 11px !important;
	font-weight: bold;
}
.gwrite input:-ms-input-placeholder, .gwrite input::-webkit-input-placeholder, .gwrite input:-moz-input-placeholder, .gwrite input::placeholder { 
	font-weight: bold;
}
.gwrite-header .g_ss {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 60px;
}
.gwrite-header .g_ss:only-child {
	width: 100%;
}
.gwrite-header .g_ss div {
	flex: 1;
}
.gwrite-header .g_ss .gsubmit {
	border-left: 1px solid;
}
.gsecret input {
	width: 100%;
	height: 30px;
	line-height: 30px;
	visibility: hidden;
	display: block;
}
.gsecret input:after {
	text-align: center;
	display: block;
	font-family:'xeicon';
	content:'\e965';
	color: #787878;
	visibility: visible;
}
.gsecret input:checked:after {
	content:'\e964';
}
.gsubmit button {
	width: 100%;
	line-height: 30px;
	cursor: pointer;
}
.gsubmit button i {
	color: #787878;
	transition: .4s;
}
.gtext-w textarea {
	display: block;
	width: 100%;
	padding: 10px;
}
.gtext-w .g_ss {
	display: flex;
}
.gtext-w .g_ss div {
	flex: 1;
	height: 100%;
}
.commentList ol {
	flex-direction: column-reverse;
	display: flex;
}
.commentList .rep:not(:last-child) {
	border-top: 1px solid;
}
.guestList .rep:not(:last-child) {
	border-bottom: 1px solid;
}
.commentList .rep, .guestList .rep {
    padding: 10px;
}
.commentList .name-w, .guestList .name-w {
    display: flex;
    align-items: center;
}
.commentList .name, .guestList .name {
    font-weight: bold;
    font-size: 10px;
    line-height: 1;
	cursor: default;
}
.commentList .control, .guestList .control {
    margin-left: 5px;
	cursor: default;
}
.commentList .control a i, .guestList .control a i {
    font-size: 10px;
    color: #787878;
}
.commentList .ny, .guestList .ny {
    padding: 10px 5px;
	text-align: justify;
}
.commentList .ny.sc-ny, .guestList .ny.sc-ny {
	font-weight: bold;
	letter-spacing: 1px;
	cursor: default;
}
.commentList .ny-d-s, .guestList .ny-d-s {
	display: flex;
}
.commentList .date, .guestList .date, .commentList .datee, .guestList .datee {
    font-size: 10px;
    color: #787878;
	cursor: default;
}
.commentList .ny-secret, .guestList .ny-secret {
	margin-left: 5px;
}
.commentList .ny-secret i, .guestList .ny-secret i {
	font-size: 10px;
    color: #787878;
}
.commentList .rp_admin .name a, .guestList .guest_admin .name a {
    padding: 0 3px;
}
.commentList .rp_admin .control, .guestList .guest_admin .control {
    margin-right: 5px;
}
.commentList .rp-w, .guestList .rp-w {
	margin-top: 10px;
}
.commentList .rp .desc, .guestList .rp .desc {
	border-left: 2px solid;
	padding: 5px 0 5px 10px;
}


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


/* footer */
#footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
}
.paging {
	background: white;
	display: flex;
	align-items: center;
	border: 1px solid;
	-webkit-box-shadow: 1px 1px 3px 1px #e8e8e8;
	-moz-box-shadow: 1px 1px 3px 1px #e8e8e8;
	box-shadow: 1px 1px 3px 1px #e8e8e8;
}
.paging .next {
	border-left: 1px solid;
}
.paging a {
	display: block;
	line-height: 1;
	padding: 5px;
	transition: .4s;
}
.paging a i {
	font-weight: bold;
	color: #888;
}
.paging a:not(.no-more-prev):not(.no-more-next):hover {
	background: #f5f5f5;
}
.paging .no-more-prev i, .paging .no-more-next i {
	opacity: .3;
}
.top {
	background: white;
	border: 1px solid;
	-webkit-box-shadow: 1px 1px 3px 1px #e8e8e8;
	-moz-box-shadow: 1px 1px 3px 1px #e8e8e8;
	box-shadow: 1px 1px 3px 1px #e8e8e8;
	transition: .4s;
	opacity: 0;
}
.top a {
	display: block;
	line-height: 1;
	padding: 5px;
}
.top a i {
	font-weight: bold;
	color: #888;
}


/* tooltip */
#powerTip {
	cursor: default;
	background: white;
	border: double;
	color: #666;
	font-size: 10px;
	display: none;
	line-height: 1;
	padding: 5px;
	position: absolute;
	white-space: nowrap;
	z-index: 2147483647;
	font-weight: bold;
	-webkit-box-shadow: 1px 1px 3px 1px #e8e8e8;
	-moz-box-shadow: 1px 1px 3px 1px #e8e8e8;
	box-shadow: 1px 1px 3px 1px #e8e8e8;
}


/* 수정, 삭제 금지 */
.copyright img { 
	width: 13px; 
	position: fixed; 
	text-align: left; 
	cursor: pointer; 
	left: 20px; 
	bottom: 20px; 
	opacity: .8; 
	transition: 0.4s; 
}
.copyright img:hover { 
	opacity: 1; 
}



/* pc */
@media all and (min-width: 621px) {
    #container {
        width: 570px;
        margin: 90px auto 40px;
    }
	#sidebar {
        position: -webkit-sticky;
        position: sticky;
        width: 150px;
        top: 90px;
    }
    #content {
        width: 390px;
    }
	.m-menu-b, .m-back {
		display: none !important;
	}
}


/* mobile */
@media all and (max-width: 620px) {
    #container {
        width: 90%;
        margin: 40px auto;
    }
	.m-menu-b {
        position: fixed;
        top: 10px;
        left: 10px;
        background: white;
        border: 1px solid;
        border-radius: 50%;
        line-height: 1;
        z-index: 10;
		padding: 5px;
		-webkit-box-shadow: 1px 1px 3px 1px #e8e8e8;
		-moz-box-shadow: 1px 1px 3px 1px #e8e8e8;
		box-shadow: 1px 1px 3px 1px #e8e8e8;
    }
	.m-back {
        width: 100%;
		height: 100%;
		position: fixed;
		z-index: 1000;
		top: 0px; 
		left: 0px;
		display: none;
		background: rgba(55, 55, 55, 0.3);
    }
    #sidebar {
		width: 50%;
		height: 100%;
		left: -50%;
		top: 0;
		position: fixed;
		z-index: 1001;
		background: white;
		-ms-transition:     all 0.5s ease-out;
		-moz-transition:    all 0.5s ease-out;
		-webkit-transition: all 0.5s ease-out;
		-o-transition:      all 0.5s ease-out;
		transition:         all 0.5s ease-out;
		overflow-y: scroll;
    }
    #sidebar.open {
       left: 0;
    }
	#sidebar .category {
		padding: 10px;
	}
	#sidebar .type2-menu {
		padding: 10px;
	}
	::-webkit-scrollbar {
		width: 0px;
		height: 0px;
		background-color: rgba(255, 255, 255, 0);
	}
	::-webkit-scrollbar-thumb {
		width: 0px;
		height: 0px;
	}
}