@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;
}
dl, ul, ol, menu, li {
	list-style: none;
}
/* 배경 */
html {
	background: #eee;
}
/* 전체 폰트 */
body, th, td, input, select, textarea, button {
	font-size: 11px;
	font-family: 'NanumBarunGothic', sans-serif;
	line-height: 1.5;
	color: #333;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #A54040;
}
/* 컨테이너 */
#container {
	width: 600px;
	border-radius: 5px;
	position: relative;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 30px;
}
/* 헤더 */
#header {
	z-index: 9999;
	width: 80px;
}
/* 헤더-리본 */
#header .cate-box {
	position: absolute;
	width: 80px;
	background: #A54040;
	color: #fff;
	text-align: center;
	padding: 10px;
	top: -13px;
	right: 35px;
	z-index: 999;
}
#header .cate-box:after {
	content: "";
	position: absolute;
	border: 50px solid #A54040;
	border-top-width: 1em;
	border-bottom-color: transparent;
	right: 0;
	-webkit-transition: height 0.5s;
	transition: height 0.5s;
}
#header .cate-box:before {
	content: "";
	position: absolute;
	border-style: solid;
	border-color: transparent transparent #772f2f transparent;
	top: 0px;
	right: 100px;
	border-width: 0 0 13px 5px;
}
#header .cate-box:hover .cate {
	max-height: 200px;
}
/* 메뉴 */
#header .cate-box #logo div {
	width: 50px;
	height: 50px;
	overflow: hidden;
	background-image: url("./images/lfjqth61.gif");
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50px;
	background-size: cover;
	margin: 5px auto;
}
#header .cate-box .cate {
	max-height: 0px;
	overflow: hidden;
	transition: max-height linear 0.3s;
}
#header .cate-box .cate .category {
	text-overflow: clip;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px dotted;
}
#header .category .link_tit {
	display: none;
}
#header .category a.link_item {
	display: block;
	text-align: center;
	color: #fff;
	height: 18px;
}
#header .sub_category_list li {
	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;
}
#header .category .category_list li:hover ul li {
	display: block;
	height: 18px;
}
#header .sub_category_list a:before {
	content: '\f0d7';
	font-family: FontAwesome;
	font-size: 6pt;
}
#header .category a.link_sub_item {
	color: #fff;
	display: block;
}
#header .cate-box .cate .fa {
	color: #fff;
}
#header .menu2 li {
	display: inline-block;
	padding: 3px;
}
/* 컨텐츠 */
#content {
	background: #fff;
	border-radius: 5px;
	padding: 20px;
}
#content .searchList .list_top {
	padding-top: 20px;
	padding-right: auto;
	padding-left: auto;
	padding-bottom: 30px;
	width: 100%;
	text-align: center;
}
#content .searchList .list_top .list_name {
	font-size: 13px;
	font-weight: bold;
	color: #A54040;
	padding-bottom: 5px;
	border-bottom: 1px solid #A54040;
}
/* 갤러리형 */
.list_wrap:after {
	display: block;
	clear: both;
	content: '';
	overflow: auto;
}
#lst_gal .list_content {
	float: left;
	width: 32.3%;
	margin: 0 0.5%;
	position: relative;
}
#lst_gal .list_content .thumb {
	position: absolute;
	z-index: 1;
}
#lst_gal .list_content img {
	overflow: hidden;
	border-radius: 5px;
	width:100%;
}
#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_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 img {
	width: 45px;
	border-radius: 100px;
	float: left;
	margin-right: 15px;
	margin-top: 7px;
	position: absolute;
}
#lst_web .noimg, #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;
}
/* 본문 */
.article {
	margin-bottom:10px;
	border-bottom:1px solid #333;
}
/* 본문타이틀 */
.titleWrap {
	margin-top: 25px;
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom:1px solid #333;
}
.titleWrap i {
	margin-right:5px;
}
.titleWrap .post-title {
	font-size: 15px;
	margin-bottom: 5px;
}
.titleWrap .post-cate {
	float:left;
	margin-right:10px;
}
.titleWrap .post-date {
	font-family: 'Lato', sans-serif;
	font-size: 6px;
	display: inline-block;
	margin-right:10px;
}
.titleWrap .post-admin {
	font-family: 'Lato', sans-serif;
	font-size: 6px;
	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;
}
/* 더보기 */
.moreless_fold {
	padding: 5px;
	border-radius: 10px;
}
.moreless_fold:before {
	content: '\f107';
	font-family: FontAwesome;
	padding-right: 3px;
}
.moreless_content {
	position: relative;
	height: auto;
	margin: 3px 0;
	padding: 10px;
	background: #eee;
}
.moreless_top:before {
	content: '\f106 ';
	font-family: FontAwesome;
	padding-right: 3px;
}
.moreless_bottom:after {
	content: '\f106';
	font-family: FontAwesome;
	padding-left: 3px;
}
.moreless_bottom {
	text-align: right;
}
/* 신고버튼 */
.container_postbtn {
	padding: 10px 0 !important;
}
.container_postbtn .postbtn_like {
	border: 0 !important;
}
/* 태그¸ */
.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;
}
/* 댓글 */
.actionTrail {
	height: 25px;
}
.actionTrail .cnt:before {
	content: '\f075';
	font-family: FontAwesome;
	padding-right: 10px;
}
.actionTrail .cnt {
	font-family: 'Lato', sans-serif;
	font-size: 6px;
	color: #333;
}
.actionTrail .cnt i {
	color: #333;
	margin-right: 10px;
}
/* 댓글작성 */
.commentWrite:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}
.commentWrite textarea {
	width: 100%;
	resize: vertical;
	height: 80px;
	border: 1px solid #333;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
	display: inline-block;
	float: left;
	background: none;
}
.comment-info input, .comment-submit input {
	width: 100px;
	border: 1px solid #333;
	padding: 2px;
	margin-bottom: 3px;
	float:left;
}
.comment-info input {
	margin-right:5px;
}
.comment-secret {
	float: left;
	padding-top:5px;
	padding-right: 5px;
}
.comment-submit {
	float: right;
}
.comment-submit input {
	width: 80px;
	border: 1px solid #333;
	background: none;
	cursor: pointer;
}
/* 댓글리스트 */
.commentList li {
	position: relative;
}
.commentList .cmt {
	border-bottom: 1px solid #333;
}
.commentList .cmt-list {
	border-bottom: 1px solid #333;
	padding: 15px 0;
}
.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-top: 10px;
	margin-bottom:10px;
	padding: 10px 0;
}
.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 .control a{
	opacity: 0;
	float: right;
	transition-duration: 0.8s;
	padding:0 3px;
}
.commentList .cmt div:hover .control a {
	opacity: 1;
}
.commentList .reply {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #333;
}
.commentList .rp_admin .name:before {
	content: '\f004';
	font-family: FontAwesome;
	color: #A54040;
	padding-right: 3px;
}
.commentList .rp_general .name:before {
	content: '\f0da';
	font-family: FontAwesome;
	padding-right: 3px;
}
.commentList .reply {
	padding: 10px;
}
.commentList .hiddenComment .name:after {
	content: '게스트'
}
.commentList .cmt:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}
/* 공지 */
.entryNotice:before {
	content: '';
	position: absolute;
	height: 89%;
	top: 30px;
	left: 50%;
	bottom: -10px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 2px;
	background-color: #333;
}
.entryNotice .notice-date:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border: 2px solid #333;
	background-color: #fff;
	border-radius: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -16.2%;
	z-index: 1000;
}
.entryNotice .notice-date {
	position: relative;
	width: 44%;
	text-align: right;
	clear: both;
	font-weight: bold;
	font-size: 12px;
	margin-top: 20px;
}
.entryNotice .notice-article {
	max-width: 40%;
	padding: 20px;
	text-align: right;
}
.entryNotice:nth-child(2n+1) {
	text-align: right;
}
.entryNotice:nth-child(2n+1) .notice-date {
	text-align: left;
	float: right;
}
.entryNotice:nth-child(2n+1) .notice-date:before {
	left: -16.1%;
}
.entryNotice:nth-of-type(2n+1) .notice-article {
	text-align: left;
	float: right;
	width: 100%;
	clear: both;
}
/* 보호글 */
.entryProtected {
	margin: 100px auto;
	width: 140px;
	height: 24px;
	padding: 5px;
	border: 1px solid #333;
}
.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 #333;
	padding: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.guest-input input, .guest-submit input {
	width: 100px;
	border: 1px solid #333;
	padding: 2px;
	margin-bottom: 3px;
	float:left;
}
.guest-input input {
	margin-right:5px;
}
.guest-secret {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
}
.guest-submit {
	float: right;
}
.guest-submit input {
	width: 80px;
	border: 1px solid #333;
	background: none;
	cursor: pointer;
}
/* 방명록리스트 */
.guestList {
	margin-top: 40px;
}
.guestList li {
	position: relative;
	margin:10px 0;
}
.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-info {
	padding: 10px;
	margin: 10px 0;
}
.guestList .guest-list .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;
}
.guestList .control a{
	float: right;
	opacity: 0;
	transition-duration: 0.8s;
	padding:0 3px;
}
.guestList .guest-list div:hover .control a{
	opacity: 1;
}
.guestList .reply {
	padding: 10px;
	border: 1px solid #333;
}
.guestList .guest_admin .name:before {
	content: '\f004';
	font-family: FontAwesome;
	color: #A54040;
	padding-right: 3px;
}
.guest_text, .guest_reply {
	margin-top: 5px;
}
.guestList .hiddenComment .name:after {
	content: '게스트'
}
.guestList .guest-list {
	border-bottom: 1px solid #333;
}
.guestList .guest-list:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}
/* 페이지 */
.paging {
	margin: 10px 0;
	text-align: center;
}
.paging .no-more-prev {
	float: left;
}
.paging .no-more-next {
	float: right;
}
.paging a.num {
	padding: 0px 2px;
}
.paging a.num span.selected {
	font-weight: bold;
	color: #A54040;
}
/* 검색 */
.search_box {
	padding-left: 5px;
	float: left;
	width: 75px;
}
.search_box .search_input {
	max-width: 70%;
	border: 0;
	background-color: transparent;
	float: right;
}
.search_box .submit {
	font-size: 11px;
	font-family: FontAwesome;
	border: 0;
	background: none;
	color: #ccc;
	float: left;
}
.search_box ::-webkit-input-placeholder { /* 크롬 4–56 */
 color: #ccc;
}
.search_box :-moz-placeholder { /* 파이어폭스 4–18 */
 color: #ccc;
}
.search_box ::-moz-placeholder { /* 파이어폭스 19–50 */
 color: #ccc;
}
.search_box :-ms-input-placeholder { /* 인터넷 익스플로러 10+ */
 color:  #ccc;
}
.search_box ::placeholder { /* 파이어폭스 51+, 크롬 57+ */
 color: #ccc;
}
/* 푸터 */
#footer {
	padding-top: 10px;
}
/* 탑버튼 */
.top a .fa.fa-caret-up {
	color: #ccc;
	float: right;
}
/* 카피라이트 */
.copy i {
	position: fixed;
	padding: 10px;
	color: #ddd;
	bottom: 0px;
}

