@charset "utf-8";
/* FAQ 공통 : 제품 상세페이지 하단 블록 + FAQ 개별 페이지
   색상은 제품 페이지와 동일 (#4E66FF / #1C1C1C / #E8E8E8) */

/* ---------- 질문 목록 (제품 상세페이지 하단 등) ---------- */
.faq-list {
    border-top: 2px solid #1C1C1C;
}
.faq-list > li {
    border-bottom: 1px solid #E8E8E8;
}
.faq-list .q {
    position: relative;
    padding: 20px 20px 20px 46px;
    font-size: 16px;
    font-weight: 700;
    color: #1C1C1C;
    line-height: 1.6;
    letter-spacing: -0.02em;
    word-break: break-word;
}
.faq-list .q:before {
    content: 'Q';
    position: absolute;
    top: 18px;
    left: 14px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #4E66FF;
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
}
.faq-list .a {
    position: relative;
    padding: 0 20px 20px 46px;
    font-size: 15px;
    color: #555;
    line-height: 1.75;
    letter-spacing: -0.02em;
    word-break: break-word;
}
.faq-list .a:before {
    content: 'A';
    position: absolute;
    top: 0;
    left: 14px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #F1F1F1;
    color: #666;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
}
.faq-list .more {
    display: inline-block;
    margin-top: 10px;
    color: #4E66FF;
    font-size: 14px;
    font-weight: 700;
}
.faq-list .more:hover {
    text-decoration: underline;
}

/* ---------- FAQ 개별 페이지 ---------- */
#faq_detail {
    padding: 60px 0 100px;
}
#faq_detail .faq-head {
    padding-bottom: 28px;
    border-bottom: 2px solid #1C1C1C;
}
#faq_detail .faq-breadcrumb {
    margin-bottom: 18px;
    font-size: 14px;
    color: #888;
    letter-spacing: -0.02em;
}
#faq_detail .faq-breadcrumb a {
    color: #888;
    transition: color 0.2s;
}
#faq_detail .faq-breadcrumb a:hover {
    color: #4E66FF;
}
#faq_detail .faq-breadcrumb span {
    padding: 0 6px;
    color: #CCC;
}
#faq_detail .faq-cate {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 12px;
    border-radius: 3px;
    background-color: #EEF1FF;
    color: #3B5FAD;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}
#faq_detail .faq-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    color: #1C1C1C;
    letter-spacing: -0.03em;
    word-break: break-word;
}
#faq_detail .faq-summary {
    margin-top: 32px;
    padding: 24px 26px;
    border-left: 3px solid #4E66FF;
    background-color: #F8F9FC;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.75;
    color: #1C1C1C;
    letter-spacing: -0.02em;
}

/* CKEditor 로 작성한 본문 */
#faq_detail .faq-body {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.85;
    color: #333;
    letter-spacing: -0.02em;
    word-break: break-word;
}
#faq_detail .faq-body h2 {
    margin: 42px 0 16px;
    font-size: 22px;
    font-weight: 700;
    color: #1C1C1C;
}
#faq_detail .faq-body h3 {
    margin: 30px 0 12px;
    font-size: 18px;
    font-weight: 700;
    color: #1C1C1C;
}
#faq_detail .faq-body p {
    margin-bottom: 14px;
}
#faq_detail .faq-body ul,
#faq_detail .faq-body ol {
    margin: 0 0 18px 20px;
}
#faq_detail .faq-body ul > li {
    list-style: disc;
    margin-bottom: 6px;
}
#faq_detail .faq-body ol > li {
    list-style: decimal;
    margin-bottom: 6px;
}
#faq_detail .faq-body table {
    width: 100%;
    margin: 20px 0;
    border-top: 2px solid #1C1C1C;
    border-collapse: collapse;
}
#faq_detail .faq-body table th,
#faq_detail .faq-body table td {
    padding: 13px 16px;
    border-bottom: 1px solid #E8E8E8;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
}
#faq_detail .faq-body table th {
    background-color: #FAFAFA;
    font-weight: 700;
    color: #1C1C1C;
}
#faq_detail .faq-body img {
    max-width: 100%;
    height: auto;
}
#faq_detail .faq-body a {
    color: #4E66FF;
    text-decoration: underline;
}

#faq_detail .faq-date {
    margin-top: 30px;
    padding-top: 18px;
    border-top: 1px solid #E8E8E8;
    font-size: 13px;
    color: #999;
}

