@charset "utf-8";
.container_postbtn {display: none;}
@import url('https://fonts.googleapis.com/css?family=Kosugi+Maru|Roboto:500|Playfair+Display+SC');
@import url(//fonts.googleapis.com/earlyaccess/jejumyeongjo.css);
@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 {
	border: 0;
	background-color: transparent;
}
/* 배경 */
.parallax:first-child {
	background: url(./images/bg.jpg) 50% 0 no-repeat fixed;
	background-size: cover;
}
.parallax:last-child {
	/* background: url(./images/bg.jpg) 50% 0 no-repeat fixed; */
	background-color: #ffea7d;
	background-size: cover;
}
/* 배경 */
body {
	background: #fff;
	-ms-overflow-style: none;
	animation: fadein 3000ms ease-out;
	-moz-animation: fadein 3000ms ease-out; /* Firefox */
	-webkit-animation: fadein 3000ms ease-out; /* Safari and  Chrome */
	-o-animation: fadein 3000ms ease-out; /* Opera */
}
@keyframes fadein {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@-moz-keyframes fadein { /* Firefox */
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@-o-keyframes fadein { /* Opera */
	from {
		opacity:0;
	}
	to {
		opacity: 1;
	}
}
/* 전체 폰트 */
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: 14px;
	font-family: 'Roboto', 'Kosugi Maru', 'Jeju Gothic', sans-serif;
	color: #444;
	line-height: 1.7;
}
a {
	color: #444;
	text-decoration: none;
}
a:hover {
}

/* 입력창 폰트 색상 */
::-webkit-input-placeholder {
	color: #444;
}

:-moz-placeholder {
	color: #444;
}

::-moz-placeholder {
	color: #444;
}

:-ms-input-placeholder {
	color: #444;
}

::placeholder {
	color: #444;
}

/* 스크롤바 */
::-webkit-scrollbar {
	width: 0;
	height: 5px;
	background: transparent;
}
::-webkit-scrollbar-thumb {
	width: 5px;
	background: #444;
}
/* 전체 박스 */
#container {
	position: relative;
}
/* 상단 영역 */
#header {
	min-height: 60vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#header .blogmenu {
	padding: 1vh 0;
	transition: .8s;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 99;
}
#header .blogmenu.s {
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}
#header .blogmenu > ul {
	max-width: 1000px;
	margin: auto;
	font-size: 1.3em;
	text-transform: uppercase;
	line-height: 30px;
}
#header .blogmenu .ti-menu {
	float: right;
	line-height: 30px;
}
#header .titlebox {
	text-align: center;
	font-family: 'Playfair Display SC', 'Jeju Myeongjo', serif;
}
#header .titlebox .text {
	letter-spacing: 3px;
}
#header .titlebox .title {
	font-size: 5em;
}
/* 카테고리 영역 */
html.open {
	position: fixed;
	width: 100%;
	height: 100%;
}
.catebox {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: .8s;
	white-space: nowrap;
	text-align: center;
	font-size: 1.2em;
}
.catebox.active {
	opacity: 1;
	z-index: 999;
	visibility: visible;
}
.catebox-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0, 0, 0, 0.9);
	transition: .8s;
}
.catebox.active .catebox-in {
	opacity: 1;
	z-index: 999;
}
.catebox.active .catebox-bg {
	opacity: 1;
	visibility: visible;
}
/* 카테고리 */
.catebox a {
	color: #666;
	transition: .5s;
}
.catebox a:hover {
	color: #fff;
}
.link_tit {
	display: none;
}
.category_list > li, .catebox .notice {
	margin-bottom: 1vh;
	position: relative;
	padding: 0 20px;
}
a.link_item:after {
	content: "\e64b";
	font-family: 'themify';
	font-size: .6em;
}
a.link_item:only-child:after {
	content: '';
	margin-right: 0;
}
.sub_category_list {
	max-height: 0;
	overflow: hidden;
	font-size: .8em;
	position: absolute;
	left: 100%;
	top: 0;
}
.category_list > li:hover .sub_category_list {
	max-height: 400px;
	transition: 1s;
}
.catebox .cate {
	display: inline-block;
	margin: 1.5vh 10px;
}
/* 검색 */
.search {
	margin: 1vh 0;
}
.search input {
	background: transparent;
	border: 0;
	text-align: center;
	font-family: 'themify';
	font-size: .8em;
}
.search .submit {
	display: none;
}
.search input::-webkit-input-placeholder {
	color: #666;
}
.search input:-moz-placeholder {
	color: #666;
}
.search input::-moz-placeholder {
	color: #666;
}
.search input:-ms-input-placeholder {
	color: #666;
}
.search input::placeholder {
	color: #666;
}
/* 본문 영역 */
#content {
	margin-bottom: 200px;
	background: #fff;
}
#content .main {
	max-width: 1000px;
	margin: auto;
	padding: 5vh 0;
}
.list_wrap:after {
	display: block;
	clear: both;
	content: '';
	overflow: auto;
}
/* 본문 영역 카테고리 */
.searchList h3 {
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: 5vh;
}
/* 갤러리형 */
#lst_gal .thumb {
	width: 30.3%;
	position: relative;
	float: left;
	margin: 1.5%;
	overflow: hidden;
}
#lst_gal .thumb:after {
	content: '';
	display: block;
	background-color: rgba(255, 255, 255, 0.8);
	opacity: 0.9;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scale(2) translateX(-75%) translateY(-75%) translateZ(0) rotate(-28deg);
	transform: scale(2) translateX(-75%) translateY(-75%) translateZ(0) rotate(-28deg);
	transition: -webkit-transform 3s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 3s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 3s cubic-bezier(0.23, 1, 0.32, 1);
}
#lst_gal .thumb:hover:after {
	-webkit-transform: scale(2) translateX(0%) translateY(0%) translateZ(0) rotate(-28deg);
	transform: scale(2) translateX(0%) translateY(0%) translateZ(0) rotate(-28deg);
}
#lst_gal .thumb * {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#lst_gal .thumb a {
	display: block;
}
#lst_gal .thumb img {
	width: 100%;
	vertical-align: top;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: -webkit-transform 750ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 750ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 750ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 750ms cubic-bezier(0.23, 1, 0.32, 1);
}
#lst_gal .thumb:hover img {
	-ms-transform: scale(1.2) translateZ(0);
	-webkit-transform: scale(1.2) translateZ(0);
	transform: scale(1.2) translateZ(0);
}
#lst_gal .thumb .info {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0;
	text-align: center;
	z-index: 1;
	transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1), transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1), transform 500ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
	transition-delay: 300ms;
	width: 100%;
	-ms-transform: translateY(20%);
	-webkit-transform: translateY(20%);
	transform: translateY(20%);
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	letter-spacing: 2px;
}
#lst_gal .thumb:hover .info {
	opacity: 1;
	-ms-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}
