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

.btn_bo_user li a {
    display: block;
    width: 130px;
    height: 36px;
    line-height: 36px;
    background: #f17f31;
    color: #fff;
    border: none;
    padding: 0;
	text-align: center;
}

#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;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

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

#bo_gall .gall_li {
	position: relative;
	width: 180px;
	float: left;
	margin-left: 12px;
	margin-bottom: 33px;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#bo_gall .gall_li input[type=checkbox] {
	position: absolute;
	top: 5px;
	left: 5px;
}

#bo_gall .gall_li .gall_href {
	width: 110px;
	height: 110px;
	padding: 10px;
	display: block;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

#bo_gall .gall_con .gall_text_href {
	/* 170816 박재찬, 대학별 입시요강 제목부분 안 잘리게 */
	width: 100%;
    padding: 0 0 7px;
    /* border-bottom: 1px solid #ddd; */
    font-family: "noto-sans-scott-m";
    font-size: 16px;
    overflow: hidden;

    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
	text-align:center;
	/* height: 26px; */
	/* line-height: 26px; */
	margin-bottom: 10px;
}

#bo_gall .gall_con .gall_text_href a {
	color: #666;
}

#bo_gall .gall_con .gall_text_href a:hover {
	text-decoration: underline;
}

#bo_gall .gall_con .cont_txt {
	width: 100%;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

#bo_gall .gall_con .cont_txt a:hover {
	text-decoration: underline;
}

#bo_gall .gall_con .cont_down {
	text-align: right;
}

#bo_gall .gall_con .cont_down a {
	color: #f17f31;
}


#bo_gall .gall_con .cont_txt a {
	font-size: 13px;
	color: #999;
}


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

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

#bo_gall .gall_con dl dd {
	display: inline-block;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}

#bo_gall .gall_con dl dd span {
	float: right;
	margin-top: -1px;
	padding: 0 10px;
	font-size: 12px;
}



/* 게시판 검색 바 타입 */
.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: 60px;
	background: #f5f5f5;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	margin: 0 0 15px;
}

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

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

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


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

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

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

/* 0810 조혜진 */
#bo_v_img {
	text-align: center;
}
#bo_v_con table {
	margin: 0 auto;
}