@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: 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; }
input[type=submit] { -webkit-appearance: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: rgba(255, 255, 255, 0);
}
::-webkit-scrollbar-thumb {
	width: 3px;
    height: 3px;
    border-radius: 5px;
}


/* 드래그 */
::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;
}


/* 첨부파일 */
.file_d a, .file_d .desc .name {
	display: block;
	line-height: 25px;
	transition: .4s;
}
.file_d a img { 
	display: none; 
}
.file_d:not(figure) a:before, .file_d .desc .name:before {
	content: '\eb7c';
	font-family: 'xeicon';
	margin-right: 3px;
}
.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'] {
	padding: 7px !important;
	border: 1px solid !important;
	background: none !important;
}
blockquote, blockquote p {
	font-size: 12px !important;
	line-height: unset !important;
}


/* 이전 댓글 */
.tt_more_preview_comments_wrap {
	cursor: default !important;
	padding: 5px 0;
}
.tt_more_preview_comments_text {
	font-weight: bold;
	padding: 0 3px;
	cursor: pointer;
	opacity: .7;
}


/* 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 */
.c-content:not(:last-child) {
	padding-bottom: 25px;
	border-bottom: 1px solid;
	margin-bottom: 25px;
}
.c-content {
	padding: 0 10px;
}
.c-content-t {
	font-weight: bold;
	margin-bottom: 15px;
	color: #929292;
}
.c-content-t i {
	font-size: 10px;
	margin-right: 5px;
}
.c-notice-s {
	min-height: 150px;
}
.c-list .list_content a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.c-list .list_content:not(:last-child) {
	padding-bottom: 10px;
	border-bottom: 1px dotted #dcdcdc;
	margin-bottom: 10px;
}
.c-list .list_content a .thumb {
	width: 40%;
}
.c-list .list_content a .thumb img {
	width: 100%;
	display: block;
}
.c-list .list_content a .list_info {
	width: 55%;
}
.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: #929292;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.c-gallery-s:after {
	display: block;
	content: '';
	clear: both;
}
.c-gallery .list_content {
	float: left;
	width: 32%;
	margin-bottom: 2%;
	position: relative;
}
.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;
}
.c-gallery .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;
}
.c-web-s {
	padding: 0;
}
.c-web .list_content {
	padding: 7px 10px;
	border-bottom: 1px dotted #dcdcdc;
}
.c-web .list_content:after {
	display: block;
	content: '';
	clear: both;
}
.c-web .list_content a {
    display: flex;
    justify-content: space-between;
}
.c-web .list_content .list_title {
	font-weight: bold;
	max-width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .4s;
}
.c-web .list_content .list_category {
	color: #929292;
	font-size: 10px;
	max-width: 30%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.c-web .list_content:hover .list_title {
	opacity: .7;
}


/* container */
#container {
    border: 1px solid;
    background: white;
	position: relative;
	overflow: hidden;
	.container_postbtn {display: none}
}


