@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;}

/* 배경 */
body {
	background: #fff;
}

/* 전체 폰트 */
body, th, td, input, select, textarea, button {
	font-size: 10px;
	font-family: 'Lato', 'Jeju Gothic', sans-serif;
	color: #000;
	line-height: 1.7;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	animation: glitch 3s steps(100) infinite;
}
@keyframes glitch { 
	0% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0);}
	5% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
	11% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0.5px);}
	16% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0);}
	21% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0);}
	26% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0.5px);}
	28% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0);}
	31% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);}
	35% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0.5px);}
	38% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);}
	41% { text-shadow: 45px 0 0 #0c33f5, -45px 0 0 lime; filter: blur(0);}
	42% { text-shadow: 0 0 0 #0c33f5, 0 0 0 lime; filter: blur(0);}
	43% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0);}
	46% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0.5px);}
	47% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0.5px);}
	48% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0);}
	51% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0);}
	55% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0.5px);}
	56% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0.5px);}
	58% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
	61% { text-shadow: 30px 0 0 red, -30px 0 0 lime; filter: blur(0);}
	62% { text-shadow: 0 0 0 red, 0 0 0 lime; filter: blur(0);}
	63% { text-shadow: 1px 0 0 red, -1px 0 0 #0c33f5; filter: blur(0);}
	66% { text-shadow: 1px 0 0 red, -1px 0 0 #0c33f5; filter: blur(0.5px);}
	67% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0.5px);}
	68% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
	71% { text-shadow: 50px 0 0 red, -50px 0 0 #0c33f5; filter: blur(0);}
	72% { text-shadow: 0 0 0 red, 0 0 0 #0c33f5; filter: blur(0);}
	73% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0);}
	77% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
	81% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0);}
	83% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0.5px);}
	86% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0.5px);}
	88% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0);}
	91% { text-shadow: 60px 0 0 lime, -60px 0 0 #0c33f5; filter: blur(0);}
	92% { text-shadow: 0 0 0 lime, 0 0 0 #0c33f5; filter: blur(0);}
	92% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0);}
	96% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);}
	100% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);}
}

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

/* 스크롤바 */
::-webkit-scrollbar {
	width:3px;
	height:3px;
	background:transparent;
}
::-webkit-scrollbar-thumb {
	width:3px;
	background:#000;
}

/* 컨테이너 */
#container {
	width: 750px;
	margin: 150px auto;
	margin-bottom: 50px;
	position: relative;
}

/* 헤더 */
#header .overlay {
	padding: 0 30px;
	position: fixed;
}
#header .box:first-child {
	margin-top: 25px;
}
#header .box {
	width: 150px;
	margin: 40px 0;
}
#header .box .logo {
	background-image: url("./images/pro.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 5px;
	height: 80px;
}

/* 윈도우 박스 */
.box {
	border-radius: 7px !important;
	border: 1px solid !important;
	/* background: #fff; */
	overflow: hidden !important;
	position: relative !important;
}
.title-line, .title-line2 {
	border-bottom: 1px solid !important;
	padding: 1px !important;
}
.title-line .title, .title-line2 .title {
	display: inline-block !important;
	margin-left: 5px !important;
	width: 60% !important;
	text-transform: uppercase !important; 
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
	overflow: hidden !important;
	font-weight: bold !important; 
	font-style: italic !important;
	vertical-align: middle !important;
}
.button, .title-line2 .button2 {
	right: 0 !important;
	float: right !important;
	height: 8px !important;
}
.button > span, .title-line2 .button2 > span {
	border-radius: 100% !important;
	width: 8px !important;
	border: 1px solid !important;
	height: 8px !important;
	display: inline-block !important;
	vertical-align: middle !important;
}
.button > span:last-child, .title-line2 .button2 > span:last-child {
	background: #f00 !important;
	margin-right: 5px !important;
}
.box .text {
	padding: 5px;
}
.box .text .notice, .box .text .guest, .box .text .write, .box .text .admin {
	margin-right: 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;
}

/* 검색 */
.search-in .search_input {
	max-width: 100%;
	border: 0;
	background-color: transparent;
	text-transform: capitalize;
}
.search-in .submit {
	float: right;
	font-family: FontAwesome;
	border: 0;
	background: none;
}

/* 본문 영역 */
#content {
	margin-left: 200px;
	padding: 30px;
}

