/* BASIC css start */
#bbsData .bbs-link { position: relative; }
#bbsData .bbs-link-top { margin-top: 10px; margin-bottom: -40px;margin-right: 400px; text-align: left; margin-left: 18px; }
#bbsData .bbs-link-btm { margin-top: 10px; margin-bottom: -40px; text-align: right; }

.bbs-table-list.qna_list { border-bottom:2px solid #888; }
.bbs-table-list.qna_list tbody td { padding:15px 0; background:none; border-bottom:1px solid #eee; }
.bbs-table-list.qna_list thead th { border-top:2px solid #888; border-bottom:1px solid #cacaca; color:#333; padding:20px 0; }

.key-wrap a { display:inline-block; height:35px; line-height:35px; font-size:14px; background:#007f53; color:#fff; padding:0 10px; }

.page_title { text-align:center; }
.page_title h2 { font-size:30px; font-weight:600; }



/* tab menu */
.tab_menu {
    text-align:center;
    margin:50px 0 80px;
    border-bottom:1px solid #ededed;
}

.tab_menu .btn_menu {
    transition:all 0.3s;
    margin:0 20px;
    display:inline-block;
}
.tab_menu .btn_menu a {
    padding:0 10px 25px;
}

.tab_menu .btn_menu .button {
    display:block;
    text-align:center;
    font-size:16px;
    color:#888;
    transition:all 0.3s;
}

.tab_menu .btn_menu.hoover > .button {
    color:#282828;
    font-weight:bold;
    border-color:#282828;
    border-bottom:2px solid;
}


.tab_menu .btn_menu:hover > .button {
    color:#282828;
}


/* BASIC css end */

