/* BASIC css start */
/**/
#footer .foot_bottom, #bbsData .bbs-link-top, #bbsData .bbs-link-btm, .bbs-table-list table thead, .top-banner
{
    display: none !important;
}
#footer
{
    margin-top: 60px;
}

span.office_title::before
{
    content: "";
    position: absolute;
    top: -13px;
    left: 0;
    width: 35px;
    height: 5px;
    background: #ef3333; 
}

#body>div:nth-of-type(3) span.office_title::before
{
    content: "";
    position: absolute;
    top: -13px;
    left: 0;
    width: 35px;
    height: 5px;
    background: #2c83ef; 
}

#body>div:nth-of-type(4) span.office_title::before
{
    content: "";
    position: absolute;
    top: -13px;
    left: 0;
    width: 35px;
    height: 5px;
    background: #ef8133; 
}
/* BASIC css end */