#lst_gal .thumb .title {
	font-weight: normal;
	font-size: 1.1em;
	padding: 0 15px;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
#lst_gal .thumb .cate {
	opacity: 0.7;
}
#lst_gal .thumb .text, #lst_gal .thumb .date {
	display: none;
}
/* 목록형 */
#lst_bbs .thumb {
	position: relative;
}
#lst_bbs .thumb a {
	margin: 40px 0;
	display: block;
}
#lst_bbs .thumb img {
	display: none;
}
#lst_bbs .thumb .title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .5s;
}
#lst_bbs .thumb:hover .title {
	letter-spacing: 2px;
}
#lst_bbs .thumb .title:before {
	content: "\e649";
	font-family: 'themify';
	margin-right: 5px;
	font-size: .8em;
}
#lst_bbs .thumb:hover .title:before {
	animation-name: translate;
	animation-duration: .3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-direction: alternate;
	display: inline-block;
}
@-webkit-keyframes translate {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(5px);
	}
}
@-moz-keyframes translate {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(5px);
	}
}
@-o-keyframes translate {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(5px);
	}
}
#lst_bbs .thumb .cate {
	display: inline-block;
	float: left;
	margin-right: 10px;
}
#lst_bbs .thumb .cate, #lst_bbs .thumb .date {
	font-size: .8em;
	opacity: 0.7;
}
#lst_bbs .thumb .text {
	display: none;
}
/* 웹진형 */
#lst_web .thumb {
	position: relative;
	margin: 4vh 0;
	overflow: hidden;
}
#lst_web .thumb a {
	display: flex;
	overflow: hidden;
}
#lst_web .thumb .thumb-img {
	display: inline-block;
	flex: 3;
	overflow: hidden;
}
#lst_web .thumb img {
	width: 100%;
	vertical-align: top;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: -webkit-transform 750ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 750ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 750ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 750ms cubic-bezier(0.23, 1, 0.32, 1);
}
#lst_web .thumb:hover img {
	-webkit-transform: scale(1.2) translateZ(0);
	transform: scale(1.2) translateZ(0);
}
#lst_web .thumb .info {
	flex: 7;
	vertical-align: top;
	padding: 2% 1.5vh;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
