@charset "utf-8";
/* 고객센터 페이지 통일 스타일 (web/38,39,40,138,139) */

.cs-page {
    /* 튀지 않는 어두운 보라 톤 */
    --cs-deep: #4a3568;
    --cs-main: #5c4a78;
    --cs-accent: #7a6b94;
    --cs-text: #2e2740;
    --cs-muted: #4a4258;
    --cs-line: #d5cfe0;
    --cs-soft: #e8e4ef;
    --cs-bg: #f5f3f8;
}

.cs-page .subject-title {
    margin-bottom: 20px;
}

/* ── 게시판 리스트 (공지사항) ── */
.cs-page .contable.bbslist-t.table-title .section-box .ul-1 {
    border-top: none;
    border-bottom: 1px solid var(--cs-line);
    background: var(--cs-bg);
    border-radius: 10px 10px 0 0;
    color: var(--cs-text);
    font-weight: 700;
    font-size: 14px;
}
.cs-page .contable.bbslist-t.table-title .section-box .ul-1 > li {
    padding: 14px 10px;
}
.cs-page .contable.bbslist-t.table-color .section-box .ul-1 {
    border-bottom: 1px solid var(--cs-soft);
    transition: background 0.15s;
}
.cs-page .contable.bbslist-t.table-color .section-box:hover .ul-1 {
    background: var(--cs-bg);
}
.cs-page .contable.bbslist-t.table-textlist .section-box .ul-1 > li {
    padding: 16px 10px;
    font-size: 14px;
    color: var(--cs-muted);
}
.cs-page .contable.bbslist-t .bbsSubject a,
.cs-page .contable.bbslist-t .ul-1 .bbsSubject {
    color: var(--cs-text);
    font-weight: 500;
    text-align: left !important;
}
.cs-page .contable.bbslist-t .bbsSubject a:hover {
    color: var(--cs-main);
}

/* 공지 뱃지: 어두운 보라 (PC/모바일) */
.bbs-notice-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 22px;
    padding: 0 7px;
    box-sizing: border-box;
    border-radius: 6px;
    background: #4a3568;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    white-space: nowrap;
    vertical-align: middle;
}

/* 고객센터 상단 탭: 동일 보라 톤 */
.cs-page .n4 .submenu_list a {
    color: #5c5470;
    border-color: #d5cfe0;
    background: #fff;
}
.cs-page .n4 .submenu_list a:hover {
    color: #2e2740;
    background: #f0ecf5;
}
.cs-page .n4 .submenu_list a.focus {
    color: #fff;
    background: #4a3568;
    border-color: #4a3568;
}

/* 헤더 '번호' 세로 줄바꿈 방지 */
.cs-page .contable.bbslist-t .ul-1 > li:first-child {
    white-space: nowrap;
    min-width: 48px;
    width: 56px;
    text-align: center;
    letter-spacing: 0;
}

/* ── FAQ 카테고리 탭 (한 줄 고정) ── */
.cs-page .category-tap {
    margin-bottom: 8px;
}
.cs-page .category-tap select {
    display: none;
}
.cs-page .cate-tap {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: none;
}
.cs-page .cate-tap li {
    float: none;
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    height: auto;
    line-height: 1.3;
    padding: 0;
    border: 1px solid var(--cs-line);
    border-radius: 8px;
    background: #fff;
    font-size: 13px;
    font-weight: 500;
}
.cs-page .cate-tap li + li {
    margin-left: 0;
}
.cs-page .cate-tap li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 4px;
    color: var(--cs-text);
    border-radius: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cs-page .cate-tap li a:hover {
    background: var(--cs-bg);
    color: var(--cs-deep);
    border-radius: 8px;
}
.cs-page .cate-tap li.active {
    background: var(--cs-deep);
    border-color: var(--cs-deep);
}
.cs-page .cate-tap li.active a {
    color: #fff;
}

