.board-frame.indexTreatBooking {
    box-sizing: border-box;
    overflow-x: hidden;
}

/* 공용 */
.divider {
    width: 1px;
    height: 40px;
    margin: 0 auto 16px;
    background: #c53b47;
    position: relative;
}
.divider::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
    border-radius: 50%;
    background: #c53b47;
}

.heading {
    font-size: 34px;
    line-height: 1.6;
    font-weight: 800;
    color: #c53b47;
    margin: 0 0 16px;
}
.heading .black {
    color: #000;
}

@media (max-width: 768px) {
    .heading {
        font-size: 28px;
    }
}

/* 메인 비주얼 */
.treat-booking-section.main-visual {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.treat-booking-section.main-visual .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: var(--treat-booking-visual-img);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.treat-booking-section.main-visual .minframe {
    position: relative;
    z-index: 1;
    height: 100%;
}

.treat-booking-section.main-visual .content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 26px;
}
.treat-booking-section.main-visual .content .title {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.treat-booking-section.main-visual .content .title b {
    font-weight: 800;
}
.treat-booking-section.main-visual .content .logo img {
    width: 400px;
    margin: 80px auto 30px;
}

@media (max-width: 768px) {
    .treat-booking-section.main-visual {
        width: 100vw;
        height: calc(100vh - 108px);
        position: relative;
        overflow: hidden;
    }

    .treat-booking-section.main-visual .bg {
        background-image: var(--treat-booking-visual-mo-img);
    }

    .treat-booking-section.main-visual .content {
        color: #fff;
        font-size: 16px;
        justify-content: flex-end;
        padding-bottom: 10%;
    }
    .treat-booking-section.main-visual .content .logo img {
        width: 240px;
        margin: 40px auto 20px;
    }
}

/* NO.1 BRAND */

.no1-brand {
    position: relative;
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
}

.no1-brand .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    background-image: var(--treat-booking-section2-bg-img);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.no1-brand .minframe {
    position: relative;
    z-index: 1;
}

.no1-brand .content {
    min-height: 100vh;
    height: 100%;
    padding-top: 20%;
    padding-bottom: 120px;
    box-sizing: border-box;
    margin-bottom: 25%;
}

.no1-brand .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    color: #c53b47;
    letter-spacing: -0.02em;
    margin-bottom: 28px;
}

.no1-brand .title span:first-child {
    font-size: 22px;
}

.no1-brand .title span:last-child {
    font-size: 44px;
}

.no1-brand .logo {
    margin: 0 0 28px;
}

.no1-brand .logo img {
    display: block;
    width: 500px;
    height: auto;
    margin: 0 auto;
}

.no1-brand .description {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.no1-brand .description span {
    display: block;
}

.no1-brand .info-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    z-index: 2;
    position: absolute;
    top: 75%;
}

.no1-brand .info-item {
    flex: 0 1 calc(50% - 10px);
    width: calc(50% - 10px);
    max-width: min(420px, calc((100% - 20px) / 2));
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 0;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
    text-align: left;
}

.no1-brand .info-item:nth-child(2) {
    flex-direction: row-reverse;
}

.no1-brand .info-wrap,
.no1-brand .info-item {
    overflow: visible;
}

.no1-brand .img-wrap {
    flex: 0 0 75%;
    min-height: 0;
    align-self: stretch;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 110%;
    margin-top: -80px;
}

.no1-brand .img-wrap.semi {
    background-image: var(--treat-booking-no1-semi-img);
}

.no1-brand .img-wrap.smp {
    background-image: var(--treat-booking-no1-smp-img);
}

.no1-brand .txt-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 24px 22px 24px 20px;
    min-width: 0;
}

.no1-brand .info-item:nth-child(1) .txt-wrap {
    text-align: right;
    align-items: flex-end;
}

.no1-brand .info-item:nth-child(2) .txt-wrap {
    text-align: left;
    align-items: flex-start;
}

.no1-brand .txt-main {
    font-size: 32px;
    font-weight: 800;
    color: #111;
    line-height: 1.25;
    margin-bottom: 12px;
}

.no1-brand .txt-sub {
    font-size: 15px;
    line-height: 1.45;
    color: #888;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .no1-brand {
        padding: 48px 0 100px;
        min-height: 0;
    }

    .no1-brand .content {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .no1-brand .bg {
        height: 100%;
        min-height: 100%;
    }

    .no1-brand .title span:first-child {
        font-size: 18px;
    }

    .no1-brand .title span:last-child {
        font-size: 34px;
    }

    .no1-brand .description {
        font-size: 16px;
    }

    .no1-brand .txt-main {
        font-size: 26px;
    }

    .no1-brand .txt-sub {
        font-size: 14px;
    }

    .no1-brand .logo img {
        width: 260px;
    }

    .no1-brand .info-wrap {
        position: relative;
        top: 0;
        flex-direction: column;
        align-items: stretch;
        margin-top: 80px;
        gap: 40px;
    }

    .no1-brand .info-item {
        width: 100%;
        max-width: none;
    }

    /* .no1-brand .info-item,
    .no1-brand .info-item:nth-child(2) {
        flex-direction: column;
        max-width: none;
    }

    .no1-brand .img-wrap {
        flex: none;
        width: 100%;
        min-height: 0;
    }

    .no1-brand .img-wrap img {
        min-height: 240px;
    }

    .no1-brand .info-item:nth-child(1) .txt-wrap,
    .no1-brand .info-item:nth-child(2) .txt-wrap {
        text-align: center;
        align-items: center;
        padding: 22px 20px 26px;
    } */
}

