@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Libre+Barcode+39|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;
}
button {
	background-color: transparent;
	border: 0;
}
#tt-body-page {
    animation: fadein 2s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* 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;
    }
}
/*이미지 스크롤 효과*/
figure.imageblock,
#tt-body-page figure.imageblock,.image-container {   
opacity:0;
}
/* 배경 */
html, body {
	background: #fff;
	background: url('./images/bg.jpg');
	height: 100%;
}
/* 배경 전환 */
.bg-img{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0; left: 0;
  z-index: -9999 !important; /*맨 뒤로 옮기기*/
  transition: 0.4s all ease;
  animation: bgload 1.3s;
  -moz-animation: bgload 1.3s;
  -webkit-animation: bgload 1.3s;
  -o-animation: bgload 1.3s;
  opacity: 0.6; /*불투명도 취향껏 변경(0.1 ~ 1)*/
  pointer-events: none; /*선택 무시*/
}

@keyframes bgload {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.6; /*상단 불투명도 수정 시 같은 값으로 수정*/
    }
}

@-webkit-keyframes bgload {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.6; /*상단 불투명도 수정 시 같은 값으로 수정*/
    }
}
/* 배경 전환 끝 */
/* 전체 폰트 */
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: 'Nanum Gothic', sans-serif;
	color: #444;
	line-height: 1.7;
}
a {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #ffb5c9;
	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:5px;
 height:5px;
 background:transparent;
}
::-webkit-scrollbar-thumb {
 width:5px;
 background:#ffb5c9;
}
/* 전체 박스 */
#container {
	width: 360px;
	margin: auto;
	background: #fff;
	min-height: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 15px;
}
#container:before {
	background-color: #fff; 
	content: '';
	position: absolute;
	top: 0;
	left: -20px;
	width: 20px;
	height: 100%;
	box-shadow: -3px 0px 5px -2px rgba(0, 0, 0, 0.568);
}
#container:after {
	background-color: rgb(255, 255, 255);
	content: '';
	position: absolute;
	top: 0;
	right: -20px;
	width: 20px;
	height: 100%;
	box-shadow: 3px 0px 5px -2px rgb(0, 0, 0, 0.568);
}
/* 카테고리 영역 */
#header .title, #header .info {
	text-align: center;
	line-height: 1.2;
}
#header .title a {
	color: #ffb5c9;
	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 ., #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: 10px 0;
	margin: 10px 0 20px;
	text-transform: capitalize;
	font-weight: bold;
}
a.link_tit {
	display: none;
}
.category_list > li:hover .sub_category_list > li {
	height: 18px;
	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: #ffb5c9;
	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_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 dashed;
}
.btn_less:first-child span:before,
.moreless_top:before {
	content: '\f106 ';
	font-family: FontAwesome;
	padding-right: 5px;
}
.btn_less:last-child span:after,
.moreless_bottom:after {
	content: '\f106';
	font-family: FontAwesome;
	padding-left: 5px;
}
.btn_less:last-child,
.moreless_bottom {
	text-align: right;
}
.btn_less:first-child {
	margin-bottom: 10px;
	text-align: left;
}
.btn_less:last-child {
	margin-top: 10px;
}
.btn_more,
.btn_less {
	display: block;
	width: 100%;
}
/* 본문 태그¸ */
.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: #ffb5c9;
	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: #ffb5c9;
	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:#ffb5c9;
}
	::-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;
}
}
/* 드래그 시 블러처리 */

::selection{ 
  color: transparent; 
  text-shadow: 0 0 2px #000; 
  transition: all 250ms ease-in; 
} 
::-moz-selection{ 
  color: transparent; 
  text-shadow: 0 0 2px #000; 
  transition: all 250ms ease-in; 
} 