/* 갤러리형 */
.list_wrap:after {
	display: block;
	clear: both;
	content: '';
	overflow: auto;
}
#lst_gal .thumb {
	float: left;
	width: 28.2%;
	margin: 2.3%;
	border-radius: 7px;
	border: 1px solid;
	/* background: #fff; */
	overflow: hidden;
	position: relative;
}
#lst_gal .thumb img {
	width: 100%;
	vertical-align: top;
}
#lst_gal a:hover img {
	-webkit-animation: hue-rotate 1.5s linear infinite;
	animation: hue-rotate 1.5s linear infinite;
}
@keyframes hue-rotate {
	from {
		-webkit-filter: hue-rotate(0);
		-moz-filter: hue-rotate(0);
		-ms-filter: hue-rotate(0);
		filter: hue-rotate(0);
	}
	to {
		-webkit-filter: hue-rotate(360deg);
		-moz-filter: hue-rotate(360deg);
		-ms-filter: hue-rotate(360deg);
		filter: hue-rotate(360deg);
	}
}
#lst_gal .thumb:hover .hover {
	opacity: 1;
	background: transparent center;
	width: 100%;
	height: 100%;
	position: absolute;
	margin-top: 20px;
}
#lst_gal .thumb .info {
	top: 0px;
	position: absolute;
	height: 100% !important;
	width: 100%;
}
#lst_gal .thumb .cate {
	display: none;
}
#lst_gal .thumb .info .date {
	display: none;
}
#lst_gal .thumb .info .thumbtext {
	display: none;
	/* display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

/* 목록형 */
#lst_web {
	border: 1px solid;
	border-radius: 7px;
}
#tt-body-index #lst_web, #tt-body-guestbook #lst_web, #tt-body-page #lst_web {
	border: 0;
}
#lst_web .article_skin {
	border-bottom: 1px solid;
}
#lst_web .article_skin:last-child {
	border: 0
}
#lst_web .thumb {
	width: auto;
	margin: 0;
	padding: 10px 5px;
	border: 0;
}
#lst_web .title-line2 {
	width: 100% !important;
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
	overflow: hidden !important;
	border: 0 !important;
}
#lst_web .title-line2 .title {
	margin-left: 0 !important;
	font-style: normal !important;
}
#lst_web .title-line2 .button2 {
	display: none;
}
#lst_web .thumb .cate {
	margin-right: 5px;
	text-transform: uppercase;
}
#lst_web .thumb img {
	float: right;
	border-radius: 100px;
	width: 35px;
	height:35px;
	margin-top: -20px;
	border: 1px solid;
}
#lst_web a:hover img {
	-webkit-animation: hue-rotate 1.5s linear infinite;
	animation: hue-rotate 1.5s linear infinite;
}
#lst_web .thumb .thumbtext {
	display: none;
}
#lst_web .thumb .hover {
	display: none;
}

/* 본문 상단 */
.entry .box .title, #lst_web .entry .box .title {
	min-width: 4%;
	width: auto !important;
	padding-right: 5px;
}
.entry .box .title-line .cate, .entry .box .title-line .date, .entry .box .title-line .admin {
	text-transform: capitalize;
	font-weight: bold;
	font-style: italic;
	vertical-align: middle;
	margin-right: 3px;
}

/* 본문 */
.article img:hover {
	-webkit-animation: hue-rotate 1.5s linear infinite;
	animation: hue-rotate 1.5s linear infinite;
}

/* 인용구 */
.tx-quote-tistory:before {
	content: '\f10d';
	font-family: FontAwesome;
}
.tx-quote-tistory {
	padding: 5px;
	border: 1px solid;
	border-radius: 7px;
}

/* 더보기 */
.moreless_fold {
	border: 1px solid;
	padding: 5px;
	border-radius: 7px;
}
.moreless_fold:before {
	content: '\f07b';
	font-family: FontAwesome;
	padding-right: 3px;
}
.moreless_top {
	border: 1px solid;
	border-bottom: 0;
	padding: 5px;
	text-align: right;
	border-radius: 7px 7px 0 0;
}
.moreless_top:after {
	content: '\f057';
	font-family: FontAwesome;
	padding-left: 3px;
	color: #f00;
}
.moreless_content {
	position: relative;
	height: auto;
	padding: 5px;
	border: 1px solid;
	border-radius: 0 0 7px 7px;
}
.moreless_bottom {
	display: none;
}

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

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

/* 본문 댓글 */
.actionTrail {
	padding: 5px;
}
.actionTrail .cnt {
	font-style: italic;
	width: 70px;
	display: inline-block;
}