/* SIGNATURE TREATMENT */

.signature-treatment {
    padding: 48px 20px 56px;
    background: #fff;
}
.signature-treatment .inner {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}
.signature-treatment .brand {
    margin-bottom: 28px;
}
.signature-treatment .brand-mark {
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.signature-treatment .brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.signature-treatment .eyebrow {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #111;
    font-weight: 600;
    margin: 0;
}
.signature-treatment .lead {
    font-size: 15px;
    line-height: 1.55;
    color: #111;
    margin: 0 0 8px;
}

.signature-treatment .desc {
    font-size: 14px;
    line-height: 1.65;
    color: #333;
    margin: 0 0 36px;
}

.signature-treatment .card {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: calc(50px + 20px);
    background: #fff;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.15);
}

.signature-treatment .card-bg {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 100%;
    color: #e3e3e3;
    font-size: 60px;
    font-weight: 900;
    letter-spacing: 2px;
    z-index: 0;
}

.signature-treatment .photo {
    width: 400px;
    flex: 4;
    z-index: 1;
}

.signature-treatment .photo img {
    margin-top: -50px;
    display: block;
    width: 100%;
}

.signature-treatment .copy {
    flex: 3;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
    padding: 0 42px 46px;
    color: #000;
}
.signature-treatment .copy.left {
    text-align: left;
    align-items: flex-start;
}

.signature-treatment .copy strong {
    display: block;
    font-size: 30px;
    line-height: 1.45;
    font-weight: 900;
    margin-bottom: 18px;
    word-break: keep-all;
}

.signature-treatment .copy p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    word-break: keep-all;
}

@media (max-width: 768px) {
    .signature-treatment .minframe {
        padding: 0 !important;
        max-width: 100% !important;
    }

    .signature-treatment .inner {
        max-width: 100%;
    }
    .signature-treatment {
        padding: 100px 0 0px;
    }

    .signature-treatment .card {
        flex-direction: column;
    }
    .signature-treatment .card-bg {
        left: 20px;
        top: 16px;
        font-size: 40px;
    }
    .signature-treatment .photo {
        width: 100%;
    }
    .signature-treatment .photo img {
        margin-left: -25%;
    }
    .signature-treatment .copy {
        position: absolute;
        bottom: 0;
        left: 0;
        color: #fff;
        text-align: left;
        align-items: flex-start;
        padding: 24px;
    }
}

/* TREATMENT INFO */

.treatment-info {
    padding: 56px 20px 72px;
    background: #fff;
}

.treatment-info .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 48px 0;
}
.treatment-info .row:last-child {
    border-bottom: 0;
}

.treatment-info .row.is-reverse {
    flex-direction: row-reverse;
}

.treatment-info .text,
.treatment-info .media {
    flex: 1 1 280px;
    min-width: 0;
}

.treatment-info .label {
    margin: 0 0 40px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #c53b47;
}

.treatment-info .title {
    margin: 0 0 6px;
    font-size: clamp(22px, 5vw, 32px);
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.15;
    color: #111;
    word-break: break-word;
}

.treatment-info .subtitle {
    margin: 0 0 30px;
    font-size: 16px;
    color: #111;
}

.treatment-info .rule {
    position: relative;
    height: 1px;
    margin: 0 0 30px;
    background: #ccc;
    max-width: 100%;
}
.treatment-info .rule::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-radius: 50%;
    background: #c53b47;
}

.treatment-info .desc {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 1.65;
    color: #555;
}

.treatment-info .row.is-reverse .text {
    text-align: right;
}
.treatment-info .row.is-reverse .rule::before {
    left: auto;
    right: 0;
}

.treatment-info .media {
    display: flex;
    justify-content: center;
}
.treatment-info .media img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    object-fit: contain;
    border-radius: 10px;
}

.treatment-info .row.is-reverse .media {
    justify-content: flex-start;
}
.treatment-info .row:not(.is-reverse) .media {
    justify-content: flex-end;
}