/* sidebar */
#sidebar {
	width: 150px;
	background: white;
}
#tt-body-page #sidebar .p-img {
	cursor: pointer;
}
#sidebar .p-img {
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid;
}
#sidebar .p-img img {
    width: 100%;
    display: block;
}
#sidebar .s-menu {
    height: 326px;
}
#sidebar .category {
    height: calc(100% - 27px);
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px;
	position: relative;
}
#sidebar .menu {
    padding: 7px 0;
    display: flex;
    justify-content: space-around;
    border-top: 1px solid;
}
#sidebar .menu a {
    display: block;
    line-height: 1;
}
#sidebar .menu a i {
	color: #828282;
}
#sidebar .menu .sl-cate i {
	font-weight: bold;
}
.category .link_tit {
	display: none !important;
}
.category .tt_category > li > ul > li {
	margin-bottom: 8px;
	padding: 0 3px;
}
.category .tt_category > li > ul > li:not(:last-child) {
	border-bottom: 1px solid #f1f1f1;
}
.category li a {
	display: block;
	font-weight: bold;
	transition: .5s;
}
.category .link_item {
	color: #828282;
	font-size: 11px;
}
.category .link_item:not(.subb) {
	padding-bottom: 8px;
}
.category ul li ul li:hover .link_item, .category .link_item.sl-cate {
	letter-spacing: 1px !important;
}
.link_item.subb {
	width: calc(100% - 12px);
}
.category .sub_link_it {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 15px;
	padding-bottom: 8px;
}
.category .sub_b i {
	font-size: 10px;
	font-weight: bold;
	transition: .6s;
	cursor: pointer;
	color: #828282;
}
.category .sub_category_list {
	display: none;
	margin-bottom: 8px;
}
.category .link_sub_item {
	font-size: 10px;
	background: #f7f7f7;
	padding: 3px 5px;
	text-align: right;
	color: #828282;
}
.category .sub_category_list li:not(:last-child) .link_sub_item {
	margin-bottom: 3px;
}
.category .link_sub_item:hover {
	letter-spacing: 1px;
}
.category .cate_n i {
	font-size: 10px;
}
#tt-body-page .tt_category {
	display: none;
	position: absolute;
	width: 150px;
	height: 100%;
	left: 0;
	top: 0;
	padding: 10px;
	background: white;
	z-index: 1;
}
.m-menu-w {
	position: fixed;
	z-index: 150;
	left: 13px;
	top: 13px;
	background: white;
	border: 1px solid;
	border-radius: 5px;
	padding: 6px;
}
.m-menu{
	width: 16px;
	height: 16px;
	position: relative;
	cursor: pointer;
}
.m-menu span{
	background-color: #a9a9a9;
	position: absolute;
	border-radius: 2px;
	transition: .3s cubic-bezier(.8, .5, .2, 1.4);
	width: 100%;
	height: 2px;
	transition-duration: 500ms;
}
.m-menu span:nth-child(1){
	top:0px;
	left: 0px;
}
.m-menu span:nth-child(2){
	top: 6.5px;
	left: 0px;
	opacity: 1;
}
.m-menu span:nth-child(3){
	bottom: 0px;
	left: 0px;
}
.m-menu.open span:nth-child(1){
	transform: rotate(45deg);
	top: 6.5px;
}
.m-menu.open span:nth-child(2){
	opacity: 0;
}
.m-menu.open span:nth-child(3){
	transform: rotate(-45deg);
	top: 6.5px;
}


/* footer */
.footer {
    border-top: 1px solid;
    line-height: 26px;
    height: 27px;
    position: relative;
    padding: 0 5px;
}
.search { 
    text-align: center; 
    position: absolute; 
    top: 50%; 
    left: 50%;  
    transform: translate(-50%, -50%); 
    -ms-transform: translate(-50%, -50%); 
}
.search input {
    font-size: 10px;
    width: 80px;
    border-bottom: 1px solid;
    text-align: center;
	padding: 1px;
}
.paging .no-more-prev i, .paging .no-more-next i {
    opacity: .3;
}
.paging .prev {
    float: left;
}
.paging .next {
    float: right;
}


/* content */
#content .content-w {
    padding: 20px;
	height: 450px;
	overflow-y: scroll;
	overflow-x: hidden;
}


/* searchList */
.searchList .sl_img {
	display: none;
}
.s-list-empty {
    padding: 80px 0;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    cursor: default;
    color: #929292;
}


/* list */
.list_wrap:after {
    clear: both;
    content: '';
    display: block;
}

#lst_web .thumb, #tt-body-search .thumb, #tt-body-tag .thumb {
    display: none;
}
#lst_web .list_content .listTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
#lst_web .list_content:not(:last-child) .listTitle {
    border-bottom: 1px solid;
}
#lst_web .list_content .list_title {
    font-weight: bold;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: .7;
    transition: .6s;
}
#lst_web .list_content .date {
    font-size: 10px;
    color: #929292;
}
#lst_web .list_content:hover .list_title {
    opacity: 1;
}
#lst_web .list_content .list_title .cate_i {
    margin-right: 5px;
}
#lst_web .list_content .list_title .cate_i i {
    font-size: 10px;
    color: #929292;
}
#lst_web .list_content:hover .list_title .cate_i i:before {
    content: "\ea3e" !important;
}
#lst_web .p_list_content:hover .list_title .cate_i i:before {
    content: '\ea22' !important;
}