#lst_web .thumb .title {
	font-size: 1.1em;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: .5s;
}
#lst_web .thumb:hover .title {
	letter-spacing: 2px;
}
#lst_web .thumb .title:before {
	content: "\e649";
	font-family: 'themify';
	margin-right: 5px;
	font-size: .8em;
}
#lst_web .thumb:hover .title:before {
	animation-name: translate;
	animation-duration: .3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-direction: alternate;
	display: inline-block;
}
#lst_web .thumb .text {
	overflow: hidden;
}
#lst_web .thumb .cate, #lst_web .thumb .date {
	font-size: .8em;
	opacity: 0.7;
	display: inline-block;
	margin-right: 10px;
}
/* 본문 정보 */
.titleWrap {
	margin-bottom: 5vh;
	text-align: center;
}
.titleWrap .title {
	font-weight: bold;
	font-size: 1.3em;
	padding: 0 10vh;
}
.titleWrap .cate {
	font-weight: bold;
	letter-spacing: 5px;
	margin-bottom: 15px;
}
.titleWrap .date, .titleWrap .admin {
	font-size: .8em;
}
.titleWrap .admin {
	opacity: 0.7;
}
.titleWrap .admin {
	margin: 1vh 0;
}
.titleWrap .admin a {
	margin-right: 5px;
}
/* 인용구 */
.tx-quote-tistory:before {
	content: "\e67f";
	font-family: 'themify';
}
.tx-quote-tistory {
	position: relative;
	height: auto;
	margin: 5px 0;
	padding-left: 15px;
	border-left: 4px solid;
}
/* 더보기 */
.btn_more:before,
.moreless_fold:before {
	content: "\e71f";
	font-family: 'themify';
	margin-right: 5px;
}
.moreless_content {
	position: relative;
	height: auto;
	margin: 10px 0;
	padding: 10px;
	border: 1px dashed;
	z-index: 1;
}
.moreless_content:before, .moreless_content:after {
	content: "";
	display: block;
	position: absolute;
	height: 50px;
	width: 50px;
	border-style: solid;
	z-index: -1;
}
.moreless_content:before {
	border-width: 3px 0 0 3px;
	top: -2px;
	left: -2px;
}
.moreless_content:after {
	border-width: 0 3px 3px 0;
	bottom: -2px;
	right: -2px;
}
.btn_less span:before,
.moreless_top:before {
	content: "\e62a";
	font-family: 'themify';
	margin-right: 5px;
}
.btn_less:last-child span:before,
.moreless_bottom:before {
	content: "\e627";
	font-family: 'themify';
	margin-right: 5px;
}
.btn_less:first-child {
	margin-bottom: 10px;
	z-index: 1;
}
.btn_less:last-child {
	margin-top: 10px;
}
.btn_more {
	display: block;
}
/* 링크 */
.article .tx-link:before {
	content: "\e62d";
	font-family: 'themify';
	margin-right: 5px;
	font-size: .8em;
}
/* 파일 첨부 */
.article .imageblock > a > img {
	display: none;
}
.article .imageblock > a:before {
	content: "\e6a7";
	font-family: 'themify';
	margin-right: 5px;
	font-size: .8em;
}
/* 신고 버튼 */
.container_postbtn {
	padding: 10px 0 !important;
}
.container_postbtn .postbtn_like label:first-child {
	padding-left: 0 !important;
}
/* 본문 하단 태그, 댓글 */
.other {
	margin-top: 1vh;
}
.other i {
	margin-right: 10px;
}
.tagTrail, .actionTrail {
	line-height: 3
}
.tagTrail .tag {
	color: transparent;
}
.tagTrail .tag a {
	margin-right: 5px;
}
.tagTrail .tag a:before {
	content: "\e608";
	font-family: 'themify';
	margin-right: 5px;
}
.actionTrail {
	border-top: 1px solid;
	padding-top: 2vh;
	margin-top: 2vh;
	font-size: 1.3em;
}
/* 카테고리의 다른 글 */
.area_related {
	position: relative;
	margin: 6vh 0 3vh;
}
.area_related * {
	-moz-transition: .5s opacity ease-in-out;
	-o-transition: .5s opacity ease-in-out;
	-webkit-transition: .5s opacity ease-in-out;
	transition: .5s opacity ease-in-out;
}
.area_related > .title {
	padding-bottom: 3vh;
	display: block;
	font-size: 1.3em;
	text-align: center;
	position: relative;
}
.area_related > .title:before {
	content: "\e649";
	font-family: 'themify';
	margin-right: 10px;
	font-size: .8em;
	animation-name: translate;
	animation-duration: .3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-direction: alternate;
	display: inline-block;
}
.area_related > .title:after {
	display: inline-block;
	border-top: 2px solid;
	content: '';
	width: 100px;
	margin: auto;
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -50px;
}
.area_related .morethumb {
	overflow: hidden;
	margin-top: 15px;
}
.area_related .morethumb li {
	position: relative;
	float: left;
	margin-right: 2%;
	width: 23.5%;
}
.area_related .morethumb li:last-child {
	margin-right: 0;
}
.area_related .morethumb .other-link {
	display: block;
	overflow: hidden;
}
.area_related .morethumb .other-link img {
	width: 100%;
	height: 100%;
	z-index: 0;
	vertical-align: top;
}
.area_related .morethumb .other-link:hover img {
	-webkit-filter: blur(7px);
	filter: blur(7px);
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}
.area_related .morethumb .info {
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-moz-transition: .15s opacity ease-in-out;
	-o-transition: .15s opacity ease-in-out;
	-webkit-transition: .15s opacity ease-in-out;
	transition: .15s opacity ease-in-out;
}
.area_related .morethumb >li:hover .info {
	opacity: 1;
}
.area_related .morethumb .title {
	width: 80%;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.area_related .morethumb .date {
	font-size: .8em;
	display: none;
}
/* 방명록 작성 */
.cmt-write:after, .guestWrite:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
.cmt-write {
	margin-top: 1vh;
}
.cmt-write, .guestWrite {
	margin-bottom: 2vh;
}
.cmt-write textarea, .guestWrite textarea {
	width: 80%;
	resize: vertical;
	height: 100px;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	border: 1px solid;
	background: transparent;
	transition: .8s;
}
.cmt-write textarea:focus, .guestWrite textarea:focus, .cmt-write textarea:hover, .guestWrite textarea:hover {
	height: 150px;
}
.cmt-write .submit, .guestWrite .submit {
	width: 19%;
	height: 100px;
	float: right;
	margin-right: 0;
	padding: 3px 10px;
	background: transparent;
	font-family: 'themify';
	border: 1px solid;
	transition: .8s;
}
.cmt-write .info input, .guestWrite .info input {
	float: left;
	background: transparent;
	margin: 10px 5px 10px 0;
	border: 0;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
	width: 29%;
}
.secret {
	display: inline-block;
	padding: 10px 0;
	float: right;
}
.checkbox {
	display: none;
}
.checkbox + .secret-label:after {
	content: "\e603";
	font-family: 'themify';
}
.checkbox:checked + .secret-label:after {
	content: "\e62b";
	font-family: 'themify';
}
/* 댓글 , 방명록 리스트 */
.commentList li, .guestList li {
	position: relative;
}
.cmt-list, .guest-list {
	margin-top: 3vh;
	padding-bottom: 3vh;
	border-bottom: 1px solid;
}
.cmt-list:first-child, .guest-list:first-child {
	margin-top: 0;
}
.cmt-list:last-child, .guest-list:last-child, .cmt-list:last-child li, .guest-list:last-child li {
	margin-bottom: 0;
	border: 0;
	padding-bottom: 0;
}
.cmt-list li, .guest-list li {
	margin-top: 3vh;
}
.cmt-list img, .guest-list img {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	left: 0;
}
.cmt-list .pro, .guest-list .pro {
	margin-left: 60px;
}
.cmt-list .pro .name, .guest-list .pro .name {
	font-size: 1.1em;
	font-weight: bold;
}
.cmt-list .pro .date, .guest-list .pro .date, .cmt-list .pro .admin, .guest-list .pro .admin {
	font-size: .8em;
	margin-right: 10px;
	display: inline-block;
}
.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: "\e620";
	font-family: 'themify';
	visibility: visible;
}
.cmt-list .info, .guest-list .info {
}
.cmt-list .info .text, .guest-list .info .text {
	margin: 10px 0;
}
.cmt-list .info .re a, .guest-list .info .re a {
	display: inline-block;
	padding: 2px 10px;
	font-size: .8em;
	background: #444;
	color: #fff;
}
.cmt-list .info .re i, .guest-list .info .re i {
	margin-right: 3px;
}
.reply {
	margin-left: 8% !important;
}
.cmt-list .rp_admin .name:before, .guest-list .guest_admin .name:before {
	content: "\e642";
	font-family: 'themify';
	font-size: .8em;
	margin-right: 3px;
}
.hiddenComment .name:after {
	content: "\e62b";
	font-family: 'themify';
	font-size: .8em;
}
/* 보호글 */
.entryProtected {
	width: 220px;
	margin: 35% 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: #444;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.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;
}
/* 공지 */
.entryNotice {
	margin: 7vh;
	padding: 3vh;
	border: 1px solid;
	-webkit-box-shadow: 10px 10px 0 0 #eee;
	-moz-box-shadow: 10px 10px 0 0 #eee;
	box-shadow: 10px 10px 0 0 #eee;
	transition: .5s;
}
.entryNotice:hover {
	transform: translate(5px, 5px);
	-webkit-box-shadow: 5px 5px 0 0 #444;
	-moz-box-shadow: 5px 5px 0 0 #444;
	box-shadow: 5px 5px 0 0 #444;
}
.entryNotice:first-child {
	margin-top: 0;
}
.entryNotice:last-child {
	margin-bottom: 0;
}
.entryNotice .titleWrap {
	margin-bottom: 1vh;
}
/* 페이징 */
.paging {
	text-align: center;
	margin-top: 5vh;
}
.paging .num, .no-more-prev, .no-more-next {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
}
.paging .selected {
	background: #444;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	border-radius: 100%;
	vertical-align: middle;
}
/* 푸터 */
#footer {
	height: 200px;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: .8s;
	white-space: nowrap;
	text-align: center;
	z-index: -1;
}
#footer .title {
	font-size: 1.3em;
	letter-spacing: 2px;
}
#footer .name {
	font-size: .9em;
}
#footer .name:after {
	content: '';
	display: block;
	width: 30px;
	margin: 1vh auto 2vh;
	border-bottom: 1px solid;
}
/* 카피라이트 삭제 금지 */
.copy {
	font-size: 8px;
	font-family: 'Calibri', sans-serif;
}
/* 탑버튼 */
.top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 1.5em;
	background: #444;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	vertical-align: middle;
	z-index: 999;
}
.top a {
	display: block;
	color: #fff;
	line-height: 40px;
	text-align: center;
}

@media all and (min-width: 768px) and (max-width:1050px) {
	#header .blogmenu {
		padding: 1vh 2vh;
	}
	#content .main {
		padding: 5vh 2vh;
	}
}

/* 모바일 영역 */
@media all and (max-width: 768px) {
	body, th, td, input, select, textarea, button {
		font-size: 12px;
	}
	/* 배경 */
	.parallax:first-child, .parallax:last-child {
		background-size: 100% auto;
	}
	#header {
		min-height: 50vh;
	}
	#header .blogmenu {
		padding: 1vh 2vh;
	}
	.catebox {
		text-align: left;
	}
	.sub_category_list {
		max-height: unset;
		position: static;
	}
	.catebox .cate {
		margin: 1.5vh 20px 1.5vh 0;
	}
	.search input {
		text-align: left;
	}
	#content .main {
		padding: 5vh 2vh;
	}
	#lst_gal .thumb {
		width: 47%;
	}
	#lst_web .thumb .info {
		padding: 0 1vh;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	#lst_web .thumb .title, #lst_web .thumb .text {
		font-size: .9em;
	}
	.entryNotice {
		margin: 7vh 0;
		padding: 2vh;
	}
	.entryNotice .titleWrap .title {
		padding: 0;
	}
}
