@charset "utf-8";
@font-face { font-family: 'MapoGoldenPier'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/MapoGoldenPierA.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face {
    font-family: 'LINESeedKR-Bd';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/LINESeedKR-Bd.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'MinSans-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/MinSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
	margin: 0;
	padding: 0;
	outline: none;
}
fieldset, img 
	border: 0;
}
dl, ul, ol, menu, li {
	list-style: none;
}
iframe, embed {
	width: 100%;
}
table .imageblock {
	width: 100% !important;
}
table {
	border-spacing: 1px 0;
}
button {
	background-color: transparent;
	border: 0;
}
/* 배경 */
body {
	background: #fff;
}
/* 전체 폰트 */
html,
th,
td,
input,
select,
textarea,
button,
#tt-body-page blockquote,
#tt-body-page blockquote p,
#tt-body-page blockquote[data-ke-style='box'],
#tt-body-page div[data-ke-type='moreLess'] .btn-toggle-moreless,
figure figcaption,
figure[data-ke-type='video'] figcaption,
code {
	font-size: 16px;
	font-family: 'MinSans-Regular'; src: 
	color: #666;
	line-height: 1.7;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
}
/* 기본 값 */ 
h1 {font-size: 15pt; }
h2 {font-size: 12pt; }
h3 {font-size: 10pt;} 
h4 {font-size: 8pt;} 
h5 {font-size: 5pt; }

/* 입력창 폰트 색상 */
::-webkit-input-placeholder { /* 크롬 4–56 */
	color: #666;
}
:-moz-placeholder { /* 파이어폭스 4–18 */
	color: #666;
}
::-moz-placeholder { /* 파이어폭스 19–50 */
	color: #666;
}
:-ms-input-placeholder { /* 인터넷 익스플로러 10+ */
	color:  #666;
}
::placeholder { /* 파이어폭스 51+, 크롬 57+ */
	color: #666;
}

/* 스크롤바 */
::-webkit-scrollbar {
	width:5px;
	height:5px;
	background:transparent;
}
::-webkit-scrollbar-thumb {
	width:5px;
	background:#666;
}
/* 전체 박스 */
#container {
	position: relative;
	margin: 100px auto 50px;
	width: 750px;
}
/* 상단 영역 */
#header {
	position: relative;
	display: flex;
	height: 57px;
	font-family: 'LINESeedKR-Bd'; src: 
	font-size: 1.1em;
	margin-bottom: 20px;
	overflow: hidden;
	text-transform: capitalize;
	white-space: nowrap;
	color: #e22d2d;
}
#header:before, #header:after {
	content: "";
	box-sizing: border-box;
	border-color: inherit;
	position: absolute;
	bottom: 8px;
	height: 20px;
	color: #e22d2d;
}
#header:before {
	left: 0;
	width: 15%;
	border-right: 2px solid;
	border-top: 2px solid;
}
#header:after {
	left: 15%;
	width: 100%;
	margin-left: -2px;
	border-left: 3px solid;
	border-top: 2px solid;
	transform: skew(-45deg);
	transform-origin: left bottom;
}
#header .title {
	flex: 1.5;
	margin-left: 10px;
}
#header .catebox {
	flex: 8.5;
	text-align: right;
	position: relative;
}
.catebox .etc > span {
	cursor: pointer;
}

