@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/jejugothic.css);
@import url('https://fonts.googleapis.com/css?family=Shrikhand|Song+Myung|Patrick+Hand+SC|Gamja+Flower');
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: #fffeea;
}
/* 전체 폰트 */
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: 12px;
	font-family: 'Jeju Gothic', sans-serif;
	color: #444;
	line-height: 1.7;
}
a {
	color: #444;
	text-decoration: none;
}
a:hover {
	text-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 10px rgba(255, 255, 255, 0.5), 0 0 20px #fff;
	-webkit-animation: fade 3s infinite alternate;
	-moz-animation: fade 3s infinite alternate;
	-o-animation: fade 3s infinite alternate;
	animation: fade 3s infinite alternate;
}

/* 스크롤바 */
::-webkit-scrollbar {
	width:5px;
	height:5px;
	background:transparent;
}
::-webkit-scrollbar-thumb {
	width:5px;
	background:#de7e8c;
	border:1px solid;
}
/* 전체 박스 */
#container {
	position: fixed;
	width: 1000px;
	height: 650px;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -325px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
}

#container:hover #header, #container:hover #content, #header.hover, #content.hover {
	background: #de7e8c;
	transform: unset;
	-webkit-transform: unset;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: unset;
	top: 0;
}
#container:hover #footer, #footer.hover {
	opacity: 0;
	transform: unset;
	-webkit-transform: unset;
	-o-transform: unset;
	width: 1000px;
	left: 0;
	top: 650px;
}


