@media (max-width: 1240px) {

    /* ==========================
       공통
    ========================== */
    section .inner {
        padding: 0px 20px;
    }

    /* ==========================
       주야간 카드
    ========================== */
    .daycare-card .card-title {
        align-items: flex-start;
        gap: 12px;
        font-size: var(--fs-xl);
        line-height: 1.3;
    }

    /* ==========================
       주요 서비스
    ========================== */
    .daycare-feature .feature-card {
        min-height: auto;
    }

    .daycare-feature .feature-image {
        display: flex;
        align-items: center;
    }
}

@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;
    }

    .pc-br {
        display: none;
    }

    /* ==========================
       메인 이미지
    ========================== */
    .daycare-main .dashboard {
        position: relative;
        aspect-ratio: 800/400;
        width: 100%;
        height: auto;
    }

    /* ==========================
       말풍선 후기
    ========================== */
    .daycare-pain .inner {
        flex-direction: column;
        align-items: center;
    }

    .pain-title-wrap {
        text-align: center;
    }

    /* ==========================
       주야간 카드
    ========================== */
    .daycare-card .card-list {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .daycare-card .card-item {
        display: flex;
        flex-direction: row;
        min-height: auto;
        gap: 20px;

        padding: 32px 28px;
    }

    .daycare-card .card-title {
        display: flex;
        align-items: center;
        gap: 8px;

        margin-bottom: 20px;

        font-size: 28px;
        font-weight: 700;
        line-height: 1;
    }

    .daycare-card .card-title span {
        color: var(--primary-blue200);
        font-size: var(--fs-xl);
    }

    .daycare-card .card-desc {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .daycare-card .card-desc li {
        position: relative;

        padding-left: 20px;

        font-size: var(--fs-md);
        font-weight: 400;
        line-height: 1.5;
        color: var(--wf-900);
    }

    .daycare-card .card-desc li::before {
        content: "";

        position: absolute;
        top: 12px;
        left: 4px;

        width: 5px;
        height: 5px;

        border-radius: var(--radius-100);
        background: var(--primary-blue200);
    }

    .daycare-card .card-image {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .daycare-card .card-image img {
        width: 100%;
        max-width: 280px;
    }

    /* ==========================
       주요서비스
    ========================== */
    .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;
    }

    .daycare-flow .flow-item {
        padding: 20px;
    }

    .daycare-flow .flow-name {
        text-align: center;
    }

    .daycare-feature .feature-content {
        gap: 20px;
    }

    .daycare-feature .feature-content h2 {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .daycare-feature .feature-content p.helper-text br {
        display: none;
    }

    /* ==========================
       운영안정성
    ========================== */
    .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) {
        margin-right: 0;
    }

    .daycare-card {
        padding: 100px 0px;
    }

    .daycare-card .card-title {
        font-size: var(--fs-xl);
    }

    /* ==========================
       업무 흐름
    ========================== */
    .daycare-flow img.desktop-flow {
        display: none;
    }

    .daycare-flow-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .daycare-flow .flow-item {
        position: relative;
        z-index: 1;
        gap: 20px;
        flex-direction: row;
        justify-content: flex-start;

        padding: 28px 20px 32px 20px;
        border: 1px solid var(--border);
        border-radius: var(--radius-12);
        background: var(--wf-white);
    }

    .daycare-flow .flow-item .flow-text-area {
        align-items: flex-start;
    }

    .daycare-flow .flow-icon {
        margin-bottom: 0;
    }

    .daycare-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);
    }

    .daycare-feature .feature-content {
        padding: 32px;
    }

    .daycare-feature .feature-content h2 {
        font-size: var(--fs-xl);
    }

    .daycare-flow-list {
        gap: 16px;
    }

    .daycare-flow .flow-name {
        font-size: var(--fs-md);
    }

    /* ==========================
       도입효과
    ========================== */
    .impact-list {
        padding: 0 20px 8px;
    }

    .daycare-impact .impact-compare {
        gap: 12px;
    }

    .impact-card.after {
        max-width: 340px;
    }

    /* ==========================
       운영안정성
    ========================== */
    .daycare-stability .stability-banner {
        padding: 28px;
        min-height: 400px;

        background-image: url("/homepage2/assets/images/m-daycare-stability-bg.png");
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: 200px 20px;
        background-color: var(--primary-soft-blue200);
    }

    .stability-list {
        display: flex;
        flex-direction: column;
    }

    /* ==========================
       이지케어 채널
    ========================== */
    .easy-community .inner {
        flex-direction: column;
    }

    .community-links,
    .community-card {
        width: 100%;
    }
}

