@charset "utf-8";

/* main visual */
.mv_box {
    height: 100vh;
    /* aspect-ratio: 1 / 0.5625; */
    width: 100%;
}

body {
    /* max-width: 1920px; */
    margin: 0 auto;
}

.mv_txt_yo {
    position: absolute;
    width: 100%;
    top: 30%;
    left: -5%;
}

.mv_txt_yo p {
    color: var(--WH, #FCFCFC);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;

}

.mv_box .inner {
    height: 100%;
}

@media all and (max-width:1000px) {
    .mv_box {
        /* aspect-ratio: unset; */
        height: 600px;
    }

    .mv_txt_yo {
        left: 0;
    }

    .mv_txt_yo p {
        font-size: 40px;
    }
}

/* section01 */
.section {
    padding: 7.5rem 0;
}

.main_video_box {
    position: relative;
}

.video_box_yo {
    aspect-ratio: 1 / 0.5314285;
    width: 100%;
}

.video_yo{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.video_label_yo {
    border-radius: 0px 0px 16px 16px;
    padding-top: 32px;
    margin: 0 auto;
}

.video_label_yo p {
    color: var(--WH, #FCFCFC);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 24px */
    letter-spacing: 0.12px;
    text-align: center;
    margin-bottom: 0;
    text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.19);
}



/* section02 */
.bigsmall_slide_wrap {
    padding: 60px 0;
    position: relative;
}

.bigsmall_slide {
    overflow: visible;
    position: relative;
}

.bigsmall_slide .swiper-wrapper {
    overflow: hidden;
    display: flex;
    align-items: baseline;
}

.bigsmall_slide .swiper-slide {
    width: 100%;
    aspect-ratio: 4/3;
    /* margin: 0 -175px; */
    /* 겹치게 */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.slide-inner {
    width: 100%;
    /* width: 559.712px;
    height: 432.526px; */
    aspect-ratio: 4/3;
    border-radius: 16px;
    overflow: hidden;
    filter: blur(1.3px);
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.5s ease;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.slide-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

/* 활성화된 슬라이드에만 내부 박스 확대 */
.bigsmall_slide .swiper-slide-active .slide-inner {
    width: 841px;
    height: 587px;
    filter: none;
    background: transparent;
    z-index: 3;
}

.bigsmall_slide .swiper-slide-active {
    z-index: 3;
    /* ✅ 최상단 유지 */
    transition: all 1.3s ease;
}


.bigsmall_slide .swiper-button-next,
.bigsmall_slide .swiper-button-prev {
    transform: translateY(-50%);
    color: #fff;
}

.bigsmall_slide .swiper-button-next {
    right: 22%;
}

.bigsmall_slide .swiper-button-prev {
    left: 22%;
}

@media (max-width: 1400px) {
    .bigsmall_slide .swiper-button-next {
        right: 19%;
    }

    .bigsmall_slide .swiper-button-prev {
        left: 19%;
    }
}

@media (max-width: 1024px) {
    .bigsmall_slide .swiper-slide {
        width: 620px;
        height: 450px;
        margin: 0 -140px;
    }

    .slide-inner {
        width: 400px;
        height: 310px;
    }

    .bigsmall_slide .swiper-slide-active .slide-inner {
        width: 620px;
        height: 450px;
    }
}

/* 모바일 이하 (768px) */
@media (max-width: 768px) {
    .bigsmall_slide .swiper-slide {
        width: 100% !important;
        height: auto;
        margin: 0 !important;
        overflow: hidden;
    }

    .slide-inner {
        width: 100% !important;
        height: auto !important;
        filter: none;
        background: transparent;
        border-radius: 16px;
    }

    .bigsmall_slide .swiper-slide-active .slide-inner {
        width: 100% !important;
        height: auto !important;
    }

    .bigsmall_slide .swiper-button-next {
        right: 5%;
        transform: unset;
    }

    .bigsmall_slide .swiper-button-prev {
        left: 5%;
        transform: unset;
    }
}



/* section03 */
.frame_yo {
    background-color: #f1ebe4;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.frame_yo .div_yo {
    background-color: var(--pri-be);

    width: 100%;


}

.frame_yo .gnb_yo {
    display: flex;
    flex-direction: column;
    width: 1920px;
    height: 100px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0px 260px;
    position: absolute;
    top: 0;
    left: 0;
}

.frame_yo .div-2_yo {
    display: flex;
    width: 1400px;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.frame_yo .LOGO_yo {
    position: relative;
    width: 190px;
    height: 50px;
}

.frame_yo .navbar_yo {
    display: inline-flex;
    align-items: center;
    gap: 56px;
    position: relative;
    flex: 0 0 auto;
}

.frame_yo .text-wrapper_yo {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Pretendard-Regular", Helvetica;
    font-weight: 400;
    color: var(--wh);
    font-size: 20px;
    letter-spacing: 0;
    line-height: 20px;
    white-space: nowrap;
}

.frame_yo .SNS-link-wrapper_yo {
    display: flex;
    flex-direction: column;
    width: 120px;
    height: 32px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 4px 16px;
    position: relative;
    background-color: var(--wh);
    border-radius: 999px;
}

.frame_yo .SNS-link_yo {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    flex: 0 0 auto;
    margin-top: -6.00px;
    margin-bottom: -6.00px;
    margin-left: -0.50px;
    margin-right: -0.50px;
}

.frame_yo .social-media_yo {
    position: relative;
    width: 36px;
    height: 36px;
}

.frame_yo .rectangle_yo {
    position: relative;
    width: 1px;
    height: 14px;
    background-color: #1a1a1a66;
}

.frame_yo .overlap-group_yo {


    background: var(--PRI-BE, #F1EBE4);

    border-radius: 999px;
    /* border: 0.5px solid var(--sub-be, #C0A888); */
    border-color: var(--sub-be);
    box-shadow: 179px 0px 50px 0px rgba(79, 69, 56, 0.00), 115px 0px 46px 0px rgba(79, 69, 56, 0.01), 64px 0px 39px 0px rgba(79, 69, 56, 0.05), 29px 0px 29px 0px rgba(79, 69, 56, 0.09), 7px 0px 16px 0px rgba(79, 69, 56, 0.10);


}

.frame_yo .f-q_yo {

    height: 48px;

    font-weight: 700;
    color: var(--sub-BR, #4F4538);
    font-size: 48px;
    text-align: center;
    letter-spacing: var(--h1-48-letter-spacing);
    line-height: var(--h1-48-line-height);
    white-space: nowrap;
    font-style: var(--h1-48-font-style);
}

.frame_yo .div-3_yo {
    display: inline-flex;
    align-items: center;
    gap: 115px;
    position: absolute;
    top: 250px;
    left: 500px;
}

.frame_yo .group_yo {}

.frame_yo .div-wrapper_yo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 32px 78px;
    position: absolute;
    top: 258px;
    left: 80px;
    background-color: var(--sub-br);
    border-radius: 8px;
}

.frame_yo .text-wrapper-2_yo {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-weight: 700;
    color: var(--sub-be, #C0A888);
    font-size: 20px;
    text-align: center;
    letter-spacing: var(--sub-title-20-letter-spacing);
    line-height: var(--sub-title-20-line-height);
    white-space: nowrap;
    font-style: var(--sub-title-20-font-style);
}

.frame_yo .div-wrapper_yo,
.frame_yo .div-wrapper-2_yo,
.frame_yo .div-wrapper-3_yo,
.frame_yo .div-wrapper-4_yo,
.frame_yo .div-wrapper-5_yo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 20px 80px;
    border-radius: 8px;
    background: var(--brgr-100, #E9E0D4);
    cursor: pointer;
}


.frame_yo .div-wrapper-2_yo {
    position: absolute;
    top: 124px;
    left: 40px;
}

.frame_yo .div-wrapper-3_yo {
    position: absolute;
    top: 0;
    left: 0;
}

.frame_yo .div-wrapper-4_yo {
    position: absolute;
    top: 396px;
    left: 40px;
}

.frame_yo .div-wrapper-5_yo {
    position: absolute;
    top: 520px;
    left: 0;
}

.frame_yo .text-wrapper-3_yo {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-weight: 700;
    color: var(--sub-be, #C0A888);
    font-size: 20px;
    text-align: center;
    letter-spacing: var(--sub-title-20-letter-spacing);
    line-height: var(--sub-title-20-line-height);
    white-space: nowrap;
    font-style: var(--sub-title-20-font-style);
}


.frame_yo .div-wrapper_yo.active,
.frame_yo .div-wrapper-2_yo.active,
.frame_yo .div-wrapper-3_yo.active,
.frame_yo .div-wrapper-4_yo.active,
.frame_yo .div-wrapper-5_yo.active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 32px 78px;
    border-radius: 8px;
    background: var(--sub-BR, #4F4538);
    cursor: pointer;
}


.frame_yo .div-wrapper_yo.active .text-wrapper-2_yo,
.frame_yo .div-wrapper-2_yo.active .text-wrapper-3_yo,
.frame_yo .div-wrapper-3_yo.active .text-wrapper-3_yo,
.frame_yo .div-wrapper-4_yo.active .text-wrapper-3_yo,
.frame_yo .div-wrapper-5_yo.active .text-wrapper-3_yo {
    color: var(--WH, #FCFCFC);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}




.frame_yo .neque-porro-quisquam_yo {
    position: relative;
    width: 440px;
    color: var(--BK, #1A1A1A);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.16px;
}


/* section04 */
.loop_slide_txt p {
    color: var(--BK, #1A1A1A);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.16px;
}

.containerX {
    position: relative;
    width: 100%;
    height: 12.5rem;
}

.item {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 220px;
    /* height: 180px; */
    aspect-ratio: 1 / 0.5614;

    transition: transform 0.1s;
    left: 0;
}

.item img {
    display: flex;
    width: 90%;
    margin: 0 auto;
    padding: 1.3rem 4rem;
    background: #E9E0D4;
    justify-content: center;
}

/* 모바일 대응 */
@media (max-width: 768px) {
    .item {
        aspect-ratio: 1 / 0.5614;
        width: 200px;
    }
}

/* section05 */
.search-bar_yo {
    display: flex;
    gap: 10px;
    background: var(--PRI-BE, #F1EBE4);
    padding: 10px 0;
}

.select_yo,
.input_yo {
    height: 54px;
    padding: 0 16px;
    border: none;
    border-radius: 6px;
    background-color: #fefcfc;
    font-size: 14px;
    color: #666;
    flex: 1;
    box-shadow: 0 0 0 1px #ddd inset;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L5 5L9 1" stroke="%23666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 10px 6px;
    outline: unset;
}

.input_yo {
    background-image: none;
    flex: 2;
}

.search-btn_yo {
    height: 54px;
    width: 240px;
    padding: 0 20px;
    background-color: #BFA582;
    border: none;
    border-radius: 6px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    flex-shrink: 0;
}


.map_info_box {
    border-radius: 16px;
    border-top: 2px solid var(--brgr-100, #E9E0D4);
    border-right: 1px solid var(--brgr-100, #E9E0D4);
    border-bottom: 1px solid var(--brgr-100, #E9E0D4);
    border-left: 1px solid var(--brgr-100, #E9E0D4);
    background: var(--Grey-Scale-Grey-100, #FFFBFE);

    display: flex;
    width: 100%;
    height: 43.75rem;
}

.map_side_yo {
    width: 50%;
}

.map_side_info h2 {
    color: var(--BK, #1A1A1A);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 24px */
    letter-spacing: 0.12px;
}

.map_side_info b {
    color: var(--BK, #1A1A1A);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.16px;
    display: block;
    margin-top: 15px;
}

.map_side_info p {
    color: var(--Grey-Scale-Grey-600, #939094);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 188.235% */
    margin-bottom: 0;
}

.map_side_info {
    padding: 30px;
    border-bottom: 1px solid #F1EBE4;
    cursor: pointer;
}

.map_side_info:last-child {
    border-bottom: 0;
}

.map_side_yo.left {
    overflow: auto;
}

.map_side_yo.right {
    min-height: 400px;
}

.map_side_map,
.map_side_map img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1000px) {
    .map_info_box {
        flex-direction: column-reverse;
        height: 900px;
        justify-content: space-evenly;
    }

    .map_side_yo {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .search-bar_yo {
        flex-direction: column;
    }

    .select_yo,
    .input_yo,
    .search-btn_yo {
        width: 100%;
    }

    .select_yo,
    .input_yo {
        padding: 20px 16px;
    }


}


/* con06 */
.inquiry-form_yo {
    /* max-width: 680px; */
    width: 100%;
}

.form-row_yo {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.form-group_yo {
    position: relative;
    flex: 1;
    min-width: 240px;
    margin-bottom: 2rem;
    display: flex;
}

.floating-label_yo {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    /* position: absolute; */

    pointer-events: none;
    position: relative;
}




.required_yo {
    color: #c59b6d;
    font-weight: normal;
    margin-left: 4px;
}

.input-line_yo {
    width: 100%;
    /* padding-top: 24px; */
    /* padding-bottom: 6px; */
    padding: 0px 10px;
    height: 40px;
    font-size: 20px;
    color: var(--BK, #1A1A1A);
    outline: none;
    font-weight: 700;

    border-radius: 4px;
    border: 0.5px solid var(--grey-Gocng-Cha-Gray-100, #E6E6E6);
    background: #FFF;
}

.textarea-label_yo {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.textarea_yo {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    color: #333;
    resize: none;
    outline: none;

    border-radius: 16px;
    border: 1px solid var(--brgr-100, #E9E0D4);
    background: rgba(241, 235, 228, 0.40);
    backdrop-filter: blur(26px);
}

.form-btn-wrap_yo {
    text-align: right;
    margin-top: 56px;
}

.submit-btn_yo {
    /* background-color: #bfa582; */
    color: #fff;
    border: none;
    /* padding: 10px 24px; */
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px;
    cursor: pointer;
}

.form-tabs_yo {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: end;
}

.tab-btn_yo {
    background-color: #E9E0D4;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #4F4538;
    cursor: pointer;
    padding: 10px 25px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
    width: calc(33.333% - 68px);
}

/* .tab-btn_yo:hover {
  background-color: #E9E0D4;
} */

.tab-btn_yo.active {
    background-color: #4F4538;
    color: white;
    font-weight: 700;
}


.form-set_yo {
    display: none;
}

.form-set_yo.active {
    display: block;
}

.contact_box {
    display: flex;
    /* gap: 160px; */
    align-items: center;
    justify-content: space-between;
}

.contact_side_yo.left {
    aspect-ratio: 1 / 0.97560;
}

.contact_side_yo.right {}

.contact_input_box {
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-height: 600px;
}

.marker_btn_yo {
    width: 100%;
    height: 100%;
}

.marker_btn_yo a {
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.loop_slide_box {
    background: var(--brgr-100, #E9E0D4);
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.excel_logo_box {
    text-align: center;
}

.hospital_search {
    text-align: center;
    margin-top: 40px;
}

.hospital_search a {
    border-radius: 100px;
    background: #f2e9e1;
    /* 연한 베이지톤 */
    box-shadow:
        inset 2px 2px 4px rgba(255, 255, 255, 0.5),
        inset -2px -2px 4px rgba(0, 0, 0, 0.05),
        0px 1px 5px rgba(0, 0, 0, 0.08),
        0px 2px 10px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(4px);
    border: 1px solid #e0dcd6;
    cursor: pointer;
    transition: all 0.2s ease-in-out;

    display: inline-flex;
    width: 316px;
    padding: 14px 21px;
    align-items: center;
    justify-content: center;
    gap: 8px;

}

.hospital_search a p {
    color: var(--sub-BR, #4F4538);
    font-family: "SF Pro";
    font-size: 17px;
    font-style: normal;
    font-weight: 590;
    line-height: 20px;
    /* 117.647% */
    letter-spacing: -0.1px;
    margin-bottom: 0;
}

@media all and (max-width:992px) {
    .tab-btn_yo {
       
        width: calc(50% - 10px);
    }
    .contact_side_yo.left {
        margin-bottom: 30px;
        transform: unset !important;
    }

    .con04.section {
        padding: 100px 0  120px 0!important;
    }
}