/* BASIC css start */
/* =========================================
   2026 TAVALON MOBILE
   FAQ
========================================= */

#faqWrap {
    width: 100%;
    padding: 0 5% 70px;
    box-sizing: border-box;
    color: #222;
    font-family: "Noto Sans KR", sans-serif;
}


/* =========================================
   TITLE
========================================= */

#faqWrap .h_title {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 15px 0 15px !important;
    box-sizing: border-box;
    text-align: left;
}

#faqWrap .h_title h3 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    color: #222;
}


/* =========================================
   1:1 °Ô½ÃÆÇ
========================================= */

#faqWrap .pd10 {
    margin: 0 0 25px;
    padding: 0;
}

#faqWrap .pd10 .btn_Grey {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 50px;

    padding: 0;
    box-sizing: border-box;

    background: #fff;
    border: 1px solid #222;

    color: #222;
    font-size: 14px;
    font-weight: 500;

    text-align: center;
}


/* =========================================
   SEARCH
========================================= */

#faqWrap .search-wrap {
    margin: 0 0 30px;
    padding: 20px 15px;

    background: #f7f7f7;
    box-sizing: border-box;
}

#faqWrap .search-wrap .item-search {
    display: flex;
    width: 100%;
    margin: 0;
    gap: 6px;
    box-sizing: border-box;
}

#faqWrap .search-wrap .item-search label {
    display: block;
    width: 30%;
    margin: 0;
}

#faqWrap .search-wrap .item-search select {
    display: block;
    width: 100%;
    height: 48px;

    padding: 0 30px 0 12px;
    box-sizing: border-box;

    background-color: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 0;

    color: #222;
    font-size: 13px;
    font-family: "Noto Sans KR", sans-serif;
}

#faqWrap .search-wrap .item-search .wrap {
    display: block;
    flex: 1;
    width: auto;
}

#faqWrap .search-wrap .item-search .wrap input {
    display: block;
    width: 100%;
    height: 48px;

    padding: 0 12px;
    box-sizing: border-box;

    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 0;

    color: #222;
    font-size: 13px;
    font-family: "Noto Sans KR", sans-serif;
}

#faqWrap .search-wrap .item-search .wrap input::placeholder {
    color: #aaa;
}

#faqWrap .search-wrap .item-search .btn_Red {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 22%;
    height: 48px;

    margin: 0;
    padding: 0;
    box-sizing: border-box;

    background: #222;
    border: 1px solid #222;

    color: #fff;
    font-size: 13px;
    font-weight: 500;

    text-align: center;
}


/* =========================================
   BEST KEYWORD
========================================= */

#faqWrap .keywords {
    position: relative;
    overflow: hidden;
    margin-top: 16px;
    zoom: 1;
}

#faqWrap .search-wrap .keywords h5 {
    margin: 0 0 8px;
    padding: 0;

    color: #222;
    font-size: 13px;
    font-weight: 600;
}

#faqWrap .search-wrap .keywords ul {
    margin: 0;
    padding: 0;
}

#faqWrap .search-wrap .keywords li {
    float: left;
    margin: 0 12px 5px 0;
}

#faqWrap .search-wrap .keywords li a {
    color: #777;
    font-size: 12px;
}


/* =========================================
   FAQ CATEGORY
========================================= */

#faqWrap .faq-menu {
    display: flex;
    flex-wrap: wrap;

    width: 100%;
    margin: 0 0 30px;
    padding: 0;

    border-top: 1px solid #222;
    border-left: 1px solid #ddd;

    box-sizing: border-box;
    text-align: center;
}

#faqWrap .faq-menu a {
    display: flex;
    align-items: center;
    justify-content: center;

    float: none;

    width: 33.333%;
    min-height: 46px;

    margin: 0;
    padding: 8px 4px;
    box-sizing: border-box;

    background: #fff;

    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;

    color: #555;
    font-size: 13px;
    line-height: 1.4;
}

#faqWrap .faq-menu a:hover,
#faqWrap .faq-menu a:active {
    color: #ab3e41;
}


/* =========================================
   FAQ LIST
========================================= */

#faqWrap #faqTable {
    width: 100%;
    margin: 0;
    padding: 0;

    border-top: 1px solid #222;
    border-collapse: collapse;

    table-layout: fixed;
}

#faqWrap #faqTable tr {
    border-bottom: 1px solid #e0e0e0;
}

#faqWrap #faqTable tr th,
#faqWrap #faqTable tr td {
    padding: 17px 12px;
    box-sizing: border-box;
}

#faqWrap #faqTable tbody tr:not(.slide-hide):not(.slide-show) td {
    position: relative;

    padding-right: 38px;

    color: #222;
    font-size: 14px;
    line-height: 1.6;

    cursor: pointer;
}


/* Áú¹® ¿ìÃø È­»ìÇ¥ */

#faqWrap #faqTable tbody tr:not(.slide-hide):not(.slide-show) td:after {
    content: "";
    position: absolute;

    top: 50%;
    right: 15px;

    width: 7px;
    height: 7px;

    margin-top: -5px;

    border-right: 1px solid #777;
    border-bottom: 1px solid #777;

    transform: rotate(45deg);
}


/* =========================================
   FAQ ANSWER
========================================= */

#faqWrap #faqTable tr.slide-hide td,
#faqWrap #faqTable tr.slide-show td {
    padding: 20px 15px !important;

    background: #f7f7f7 !important;

    color: #555;
    font-size: 13px;
    line-height: 1.8;
}

#faqWrap #faqTable tr td dl {
    margin: 0;
    padding: 0;
}

#faqWrap #faqTable tr td dl dd {
    position: relative;

    margin: 0;
    padding: 0 0 0 32px;

    white-space: pre-line;
    word-break: keep-all;

    color: #555;
    font-size: 13px;
    line-height: 1.8;
}

#faqWrap #faqTable tr td dl dd + dd {
    margin-top: 18px;
    padding-top: 18px;

    border-top: 1px solid #e2e2e2;
}


/* Q / A ¾ÆÀÌÄÜ */

#faqWrap #faqTable tr td .q,
#faqWrap #faqTable tr td .a {
    position: absolute;

    top: 0;
    left: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 22px;
    height: 22px;

    margin: 0;
    padding: 0;

    border-radius: 50%;

    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 22px;
}

#faqWrap #faqTable tr td .q {
    background: #222;
}

#faqWrap #faqTable tr td .a {
    top: 18px;
    background: #ab3e41;
}


/* =========================================
   PAGING
========================================= */

#faqWrap .paging {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    margin: 35px 0 0;
    padding: 0;

    text-align: center;
}

#faqWrap .paging a {
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 32px;
    height: 32px;

    margin: 0 2px;
    padding: 0 5px;
    box-sizing: border-box;

    color: #777;
    font-size: 13px;
}

#faqWrap .paging a.now {
    color: #222;
    font-weight: 600;
    border-bottom: 1px solid #222;
}

#faqWrap .paging a.prev,
#faqWrap .paging a.next {
    font-size: 17px;
    color: #555;
}
/* BASIC css end */

