@charset "utf-8";

/* ============================================================
   wart 페이지 — Tailwind 보조 스타일
   ============================================================ */

.ctt_admin {
    display: none;
}

/* 섹션 1 — xl 이상 이미지·텍스트 박스 겹침 */
@media (min-width: 1280px) {
    .sh-wart-intro__visual {
        position: relative;
        min-height: 500px;
    }

    .sh-wart-intro__photo {
        position: absolute;
        left: 0;
        top: 50px;
        z-index: 10;
        width: 30%;
        max-width: 400px;
    }

    .sh-wart-intro__box {
        position: relative;
        z-index: 20;
        margin-left: 36%;
        min-height: 500px;
        padding-left: clamp(100px, 10vw, 160px);
        padding-right: 40px;
    }
}

@media (min-width: 1536px) {
    .sh-wart-intro__photo {
        left: 0;
        width: 40.83%;
        max-width: 588px;
    }

    .sh-wart-intro__box {
        width: 1200px;
        max-width: 100%;
        margin-left: auto;
        margin-right: 0;
        padding-left: min(220px, 18%);
        padding-right: 40px;
        justify-content: flex-end;
    }

    .sh-wart-intro__box-inner {
        max-width: 780px;
        margin-left: auto;
        margin-right: 0;
    }
}

/* 섹션 4 — 맞춤형 제거 프로그램 */
@media (min-width: 1024px) {
    .sh-wart-program__media {
        width: 467px;
        max-width: 467px;
    }

    .sh-wart-program__body {
        width: 773px;
        max-width: 773px;
    }

    .sh-wart-program__row--even .sh-wart-program__body {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .sh-wart-program__row--even .sh-wart-program__details {
        width: auto;
        align-self: flex-end;
        text-align: left;
    }
}

/* 섹션 3 — 듀얼레이저 비교표 PC */
@media (min-width: 1024px) {
    .sh-wart-laser__table {
        display: grid;
        grid-template-columns: minmax(0, 360fr) minmax(0, 540fr) minmax(0, 540fr);
        align-items: stretch;
    }

    .sh-wart-laser__corner {
        background-color: #ffffff;
        border-right: none;
        border-bottom: none;
    }

    .sh-wart-laser__label,
    .sh-wart-laser__head,
    .sh-wart-laser__cell {
        border-right: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
    }

    .sh-wart-laser__col--last {
        border-right: none;
    }

    .sh-wart-laser__cell--last,
    .sh-wart-laser__label--last {
        border-bottom: none;
    }
}

/* 섹션 6 — FAQ */
.sh-wart-faq .sh-faq-item__question > span.text-primary {
    color: #ff964d;
}

.sh-wart-faq .sh-faq-item:not(.is-open) .sh-faq-item__question-body {
    color: #212121;
}

.sh-wart-faq .sh-faq-item.is-open .sh-faq-item__question-body {
    color: #ff964d;
}
