@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap');


/* reset */
html, body, a {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}
input, button, img:hover, img:hover, input:hover, .moreless_fold span, .moreless_top span, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;}
li {list-style:none;}
a:link, a:active, a, img {text-decoration:none;color:#000; transition:all .5s ease;}
textarea { width:100%; box-sizing:border-box; height:70px; border:1px solid #eee; }
html{	overflow-x:hidden; }
body {
	background:#eee;
	color:#000;
	font-family: 'Noto Sans KR', sans-serif;
	font-size:0.65em;
	line-height:1.5em;
}
input::placeholder {
	color:#000;
}



#contentW {
	width:680px;	
	margin:100px auto;
	border:1px solid #eee;
}
#contentA {
	background:#f5f5f5;
	height:100%;
	border-radius:0 0 5px 5px;
}
#content {
	display:block;
	width:460px;
	float:right;
	margin:15px 16px 10px 0;
	background:#fff;
	border:1px solid #eee;
	border-radius:5px;
	overflow-y:auto;
}



/* 헤더 */
#header {
	padding:10px 15px;
	border-bottom:1px solid #eee;
	border-radius:5px 5px 0 0;
	background:#fff;
}
#header .title {
	font-size:1.5em;
	font-weight:bold;
}
.cateb {
	float:right;
	font-size:1.5em;
	padding:0 10px;
	margin-right:-10px;
}


/* 사이드바 */
#sidebar {
	width:161px;
	max-height:390px;
	float:left;
	padding:15px 15px 0 15px;
	text-align:center;
	overflow-y:auto;
}
#sidebar .profile {
	padding:8px;
	background:#fff;
	border:1px solid #eee;
}
#sidebar .profile img {
	width:100%;
}
#sidebar font {
	display:block;
	margin-top:15px;
}
#sidebar font i {
	margin:0 8px;
	color:#fdbdbd;
}


/* 검색 */
.search input {
	display:inline-block;
	border:0;
	padding:15px 0;
	width:90%;
	box-sizing:border-box;
	font-size:11px;
	text-align:center;
}
.searchbg { 
	display:none;
	position:fixed;
	z-index:99999999;
	width:100%;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:rgba(0,0,0,0.4);
}
.searchbox {
	display:none;
	position:fixed;
	z-index:99999999;
	width:230px;
	top:35%;
	left:50%;
	padding:10px 0;
	border:1px solid #f1f1f1;
	text-align:center;
	background:#fff;
	transform:translate(-50%, -50%);
}


/* 카테고리 */
#cateh .category {
	display:none
}
#cateh {
	position:relative
}
.category {
	position:absolute;
	right:0;
	background:#fff;
	z-index:9999;
	margin-top:5px;
	border:1px solid #eee;
}
.category ul, .category li {
	margin:0;
	padding:0;
}
.category a.link_tit {
	display:none;
}
.category li a {
	display:block;
	padding:8px 12px;
	text-align:left;
}
.category li a:hover {
	background:#f3dada;
	color:#fff;
}
.category .sub_category_list a {
	background:#e9e9e9;
}


/* 갤러리형 */
#list_wrap {
	width:100%;
	display:block;
}
.list_p {
	padding:17px;
	transition:all 0.5s ease;
}
.list_p .profile {
	position:absolute;
	width:40px;
	height:40px;
	border-radius:50%;
	vertical-align:top;
}
.list_p .list_a {
	margin-left:50px;	
}
.list_content {
	border-bottom:1px solid #eee;
	float:right;
	position:relative;
	width:100%;
}
.list_content:last-child {
	border:0;
}
.list_p .title {
	display:block;
	word-break:break-all;
	margin-top:10px;
	margin-bottom:10px;
}
.list_a font {
	font-weight:600;
}
.list_a .thumb {
	display:none;
	width:100%;
}
.list_a .thumb img {
	width:100%;
	display:block;
	border:1px solid #eee;
	border-radius:15px;
}
.list_a .txt_post {
	display:none;
	white-space: normal;
	overflow: hidden;
	text-overflow:ellipsis;	
	line-height: 1.2;
	max-height: 3.6em;
}
.list_p .list_b {
	margin-top:20px;
}
.list_p .list_b i {
	font-size:1.3em;
	margin-right:25%;
}
.list_content .list_p:hover {
	background:#f9eded;
}


/* 보호글 목록 */
.thumb_p {
	display:block;
	width:100%;
	margin-top:15px;
	text-align:left;
}
.thumb_p i {
	margin-right:10px;
}



/* 공지글 */
.list_p .fix {
	margin-top:-3px;
	margin-bottom:5px;
	margin-left:35px;
	color:#bbb;
}
.list_p .fix i {
	margin-right:5px;
}


/* 본문 */
.entry .list_p .profile {
	position:relative;
	width:40px;
	height:40px;
	border-radius:50%;
	vertical-align:top;
}
.entry .list_a {
	margin-top:-40px;
}
.entry .admin a {
	padding:5px;
}
.entry .article {
	margin-top:12px;
	line-height:1.4em;
}
.entry {
	border-bottom:1px solid #eee;
}
.entry:last-child {
	border:0;
}


/* 태그 */
.tagTrail {
	margin-top:10px;
}
.tagTrail a {
	color:#ddd;
	margin-right:10px;
}
.tagTrail a:before {
	content:"#"
}
.tagTrail a:hover {
	color:#f3dada
}


/* 보호글 */
.protected {
	margin-top:10px;
	text-align:center;
}
.protected .entrypw {
	width:120px;
	border:0;
	transition:all .5s ease;
}
.protected .entrypw input {
	border:0;
	box-sizing:border-box;
	width:100%;
	padding:5px 0;
	font-size:11px;
}