.treatment-info .photos {
    display: flex;
    gap: 12px;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
}
.treatment-info .row.is-reverse .photos {
    margin-left: 0;
    margin-right: auto;
}
.treatment-info .photos .photo {
    margin: 0;
    flex: 1 1 0;
    min-width: 0;
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .treatment-info {
        padding: 0;
    }
    .treatment-info .minframe {
        max-width: 100% !important;
        padding: 0 !important;
    }
    .treatment-info .row {
        align-items: flex-end;
    }

    .treatment-info .row,
    .treatment-info .row.is-reverse {
        flex-direction: column;
        padding: 0;
        margin-top: 80px;
    }
    .treatment-info .text {
        min-width: 314px;
        max-width: 95%;
    }
    .treatment-info .label,
    .treatment-info .subtitle,
    .treatment-info .rule {
        margin-bottom: 20px;
    }
    .treatment-info .row.is-reverse .text {
        text-align: left;
    }
    .treatment-info .row.is-reverse .rule::before {
        right: auto;
        left: 0;
    }
    .treatment-info .media {
        padding: 0 16px;
        max-width: 500px;
    }
    .treatment-info .media,
    .treatment-info .row.is-reverse .media,
    .treatment-info .row:not(.is-reverse) .media {
        justify-content: center;
    }
    .treatment-info .media img {
        max-width: none;
    }
    .treatment-info .photos {
        margin-left: auto;
        margin-right: auto;
        max-width: none;
    }
}

/* 독보적 SMP 기법 */
.exclusive-smp-method {
    padding: 90px 20px 110px;
    background: #fff;
    text-align: center;
}

.exclusive-smp-method .inner {
    max-width: 640px;
    margin: 0 auto;
}

.exclusive-smp-method .method-list {
    display: flex;
    flex-direction: column;
    margin-top: 54px;
}

.exclusive-smp-method .method-item {
    padding: 0 0 54px;
    margin: 0 0 36px;
    border-bottom: 1px solid #e5e5e5;
}

.exclusive-smp-method .method-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.exclusive-smp-method .num {
    margin: 0 0 24px;
    font-size: 32px;
    line-height: 1;
    font-weight: 800;
    color: #c7c7c7;
    font-family: "Pretendard Variable";
}

.exclusive-smp-method .media {
    width: 100%;
    max-width: 360px;
    margin: 24px auto;
    border-radius: 10px;
    overflow: hidden;
}

.exclusive-smp-method .media img {
    display: block;
    width: 100%;
    height: auto;
}

.exclusive-smp-method .desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
    color: #444;
    word-break: keep-all;
}

.exclusive-smp-method .txt-wrap {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    gap: 10px;
}
.exclusive-smp-method .txt-wrap .txt-item {
    color: #000;
}
.exclusive-smp-method .txt-wrap .txt-item.red {
    color: #c63c37;
}

@media (max-width: 768px) {
    .exclusive-smp-method {
        padding: 70px 16px 90px;
    }

    .exclusive-smp-method .heading {
        margin-bottom: 48px;
    }

    .exclusive-smp-method .media {
        max-width: 360px;
    }
}

/* 각 분야별 프로 아티스트 상주 */
.artist-info {
    width: 100%;
    max-width: 100vw;
    position: relative;
    padding: 90px 20px 160px;
    background: #f5f5f5;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}
.artist-info .minframe {
    position: relative;
    z-index: 0;
}

.artist-info .bg-txt {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    width: calc(120%);
    color: #fff;
    font-size: clamp(48px, 9vw, 120px);
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1;
    white-space: nowrap;
    z-index: -1;
    pointer-events: none;
}

.artist-info .desc {
    color: #000;
    text-align: center;
    font-size: 20px;
    margin: 40px 0 80px;
}

.artist-info .img-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 24px auto;
}

.artist-info .img-wrap .img-item {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    aspect-ratio: 1 / 1;
    background-color: #191919;
    overflow: hidden;
}
.artist-info .img-wrap .img-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
    border-radius: 10px;
}

.artist-info .img-wrap .img-item .info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
}
.artist-info .img-wrap .img-item .info .name {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.artist-info .img-wrap .img-item .info .position {
    color: #acacac;
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .artist-info {
        position: relative;
        padding: 90px 20px;
    }
    .artist-info .minframe {
        padding: 0 !important;
    }
    .artist-info .desc {
        font-size: 14px;
        margin: 20px 0 40px;
    }
    .artist-info .img-wrap {
        flex-direction: column;
        gap: 12px;
    }
    .artist-info .img-wrap .img-item {
        aspect-ratio: 319 / 143;
    }

    .artist-info .img-wrap .img-item .info {
        justify-content: flex-end;
        top: 50%;
        right: 30px;
        bottom: unset;
        left: unset;
        transform: translateY(-50%);
        text-align: center;
    }
    .artist-info .img-wrap .img-item .info .name {
        font-size: 18px;
    }
    .artist-info .img-wrap .img-item .info .position {
        font-size: 16px;
    }
}

/* 하단 텍스트 영역 */
.text-area {
    padding: 50px 20px 130px;
    background: #fff;
    box-sizing: border-box;
}
.text-area .txt-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
}
.text-area .txt-wrap .txt-item {
    color: #000;
    font-size: 22px;
    font-weight: 500;
}
.text-area .txt-wrap .txt-item.red {
    color: #c63c37;
}

@media (max-width: 768px) {
    .text-area {
        padding: 0 20px 100px;
    }
    .text-area .txt-wrap {
        justify-content: center;
    }
    .text-area .txt-wrap .txt-item {
        font-size: 16px;
        text-align: center;
    }
}
