@charset "utf-8";
@import url('//cdn.rawgit.com/young-ha/webfont-archive/master/css/NanumBarunGothic.css');
@import url('https://fonts.googleapis.com/css?family=Lato');
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: 0px none;
}
img {
	max-width: 100%;
	height: auto;
}
dl, ul, ol, menu, li {
	list-style: none;
}
/* 배경색 */
body {
	background-color: #f0d09a;
}
/* 기본 설정 */
body, th, td, input, select, textarea, button {
	font-size: 11px;
	font-family: 'NanumBarunGothic', sans-serif;
	line-height: 1.5;
	color: #333;
}
/* 링크 설정 */
a:link {
	text-decoration: none;
	transition: linear 0.2s;
	-webkit-transition: linear 0.2s;
	color: #333;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #ccc;
}
a:active {
	color: #333;
	text-decoration: none;
	top: 0;
}
/* 드래그 */
::selection {
	color: transparent;
	text-shadow: 0 0 3px #333;
	transition: all 250ms ease-in;
}
::-moz-selection {
 color: transparent;
 text-shadow: 0 0 3px #ccc;
 transition: all 250ms ease-in;
}
#container {
	position: relative;
	width: 750px;
	max-width: 100%;
	margin: 0 auto;
	padding: 100px 15px;
	padding-bottom: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* 헤더 - 메뉴 영역*/