/* 태그로그 */
.taglog {
	padding:10px;
}
.taglog a {
	padding:4px 8px;
	margin:2px 4px;
	border:1px solid #eee;
	display:inline-block;
	text-align:center;
}
.taglog a:hover {
	border:1px solid #f3dada;
}


/* 댓글 */
.comment {
	margin-bottom:-15px;
}
.commentWrite {
	margin-top:15px;
}
.commentWrite input {
	box-sizing:border-box;
	border:0;
	width:100%;
	background:transparent;
	font-size:10px;
	margin-top:-1px;
}
.commentWrite .submit {
	border:1px solid #eee
}
.commentWrite input[type="submit"] { 
	width:100%;
	padding:8px 0;
	transition:all .5s ease;
	background-color:transparent;
	font-size:11px;
	border-radius:0px;
}
.commentWrite .submit:hover {
	background:#f3dada;
	color:#fff;
}
.commentList > li {
	word-break:break-all;
	padding-top:10px;
}
.commentList ul {
	padding:0;
}
.commentList ul li {
	border:1px solid #eee;
	background:#f5f5f5;
	margin-top:10px;
	border-radius:0 25px 25px 25px;
	padding:15px 15px 5px 15px;
}
.commentList .name {
	margin-right:10px;
	font-weight:bold;
}
.commentList .control a {
	color:#ccc;
}


/* 방명록 */
.guestbook {
	padding:15px;
}
#guestWrite {
	margin-bottom:15px;
}
.guest_name, .guest_pw {
	display:inline-block;
	width:90px;	
	padding:5px 0;
	margin-right:10px;
	border-bottom:1px solid #eee;
	transition:all .3s ease;
}
.guest_name:hover, .guest_pw:hover {
	border-bottom:1px solid #f3dada;
}
.guestWrite input {
	border:0;
	box-sizing:border-box;
	width:75px;
	padding:0 5px;
	background-color:transparent;
	font-size:11px;
}
.guestWrite .submit {
	border:1px solid #eee
}
.guestWrite input[type="submit"] { 
	width:100%;
	padding:8px 0;
	transition:all .5s ease;
	background-color:transparent;
	font-size:11px;
	border-radius:0px;
}
.guestWrite .submit:hover {
	background:#f3dada;
	color:#fff;
}
.guestList > li {
	padding:13px 0px 0px 0px;
	word-break:break-all;
}
.guestList ul {	
	padding:0;
}
.guestList ul li {
	border:1px solid #eee;
	background:#f5f5f5;
	margin-top:10px;
	border-radius:0 25px 25px 25px;
	padding:15px 15px 5px 15px;
}
.guestList .name {
	margin-right:10px;
	font-weight:bold;
}
.guestList .control a {
	color:#ccc;
}


/* checkbox */
#secret {	
	display: none;
}
#secret + .secret {
	display:inline-block;
	cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;
}
#secret + .secret:after {
	content:"secret"
}
#secret + .secret:before {
	content:"\f00c";
	font-family:FontAwesome;
	margin-right:4px;
	font-size:11px;
	color:#eee;
}
#secret:checked + .secret:before {
	content:"\f00c";
	font-family:FontAwesome;
	color:#f3bdbd;
}


/* 페이징 */
.paging {
	text-align:center;
}
.paging a {
	display:inline-block;
	padding:10px 15px;
	font-size:12px;
}
a.no-more-prev, a.no-more-next {
	display:none
}


#copyright {
	position:fixed;
	bottom:9px;
	left:13px;
	font-size:12px;
	color:#eeeeee;
	z-index:999999999;
}
#copyright a {
	color:#8c8c8c;
	font-weight:bold;
}


::-webkit-scrollbar  { width:0px; }
::selection{ 
	background:#eee;
} 


.container_postbtn { display:none; }
.another_category { display:none; }




@media only screen and ( min-width:680px ) {
	#contentW {
		height:420px;
	}
	#content {
		max-height:383px;
	}
	
	/* 메뉴 */
	.menu {
		margin-top:15px;
		text-align:left;
	}
	.menu a {
		display:block;
		margin:5px 0;
		transition:all .5s ease;
		background:#fff;
		border-radius:5px;
		border:1px solid #eee;
	}
	.menu i {
		border-radius:5px 0 0 5px;
		padding:6%;
		border-right:1px solid #eee;
		background:#fff;
		transition:all .5s ease;
	}
	.menu a span {
		margin-left:10px;
		transition:all .5s ease;
	}
	.menu a:hover span {
		color:#f3dada;
	}
	.menu a:hover i {
		background:#f3dada;
		color:#fff;
	}
}
@media only screen and ( max-width:680px ) {
	#contentW {
		width:100%;
		margin:0 auto;
		position:absolute;
		left:0;
		right:0;
		border:0;
	}
	#contentA {
		border-radius:0;
	}
	#header {
		position:fixed;
		top:0;
		left:0;
		right:0;
		z-index:999;
		border-radius:0;
		padding:15px;
	}
	#sidebar .profile, #sidebar font {
		display:none;
	}
	.menu {
		position:fixed;
		left:0;
		bottom:0;
		width:100%;		
		z-index:999;
		background:#fff;
		text-align:center;
		font-size:14px;
		border-top:1px solid #eee;
	}
	.menu a span {
		display:none
	}
	.menu a {
		display:inline-block;	
		padding:4% 7%;
	}
	#content {
		margin:24px auto 48px;
		width:100%;
		border:0;
		border-radius:0;
	}
	.searchbox {
		top:45%;
	}
	#copyright a {
		color:#eee;
	}
}