@media (max-width: 640px) {

    /* ==========================
       메인
    ========================== */
    .daycare-main .img-wrap {
        width: auto;
        height: auto;
    }

    .daycare-main .img-wrap>img {
        width: 80%;
    }

    /* ==========================
       말풍선
    ========================== */
    .daycare-pain .chat-box {
        font-size: var(--fs-sm);
    }

    .daycare-pain .chat-box br {
        display: none;
    }

    /* ==========================
       업무 범위 카드 영역
    ========================== */
    .daycare-card {
        padding: 0 0 100px;
    }

    .daycare-card .card-item {
        flex-direction: column;
        padding: 28px 28px 20px;
    }

    .daycare-card .card-image {
        justify-content: flex-end;
    }

    /* ==========================
       업무 흐름
    ========================== */
    .daycare-flow .flow-desc br {
        display: none;
    }

    .daycare-flow-list {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .daycare-flow .flow-item {
        padding: 24px;
        flex-direction: row;
        justify-content: center;
    }

    .daycare-flow .flow-item .flow-text-area {
        align-items: flex-start;
        min-width: 180px;
    }

    .daycare-flow-list::before {
        content: "";
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translateX(-50%);

        width: 3px;
        height: 90%;

        background: rgba(70, 148, 209, 1);

        -webkit-mask: repeating-linear-gradient(to bottom,
            #000 0 4px,
            transparent 4px 8px);
    }

    /* ==========================
       운영안정성
    ========================== */
    .daycare-stability .stability-banner {
        min-height: 360px;
        background-position: 150px 60px;
    }

    /* ==========================
       주요서비스
    ========================== */
    .daycare-feature .feature-card,
    .daycare-feature .feature-card.reverse {
        flex-direction: column;
    }

    .daycare-feature .feature-content {
        padding: 28px 28px 0px 28px;
    }

    .daycare-feature .feature-image {
        width: 100%;
    }

    /* ==========================
       도입전후
    ========================== */
    .daycare-impact .impact-compare {
        display: none;
    }

    .tab-compare-section {
        display: block;
        margin: 0 auto 60px;
    }

    .compare-wrap {
        width: 100%;
        margin: 0 auto;
    }

    .compare-tab {
        display: flex;
    }

    .tab-btn {
        flex: 1;

        border: 0;
        background: var(--bg);
        padding: 16px 0px;

        font-size: var(--fs-lg);
        font-weight: 500;
        color: var(--wf-700);

        cursor: pointer;
    }

    .tab-btn:first-child {
        border-radius: 12px 0 0 0;
    }

    .tab-btn:last-child {
        border-radius: 0 12px 0 0;
    }

    .tab-btn.active {
        background: var(--primary-blue200);
        color: #fff;
        font-weight: 600;
    }

    .compare-content {
        padding: 0px 28px;

        background: #fff;
        border-radius: 0 0 12px 12px;
    }

    .compare-list {
        display: none;

        flex-direction: column;
        gap: 0;

        list-style: none;
    }

    .compare-list.active {
        display: flex;
    }

    .compare-list li {
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 20px 0;

        font-size: var(--fs-md);
        line-height: 1.5;
        color: var(--wf-900);
    }

    .compare-list li .icon {
        flex-shrink: 0;
    }

    .compare-list li strong {
        font-weight: 600;
    }

    .compare-list li+li {
        border-top: 1px solid var(--border);
    }

    .impact-btn {
        width: 100%;
    }
}

@media (max-width: 480px) {

    /* ==========================
       업무 범위 카드 영역
    ========================== */
    .daycare-card .card-image {
        justify-content: center;
    }

    /* ==========================
       업무 흐름
    ========================== */
    .daycare-flow {
        padding: 100px 0;
    }

    /* ==========================
       주요 서비스
    ========================== */
    .daycare-feature {
        padding: 0 0 100px;
    }

    /* ==========================
       운영안정성
    ========================== */
    .daycare-stability .stability-banner {
        min-height: 360px;
        background-size: 100%;
        background-position: 40px 80px;
    }

    /* ==========================
       이지케어 채널
    ========================== */
    .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;
    }
}

@media (max-width: 375px) {

    /* ==========================
       공통
    ========================== */
    section .inner {
        padding: 0px 16px;
    }

    /* ==========================
       히어로
    ========================== */
    .daycare-title .m-br {
        display: block;
    }

    .daycare-main .img-wrap {
        width: 100%;
        height: auto;
        aspect-ratio: 488 / 340;
    }

    /* ==========================
       말풍선 후기
    ========================== */
    .chat-box {
        padding: 20px;
    }

    .chat-box:nth-child(2) {
        margin-right: 0;
    }

    /* ==========================
       운영매뉴얼
    ========================== */
    .daycare-resource .block-subtitle .pc-br {
        display: none;
    }

    /* ==========================
       주요서비스
    ========================== */
    .daycare-feature .feature-card,
    .daycare-feature .feature-card.reverse {
        flex-direction: column;
    }

    .daycare-feature .feature-content {
        padding: 28px;
    }

    .daycare-feature .feature-image {
        width: 100%;
    }

    /* ==========================
       운영안정성
    ========================== */
    .daycare-stability .stability-banner {
        padding: 24px;
        min-height: 360px;
        background-size: 100%;
        background-position: 0px 150px;
    }

    .daycare-stability .stability-banner h2 {
        font-size: var(--fs-xl);
    }
}