/* 댓글, 방명록 작성 */
.cmt-write {
	margin: 30px 0;
}
.cmt-write:after, .guestWrite:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
.cmt-write textarea, .guestWrite textarea {
	width: 81%;
	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;
	border-radius: 7px;
	background: transparent;
}
.cmt-write .info input, .guestWrite .info input {
	width: 28.6%;
	padding: 5px;
	float: left;
	background: transparent;
	margin: 5px;
	margin-left: 0;
	border: 0;
	display: inline-block;
}
.cmt-write .submit, .guestWrite .submit {
	float: right;
}
.cmt-write .submit input, .guestWrite .submit input {
	height: 80px;
	width: 80px;
	cursor: pointer;
	background: transparent;
	border: 1px solid;
	text-transform: uppercase;
	border-radius: 7px;
}
.secret-label {
	position: relative;
	display: inline-block;
	padding: 5px 8px;
	margin: 6px 0;
}
.secret-label:before {
	top: 0;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 20px;
	height: 22px;
}
.checkbox[type="checkbox"] {
	display: none;
}
.checkbox[type="checkbox"]:checked + .secret-label:before {
	border: 1px solid;
	border-radius: 7px;
}

/* 댓글, 방명록 리스트 */
.commentList .box, .guestList .box {
	width: auto;
	margin: 5px auto;
}
.commentList li, .guestList li {
	position: relative;
	padding: 5px 0;
}
#lst_gal .commentList .cmt-list, #lst_web .commentList .cmt-list, .guestList .guest-list {
	padding: 5px;
	margin: 30px 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 {
	padding-left: 5px;
	border-left: 1px solid;
	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 {
	margin-bottom: 0;
}
.guestList .guest-list:last-child {
	margin-bottom: 15px;
}

/* 공지 */
.entryNotice {
	max-width: 75%;
	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;
	border-radius: 7px;
}
.entryNotice:nth-of-type(2n+1) {	float: right;}
.entryNotice:nth-of-type(1) {	animation-delay: 0.0s;	margin-top: -50px;}
.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;}
.entryNotice:last-child {	margin-bottom: 0;}
@keyframes notice {
	0% {		transform:translateY(30px);		opacity:0;	}
	100% {		opacity:1;		transform:translateY(0);	}
}

/* 보호글 */
#lst_web .secret {
	border-bottom: 1px solid;
}
#lst_web .secret:last-child {border:0;}
.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: 5px 10px;
	display: inline-block;
}
.paging .num {
	padding: 2px;
}
.paging .num .selected {
	font-weight: bold;
}
.paging .num .selected:before, .paging .num .selected:after {
	content: '/';
}

/* 탑 버튼 */
.top {
	float: right;
	margin-right: 10px;
}

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

/* 모바일 영역 */
@media all and (max-width: 768px) {
	body {
		transition: transform .4s ease;
		transform: translate(0);
	}
	
	/* 컨테이너 */
	#container {
		width: auto;
		padding: 10px;
		margin: 0;
	}
	
	/* 본문 영역 */
	#content {
		margin: 0;
		padding: 0;
	}
	
	/* 모바일 메뉴 버튼 */
	.navbar {
		position: relative;
		height: 35px;
	}
	#hamburger {
		width: 36px;
		height: 18px;
		display: block;
		cursor: pointer;
		margin-bottom: 10px;
		z-index: 99999;
		position: relative;
	}
	#hamburger .line {
		width: 36px;
		height: 2px;
		display: block;
		background-color: #000;
		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;
		background-color: #000;
	}
	#hamburger.active .line:nth-child(2) {
		opacity: 0;
	}
	#hamburger.active .line:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg);
		background-color: #000;
	}
	
	/* 모바일 메뉴 슬라이드 */
	#header .overlay {
		width: 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;
		padding: 30px 0px;
		overflow: hidden;
		background-color: #fff;
	}
	#header .overlay.open {
		opacity: 1;
		width: 100%;
		overflow: scroll;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	#header .overlay > ul {
		padding: 0 30%;
	}
	body.scroll {
		position: fixed;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	
	/* 카테고리 */
	#header .box {
		margin: 20px 0;
		width: auto;
		min-width: 150px;
	}
	.sub_category_list li {
		height: 18px;
	}
	
	/* 갤러리형 */
	#lst_gal .article_skin {
		margin-top: -10px;
	}
	#lst_gal .thumb {
		width: 44%;
	}
	
	/* 본문 */
	.entry {
		margin: 0
	}
	
	/* 모바일 코멘트, 방명록 */
	.guestWrite textarea, .cmt-write textarea {
		width: 78%;
	}
	.guestWrite .info input, .cmt-write .info input {
		width: 29%;
		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 {
		margin: 3%;
	}
	.entryNotice:nth-of-type(1) {
		margin-top: 0px;
	}
}

/* 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;
}
