/* BASIC css start */
/* 게시판 목록 */
.bbs-sch {margin-top:0}
.bbs-sch .left_section {float: left;}
.bbs-sch .right_section {float: right;}
.bbs-sch .right_section .key-wrap {display:inline-block; border:1px solid #afafaf; position:relative; width:164px; height:29px; box-sizing:border-box; }
.bbs-sch .right_section .key-wrap input {position:absolute; top:0; left:0; width:135px; height:27px; border:0;box-sizing: border-box; }
.bbs-sch .right_section .key-wrap a {position:absolute; top:0; right:0; }

.bbs-table-list table {border-bottom:1px solid #e7e7e7}
.bbs-table-list thead th {padding:16px 0; background: #f6f6f6; border-bottom:1px solid #e7e7e7; border-top:1px solid #c0c0c0; font-weight:normal; color:#000; font-size:14px; }
.bbs-table-list tbody td {padding:16px 0; color:#000; background: none; font-size:14px;}
.bbs-table-list tbody td a {color:#000; font-size:14px; }

.paging strong {color:#000; }

/* 게시판 읽기 */
.bbs-table-view {margin-top:0;}
.bbs-table-view thead th {padding: 16px 0; background: #f6f6f6; border-top:1px solid #c0c0c0; border-bottom:1px solid #e7e7e7; color:#000; font-weight:normal; text-align:left;}

/*게시판 쓰기 */
.bbs-table-write {margin-top:0;}
/* BASIC css end */

