@media (max-width: 1240px) {

    /* ==========================
       공통
    ========================== */
    section .inner {
        padding: 0px 20px;
    }

    /* ==========================
       부가서비스 안내
    ========================== */
    .service-card {
        height: auto;
    }
}

@media (max-width: 960px) {

    /* ==========================
       공통
    ========================== */
    .section-title {
        font-size: var(--fs-3xl);
        font-weight: 700;
    }

    .section-subtitle {
        font-size: var(--fs-lg);
    }

    .block-head h1 {
        font-size: var(--fs-2xl);
    }

    /* ==========================
       부가서비스 안내
    ========================== */
    .service-content {
        padding-right: 0px;
    }

    .service-content .helper-text br {
        display: none;
    }

    .service-image {
        width: 50%;
    }

    /* ==========================
       운영 흐름
    ========================== */
    .benefit-list {
        grid-template-columns: repeat(2, 1fr);
    }

    /* ==========================
       CTA
    ========================== */
    .sub-cta {
        background-image: url(/homepage2/assets/images/m-sub-cta-bg.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .cta-btn-wrap {
        flex-direction: column;
    }
}

@media (max-width: 768px) {

    /* ==========================
       공통
    ========================== */
    .section-head,
    .block-head {
        margin-bottom: 40px;
    }

    .section-title,
    .block-head h1 {
        font-size: 28px;
    }

    .section-subtitle,
    .block-subtitle {
        font-size: var(--fs-md);
    }

    /* ==========================
       부가서비스 안내
    ========================== */
    .service-card {
        flex-direction: column;
        gap: 0px;
    }

    .service-content {
        padding: 28px 28px 0px;
    }

    .service-image {
        display: flex;
        justify-content: flex-end;

        width: 100%;
        padding: 0px 60px 28px;
    }

    .service-image img {
        width: 60%;
    }

    .service-content h2 {
        font-size: var(--fs-xl);
    }

    .service-content .helper-text {
        margin-bottom: 28px;
    }

    /* ==========================
       부가서비스 후기
    ========================== */
    .service-review-list {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .section-subtitle br,
    .block-subtitle br {
        display: none;
    }

    .service-image {
        padding: 0px 28px 28px;
    }

    .service-review-list {
        margin-bottom: 60px;
    }

    .impact-btn {
        width: 100%;
    }

    .benefit-list {
        display: flex;
        flex-direction: column;
    }

    .benefit-item {
        padding: 28px;
    }
}

@media (max-width: 375px) {

    /* ==========================
       공통
    ========================== */
    section .inner {
        padding: 0px 16px;
    }
}