@media all and (min-width: 768px) {
	#header .btn {
		display: none;
	}
	/* 카테고리 */
	.tt_category, .category_list > li, .sub_category_list > li, #header .catebox .cate, #header .catebox .etc {
		display: inline-block;
	}
	.link_tit {
		display: none;
	}
	.sub_category_list, #header .catebox .etc .etcbox {
		position: absolute;
		right: 0;
		display: none;
		padding-top: 10px;
		z-index: 9999999;
		width: 100%;
		font-size: .9em;
	}
	.category_list > li:hover .sub_category_list, #header .catebox .etc:hover .etcbox {
		display: block;
	}
	a.link_item, a.link_sub_item, #header .catebox .cate:first-child, #header .catebox .etc, .search, #header .catebox .etc a {
		margin: 0 10px;
	}
	a.link_sub_item, #header .catebox .etc a {
		opacity: 0.8;
	}
	/* 검색 */
	.search {
		display: inline-block;
	}
	.search input {
		border: 0;
		background: transparent;
		font-family: 'LINESeedKR-Bd'; src: 
		width: 80px;
		font-size: .9em;
		text-align: right;
		opacity: 0.5;
	}
	.search .submit {
		display: none;
	}
}
/* 본문 영역 */
#content {
	position: relative;
}
.list_wrap:after {
	display: block;
	clear: both;
	content: '';
	overflow: auto;
}
/* 갤러리형 */
#lst_gal .thumb {
	width: 29.3%;
	position: relative;
	float: left;
	margin: 2%;
	overflow: hidden;
}
#lst_gal .thumb * {
	transition: 0.5s;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#lst_gal .thumb a {
	display: block;
	border: 0px solid;
}
#lst_gal .thumb img {
	width: 100%;
	vertical-align: top;
}
#lst_gal .thumb:hover img {
	opacity: 0.6;
	-webkit-filter: blur(1px);
	filter: blur(1px);
}
#lst_gal .thumb:hover .info {
	opacity: 1;
}
#lst_gal .thumb .info {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin: auto;
	text-align: center;
	opacity: 0;
	line-height: 1.4;
	background: rgba(102, 102, 102, 0.8);
	color: #FFFFFF;
}
#lst_gal .thumb .info .title {
	font-weight: bold;
	letter-spacing: 2px;
	width: 80%;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
