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

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

.bo_tbl_wrap table {
	width: 100%;
}

.bo_tbl_wrap th {
	height: 50px;
	border-top: 2px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f3f3f3;
	font-size: 15px;
}

.bo_tbl_wrap td {
	text-align: center;
	padding: 14px 0;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	color: #666;
}

.bo_tbl_wrap td a {
	color: #666;
}

.bo_tbl_wrap .td_num {
	width: 80px;
}

.bo_tbl_wrap .td_chk {
	width: 50px;
}

.bo_tbl_wrap .td_subject {
	text-align: left;
	text-indent: 20px;
}

.bo_tbl_wrap .td_name, .bo_tbl_wrap .td_file {
	width: 130px;
}

.bo_tbl_wrap .td_date {
	width: 130px;
}

.bo_tbl_wrap .bo_notice {
	background: #fcfcfc;
}

.bo_tbl_wrap .bo_notice .td_subject a {
	color: #333;
}

.bo_tbl_wrap .bo_notice .td_num i {
	font-size: 16px;
	color: #ec690f;
}

/* 게시판 버튼 */

.bo_fx {
	overflow: hidden;
	width: 100%;
	height: 37px;
	margin: 40px 0 50px;
}

.btn_bo_user {
	float: right;
}

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

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

/* 게시판 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;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#bo_w table td .frm_input {
	height: 30px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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: 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;
}