#lst_gal .cate_i {
	display: none;
}
#lst_gal .list_content {
	float: left;
	width: 32%;
	margin-bottom: 2%;
	position: relative;
	overflow: hidden;
}
#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;
	-webkit-filter: grayscale(80%);
	filter: gray;
	transition: .4s;
}
#lst_gal .listTitle {
	position: absolute;
	z-index: 111;
	bottom: -44px;
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	padding: 5px;
	transition: linear .3s;
	opacity: 0;
}
#lst_gal .listTitle .list_title, #lst_gal .listTitle .date {
	color: white;
}
#lst_gal .listTitle .list_title {
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#lst_gal .listTitle .date {
	font-size: 10px;
}
#lst_gal .list_content:hover .listTitle {
	bottom: 0;
	opacity: 1;
}
#lst_gal .list_content:hover .thumb img {
	-webkit-filter: grayscale(0%);
	filter: none;
}
#lst_gal .list_title i {
	color: white;
}


/* 본문 */
#sidebar .titleWrap {
    width: 130px;
    overflow: hidden;
}
.titleWrap .title {
    font-weight: bold;
    border-bottom: 1px solid;
    padding-bottom: 8px;
    margin-bottom: 5px;
    cursor: default;
    font-size: 10px;
	text-align: justify;
}
.titleWrap .t-wrap {
    margin-bottom: 8px;
}
.titleWrap .t-wrap, .titleWrap .tt-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.titleWrap .date {
    font-size: 10px;
    color: #929292;
    cursor: default;
}
.titleWrap .tt-wrap a {
    margin-left: 3px;
}
.titleWrap .tt-wrap a i {
    font-size: 10px;
    color: #929292;
    transition: .4s;
}
.titleWrap .tagTrail {
    border: 1px solid;
    padding: 5px;
    font-size: 10px;
    color: transparent;
	text-align: justify;
	cursor: default;
}
.titleWrap .tagTrail a {
	font-size: 10px;
	color: #828282;
	transition: .5s;
	cursor: pointer;
}


/* protected */
.article_P {
    padding: 60px 0;
    text-align: center;
}
.entryProtected .article_P .lock {
    font-weight: bold;
    margin-bottom: 20px;
}
.entryProtected .article_P input {
    width: 70px;
    border-bottom: 2px solid;
    padding: 3px;
    transition: .4s;
}
.entryProtected .article_P input:focus {
    width: 90px;
}


/* notice */
.entryNotice {
    padding-left: 7px;
}
.entryNotice:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid;
}
.entryNotice .notice_date {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 10px;
}


