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


@font-face {
    font-family: 'JoseonGulim';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ChosunGu.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}



* { margin:0; padding:0; border:0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: 'JoseonGulim', 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;
		line-height: 1.3 !important;
}
html {
    height: 100%;
}



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


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


/* 이전 댓글 */
.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;
	cursor: pointer;
	opacity: .7;
	transition: .4s;
}


/* 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 .p_img {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 99999;
	background: white;
}
#s_cover .p_img img {
	width: 100%;
	display: block;
}
#s_cover .thumb {
	display: block !important;
}
.c-content {
	padding: 10px;
}
.c-content-s {
	border: 1px solid;
	padding: 10px;
}
.c-content:not(.c-notice) .c-content-t {
	border: 1px solid;
	border-bottom: none;
	padding: 5px 8px;
	color: #757575;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 10px;
}
.c-list .c-list-s {
	padding: 0 !important;
}
.c-list .list_content a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	background: white;
}
.c-list .list_content:not(:last-child) a {
	border-bottom: 1px solid;
}
.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;
	color: #777;
	line-height: 1;
}
.c-gallery .list_content .list_title img.emoji {
	padding: 0 !important;
	width: 10px !important;
}
.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 {
	padding-bottom: calc(10px - 2%) !important;
}
.c-gallery-s:after {
	display: block;
	content: '';
	clear: both;
}
.c-gallery .list_content {
	float: left;
	width: 32%;
	margin-bottom: 2%;
	position: relative;
	background: white;
	border: 1px solid;
	padding: 8px;
}
.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 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
	margin-top: 8px;
	line-height: 1;
	color: #757575;
}
.c-web .list_content {
	padding: 7px 10px;
	border: 1px solid;
	background: white;
	overflow: hidden;
}
.c-web .list_content:not(:last-child) {
	margin-bottom: 5px;
}
.c-web .list_content:after {
	display: block;
	content: '';
	clear: both;
}
.c-web .list_content a {
    display: flex;
    justify-content: space-between;
	position: relative;
	z-index: 10;
}
.c-web .list_content .list_title {
	font-weight: bold;
	max-width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .4s;
	color: #777;
}
.c-web .list_content .list_category {
	color: #777;
	font-size: 10px;
	max-width: 30%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	z-index: 1;
	padding: 0 3px;
}
.c-web .list_content .list_category:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	bottom: 0;
	background: rgba(155, 165, 234, 0.3);
	z-index: -1;
}


/* container */
#container {
    background: white;
    border: 1px solid;
    padding: 7px;
}


/* content */
#content-w {
	position: relative;
	border: 1px solid;
}
#content {
    height: 332px;
    overflow: hidden;
    overflow-y: scroll;
}


/* category */
.category {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    text-align: center;
    padding: 40px 20px;
    display: none;
	z-index: 999;
}
.category ul {
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    -ms-transform: translate(-50%, -50%); 
}
.category ul li {
    
}
.category ul li a {
    display: inline-block;
    font-weight: bold;
    font-family: 'JoseonGulim', 'JoseonGulim';
    padding: 2px;
}
.category ul li a:hover, .category ul li .sl-cate {
    color: white;
}


/* list */
.list_wrap:after {
    content: '';
    display: block;
    clear: both;
}
.thumb, .searchList .sl_cate, .lst-sl {
    display: none;
}
.s-list-empty {
	padding: 70px 15px;
    text-align: center;
	position: absolute;
	top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    -ms-transform: translate(-50%, -50%); 
	font-weight: bold;
	cursor: default;
	font-size: 10px;
}

#lst_web .list_content a {
    display: block;
    border-bottom: 1px solid;
    padding: 8px;
}
#lst_web .list_content a .listTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#lst_web .list_content a .cate_i i {
    font-size: 10px;
    color: #9e9e9e;
}
#lst_web .list_content a .list_title {
    width: 80%;
    text-align: right;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* accordion */
#lst_ac .lst-sl, #lst_ac .article-w, #lst_ac .lst-entry {
	display: none;
}
#lst_ac .comment form:only-child {
	border-bottom: none !important;
}
#lst_ac .entry, #lst_ac #comment {
	display: block !important;
}
#lst_ac .entry:not(:last-child) .article-w {
	border-bottom: 1px solid;
}
#lst_ac .entry .titleWrap {
	border-bottom: 1px solid;
}
#lst_ac .entry .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
}
#lst_ac .entry .titleWrap .title div:not(.date) {
	font-weight: bold;
	width: 75%;
	text-align: justify;
}
#lst_ac .entry .titleWrap .date {
	cursor: default;
	font-size: 10px;
	color: #9e9e9e;
}
#lst_ac .date-w {
	display: none;
}

/* memo */
#lst_memo .lst-sl, #lst_memo .lst-entry, #lst_memo .date-w {
	display: none;
}
#lst_memo .entry {
	display: block !important;
}
#lst_memo {
	padding: 10px;
	padding-bottom: 0;
}
#lst_memo .entry {
	border: 1px solid;
	margin-bottom: 10px;
}
#lst_memo .titleWrap {
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid;
	background: #f7f7f7;
	padding: 6px;
	cursor: default;
}

