@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic');
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;
}
/* 배경 */
body {
	background: #f9e9ea;
	animation: fadein 2000ms ease-out;
	-moz-animation: fadein 2000ms ease-out; /* Firefox */
	-webkit-animation: fadein 2000ms ease-out; /* Safari and  Chrome */
	-o-animation: fadein 2000ms ease-out; /* Opera */
	overflow: hidden;
}
@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;
	}
}
/* 전체 폰트 */
body, th, td, input, select, textarea, button {
	font-size: 13pt;
	font-family: 'Nanum Gothic', sans-serif;
	color: #e25a60;
	line-height: 1.7;
}
a {
	color: #e25a60;
	text-decoration: none;
}
a:hover {
}
/* 드래그 */
::selection {
	color: #fff;
	background: #e25a60;
}
::-moz-selection {
	color:#fff;
	background:#e25a60;
}
/* 마우스 */
* {
	cursor: url(http://cur.cursors-4u.net/others/oth-4/oth305.cur), auto !important;
}


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

/* 스크롤바 */
::-webkit-scrollbar {
	width:5px;
	height:5px;
	background:transparent;
}
::-webkit-scrollbar-thumb {
	width:5px;
	background:#f6abae;
}
/* 전체 박스 */
#container {
	position: fixed;
	width: 1483px;
	height: 810px;
	top: 50%;
	left: 50%;
	margin-left: -741.5px;
	margin-top: -405px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #d96f83;
}
/* 카테고리 영역 */
#header {
	width: 340px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	float: left;
	padding-right: 15px;
	transition: .8s;
	background: #f39da1;
	border-right: 1px solid #eb395f;
	position: relative;
}
#header * {
	color: #fff;
}
#header .scroll {
	height: 100%;
}
#header .scroll > ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	padding: 20px;
	border-right: 1px solid #eb395f;
	position: relative;
}
#header .title {
	font-weight: bold;
	word-break: keep-all;
	word-wrap: break-word;
	line-height: 1.4;
}
#header .title 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;
}
#header .logo {
	background-image: url(./images/logo.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 282px;
	height: 306px;
	border: 1px solid #ec5656;
	margin: 10px 0;
}
#header .tape {
	position: absolute;
	background-image: url(./images/tape.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100px;
	height: 80px;
	top: 300px;
	right: 5px;
	z-index: 99;
}
#header .admin {
	text-align: center;
	font-size: 12px;
}
#header .admin2 {display:none;}
#header .line {
	width: 100%;
	position: relative;
}
#header .line .sizing {
	width: 100%;
	padding-bottom: 20%;
	visibility: hidden;
}
#header .line .linebg {
	width: 100%;
	height: 100%;
	background-image: url(./images/line.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	margin-top: -20%;
}
/* 카테고리 */
.tt_category, #header .guest {
	margin-left: 40px;
}
#header .guest {
	margin-top: -10px;
	z-index: 999;
}
.link_tit {
	display: none;
}
.category_list {
	display: inline-block;
}
.category_list > li {
	position: relative;
}
.category_list:hover .link_item:not(:hover) {
	opacity: 0.5;
}
.link_item {
	transition: .5s;
	display: block;
}
.sub_category_list {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 150%;
	margin-left: 15px;
	background: #fef3f3;
	white-space: nowrap;
	padding: 2px 10px;
	transition: .8s;
	line-height: 1.5;
	min-width: 100px;
	z-index: 999;
	border-radius: 5px;
}
.sub_category_list:before, .sub_category_list:after {
	content: '●';
	position: absolute;
	color: #fef3f3;
	display: block;
	width: 0;
	left: -18px;
	top: 7px;
	z-index: 999;
}
.sub_category_list:after {
	font-size: .5em;
	left: -27px;
	top: 13px;
}
.category_list > li:hover .sub_category_list {
	visibility: visible;
	opacity: 1;
}
a.link_sub_item {
	color: #e25a60 !important;
	font-size: 11pt;
}
/* 검색 */
.search {
	position: absolute;
	bottom: 20px;
	background: #fff;
	padding: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
	display: flex;
}
.search .submit {
	background-color: transparent;
	border: 0;
	color: #f39da1 !important;
	font-family: "fontAwesome";
	padding: 0 20px;
	line-height: 14pt;
	flex: 1.5;
}
.search .search_input {
	background: #f39da1;
	border: 0;
	font-size: 11pt;
	padding: 2px;
	width: 216px;
	height: 30px;
	flex: 8.5;
}
/* 본문 영역 */
#content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px;
	margin-left: 340px;
	position: relative;
	height: 100%;
	background: #fff;
}
#content .main {
	height: 100%;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: auto;
}
.list_wrap:after {
	display: block;
	clear: both;
	content: '';
	overflow: auto;
}
/* 본문 상단 */
.searchList {
	margin-bottom: 30px;
}
.searchList p {
	display: inline-block;
	padding: 10px 15px;
	color: #fff;
	background: #e25a60;
	min-width: 242.64px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* 웹진형 */
#lst_web .thumb {
	position: relative;
	margin: 50px 0;
	overflow: hidden;
}
#lst_web .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_web .thumb a {
	display: flex;
}
#lst_web .thumb .thumb-img, #lst_web .thumb .noimg {
	flex: 2.46;
}
#lst_web .thumb img {
	width: 100%;
	backface-visibility: hidden;
	z-index: 2;
	vertical-align: middle;
}
#lst_web .thumb .noimg {
	background: #f8b9bc;
	height: 242.64px;
}
#lst_web .thumb .info {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2%;
	font-weight: bold;
	flex: 7.8;
	overflow: hidden;
}
#lst_web .thumb .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 17pt;
}
#lst_web .thumb .text {
	font-size: 10.5pt;
}
#lst_web .thumb .date {
	font-size: 10px;
	display: none;
}
/* 보호글 */
.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: #e25a60;
	text-transform: capitalize;
	color: #fff;
	border-radius: 5px;
}
.post-secret[required] + label {
	display: block;
	height: 48px;
	margin-top: -48px;
	margin-bottom: 0;
	pointer-events: none;
	line-height: 1;
	color: #cc5f65;
	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 .title {
	border-left: 5px solid;
	font-size: 22pt;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.titleWrap .cate {
	margin-left: 2%;
}
.titleWrap .info {
	font-size: 13pt;
}
/* 본문 */
.article {
	padding: 20px;
	font-size: 11pt;
}
/* 인용구 */
.tx-quote-tistory:before {
	content: '\f004';
	font-family: fontAwesome;
}
.tx-quote-tistory {
	position: relative;
	height: auto;
	margin: 5px 0;
	padding: 10px;
	border: 1px solid;
}
/* 더보기 */
.moreless_fold, .moreless_top, .moreless_bottom {
	font-weight: bold;
}
.moreless_fold:before {
	content: '\f0d7';
	font-family: fontAwesome;
	margin-right: 5px;
}
.moreless_content {
	position: relative;
	height: auto;
	margin: 3px 0;
	padding: 10px;
	border: 1px solid;
}
.moreless_top:before {
	content: '\f0d7';
	font-family: fontAwesome;
	margin-right: 5px;
}
.moreless_bottom:before {
	content: '\f0d8';
	font-family: fontAwesome;
	margin-right: 5px;
}
/* 카테고리의 다른 글 */
.area_related {
	position: relative;
	margin: 20px;
}
.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 {
	border-bottom: 1px dotted;
	padding-bottom: 10px;
	display: block;
	font-weight: bold;
}
.area_related .more {
	float: right;
}
.area_related .more .fa-angle-right {
	padding: 10px;
}
.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 .thumb-link {
	display: block;
	overflow: hidden;
}
.area_related .morethumb .thumb-link img {
	width: 100%;
	height: 100%;
	z-index: 0;
	vertical-align: top;
}
.area_related .morethumb .info {
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	background: #f8b9bc;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-moz-transition: 0.5s opacity ease-in-out;
	-o-transition: 0.5s opacity ease-in-out;
	-webkit-transition: 0.5s opacity ease-in-out;
	transition: 0.5s 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;
}
/* 본문 태그¸ */
.tagTrail {
	color: transparent;
	margin: 10px 20px;
}
.tagTrail .tag {
	color: #e25a60;
	width: 45px;
	display: inline-block;
	font-weight: bold;
}
/* 본문 댓글 */
.actionTrail {
	margin: 10px 20px;
}
.actionTrail .cnt {
	display: inline-block;
	width: 45px;
	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:after, .guestWrite:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
.comment, .guestbook {
	margin: 0 20px;
}
.cmt-write {
	margin-top: 30px;
}
.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 #f8b9bc;
	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 {
	width: 24%;
	float: left;
	margin-right: 5px;
	display: inline-block;
	border: 0;
	background: transparent;
}
.cmt-write .submit input, .guestWrite .submit input {
	float: right;
	color: #fff;
	background: #e25a60;
	border: 0;
	width: 90px;
	border-radius: 5px;
}
.secret {
	display: inline-block;
	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 {
	background: #fff;
	padding: 20px 0;
	border-bottom: 1px solid #f8b9bc;
}
.cmt-list:last-child, .guest-list:last-child {
	padding-bottom: 0;
	border: 0;
}
.cmt-list img, .guest-list img {
	top: 20px;
	left: 0;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	position: absolute;
}
.cmt-list .info, .guest-list .info {
	margin-left: 60px;
}
.cmt-list .reply img, .guest-list .reply img {
	left: 20px;
	top: 20px;
}
.cmt-list .reply, .guest-list .reply {
	margin: 20px 0 0 40px;
	background: #f8b9bc;
	padding: 20px;
	color: #fff;
}
.cmt-list .reply a, .guest-list .reply a {
	color: #fff;
}
.cmt-list .name, .guest-list .name {
	font-weight: bold;
}
.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;
	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: 11pt;
	margin-left: 10px;
	transition: .8s;
}
.cmt-list .control a, .guest-list .control a {
	margin: 0 5px;
	transition: .8s;
}
/* 공지 */
.entryNotice {
	font-weight: Regular;
	font-size: 11.5pt;
	margin: 30px 0;
}
.entryNotice:first-child {
	margin-top: 0;
}
.entryNotice:last-child {
	margin-bottom: 0;
}
.entryNotice .title, .entryNotice .date {
	display: none;
}
/* 페이징 */
.paging {
	text-align: center;
	position: absolute;
	bottom: 7px;
	width: 100%;
}
.paging a {
	color: #b49191;
	padding: 5px;
	font-size: 11pt;
}
/* 카피라이트 삭제 금지 */
.copy {
	position: fixed;
	bottom: 10px;
	right: 10px;
	white-space: nowrap;
	font-size: 12px;
	font-family: 'Calibri', sans-serif;
}

@media all and (min-width: 768px) and (max-width:1500px) {
	#container {
		width: 98%;
		margin-left: -49%;
	}
	#lst_web .thumb .thumb-img, #lst_web .thumb .noimg {
		flex: 3;
	}
	#lst_web .thumb .info {
		flex: 7;
	}
	#lst_web .thumb .text {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}

/* 모바일 영역 */
@media all and (max-width: 768px) {
	body {
		overflow: unset;
	}
	#container {
		position: static;
		margin: 15px;
		width: auto;
		height: auto;
		border: 0
	}
	#container > .logo {
		background-image: url(./images/logo.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100px;
		height: 100px;
		border-radius: 100%;
		margin: 0 auto 20px;
	}
	#content {
		margin: unset;
		height: unset;
		padding: 15px;
	}
	#content .main {
		margin: unset;
		overflow: unset;
		height: unset;
	}
	html.open {
		position: fixed;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.btn {
		display: flex;
		align-self: center;
		flex-direction: column;
		justify-content: space-between;
		width: 30px;
		height: 23px;
		cursor: pointer;
		position: fixed;
		top: 20px;
		right: 20px;
		z-index: 99;
	}
	.btn div {
		align-self: flex-end;
		height: 2px;
		width: 100%;
		background: #e25a60;
	}
	.btn .meat {
		width: 75%;
		transition: all 200ms ease-in-out;
	}
	.btn .bottom-bun {
		width: 50%;
		transition: all 400ms ease-in-out;
	}
	.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 {
		width: 80%;
		overflow: hidden;
		height: 100%;
		position: fixed;
		top: 0px;
		left: -81%;
		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;
		line-height: 2.5;
		letter-spacing: 3px;
		border: 0;
		padding: 0;
	}
	#header.open {
		left: 0;
	}
	#header .scroll {
		width: 102%;
		height: 100%;
		overflow-y: scroll;
	}
	#header .scroll > ul {
		margin: 30px 2%;
		border: 0;
		height: unset;
		max-width: 330px;
	}
	#header .title {
		margin-left: 50px;
	}
	#header .logo, #header .tape, #header .admin  {
		display: none;
	}
	#header .line .sizing {
		padding-bottom: 15%;
	}
	#header .line .linebg {
		margin-top: -15%;
	}
	#header .admin2 {
		display: block;
	}
	.tt_category, #header .guest, #header .admin2 {
		margin-left: 50px;
	}
	.search {
		position: relative;
		bottom: unset;
		margin-top: 30px;
		margin-left: 50px;
		width: 70%;
	}
	.search .search_input {
		width: calc(100% - 72px);
	}
	.sub_category_list {
		visibility: visible;
		opacity: 1;
		position: relative;
		left: unset;
		min-width: unset;
	}
	.searchList p {
		display: block;
	}
	#lst_web .thumb .thumb-img {
		flex: 3.5;
	}
	#lst_web .thumb .info {
		flex: 6.5;
	}
	#lst_web .thumb .title {
		font-size: 16pt;
	}
	#lst_web .thumb .text {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.titleWrap {
		margin-bottom: 15px;
	}
	.titleWrap .info {
		font-size: 8pt;
	}
	.article {
		padding: unset;
	}
	.area_related {
		margin: 20px 0;
	}
	.area_related .morethumb .title {
		font-size: 10pt;
	}
	.tagTrail, .actionTrail {
		margin: 10px 0;
	}
	.comment, .guestbook {
		margin: 0;
	}
	.cmt-write .submit input, .guestWrite .submit input {
		width: 50px;
	}
	.paging {
		position: static;
		margin: 5px 0;
	}
	.copy {
		position: static;
		text-align: center;
		margin-top: 5px;
	}
}