/* ── FAQ 테이블형 (web/39 = web/138 동일 톤) ── */
.cs-page .cs-faq-table,
.cs-page .table.table-striped.cs-faq-table {
    width: 100%;
    border: 0;
    border-top: 1px solid #ddd;
    border-radius: 0;
    border-collapse: collapse;
    border-spacing: 0;
    overflow: visible;
    background: #fff;
    margin-bottom: 16px;
}
.cs-page .cs-faq-table > thead {
    display: none;
}
.cs-page .cs-faq-table > tbody > tr > td {
    border-top: 0;
    border-bottom: 1px solid #ddd;
    padding: 18px 10px;
    vertical-align: middle;
    color: #333;
    font-size: 15px;
    background: #fff !important;
    text-align: left;
    overflow: visible;
}
.cs-page .cs-faq-table > tbody > tr:hover > td {
    background: #fff !important;
}
/* FAQ 질문 행: 행 전체 클릭/호버 */
.cs-page .cs-faq-table > tbody > tr.faq-q-row {
    cursor: pointer;
}
.cs-page .cs-faq-table > tbody > tr.faq-q-row:hover > td,
.cs-page .cs-faq-table > tbody > tr.faq-q-row:focus > td {
    background: var(--cs-bg) !important;
}
.cs-page .cs-faq-table > tbody > tr.faq-q-row:focus {
    outline: none;
}
.cs-page .cs-faq-table > tbody > tr.faq-q-row .answer_txt a {
    display: block;
    pointer-events: none;
    color: inherit;
}
.cs-page .cs-faq-table > tbody > tr.faq-q-row:hover .answer_txt a {
    color: var(--cs-main);
}
.cs-page .cs-faq-table li.answer_faq {
    display: block;
    position: relative;
    gap: 0;
    overflow: visible;
}
.cs-page .cs-faq-table li.answer_faq span.answer_icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: visible;
    line-height: 1;
}
.cs-page .cs-faq-table li.answer_faq span.answer_icon img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    object-position: center;
    display: block;
}
/* Q. 아이콘: 상단 잘림 방지 (PC/모바일 공통) */
.cs-page .cs-faq-table li.answer_faq span.answer_icon img[src*="question"] {
    width: 28px;
    height: 28px;
    max-height: none;
    object-fit: contain;
    object-position: center;
}
.cs-page .cs-faq-table li.answer_faq .answer_txt {
    margin-left: 46px;
    flex: none;
    line-height: 1.6;
    color: #333;
    font-size: 15px;
}
.cs-page .cs-faq-table li.answer_faq .answer_txt a {
    color: #222;
    font-weight: 500;
}
.cs-page .cs-faq-table li.answer_faq .answer_txt a:hover {
    color: var(--cs-main);
}
.cs-page .cs-faq-table .faqdate {
    display: none;
}
.cs-page .cs-faq-table tr[id^="faq_"] > td {
    background: #fafafa !important;
    border-bottom: 1px solid #ddd;
}
.cs-page .cs-faq-table .answer_txt img {
    max-width: 100%;
    height: auto;
}
/* FAQ 수정/삭제: 답변 영역 기준 정중앙 */
.cs-page .cs-faq-table .faq-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}
.cs-page .cs-faq-table .faq-actions .bbs-normalbtn {
    margin: 0;
    flex: 0 0 auto;
}

/* FAQ 날짜 컬럼 공통 숨김 (web/39, web/138) */
.cs-page .faqdate {
    display: none;
}

/* ── 검색 / 페이지네이션 ── */
.cs-page .boardSearch,
.cs-page .faq_search .boardSearch {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 28px 0 48px;
    padding: 16px;
    background: var(--cs-bg);
    border: 1px solid var(--cs-soft);
    border-radius: 10px;
}
.cs-page .boardSearch select,
.cs-page .boardSearch .board_search,
.cs-page .boardSearch input[type="text"] {
    height: 40px;
    border: 1px solid var(--cs-line);
    border-radius: 8px;
    padding: 0 12px;
    font-size: 14px;
    color: var(--cs-text);
    background: #fff;
}
.cs-page .boardSearch .board_search,
.cs-page .boardSearch input[type="text"] {
    min-width: 200px;
}
.cs-page .btn_bbs_search,
.cs-page .boardSearch button {
    height: 40px;
    padding: 0 20px;
    border: none;
    border-radius: 8px;
    background: var(--cs-deep);
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
}
.cs-page .btn_bbs_search:hover,
.cs-page .boardSearch button:hover {
    background: var(--cs-main);
    opacity: 1;
}
.cs-page .page {
    padding: 24px 0 16px;
    text-align: center;
}
.cs-page .cd-pagination,
.cs-page .pagination {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}
.cs-page .cd-pagination li,
.cs-page .pagination > li {
    float: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.cs-page .pagination > li > a,
.cs-page .pagination > li > span,
.cs-page .cd-pagination li a,
.cs-page .cd-pagination li .current {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--cs-line);
    border-radius: 6px;
    color: var(--cs-muted);
    background: #fff;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1;
    box-sizing: border-box;
    text-decoration: none;
    transition: all 0.15s ease;
}
.cs-page .cd-pagination li a img,
.cs-page .pagination > li img {
    display: block;
    max-width: 14px;
    max-height: 14px;
    margin: 0 auto;
}
.cs-page .pagination > li > a:not(.disabled):not(.current):hover,
.cs-page .cd-pagination li a:not(.disabled):not(.current):hover {
    background: var(--cs-bg);
    color: var(--cs-deep);
    border-color: var(--cs-accent);
}
.cs-page .cd-pagination li a.disabled,
.cs-page .pagination > .disabled > a,
.cs-page .pagination > .disabled > span {
    opacity: 0.35;
    cursor: default;
    background: #fff !important;
    border-color: var(--cs-line) !important;
    color: var(--cs-muted) !important;
    pointer-events: none;
}
.cs-page .pagination > .active > a,
.cs-page .pagination > .active > span,
.cs-page .cd-pagination li.active a,
.cs-page .cd-pagination li .current,
.cs-page .cd-pagination li a.current {
    background: var(--cs-deep) !important;
    background-color: var(--cs-deep) !important;
    border-color: var(--cs-deep) !important;
    color: #ffffff !important;
    font-weight: 700;
    cursor: default;
}
.cs-page .page strong,
.cs-page .page b,
.cs-page .cd-pagination b,
.cs-page .cd-pagination strong {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    color: #ffffff !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-block;
    line-height: 1;
    font-weight: 700;
}

