@charset "utf-8";

/* 게시판 Total */
.board_total{overflow:hidden;margin:10px 0 0}
.board_total select{float:left}
.board_total p{float:right;margin:4px 0 0}
.board_total p.admin{margin-right:20px}

/* 게시판 목록 */
.board_list_ver{border-collapse:collapse;width:100%;margin:10px 0 0;font-size:11px;border-top:1px solid #444;table-layout:fixed}
.board_list_ver thead{background:#f3f3f3;border-bottom:solid 1px #dbdbdb}
.board_list_ver thead th{text-align:center;font-weight:normal;padding:9px 0 7px;color:#444}
.board_list_ver tbody td{text-align:center;padding:15px 0;color:#666;border-bottom:solid 1px #dbdbdb;line-height:16px}
.board_list_ver tbody td.title{text-align:left;}
.board_list_ver tbody td.none{color:#999;}
.board_list_ver tbody td img{vertical-align:middle}
	/*관리자공지글*/
.board_list_ver tbody tr.admin{background:#ffffdb}
.board_list_ver tbody tr.admin td, .board_list_ver tbody tr.admin td a{color:#000}
	/*숨김글*/
.board_list_ver tbody tr.hidden{filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;background:#eee}
/*웹진 목록 */
.board_list_ver tbody td.summary{text-align:left;vertical-align:top;}
.board_list_ver tbody td.summary p{border-bottom:solid 1px #ddd;padding:5px}
.board_list_ver tbody td.summary p a{color:#000}
.board_list_ver tbody td.summary span{display:block;margin:10px 5px}

/* 앨범형 목록 */
.board_list_album{border-collapse:collapse;width:100%;overflow:hidden;text-align:center;table-layout:fixed}
.board_list_album tbody td{color:#666;border-bottom:solid 1px #dbdbdb;line-height:16px;text-align:center}
.board_list_album tbody td div{position:relative;width:180px;text-align:left;margin:0 auto}
.board_list_album tbody td div input{position:absolute;left:0;top:3px}
.board_list_album tbody td div .thumb{margin-bottom:10px}
.board_list_album tbody td div a{color:#666}

	/*숨김글*/
.board_list_album tbody td.hidden{filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;background:#eee}

/* 게시판 버튼*/
.board_button{text-align:center;margin-top:10px}
.board_button:after{content:'.';display:block;clear:both;line-height:0;height:0;visibility:hidden}
.board_button .block{display:block;text-align: center;}
.board_button .block button{display:inline-block;background-color: #252525;margin:0 5px;line-height: 40px;padding: 0 30px;color: #FFF;}
.board_button .block button:first-child{background-color: #765625;}
.board_button .ltb{float:left}
.board_button .ltb a.list{display: inline-block;margin-left: 3px;line-height: 40px;background-color: #765625;color: #FFF;padding: 0 30px;}
.board_button .ltb button, .board_button .ltb a{display:block;float:left;margin-right:5px}
.board_button .ltb select{display:block;float:left;margin:3px 5px 0 20px}
.board_button .rtb{float:right}
.board_button .rtb button, .board_button .rtb a{display:inline-block;margin-left: 3px;line-height: 40px;background-color: #765625;color: #FFF;padding: 0 30px;}
.board_button .rtb a:nth-child(2){color: #666;border: 1px solid #dcdcdc;background-color: transparent;}
.board_button .rtb a:nth-child(3){background-color: #252525;}

/* 게시판 페이징 */
.board_paging{overflow:hidden;text-align:center;margin-top:10px}
.board_paging li{display:inline}
.board_paging li a{padding-right:9px;margin-left:3px;background:url(../imgs/global/bul_paging.gif) right 1px no-repeat}
.board_paging li a.end{padding:0;margin-right:3px;background:none}
.board_paging li a.first, .board_paging li a.prev, .board_paging li a.next, .board_paging li a.last{padding:0;margin:0;background:none}
.board_paging li a.prev{margin-right:7px}
.board_paging li a.next{margin-left:7px}

/* 게시판 검색 */
.board_search{margin-top:20px;padding:18px 0;border:1px solid #dcdcdc;text-align:center;background-color:#f7f7f7;}
.board_search strong{padding-right:9px}
.board_search button{margin-left:3px;line-height: 30px;background-color: #252525;color: #FFF;padding: 0 30px;}
.board_search input{border: solid 1px #ddd;padding: 0 10px;height: 30px;font-size: 14px;}
.board_search select{border: solid 1px #ddd;padding: 0 10px;height: 30px;}

/* 글쓰기 */
.board_type_hor{border-collapse:collapse;width:100%;margin:10px 0 0;font-size:14px;border-top:1px solid #444;table-layout:fixed;border-bottom: 1px solid #dcdcdc;}
.board_type_hor ul {
	display: block;
	overflow: hidden;
}

.board_type_hor ul li {
	padding: 10px;
	text-align: left;
	float: left;
	display: inline;
	line-height: 24px;
}
.board_type_hor ul li.name {
	width: 50%;
}
.board_type_hor ul li.title {
	background-color: #f7f7f7;
	width: 10%;
	font-weight: bold;
	padding: 10px;
}
.board_type_hor ul li.title_w {
	background-color: #f7f7f7;
	width: 10%;
	font-weight: bold;
	padding: 13px;
}
.board_type_hor ul li.editor {
	width: 90%;
}
.board_type_hor ul li.editor .editor_container {
	border: 1px solid #dcdcdc;
}
.board_type_hor ul li input {
	border: 1px solid #dcdcdc;
	height: 30px;
	font-size: 16px;
	padding: 0 10px;
}
.board_type_hor ul li span {
	display: block;
	margin-bottom: 10px;
}
.board_type_hor ul li dl {
	display: block;
	overflow: hidden;
}
.board_type_hor ul li dl dd {
	float: left;
}
.board_type_hor ul~ul {
	border-top: 1px solid #dcdcdc;
}
.h419 {
	height: 419px;
}
.h84 {
	height: 84px;
}
/* 내용(에디터) */
.board_type_hor tbody td.editor{padding:0 !important;border:0 none !important}
.board_type_hor tbody td.editor .editor_container{border:1px solid #dbdbdb}
	/* 내용(보기) */
.board_type_hor tbody td.content .writer_ip{text-align:right;font-size:11px;margin-bottom:10px}
.board_type_hor tbody td.content .attach_viewer{overflow:auto;margin-bottom:10px;text-align:center}
	/* 첨부 */
.board_type_hor tbody td.attach span{color:#CA1818}
.board_type_hor tbody td.attach div{float:right}
.board_type_hor tbody td.attach div button{background-color: #666;color: #FFF;line-height: 30px;padding: 0 20px;}
.board_type_hor tbody td.attach div button:first-child{background-color: #FFF;border: 1px solid #dcdcdc;color: #666;}
.board_type_hor tbody td.attach table{table-layout:fixed}
.board_type_hor tbody td.attach td{border:0 none;text-align:left;padding:5px 0 0}
	/* 스펨방지 */
.board_type_hor tbody td.anti_spam img { border:1px solid #ccc; }
.board_type_hor tbody td input.w100{width:100%}


/* 이전글,다음글 */
.board_type_hor1{border-collapse:collapse;width:100%;margin:10px 0 0;font-size:11px;border-top:1px solid #aaa;border-bottom:1px solid #aaa}
.board_type_hor1 tbody td{border-bottom:solid 1px #dbdbdb;padding:10px 15px;text-align:left;line-height:16px;color:#bbb}
.board_type_hor1 tbody td a{color:#666}

/* 코멘트 */
.content_comment{position:relative;padding:9px;margin-top:20px;font-size:14px;background-color:#f3f3f3;border:1px solid #dbdbdb;color:#444444}
.content_comment form{padding-left:10px;line-height:28px}
.content_comment form button{position:absolute;right:20px;top:20px;background-color: #666;text-align: center;line-height: 70px;padding: 0 15px;color: #FFF;}
.content_comment form label{display:inline-block;width:52px;line-height: 40px;}
.content_comment form input, .content_comment form img{vertical-align:middle}
.content_comment form input.txt{height:30px;padding:0;font-size:14px;font-family:'돋움',dotum,'굴림',gulim;border:1px solid #ccc;background-color:#fff;line-height:20px;text-indent:5px}
.content_comment form .opinion label{width:auto;padding-right:5px;margin:0 2px 0 0;text-indent:0;cursor:pointer}
.content_comment form .opinion input{margin-bottom:0;margin-left:5px}
.content_comment p.no_comment{margin-top:17px;padding:20px 0 20px;font-size:14px;background-color:#fff;text-align:center;color:#999}
.content_comment p.no_comment img{margin-top:-9px}
/*의견 목록 */
.content_comment .board_list_ver tbody tr.last td{border-bottom:0 none}
.content_comment .board_list_ver tbody td.icon{padding:0}
.content_comment .board_list_ver tbody td.memo{text-align:left;padding:10px;line-height: 24px;}
.content_comment .board_list_ver tbody td.memo span{color:#6886BF}

/* 삭제,수정 */
.board_delete_box{font-size:14px;text-align:center;color:#666; margin-top: 100px;}
.board_delete_box h5{padding:10px 0 12px;margin-bottom:19px;font-size:14px;font-weight:bold;background-color:#c8c8c8;text-align:center;color:#fff}
.board_delete_box div{padding: 30px 0 15px;}
.board_delete_box div label{display:inline-block;width:100px;color: #252525;font-weight: bold;}
.board_delete_box div input{height:30px;padding:0 10px;font-size:14px;border:1px solid #dcdcdc;text-indent:5px;width:250px}
.board_delete_box .del_box {display: block;text-align: center; margin-top: 20px;}
.board_delete_box .del_box button {display: inline-block;background-color: #252525;margin: 0 5px;line-height: 40px;padding: 0 30px;color: #FFF;}
.board_delete_box .del_box button:first-child {background-color: #765625;}

@media (max-width: 500px) {
	.board_total {
		font-size: 16px;
	}

	.board_list_ver thead th {
		font-size: 16px;
	}
	
	.board_list_ver thead th:nth-child(2) {
		width: 60%;
	}

	.board_list_ver thead th:nth-child(1), .board_list_ver thead th:nth-child(5) {
		display: none;
	}

	.board_list_ver tbody td {
		font-size: 16px;
	}

	.board_list_ver tbody td:nth-child(1), .board_list_ver tbody td:nth-child(5) {
		display: none;
	}

	.board_list_ver colgroup {
		display: none;
	}

	.board_button .rtb button, .board_button .rtb a {
		font-size: 18px;
		line-height: 50px;
	}

	.board_paging li a {
		font-size: 16px;
	}

	.board_search strong {
		display: block;
		font-size: 16px;
		margin-bottom: 10px;
	}

	.board_search select, .board_search input {
		font-size: 16px;
		height: 40px;
	}

	.board_search input {
		width: 240px;
	}

	.board_search button {
		font-size: 16px;
		line-height: 40px;
	}

	.board_type_hor ul {
		font-size: 16px;
	}

	.board_type_hor ul li.title {
		width: 20%;
	}

	.board_type_hor ul li.name {
		width: auto;
	}

	.board_type_hor ul li:nth-child(5), .board_type_hor ul li:nth-child(6) {
		display: none;
	}

	.board_type_hor1 tbody td {
		font-size: 16px;
	}

	.board_button .ltb a.list {
		font-size: 16px;
		line-height: 50px;
		padding: 0 15px;
	}

	.board_button .rtb button, .board_button .rtb a {
		padding: 0 15px;
	}

	.board_type_hor ul li.title_w {
		width: 20%;
		padding: 18px 10px;
	}
	.board_type_hor ul li input {
		width: 100%;
		margin: 0;
		height: 40px;
	}
	.board_type_hor ul li input[name='pw'] {
		width: 80px;
	}
	.board_type_hor ul li input[name='isSecret'] {
		width: 20px;
	}
	.board_type_hor ul li input[name='captcha'] {
		width: 150px;
	}
	.board_type_hor ul:nth-child(1) li:nth-child(2) {
		width: 80%;
	}
	.board_type_hor ul:nth-child(2) li:nth-child(2), .board_type_hor ul:nth-child(2) li:nth-child(4) {
		width: 80%;
	}
	.board_type_hor ul:nth-child(4) li:nth-child(1), .board_type_hor ul:nth-child(4) li:nth-child(2) {
		width: 100%;
	}
	.board_type_hor ul:nth-child(4) li:nth-child(2) {
		padding: 10px 0;
	}
    .h419 {
		height: auto;
	}
	.board_type_hor ul:nth-child(5) li:nth-child(1), .board_type_hor ul:nth-child(6) li:nth-child(1) {
		width: 25%;
	}
	.board_type_hor ul:nth-child(5) li:nth-child(2), .board_type_hor ul:nth-child(6) li:nth-child(2) {
		width: 75%;
	}
	.board_button .block button {
		line-height: 50px;
		font-size: 16px;
	}
	.h84 {
		height: 94px;
	}
}