#lst_gal .thumb .info .date {
	font-size: .8em;
}
/* 목록형 */
#lst_web .thumb {
	position: relative;
}
#lst_web .thumb a {
	display: block;
	padding: 15px 0;
	border-bottom: 2px solid;
}
#lst_web .thumb img {
	display: none;
}
#lst_web .thumb .title, #lst_web .thumb .date {
	display: inline-block;
	vertical-align: middle;
}
#lst_web .thumb .title {
	width: calc(100% - 60px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	transition: .5s;
}
#lst_web .thumb:hover .title {
	letter-spacing: 2px;
}
#lst_web .thumb .date {
	font-size: .8em;
	float: right;
	line-height: 23px;
}
/* 보호글 */
.entryProtected {
	width: 220px;
	margin: 20% auto;
}
.entryProtected p .post-secret, .entryProtected p .post-submit {
	margin: 5px 0;
	padding: 10px;
}
.entryProtected p .post-secret {
	width: 100%;
	border: 0;
	background: transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.entryProtected p .post-submit {
	width: 100%;
	border: 0;
	background: #666;
	text-transform: capitalize;
	color: #fff;
}
.post-secret[required] + label {
	display: block;
	height: 48px;
	margin-top: -48px;
	margin-bottom: 0;
	pointer-events: none;
	line-height: 1;
	text-transform: capitalize;
}
.post-secret[required] + label:before {
	content: attr(placeholder);
	display: inline-block;
	height: 48px;
	line-height: 48px;
	padding: 0 9px;
	background-size: 100% 5px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
}
.post-secret[required]:focus + label:before, .post-secret[required]:valid + label:before {
	-webkit-transform: translate(0, -24px) scale(1, 1);
	transform: translate(0, -24px) scale(1, 1);
	font-style: italic;
}
/* 본문 타이틀 */
.titleWrap {
	margin-bottom: 30px;
	text-align: center;
}
.titleWrap .title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.titleWrap .title a {
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 3px;
	padding: 0 10px 3px;
	border-bottom: 2px solid;
	display: inline-block;
}
.titleWrap .date, .titleWrap .admin {
	font-size: .8em;
}
.titleWrap .date {
	display: inline-block;
}
.titleWrap .admin {
	/* float: right; */
}
.titleWrap .admin i {
	padding: 0 3px;
}
/* 인용구 1*/
blockquote[data-ke-style='normal'], 
#tt-body-page blockquote[data-ke-style='normal'], 
blockquote[data-ke-style='style2'], 
#tt-body-page blockquote[data-ke-style='style2'] 
{	content: '\f005 ';
	font-family: fontAwesome;
	position: relative;
	font-size: 14px;
	padding: 10px;
	margin: 7px;
	border-left: 3px solid;
}

/*인용구2*/
blockquote[data-ke-style='box'], 
#tt-body-page blockquote[data-ke-style='box'], 
blockquote[data-ke-style='style3'], 
#tt-body-page blockquote[data-ke-style='style3'] 
{	content: '\f005 ';
	font-family: fontAwesome;
	position: relative;
	height: auto;
	margin: 5px 0;
	padding: 6px;
	border: 1px solid;
	font-size: 14px;
}
/* 더보기 */
.btn_more:before,
.btn-toggle-moreless:before {
	content: '\f105';
	font-family: fontAwesome;
	font-weight: bold;
	margin-right: 5px;
}
.moreless-content,
.moreless_content {
	position: relative;
	height: auto;
	margin: 3px 0;
	padding: 10px;
	border: 0px solid;
	font-family: 'MapoGoldenPier'; src: 
}
.btn_less span:before,
.moreless_top:before {
	content: '\f107';
	font-family: fontAwesome;
	margin-right: 5px;
	font-weight: bold;
}
.btn_less:last-child span:before,
.moreless_bottom:before {
	content: '\f106';
	font-family: fontAwesome;
	margin-right: 5px;
	font-weight: bold;
}
.btn_less:first-child {
	margin-bottom: 10px;
}
.btn_less:last-child {
	margin-top: 10px;
}
.btn_more {
	display: block;
}
/* 본문 태그¸ */
.tagTrail {
	color: transparent;
	margin: 10px 0;
	font-size: .9em;
}
.tagTrail .tag {
	color: #666;
	width: 80px;
	font-weight: bold;
	display: inline-block;
}
/* 본문 댓글 */
.actionTrail {
	margin: 10px 0;
	font-size: .9em;
}
.actionTrail .cnt {
	display: inline-block;
	font-weight: bold;
	width: 80px;
}
/* 신고 버튼 */
.container_postbtn {
	padding: 10px 0 !important;
}
.container_postbtn .postbtn_like label:first-child {
	padding-left: 0 !important;
}
/* 방명록 작성 */
.cmt-write:after, .guestWrite:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
.cmt-write {
	margin-top: 30px;
}
.cmt-write textarea, .guestWrite textarea {
	width: 100%;
	resize: vertical;
	height: 100px;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	border: 2px solid;
	background: transparent;
	transition: .8s;
}
.cmt-write textarea:focus, .guestWrite textarea:focus, .cmt-write textarea:hover, .guestWrite textarea:hover {
	height: 150px;
}
.cmt-write .info input, .guestWrite .info input {
	padding: 5px;
	float: left;
	background: transparent;
	margin: 5px;
	margin-left: 0;
	border: 0;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
	max-width: 23%;
}
.cmt-write .submit input, .guestWrite .submit input {
	float: right;
	margin-right: 0;
	padding: 3px 10px;
	background: #666;
	color: #fff;
	font-family: fontAwesome;
	border: 0;
	margin-top: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .9em;
	width: 15%;
}
.secret {
	display: inline-block;
	padding: 10px;
	float: left;
}
.checkbox {
	display: none;
}
.checkbox + .secret-label:after {
	content: '\f13e';
	font-family: fontAwesome;
}
.checkbox:checked + .secret-label:after {
	content: '\f023';
	font-family: fontAwesome;
}
/* 댓글, 방명록 리스트 */
.commentList li, .guestList li {
	position: relative;
}
.cmt-list, .guest-list {
	margin: 30px 0;
	padding-bottom: 30px;
	border-bottom: 2px solid;
}
.cmt-list:first-child, .guest-list:first-child {
	margin-top: 10px;
}
.cmt-list:last-child, .guest-list:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
.cmt-list img, .guest-list img {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	display: none;
}
.cmt-list .info, .guest-list .info {
	/* margin-left:60px; */
}
.reply {
	margin: 30px 0 30px 30px;
}
.reply:last-child {
	margin-bottom: 0;
}
.cmt-list .text, .guest-list .text {
	margin-top: 15px;
}
.cmt-list .date, .guest-list .date {
	font-size: .8em;
	margin-right: 5px;
}
.cmt-list .date a, .guest-list .date a {
	margin-right: 5px;
	visibility: hidden;
	font-size: .8em;
}
.cmt-list .date a:after, .guest-list .date a:after {
	content: "\f06a";
	font-family: fontAwesome;
	visibility: visible;
}
.cmt-list .control, .guest-list .control {
	font-size: .8em;
}
.cmt-list .control .write, .guest-list .control .write {
	margin-left: 5px;
}
.cmt-list .name, .guest-list .name, .cmt-list .rp_admin .name, .guest-list .guest_admin .name {
	font-weight: bold;
	padding: 5px 10px;
	border: 2px solid;
}
.cmt-list .rp_admin .name, .guest-list .guest_admin .name {
	background: #666;
	border: 0;
}
.cmt-list .name a, .guest-list .name a, .cmt-list .rp_admin .name a, .guest-list .guest_admin .name a {
	color: #fff;
}
.cmt-list .rp_admin .name:before, .guest-list .guest_admin .name:before {
	content: '\f005 ';
	font-family: fontAwesome;
	color: #fff;
}
.hiddenComment .name:after {
	content: '\f023';
	font-family: fontAwesome;
}
/* 공지 */
.entryNotice {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	animation: notice 0.5s 0s ease both 1;
	margin: 40px auto;
	padding: 30px;
	border: 2px solid;
}
.entryNotice:last-child {
	margin-bottom: 0;
}
/* 페이징 */
.paging {
	text-align: center;
	margin-top: 30px;
	font-size: .8em;
}
.paging .no-more-prev, .paging .no-more-next, .paging .num {
	padding: 0 7px;
}
.paging .selected {
	font-weight: bold;
	border-bottom: 2px solid;
}
/* 탑버튼 */
.top {
	text-align: center;
	margin-top: 40px;
	font-size: 1.5em;
}
/* 카피라이트 삭제 금지 */
.copy {
	position: fixed;
	bottom: 10px;
	right: 10px;
	white-space: nowrap;
	font-size: 12px;
	font-family: 'Calibri', sans-serif;
}

/* 모바일 영역 */
@media (max-width: 768px) {
	#container {
		width: auto;
		margin: 15px;
	}
	#header {
		display: block;
	}
	#header .title {
		margin-left: 0;
		display: inline-block;
	}
	#header .catebox > ul {
		display: none;
	}
	.cmt-write .info input, .guestWrite .info input {
		max-width: 18%;
	}
	.top {
		position: fixed;
		right: 10px;
		bottom: 10px;
		padding: 10px;
		margin-top: 0;
	}
	.copy {
		position: static;
		text-align: center;
		margin: 20px 0;
	}
	/* 모바일 카테고리 슬라이드 */
	#header .btn {
		float: right;
	}
	html.open {
		position: fixed;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.page_cover.open {
		display: block;
	}
	.page_cover {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
		background-color: rgba(0, 0, 0, 0.4);
		z-index: 999;
		display: none;
	}
	#header .catebox {
		width: 70%;
		overflow: hidden;
		height: 100%;
		position: fixed;
		top: 0px;
		left: -71%;
		margin: 0;
		z-index: 999999;
		transition: All 0.2s ease;
		-webkit-transition: All 0.2s ease;
		-moz-transition: All 0.2s ease;
		-o-transition: All 0.2s ease;
		background: #fff;
		line-height: 2;
	}
	#header .catebox.open {
		left: 0;
	}
	#header .catebox .scroll {
		width: 102%;
		height: 100%;
		overflow-y: scroll;
	}
	#header .catebox .scroll > ul {
		margin: 50px 10%;
		position: relative;
		text-align: left;
	}
	/* 모바일 카테고리 */
	.catebox .cate:first-child, .catebox .cate:nth-child(2) {
		margin-bottom: 20px;
	}
	.link_tit {
		display: none;
	}
	.sub_category_list {
		padding-left: 15px;
	}
	.link_sub_item:before {
		content: '\f0da';
		font-family: fontAwesome;
		margin-right: 3px
	}
	.catebox .etc > span {
		display: none;
	}
	/* 모바일 검색 */
	.search {
		margin: 20px 0;
	}
	.search input {
		background: transparent;
		border: 0;
		font-family: 'Galada', 'Noto Sans KR', sans-serif;
		font-size: 1.1em;
	}
	.search .submit {
		display: none;
	}
}
