/* ===========================================
   청음탕 페이지 스타일
   =========================================== */


/* ===========================================
   메인 배너 섹션 (기존 philosophy 스타일 활용)
   =========================================== */

.cheong-eum-tang-banner {
    width: 100%;
    height: 800px;
    position: relative;
    padding: 0 180px;
}

.banner-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.60) 100%);
}

.banner-content {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 48px;
    padding-bottom: 100px;
}

.banner-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.text-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.banner-label {
    color: white;
    font-size: 20px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}

.banner-title {
    color: white;
    font-size: 46px;
    font-family: 'MaruBuriOTF', 'MaruBuri', 'Pretendard', sans-serif;
    font-weight: 600;
    line-height: 73.6px;
    margin: 0;
}

.banner-description {
    color: white;
    font-size: 18px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 300;
    line-height: 28.8px;
    margin: 0;
}


/* ===========================================
   4가지 특징 섹션
   =========================================== */

.features-section {
    width: 100%;
    background: #0B2B18;
}

.features-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-item {
    flex: 1;
    padding: 26px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.feature-icon {
    width: 80px;
    height: 67px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feature-text {
    color: white;
    font-size: 18px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    line-height: 28.8px;
    text-align: center;
}


/* ===========================================
   청음탕 소개 섹션
   =========================================== */

.introduction-section {
    width: 100%;
    padding: 135px 0px;
    max-width: 1200px;
    margin: 0 auto;
}

.intro-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
    margin-bottom: 52px;
}

.section-label {
    color: #005E32;
    font-size: 20px;
    font-family: 'MaruBuriOTF', 'MaruBuri', 'Pretendard', sans-serif;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
}

.section-title {
    color: #111111;
    font-size: 36px;
    font-family: 'MaruBuriOTF', 'MaruBuri', 'Pretendard', sans-serif;
    font-weight: 400;
    line-height: 57.6px;
    margin: 0;
}

.chinese-font {
    font-family: 'Noto Serif KR', serif;
}

.intro-content {
    display: flex;
    align-items: center;
    gap: 43px;
}

.intro-image {
    flex: 0 0 572px;
    height: 521px;
    background: #C2C2C2;
    overflow: hidden;
}

.intro-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.intro-subtitle {
    color: #555555;
    font-size: 26px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    line-height: 41.6px;
    margin: 0;
}

.intro-description {
    color: #555555;
    font-size: 16px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 300;
    line-height: 25.6px;
    margin: 0;
}


/* ===========================================
   3가지 조건 섹션
   =========================================== */

.conditions-section {
    width: 100%;
    padding: 147px 0;
    background: #0D0D0D;
    position: relative;
    overflow: hidden;
}

.conditions-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.conditions-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}

.conditions-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.conditions-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
    margin-bottom: 60px;
}

.conditions-header .section-label {
    color: white;
    font-size: 20px;
    line-height: 32px;
}

.conditions-header .section-title {
    color: white;
    font-size: 36px;
    line-height: 57.6px;
}

