.section-checkup-plan {
    background-image: url('../images/check-plan-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.section-checkup-plan .card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.section-checkup-plan .card-content .card {
    width: 100%;
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
    line-height: 1.4;
    font-size: 1.8rem;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.section-checkup-plan .card-content .card .head {
    padding: 10px 0;
    font-weight: 500;
    background-color: var(--primary-color);
    color: #fff;
    text-align: center;
}

.section-checkup-plan .card-content .card .item {
    list-style: none;
    display: grid;
    padding: 16px 24px;
    margin: 0;
    font-size: 1.6rem;
}

.section-checkup-plan .card-content .card .item.col-2 {
    grid-template-columns: 1fr 1fr;
}

.section-checkup-plan .card-content .card .item li::before {
    content: "- ";
}

.section-checkup-items {
    position: relative;
    background: url('../images/v-plasty-sec4-bg.jpg') no-repeat center / cover;
}

.section-checkup-items .checkup-items-img {
    padding: 50px 50px 50px 0;
}

.section-checkup-items .checkup-items-img img {
    width: 100%;
}

.section-checkup-items .checkup-items-txt {
    padding: 20px;
    text-align: left;
}

.section-checkup-items .checkup-items-txt .text-header .caption {
    font-size: 1.8rem;
    font-weight: 400;
}

.section-checkup-items .text-header {
    text-align: left;
}

.section-checkup-items .text-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0;
    margin-top: 24px;
}

.section-checkup-items .text-item {
    padding: 12px 0;
}

.section-checkup-items .text-item .head {
    font-weight: bold;
    margin-bottom: 8px;
}

.section-checkup-items .text-item .head::before {
    content: "· ";
    color: var(--primary-color);
}

.section-checkup-items .text-item .desc {
    margin: 0;
    line-height: 1.6;
}

.section-checkup-items .text-item .desc span {
    color: var(--primary-color);
    font-weight: 600;
}

.section-checkup-items.reverse {
    background-color: #faf9f5;
    background-image: none;
}

.section-checkup-items.reverse .checkup-items-img {
    padding: 50px 0 50px 50px;
}

.section-checkup-items.reverse .checkup-items-txt {
    text-align: right;
}

.section-checkup-items.reverse .text-header {
    text-align: right;
}

.section-symptoms-card {
    background: url('../images/dryness-symptoms-bg.jpg') no-repeat center / cover;
    padding: 12px;
}

.section-symptoms-card .symptoms-inner {
    margin: 0 auto;
    padding: 20px;
}

.section-symptoms-card .card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 18px;
}

.section-symptoms-card .card {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.section-symptoms-card .card-title {
    background: #8B6B4A;
    color: #fff;
    text-align: center;
    padding: 14px;
    font-weight: bold;
    font-size: 2.2rem;
}

.section-symptoms-card .item {
    list-style: none;
    padding: 20px 24px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.section-symptoms-card .item li {
    padding-left: 28px;
    position: relative;
    line-height: 1.5;
    color: #444;
}

.section-symptoms-card .item li::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url('../images/symptoms-card-check.png') center/contain no-repeat;
}

.section-device {
    padding: 60px 20px;
    text-align: center;
    background: url('../images/dryness-device-bg.jpg') no-repeat right / cover;
}

.section-device .card-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 18px;
}

.section-device .card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.section-device .card .img {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
}

.section-device .card .img img {
    max-height: 200px;
    object-fit: contain;
}

.section-device .card .badge {
    background: var(--primary-color);
    color: #fff;
    border-radius: 50px;
    padding: 8px 24px;
    font-size: 2rem;
    font-weight: bold;
}

.section-device .card .desc {
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: center;
}

.section-symptoms-grid .grid-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
    margin: 18px auto;
}

.section-symptoms-grid .grid {
    display: grid;
    grid-template-columns: 48px 1fr;
    grid-template-rows: auto auto;
    column-gap: 16px;
    row-gap: 4px;
    justify-content: center;
    align-items: center;
    padding: 22px 24px 22px 20px;
    position: relative;
    background: #fcf7f3;
    border-radius: 16px;
    overflow: hidden;
    transition: box-shadow .25s ease, transform .2s ease;
}

.section-symptoms-grid .grid:hover {
    box-shadow: 0 8px 28px rgba(181, 137, 106, .13);
    transform: translateY(-2px);
}

.section-symptoms-grid .icon {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-symptoms-grid .icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.section-symptoms-grid .grid .head {
    grid-column: 2;
    grid-row: 1;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--point-color);
}

.section-symptoms-grid .grid .desc {
    grid-column: 2;
    grid-row: 2;
    font-size: 1.6rem;
    font-weight: 400;
}

.section-symptoms-grid .grid .num {
    position: absolute;
    right: 18px;
    bottom: 0;
    font-family: 'Noto Serif KR', serif;
    font-size: 3em;
    font-weight: 600;
    font-style: italic;
    color: var(--point-color);
    line-height: 1;
    letter-spacing: -2px;
    opacity: 0.1;
}

.section-card {
    background: url('../images/infection-card-bg.jpg') no-repeat left / cover;
}

.section-card.white-bg {
    background: url('../images/section-card-white-bg.jpg') no-repeat left / cover;
}

.section-card .text-header .head {
    color: #fff;
}

.section-card.white-bg .text-header .head {
    color: var(--point-color);
}

.section-card .card-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 18px;
}

