@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Libre+Barcode+39|Orbit');
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;
}
/* 배경 */
html, body {
	background: #fff;
	background: url('./images/bg.jpg');
	height: 100%;
}
/* 전체 폰트 */
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: 'Orbit', sans-serif;
	color: #444;
	line-height: 1.7;
}
a {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #cfb4ab;
	transition: all .5s;
}

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

/* 스크롤바 */
::-webkit-scrollbar {
 width:3px;
 height:3px;
 background:transparent;
}
::-webkit-scrollbar-thumb {
 width:5px;
 background:#af8679;
}
/* 전체 박스 */
#container {
	width: 640px;
	margin: auto;
	background: #fff;
	min-height: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 45px 30px;
}
#container:before {
	background-color: #af8679;
	content: '';
	position: absolute;
	top: 0;
	left: -30px;
	width: 30px;
	height: 100%;
}
#container:after {
	background-color: #af8679;
	content: '';
	position: absolute;
	top: 0;
	right: -30px;
	width: 30px;
	height: 100%;
}
/* 카테고리 영역 */
#header .title, #header .info {
	text-align: center;
	line-height: 1.2;
}
#header .title a {
	color: #a76b59;
	font-size: 4em;
	text-transform: uppercase;
	font-family: 'Abril Fatface', cursive;
}
#header .info {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#header .notice, #header .guest, #header .write, #header .admin {
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 5px;
}
/* 검색 */
.search {
	float: right;
}
.search_input {
	border: 0;
	background: transparent;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase
}
.submit {
	border: 0;
	background: transparent;
	font-family: fontAwesome;
}
/* 카테고리 */
.tt_category {
	border-top: 1px dashed;
	border-bottom: 1px dashed;
	padding: 30px 0;
	margin: 30px 0 20px;
	text-transform: capitalize;
	font-weight: bold;
}
a.link_tit {
	display: none;
}
.category_list > li:hover .sub_category_list > li {
	height: 22px;
	transition: all .5s;
}
.sub_category_list > li {
	height: 0;
	overflow: hidden;
}
a.link_sub_item:before {
	content: '\f101';
	font-family: fontAwesome;
	margin-left: 8px;
}
.c_cnt {
	float: right;
}
/* 본문 영역 */
.list_wrap:after {
	display: block;
	clear: both;
	content: '';
	overflow: auto;
}
/* 본문영역 상단 */
.searchList {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}
.searchList .num {
	float: right;
}
/* 갤러리형 */
#lst_gal .thumb {
	width: 25.3%;
	position: relative;
	float: left;
	margin: 4%;
	overflow: hidden;
	border-radius: 100%;
}
#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 img {
	width: 100%;
	backface-visibility: hidden;
	z-index: 2;
	vertical-align: top;
}
#lst_gal .thumb .info {
	text-align: center;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: #af8679;
	opacity: 0;
	border-radius: 100%;
	overflow: hidden;
}
#lst_gal .thumb .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	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%;
	padding: 0 4px;
	font-weight: bold;
}
#lst_gal .thumb:hover img {
	opacity: 0;
}
#lst_gal .thumb:hover .info {
	opacity: 1;
}
#lst_gal .thumb .date {
	font-size: .8em;
	display: none;
}
#lst_gal .thumb .text {
	display: none;
}
/* 목록형 */
#lst_web .thumb {
	position: relative;
	border-bottom: 1px dashed;
}
#lst_web .thumb a {
	padding: 15px 0;
	display: block;
}
#lst_web .thumb img {
	position: absolute;
	top: 8px;
	right: 0;
	width: 50px;
	border-radius: 100%;
	display: none;
}
#lst_web .thumb .info {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}
#lst_web .thumb .info .title {
	float: left;
	width: calc(100% - 60px);
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}
#lst_web .thumb .info .date {
	float: right;
	font-size: .8em;
	font-weight: bold;
}
/* 본문 타이틀 */
.titleWrap {
	margin: 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px dashed;
	padding-bottom: 20px;
	position: relative;
}
.titleWrap .title > a {
	font-size: 1.3em;
	font-weight: bold;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: calc(100% - 120px);
	line-height: 1.2;
}
.titleWrap .date {
	float: right;
	font-weight: bold;
}
.titleWrap .admin {
	font-size: .9em;
	text-transform: uppercase;
	margin-left: 3px;
}
/* 인용구 */
.tx-quote-tistory:before {
	content: '\f10d';
	font-family: FontAwesome;
}
.tx-quote-tistory {
	position: relative;
	height: auto;
	margin: 5px 0;
	padding: 10px;
	border: 1px dashed;
}
/* 접은글 더보기 꾸미기 */
.btn-toggle-moreless, .btn_more, .btn_less {
    background: #daa157b9; /* 버튼 배경색 */
}
.btn-toggle-moreless, .btn_more, .btn_less {
    z-index: 1;
    position: relative;
    display: inline-block;
    padding: 5px 7px; /* 버튼 안쪽 패딩 */
    border-radius: 15px; /* 버튼 둥근 정도 */
    margin-top: 5px;
    color: #fff !important; /* 버튼의 더보기 글씨색 */
    font-size: 12px !important; /* 버튼의 글씨 크기*/
}
div[data-ke-type='moreLess'] {
	position:relative;
}
div[data-ke-type='moreLess']::before {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 0px dashed #ebebeb; /* 버튼 오른쪽 선 */
    margin-top: 22.5px;
}
.moreless-content {
    padding: 15px 5px;
    border-bottom: 0px dashed #1b9a1a; /* 박스 아래쪽 선 */
		border-top: 0x dashed #1b9a1a; /* 박스 위쪽 선 */
		border-right: 0px dashed #1b9a1a; /* 박스 오른쪽 선 */
		border-left: 0px dashed #1b9a1a; /* 박스 왼쪽 선 */
		background: #fff; /* 박스 안 배경색 */
}
.btn-toggle-moreless:before, .btn_more:before {
    content: '✚';/* 버튼이 접혀있을 때 앞에 붙일 아이콘 */
    margin-right: 5px;
}
.open .btn-toggle-moreless:before, .btn_less:before {
    content: '✖'; /* 버튼을 닫을 때 앞에 붙일 아이콘 */
    margin-right: 5px;
}
/* 본문 태그¸ */
.tagTrail {
	color: transparent;
	padding: 5px 0;
}
.tagTrail .tag {
	color: #444;
	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: 100%;
	resize: vertical;
	height: 80px;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	border: 1px dashed;
	margin-right: 2%;
	background: transparent;
	margin-bottom: 10px;
}
.cmt-write .info input, .guestWrite .info input {
	width: 26%;
	padding: 5px;
	float: left;
	background: transparent;
	margin: 5px;
	margin-left: 0;
	border: 0;
	display: inline-block;
}
.cmt-write .submit input, .guestWrite .submit input {
	height: 30px;
	float: right;
	width: 100%;
	cursor: pointer;
	background: transparent;
	border: 1px dashed;
	text-transform: uppercase;
}
.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 dashed;
}
.cmt-list:last-child, .guest-list:last-child {
	border-bottom: 0;
}
.cmt-list img, .guest-list img {
	display: none;
}
.reply {
	padding-left: 20px;
}
.cmt-list .cmt, .guest-list .guest, .reply {
	margin: 20px 0;
}
.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 25px 25px 25px;
	display: inline-block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 15px 0;
	background: #faf0e8;
	animation: notice 0.5s 0s ease both 1;
}
.entryNotice .title {
	font-size: 1.2em;
	font-weight: bold;
}
.entryNotice .date {
	display: none;
}
.entryNotice:nth-of-type(2n+1) {
	float: right;
	border-radius: 25px 0 25px 25px;
}
.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: #af8679;
	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;
}
/* 푸터 */
#footer {
	line-height: 1;
	margin-top: 30px;
}
.barcode {
	text-align: center;
	font-family: 'Libre Barcode 39', cursive;
	font-size: 6em;
}
/* 페이징 */
.paging {
	text-align: center;
	margin-top: -20px;
	z-index: 999;
	letter-spacing: 5px;
}
/* 탑버튼 */
.top {
	margin-top: 30px;
	text-align: center;
}
/* 카피라이트 삭제 금지 */
.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) {
	/* 스크롤바 */
	::-webkit-scrollbar {
 width:3px;
 height:3px;
 background:#af8679;
}
	::-webkit-scrollbar-thumb {
 width:5px;
 background:#fff;
}
#container {
	width: auto;
	margin: 0 20px;
}
.top {
	position: fixed;
	bottom: 20px;
	right: 25px;
	z-index: 999;
	background: rgba(255,255,255,0.8);
	padding: 5px;
	border: 1px dashed
}
.copy {
	position: static;
	text-align: center;
	margin-top: 20px;
}
}