#header {
	width: 130px;
	position: fixed;
	z-index: 1;
	text-align: center;
}
#logo {
	width: 90px;
	height: 90px;
	overflow: hidden;
	background-image: url("./images/logo1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50px;
	background-size: cover;
	display: inline-block;
	margin: 10px auto;
}
.b_menu:hover .category_box {
	display: block;
	opacity: 1;
	transition-duration: 0.8s;
}
/* 카테고리 영역 */
.category_box {
	position: relative;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 110px;
	height: auto;
	background: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	clear: both;
	opacity: 0;
	transition-duration: 0.8s;
}
.category_box:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 11px 14px;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -14px;
	left: 54px;
}
.category_box ul .title {
	width: 100%;
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
}
/* 카테고리 */
.category_box ul li ul li {
	text-align: left;
}
.category .link_tit {
	display: none;
}
.category a.link_item {
	display: block;
	padding-left: 15px;
}
.sub_category_list li {
	width: 100%;
	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 ul li ul li:hover ul li {
	display: block;
	height: 15px;
}
.sub_category_list a:before {
	content: '*';
	padding-left: 11px;
}
.category a.link_sub_item {
	display: block;
	padding-left: 15px;
}
.b_menu2 li {
	display: inline-block;
	padding: 5px;
}
.m_title {
	display: none;
}
/* 검색 */
.search_box {
	position: relative;
	display: inline-block;
	text-align: left;
	top: 2px;
}
.search_box .search_input {
	max-width: 45%;
	border: 0;
	height: 15px;
	margin-left: 30px;
	background-color: rgba(0,0,0,0);
}
.search_box .submit {
	position: absolute;
	right: auto;
	font-size: 11px;
	font-family: FontAwesome;
	border: 0;
	background: none;
	color: #333;
	left: 14px;
}
/* 메인영역 */
#content {
	margin-left: 140px;
	position: relative;
	padding: 15px;
	background: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#content:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 9px 14px 9px 0;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
	z-index: 1;
	left: -14px;
	top: 30px;
}
/* 본문 상단 영역 */
.searchList .list_top {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
.searchList .list_top .list_num {
	font-family: 'Lato', sans-serif;
	font-size: 6px;
	color: #ccc;
}
/* 갤러리형 */
.list_wrap:after {
	display: block;
	clear: both;
	content: '';
	overflow: auto;
}
#lst_gal .list_content {
	float: left;
	width: 32.3%;
	margin: 0.5%;
	position: relative;
}
#lst_gal .list_content .thumb {
	position: absolute;
	z-index: 1;
}
#lst_gal .list_content .thumb img {
	overflow: hidden;
	border-radius: 5px;
}
#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 .list_content:hover .list-hover {
	opacity: 1;
	background: url(./images/hover.png) center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	border-radius: 5px;
	z-index: 90;
}
#lst_gal .list_content .list-con {
	height: 100% !important;
	width: 100%;
	top: 0;
	position: absolute;
}
#lst_gal .list_content .list-title {
	text-align: center;
	position: absolute;
	color: #fff;
	background-color: #333;
	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;
	z-index: 99;
}
#lst_gal .list_content:hover .list-title {
	opacity: 1;
}
#lst_gal .list_content .list-cate {
	display: none;
	margin-right: 5px;
}
#lst_gal .list_content .list-con .list-date {
	display: none;
	font-family: 'Lato', sans-serif;
	font-size: 6px;
	margin-top: 5px;
}
#lst_gal .list_content .list-con .text-post {
	display: none;
	/*display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}
#lst_gal .list_content .thumb2 {
	position: absolute;
}
/* 목록형 */
#lst_web {
	margin-top: -7px;
}
#lst_web .list_content {
	height: 60px;
	border-bottom: 1px dotted #ccc;
	position: relative;
}
#lst_web .list-con {
	padding: 16px 0;
}
#lst_web .list-con:hover:before {
	content: '\f004';
	font-family: FontAwesome;
	color: #e85a71;
	margin-right: 4px;
	float: left;
}
#lst_web .list_content .thumb {
	width: 45px;
	border-radius: 100px;
	float: left;
	margin-right: 15px;
	margin-top: 7px;
	position: absolute;
}
#lst_web .thumb2, #lst_web .secret img {
	width: 45px;
	border-radius: 100px;
	float: left;
	margin-right: 15px;
	margin-top: 7px;
}
#lst_web .list-title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
}
#lst_web .list-cate {
	color: #ccc;
	font-family: 'Lato', sans-serif;
	font-size: 6px;
	margin-right: 5px;
}
#lst_web .list-date {
	color: #ccc;
	font-family: 'Lato', sans-serif;
	font-size: 6px;
}
#lst_web .text-post {
	display: none;
}
#lst_web .thumb {
	display: block;
}
#lst_web .thumb img {
	width: 45px;
	border-radius: 100px;
	float: left;
	margin-right: 15px;
}
#lst_web .list-hover {
	display: none;
}
/* 글 */
.titleWrap {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 35px;
}
.titleWrap .post-category {
	display: none;
}
.titleWrap h2 {
	font-size: 15px;
	margin-bottom: 5px;
}
.titleWrap .post-date {
	font-family: 'Lato', sans-serif;
	font-size: 6px;
	display: inline-block;
}
.titleWrap .post-admin {
	font-family: 'Lato', sans-serif;
	font-size: 6px;
	display: inline-block;
}
.titleWrap .post-admin a {
	margin-left: 5px
}
.titleWrap .post-admin:before {
	content: '/';
	margin-left: 5px;
}
/* 본문 하단 태그 */
.tagTrail {
	height: 25px;
	color: transparent;
}
.tagTrail .tag-icon {
	float: left;
	margin-right: 10px;
	color: #333;
}
.tagTrail .tag-list a {
	padding: 2px;
	position: relative;
	color: #333;
	width: 15%
}
/* 인용구 */
.tx-quote-tistory:before {
	content: '\f10d';
	font-family: FontAwesome;
}
.tx-quote-tistory {
	position: relative;
	width: 96%;
	height: auto;
	margin: 5px 0;
	padding: 10px;
	border: 1px solid;
	font-style: italic;
}
/* 더보기 */
.moreless_fold {
	padding: 5px;
	border-radius: 10px;
}
.moreless_fold:before {
	content: '\f204';
	font-family: FontAwesome;
	padding-right: 3px;
}
.moreless_content {
	position: relative;
	width: 96%;
	height: auto;
	margin: 3px 0;
	padding: 10px;
	background: #eee;
}
.moreless_top:before {
	content: '\f205';
	font-family: FontAwesome;
	padding-right: 3px;
	color: #ccc;
}
.moreless_top {
	color: #ccc;
}
.moreless_bottom:after {
	content: '\f205';
	font-family: FontAwesome;
	padding-left: 3px;
	color: #ccc;
}
.moreless_bottom {
	color: #ccc;
	text-align: right;
}
/* 본문 내 링크 */
.tx-link:before {
	content: '\f005';
	color: #fbd14b;
	font-family: FontAwesome;
	padding-right: 3px;
}
/* 댓글 카운트 */
.actionTrail .cnt {
	font-family: 'Lato', sans-serif;
	font-size: 6px;
	color: #333;
}
.actionTrail .cnt i {
	color: #333;
	margin-right: 10px;
}
/* 댓글 작성*/
.comment {
	margin: 10px 0;
}
.commentWrite:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
.commentWrite textarea {
	width: 100%;
	resize: vertical;
	height: 80px;
	border: 1px solid #ccc;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
	border-radius: 5px;
}
.comment-info input, .comment-submit input {
	width: 100px;
	border: 1px solid #ccc;
	padding: 2px;
	border-radius: 5px;
}
.comment-info {
	float: left;
}
.comment-secret {
	float: left;
	padding: 5px 0;
}
.comment-submit {
	float: right;
}
.comment-submit input {
	width: 80px;
	border: 1px solid #ccc;
	background: none;
	cursor: pointer;
}
/* 댓글 리스트 */
.commentList li {
	position: relative;
}
.commentList .cmt {
	border-bottom: 1px dotted #ccc;
}
.commentList img {
	top: 5px;
	left: 10px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: none;/* position: absolute; */
}
/*.cmt-info, .cmt-r-info {margin-left:50px;} */
.commentList .cmt-info {
	margin: 10px;
}
.commentList .name {
	font-weight: bold;
	padding-right: 5px;
}
.commentList .name:before {
	content: '\f0da';
	font-family: FontAwesome;
	padding-right: 3px;
	color: #333;
}
.commentList .date {
	font-family: 'Lato', sans-serif;
	font-size: 6px;
	padding-right: 3px;
}
.commentList .date a {
	margin-left: -5px;
	color: #ccc;
	visibility: hidden;
}
.commentList .date a:after {
	content: "\f06a";
	font-family: FontAwesome;
	visibility: visible;
}
.commentList .comment_text, .comment_reply  {
	margin-top: 5px;
}
.commentList .control a {
	color: #ccc;
	float: right;
	opacity:0;
	padding: 0 3px;
}
.commentList .cmt div:hover .control a {
	opacity: 1;
}
.commentList .reply {
	margin-bottom: 10px;
	padding: 10px;
	margin-left: 20px;
	border-radius: 5px;
	background: #eee;
}
.commentList .rp_admin .name:before {
	content: '\f004';
	font-family: FontAwesome;
	color: #e85a71;
	padding-right: 3px;
}
.commentList .hiddenComment .name:after {
	content: '게스트'
}
.commentList :last-child {
	border-bottom: 0;
}
/* 비밀글 */
.entryProtected {
	margin: 100px auto;
	width: 140px;
	border-radius: 5px;
	height: 24px;
	padding: 5px;
	background-color: #eee;
}
.entryProtected p .post-secret {
	border: 0px;
	background-color: rgba(0,0,0,0);
	margin-top: 4px;
	width: 85%;
}
.entryProtected p .post-submit {
	border: 0px;
	font-family: fontAwesome;
	background-color: rgba(0,0,0,0);
}
/* 방명록 작성 */
.guestWrite {
	margin-top: 5px;
}
.guestWrite textarea {
	width: 100%;
	resize: vertical;
	height: 80px;
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.guest-info input, .guest-submit input {
	width: 100px;
	border: 1px solid #ccc;
	padding: 2px;
	margin-right: 1%;
	border-radius: 5px;
	float: left;
}
.guest-secret {
	float: left;
	padding: 5px 0;
}
.guest-submit {
	float: right;
}
.guest-submit input {
	width: 80px;
	border: 1px solid #ccc;
	background: none;
	cursor: pointer;
}
/* 방명록 리스트 */
.guestList {
	margin-top: 30px;
	clear: both;
}
.guestList li {
	position: relative;
}
.guestList img {
	top: 5px;
	left: 10px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: none;/* position: absolute;*/
}
/* .guestList .guest-list .guest-info, .guest-re-info {margin-left: 50px;} */

.guestList .guest {
	padding: 10px;
}
.guestList .name {
	font-weight: bold;
	padding-right: 5px;
}
.guestList .name:before, .guest-re-info .name:before {
	content: '\f0da';
	font-family: FontAwesome;
	padding-right: 3px;
	color: #333;
}
.guestList .name .tistoryProfileLayerTrigger {display:none;}
.guestList .date {
	font-family: 'Lato', sans-serif;
	font-size: 6px;
	padding-right: 3px;
}
.guestList .date a {
	margin-left: -5px;
	color: #ccc;
	visibility: hidden;
}
.guestList .date a:after {
	content: "\f06a";
	font-family: FontAwesome;
	visibility: visible;
}
.guest_text, .guest_reply {
	margin-top: 5px;
}
.guestList .control a {
	float: right;
	color: #ccc;
	padding:0 3px;
	opacity:0;
}
.guestList .guest-list div:hover .control a {
	opacity: 1;
}
.guestList .reply {
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 10px;
	background: #eee;
	border-radius: 5px;
}
.guestList .guest_admin .name:before {
	content: '\f004';
	font-family: FontAwesome;
	color: #e85a71;
	padding-right: 3px;
}
.guestList .hiddenComment .name:after {
	content: '게스트'
}
.guestList .guest-list {
	border-bottom: 1px dotted #ccc;
}
.guestList .guest-list:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}
/* 페이지 */
.paging {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.paging a.num {
	color: #ccc;
}
.paging a.num span.selected {
	font-weight: bold;
	color: #333;
}
/* 푸터 */
.top a .fa.fa-caret-up {
	color: #ccc;
	margin: 10px;
	float: right;
	padding: 5px;
}
.copy i {
	position: fixed;
	padding: 10px;
	color: #ddd;
	bottom: 50px;
}

/* 모바일 */
@media (max-width: 720px) {
#container {
	width: auto;
	padding-top: 8px;
}
#content {
	margin: 0 auto;
}
#content:after {
	display: none;
}
.m_title {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-top: 8px;
}
.b_menu {
	margin: 20% 0;
}
#header {
	z-index: 9999;
}
.category_box {
	opacity: 1;
	width: 75%;
	min-width: 110px;
}
.category_box:after {
	left: 45%;
}
.category a.link_item {
	font-size: 12px;
	padding: 3px;
}
.sub_category_list li {
	font-size: 12px;
	padding: 3px;
}
.title {
	height: 25px;
	border-bottom: 1px dotted;
}
.title_bar {
	display: none;
}
.category {
	padding-top: 10px;
	margin: 0 auto;
	width: 80%;
}
.sub_category_list li {
	display: block;
	height: 15px;
}
.search {
	margin: 0 auto;
	width: 80%;
	text-align: left;
	height: 20px;
}
.search_box .search_input {
	width: 100%;
	height: 20px;
}
.search_box .submit {
	margin-left: 0px;
	height: 20px;
}
.b_menu2 {
	border-top: 1px dotted;
	margin-top: 10px;
	padding-top: 5px;
}
/* 갤러리 */
#lst_gal .list_content {
	width: 49%;
}
#lst_gal .list_content .list-title {
	opacity: 1;
}
/* 코멘트, 방명록 */
.guest-info, .comment-info {
	margin-bottom: 5px;
}
.guest-info input, .comment-info input {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.guest-info input:last-child, .comment-info input:last-child {
	margin-right: 0;
}
/* 모바일 메뉴 아이콘 */	
.navbar-toggle {
	z-index: 1;
	position: relative;
	float: right;
	margin-top: -28px;
	margin-right: 20px;
	padding: 10px;
	background-color: transparent;
	border: 0;
}
.navbar-toggle:focus {
	outline: 0
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}
/* 메뉴 오픈 후 공백영역 */
#expand-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 1200;
}
#expand-wrap.on {
	bottom: 0;
	height: 100%;
}
#expand-wrap .bg-close {
	z-index: 1210;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.fixed main {
	-webkit-filter: blur(20px);
	-moz-filter: blur(20px);
	-ms-filter: blur(20px);
	filter: blur(20px);
}
.bg-close {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.copy i {
	display: none
}
}
