@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato');
@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: 2px 0;}
button {
	background-color: transparent;
	border: 0;
}
/* 배경 */
body {
	background: #eee;
}

/* 전체 폰트 */
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: 10px;
	font-family: 'Lato', 'Jeju Gothic', sans-serif;
	color: #444;
	line-height: 1.7;
}
a {
	color: #444;
	text-decoration: none;
}
a:hover {
	font-style: italic;
}

/* 입력창 폰트 색상 */
::-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:#444;
 border-radius:10px;
}

/* 컨테이너 */
#container {
	margin: 100px auto;
	width: 750px;
	position: relative;
}

/* 오른쪽 메뉴 */
#aside {
	width: 150px;
	float: right;
	border: 1px solid;
	padding: 20px;
	background: #fff;
	overflow: hidden;
	position: fixed;
	display: inline-block;
	margin-left: 20px;
}
#aside .logo {
	background: url(./images/logo.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 100%;
}
#aside .title {
	margin-top: 5px;
	text-align: center;
}
#aside .info {
	padding: 0 10px;
	text-align: justify;
	margin-bottom: 20px;
}
#aside .cate, .menu2, #aside .search {
	padding: 2px 10px;
}
#aside .menu2 i {
	margin-right: 3px;
}

/* 검색 */
#aside .search {
	margin-top: 10px;
}
.search .search_input {
	max-width: 100%;
	border: 0;
	background-color: transparent;
	text-transform: capitalize;
}
.search .submit {
	float: right;
	font-family: FontAwesome;
	border: 0;
	background: none;
	padding: 2px;
}

/* 카테고리 */
.link_tit {
	display: none;
}
a.link_item, .link_sub_item {
	text-transform: capitalize;
	display: inline-block;
}
a.link_item:before {
	content: '\f07b';
	font-family: FontAwesome;
}
.link_sub_item:before {
	content: '\f07c';
	font-family: FontAwesome;
}
.sub_category_list li {
	text-transform: capitalize;
	height: 0px;
	list-style-type: none;
	overflow: hidden;
	-webkit-transition: height linear .3s;
	-moz-transition: height linear .3s;
	-o-transition: height linear .3s;
	transition: height linear .3s;
}
.category_list li:hover ul li {
	height: 18px;
}

/* 본문 영역 */
#content {
	padding: 15px 10px;
	float: left;
	width: 67%;
	background: #fff;
	border: 1px solid;
	margin-bottom: 50px;
	position: relative;
}

/* 본문 영역 상단 */
.line {
	height: 1px;
	background: #444;
}
.linetitle, .numbox {
	margin-top: -9px;
	padding-right: 10px;
	text-align: right;
	text-transform: capitalize;
	margin-bottom: 5px;
}
.linetitle span, .numbox span {
	background-color: #fff;
	text-align: right;
	padding: 0 10px;
}
.linetitle span:after {
	content: '\f005';
	font-family: fontAwesome;
	margin-left: 2px;
}

/* 갤러리형 */
.list_wrap:after {
	display: block;
	clear: both;
	content: '';
	overflow: auto;
}
#lst_gal .thumb {
	float: left;
	width: 28.8%;
	margin: 10px;
	position: relative;
}
#lst_gal .thumb .thumb-img {
	position: absolute;
	z-index: 1;
}
#lst_gal .thumb img {
	width: 100%;
	overflow: hidden;
	vertical-align: top;
}
#lst_gal a:hover img {
	filter: blur(2px);
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	transition: .5s ease;
}
#lst_gal .thumb:hover .hover {
	opacity: 1;
	background: url(./images/hover.png) center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 9;
}
#lst_gal .thumb .info {
	height: 100% !important;
	width: 100%;
	top: 0;
	position: absolute;
}
#lst_gal .thumb .title {
	text-align: center;
	position: absolute;
	color: #fff;
	background-color: #444;
	padding: 0 5px;
	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%);
	white-space: nowrap;
	max-width: 90%;
	text-overflow: ellipsis;
	overflow: hidden;
	opacity: 0;
	display: inline-block;
	z-index: 10;
}
#lst_gal .thumb:hover .title {
	opacity: 1;
}
#lst_gal .thumb .cate, #lst_gal .thumb .info .date {
	display: none;
	margin-right: 5px;
}
#lst_gal .thumb .info .text {
	display: none;
	/*display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

/* 목록형 */
#lst_web .thumb {
	padding: 10px;
}
#lst_web .thumb img {
	border-radius: 100px;
	float: left;
	margin-right: 15px;
	width: 70px;
}
#lst_web .info {
	padding: 20px 0;
}
#lst_web .thumb .title {
	white-space: nowrap;
	text-overflow: ellipsis;
}
#lst_web .thumb:hover .title:before {
	content: '\f0da';
	font-family: FontAwesome;
	margin-right: 4px;
}
#lst_web .thumb .cate {
	margin-right: 5px;
}
#lst_web .thumb .text {
	display: none;
}
#lst_web .thumb .hover {
	display: none;
}

