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

.list{
        display: -webkit-box; display: -ms-flexbox; display: flex;
        -webkit-box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap; 

    }
ul.list li {
    padding: 0 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

ul.list li:after {content: "";width: 1px;height: 9px;background: #333;position: absolute;top: 50%;right: 0;transform: translate(-50%, -50%);}
ul.list li:nth-of-type(1) {
    padding-left: 0!important;
}
ul.list li:last-of-type:after {
    width: 0!important;
}

ul.list li a {
    color: #999;
    height: auto;
    line-height: normal;
}
.select {
color : #333!important;
    border-bottom : 1px solid #333;
}
/* BASIC css end */


/* BASIC css end */

