@charset "utf-8";

.total_wrap .board_sch{width:393px;}

.board_list, .normal_list{border-top-color:#0b3d6e;}
.board_list th, .normal_list th{padding:16px 5px; background:#f7f9fc; color:#0b3d6e; font-size:1em;}
.board_list td, .normal_list td{padding:19px 5px; border-bottom:1px solid #e4e4e4 !important; font-weight:400;}
.board_list td:first-of-type{background:#fafcfc;}
.board_list td + td{border-right:1px solid #e4e4e4;}
.board_list td:last-of-type{border-right:none;}

.normal_list th, .normal_list td{border-color:#e4e4e4;}

.board_view td{font-weight:400;}

.tab{margin:0 0 16px;}
.tab:after{content:''; display:block; clear:both;}
.tab li{float:left; width:24%;}
.tab li + li{margin:0 0 0 1.33%;}
.tab li a{display:block; width:100%; height:60px; line-height:60px; border-radius:5px; background:#eaf1f7; color:#0b2b61; font-size:17px; font-weight:900; text-align:center;}
.tab li.on a{background:#0b2b61; color:#fff;}
@media all and (max-width:768px){
    .total_wrap .board_sch{width:301px;}
    .board_list td{padding:0 !important; border:none !important; background:none !important;}
    .tab li a{font-size:1em; height:45px; line-height:45px;}
}
@media all and (max-width:568px){
    .total_wrap .board_sch{width:100%;}
}