/* 본문 타이틀 */
#entryinfo {
	text-align: right;
	margin: 0;
	padding: 0;
	width: auto;
}
#entryinfo ul {
	right: 20px;
	padding: 5px;
	visibility: hidden;
	position: absolute;
	background: #fff;
	border: 1px solid;
}
#entryinfo .linetitle:hover ul {
	z-index: 90;
	visibility: visible;
	height: auto;
}

/* 본문 */
.article {
	padding-bottom: 15px;
	line-height: 1.8;
}

/* 인용구 */
.tx-quote-tistory:before {
	content: '\f10d';
	font-family: FontAwesome;
}
.tx-quote-tistory {
	position: relative;
	height: auto;
	margin: 5px 0;
	padding: 5px;
	border: 1px solid;
}

/* 더보기 */
.btn_more,
.moreless_fold {
	border-radius: 10px;
}
.btn_more:before,
.btn_less span:before,
.moreless_fold:before,
.moreless_top:before  {
	content: '\f107';
	font-family: FontAwesome;
	padding-right: 3px;
}
.btn_less:last-child span:before,
.moreless_bottom:before {
	content: '\f106';
	font-family: FontAwesome;
	padding-right: 3px;
}
.btn_less:first-child {
	margin-bottom: 10px;
}
.btn_less:last-child {
	margin-top: 10px;
}
.btn_more {
	display: block;
}
.moreless_content {
	position: relative;
	height: auto;
	margin: 3px 0;
	padding: 5px;
	border: 1px solid;
}

/* 본문 태그¸ */
.tagTrail {
	color: transparent;
	padding: 5px 0;
}
.tagTrail .tag {
	color: #444;
	width: 70px;
	display: inline-block;
}

/* 본문 댓글 */
.actionTrail {
	padding: 5px 0;
	margin-bottom: 10px;
}
.actionTrail a {
	display: block;
}
.actionTrail .cnt {
	width: 70px;
	display: inline-block;
}

/* 신고 버튼 */
.container_postbtn .postbtn_like label:first-child {
	padding-left: 0 !important;
}