/* 카테고리 영역 */
#header {
	display:none
	position: absolute;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	float: left;

	left: 0px;
	padding: 20px;
	transition: .8s;
	background: #de7e8c;
}
#header .title {
	font-size: 2em;
	font-family: 'Shrikhand', 'Song Myung', serif;
	word-break: keep-all;
	word-wrap: break-word;
	line-height: 1.4;
	margin: 10px 0;
}
#header .title a {
	color: #fff;
}
#header .btn {
	display: none;
}
#header .logobox {
	border: 1px solid;
	margin: 20px 0;
	background: #fff;
}
#header .logobox > p {
	padding: 3px 8px;
}
#header .logobox i {
	margin-right: 3px;
	line-height: 1.7;
}
#header .logobox .fa-heart {
	color: #e20000;
}
#header .logo {
	background-image: url(images/2.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
#header .logo:hover {
	-webkit-animation: hue-rotate 1.5s linear infinite;
	animation: hue-rotate 1.5s linear infinite;
}
@keyframes hue-rotate {
	from {
		-webkit-filter: hue-rotate(0);
		-moz-filter: hue-rotate(0);
		-ms-filter: hue-rotate(0);
		filter: hue-rotate(0);
	}
	to {
		-webkit-filter: hue-rotate(360deg);
		-moz-filter: hue-rotate(360deg);
		-ms-filter: hue-rotate(360deg);
		filter: hue-rotate(360deg);
	}
}
#header .fa-bookmark-o {
	float: right;
}
/* 카테고리 */
.cate {
	position: relative;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'Shrikhand', 'Song Myung', serif;
	transition: .3s;
	color: #de7e8c;
	padding: 10px;
	display: inline-block;
	z-index: 999;
}
.cate:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 10px 10px;
	border-color: #fff transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -9px;
	left: 25px;
}
.cate > p {
	cursor: pointer;
	display: inline-block;
}
.cate .notice a, .cate .guest a, .link_item {
	color: #de7e8c;
	transition: .3s;
	text-transform: uppercase;
	display: block;
}
.cate a:hover {
	padding-left: 10px;
	text-shadow: none;
	animation: unset;
}
.cate .tag a:hover:after
.cate .notice a:hover:after, .cate .guest a:hover:after, .category_list > li:hover .link_item:after, .sub_category_list > li:hover .link_sub_item:after {
	content: '\f004';
	font-family: fontAwesome;
	font-size: 10px;
	margin-left: 3px;
}
.link_tit {
	display: none;
}
.link_sub_item {
	color: #fff;
	transition: .3s;
	display: block;
}
.category_list > li {
	position: relative;
}
.sub_category_list {
	visibility:hidden;
	opacity:0;
	position: absolute;
	top: -6px;
	left: 120%;
	margin-left: 15px;
	background: #de7e8c;
	white-space: nowrap;
	border: 1px solid #fff;
	padding: 10px;
	border-radius: 10px;
	transition: .8s;
}
.sub_category_list:after, .sub_category_list:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 7px 12px 7px 0;
	border-color: transparent #de7e8c;
	display: block;
	width: 0;
	left: -11px;
	top: 7px;
	z-index: 999;
}
.sub_category_list:before {
	border-width: 8px 12px 8px 0;
	top: 6px;
	left:-12px;
	border-color: transparent #fff;
}
.category_list > li:hover .sub_category_list {
	visibility:visible;
	opacity:1;
}
/* 검색 */
.search {
	position: absolute;
	bottom: 20px;
	width: 210px;
	border: 1px solid;
	background: #fff;
	padding: 4px;
}
.search .search_input {
	border: 0;
	padding: 4px 10px 4px 10px;
	width: calc(100% - 58px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #de7e8c;
}
.search .submit {
	background: transparent;
	border: 0;
	font-family: 'Shrikhand', 'Song Myung', serif;
	color: #de7e8c;
	position: absolute;
	right: 4px;
	padding: 4px;
}
/* 본문 영역 */
#content {
	transition: .8s;
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	height: 100%;

	right: 0px;
	/*top: 67px;*/
	/*float: right;*/
	width: 75%;
	background: #de7e8c;
}
#content .main {
	height: 550px;
	padding: 0 20px;
	overflow: hidden;
	overflow-y: auto;
	overflow-x: hidden;
}
#tt-body-page #content .main {
	background: #fff;
	border: 1px solid;
	height: 570px;
	padding: 20px;
}
#tt-body-guestbook #content .main, #tt-body-index #content .main {
	height: 610px;
}
.list_wrap:after {
	display: block;
	clear: both;
	content: '';
	overflow: auto;
}
/* 본문 영역 상단 */
.searchList h3 {
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Shrikhand', 'Song Myung', cursive;
	color: #fff;

	-webkit-animation: fade 3s infinite alternate;
	-moz-animation: fade 3s infinite alternate;
	-o-animation: fade 3s infinite alternate;
	animation: fade 3s infinite alternate;
	margin-bottom: 10px;
}
@-moz-keyframes fade {
	40% {
		opacity: 0.8;
	}
	42% {
		opacity: 0.1;
	}
	43% {
		opacity: 0.8;
	}
	45% {
		opacity: 0.1;
	}
	46% {
		opacity: 0.8;
	}
}
@-webkit-keyframes fade {
	40% {
		opacity: 0.8;
	}
	42% {
		opacity: 0.1;
	}
	43% {
		opacity: 0.8;
	}
	45% {
		opacity: 0.1;
	}
	46% {
		opacity: 0.8;
	}
}
@-o-keyframes fade {
	40% {
		opacity: 0.8;
	}
	42% {
		opacity: 0.1;
	}
	43% {
		opacity: 0.8;
	}
	45% {
		opacity: 0.1;
	}
	46% {
		opacity: 0.8;
	}
}
@keyframes fade {
	40% {
		opacity: 0.8;
	}
	42% {
		opacity: 0.1;
	}
	43% {
		opacity: 0.8;
	}
	45% {
		opacity: 0.1;
	}
	46% {
		opacity: 0.8;
	}
}
.searchList h3 .fa-heart-o {
	font-size: 20px;
	font-weight: bold;
}
/* 갤러리형 */
#lst_gal .thumb {
	width: 24%;
	position: relative;
	float: left;
	margin: 0.5%;
	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:hover {
	text-shadow: none;
	animation: unset;
}
#lst_gal .thumb img {
	width: 100%;
	backface-visibility: hidden;
	z-index: 2;
	vertical-align: top;
	border: 1px solid;
}
#lst_gal .thumb .info {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(204, 95, 101, 0.8);
	color: #fff;
	opacity: 0;
	-webkit-transition: all 0.4s 0.1s;
	transition: all 0.4s 0.1s;
	text-align: center;
	line-height: 1.4;
}
#lst_gal .thumb:hover .info {
	opacity: 1;
}
#lst_gal .thumb .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	max-width: 90%;
	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%);
	font-weight: bold;
}
#lst_gal .thumb .date {
	font-size: 10px;
	display: none;
}
/* 목록형 */
#lst_web .thumb {
	margin: 20px 0;
	border: 1px solid;
	background: #fff;
}
#lst_web .thumb a {
	display: block;
}
#lst_web .thumb a:hover {
	text-shadow: none;
	animation: unset;
}
#lst_web .thumb .thumb-img {
	border-right: 1px solid #444;
	float: left;
	margin-right: 10px;
}
#lst_web .thumb img {
	width: 51px;
	float: left;
	display: none;
}
#lst_web .thumb:hover img {
	opacity: 0.5;
	transition: .5s;
}
#lst_web .thumb .info {
	padding: 14px;
	line-height: 26px;
	height: 23px;
}
#lst_web .thumb .info .title, #lst_web .info .date {
	display: inline-block;
}
#lst_web .thumb .info p {
	display: none;
}
#lst_web .thumb .info .title {
	width: calc(100% - 110px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#lst_web .thumb:hover .title:before {
	content: '\f004';
	font-family: fontAwesome;
	margin-right: 5px;
}
#lst_web .thumb .info .date {
	float: right;
	font-size: 10px;
}
#lst_web .thumb .info:hover {
	color: #de7e8c;
}
/* 보호글 */
.entryProtected {
	width: 220px;
	margin: 31% 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: #de7e8c;
	text-transform: capitalize;
	color: #fff;
	font-family: 'Shrikhand', 'Song Myung', serif;
}
.post-secret[required] + label {
	display: block;
	height: 48px;
	margin-top: -48px;
	margin-bottom: 0;
	pointer-events: none;
	line-height: 1;
	color: #de7e8c;
	text-transform: capitalize;
	font-family: 'Shrikhand', 'Song Myung', serif;
}
.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;
}
.titleWrap .title {
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid;
}
.titleWrap .title a {
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 5px;
	display: block;
	font-family: 'Shrikhand', 'Song Myung', serif;
	color: #de7e8c;
}
.titleWrap .date, .titleWrap .admin {
	font-size: 10px;
}
.titleWrap .date {
	display: inline-block;
}
.titleWrap .admin {
	float: right;
}
.titleWrap .admin i {
	padding: 0 3px;
}
.article a:hover, .tagTrail a:hover, .actionTrail a:hover {
	color: #de7e8c;
}

