@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url(//fonts.googleapis.com/earlyaccess/jejugothic.css);
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-color:#F8F8FF;
}
/* 전체 폰트 */
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: 11px;
	font-family: 'Lato', 'Jeju Gothic', sans-serif;
	color: #777;
	line-height: 1.7;
}
a {
	color: #669999;
	text-decoration: none;
}
a:hover {
	color: #a0d8cc;
	transition-duration: .5s;
}

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

/* 스크롤바 */
::-webkit-scrollbar {
	width:0px;
	height:5px;
	background:transparent;
}
::-webkit-scrollbar-thumb {
	width:5px;
	background:#BBF6E9;
}
/* 컨테이너 */
#container {
	width: 600px;
	height: 600px;
	position: fixed;
	background:#F8F8FF;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -300px;
	border: 2px solid #F8F8FF;
	box-shadow: 13px 13px 0 0 #F8F8FF, 15px 15px 0 0 	#F8F8FF, 15px 11px 0 0 #F8F8FF, 11px 15px 0 0 #F8F8FF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	overflow: hidden;
}
/* 헤더 */
#header {
	border-bottom: 1px solid #aee2d6;
	position: relative;
	margin-bottom: 5px;
}
/* 카테고리 영역 */
#header .catebox {
	position: absolute;
	min-width: 100px;
	z-index: 999;
	text-transform: capitalize;
	line-height: 1.9;
}
#header .catebox > ul {
	overflow: hidden;
	padding: 5px 8px;
	background: #ADD8E6;
	max-height: 17px;
	transition: max-height linear 0.3s;
}
#header .catebox:hover > ul {
	max-height: 450px;
}
#header .catebox:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 7px 0 7px 10px;
	border-color: transparent #F8F8FF;
	display: block;
	width: 0;
	z-index: 1;
	right: -10px;
	top: 6px;
}
/* 카테고리 */
a.link_tit {
	display: none;
}
a.link_sub_item {
	margin-left: 6px;
}
.sub_category_list {
	max-height: 0;
	overflow: hidden;
	transition: max-height linear 0.8s;
}
.category_list > li:hover .sub_category_list {
	max-height: 200px;
}
/* 타이틀 */
#header .title {
	text-align: right;
	line-height: 1.1;
	margin-bottom: 5px;
}
#header .title > a {
	font-size: 1.5em;
}
#header .title > p {
	color:#F8F8FF;
	font-size: .9em;
}
/* 본문 영역 */
#content {
	height: 516px;
	overflow: hidden;
	overflow-y: auto;
	overflow-x: hidden;
	background-image: url(./images/logo.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
#tt-body-category #content .list_wrap {
	padding: 10px;
	padding-top: 516px;
}
#tt-body-page #content {
	background: #fff;
	padding: 0;
}
.list_wrap:after {
	display: block;
	clear: both;
	content: '';
	overflow: auto;
}
/* 갤러리형 */
#lst_gal .thumb {
	width: 25.3%;
	position: relative;
	float: left;
	margin: 4%;
	overflow: hidden;
}
#lst_gal .thumb * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
#lst_gal .thumb a {
	display: block;
	padding: 5px;
	border: 1px solid #E6FCF7;
}
#lst_gal .thumb .thumb-img {
	border: 1px solid #E6FCF7;
	display: block;
}
#lst_gal .thumb img {
	width: 100%;
	backface-visibility: hidden;
	z-index: 2;
	vertical-align: top;
}
#lst_gal .thumb .info {
	text-align: center;
	position: absolute;
	top: 8px;
	height: 90%;
	width: 90%;
}
#lst_gal .thumb .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: 1px;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform : translate(-50%, -50%);
	-ms-transform : translate(-50%, -50%);
	-o-transform : translate(-50%, -50%);
	max-width: 90%;
	color: #aee2d6;
	background: rgba(255, 255, 255, 0.8);
	padding: 0 4px;
}
#lst_gal .thumb:hover img {
	opacity: 0.3;
}
#lst_gal .thumb:hover .title {
	opacity: 1
}
#lst_gal .thumb .date {
	font-size: .8em;
	display: none;
}
#lst_gal .thumb .text {
	display: none;
}
/* 목록형 */
#lst_web .thumb {
	position: relative;
}
#lst_web .thumb a {
	line-height: 6;
	display: block;
	border-bottom: 1px solid #E6FCF7;
}
#lst_web .thumb:hover .title, #lst_web .thumb:hover .date, #lst_web .thumb:hover img {
	opacity: 0.5
}
#lst_web .thumb img {
	position: absolute;
	top: 8px;
	right: 0;
	width: 50px;
	border-radius: 100%;
}
#lst_web .thumb .info {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	width: calc(100% - 60px);
}
#lst_web .thumb .info .date {
	width: 65px;
	margin-right: 5px;
	background: #aee2d6;
	color: #fff;
	padding: 2px 4px;
}
/* 본문 타이틀 */
.titleWrap {
	margin-top: 20px;
	margin-bottom: 40px;
	width: 100%;
	overflow: hidden;
	display: block;
	text-align: center;
	text-overflow: ellipsis;
}
.titleWrap .title {
	display: inline-block;
	font-weight: bold;
	font-size: 1.2em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 3px;
	border-bottom: 1px solid;
}
.titleWrap .date, .titleWrap .admin {
	font-size: .9em;
	text-transform: uppercase;
	border-radius: 5px;
	margin-right: 2px;
}
/* 인용구 */
.tx-quote-tistory:before {
	content: '\f10d';
	font-family: FontAwesome;
}
.tx-quote-tistory {
	position: relative;
	height: auto;
	margin: 5px 0;
	padding: 10px;
	border: 1px solid #aee2d6;
}
/* 더보기 */
.btn_more:before,
.moreless_fold:before {
	content: '\f107';
	font-family: FontAwesome;
	padding-right: 5px;
}
.moreless_content {
	position: relative;
	height: auto;
	margin: 3px 0;
	padding: 10px;
	border: 1px solid #aee2d6;
}
.btn_less span:before,
.moreless_top:before {
	content: '\f106 ';
	font-family: FontAwesome;
	padding-right: 5px;
}
.btn_less:last-child span:before,
.moreless_bottom:before {
	content: '\f106';
	font-family: FontAwesome;
	padding-right: 5px;
}
.btn_less:first-child {
	margin-bottom: 10px;
}
.btn_less:last-child {
	margin-top: 10px;
}
.btn_more {
	display: block;
}
/* 본문 태그¸ */
.tagTrail {
	color: transparent;
	padding: 5px 0;
}
.tagTrail .tag {
	color: #777;
	width: 70px;
	font-weight: bold;
	display: inline-block;
}
/* 본문 댓글 */
.actionTrail {
	padding: 5px 0;
	margin-bottom: 10px;
}
.actionTrail .cnt {
	width: 70px;
	display: inline-block;
	font-weight: bold;
}
/* 신고 버튼 */
.container_postbtn {
	padding: 10px 0 !important;
}
.container_postbtn .postbtn_like {
	border: 0 !important;
}
.container_postbtn .postbtn_like label:first-child {
	padding-left: 0 !important;
}
/* 댓글, 방명록 작성 */
.cmt-write, .guestWrite {
	margin-bottom: 30px;
	clear: both;
}
.cmt-write:after, .guestWrite:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
.cmt-write textarea, .guestWrite textarea {
	width: 78%;
	resize: vertical;
	height: 80px;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	border: 0px solid;
	margin-right: 2%;
	background: #E6FCF7;
}
.cmt-write .info input, .guestWrite .info input {
	width: 22%;
	padding: 5px;
	float: left;
	background: transparent;
	margin: 5px;
	margin-left: 0;
	border: 0;
	display: inline-block;
}
.cmt-write .submit input, .guestWrite .submit input {
	height: 80px;
	float: right;
	width: 20%;
	cursor: pointer;
	background: #E6FCF7;
	border: 0px solid;
	text-transform: uppercase;
	border: 0px solid;
}
.secret {
	display: inline-block;
	padding: 10px;
}
.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 {
	border-bottom: 1px solid #aee2d6;
}
.cmt-list:last-child, .guest-list:last-child {
	border-bottom: 0;
}
.cmt-list img, .guest-list img {
	left: 0;
	width: 80px;
	height: 80px;
	padding: 5px;
	border: 1px solid #a0d8cc;
	position: absolute;/* display: none; */
}
.reply img {
	left: unset;
	right: 10px;
}
.cmt-list .cmt .info, .guest-list .guest .info {
	margin-left: 105px;
	min-height: 90px;
}
.reply {
	padding: 10px;
	background: #E6FCF7;
}
.cmt-list .cmt, .guest-list .guest, .reply {
	margin: 20px 0;
}
.cmt-list .reply .info, .guest-list .reply .info {
	margin-right: 105px;
	min-height: 90px;
}
.cmt-list .name, .guest-list .name {
	font-weight: bold;
}
.cmt-list .date, .guest-list .date {
	padding-right: 5px;
	font-size: .8em;
}
.cmt-list .date a, .guest-list .date a {
	margin-right: 5px;
	visibility: hidden;
}
.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 .rp_admin .name:before, .guest-list .guest_admin .name:before {
	content: '\f005';
	font-family: FontAwesome;
}
.hiddenComment .name:after {
	content: '\f023';
	font-family: fontAwesome;
}
/* 공지 */
.entryNotice {
	max-width: 75%;
	min-width: 40%;
	padding: 15px;
	border-radius: 0 20px 20px 20px;
	border: 1px solid #E6FCF7;
	display: inline-block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 15px 10px;
	background: rgba(255, 255, 255, 0.5);
	animation: notice 0.5s 0s ease both 1
}
.entryNotice .title {
	font-size: 1.2em;
}
.entryNotice .date {
	display: none;
}
.entryNotice:nth-of-type(2n+1) {
	float: right;
	border-radius: 20px 0 20px 20px;
}
.entryNotice:nth-of-type(1) {
	animation-delay: 0s;
}
.entryNotice:nth-of-type(2) {
	animation-delay: 0.5s;
}
.entryNotice:nth-of-type(3) {
	animation-delay: 1.0s;
}
.entryNotice:nth-of-type(4) {
	animation-delay: 1.5s;
}
.entryNotice:nth-of-type(5) {
	animation-delay: 2.0s;
}
.entryNotice:nth-of-type(6) {
	animation-delay: 2.5s;
}
@keyframes notice {
	0% {
		transform:translateY(30px);
		opacity:0;
	}
	100% {
		opacity:1;
		transform:translateY(0);
	}
}
/* 보호글 */
.entryProtected {
	width: 220px;
	margin: 36% 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;
}
.entryProtected p .post-submit {
	font-family: fontAwesome;
	width: 100%;
	border: 0px;
	background: #E6FCF7;
	text-transform: uppercase;
	font-weight: bold;
}
.post-secret[required] + label {
	display: block;
	height: 48px;
	margin-top: -48px;
	margin-bottom: 0;
	pointer-events: none;
	line-height: 1;
	text-transform: uppercase
}
.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;
}
/* 페이징 */
.paging {
	text-align: center;
	margin-top: 15px;
}
.paging .num {
	padding: 10px;
}
.paging .num .selected {
	font-weight: bold;
}
/* 카피라이트 삭제 금지 */
.copy {
	position: fixed;
	bottom: 8px;
	right: 8px;
	white-space: nowrap;
}
.copy div {
	width: 0;
	overflow: hidden;
	transition-duration: .8s;
	display: inline-block;
	vertical-align: bottom
}
.copy:hover div {
	width: 75px;
}

/* 모바일 영역 */
@media all and (max-width: 768px) {
	#container {
		position: static;
		margin: 10px;
		height: auto;
		width: auto;
		overflow: unset;
	}
	#content {
		height: auto;
		background-color: #fff;
		background-image: none;
		overflow: unset;
	}
	#tt-body-category #content .list_wrap {
		padding: 0;
	}
	.sub_category_list {
		max-height: unset;
	}
	#lst_gal .thumb {
		width: 42%;
	}
	#lst_gal .thumb .title {display:none;}
	.cmt-list img, .guest-list img {
		width: 50px;
		height: 50px;
	}
	.cmt-list .cmt .info, .guest-list .guest .info {
		margin-left: 75px;
	}
	.cmt-list .reply .info, .guest-list .reply .info {
		margin-right: 75px;
		min-height: 60px;
	}
	.copy {
		position: static;
		padding: 10px;
		float: right;
	}
}
