@charset "utf-8"; 
/* 새글 스킨 (latest) */

#bo_list .tbl_head01 {}
#bo_list .tbl_head01 caption {}
#bo_list .tbl_head01 thead th {background-color:#f3f3f3;border-top:solid 1px #ddd;color:#111;border-right:1px solid #dddddd;font-size:16px; font-weight:500;}
#bo_list .tbl_head01 thead th:last-child {border-right:0px;}
#bo_list .tbl_head01 thead a {  }
#bo_list .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
#bo_list .tbl_head01 tfoot th {text-align:center}
#bo_list .tbl_head01 tfoot td {text-align:center}
#bo_list .tbl_head01 tbody th {text-align:center}
#bo_list .tbl_head01 td {text-align:center;border:1px solid #dddddd; background-color:#fff;}
#bo_list .tbl_head01 tr td:first-child {border-left:0px;}
#bo_list .tbl_head01 tr td:last-child {border-right:0px;}
#bo_list .tbl_head01 a {}
#bo_list td.empty_table {}

#bo_list {width:100%;}
#bo_list td {box-sizing:border-box;}
#bo_list .td_area {width:7%}
#bo_list .td_subject {width:15%;color:#333;font-weight:500;}
#bo_list .td_location {}
#bo_list .td_tel {width:13%;}
#bo_list .td_more {width:12%;}

@media all and (max-width:991px) {
	#bo_list .th_area, 
	#bo_list .th_tel, 
	#bo_list .th_more,
	#bo_list .td_area, 
	#bo_list .td_tel, 
	#bo_list .td_more {display:none;}
}