/* gallery */
#lst_gal {
	padding: 2px 0;
}
#lst_gal .lst-entry {
	float: left;
	width: 50%;
	padding: 2px 0 2px 4px;
}
#lst_gal .lst-entry:nth-child(odd) {
	padding-right: 2px;
}
#lst_gal .lst-entry:nth-child(even) {
	padding-left: 2px; 
	padding-right: 4px;
}
#lst_gal .list_content a {
	display: block;
	border: 1px solid;
}
#lst_gal .thumb {
	display: block !important;
	overflow: hidden;
}
#lst_gal .thumb img {
	width: 100%;
	display: block;
}
#lst_gal .listTitle {
	display: none;
}


/* entry */
#tt-body-page .titleWrap, .entry, #tt-body-page .lst-entry {
	display: none;
}
#tt-body-page .entry {
	display: block;
}
.entry .article {
	padding: 12px;
}
#tt-body-page #footer .date-w {
	display: flex;
	align-items: center;
}
#tt-body-page #footer .date-w div:not(:last-child) {
	margin-right: 5px;
}
#tt-body-page #footer .date-w a i, #tt-body-page #footer .date-w i {
	font-size: 10px;
	color: #9e9e9e;
}
.tagTrail {
    color: transparent;
	padding: 5px 8px;
	text-align: justify;
	cursor: default;
}
.tagTrail a {
	font-size: 10px;
	opacity: .5;
	transition: .4s;
}
.tagTrail a:hover {
	opacity: 1;
}


/* protected */
.entryProtected .article_P {
	padding: 70px 15px;
    text-align: center;
}
#tt-body-page .entryProtected .article_P {
    padding: 70px 15px;
    text-align: center;
	position: absolute;
	top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    -ms-transform: translate(-50%, -50%); 
}
.entryProtected .article_P .lock {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 20px;
	cursor: default;
}
.entryProtected .article_P input {
    border-bottom: 2px solid #888;
    width: 80px;
    padding: 2px 5px;
    transition: .3s;
}


/* comment guestbook */
#comment {
	display: none;
}
.commentWrite {
    border-top: 1px solid;
}
.comment form:only-child, .guestbook form:only-child {
	border-bottom: 1px solid;
}
.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 input {
	width: 100%;
	line-height: 30px;
	visibility: hidden;
}
.gsecret input:after {
	text-align: center;
	display: block;
	font-family:'xeicon';
	content:'\e965'; 
	font-size: 10px;
	color: #929292;
	visibility: visible;
}
.gsecret input:checked:after {
	display: block;
	font-family:'xeicon';
	content:'\e964'; 
	font-size: 10px;
    background: #f9f9f9;
}
.gsubmit {
    float: right;
    width: 50%;
    border-left: 1px solid;
}
.gsubmit button {
    width: 100%;
    height: 100%;
    line-height: 30px;
    transition: .5s;
}
.gsubmit button i {
    font-size: 10px;
	color: #929292;
    transition: .5s;
}
.gsubmit button:hover {
    background: #f9f9f9;
}
.commentList ol {
	flex-direction: column-reverse;
	display: flex;
}
.commentList, .guestList {
    border-top: 1px solid;
}
.commentList .rep {
	padding: 15px;
}
.commentList .rep:not(:last-child) {
	border-top: 1px solid;
}
.rep:last-child {
    border-bottom: none;
}
.guestList .rep {
    padding: 10px;
}
.guestList .rep:not(:last-child) {
	border-bottom: 1px solid;
}
.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;
}
.commentList .control a i, .guestList .control a i {
    font-size: 10px;
    color: #929292;
}
.commentList .ny, .guestList .ny {
    padding: 7px 5px;
	text-align: jutify;
}
.commentList .ny-d-s, .guestList .ny-d-s {
	display: flex;
}
.commentList .date, .guestList .date, .commentList .datee, .guestList .datee {
    font-size: 10px;
    color: #929292;
	cursor: default;
}
.commentList .ny-secret, .guestList .ny-secret {
	margin-left: 5px;
}
.commentList .ny-secret i, .guestList .ny-secret i {
	font-size: 10px;
    color: #929292;
}
.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;
}


/* notice */
.entryNotice:not(:last-child) {
    border-bottom: 1px solid;
}
.entryNotice .notice_date {
    line-height: 1;
    font-weight: bold;
	text-align: center;
	border-bottom: 1px solid;
	background: #f7f7f7;
	padding: 8px;
	cursor: default;
}
.entryNotice .article {
    padding: 10px;
}


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


/* footer */
#footer {
    padding: 15px 10px;
    cursor: default;
}
#footer .b-title {
    font-weight: bold;
    font-size: 17px;
    font-family: "JoseonGulim", 'JoseonGulim';
    text-transform: uppercase;
	line-height: 1;
	margin-bottom: 3px;
}
#tt-body-category #footer .b-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#footer .c-code {
    font-weight: bold;
}
.search input {
    font-size: 10px;
}
.paging a {
    font-size: 10px;
}
.paging .no-more-prev, .paging .no-more-next {
    display: none;
}


/* 수정, 삭제 금지 */
.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: 401px) {
    #container {
        width: 350px;
        margin: 90px auto 40px;
    }
}


/* mobile */
@media all and (max-width: 400px) {
    #container {
        width: 90%;
        margin: 20px auto;
    }
}

/* 마우스 커서 */
* {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), auto !important;}

/* - - - BGM 플레이어 관련 - - - */
.mm-bgm{
  position: fixed;
  bottom: 15px; /* 우측상단 원하면 bottom을 top 으로 변경 */
  right: 15px;
  z-index: 9999; /* 맨위로 */
  border: none;
}
/* - - - BGM 플레이어 끝 - - -*/
