@media (max-width: 1240px) {

    /* ==========================
       공통
    ========================== */
    section .inner {
        padding: 0px 20px;
    }

    /* ==========================
       주요 서비스
    ========================== */
    .w4c-feature .feature-card {
        min-height: auto;
    }

    .w4c-feature .feature-image {
        display: flex;
        align-items: flex-end;
    }
}

@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);
    }

    .m-br {
        display: block;
    }

    /* ==========================
       메인 이미지
    ========================== */
    .w4c-main .dashboard {
        position: relative;
        aspect-ratio: 800/410;
        width: 100%;
        height: auto;
    }

    /* ==========================
       말풍선 후기
    ========================== */
    .w4c-pain .inner {
        flex-direction: column;
        align-items: center;
    }

    .pain-title-wrap {
        text-align: center;
    }

    /* ==========================
       주요서비스
    ========================== */
    .resource-card {
        padding: 28px;
    }

    .resource-content h2 {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .resource-image img {
        width: 620px;
    }

    .resource-icon {
        width: 52px !important;
        top: 28px;
        right: 20px;
    }

    .resource-card:last-child .resource-icon {
        width: 80px !important;
        top: 20px;
    }

    .w4c-flow .flow-item {
        padding: 20px;
    }

    .w4c-flow .flow-name {
        text-align: center;
    }

    .w4c-feature .feature-content {
        gap: 20px;
    }

    .w4c-feature .feature-content h2 {
        font-size: var(--fs-xl);
        margin-bottom: 16px;
    }

    /* ==========================
       운영안정성
    ========================== */
    .stability-banner {
        background-position: 90% 100%;
    }

    .stability-banner h2 {
        font-size: 28px;
        margin-bottom: 8px;
    }

    /* ==========================
       CTA
    ========================== */
    .sub-cta {
        background-image: url(/homepage2/assets/images/m-sub-cta-bg.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .sub-cta .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);
    }

    /* ==========================
       말풍선 후기
    ========================== */
    .chat-box {
        padding: 20px;
    }

    .chat-box:nth-child(2),
    .chat-box:nth-child(4) {
        margin-right: 0;
    }

    /* ==========================
       평가자료
    ========================== */
    .w4c-resource .resource-content .pc-br {
        display: none;
    }

    .resource-grid {
        display: flex;
        flex-direction: column;
    }

    .resource-content h2 {
        font-size: var(--fs-xl);
    }

    .resource-link {
        margin-top: 20px;
    }

    .resource-image img {
        width: 560px;
    }

    .resource-icon {
        width: 80px !important;
        top: auto;
        bottom: 28px;
        right: 40px;
    }

    .resource-card:last-child .resource-icon {
        width: 120px !important;
        top: auto;
        bottom: 28px;
        right: 10px;
    }

    /* ==========================
       주요 서비스
    ========================== */
    .w4c-flow-list {
        display: flex;
        flex-direction: column;
    }

    .w4c-flow .flow-item {
        gap: 20px;
        flex-direction: row;
        justify-content: flex-start;
    }

    .w4c-flow .flow-item>div {
        align-items: flex-start;
    }

    .w4c-flow .flow-icon {
        margin-bottom: 0;
    }

    .w4c-flow-list::before {
        top: 50%;
        left: 50%;

        width: 3px;
        height: 90%;

        background: rgba(38, 173, 223, 1);

        -webkit-mask: repeating-linear-gradient(to bottom,
            #000 0 4px,
            transparent 4px 8px);
    }

    .w4c-feature .feature-content {
        padding: 28px 0px 28px 28px;
    }

    .w4c-feature .feature-content h2 {
        font-size: var(--fs-xl);
    }

    .w4c-feature .feature-tab,
    .w4c-feature .helper-text,
    .w4c-feature .no-img-tab li {
        font-size: var(--fs-md);
    }

    /* ==========================
       도입효과
    ========================== */
    .w4c-impact .impact-title-wrap {
        margin-bottom: 20px;
    }

    .w4c-impact .impact-compare {
        overflow-x: auto;
        justify-content: flex-start;
        padding: 0 20px;
        -webkit-overflow-scrolling: touch;
    }

    .w4c-impact .impact-compare img {
        flex-shrink: 0;

        width: 1200px;
        max-width: none;
    }

    /* ==========================
       이지케어 채널
    ========================== */
    .easy-community .inner {
        flex-direction: column;
    }

    .community-links,
    .community-card {
        width: 100%;
    }

    /* ==========================
       회계 파트너
    ========================== */
    .partner-logo-list {
        justify-content: space-between;
        gap: 0px;
    }

    .partner-logo img {
        height: auto;
    }
}

