/* BASIC css start */
.page-body {position:relative; }
.bbs-sch {position:absolute; top:0; right:0; }


.board_top {display:flex;align-items: center;box-sizing: border-box; margin-top:38px;}
.board_top li {display:inline-block;width:14.285%;height:66px;box-sizing:border-box;border: 1px solid #AEAEAE;border-right: 0; border-bottom:2px solid #000; font-weight:400; color:#AEAEAE; position:relative; }
.board_top li:last-child {border-right: 1px solid #AEAEAE;}
.board_top li a {display:inline-block;width:100%;height:100%;text-align:center;font-size:18px;color:inherit;line-height: 66px; font-weight:inherit}
.board_top li.active {border:2px solid #000; color:#000; font-weight:600}
.board_top li.active:after {content:"";display:inline-block;width:100%;height:2px;background:#fff;position:absolute;bottom: -2px;left:0}

.bbs-btm {padding:0; margin-top: -67px;}

.sub_btn {border-top:2px solid #000;padding-top:25px;text-align:right;z-index:99;position: relative;}
.sub_btn .btn {display:inline-block; width:202px; line-height:43px; box-sizing:border-box; border:1px solid #000; font-size:16px; background:#fff; text-align:center; margin-right:10px  }
.sub_btn .btn:last-child {margin-right:0}





/* BASIC css end */

