/* 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: 0px;
}

span.sec_title 
{
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
}

.sec_title::after 
{
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: #7b7b7b;
    margin: 10px 0 0;
}
/* BASIC css end */

