/**
 * FAQ 페이지
 */

.fq-page {
    font-family: "Noto Sans KR", sans-serif;
    color: var(--bok-dark);
    overflow-x: clip;
}

.fq-page a.bok-btn,
.fq-page a.bok-btn:hover {
    color: #fff;
}

.fq-page a.bok-btn--yellow,
.fq-page a.bok-btn--yellow:hover {
    color: var(--bok-red);
}

.fq-section-title {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(28px, 3.6vw, 44px);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.03em;
    color: #232323;
}

.fq-section-title em {
    font-style: normal;
    color: var(--bok-red);
}

.fq-hero {
    position: relative;
    min-height: min(72vh, 640px);
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #1a1210;
    color: #fff;
}

.fq-hero__media,
.fq-hero__shade {
    position: absolute;
    inset: 0;
}

.fq-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 45%;
    display: block;
}

.fq-hero__shade {
    background:
        linear-gradient(90deg, rgba(14, 10, 9, 0.9) 0%, rgba(14, 10, 9, 0.55) 48%, rgba(14, 10, 9, 0.28) 100%),
        linear-gradient(180deg, rgba(14, 10, 9, 0.12) 0%, rgba(14, 10, 9, 0.78) 100%);
}

.fq-hero__inner {
    position: relative;
    z-index: 1;
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
    padding: clamp(72px, 10vw, 120px) 0 clamp(56px, 7vw, 88px);
}

.fq-hero__eyebrow {
    margin: 0 0 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--bok-yellow);
}

.fq-hero__title {
    margin: 0 0 18px;
    font-family: var(--font-display);
    font-size: clamp(34px, 5.2vw, 64px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.fq-hero__title span {
    color: var(--bok-yellow);
}

.fq-hero__desc {
    margin: 0 0 28px;
    max-width: 34em;
    font-size: clamp(15px, 1.3vw, 18px);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
}

.fq-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.fq-list-sec__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(32px, 5vw, 64px);
    align-items: start;
}

.fq-list-sec__desc {
    margin: 14px 0 0;
    font-size: 15px;
    line-height: 1.65;
    color: var(--buzzi-gray);
}

.fq-list-sec__visual {
    margin-top: clamp(28px, 3.5vw, 40px);
    overflow: hidden;
    border-radius: 4px;
    background: transparent;
}

.fq-list-sec__visual img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: top;
}

.fq-accordion .ul-single-accordion-item {
    scroll-margin-top: 120px;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(130, 8, 8, 0.14);
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.fq-accordion .ul-single-accordion-item:first-child {
    border-top: 1px solid rgba(130, 8, 8, 0.14);
}

.fq-accordion .ul-single-accordion-item.open {
    background: transparent;
}

.fq-accordion .ul-single-accordion-item__header {
    padding: 20px 4px;
    gap: 16px;
}

.fq-accordion .ul-single-accordion-item__header .left::before {
    content: none;
}

.fq-accordion .ul-single-accordion-item__title {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(17px, 1.6vw, 22px);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #232323;
}

.fq-accordion .ul-single-accordion-item.open .ul-single-accordion-item__title {
    color: var(--bok-red);
}

.fq-accordion .ul-single-accordion-item__header .icon,
.fq-accordion .ul-single-accordion-item__header i {
    color: var(--bok-red);
}

.fq-accordion .ul-single-accordion-item__body {
    padding: 0 4px 22px;
}

.fq-accordion .ul-single-accordion-item.open .ul-single-accordion-item__body {
    background: transparent;
    border-top: 0;
}

.fq-accordion .ul-single-accordion-item__body p {
    margin: 0;
    max-width: 40em;
    font-size: 15px;
    line-height: 1.7;
    color: var(--buzzi-gray);
}

.fq-cta {
    padding: clamp(16px, 3vw, 32px) 0 clamp(48px, 6vw, 80px);
    background: var(--bok-cream);
}

.fq-cta__banner {
    width: min(1480px, calc(100% - 24px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(24px, 4vw, 48px);
    padding: clamp(28px, 3.5vw, 40px) clamp(28px, 4vw, 48px);
    border-radius: 24px;
    background: linear-gradient(160deg, var(--bok-red) 0%, #5c0606 100%);
    box-shadow: 0 20px 48px rgba(130, 8, 8, 0.28);
    color: #fff;
}

.fq-cta__eyebrow {
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--bok-yellow);
}

.fq-cta__title {
    margin: 0 0 10px;
    font-family: var(--font-display);
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
}

.fq-cta__desc {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.88);
}

.fq-cta__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
}

.fq-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    padding: 14px 28px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.fq-cta__btn--primary {
    background: var(--bok-yellow);
    color: var(--bok-red);
    border: 1px solid var(--bok-yellow);
}

.fq-cta__btn--primary:hover {
    background: #fff;
    border-color: #fff;
    color: var(--bok-red);
}

.fq-cta__btn--ghost {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.fq-cta__btn--ghost:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

@media (max-width: 991px) {
    .fq-list-sec__grid {
        grid-template-columns: 1fr;
    }

    .fq-list-sec__visual {
        display: none;
    }

    .fq-cta__banner {
        flex-direction: column;
        align-items: stretch;
        width: calc(100% - 32px);
    }

    .fq-cta__actions {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .fq-cta__btn {
        flex: 1 1 auto;
        min-width: 140px;
    }

    .fq-hero__inner {
        width: min(1200px, calc(100% - 32px));
    }
}
