/* 리스트형 게시판 공통 테이블 */

.bo_tbl_wrap {
	width: 100%;
	overflow: hidden;
}

.bo_tbl_wrap table {
	width: 100%;
}

.bo_tbl_wrap th {
	height: 45px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #dadada;
}

.bo_tbl_wrap td {
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #dadada;
}

.bo_tbl_wrap .td_num {
	width: 80px;
}

.bo_tbl_wrap .td_chk {
	width: 80px;
}

.bo_tbl_wrap .td_subject {
	text-align: left;
}

.bo_tbl_wrap .td_subject a {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.bo_tbl_wrap .td_name {
	width: 170px;
}

.bo_tbl_wrap .td_date {
	width: 170px;
}

/* 게시판 버튼 */

.bo_fx {
	width: 100%;
	margin: 40px 0 50px;
}

.btn_bo_user {
	overflow: hidden;
	float: right;
}

.btn_bo_user li {
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.btn_bo_user li a {
	display: block;
}

/* 게시판 adm 버튼 */
.btn_bo_adm {
	float: left;
}

.btn_bo_adm li {
	float: left;
	margin-right: 5px;
}

.btn_bo_adm li input {
	padding: 3px 10px;
	background: none;
	border: 1px solid #ccc;
	box-sizing: border-box;
	cursor: pointer;
}

.btn_bo_adm li:hover input {
	background: #454545;
	color: #fff;
}

.search_wrap {
	text-align: right;
}




/* 게시판 글 쓰기 */ 

#bo_w .tbl_wrap {
	width: 100%;
	overflow: hidden;
}

#bo_w table {
	width: 100%;
}

#bo_w table tr {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#bo_w table th {
	background: #f5f5f5;
}

#bo_w table td {
	padding: 20px 10px;
	box-sizing: border-box;
}

#bo_w table td .frm_input {
	height: 30px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

#bo_w .btn_confirm {
	display: table;
	margin: 30px auto 40px;
}

#bo_w .btn_confirm ul {
	display: table;
	margin: 0 auto;
}

#bo_w .btn_confirm ul li {
	width: 120px;
	height: 30px;
	line-height: 30px;
	float: left;
	margin-left: 5px;
}


/* 게시판 view */

#bo_v #bo_v_title {
	width: 100%;
	overflow: hidden;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	text-indent: 10px;
	padding-bottom: 5px;
}

#bo_v #bo_v_info {
	width: 100%;
	overflow: hidden;
	padding: 15px 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}

#bo_v #bo_v_info ul li {
	float: left;
	font-size: 13px;
	margin-right: 10px;
	color: #666;
}

#bo_v #bo_v_info ul li strong {
	padding-left: 5px;
}

#bo_v #bo_v_atc {
	width: 100%;
	min-height: 400px;
	overflow: hidden;
	padding: 20px;
	box-sizing: border-box;
}

#bo_v_top {
	width: 100%;
	overflow: hidden;
	margin: 20px 0 30px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

#bo_v_top .bo_v_com {
	float: right;
}

#bo_v_top .bo_v_com li {
	float: left;
	margin-left: 5px;
}

#bo_v_top .bo_v_com li a:hover {
	background: #454545;
	color: #fff;
}



/* 게시판 검색 바 타입 */
.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: 50px;
	border: 1px solid #ccc;
	padding: 0 30px;
	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: #666;
	display: table-cell;
	vertical-align: middle;
}

.search_bar_wrap .search_cont {
	float: right;
	padding: 6px 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;
}

.td_num strong {
    display: inline-block;
    width: 40px;
    background: #132467;
    color: #fff;
    height: 20px;
    line-height: 20px;
    border-radius: 8px;
    font-size: 11px;
}

.file_true span {
	color: #0072aa;
}