/* ── 모바일 이용가이드 (web/40) ── */
.cs-page .bar_log {
    margin: 8px 0 40px;
    padding: 24px;
    border: 1px solid var(--cs-line);
    border-radius: 12px;
    background: #fff;
    text-align: center;
}
.cs-page .bar_log img {
    width: 100%;
    max-width: 720px;
    height: auto;
    display: inline-block;
    border-radius: 8px;
}

/* ── 동영상 최적재생환경 (web/139) ── */
.cs-page .media {
    padding-bottom: 60px;
}
.cs-page .media .couse_con {
    border: 1px solid var(--cs-line);
    border-radius: 12px;
    background: #fff;
    padding: 28px 28px 32px;
    margin-bottom: 20px;
}
.cs-page .media .content-subject {
    font-size: 20px;
    font-weight: 700;
    color: var(--cs-text);
    margin: 0 0 14px;
    padding: 0 0 0 14px;
    border-left: 3px solid var(--cs-main);
    position: relative;
}
.cs-page .media .content-subject:before,
.cs-page .media .content-subject:after {
    display: none !important;
}
.cs-page .media .content-subject.topnone {
    margin-top: 0;
}
.cs-page .media .txt,
.cs-page .media .list_txt {
    color: var(--cs-muted);
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
}
.cs-page .media .txt_tit {
    color: var(--cs-text);
    font-size: 16px;
    font-weight: 700;
    margin: 12px 0 8px;
}
.cs-page .media .txt_ctit {
    color: var(--cs-text);
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    margin: 16px 0 8px;
}
.cs-page .media .course_info_01 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
    margin-top: 20px;
    border: none;
    background: transparent;
}
.cs-page .media .course_info_01 li {
    float: none;
    width: calc(50% - 6px);
    padding: 20px 22px;
    border: 1px solid var(--cs-soft);
    border-radius: 10px;
    background: var(--cs-bg);
    box-sizing: border-box;
}
.cs-page .media .course_info_01 li .con {
    margin-bottom: 8px;
}
.cs-page .media .course_info_01 li .con img {
    max-width: 100%;
    height: auto;
}
.cs-page .media ul.boxList {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
    margin: 16px 0 12px;
}
.cs-page .media ul.boxList li.box {
    float: none;
    width: calc(25% - 9px);
    min-height: 0;
    margin: 0;
    padding: 22px 16px;
    border: 1px solid var(--cs-soft);
    border-radius: 10px;
    background: var(--cs-bg);
    box-sizing: border-box;
}
.cs-page .media ul.boxList li.box ul.semi_list li {
    padding-left: 0;
    font-size: 14px;
    letter-spacing: -0.3px;
    line-height: 1.5;
}
.cs-page .media ul.boxList li.box ul.semi_list li .con img {
    max-width: 72px;
    height: auto;
}
.cs-page .media_btn_t {
    margin-top: 16px;
}
.cs-page .media_btn_t a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 22px;
    border: 1px solid var(--cs-deep);
    border-radius: 8px;
    background: var(--cs-deep);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.cs-page .media_btn_t a .course_btn_img {
    display: none !important;
}
.cs-page .media_btn_t a::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
    margin-left: 2px;
    flex-shrink: 0;
}
.cs-page .media_btn_t a:hover {
    background: #fff;
    color: var(--cs-deep);
    border-color: var(--cs-deep);
}
.cs-page .media_btn_t.right {
    text-align: left;
}

