/* BASIC css start */
.bbs-hd {display:none !important; }

.bbs-table-view thead div {padding:0px; }

.bbs-btm .bbs-link a {text-align:center;}

.custom_wrap li a.on {background:#000; color:#fff;}
.second_custom_wrap ul.on {display:block; }

.custom_wrap {width:100%; text-align:center; font-size:0;}
.custom_wrap li {display:inline-block; width:120px; text-align:center; font-size:13px;  background:#fff; border:1px solid #000; border-right:0px;}
.custom_wrap li:last-child {border-right:1px solid #000; }
.custom_wrap li:hover {background:#000; }
.custom_wrap li a {display:block; padding:10px 0px; color:#000; font-size:13px; }
.custom_wrap li a:hover {color:#fff; }

.page_title { }


.second_custom_wrap ul {     
    display:none;
    overflow: hidden;
    width:100%; 
    height: 30px;
    line-height: 30px;
    font-size:0;  
    text-align:center;
    margin:30px 0px;
 }
.second_custom_wrap ul li { 
   
    display:inline-block;
 }

.second_custom_wrap ul li a {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    display:block;
    line-height: 30px;
    height: 30px;
}

.second_custom_wrap ul li.line_bar {
    margin: 0px 15px;
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #ddd;
    position: relative;
    top: 1px;
}
/* BASIC css end */