@media (max-width: 640px) {

    /* ==========================
       메인
    ========================== */
    .w4c-main .img-wrap {
        width: auto;
        height: auto;
    }

    .w4c-main .img-wrap>img {
        width: 80%;
    }

    /* ==========================
       주요서비스
    ========================== */
    .w4c-feature {
        padding: 100px 0px;
    }

    .w4c-feature .feature-card,
    .w4c-feature .feature-card.reverse {
        flex-direction: column;
    }

    .w4c-feature .feature-content {
        padding: 28px 28px 0px;
    }

    .w4c-feature .feature-image {
        width: 100%;
    }

    .w4c-impact {
        padding: 0 0 100px;
    }
}

@media (max-width: 480px) {

    /* ==========================
       메인
    ========================== */
    .w4c-title-wrap p br {
        display: none;
    }

    /* ==========================
       이지케어 채널
    ========================== */
    .easy-community .block-subtitle br {
        display: none;
    }

    .community-links {
        flex-direction: column;
    }

    .community-card {
        flex-direction: row;
        justify-content: flex-start;
        gap: 20px;
        padding: 28px;
    }

    .community-card>div {
        display: flex;
        flex-direction: column;
    }

    .community-icon img {
        margin-bottom: 0px;
    }

    /* ==========================
       이용기관 비교
    ========================== */
    .w4c-impact .block-subtitle br {
        display: none;
    }

    /* ==========================
       회계 파트너
    ========================== */
    .partner-title-wrap h1 br {
        display: none;
    }

    .sub-cta .cta-title br {
        display: none;
    }

}

@media (max-width: 375px) {

    /* ==========================
       공통
    ========================== */
    section .inner {
        padding: 0px 16px;
    }

    /* ==========================
       히어로
    ========================== */
    .w4c-title .m-br {
        display: block;
    }

    .w4c-main .img-wrap {
        width: 100%;
        height: auto;
        aspect-ratio: 488 / 340;
    }

    /* ==========================
       말풍선 후기
    ========================== */
    .chat-box {
        padding: 20px;
    }

    .chat-box:nth-child(2) {
        margin-right: 0;
    }

    /* ==========================
       운영매뉴얼
    ========================== */
    .w4c-resource .block-subtitle .pc-br {
        display: none;
    }

    /* ==========================
       주요서비스
    ========================== */
    .w4c-feature .feature-card,
    .w4c-feature .feature-card.reverse {
        flex-direction: column;
    }

    .w4c-feature .feature-content {
        padding: 28px;
    }

    .w4c-feature .feature-image {
        width: 100%;
    }

    /* ==========================
       운영안정성
    ========================== */
    .stability-banner {
        padding: 28px;
        min-height: 460px;

        background-image: url("/homepage2/assets/images/m-w4c-stability-bg.png");
        background-size: cover;
        background-position: center bottom;
    }

    .stability-list {
        display: flex;
        flex-direction: column;
    }

    /* ==========================
       회계 파트너
    ========================== */
    .w4c-partner {
        padding: 100px 0px;
    }

    .w4c-partner .block-head h1 {
        font-size: 26px;
    }

    .partner-logo img {
        opacity: 1;
    }
}