/* 기본 갤러리 게시판 */

#bo_gall #gall_allchk {
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px;
}

#bo_gall #gall_allchk input[type=checkbox] {
	width: 16px;
	height: 16px;
	background: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

#bo_gall #gall_ul {
	width: 100%;
	overflow: hidden;
}

#bo_gall .gall_li {
	width: 360px;
	float: left;
	margin-left: 20px;
	margin-bottom: 50px;
}

#bo_gall .gall_li .gall_href {
	width: 100%;
	border: 1px solid #dadada;
	box-sizing: border-box;
	display: block;
}

#bo_gall .gall_li .gall_href img {
	max-width: 100%;
}

#bo_gall .gall_con {
	width: 100%;
	overflow: hidden;
	padding: 0 10px;
	box-sizing: border-box;
}

#bo_gall .gall_con .gall_text_href {
	width: 100%;
	height: 26px;
	line-height: 26px;
	margin: 4px 0 2px;
	font-size: 15px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#bo_gall .gall_con dl {
	font-size: 12px;
	color: #666;
}

#bo_gall .gall_con dl dt {
	display: inline-block;
	padding-right: 5px;
}

#bo_gall .gall_con dl dd {
	display: inline-block;
}




/* 게시판 검색 바 타입 */
.search_bar_tit {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-bottom: 2px solid #999;
	padding-bottom: 10px;
	margin-bottom: 9px;
}

.search_bar_tit p {
	font-size: 13px;
	font-weight: bold;
}

.search_bar_tit p span {
	position: relative;
	padding-left: 10px;
	margin-left: 10px;
	display: inline-block;
}

.search_bar_tit p span:before {
	content:'';
	position: absolute;
	display: block;
	width: 1px;
	height: 13px;
	top: 3px;
	left: 0;
	background: #333;
}

.search_bar_wrap {
	width: 100%;
	height: 55px;
	padding: 0 30px;
	background: #e2e2e2;
	box-sizing: border-box;
	margin: 0 0 50px;
}

.search_bar_wrap .total_cnt {
	float: left;
	height: 100%;
	display: table;
}

.search_bar_wrap .total_cnt p {
	font-size: 13px;
	color: #222;
	display: table-cell;
	vertical-align: middle;
}

.search_bar_wrap .search_cont {
	float: right;
	padding: 9px 0;
}


.search_bar_wrap .search_cont #sfl {
	width: 200px;
	height: 36px;
	border: 1px solid #ddd;
}

.search_bar_wrap .search_cont #stx {
	width: 250px;
	height: 36px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	text-indent: 10px;
	margin: 0 5px;
}

.search_bar_wrap .search_cont .btn_submit {
	width: 60px;
	height: 36px;
	float: right;
}