/* BASIC css start */
#bbsData .bbs-tit {
    margin-top: 80px;
    text-align: center;
}

#bbsData .bbs-tit h3 {
    font-size: 35px;
    font-weight: 600;
    float: unset;
    color: #222;
    line-height: 2em;
}

#bbsData .bbs-hd {
    border-bottom: 0;
    padding-top: 80px;
    margin-bottom: 30px;
}

#bbsData .bbs-hd ul.link li {
    display: inline-block;
    border: 1px solid #ccc;
    margin-right: 20px;
    height: 60px;
    box-sizing:border-box;
    margin-bottom:15px;
}

#bbsData .bbs-hd ul.link li a {
    height: 60px;
    line-height:60px;
    padding:15px;
    background: none;
    font-size: 25px;
    font-weight: 400;
    color: #9fa0a0;
    display:inlnie-block;
}

#bbsData .bbs-hd ul.link li.on {
    border: none;
    box-sizing:border-box;
}

#bbsData .bbs-hd ul.link li.on a {
    background: #222;
    font-weight: 600;
    color: #00ff2f;
}

#bbsData .bbs-hd ul.link {
    text-align: left;
}

#bbsData .bbs-hd ul.link li:last-child {
    margin-right: 0;
}

#bbsData .bbs-table-list thead th {
    border-top: 3px solid #222222;
    padding: 25px 0;
    font-size: 15px;
    font-weight: 400;
    color: #222;
    border-bottom: 1px solid #eee;
}

#bbsData .bbs-table-list tbody td {
    color: #9fa0a0;
    padding: 20px 0;
    font-size: 15px;
    font-weight: 300;
}

#bbsData .bbs-table-list tbody td a {
    color: #9fa0a0;
    padding: 20px 0;
    font-size: 15px;
    font-weight: 300;
}

#bbsData .bbs-btm {
    padding-top: 50px;
}

#bbsData .bbs-btm .bbs-paging a {
    font-size: 20px;
    font-weight: 400;
    color: #727171;
    display: inline-block;
    vertical-align: middle;
}

#bbsData .bbs-btm .bbs-paging a.now {
    font-weight:600;
    color:#022222;
}

#bbsData .bbs-link {
    text-align: right;
    margin-bottom:20px;
}

#bbsData .bbs-link a {
    width: 140px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    background: #222;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
/* BASIC css end */

