/* BASIC css start */
.custom_wrap li a.on {background:#000; color:#fff;}
.second_custom_wrap ul.on {display:block; }
.bbs-hd{display:none;}
.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; }

.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;
}

.page_title p {
margin-top:80px;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
    color: #343333;
  }
  
  .page_title p:after {
    display: block;
    content: '';
    width: 50px;
    height: 1px;
    background: #525252;
    margin: 30px auto;
    }
/* BASIC css end */

