/* FAQ PAGE */
.gaya-faq-page {
    background: linear-gradient(180deg, #eff9e8 0%, #fff8d9 34%, #fbf8ea 100%);
    color: #222;
}

/* »ó´Ü FAQ ¹è³Ê */
.gaya-faq-hero {
    position: relative;
    overflow: hidden;
    padding: 82px 20px 96px;
    background:
        radial-gradient(circle at 28% 100%, #99cf39 0 18%, transparent 19%),
        radial-gradient(circle at 68% 100%, #a9d94f 0 20%, transparent 21%),
        linear-gradient(180deg, #dff7ff 0%, #d9f5ee 65%, #cbe89e 66%, #cbe89e 100%);
}

.gaya-faq-hero::before,
.gaya-faq-hero::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 44px;
    border-radius: 999px;
    background: #fff;
    opacity: .95;
}

.gaya-faq-hero::before {
    left: 11%;
    top: 82px;
    box-shadow: 90px -36px 0 -15px rgba(255,255,255,.9);
}

.gaya-faq-hero::after {
    right: 13%;
    top: 94px;
    width: 190px;
    height: 52px;
    box-shadow: -92px -42px 0 -18px rgba(255,255,255,.9);
}

.gaya-faq-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
}

.gaya-faq-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    height: 32px;
    margin: 0 0 12px;
    padding: 0 18px;
    border-radius: 999px;
    background: #178c31;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .02em;
}

.gaya-faq-hero h2 {
    margin: 0;
    color: #20913a;
    font-size: clamp(42px, 5vw, 74px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: .02em;
}

/* º»¹® */
.gaya-faq-cont {
    max-width: 1080px;
    margin: -24px auto 0;
    padding: 0 20px 100px;
    position: relative;
    z-index: 3;
}

.gaya-faq-card {
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(31,145,56,.12);
    border-radius: 28px;
    box-shadow: 0 18px 45px rgba(70, 88, 34, .13);
    padding: clamp(24px, 4vw, 42px);
}

.gaya-faq-card__head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

.gaya-faq-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #daf5bf;
    color: #178c31;
    font-size: 20px;
    font-weight: 900;
}

.gaya-faq-card__head h3 {
    margin: 0;
    color: #178c31;
    font-size: 28px;
    font-weight: 900;
}

/* ±âÁ¸ FAQ list ±¸Á¶ Ä¿½ºÅÒ */
.gaya-faq-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gaya-faq-list li {
    overflow: hidden;
    border: 1px solid #e6eadf;
    border-radius: 16px;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.gaya-faq-list li + li {
    margin-top: 15px;
}

.gaya-faq-list li.is-active {
    border-color: rgba(31,145,56,.22);
    background: #fffef9;
    box-shadow: 0 8px 22px rgba(57, 85, 35, .08);
}

.gaya-faq-list .sel {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 18px 22px;
    color: #202020;
    text-decoration: none;
    box-sizing: border-box;
}

.gaya-faq-list__mark {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #22963d;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

.gaya-faq-list .btxt {
    flex: 1;
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.75;
    word-break: keep-all;
}

.gaya-faq-list__toggle {
    position: relative;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
}

.gaya-faq-list__toggle::before,
.gaya-faq-list__toggle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background: #178c31;
    transform: translate(-50%, -50%);
}

.gaya-faq-list__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: opacity .2s ease;
}

.gaya-faq-list li.is-active .gaya-faq-list__toggle::after {
    opacity: 0;
}

.gaya-faq-list .txt {
    display: none;
    padding: 0 22px 20px 60px;

	overflow: hidden;
}

.gaya-faq-list li.is-active .txt {
    display: block;
}

.gaya-faq-list__answer {
    padding: 18px 20px;
    border-radius: 12px;
    background: #f4faef;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.75;
    word-break: keep-all;

	opacity: 0;
    transform: translateY(-6px);
    transition: opacity .24s ease, transform .24s ease;
}

.gaya-faq-list li.active .gaya-faq-list__answer,
.gaya-faq-list li.is-active .gaya-faq-list__answer {
    opacity: 1;
    transform: translateY(0);
}

/* ±âÁ¸ gap ¼û±è */
.gaya-faq-page .gap {
    display: none;
}

/* mobile */
@media (max-width: 768px) {
    .gaya-faq-hero {
        padding: 62px 16px 78px;
    }

    .gaya-faq-cont {
        margin-top: -42px;
        padding: 0 15px 80px;
    }

    .gaya-faq-card {
        border-radius: 22px;
        padding: 22px 16px;
    }

    .gaya-faq-card__head h3 {
        font-size: 24px;
    }

    .gaya-faq-list .sel {
        align-items: flex-start;
        padding: 16px 15px;
    }

    .gaya-faq-list .btxt {
        font-size: 16px;
    }

    .gaya-faq-list .txt {
        padding: 0 15px 16px 15px;
    }

    .gaya-faq-list__answer {
        font-size: 14px;
        line-height: 1.65;
    }
}

@media (max-width: 578px) { 
	.gaya-faq-list .btxt { font-size: 15px; }
}