@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Oleo+Script');
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;
}
/* 배경 */
html{ min-height:100%;
background-image: linear-gradient(to right, #ffc3a0 0%, #ffafbd 100%);
}
/* 전체 폰트 */
body, th, td, input, select, textarea, button {
	font-size: 12px;
	font-family: "Segoe UI", Arial, sans-serif;
	color: #444;
	line-height: 1.7;
}
a {
	color: #444;
	text-decoration: none;
}
a:hover {
	transition: all .5s;
	color: #bbb;
}

/* 입력창 폰트 색상 */
::-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:#d6e2ea;
}
/* 전체 박스 */
#container {
	margin: 100px auto 50px;
	width: 560px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 30px;
	background: rgba(300,300,300,0.85);
	border-radius: 10px;
}
/* 상단 영역 */
#header {
	line-height: 1.375;
	position: relative;
	height: 60px;
}
#header:after {
	display: block;
	clear: both;
	content: '';
	overflow: auto;
}
#header .logo {
	background-image: url("./images/2obn26nkksz6u8ien8aehdun6.gif");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 1px solid #eee;
	float: left;
	margin-right: 10px;
}
#header .title {
	font-weight: bold;
	font-size: 1.1em;
}
#header .blogger {
	color: #bbb;
}
/* 카테고리 */
#header .catebox {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99999;
}
#header .catebox .cate {
	float: left;
}
#header .catebox .cate > p {
	padding: 7px 20px;
	border: 1px solid;
	border-radius: 30px;
	font-weight: bold;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#header .catebox .tt_category, .sub_category_list {
	max-height: 0px;
	overflow: hidden;
	transition: max-height linear 0.5s;
	z-index: 1;
}
#header .cate:hover .tt_category {
	max-height: 700px;
	overflow: hidden;
	transition: max-height linear 0.5s;
}
.category_list > li:hover > .sub_category_list {
	max-height: 200px;
}
.link_tit {
	display: none;
}
.category_list > li, .sub_category_list > li {
	margin: 3px 0;
}
a.link_item, a.link_sub_item {
	border: 1px solid;
	border-radius: 30px;
	padding: 8px 0;
	display: block;
	text-transform: capitalize;
	font-weight: bold;
	background: rgba(255,255,255,0.7);
	white-space: nowrap;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a.link_sub_item {
	color: #888;
}
a.link_item:hover, a.link_sub_item:hover {
	background: #fff;
	transition: all .8s;
	color: #ccc;
}
#header .catebox .other {
	position: relative;
	display: inline-block;
}
#header .catebox .fa.fa-angle-down {
	margin-left : 20px;
	line-height: 3;
}
#header .catebox .other > ul {
	z-index: 900;
	background: #fff;
	border-radius: 4px;
	display: block;
	position: absolute;
	box-shadow: 0 1px 4px rgba(0,0,0,0.25);
	opacity: 0;
}
#header .catebox .other li:first-child::before, #header .catebox .other li:first-child::after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 10px 10px;
	border-color: #bbb transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -10px;
	left: 15px;
}
#header .catebox .other li:first-child::after {
	border-color: #fff transparent;
}
#header .catebox .other li {
	text-transform: capitalize;
	height: 0;
	overflow: hidden;
	transition: all 500ms;
	line-height: 40px;
}
#header .catebox .other:hover ul {
	opacity: 1;
}
#header .catebox .other li:hover {
	background: #eee;
	transition: all .8s;
}
#header .catebox .other:hover li {
	height: 40px;
}
#header .catebox .other li > a {
	display: block;
	padding: 0 15px;
}
/* 검색 */
#header .catebox .other:hover .search {
	border-top: 1px solid #eee;
}
.search {
	padding: 0 15px;
}
.search:hover {
	background: transparent !important;
}
.search_input {
	border: 0;
	background: transparent;
}
.search .submit {
	display: none;
}
/* 본문 영역 */
.list_wrap:after {
	display: block;
	clear: both;
	content: '';
	overflow: auto;
}
/* 갤러리형 */
#lst_gal .thumb {
	width: 32.7%;
	position: relative;
	float: left;
	margin: 0.3%;
	overflow: hidden;
	border-radius: 5px;
}
#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%;
	opacity: 0;
	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.3;
}
#lst_gal .thumb:hover .info {
	opacity: 1;
}
#lst_gal .thumb .date {
	font-size: .8em;
	display: none;
}
/* 목록형 */
#lst_web .thumb {
	position: relative;
}
#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;
}
#lst_web .thumb .info .date {
	float: right;
	font-size: .8em;
}
/* 본문 타이틀 */
.titleWrap {
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}
.titleWrap .title > a {
	font-size: 1.3em;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
/* 본문 태그¸ */
.tagTrail {
	color: transparent;
}
.tagTrail a:before {
	content: '#'
}
.tagTrail a {
	color: #bbb;
}
.tagTrail .tag {
	color: #444;
	width: 70px;
	font-weight: bold;
	display: inline-block;
}
/* 인용구 */
.tx-quote-tistory:before {
	content: '\f10d';
	font-family: FontAwesome;
}
.tx-quote-tistory {
	position: relative;
	height: auto;
	margin: 5px 0;
	padding: 10px;
	border: 1px solid #eee;
}
/* 더보기 */
.moreless_fold:before {
	content: '\f107';
	font-family: FontAwesome;
	margin-right: 5px;
}
.moreless_content {
	position: relative;
	height: auto;
	margin: 3px 0;
	padding: 10px;
	border: 1px solid #eee;
}
.moreless_top:before, .moreless_bottom:before {
	content: '\f106 ';
	font-family: FontAwesome;
	margin-right: 5px;
}
/* 본문 날짜 & 수정 */
.article-date, .article-admin a {
	color: #bbb;
	font-size: .8em;
}
/* 본문 댓글 */
.actionTrail {
	margin: 10px 0;
}
.actionTrail .cnt {
	display: inline-block;
}
/* 신고 버튼 */
.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 {
	background: #f7f7f7;
	padding: 20px 30px;
	margin: 30px -30px;
}
.cmt-write:after, .guestWrite:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
.cmt-write textarea, .guestWrite textarea {
	width: 79%;
	resize: vertical;
	height: 50px;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	border: 1px solid #ddd;
	border-radius: 10px;
	margin-right: 1%;
	background: transparent;
}
.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: 50px;
	float: right;
	width: 20%;
	cursor: pointer;
	background: transparent;
	border: 1px solid #ddd;
	border-radius: 10px;
	text-transform: uppercase;
}
.guestWrite textarea {
	height: 80px;
}
.guestWrite .submit input {
	height: 80px;
}
.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 solid #eee;
}
.cmt-list:last-child, .guest-list:last-child {
	border-bottom: 0;
}
.cmt-list img, .guest-list img {
	left: 0px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	position: absolute;/* display: none; */
}
.reply img {
	left: 10px
}
.cmt-list .info, .guest-list .info {
	margin-left: 45px;
}
.cmt-list .cmt, .guest-list .guest, .reply {
	margin: 20px 0;
}
.reply {
	padding-left: 20px;
}
.cmt-list .cmt, .guest-list .guest, .reply {
	margin: 20px 0;
}
.cmt-list .name, .guest-list .name {
	font-weight: bold;
	margin-right: 5px;
}
.cmt-list .modify, .guest-list .modify {
	float: right;
	font-size: .8em;
}
.cmt-list .date, .guest-list .date {
	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;
}
/* 리트윗 */
.icon {
	margin-top: 10px;
}
.commenti, .retweet, .heart, .letter {
	margin-right: 20px;
}
.commenti:hover {
	color: #1da1f2
}
.retweet:hover {
	color: #17bf63
}
.heart:hover {
	color: #e0245e
}
.commenti i, .retweet i, .heart i, .letter i {
	margin-right: 10px;
}
/* 공지 */
.entryNotice {
	max-width: 75%;
	min-width: 40%;
	padding: 15px;
	border-radius: 25px 25px 25px 0;
	display: inline-block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 15px 0;
	background: #eee;
	animation: notice 0.5s 0s ease both 1;
}
.entryNotice .title {
	display: none;
}
.entryNotice .date {
	display: none;
}
.entryNotice:nth-of-type(2n+1) {
	float: right;
	border-radius: 25px 25px 0 25px;
	background: #e6ecf0;
}
.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: 0;
	border-radius: 30px;
	background: #e6ecf0;
	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;
}
.paging .no-more-prev {
	float: left;
}
.paging .no-more-next {
	float: right;
}
.paging .selected {
	color: #bbb;
}
.paging .num {
	padding: 0 3px;
	font-size: .9em;
}
/* 탑버튼 */
.top {
	position: fixed;
	bottom: 30px;
	right: 10px;
	font-size: 1.3em;
}
/* 카피라이트 삭제 금지 */
.copy {
	position: fixed;
	bottom: 10px;
	right: 10px;
	white-space: nowrap;
	font-size: .8em;
	font-family: 'Oleo Script', cursive;
}

/* 모바일 영역 */
@media all and (max-width: 768px) {
	#container {
		margin: 15px;
		width: auto;
	}
	#header .catebox .fa.fa-angle-down {
		margin-left: 10px;
	}
	#header .catebox .other > ul {
		right: -20px;
	}
	#header .catebox .other li:first-child::before,  #header .catebox .other li:first-child::after {
		left: unset;
		right: 15px;
	}
	.search_input {
		width: 110px;
	}
	.sub_category_list {
		max-height: unset;
	}
	.top {
		bottom: 10px;
		padding: 10px;
	}
	.copy {
		position: static;
		text-align: center;
		margin-bottom: 10px;
	}
}