@media all and (max-width: 720px) {
#container {
	width: 95%;
	margin-top: 30px;
}
#header .cate-box:before {
	display: none;
}
#header .cate-box {
	width: 65%;
	top: 0px;
	text-align: center;
}
#header .cate-box:after {
	border: 91px solid #A54040;
	border-top-width: 5em;
	border-bottom-color: transparent;
	margin-bottom: 20%;
}
#header .cate-box #logo div {
	width: 100px;
	height: 100px;
	margin-top: 20%;
}
#header .cate-box .cate {
	max-height: none;
}
#header .cate-box .cate .category {;
	padding-top: 5px;
	margin: 0 auto;
	width: 80%;
}
#header .category a.link_item {
	padding: 5px;
}
#header .category a.link_sub_item {padding: 5px;}
#header .sub_category_list li {
	height: 25px;
}
#header .category .category_list li:hover ul li {
	height: 25px;
}
.menu2 {
	margin-top: 5px;
	font-size: 14px;
}
/* 갤러리 */
#lst_gal .list_content {
	width: 49%;
}
#lst_gal .list_content .list-title {
	opacity: 1;
}
/* 코멘트, 방명록 */
.commentWrite textarea {
	max-width: 100%
}
.guest-input input, .comment-info input {
	float: left;
	width: 32%;
	margin-right: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.comment-secret,	.guest-secret{
		padding-top:0;
}
.guest-input input:last-child, .comment-info input:last-child {
	margin-right: 0;
}
/* 공지 */
.entryNotice .notice-article {
	max-width: 40%;
	padding: 10px;
}
.entryNotice .notice-date:before {
	right: -18.1%;
}

.entryNotice:nth-child(2n+1) .notice-date:before {
	left: -18.1%;
}
/* 모바일 메뉴 아이콘 */	
.navbar-toggle {
	z-index: 1;
	position: relative;
	float: right;
	margin-top: -32px;
	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;
}
#expand-wrap.on {
	bottom: 0;
	height: 100%;
}
#expand-wrap .bg-close {
	-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
}
}
