@charset "utf-8";

/* =========================================================
   원광효도마을 노인복지센터 - 노인 맞춤돌봄 서비스
   기존 홈페이지 화면 스타일 유지 + 2026.08 리뉴얼 사진 반영
   ========================================================= */

#ctt header h1 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.ctt_c7_amyj28 #ctt_con,
.c7-carematch #ctt_con {
    width: 100%;
    min-width: 0;
    padding: 0;
}

.c7-carematch,
.c7-carematch * {
    box-sizing: border-box;
}

.c7-carematch__inner {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    padding: 12px 0 80px;
    color: #666;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: -0.35px;
    word-break: keep-all;
}

.c7-carematch__intro {
    margin-bottom: 96px;
}

.c7-carematch__heading {
    margin-bottom: 36px;
}

.c7-carematch__number {
    display: block;
    color: #b6b6b6;
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2px;
}

.c7-carematch__heading h2 {
    margin: 4px 0 0;
    padding: 0;
    color: #39a8d4;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.7px;
}

.c7-carematch__lead {
    margin: 0;
    color: #6d6d6d;
    font-size: 18px;
    line-height: 2;
}

.c7-carematch__section {
    margin-top: 74px;
}

.c7-carematch__section-title {
    position: relative;
    height: auto !important;
    margin: 0 0 12px !important;
    padding: 0 0 0 22px !important;
    color: #333;
    font-size: 17px !important;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.45px;
}

.c7-carematch__section-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #d5d6d7;
}

.c7-carematch__text,
.c7-carematch__note {
    margin: 0;
    padding-left: 22px;
}

.c7-carematch__bullet-list,
.c7-carematch__target-list {
    margin: 0;
    padding: 0 0 0 22px;
    list-style: none;
}

.c7-carematch__bullet-list li,
.c7-carematch__target-list li {
    position: relative;
    margin: 3px 0;
    padding-left: 13px;
}

.c7-carematch__bullet-list li::before,
.c7-carematch__target-list li::before {
    content: '·';
    position: absolute;
    left: 1px;
    top: 0;
    color: #777;
}

.c7-carematch__target-list .is-accent {
    color: #ec8066;
    font-weight: 700;
}

.c7-carematch__target-list .is-accent::before {
    color: #ec8066;
}

.c7-carematch__note {
    margin-top: 4px;
    line-height: 2;
}

.c7-carematch__gallery-section {
    margin-top: 82px;
}

.c7-carematch__gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 34px 0 0 !important;
    padding: 0 !important;
    list-style: none;
}

.c7-carematch__gallery li {
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 22px 22px 0 0;
    background: #f3f3f3;
}

.c7-carematch__gallery img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: cover;
}

.onlyadmin {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

@media (max-width: 980px) {
    .c7-carematch__inner {
        padding-left: 28px;
        padding-right: 28px;
    }
}

@media (max-width: 720px) {
    .c7-carematch__inner {
        padding: 8px 18px 60px;
        font-size: 14px;
        line-height: 1.82;
    }

    .c7-carematch__intro {
        margin-bottom: 64px;
    }

    .c7-carematch__number {
        font-size: 46px;
    }

    .c7-carematch__heading h2 {
        font-size: 18px;
    }

    .c7-carematch__lead {
        font-size: 15px;
        line-height: 1.9;
    }

    .c7-carematch__section {
        margin-top: 56px;
    }

    .c7-carematch__section-title {
        font-size: 16px !important;
    }

    .c7-carematch__desktop-br {
        display: none;
    }

    .c7-carematch__gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-top: 24px !important;
    }
}

@media (max-width: 460px) {
    .c7-carematch__inner {
        padding-left: 14px;
        padding-right: 14px;
    }

    .c7-carematch__text,
    .c7-carematch__note,
    .c7-carematch__bullet-list,
    .c7-carematch__target-list {
        padding-left: 18px;
    }

    .c7-carematch__gallery {
        grid-template-columns: 1fr;
    }
}