/* 댓글, 방명록 작성 */
.cmt-write, .guestWrite {
	margin-bottom: 30px;
}
.cmt-write:after, .guestWrite:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
.cmt-write textarea, .guestWrite textarea {
	width: 82%;
	resize: vertical;
	height: 80px;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	border: 1px solid;
	background: transparent;
}
.cmt-write .info input, .guestWrite .info input {
	width: 27.6%;
	padding: 5px;
	float: left;
	background: transparent;
	margin: 5px;
	margin-left: 0;
	border: 0;
	display: inline-block;
}
.cmt-write .submit, .guestWrite .submit {
	float: right;
	width: 16%;
}
.cmt-write .submit input, .guestWrite .submit input {
	height: 80px;
	width: 100%;
	cursor: pointer;
	background: transparent;
	border: 1px solid;
	text-transform: uppercase;
}
.secret {
	display: inline-block;
	padding: 5px 0px;
	margin: 5px 0;
}
.secret  i {vertical-align: middle;margin-left: 2px;}
.checkbox {display:none;}
.checkbox + .secret-label {
	outline: 0;
	display: block;
	width: 10px;
	height: 5px;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border:1px solid;
	border-radius: 2em;
	padding: 2px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: inline-block;
	vertical-align: middle;
}
.checkbox + .secret-label:after {
	position: relative;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	left: 0;
		border-radius: 50%;
	border:1px solid;
	margin-top:-1px;
		-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.checkbox + .secret-label:before {
	display: none;
}
.checkbox:checked + .secret-label:after {
	left: 40%;
	background:#444;
}
.checkbox:checked + .secret-label {
	background: #fff;
}

/* 댓글, 방명록 리스트 */
.commentList .box, .guestList .box {
	width: auto;
	margin: 5px auto;
}
.commentList li, .guestList li {
	position: relative;
	padding: 5px 0;
}
.commentList .cmt-list, .guestList .guest-list {
	padding: 20px 0;
	border-bottom: 1px solid;
}
.commentList .cmt-list:first-child, .guestList .guest-list:first-child {
	padding-top: 0;
}
.commentList .cmt-list ul, .guestList .guest-list ul {
	padding: 5px 0;
}
.commentList img, .commentList .cmt-reply img, .guestList img, .guestList .reply img {
	left: 0px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	margin-left: 5px;
	display: none;
}
.commentList .info, .guestList .info {/* margin-left: 40px; */
}
.commentList .cmt-reply, .guestList .reply {
	margin-left: 3%;
}
.commentList .name, .guestList .name {
	padding-right: 5px;
	font-weight: bold;
}
.commentList .date, .guestList .date {
	padding-right: 5px;
}
.commentList .date a, .guestList .date a {
	margin-left: -5px;
	visibility: hidden;
}
.commentList .date a:after, .guestList .date a:after {
	content: "\f06a";
	font-family: FontAwesome;
	visibility: visible;
}
.commentList .control, .guestList .control {
	opacity: 0;
	transition-duration: 0.3s;
}
.commentList div:hover .control, .guestList div:hover .control {
	opacity: 1;
}
.commentList .control a, .guestList .control a {
	font-size: 6px;
	padding-left: 3px;
}
.commentList .text, .guestList .text {
	margin: 5px 0;
}
.commentList .rp_admin .name, .guestList .guest_admin .name {
	padding: 2px;
}
.commentList .rp_admin .name:before, .guestList .guest_admin .name:before {
	content: '\f005';
	font-family: FontAwesome;
}
.commentList .hiddenComment .name:after, .guestList .hiddenComment .name:after {
	content: '게스트'
}
.commentList .cmt-list:last-child, .guestList .guest-list:last-child {
	border-bottom: 0;
}

/* 공지 */
.entryNotice {
	max-width: 75%;
	padding: 20px;
	width: auto;
	min-width: 25%;
	border: 1px solid;
	display: inline-block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 15px;
	animation: notice 0.5s 0s ease both 1;
}
.entryNotice:nth-of-type(2n+1) {	float: right;}
.entryNotice:nth-of-type(1) {	animation-delay: 0.0s;}
.entryNotice:nth-of-type(2) {	animation-delay: 0.5s;}
.entryNotice:nth-of-type(3) {	animation-delay: 1.3s;}
.entryNotice:nth-of-type(4) {	animation-delay: 2.0s;}
.entryNotice:nth-of-type(5) {	animation-delay: 2.8s;}
.entryNotice:nth-of-type(6) {	animation-delay: 3.5s;}

@keyframes notice { 0% {transform:translateY(30px);opacity:0;}
 100% {opacity:1;transform:translateY(0);}}

.entryNotice .date {
	margin-bottom: 3px;
}
.entryNotice .date span {
	background: #444;
	color: #fff;
	padding: 2px 5px;
}

/* 보호글 */
.entryProtected {
	margin: 30% auto;
	width: 230px;
}
.entryProtected p .post-secret, .entryProtected p .post-submit {
	margin: 5px 0;
	padding: 10px;
}
.entryProtected p .post-secret {
	width: 100%;
	border: 0;
	border-bottom: 1px solid;
	background: transparent;
	box-sizing: border-box;
}
.entryProtected p .post-submit {
	font-family: fontAwesome;
	width: 100%;
	border: 1px solid;
	background: transparent;
	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);
	position: absolute;
	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;
}