/* comment */
#comment {
    position: relative;
}
.comment {
    margin-top: 20px;
}
.commentWrite, .guestWrite {
    border: 1px solid;
    background: white;
    margin-bottom: 15px;
}
.commentWrite .gwrite, .guestWrite .gwrite {
    width: 100%;
    border-bottom: 1px solid;
    height: 35px;
    padding: 0 10px;
}
.commentWrite .gwrite i, .guestWrite .gwrite i {
    vertical-align: middle;
    color: #929292;
    font-size: 10px;
}
.commentWrite .gwrite input, .guestWrite .gwrite input {
    width: calc(100% - 10px);
    height: 100%;
    padding-left: 15px;
    transition: 0.3s;
    font-size: 10px;
    color: #929292;
}
.gwrite input:-ms-input-placeholder { 
	color: #929292;
    font-size: 10px;
}
.gwrite input::-webkit-input-placeholder { 
	color: #929292;
    font-size: 10px;
} 
.gwrite input:-moz-input-placeholder { 
	color: #929292;
    font-size: 10px;
}
.gwrite input::placeholder { 
	color: #929292;
    font-size: 10px;
}
.commentWrite .gwrite input:focus, .guestWrite .gwrite input:focus {
    padding-left: 12px;
}
.commentWrite textarea, .guestWrite textarea {
    padding: 10px;
	width: 100%;
    display: block;
}
.commentWrite .g_ss, .guestWrite .g_ss {
    border-top: 1px solid;
}
.gsecret {
    float: left;
    width: 50%;
}
.gsecret .checkbox {
	display: none;
}
.lb_secret {
	display: block;
	line-height: 30px;
}
.lb_secret:after {
	text-align: center;
}
.gsecret .checkbox + .lb_secret:after {
	display: block;
	font-family:'xeicon';
	content:'\e965'; 
	font-size: 10px;
	color: #929292;
}
.gsecret .checkbox:checked + .lb_secret:after {
	display: block;
	font-family:'xeicon';
	content:'\e964'; 
	font-size: 10px;
    background: rgba(55, 55, 55, 0.03);
}
.gsubmit {
    float: right;
    width: 50%;
    border-left: 1px solid;
}
.gsubmit button {
    width: 100%;
    height: 100%;
    line-height: 30px;
    transition: .4s;
}
.gsubmit button:hover {
    background: rgba(55, 55, 55, 0.03);
}
.gsubmit button i {
    font-size: 10px;
	color: #929292;
    transition: .4s;
}
.commentList ol {
	display: flex;
	flex-direction: column-reverse;
}
.commentList .rep, .guestList .rep {
    padding: 20px 5px;
}
.commentList .rep:not(:last-child) {
    border-top: 1px solid;
}
.guestList .rep:not(:last-child) {
    border-bottom: 1px solid;
}
.desc {
    display: flex;
    position: relative;
}
.desc-img, .desc-imgg {
    width: 40px;
    overflow: hidden;
    margin-right: 10px;
}
.desc-img img, .desc-imgg img {
    display: block;
    width: 100%;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
}
.desc-ny {
    width: calc(100% - 50px);
}
.commentList .name-w, .guestList .name-w {
    display: flex;
    align-items: center;
}
.commentList .name, .guestList .name {
    font-weight: bold;
    font-size: 10px;
    line-height: 1;
}
.commentList .control, .guestList .control {
    margin-left: 5px;
}
.commentList .control a i, .guestList .control a i {
    font-size: 10px;
    color: #929292;
}
.commentList .ny, .guestList .ny {
    padding: 7px 5px;
	text-align: justify;
}
.commentList .ny-d-s, .guestList .ny-d-s {
	display: flex;
	align-items: center;
}
.commentList .date, .guestList .date, .commentList .datee, .guestList .datee {
    font-size: 10px;
    color: #929292;
}
.commentList .ny-secret, .guestList .ny-secret {
	margin-left: 5px;
}
.commentList .ny-secret i, .guestList .ny-secret i {
	font-size: 10px;
    color: #929292;
}
.commentList .rp, .guestList .rp {
    margin-top: 15px;
}
.commentList .rp_admin .name a, .guestList .guest_admin .name a {
    padding: 0 3px;
    color: white;
}
.commentList .rp_admin .control, .guestList .guest_admin .control {
    margin-right: 5px;
}
.commentList .rep .rep-d:not(:last-child)::after, .commentList .rep ul li:not(:last-child) .desc:after, .guestList .rep .desc:not(:last-child)::after, .guestList .rep ul li:not(:last-child) .desc:after {
	content: '';
	width: 3px;
	height: calc(100% - 35px);
	position: absolute;
	left: 19px;
	bottom: -10px;
	background: #f1f1f1;
	border-radius: 5px;
}


/* tag */
.taglog ul {
	text-align: justify;
}
.taglog li {
	display: inline;
	line-height: 25px;
}
.taglog li a {
	padding: 1px 3px;
    font-size: 10px;
    font-weight: bold;
	color: #828282;
	border: 1px solid;
	border-radius: 3px;
	transition: .6s;
}


/* 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: 701px) {
    #container {
        width: 650px;
        margin: 90px auto;
        display: flex;
        justify-content: space-between;
        box-sizing: content-box;
    }
    #content {
        width: 500px;
        border-left: 1px solid;
    }
	.m-menu-w {
		display: none;
	}
}


/* mobile */
@media all and (max-width: 700px) {
    #container {
        width: 90%;
        margin: 20px auto;
    }
	#sidebar {
		position: absolute;
		z-index: 100;
		border-right: 1px solid;
		box-sizing: content-box;
		left: -155px;
		-ms-transition:     all 0.6s ease-out;
		-moz-transition:    all 0.6s ease-out;
		-webkit-transition: all 0.6s ease-out;
		-o-transition:      all 0.6s ease-out;
		transition:         all 0.6s ease-out;
		opacity: 0;
	}
	#sidebar.open {
		left: 0;
		opacity: 1;
	}
}

* {cursor: url(images/cursor1.cur), auto !important;}

[data-tistory-react-app="Namecard"] {
display: none;
}