@charset "utf-8";

.flex {
    display: flex;
    flex-wrap: wrap;
}

.column {
    flex-direction: column !important;
}

.h_48 {
    color: #222;
    font-family: Pretendard;
    font-size: clamp(35px, 3.2vw, 48px);
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 62.4px */
    letter-spacing: 0.96px;
}

.p_24 {
    color: var(--GREY-600, #5B5B5B);
    font-family: Pretendard;
    font-size: clamp(18px, 3.2vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.24px;
}

.c5b5b {
    color: #5B5B5B !important;
}

/* main_visual */
.mv_box {
    aspect-ratio: 1 / 0.5625;
    /* max-height: 1080px; */
    min-height: 600px;
    width: 100%;
}

.mv_box .inner {
    align-items: center;
    height: 100%;
    min-height: inherit;
}

.mv_txt_box {
    gap: 40px;
}

.center {
    text-align: center;
}

.relative {
    position: relative;
}

.p_20 {
    color: #222;
    font-family: Pretendard;
    font-size: clamp(20px, 3.2vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.2px;
}

.p_16 {
    color: #222;

    /* Body 1/Regular - 16 */
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.08px;
}

.caaa {
    color: #AAA;
}

.h_40 {
    color: var(--GREY-900, #171717);
    font-family: Pretendard;
    font-size: clamp(40px, 3.2vw, 40px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.4px;
}


.p_18 {
    color: #222;

    /* Body 1/Regular - 18 */
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: 0.09px;
}


/* con01 */

.section_top_txt {
    color: rgba(255, 255, 255, 0.05);
    text-align: center;
    font-family: Pretendard;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 56px */
    letter-spacing: 2.8px;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
}

.cc7c7 {
    color: #c7c7c7 !important;
}

.doc_img_box {
    align-items: center;
}

.doc_quotes_box {
    align-items: center;
    gap: 24px;
    padding: 24px 30px;
}

.doc_info_box {
    gap: 40px;
    border-top: 1px solid var(--GREY-, #60393F);
    border-bottom: 1px solid var(--GREY-, #60393F);
}


.doc_side.left {
    width: 704px;
}

.doc_side.right {
    width: calc(100% - 704px);
}

.doc_info_box {
    padding: 56px 0;
}

/* con02 */
.section.padding {
    padding: 120px 0;
}

.eve_img_box {
    align-items: center;
    gap: 120px;
}

.eve_side.right {
    width: 600px;
}

.eve_side.left {
    width: calc(100% - 720px);
    gap: 120px;
}

.eve_tit_box {
    gap: 80px;
}

.h_56 {
    color: #222;
    font-family: Pretendard;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 1.12px;
    text-transform: capitalize;
}

.w700 {
    font-weight: 700 !important;
}

.p_28 {
    color: var(--GREY-900, #171717);
    font-family: Pretendard;
    font-size: 28px;
    font-style: normal;
    line-height: 130%;
    letter-spacing: 0.14px;
}

.c444 {
    color: #444;
}

.mt24 {
    margin-top: 24px;
}

.h_44 {
    color: var(--GREY-900, #171717);
    font-size: clamp(40px, 3.2vw, 44px);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 44px */
    letter-spacing: -0.44px;
}


/* con03 */
.clinic_list {
    align-items: stretch;
    gap: 24px;
    row-gap: 40px;
}

.clinic_list li {
    width: calc(33.333% - 16px);
    border-radius: 4px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    backdrop-filter: blur(10px);
}

.clinic_list_txt {
    padding: 24px 16px;
}

.clinic_list li img {
    aspect-ratio: 1 / 0.529933;
    min-height: 239px;
}

/* con04 */
:root {
    --bleed: clamp(0px, (100vw - 1400px) / 2, 100vw);
}

.side_human_section .inner {
    display: flex;
    align-items: center;
    gap: 200px;
    position: relative;
}

.side_human_img_box {
    width: calc(100% + var(--bleed));
    margin-right: calc(var(--bleed) * -1);
    overflow: hidden;
    z-index: 10;
}

.side_human_txt {
    flex: 0 0 530px;
    gap: 40px;
}

.side_human_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
}

.side_info_list {
    gap: 24px;
    align-items: stretch;
}

.side_info_list li {
    align-items: center;
    gap: 12px;
    border-radius: 4px;
    border: 1px solid var(--GREY-100, #F1F1F1);
    background: #FFF;
    /* padding: 0 30px; */
    height: 64px;
    width: 144px;
    justify-content: center;
}

.red_select_box select {
    border-radius: 4px;
    background: var(--1, #44141B);
    max-width: 480px;
    width: 100%;
    padding: 0 5px;
    height: 48px;

    color: var(--GREY-00, #FFF);

    /* Headline 1/medium - 16 */
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
    letter-spacing: 0.08px;
    border: 0;
    outline: 0;
}

.ba_list_box ul {
    gap: 40px;
}

.ba_list_box ul li {
    width: calc(50% - 20px);
}

.ba_list_box ul li.after {
    border-radius: 4px;
    border-bottom: 12px solid #66000F;
    background: #FFF;
    overflow: hidden;
}


.ba_list_box ul li.before {
    border-radius: 4px;
    border-bottom: 12px solid #E6E6E6;
    background: #FFF;
    overflow: hidden;
}

.ba_badge {
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.10);
    color: #FFF;
    text-align: center;

    /* Headline 1/medium - 18 */
    font-family: var(--Family-KO, Pretendard);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 23.4px */
    letter-spacing: 0.09px;

    position: absolute;
    top: 20px;
    left: 28px;
    padding: 4px 12px;
}

.ba_badge.after {
    background: var(--2, #66000F);
}


/* con05 */
.side_human_section.reverse .inner {
    flex-direction: row-reverse;
    gap: 120px;
}

.side_human_section.reverse .side_human_txt {
    flex: 0 0 600px;
}


.side_human_section.reverse .side_human_img_box {
    width: calc(100% + var(--bleed));
    margin-right: 0;
    margin-left: calc(var(--bleed) * -1);
}

.side_human_section.reverse .side_human_img_box img {
    object-position: left center;
}


/* banner */
.ce6e6 {
    color: #e6e6e6;
}


.white {
    color: #fff !important;
}


.banner_box .inner {
    height: 100%;
    align-items: center;
    gap: 24px;
    padding: 128px 0;
}

@media (max-width: 1400px) {
    .side_human_section .inner {
        flex-direction: column;
        gap: 60px;
    }

    .side_human_txt {
        flex: unset;
    }


    .section_top_txt {
        display: none;
    }

    .mb_padding {
        padding: 120px 0;
    }

    .side_human_img_box {
        width: 100%;
        margin-right: 0;
        overflow: visible;
    }

    .side_human_img_box img {
        width: 100%;
        max-width: 540px;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    .side_human_section.reverse .inner {
        flex-direction: column;
        gap: 60px;
    }

    .side_human_section.reverse .side_human_txt {
        flex: unset;
    }

    .side_human_section.reverse .side_human_img_box {
        width: 100%;
        margin-left: 0;
        overflow: visible;
    }

    .side_human_section.reverse .side_human_img_box img {
        width: 100%;
        max-width: 540px;
        height: auto;
        margin: 0 auto;
        display: block;
        object-position: center;
    }

    .clinic_list li {
        width: calc(50% - 12px);
    }

    .clinic_list li img {
        min-height: unset;
    }

}


@media (max-width: 1200px) {

    .eve_side.left,
    .doc_side.right {
        width: 100%;
    }

    .eve_side.right {
        width: 100%;
        text-align: center;
    }

    .doc_img_box {
        justify-content: center;
        gap: 60px;
    }

    .doc_quotes_box {
        justify-content: center;
    }
}

@media (max-width: 1000px) {

    .side_human_img_box img,
    .side_human_section.reverse .side_human_img_box img {
        max-width: unset;
    }
}


.br_pc_only {
    display: block;
}

.br_mb_only {
    display: none;
}


@media all and (max-width:768px) {

    .br_pc_only {
        display: none;
    }

    .br_mb_only {
        display: block;
    }


    .clinic_list li {
        width: 100%;
    }

    .mv_txt_box br,
    .side_human_txt br,
    .side_human_section.reverse .side_human_txt br,
    .eve_tit_box br,
    .banner_box br {
        display: none;
    }

    .side_info_list li,
    .side_human_section.reverse .side_info_list li {
        width: calc(33.333% - 16px);
        padding: 0;
        justify-content: center
    }

    .ba_list_box ul li,
    .eve_side.right img,
    .doc_side.left {
        width: 100%;
    }

    .mb_padding {
        padding: 60px 0;
    }

    .eve_img_box,
    .eve_side.left,
    .eve_tit_box {
        gap: 60px;
    }

    .section.padding {
        padding: 80px 0;
    }

}


/* body, html {
    -webkit-overflow-scrolling: touch;
} */


/* 20251125 추가 */
.red_off_box {
    border-radius: 4px;
    background: var(--1, #44141B);
    padding: 16px;
}

.red_off_line {
    background-color: rgba(255, 255, 255, 0.15);
    width: 100%;
    margin: 24px 0;
    height: 1px;
}

.mt12 {
    margin-top: 12px;
}

.red_double_img {
    border-radius: 8px;
    background: #44141B;
    backdrop-filter: blur(12px);
    padding: 20px 145px;
    gap: 180px;
    align-items: center;
}

.red_double_img img {
    width: calc(50% - 90px);
}

@media all and (max-width:768px) {
    .red_double_img img {
        width: 100%;
    }

    .red_double_img {
        gap: 30px;
        padding: 20px;
        text-align: center;
    }
}