.section-card .card {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: #fff;
    border-radius: 20px;
}

.section-card .card .img {
    flex: 0 0 30%;
}

.section-card .card .txt {
    flex: 0 0 70%;
    line-height: 1.4;
}

.section-card .card .txt .head {
    color: var(--primary-color);
    font-weight: 700;
}

.section-card .card .txt .desc {
    font-size: 1.6rem;
}

.section-schedule {
    background-color: #fbf9f6;
    padding: 60px 40px;
}

.section-schedule .schedule-content {
    margin-top: 18px;
    background-color: #fff;
}

.schedule-item {
    padding: 28px;
}

.schedule-item + .schedule-item {
    border-top: 1px dashed #c9b99a;
}

.schedule-desc {
    margin-bottom: 24px;
}

.schedule-desc .schedule-text span {
    font-weight: 700;
    color: var(--primary-color);
}

.schedule-desc .schedule-text b {
    font-weight: 600;
}

.schedule-bar {
    display: none;
}

.bar-track {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    height: 36px;
}

.bar-track::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 36px;
    background-color: #b69278;
    border-radius: 20px;
    transform: translateY(-50%);
    z-index: 0;
}

.bar-track.after::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: var(--fill);
    height: 36px;
    background-color: var(--point-color);
    border-radius: 20px;
    transform: translateY(-50%);
    z-index: 0;
}

.bar-track li {
    position: relative;
    z-index: 1;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    flex: 1;
    text-align: center;
}

.bar-track li.active::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    background-color: var(--point-color);
    border-radius: 50%;
    z-index: -1;
}

.bar-track li.active {
    color: #fff;
}

.bar-label {
    position: relative;
    height: 28px;
    margin-top: 8px;
}

.bar-label span {
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 1.6rem;
    color: var(--point-color);
    font-weight: 600;
}

.bar-label .label-first {
    left: 8%;
}

.bar-label .label-second {
    left: 52%;
}

.bar-label .label-third {
    left: 64%;
}

.bar-label .label-fourth {
    left: 38%;
}

@media (min-width: 414px) {
    .bar-label .label-first {
        left: 8%;
    }
    .bar-label .label-second {
        left: 45%;
    }
    .bar-label .label-third {
        left: 60%;
    }
    .bar-label .label-fourth {
        left: 34%;
    }
}

@media (min-width: 768px) {
    .section-symptoms-card .item li::before {
        top: 5px;
    }

    .section-checkup-plan .card-content.six-card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .schedule-bar-m {
        display: none;
    }

    .schedule-bar {
        display: block;
    }

    .bar-label .label-first {
        left: 4%;
    }
    .bar-label .label-second {
        left: 70%;
    }
    .bar-label .label-third {
        left: 30%;
    }
    .bar-label .label-fourth {
        left: 64%;
    }
}

@media (min-width: 1024px) {
    .section-checkup-plan .card-content {
        flex-direction: row;
    }
    .section-checkup-plan .card-content.three-card {
        flex-direction: column;
    }
    .section-checkup-plan .card-content.six-card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .section-checkup-plan .card-content .card {
        min-width: 440px;
    }

    .section-checkup-items {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        background-position: right;
    }
    .section-checkup-items.reverse {
        flex-direction: row-reverse;
    }
    .section-checkup-items .checkup-items-img {
        flex: 0 0 40%;
    }
    .section-checkup-items .text-item .head {
        font-size: 2rem;
    }
    .section-checkup-items .text-item .desc {
        font-size: 1.8rem;
        white-space: pre-line;
    }

    .section-symptoms-card {
        padding: 52px;
    }
    .section-symptoms-card .symptoms-inner {
        padding: 52px;
        background: #fff;
    }
    .section-symptoms-card .card-content {
        flex-direction: row;
        align-items: stretch;
    }
    .section-symptoms-card .card {
        flex: 1;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    }

    .section-device .card-content {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        max-width: 1000px;
        margin: 18px auto;
    }

    .section-symptoms-grid .grid-content {
        grid-template-columns: 1fr 1fr;
    }

    .section-card .card-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .section-card .card {
        gap: 24px;
    }
    .section-card .card .img {
        flex: 0 0 20%;
    }
    .section-card .card .txt {
        flex: 0 0 80%;
    }
    .section-card .card {
        padding: 14px 36px;
    }

    .section-plan-info .text-header {
        text-align: left;
        /* padding-left: 140px; */
    }

    .bar-label .label-first {
        left: 4%;
    }
    .bar-label .label-second {
        left: 61%;
    }
    .bar-label .label-third {
        left: 26%;
    }
    .bar-label .label-fourth {
        left: 58%;
    }
}

@media (min-width: 1280px) {
    .section-checkup-plan .card-content .card {
        min-width: 520px;
    }
    .section-checkup-plan .card-content.three-card {
        flex-direction: row;
    }
    .section-checkup-plan .card-content.three-card .card {
        min-width: 380px;
        min-height: stretch;
    }
    .section-checkup-plan .card-content.six-card {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .section-checkup-plan .card-content.six-card .card {
        min-width: 380px;
        min-height: stretch;
    }
}

@media (min-width: 1440px) {
    .bar-label .label-first {
        left: 4%;
    }
    .bar-label .label-second {
        left: 50%;
    }
    .bar-label .label-third {
        left: 16.67%;
    }
    .bar-label .label-fourth {
        left: 50%;
    }
}