.conditions-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.condition-item {
    flex: 1;
    padding: 20px 8px;
    background: linear-gradient(180deg, #16683F 0%, #1F6120 51%, #285902 100%);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

.condition-text {
    color: white;
    font-size: 20px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
}

.condition-connector {
    color: #A7A7A7;
    font-size: 43px;
    font-weight: 200;
    margin: 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* ===========================================
   장식 요소 섹션
   =========================================== */

.decoration-section {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.decoration-circles {
    position: relative;
    width: 40px;
    height: 172px;
}

.decoration-circles:before {
    content: "";
    height: 120px;
    width: 2px;
    background: linear-gradient(to bottom, #fff 0%, #005E32 100%);
    position: absolute;
    top: 33px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.decoration-circles .circle-large {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 132px;
    opacity: 0.10;
    background: #41D891;
    border-radius: 50%;
}

.decoration-circles .circle-medium {
    position: absolute;
    width: 22px;
    height: 22px;
    left: 9px;
    top: 141px;
    opacity: 0.10;
    background: #005E32;
    border-radius: 50%;
}

.decoration-circles .circle-small {
    position: absolute;
    width: 10px;
    height: 10px;
    left: 15px;
    top: 147px;
    opacity: 0.20;
    background: #005E32;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
}

.decoration-circles .circle-tiny {
    position: absolute;
    width: 4px;
    height: 4px;
    left: 18px;
    top: 150px;
    background: #005E32;
    border-radius: 50%;
}


/* ===========================================
   조건 요약 섹션
   =========================================== */

.conditions-summary-section {
    width: 100%;
    padding: 80px 360px 0;
    background: white;
    text-align: center;
}

.conditions-summary-section .conditions-summary-image {
    margin: -250px 0 -100px;
    position: relative;
    z-index: 1;
    max-width: 380px;
}

.conditions-summary {
    color: #555555;
    font-size: 20px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
    margin-top: 50px;
}


/* ===========================================
   세포 비교 섹션
   =========================================== */

.cell-comparison-section {
    width: 100%;
    padding: 34px 0px 160px;
    max-width: 800px;
    margin: 0 auto;
}

.cell-images {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.cell-image {
    width: 396px;
    height: 301px;
    position: relative;
    overflow: hidden;
}

.cell-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cell-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, rgba(35, 35, 35, 0) 0%, #232323 68%);
}

.cell-label {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 20px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    line-height: 32px;
    z-index: 2;
}


/* ===========================================
   약속 1 섹션
   =========================================== */

.promise-one-section {
    width: 100%;
    padding: 160px 360px;
    background: #F7FBF7;
}

.promise-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
    margin-bottom: 63px;
}

.promise-content {
    background: white;
    border-radius: 20px;
    border: 1px solid #E5E5EC;
    overflow: hidden;
}

.promise-intro {
    padding: 60px 60px 40px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 31px;
}

.promise-subtitle {
    color: #555555;
    font-size: 26px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    line-height: 41.6px;
    text-align: center;
    margin: 0;
}

.quality-checks {
    display: flex;
    gap: 16px;
    width: 100%;
}

.check-item {
    flex: 1;
    padding: 20px 8px;
    background: linear-gradient(0deg, rgba(251, 251, 251, 0.2), rgba(251, 251, 251, 0.2)), white;
    border: 1px solid #E5E5EC;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.check-icon {
    width: 30px;
    height: 30px;
    border: 1px solid #CFCFCF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #005E32;
    font-size: 12px;
    font-weight: bold;
}

.check-text {
    color: #555555;
    font-size: 16px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 500;
    line-height: 25.6px;
    text-align: center;
}

.promise-description {
    color: #555555;
    font-size: 16px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    line-height: 25.6px;
    text-align: center;
    margin: 0;
}

.gmp-info {
    position: relative;
    padding: 40px 60px;
    background: #E7F2E7;
    display: flex;
    align-items: center;
    gap: 31px;
}

.gmp-content {
    flex: 1;
    display: flex;
    gap: 33px;
}

.gmp-title {
    color: #555555;
    font-size: 20px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
}

.gmp-subtitle {
    color: #555555;
    font-size: 16px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    line-height: 25.6px;
    margin: 0;
    margin-bottom: 16px;
}

.gmp-details {
    color: #555555;
    font-size: 14px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    line-height: 22.4px;
    margin: 0;
}

.gmp-logo {
    flex: 0 0 100px;
}

.gmp-logo img {
    width: 100%;
    height: auto;
}


/* ===========================================
   약속 2 섹션
   =========================================== */

.promise-two-section {
    width: 100%;
    height: 754px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promise-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.promise-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* .promise-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(120, 70, 16, 0) 0%, #784610 36%, #3A2208 100%);
} */

.promise-two-section .promise-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 60px;
    background: transparent;
    border: none;
}

.promise-two-section .promise-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
    margin-bottom: 0;
}

.promise-two-section .section-label {
    color: white;
}

.promise-two-section .section-title {
    color: white;
}

.promise-two-section .promise-description {
    color: white;
    font-size: 18px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 300;
    line-height: 28.8px;
    text-align: center;
}


/* ===========================================
   3가지 이유 섹션
   =========================================== */

.reasons-section {
    width: 100%;
    padding: 80px 0px 160px;
    background: white;
    position: relative;
}

.reasons-container {
    position: relative;
    background: white;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 0 16px 60px 16px;
    max-width: 1500px;
    margin: 0 auto;
    margin-top: -190px;
    z-index: 2;
}

.reasons-container:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 108px;
    background: #fff;
    border-radius: 1000px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.reasons-header {
    position: relative;
    background: white;
    padding: 50px 0 0;
    margin-bottom: 30px;
    text-align: center;
}

.reasons-header .section-title {
    color: #111111;
    font-size: 26px;
    font-family: 'MaruBuriOTF', 'MaruBuri', 'Pretendard', sans-serif;
    font-weight: 400;
    line-height: 41.6px;
}

.reasons-content {
    display: flex;
    gap: 12px;
    max-width: 1200px;
    margin: 0 auto;
}

.reason-item {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.reason-image {
    width: 100%;
    height: 283px;
    background: #575757;
    border: 1px solid #E5E5EC;
    overflow: hidden;
}

.reason-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reason-text {
    padding: 40px 8px;
    background: white;
    border: 1px solid #E5E5EC;
    border-top: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.reason-title {
    color: #555555;
    font-size: 20px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    margin: 0;
}

.reason-description {
    color: #555555;
    font-size: 16px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    line-height: 25.6px;
    text-align: center;
    margin: 0;
}


/* ===========================================
   FAQ 섹션
   =========================================== */

.faq-section {
    width: 100%;
    padding: 100px 0px;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faq-content {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 62px;
}

.faq-header {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}

.faq-header .section-label {
    color: #18522F;
}

.faq-header .section-title {
    font-family: 'Noto Serif KR', serif;
}

.faq-content {}

.faq-list {
    width: 100%;
}

.faq-item {
    border-bottom: 1px solid #E0E0E0;
}

.faq-question {
    padding: 20px 30px;
    background: #F7F7FB;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background: #F0F0F4;
}

.faq-q {
    color: #333333;
    font-size: 18px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    line-height: 18px;
    margin-right: 16px;
}

.faq-question-text {
    flex: 1;
    color: #333333;
    font-size: 18px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    line-height: 25.2px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item .faq-answer {
    padding: 0px 30px 0px 30px;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 20px 30px 40px 30px;
}

.faq-answer p {
    color: #555555;
    font-size: 16px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 300;
    line-height: 22.4px;
    margin: 0;
}

.faq-answer strong {
    font-weight: 600;
}


/* ===========================================
   추천 대상 섹션
   =========================================== */

.recommendation-section {
    width: 100%;
    padding: 160px 360px;
    background: #F7F7FB;
}

.recommendation-header {
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center;
    margin-bottom: 40px;
}

.recommendation-header .section-label {
    color: #18522F;
}

.recommendation-list {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.recommendation-item {
    padding: 20px 26px;
    background: white;
    border: 1px solid #E5E5EC;
    display: flex;
    align-items: center;
    gap: 8px;
}

.recommendation-item .check-icon {
    width: 30px;
    height: 30px;
    border: 1px solid #CFCFCF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #005E32;
    font-size: 12px;
    font-weight: bold;
}

.recommendation-text {
    color: #555555;
    font-size: 20px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 500;
    line-height: 32px;
}


/* ===========================================
   반응형 - 태블릿 (1024px 이하)
   =========================================== */

@media (max-width: 1024px) {
    /* 배너 */
    .cheong-eum-tang-banner {
        height: 632px;
        padding: 0 15px;
    }
    .banner-content {
        gap: 20px;
        justify-content: flex-end;
        padding-bottom: 70px;
    }
    .banner-text-wrapper {
        align-items: center;
        text-align: center;
    }
    .text-content {
        align-items: center;
        text-align: center;
    }
    .banner-label {
        font-size: 16px;
        line-height: 22.4px;
    }
    .banner-title {
        font-size: 30px;
        line-height: 48px;
    }
    .banner-description {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }
    /* 특징 섹션 */
    .features-section {
        padding: 0;
    }
    .features-container {
        flex-wrap: wrap;
        gap: 0;
        justify-content: center;
    }
    .feature-item {
        flex: 0 0 calc(50% - 8px);
    }
    .feature-text {
        font-size: 16px;
        line-height: 25.6px;
    }
    /* 소개 섹션 */
    .introduction-section {
        padding: 80px 16px;
        max-width: none;
    }
    .intro-header {
        margin-bottom: 20px;
        text-align: left;
    }
    .intro-text {
        width: 100%;
    }
    .section-label {
        font-size: 16px;
        line-height: 25.6px;
    }
    .section-title {
        font-size: 21px;
        line-height: 33.6px;
    }
    .intro-content {
        flex-direction: column;
        gap: 25px;
    }
    .intro-image {
        flex: none;
        width: 100%;
        height: 260px;
        margin: 0 auto;
    }
    .intro-subtitle {
        font-size: 18px;
        line-height: 28.8px;
    }
    .intro-description {
        font-size: 14px;
        line-height: 22.4px;
    }
    /* 조건 섹션 */
    .conditions-section {
        padding: 80px 16px;
    }
    .conditions-header .section-label {
        font-size: 16px;
        line-height: 25.6px;
    }
    .conditions-header .section-title {
        font-size: 20px;
        line-height: 32px;
    }
    .conditions-items {
        flex-direction: column;
        gap: 5px;
    }
    .condition-item {
        width: 100%;
        max-width: none;
    }
    .condition-text {
        font-size: 16px;
        line-height: 25.6px;
    }
    .condition-connector {
        font-size: 21px;
        font-weight: 500;
    }
    /* 장식 요소 */
    .decoration-section {}
    .decoration-circles {
        width: 30px;
        height: 120px;
    }
    .decoration-circles:before {
        content: "";
        height: 70px;
    }
    .decoration-circles .circle-large {
        width: 30px;
        height: 30px;
        top: 90px;
    }
    .decoration-circles .circle-medium {
        width: 16px;
        height: 16px;
        left: 7px;
        top: 97px;
    }
    .decoration-circles .circle-small {
        width: 8px;
        height: 8px;
        left: 11px;
        top: 101px;
    }
    .decoration-circles .circle-tiny {
        width: 3px;
        height: 3px;
        left: 13.5px;
        top: 103.5px;
    }
    /* 조건 요약 */
    .conditions-summary-section {
        padding: 60px 16px 0;
    }
    .conditions-summary {
        font-size: 18px;
        line-height: 28.8px;
        margin-top: 34px;
    }
    /* 세포 비교 */
    .cell-comparison-section {
        padding: 40px 16px;
    }
    .cell-images {
        flex-direction: column;
        align-items: center;
    }
    .cell-image {
        width: 100%;
        max-width: 100%;
        height: 260px;
    }
    /* 약속 1 */
    .promise-header {
        margin-bottom: 43px;
    }
    .promise-one-section {
        padding: 80px 16px;
    }
    .promise-intro {
        padding: 40px 20px;
        gap: 20px;
    }
    .promise-subtitle {
        font-size: 20px;
        line-height: 32px;
    }
    .quality-checks {
        flex-direction: column;
        gap: 8px;
    }
    .check-item {
        padding: 16px 8px;
    }
    .check-text {
        font-size: 14px;
        line-height: 22.4px;
    }
    .promise-description {
        font-size: 16px;
    }
    .gmp-info {
        padding: 40px 16px;
        flex-direction: column;
        gap: 16px;
    }
    .gmp-content {
        flex-direction: column;
        gap: 16px;
    }
    .gmp-logo {
        flex: none;
        text-align: center;
        position: absolute;
        right: 20px;
        top: 40px;
        max-width: 62px;
    }
    /* 약속 2 */
    .promise-two-section {
        height: auto;
        padding: 80px 16px;
    }
    .promise-two-section .promise-content {
        width: 100%;
        margin-left: 0;
        gap: 20px;
    }
    .promise-two-section .section-label {
        font-size: 16px;
        line-height: 25.6px;
    }
    .promise-two-section .section-title {
        font-size: 20px;
        line-height: 32px;
    }
    .promise-two-section .promise-header {
        text-align: left;
    }
    .promise-two-section .promise-description {
        font-size: 14px;
        line-height: 19.6px;
        text-align: left;
    }
    /* 이유 섹션 */
    .reasons-section {
        padding: 60px 16px;
    }
    .reasons-container {
        margin-top: -90px;
    }
    .reasons-header {
        padding: 30px 0 0;
    }
    .reasons-container:before {
        width: 230px;
        height: 48px;
        top: -20px;
    }
    .reasons-header .section-title {
        font-size: 20px;
        line-height: 32px;
    }
    .reasons-content {
        flex-direction: column;
        gap: 30px;
    }
    .reason-image {
        height: 200px;
    }
    .reason-title {
        font-size: 18px;
        line-height: 28.8px;
    }
    .reason-description {
        font-size: 14px;
        line-height: 22.4px;
    }
    /* FAQ */
    .faq-section {
        padding: 80px 16px;
    }
    .faq-header {}
    .faq-header .section-label {
        font-size: 16px;
        line-height: 25.6px;
    }
    .faq-header .section-title {
        font-size: 21px;
        line-height: 33.6px;
    }
    .faq-question {
        padding: 16px 20px;
    }
    .faq-q {
        font-size: 16px;
        font-weight: 700;
    }
    .faq-question-text {
        font-size: 16px;
        font-weight: 700;
    }
    .faq-item.active .faq-answer {
        padding: 16px 20px 30px 20px;
    }
    .faq-answer p {
        font-size: 14px;
        line-height: 22.4px;
    }
    /* 추천 대상 */
    .recommendation-section {
        padding: 80px 16px;
    }
    .recommendation-header {
        margin-bottom: 30px;
    }
    .recommendation-header .section-label {
        font-size: 16px;
        line-height: 25.6px;
    }
    .recommendation-header .section-title {
        font-size: 21px;
        line-height: 33.6px;
    }
    .recommendation-list {
        max-width: none;
    }
    .recommendation-item {
        padding: 16px 20px;
    }
    .recommendation-text {
        font-size: 16px;
        line-height: 25.6px;
    }
    .conditions-summary-section .conditions-summary-image {
        max-width: 238px;
        margin: -230px 0 -62px;
    }
    .faq-toggle {
        width: 24px;
        height: 24px;
    }
}


/* ===========================================
   반응형 - 작은 모바일 (480px 이하)
   =========================================== */

@media (max-width: 480px) {
    .banner-title {
        font-size: 28px;
        line-height: 44.8px;
    }
    .conditions-header .section-title {
        font-size: 18px;
        line-height: 28.8px;
    }
    .promise-two-section .section-title {
        font-size: 18px;
        line-height: 28.8px;
    }
    .reasons-header .section-title {
        font-size: 18px;
        line-height: 28.8px;
    }
    .faq-header .section-title {
        font-size: 18px;
        line-height: 28.8px;
    }
    .recommendation-header .section-title {
        font-size: 18px;
        line-height: 28.8px;
    }
    .promise-background img {
        object-position: right;
    }
    .promise-overlay {
        background: linear-gradient(270deg, #7846107d 0%, #3A2208 100%);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
}