/*태그로그*/
.taglog {
	
}
.taglog li {
	display: inline-block;
	margin: 5px;
}
.taglog a.cloud1 {
	font-weight: 700;
	font-size: 1.3em;
	color: #ff084a;
}
.taglog a.cloud2,
.taglog a.cloud3 {
	font-weight: 500;
	font-size: 1.2em;
}
.taglog a.cloud4, 
.taglog a.cloud5 {
	font-weight: 400;
}



/* 인용구 */
.tx-quote-tistory:before {
	content: '\f004';
	font-family: fontAwesome;
	color: #de7e8c;
}
.tx-quote-tistory {
	position: relative;
	height: auto;
	margin: 5px 0;
	padding: 10px;
	border: 1px solid;
}
/* 더보기 */
.btn_more, .btn_less,
.moreless_fold, .moreless_top, .moreless_bottom {
	color: #de7e8c;
}
.btn_more:before,
.moreless_fold:before {
	content: '\f004';
	font-family: fontAwesome;
	margin-right: 5px;
}
.moreless_content {
	position: relative;
	height: auto;
	margin: 3px 0;
	padding: 10px;
	border: 1px solid;
}
.btn_less span:before,
.moreless_top:before {
	content: '\f107';
	font-family: fontAwesome;
	margin-right: 5px;
}
.btn_less:last-child span:before,
.moreless_bottom:before {
	content: '\f106';
	font-family: fontAwesome;
	margin-right: 5px;
}
.btn_less:first-child {
	margin-bottom: 10px;
}
.btn_less:last-child {
	margin-top: 10px;
}
.btn_more {
	display: block;
}
/* 본문 태그¸ */
.tagTrail {
	color: transparent;
	margin: 10px 0;
}
.tagTrail .tag {
	color: #de7e8c;
	width: 70px;
	display: inline-block;
	font-family: 'Shrikhand', serif;
}
/* 본문 댓글 */
.actionTrail {
	margin: 10px 0;
	color: #de7e8c;
}
.actionTrail .cnt {
	display: inline-block;
	width: 70px;
	font-family: 'Shrikhand', serif;
}
/* 신고 버튼 */
.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 input, .guestWrite input {
	border: 0;
	background: transparent;
	font-size: 10px;
	color: #fff;
	text-transform: capitalize;
	font-family: 'Shrikhand', 'Song Myung', serif;
}
.cmt-write input {
	color: #de7e8c;
}
/* 입력창 폰트 색상 */
.cmt-write input::-webkit-input-placeholder { /* 크롬 4–56 */
	color: #de7e8c;
}
.cmt-write input:-moz-placeholder { /* 파이어폭스 4–18 */
	color: #de7e8c;
}
.cmt-write input::-moz-placeholder { /* 파이어폭스 19–50 */
	color: #de7e8c;
}
.cmt-write input:-ms-input-placeholder { /* 인터넷 익스플로러 10+ */
	color:  #de7e8c;
}
.cmt-write input::placeholder { /* 파이어폭스 51+, 크롬 57+ */
	color: #de7e8c;
}
.search_input, .guestWrite input::-webkit-input-placeholder { /* 크롬 4–56 */
	color: #fff;
}
.search_input, .guestWrite input:-moz-placeholder { /* 파이어폭스 4–18 */
	color: #fff;
}
.search_input, .guestWrite input::-moz-placeholder { /* 파이어폭스 19–50 */
	color: #fff;
}
.search_input, .guestWrite input:-ms-input-placeholder { /* 인터넷 익스플로러 10+ */
	color:  #fff;
}
.search_input, .guestWrite input::placeholder { /* 파이어폭스 51+, 크롬 57+ */
	color: #fff;
}
.cmt-write textarea, .guestWrite textarea {
	width: 100%;
	resize: vertical;
	height: 100px;
	margin-bottom: 10px;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	border: 1px solid;
	background: #fff;
	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 {
	width: 25%;
	float: left;
	margin-right: 5px;
	display: inline-block;
}
.cmt-write .submit input, .guestWrite .submit input {
	float: right;
	color: #fff;
	text-transform: capitalize;
	font-family: 'Shrikhand', 'Song Myung', serif;
	transition: .5s;
}
.cmt-write .submit input {
	color: #de7e8c;
}
.cmt-write .submit input:hover, .guestWrite .submit input:hover {
	letter-spacing: 1px;
}
.secret {
	display: inline-block;
	float: left;
	color: #fff;
}
.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 {
	background: #fff;
	margin: 20px 0;
	padding: 20px;
	border: 1px solid;
	transition: .8s;
}
.cmt-list:hover {
	background: rgba(204, 95, 101, 0.3);
}
.guest-list:hover {
	background: rgba(255, 255, 255, 0.3);
}
.guest-list:hover a, .guest-list:hover span, .guest-list:hover p, .guest-list:hover .date a:after, .guest-list:hover .control a {
	color: #fff;
}
.cmt-list:last-child, .guest-list:last-child {
	margin-bottom: 0;
}
.cmt-list img, .guest-list img {
	top: 0;
	left: 20px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	position: absolute;
	display: none;
}
/* .cmt-list .reply img , .guest-list .reply img {left:0;}
.cmt-list .info, .guest-list .info {margin-left:50px;} */
.cmt-list .reply, .guest-list .reply {
	margin: 20px 0 0 40px;
}
.cmt-list .name, .guest-list .name {
	padding: 5px 10px;
	background: rgba(204, 95, 101, 0.5);
	color: #fff;
	border: 1px solid #444;
}
.cmt-list .name a, .guest-list .name a {
	color: #fff;
}
.cmt-list .rp_admin .name, .guest-list .guest_admin .name {
	background: #de7e8c;
}
.cmt-list .rp_admin .name:before, .guest-list .guest_admin .name:before {
	content: '\f004';
	font-family: fontAwesome;
}
.hiddenComment .name:after {
	content: '\f023';
	font-family: fontAwesome;
}
.cmt-list .date a, .guest-list .date a {
	visibility: hidden;
	transition: .8s;
}
.cmt-list .date a:after, .guest-list .date a:after {
	content: "\f06a";
	font-family: FontAwesome;
	visibility: visible;
	color: #de7e8c;
	transition: .8s;
}
.cmt-list .text, .guest-list .text {
	padding: 5px 10px;
	transition: .8s;
}
.cmt-list .date, .guest-list .date, .cmt-list .control, .guest-list .control {
	font-size: 10px;
	margin-left: 10px;
	transition: .8s;
	font-family: 'Shrikhand', 'Song Myung', serif;
	color: #de7e8c;
}
.cmt-list .control a, .guest-list .control a {
	margin: 0 5px;
	transition: .8s;
	color:#de7e8c;
}
/* 공지 */
.entryNotice {
	margin: 60px 0;
	border: 1px solid #444;
	background: #fff;
	transition: .8s;
}
.entryNotice:last-child {
	margin-bottom:0;
}
.entryNotice .fa-heart {
	color: #de7e8c;
	transition: .8s;
}
.entryNotice .title {
	border-bottom: 1px solid #444;
	padding: 3px 8px;
}
.entryNotice .title a {
	transition: .8s;
}
.entryNotice .text {
	padding: 8px;
}
.entryNotice .date {
	border-top: 1px solid #444;
	padding: 3px 8px;
	font-size: 10px;
}
.entryNotice:hover {
	background: rgba(255, 255, 255, 0.3);
	color: #fff;
}
.entryNotice:hover a, .entryNotice:hover .fa-heart {
	color: #fff;
	animation: unset;
	transition: .8s;
}
/* 페이징 */
.paging {
	font-family: 'Shrikhand', 'Song Myung', serif;
	text-transform: uppercase;
	margin-top: 20px;
	text-align: center;
}
.paging > a {
	color: #fff;
	cursor: pointer;
	margin: 0 10px;
}
#tt-body-page .paging > a {
	color: #de7e8c;
}
/* 푸터 */

	
}
/* 카피라이트 삭제 금지 */
.copy {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 10px;
	font-family: 'Calibri', sans-serif;
}
.copy a {
	color: #de7e8c;
}