/* 페이징 */
.paging {
	margin-top: 15px;
}
.numbox {
	text-align: left;
	padding-left: 10px;
}
.numbox span {
	padding: 0 3px;
}
.num .selected {
	font-weight: bold;
}

/* 카피라이트 */
.copy i {
	position: fixed;
	padding: 10px;
	bottom: 0px;
	left: 0;
}

/* 모바일 영역 */
@media all and (max-width: 768px) {
/* 모바일 컨테이너 */ 
#container {
	width: auto;
	padding: 10px;
	margin: 0
}
/* 모바일 본문영역 */ 
#content {
	margin: 10px;
	width: auto;
	float: unset;
}
/* 모바일 메뉴 버튼 */
#hamburger {
	width: 36px;
	height: 18px;
	position: fixed;
	display: block;
	cursor: pointer;
	margin: 0 auto;
	z-index: 99999;
}
#hamburger .line {
	width: 36px;
	height: 2px;
	display: block;
	background-color: #444;
	position: absolute;
	left: 0;
	transition: all 0.3s cubic-bezier(0.58, 0, 0.58, 1);
}
#hamburger .line:nth-child(1) {
	top: 0;
}
#hamburger .line:nth-child(2) {
	top: 50%;
	margin-top: -1px;
	width: 28px;
}
#hamburger .line:nth-child(3) {
	top: 100%;
	margin-top: -2px;
	width: 26px;
}
#hamburger:hover .line:nth-child(1), #hamburger:focus .line:nth-child(1) {
	transform: translateY(-1px);
}
#hamburger:hover .line:nth-child(3), #hamburger:focus .line:nth-child(3) {
	transform: translateY(1px);
}
#hamburger.active .line:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
	width: 26px;
}
#hamburger.active .line:nth-child(2) {
	opacity: 0;
}
#hamburger.active .line:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}
	
/* 모바일 메뉴 슬라이드 */
#aside {
	position: fixed;
	width: 0;
	margin: 0;
	top: 0;
	left: 0;
	height: 100%;
	opacity: 0;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	z-index: 100;
	border: 0;
	padding: 0;
}
#aside.open {
	opacity: 1;
	width: 100%;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
}
body.scroll {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
	
/* 모바일 메뉴 */
#aside > ul {
	margin: 50px 30%;
}
.sub_category_list li {
	height: 18px;
}
	
/* 모바일 갤러리 */
#lst_gal .thumb {
	width: 45%;
	margin: 2%;
}
	
/* 모바일 코멘트, 방명록 */
.guestWrite textarea, .cmt-write textarea {
	width: 78%;
}
.guestWrite .info input, .cmt-write .info input {
	width: 28%;
	margin-bottom: 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.guestWrite .info, .cmt-list .info {
	margin-bottom: 5px;
}
.guestWrite .submit, .cmt-write .submit {
	float: right;
	width: 20%;
}
.guestWrite .submit input, .cmt-write .submit input {
	width: 100%;
	float: right;
}
	
/* 모바일 공지 */
.entryNotice {
	width: auto;
	max-width: unset;
	min-width: unset;
	display: block;
}
.entryNotice:nth-of-type(2n+1) {
	float: none;
}
}

/* Tistory utility ------------------------------------------------ */ 
@media screen and (max-width: 767px) {
.tt-span-1, .tt-span-2, .tt-span-3, .tt-span-4, .tt-span-5, .tt-span-6, .tt-span-7, .tt-span-8, .tt-span-9, .tt-span-10, .tt-span-11, .tt-span-12 {
	width: 100% !important;
}
}
#ttCanvas, .tt-span-12 {
	width: 100% !important;
}