#faq_detail .faq-section {
    margin-top: 60px;
}
#faq_detail .faq-section > h2 {
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 700;
    color: #1C1C1C;
    letter-spacing: -0.03em;
}
#faq_detail .faq-products {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
#faq_detail .faq-products > li {
    flex: 1 1 calc(33.333% - 14px);
    min-width: 250px;
}
#faq_detail .faq-products a {
    display: block;
    height: 100%;
    padding: 18px 20px;
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
#faq_detail .faq-products a:hover {
    border-color: #4E66FF;
    box-shadow: 0 6px 18px rgba(78, 102, 255, 0.12);
    transform: translateY(-2px);
}
#faq_detail .faq-products .code {
    display: block;
    margin-bottom: 8px;
    color: #4E66FF;
    font-size: 13px;
    font-weight: 700;
}
#faq_detail .faq-products .name {
    display: block;
    color: #1C1C1C;
    font-size: 15px;
    line-height: 1.5;
    word-break: break-word;
}
#faq_detail .faq-others > li {
    border-bottom: 1px solid #E8E8E8;
}
#faq_detail .faq-others a,
#faq_detail .faq-others span.plain {
    display: block;
    padding: 16px 4px;
    font-size: 16px;
    color: #1C1C1C;
    line-height: 1.6;
    letter-spacing: -0.02em;
}
#faq_detail .faq-others a:hover {
    color: #4E66FF;
}

/* 화면에 보이지 않는 텍스트 */
.faq-blind {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

/* ---------- 모바일 ---------- */
@media all and (max-width: 767px) {
    .faq-list .q {
        padding: 16px 10px 16px 40px;
        font-size: 15px;
    }
    .faq-list .q:before {
        top: 15px;
        left: 8px;
    }
    .faq-list .a {
        padding: 0 10px 16px 40px;
        font-size: 14px;
    }
    .faq-list .a:before {
        left: 8px;
    }
    #faq_detail {
        padding: 30px 0 60px;
    }
    #faq_detail .faq-title {
        font-size: 21px;
    }
    #faq_detail .faq-summary {
        margin-top: 24px;
        padding: 18px;
        font-size: 15px;
    }
    #faq_detail .faq-body {
        margin-top: 30px;
        font-size: 15px;
    }
    #faq_detail .faq-body table th,
    #faq_detail .faq-body table td {
        padding: 10px;
        font-size: 14px;
    }
    #faq_detail .faq-section {
        margin-top: 44px;
    }
    #faq_detail .faq-products > li {
        flex: 1 1 100%;
        min-width: 0;
    }
}

/* ---------- FAQ 허브 (/faq) ---------- */
#faq_hub {
    padding: 60px 0 100px;
}
#faq_hub .faq-hub-head {
    margin-bottom: 44px;
    text-align: center;
}
#faq_hub .faq-hub-head > h1 {
    font-size: 34px;
    font-weight: 700;
    color: #1C1C1C;
    letter-spacing: -0.03em;
}
#faq_hub .faq-hub-head .desc {
    margin-top: 14px;
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    letter-spacing: -0.02em;
}
#faq_hub .faq-hub-group {
    margin-bottom: 50px;
}
#faq_hub .faq-hub-group > h2 {
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 700;
    color: #1C1C1C;
    letter-spacing: -0.03em;
}
#faq_hub .faq-hub-group > h2 .cnt {
    display: inline-block;
    margin-left: 6px;
    padding: 3px 9px;
    border-radius: 11px;
    background-color: #EEF1FF;
    color: #4E66FF;
    font-size: 13px;
    font-weight: 700;
    vertical-align: 3px;
}
#faq_hub .faq-empty {
    padding: 80px 0;
    border-top: 2px solid #1C1C1C;
    border-bottom: 1px solid #E8E8E8;
    color: #999;
    font-size: 16px;
    text-align: center;
}
#faq_hub .faq-hub-cta {
    margin-top: 20px;
    padding: 36px 30px;
    border-radius: 8px;
    background-color: #F5F6FA;
    text-align: center;
}
#faq_hub .faq-hub-cta .t1 {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
    color: #1C1C1C;
    letter-spacing: -0.03em;
}
#faq_hub .faq-hub-cta .t2 {
    margin-bottom: 20px;
    font-size: 15px;
    color: #666;
    letter-spacing: -0.02em;
}
#faq_hub .faq-btn,
#faq_detail .faq-btn {
    display: inline-block;
    min-width: 150px;
    margin: 0 6px 8px;
    padding: 15px 26px;
    border: 1px solid #4E66FF;
    border-radius: 4px;
    background-color: #4E66FF;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.02em;
    transition: background-color 0.2s, color 0.2s;
}
#faq_hub .faq-btn:hover {
    background-color: #4058F2;
    border-color: #4058F2;
}
#faq_hub .faq-btn.line {
    background-color: #FFF;
    color: #4E66FF;
}
#faq_hub .faq-btn.line:hover {
    background-color: #EEF1FF;
    color: #3B5FAD;
}

@media all and (max-width: 767px) {
    #faq_hub {
        padding: 30px 0 60px;
    }
    #faq_hub .faq-hub-head {
        margin-bottom: 30px;
    }
    #faq_hub .faq-hub-head > h1 {
        font-size: 24px;
    }
    #faq_hub .faq-hub-head .desc {
        font-size: 15px;
    }
    #faq_hub .faq-hub-group {
        margin-bottom: 36px;
    }
    #faq_hub .faq-hub-group > h2 {
        font-size: 18px;
    }
    #faq_hub .faq-btn {
        display: block;
        width: 100%;
        margin: 0 0 8px 0;
    }
}