@media all and (min-width: 768px) and (max-width:1020px) {
	#container {
		width: 760px;
		margin-left: -380px;
	}
	.search {
		width: 140px;
	}
	#content {
		/* top: 51px; */
	}
	#footer {
		width: 1060px;
		height: 131px;
		top: 660px;
		left: -150px;
	}
}

/* 모바일 영역 */
@media all and (max-width: 768px) {
	#container {
		margin: 15px;
		position: static;
		width: auto;
		height: auto;
		display: block;
		background: #de7e8c;
	}
	#header {
		position: static;
		height: auto;
		transform: unset;
		-webkit-transform: unset;
		-o-transform: unset;
		width: auto;
		float: unset;
		padding: 15px;
		background: transparent;
	}
	#header .title {
		margin-bottom:0;
	}
	.search {
		position: relative;
		bottom: unset;
		margin-top: 20px;
		width: auto;
	}
	#content {
		position: static;
		float: unset;
		width: auto;
		height: auto;
		transform: unset;
		-webkit-transform: unset;
		-o-transform: unset;
		background: transparent;
		padding: 0 15px 15px;
	}
	#content .main, #tt-body-guestbook #content .main, #tt-body-guestbook #content .main, #tt-body-index #content .main {
		height: auto;
		padding: unset;
	}
	#tt-body-page #content .main {
		height: auto;
		padding: 15px;
	}
	#lst_gal .thumb {
		width: 46%;
		margin: 2%
	}
	.cmt-list, .guest-list {
		padding: 15px;
	}
	#footer {
		display: none;
	}
	#header .btn {
		display: block;
		color: #fff;
		position: fixed;
		right: 40px;
		top: 40px;
		font-size: 20px;
		text-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 10px rgba(255, 255, 255, 0.5), 0 0 20px #de7e8c;
		z-index: 999;
	}
	#header .logo {
		height: 250px;
	}
	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;
	}
	.catebox {
		width: 70%;
		overflow: hidden;
		height: 100%;
		position: fixed;
		top: 0px;
		left: -71%;
		margin: 0;
		z-index: 999999;
		background-color: #de7e8c;
		transition: All 0.2s ease;
		-webkit-transition: All 0.2s ease;
		-moz-transition: All 0.2s ease;
		-o-transition: All 0.2s ease;
	}
	.catebox.open {
		left: 0;
	}
	.catebox .scroll {
		width: 102%;
		height: 100%;
		overflow-y: scroll;
	}
	.catebox .scroll > ul {
		margin: 50px 20px;
		position: relative;
	}
	.cate {
		padding: 20px;
		line-height: 2.3;
		width: auto;
		display: block;
	}
	.sub_category_list {
		visibility: visible;
		opacity: 1;
		position: relative;
		left: 0;
		margin: 5px 0;
	}
	.copy {
		position: static;
		text-align: right;
		margin: 15px;
	}
}