/* ── 공통 버튼 ── */
.cs-page .bbs-normalbtn {
    background: var(--cs-main);
    color: #fff;
    border-radius: 8px;
    border: none;
    padding: 0 16px;
    height: 36px;
    font-weight: 600;
}

/* ── 모바일 반응형 (PC 미변경) ── */
@media all and (max-width: 834px) {
    .cs-page .cate-tap {
        display: none !important;
    }
    .cs-page .category-tap select {
        display: block !important;
        width: 100%;
        height: 42px;
        margin-bottom: 16px;
        border: 1px solid var(--cs-line);
        border-radius: 8px;
        padding: 0 12px;
        background: #fff;
        color: var(--cs-text);
        box-sizing: border-box;
    }
    .cs-page .media ul.boxList li.box {
        width: calc(50% - 6px);
    }
    .cs-page .media .couse_con {
        padding: 22px 18px 24px;
    }
}

@media all and (max-width: 768px) {
    /* 중첩 section 좌우 패딩 이중 적용 방지 */
    .cs-page .sub-title > .section,
    .cs-page .category-tap,
    .cs-page > .section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .cs-page .subject-title {
        margin-bottom: 14px;
        font-size: 20px;
        line-height: 1.35;
        word-break: keep-all;
    }

    /* 고객센터 5탭: 긴 라벨 줄바꿈 허용 */
    .cs-page .n4 .submenu_list a {
        white-space: normal;
        height: auto;
        min-height: 44px;
        line-height: 1.35;
        padding: 8px 6px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        word-break: keep-all;
        box-sizing: border-box;
    }

    /* 공지사항 리스트: 태블릿도 모바일처럼 작성자 컬럼에 날짜/조회수 세로 스택 */
    .cs-page .contable.bbslist-t .ul-1 > li:nth-child(4),
    .cs-page .contable.bbslist-t .ul-1 > li:nth-child(5) {
        display: none;
    }
    .cs-page .contable.bbslist-t .ul-1 > li:nth-child(3) {
        width: 22%;
        min-width: 88px;
        text-align: center;
        white-space: normal;
        word-break: keep-all;
    }
    .cs-page .contable.bbslist-t.table-title .section-box .ul-1 > li,
    .cs-page .contable.bbslist-t.table-textlist .section-box .ul-1 > li {
        padding: 12px 6px;
        font-size: 13px;
        vertical-align: middle;
    }
    .cs-page .contable.bbslist-t .ul-1 > li:first-child {
        min-width: 44px;
        width: 48px;
        padding-left: 4px;
        padding-right: 4px;
        white-space: nowrap;
        letter-spacing: 0;
    }
    .cs-page .contable.bbslist-t .bbsSubject,
    .cs-page .contable.bbslist-t .bbsSubject .subject,
    .cs-page .contable.bbslist-t .bbsSubject .subject span {
        text-align: left !important;
        word-break: keep-all;
        overflow-wrap: anywhere;
        line-height: 1.45;
    }
    .cs-page .contable.bbslist-t .ul-1 .max480 {
        display: block;
        margin-top: 6px;
        font-size: 12px;
        line-height: 1.5;
        color: #6b7785;
        text-align: center;
    }
    .cs-page .contable.bbslist-t .ul-1 .max480 > div {
        white-space: nowrap;
    }
    .cs-page .contable.bbslist-t .ul-1 img.p_list_img,
    .cs-page .contable.bbslist-t .ul-1 img[src*="file-icon"],
    .cs-page .contable.bbslist-t .ul-1 img[src*="new-icon"] {
        width: 18px;
        height: 18px;
        vertical-align: middle;
    }
    .cs-page .bbs-notice-badge {
        min-width: 34px;
        height: 20px;
        padding: 0 6px;
        font-size: 11px;
    }

    /* FAQ */
    .cs-page .cs-faq-table > tbody > tr > td {
        padding: 14px 4px;
        font-size: 14px;
    }
    .cs-page .cs-faq-table ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .cs-page .cs-faq-table li.answer_faq span.answer_icon {
        width: 32px;
        height: 26px;
        left: 0;
        top: 0;
    }
    .cs-page .cs-faq-table li.answer_faq span.answer_icon img {
        width: 22px;
        height: 22px;
        display: block;
    }
    .cs-page .cs-faq-table li.answer_faq span.answer_icon img[src*="question"] {
        width: 26px;
        height: 26px;
        max-height: none;
        object-fit: contain;
    }
    .cs-page .cs-faq-table li.answer_faq .answer_txt {
        margin-left: 34px;
        word-break: keep-all;
        overflow-wrap: anywhere;
        line-height: 1.55;
    }
    .cs-page .cs-faq-table tr[id^="faq_"] > td {
        padding: 12px 4px 16px;
    }
    .cs-page .cs-faq-table .answer_txt img {
        max-width: 100%;
        height: auto;
    }

    /* 검색 */
    .cs-page .boardSearch,
    .cs-page .faq_search .boardSearch {
        padding: 12px;
        gap: 8px;
        margin: 16px 0 28px;
        box-sizing: border-box;
    }
    .cs-page .boardSearch select {
        width: 30%;
        min-width: 0;
        flex: 0 0 30%;
        height: 40px;
        box-sizing: border-box;
    }
    .cs-page .boardSearch .board_search,
    .cs-page .boardSearch input[type="text"] {
        width: 48%;
        min-width: 0;
        flex: 1 1 auto;
        height: 40px;
        box-sizing: border-box;
    }
    .cs-page .boardSearch button,
    .cs-page .btn_bbs_search {
        width: auto;
        flex: 0 0 auto;
        height: 40px;
        padding: 0 14px;
        box-sizing: border-box;
    }

    /* 페이지네이션 */
    .cs-page .page {
        padding: 12px 0 24px;
        margin: 0;
    }
    .cs-page .pagination > li > a,
    .cs-page .pagination > li > span,
    .cs-page .cd-pagination li a,
    .cs-page .cd-pagination li .current {
        width: 36px;
        height: 36px;
        line-height: 1;
        font-size: 14px;
        padding: 0;
        box-sizing: border-box;
    }

    /* 모바일 이용가이드 */
    .cs-page .bar_log {
        padding: 12px;
        margin: 4px 0 28px;
        box-sizing: border-box;
    }
    .cs-page .bar_log img {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    /* 동영상 최적재생환경 */
    .cs-page .media {
        padding-bottom: 32px;
    }
    .cs-page .media .couse_con {
        padding: 16px;
        margin-bottom: 14px;
        box-sizing: border-box;
    }
    .cs-page .media .content-subject {
        font-size: 16px;
        padding-left: 12px;
        margin-bottom: 12px;
        line-height: 1.4;
        word-break: keep-all;
    }
    .cs-page .media .txt,
    .cs-page .media .list_txt,
    .cs-page .media .txt_tit,
    .cs-page .media .txt_ctit {
        word-break: keep-all;
        overflow-wrap: anywhere;
        line-height: 1.55;
    }
    .cs-page .media .txt,
    .cs-page .media .list_txt {
        font-size: 14px;
    }
    .cs-page .media .course_info_01 {
        gap: 10px;
    }
    .cs-page .media .course_info_01 li {
        width: 100%;
        padding: 14px;
        box-sizing: border-box;
    }
    .cs-page .media .course_info_01 li .con img,
    .cs-page .media ul.boxList li.box ul.semi_list li .con img {
        max-width: 72px;
        height: auto;
    }
    .cs-page .media ul.boxList {
        gap: 10px;
    }
    .cs-page .media ul.boxList li.box {
        width: 100%;
        padding: 16px 12px;
        box-sizing: border-box;
    }
    .cs-page .media_btn_t {
        margin-top: 12px;
    }
    .cs-page .media_btn_t a {
        width: 100%;
        box-sizing: border-box;
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        font-size: 14px;
        padding: 0 14px;
    }
    .cs-page .media_btn_t a .course_btn_img {
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
    }
    .cs-page .table.table-striped > thead > tr > th,
    .cs-page .table.table-striped > tbody > tr > td {
        padding: 12px 8px;
        font-size: 13px;
    }
}

@media all and (max-width: 480px) {
    .cs-page .subject-title {
        font-size: 18px;
    }
    .cs-page .n4 .submenu_list a {
        font-size: 14px;
        padding: 8px 4px;
        min-height: 42px;
    }
    .cs-page .contable.bbslist-t .bbsSubject {
        text-align: left !important;
    }
    .cs-page .cs-faq-table li.answer_faq .answer_txt,
    .cs-page .cs-faq-table li.answer_faq .answer_txt a {
        font-size: 13px;
    }
    .cs-page .boardSearch select {
        width: 100%;
        flex: 1 1 100%;
    }
    .cs-page .boardSearch .board_search,
    .cs-page .boardSearch input[type="text"] {
        width: calc(72% - 4px);
        flex: 1 1 auto;
    }
    .cs-page .boardSearch button,
    .cs-page .btn_bbs_search {
        width: 28%;
        flex: 0 0 28%;
        padding: 0 8px;
    }
    .cs-page .media .content-subject {
        font-size: 15px;
    }
}
