/* BASIC css start */
/* 게시판 상단 제목 */
#bbsData .bbs-table-list thead th .tb-center {
    font-size: 20px;
    font-weight: 600;
}

/* 게시글 제목 */
#bbsData .bbs-table-list tbody a {
    font-size: 16px;
    cursor: pointer;
}

/* FAQ 답변 영역 */
.faq-answer {
    display: none;
    padding: 20px;
    margin-top: 15px;
    background: #f9f9f9;
    border-top: 1px solid #e5e5e5;
    font-size: 16px;
    line-height: 1.7;
}

/* BASIC css end */

