
#home{ height: 800px; background: url(../images/vis2.png) no-repeat center;  display: flex; align-items: center; justify-content: end;     background-size: cover;}

section{min-height: 500px; position: relative;}

.inner{width: 100%; max-width: 1600px; margin: 0 auto;}

#about .inner{padding: 300px 0 420px 0; max-width: 1316px;}

.vis_txt{color: #fff; width: max-content;}

.vis_txt h2{
    margin-top: 72px; 
    font-size: 60px;
    font-weight: 600;
    line-height: 155%;
    font-family: SUIT;
}

.vis_txt h2 b{
    font-weight: 800;
}

.vis_txt span{display: block; text-align: center; position: absolute; bottom: 78px; left: 50%; transform: translateX(-50%); letter-spacing: 11px;
    font-size: 14px; font-weight: 300;
}

.hamberger{display: none;}

#home ul{display: none;}

@media screen and (max-width: 1500px) {
    #home .inner{padding: 0 50px; box-sizing: border-box;}
}


@media screen and (max-width: 1300px) 
{
    #navbar{position: fixed; margin-top: 40px;}
    #navbar.navbar--dark .navbar__menu .navbar__menu{display: flex; position: none;}
    #navbar.navbar--dark{position: fixed;}
    .vis_txt h2{font-size: 40px;  margin-top: 20px;}
    .vis_txt span{width: 100%;}
    .vis_txt{width: 100%;}
}

@media screen and (max-width: 800px) {
    .vis_txt h2{font-size: 28px;}
    .vis_txt span{font-size: 12px; box-sizing: border-box; padding: 0 5px;}

}

@media screen and (max-width: 500px) {
    #home ul{display: block;}
    #home ul{position: absolute; bottom: 0; height: 70px; display: flex; justify-content: space-between; background: #666; width: 100%;}
    #home ul li{display: flex; align-items: center; text-align: center; color: #fff; width: 20%;justify-content: center;}
    #home ul a{color: #fff; font-size: 10px;}
    #home ul a img{display: block; margin: 0 auto; margin-bottom: 7px;}

    section{min-height: auto; position: relative;}
    #home .inner{padding: 0 10px; text-align: center;}
    .vis_txt{text-align: center;}
    .vis_txt span{position: relative; bottom: auto; left: auto; transform: none; margin-top: 17px; font-size: 10px;}
    .vis_txt h2{font-size: 16px; font-weight: 500;}
    .vis_txt h2 b{font-size: 24px; padding-top: 10px; display: inline-block;}
    .vis_txt span{letter-spacing: 8px;}
    #home{height: 100vh;}

}


@media screen and (max-width: 374px) {
    .vis_txt h2 b{font-size: 20px;}
    .vis_txt span{letter-spacing: 5px;}
    
}



#about .inner h2{
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 19px;
    color: #666;
}

#about .inner h3{
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 120px;
    color: #666;
}
#about .inner h3 b{font-weight: 700;}

#about .inner ul{display: flex;}
#about .inner ul li{text-align: center; width: calc(100%/4); min-height: 314px; color: #666; display: flex; align-items: center; justify-content: center; box-sizing: border-box; 
    border-right-width: 1.5px;
    border-right-style: solid;
    border-right-color: #666;
    cursor: pointer;
}
#about .inner ul li:last-of-type{border-right: 0;}
#about .inner ul li span img{max-width: 97px;}
#about .inner ul li p{
    font-size: 26px;
    font-weight: 400;
    margin-top: 95px;
}
#about .inner ul li a{
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin-top: 19px;
    display: block;
}



@media screen and (max-width: 1200px) {
    #about .inner h2{font-size: 26px;}
    #about .inner h3{font-size: 28px;}
    #about .inner ul{flex-wrap: wrap;}
    #about .inner ul li{width: calc(100%/2); margin-bottom: 20px; border: 0; position: relative;}
    #about .inner ul li::after{position: absolute; right: 0; height: 80%; width: 1px; background: #666; content: "";}
    #about .inner ul li::before{position: absolute; bottom: 0; height: 1px; width: 80%; background: #666; content: "";}
    #about .inner ul li:nth-of-type(2)::after,#about .inner ul li:nth-of-type(3)::before,
    #about .inner ul li:nth-of-type(4)::after,#about .inner ul li:nth-of-type(4)::before{display: none;}
    #about .inner{padding: 100px 0;}
}

@media screen and (max-width: 500px) {
    #about .inner h3{line-height: 135%;}
    #about .inner h3 b{display: block;}
    #about .inner ul li:first-of-type span img{height: 50px;}
    #about .inner ul li span img{max-width: 50px;}
    #about .inner h2{font-size: 18px; margin-bottom: 10px;}
    #about .inner h3{font-size: 20px; margin-bottom: 30px;}
    #about .inner ul li p{margin-top: 20px; font-size: 18px;}
    #about .inner ul li a{font-size: 14px;}
    #about .inner ul li{min-height: auto; padding:  10px;}
}


#doc-intro{ position: relative;background: #fbfbfb;}


.left_all_doc{max-width: 1000px; padding: 80px 0; color: #666;}

.left_all_doc h2{font-size: 40px; font-weight: 400; line-height: 155%;}
.left_all_doc h2 b{font-size: 50px; font-weight: 700;}

.people_zone{position: absolute; left: 65%; bottom: 0; background: url(../images/doc-intro/people.png) no-repeat top; width: 577px; height: 783px;}


.name_zone{ display: flex; align-items: center; justify-content: flex-end; margin-bottom: 50px;}
.name_zone img{width: 100%; max-width: 128px; margin-left: 30px;}
.name_zone span{display: flex; align-items: center; font-size: 30px; }

.ul_list_box{font-size: 0;}
.ul_list_box ul li{font-size: 20px; font-weight: 400; margin-bottom: 10px;}

.ul_list_box ul{width: 100%; box-sizing: border-box; padding-left: 30px;}
.ul_list_box .inline{display: inline-block; width: 50%; vertical-align: top;}

.simbowl{position: absolute; left: 57%; bottom: 35px; background: url(../images/doc-intro/bg_logo.svg) no-repeat center; 
    width: 326px;
    height: 407px;
}
@media screen and (max-width: 1710px) {
    .people_zone{right: 0; left: auto;}
}
@media screen and (max-width: 1552px) {
    .people_zone{width: 410px;}
}

@media screen and (max-width: 1450px) {
    .ul_list_box ul li{font-size: 18px;}
    .inner{width: 100%; padding: 0 30px;}
    .left_all_doc{max-width: 935px;}
}

@media screen and (max-width: 1400px) {
    .people_zone{display: none;}
    .ul_list_box ul{padding-left: 0;}
    .ul_list_box ul li{font-size: 17px; letter-spacing: -1px;}
}

@media screen and (max-width: 800px) {
    .name_zone{margin-top: 10px;}
    .name_zone span{font-size: 24px;}
    .left_all_doc h2{font-size: 31px;}
    .left_all_doc h2 b{font-size: 44px;}
    .simbowl{right: 0; left: auto;}
    .ul_list_box .inline{width: 100%; margin-bottom: 20px;}
}

@media screen and (max-width: 500px) {
    .left_all_doc h2{font-size: 24px;}
    .left_all_doc h2 b{font-size: 24px;}
    .left_all_doc{padding: 42px 0;}
    .inner {
        padding: 0 10px;
    }
    .name_zone img{max-width: 90px; margin-left: 17px;}
    .name_zone span{font-size: 18px;}
    .simbowl{background-size: cover; width: 259px; height:324px; bottom: 0;}
    .ul_list_box ul li{font-size: 14px;}
}
@media screen and (max-width: 374px) {
    .left_all_doc h2{letter-spacing: -2px;}
}



.skill{text-align: center;
    color: #666; padding: 100px 0; 
    padding-bottom: 300px;
    border-bottom: 1px solid #666;
}

.skill > .inner{padding-bottom: 250px;}

.skill_txt_list_zone{position: relative;}

.skill_txt_list_zone .inner{display: flex; align-items: center;
}

.left_img_mershin{width: 60%; position: relative; margin-top: -240px;}
.left_img_mershin h3{font-size: 35px; font-weight: 700;}

.left_bg_ground{background: #e5e5e5; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
width: 1050px; height: 650px; border-top-right-radius: 350px; border-bottom-right-radius: 350px;
}

.left_bg_ground::after{position: absolute; right: 0; width: 357px; height: 357px; content: ''; border-top-right-radius: 357px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    margin-right: -130px;
    border-top: 3px solid #efefef;
    border-right: 3px solid #efefef;
}

.right_img_mershin{width: 40%; text-align: left; padding-left: 100px;}
.right_img_mershin ul li{ padding: 20px 0; position: relative;}
.right_img_mershin ul li:last-of-type{border-bottom: 0;}

.right_img_mershin ul li img{width: 100%; max-width: 101px;}

.right_img_mershin ul li::after {
    width: 488px;
    height: 1px;
    border-bottom: 3px dotted #efefef;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
}
.right_img_mershin ul li:nth-of-type(2):after{width: 459px;}
.right_img_mershin ul li:nth-of-type(2),.right_img_mershin ul li:nth-of-type(3){padding-left: 130px;}
.right_img_mershin ul li:nth-of-type(4)::after{display:none;}


.bg_svg{width: 100%; position: absolute; top: 50%; transform: translateY(-50%); left: 0; z-index: -1;}


.left_clinic_box{width: 45%; position: relative;  transition: all 0.5s; transform: translateY(250px);}
.right_clinic_box{width: 45%; position: relative; transition: all 0.5s; transform: translateY(250px);}

.left_clinic_box.selected,.right_clinic_box.selected{width: 55%; transform: translateY(0);}
.clinic_img_box{display: flex; gap: 20px;}
.clinic_img_box img{width: 100%;}

.img_box{cursor: pointer;}
.disease_slide{text-align: center; padding: 250px 0;}

.disease_slide h3{
    font-size: 40px;
    font-weight: 700;
    color: #666;
    margin-bottom: 10px;
}

.disease_slide h4{
    font-size: 25px;
    font-weight: 400;
    color: #666;
    margin-bottom: 70px;
    line-height: 135%;
}
.nemo_box_skill ul{display: flex; gap: 20px;}
.nemo_box_skill ul li{width: calc(100%/4 - 15px); background: #ddd; box-sizing: border-box; padding: 10px; padding-top: 80px; text-align: center; height: 314px;  color: #fff;}
.nemo_box_skill ul li h4{margin-bottom: 30px; font-size: 30px; font-weight: 600; line-height: 130%;}
.nemo_box_skill ul li p{font-size: 16px; font-weight: 300; line-height: 145%;}

.nemo_flex{display: flex; flex-direction: column; justify-content: space-between;}
.nemo_box_skill{margin-top: 150px;}
.nemo_box_skill .inner{ max-width: 1316px;}

.nemo_box_skill ul li:nth-of-type(1){background: url(../images/skill/last_item1.png) no-repeat center;}
.nemo_box_skill ul li:nth-of-type(2){background: url(../images/skill/last_item2.png) no-repeat center;}
.nemo_box_skill ul li:nth-of-type(3){background: url(../images/skill/last_item3.png) no-repeat center;}
.nemo_box_skill ul li:nth-of-type(4){background: url(../images/skill/last_item4.png) no-repeat center;}




@media screen and (max-width: 1875px) {
    .left_bg_ground{width: 60%;}
}


@media screen and (max-width: 1400px) {
    .left_bg_ground::after{display: none;}
    .right_img_mershin ul li:nth-of-type(2), .right_img_mershin ul li:nth-of-type(3) {
        padding-left: 0;
    }
    .skill_txt_list_zone .inner {
        flex-direction: column;
    }
    .left_img_mershin{width: 100%; margin-top: 0;}
    .right_img_mershin{width: 100%;}
    .left_bg_ground{top: 38%; width: 95%;}
    .right_img_mershin{margin-top: 150px;}
    .skill > .inner {
        padding-bottom: 50px;
    }
    .right_img_mershin{padding-left: 0;}
    .right_img_mershin ul li::after{display: none;}
    .right_img_mershin ul li{border-bottom: 3px dashed #efefef;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: left;
        gap: 30px;
    }
    .left_bg_ground{height: 50vw;}
    .nemo_box_skill ul {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
    }
    .nemo_box_skill ul li {
        width: calc(100% / 2 - 15px);
    }


}

@media screen and (max-width: 800px) {
    .left_bg_ground{top: 32%;}
    .nemo_box_skill ul {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }
    .nemo_box_skill ul li {
        width: calc(100% / 2 - 5px);
    }
    .nemo_box_skill ul li{padding-top: 0; height: auto; padding: 50px 10px;}
    .nemo_box_skill ul li h4{margin-bottom: 15px;font-size: 21px;}
    .skill{padding-bottom: 150px;}

}
@media screen and (max-width: 500px){
    .left_bg_ground {
        top: 21%;
        height: 70vw;
    }
    .nemo_box_skill{margin-top: 20px;}
    .left_img_mershin h3{font-size: 20px;}
    .right_img_mershin{margin-top: 50px;}
    .right_img_mershin ul li img{max-width: 74px;}
    .right_img_mershin ul li {
        gap: 15px;
        justify-content: flex-start;
    }
    .nemo_box_skill ul {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
    .nemo_box_skill ul li {
        width: calc(100% / 1);
        height: 314px;
        max-width: 314px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nemo_box_skill ul li h4{font-size: 18px;}
}






.hide_txt{text-align: center; padding: 40px 0; color: #666;}
.hide_txt h5{font-size: 25px; font-weight: 700; line-height: 145%; margin-bottom: 40px;}
.hide_txt h5 b{color: #19A2BE; font-size: 30px; font-weight: 700;} 
.hide_txt p{font-size: 25px; font-weight: 300; line-height: 155%;}

.img_box{position: relative;}
.hide_box{color: #fff; text-align: center; display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0.4); position: absolute; top: 0; width: 100%; height: 100%; z-index: 1;}
.hide_box span{font-size: 30px; font-weight: 700; display: block;}
.hide_box button{text-align: center; font-weight: 400; font-size: 20px; width: 127px; height: 36px; line-height: 36px; color: #fff; border: 1px solid #fff; box-sizing: border-box; margin-top: 10px;}

.hide_txt{opacity: 0; transition: all 0.5s;}

.img_box img {
    filter: saturate(0%);
    transition: all 0.5s;
}

.clinic_img_box .selected .hide_box{opacity: 0; transition: all 0.5s;}
.clinic_img_box .selected .img_box img {
    filter: saturate(100%);
    transition: all 0.5s;
}

.clinic_img_box .selected .hide_txt{opacity: 1; transition: all 0.5s;}

.clinic_list_box{text-align: center; color: #666; margin-top: 40px;}
.clinic_list_box ul{display: flex; gap: 20px; }
.clinic_list_box li{display: flex; align-items: center; justify-content: center; text-align: center; width: calc(100%/4); border: 1px solid #666; box-sizing: border-box; padding: 75px 50px; border-radius: 0;}
.clinic_list_box li:first-of-type{z-index: 1;}

.clinic_list_box dt{font-size: 18px; font-weight: 600; line-height: 145%;}
.clinic_list_box li:first-of-type dd{margin-top: 27px;}
.clinic_list_box dd{margin-top: 5px; font-size: 16px; font-weight: 400; line-height: 145%;}
.clinic_list_box dd img{max-height: 62px; margin-bottom: 30px;}

.clinic_list_box .selected{background: #efefef; color: #666; border-color: #efefef;}

.clinic_list_box .selected{position: relative;}
.clinic_list_box .selected::after{position: absolute; right: 0; content: ""; background: url(../images/skill/box_arrow2.svg) no-repeat center;
    width: 42px;
    height: 86px;
    background-size: contain;
    margin-right: -40px;
    
}


@media screen and (max-width: 1400px) {
    .disease_slide .inner,
    .clinic_list_box{box-sizing: border-box; padding: 0 15px;}
    .clinic_list_box li {
        padding: 30px;
    }
}


@media screen and (max-width: 1200px) {
    .clinic_list_box .selected::after {
        width: 30px;
        height: 65px;
        margin-right: -28px;
    }
    .disease_slide h3{font-size: 30px; margin-bottom: 20px;}
    .disease_slide h4{font-size: 20px; margin-bottom: 50px;}
    
    .hide_box span{font-size: 24px;}
    .hide_box button{margin-top: 20px; font-size: 16px;}
    .hide_txt{box-sizing: border-box; padding: 50px 10px;}
    .hide_txt p{font-size: 18px;}
    .hide_txt h5{font-size: 22px;}
    .hide_txt h5 b{font-size: 24px;}

    .clinic_list_box ul {
        flex-wrap: wrap;
        gap: 0;
    }

    .clinic_list_box li {
        width: calc(100% / 2 - 8px);
        margin-right: 16px;
        margin-bottom: 16px;
    }
    .clinic_list_box li:nth-of-type(2n){margin-right: 0;}
}

@media screen and (max-width: 800px) {
    .disease_slide h4 br{display: none;}
    .hide_txt h5{font-size: 16px;}
    .hide_txt h5 b{font-size: 18px;}
    .hide_txt p{font-size: 16px;}
    .hide_txt h5{margin-bottom: 25px;}

    .left_clinic_box,.right_clinic_box {
        transform: translateY(150px);
    }
}
  

@media screen and (max-width: 500px) {
    .left_clinic_box,.right_clinic_box {
        transform:none;
    }
    .left_clinic_box.selected, .right_clinic_box.selected{width: 100%;}
    .clinic_list_box .selected::after{bottom: 0; right: 50%; transform: translateX(75%) rotate(90deg); margin-right: 0; margin-bottom: -45px;}


    .disease_slide{padding: 50px 0;}
    .disease_slide h3{font-size: 22px;}
    .disease_slide h4{font-size: 16px;}
    .clinic_img_box {
        flex-direction: column;
    }
    .left_clinic_box{width: 100%;}
    .right_clinic_box{width: 100%;}

    .clinic_list_box li {
        width: calc(100% / 1);
        margin-right: 0;
        margin-bottom: 16px;
    }
    .clinic_list_box li:nth-of-type(2n){margin-right: 0;}
    .clinic_list_box dd{font-size: 15px;}
}

#manual{padding: 150px 0; background: #efefef;}

#manual .inner{display: flex; align-items: center;}
.left_box_manual{width: 40%;}
.rihght_box_manual{width: 60%;}


.left_box_manual ul{gap: 50px; flex-direction: column; display: flex;}

.left_box_manual ul li a{font-size: 30px; font-weight: 600; color: #9f9f9f;}
.left_box_manual ul li a{padding-left: 118px; position: relative;}
.left_box_manual ul li a::before{width: 30px; height: 30px; background: #9f9f9f; border-radius: 100%;
    content: ""; position: absolute; left: 0;
}

.left_box_manual ul li a.active{color: #19A2BE;}
.left_box_manual ul li a.active::before{background: #19A2BE;}

.rihght_box_manual{height: auto; position: relative;}


.h_arrow_prev{position: absolute; left: 1%; top: 50%; transform: translateY(-50%);  font-size: 40px; color: #fff; z-index: 2; cursor: pointer;}
.h_arrow_next{position: absolute; right: 10%; top: 50%; transform: translateY(-50%);  font-size:40px; color: #fff; z-index: 2; cursor: pointer;}




.fade-img {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
}

.fade-img.show {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    position: relative;
}




.examination .title_ex{text-align: center;  padding-bottom: 101px; color: #666;}


.title_ex h3{font-size: 40px; font-weight: 700; color: #666; }
.title_ex p{font-size: 25px; font-weight: 400; line-height: 145%; margin-top: 15px;}

.list_ul{margin-top: 70px;  width: 100%;}
.list_ul ul{display: flex;}
.list_ul ul li{width: calc(100%/4); border-right: 1px solid #666; text-align: center; font-size: 20px; font-weight: 600; height: 229px; display: flex; align-items: center; justify-content: center;}
.list_ul ul li:last-of-type{border-right: 0;}



.box_ul ul{display: flex; gap: 21px; margin-top: 70px; flex-wrap: wrap;}
.box_ul li{display: flex; align-items: center; width: calc(100%/3 - 14px); justify-content: center; background: #f8f8f8; height: 443px; border-radius: 30px;}
.box_ul li:last-of-type{margin-right: 0;}

.box_ul li h3{font-size: 30px; font-weight: 600; margin-top: 40px;}
.box_ul li p{font-size: 25px; font-weight: 400; margin-top: 20px;}


.need_box{background: url(../images/manual/bg_grays.svg) no-repeat left; padding: 100px 0; margin-top: 100px;}
.need_box .inner{display: flex; align-items: center;}

.need_box .check_zone{width: 100%; margin-top: 80px;}

.n_left_box{width: 45%;}


.n_right_box h4{font-size: 25px; font-weight: 600;}
.n_right_box h5{font-size: 20px; font-weight: 400; margin-top: 20px; line-height: 145%;}

.left_box .n_left_box img{max-width: 474px;}


.need_inner{max-width: 1316px; margin: 0 auto;}
.need_inner h2{font-size: 25px; font-weight: 600; padding: 70px 0 10px 0;}
.need_inner h2 b{color: #2C3D5A; font-weight: 600;}

.need_inner .clinic_list_box ul li{background: #efefef; color: #666; text-align: center; height: 314px; border-color: #efefef;}
.need_inner .clinic_list_box ul li dd{margin-top: 0; line-height: 165%; font-size: 18px;}
.need_inner .clinic_list_box ul li:last-of-type{background: none; border-color: #d9d9d9;}


.need_inner .clinic_list_box ul li{position: relative;}
.need_inner .clinic_list_box ul li::after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    content: "+";
    background:#fff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-right: -35px;
    text-align: center;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    box-sizing: border-box;
    border:1px solid #efefef;
    z-index: 1;
}

.need_inner .clinic_list_box ul li:last-of-type:after{display: none;}



.need_inner .clinic_list_box .selected::after {
    position: absolute;
    right: 0;
    content: "";
    background: url(../images/manual/box_arrow22.svg) no-repeat center;
    width: 47px;
    height: 86px;
    background-size: contain;
    margin-right: -40px;
    border: 0;
}

.img_zone{padding: 200px 0;}
.img_zone .mo_block{display: none;}
.foot_label .mo_block{display: none;}



@media screen and (max-width: 1200px) {
    .need_inner .clinic_list_box ul li:nth-of-type(2):after{display: none;}
    .title_ex{box-sizing: border-box; padding: 0 10px;}
    .title_ex h3{font-size: 30px;}
    .title_ex p{font-size: 20px;}
    .box_ul li{height: auto; padding: 30px 0;}
    .box_ul li h3{font-size: 25px;}
    .box_ul li p{font-size: 20px;}
    .box_ul span img{max-width: 80%;}

    .n_right_box h4{font-size: 22px;}
    .n_right_box h5{font-size: 16px;}
    .need_box .check_zone{margin-top: 35px;}
    .need_box .check_zone ul{gap: 25px;}
    .left_box_manual ul li a{font-size: 21px;}
    .left_box_manual ul li a{padding-left: 60px;}
    .left_box_manual ul li a::before{width: 20px; height: 20px;}

}


@media screen and (max-width: 800px) {
    .img_zone .pc_block{display: none;}
    .img_zone .mo_block{display: block; margin: 0 auto; text-align: center;}



    #manual .inner {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .left_box_manual{width: 100%;}
    .left_box_manual ul {
        gap: 10px;
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-bottom: 20px;
    }
    .left_box_manual ul li{width: 25%;}
    .left_box_manual ul li a{padding-left: 0; font-size: 18px;}
    .left_box_manual ul li a::before{display: none;}
    .examination .title_ex{padding-bottom: 30px;}
    #manual{padding: 50px 0;}
    .rihght_box_manual{width: 100%;}

    .title_ex h3{font-size: 28px;}
    .title_ex p{font-size: 18px;}
    .list_ul ul li{font-size: 16px; width: calc(100% / 2); border-bottom: 1px solid #666;}
    .list_ul ul li:nth-of-type(2n){border-right: 0;}
    .list_ul ul li:nth-of-type(3),.list_ul ul li:nth-of-type(4){border-bottom: 0;}
    .list_ul ul {flex-wrap: wrap;}
    .box_ul span img{max-width: 50%;}
    .box_ul li h3{font-size: 18px; margin-top: 20px;}
    .box_ul li p{font-size: 14px; line-height: 145%; margin-top: 8px;}
    .box_ul ul {gap: 9px;}
    .box_ul li {width: calc(100% / 3 - 6px);}

    .need_box .inner {
        flex-direction: column;
        gap: 40px;
    }
    .need_box{background: #f8f8f8;}
    .need_inner h2{font-size: 20px;}

    .foot_label .mo_block{display: block;}

}


@media screen and (max-width: 500px) {
    .img_zone {
        padding: 50px 0;
    }

    #manual {
        padding: 50px 0;
    }
    .left_box_manual ul li a{font-size: 16px; letter-spacing: -1px;}



    .need_inner .clinic_list_box ul li::after{
        top: auto;
        right: 50%;
        bottom: 0;
        transform: translateX(50%);
        margin-right: 0;
        margin-bottom: -35px;
    }
    .need_inner .clinic_list_box ul li:nth-of-type(2):after{
        display: flex;
        top: auto;
        right: 50%;
        bottom: 0;
        transform: translateX(50%);
        margin-right: 0;
        margin-bottom: -35px;
    }
    .need_inner .clinic_list_box .selected::after {
        top: auto;
        bottom: 0;
        right: 50%;
        transform: translateX(50%) rotate(90deg);
        margin-right: 0;
        margin-bottom: -59px;

    }


    .title_ex h3{font-size: 22px;}
    .title_ex p{font-size: 16px;}
    .list_ul,.box_ul ul{margin-top: 42px;}
    .list_ul ul li{height: 152px;}
    .box_ul{box-sizing: border-box; padding: 0 10px;}
    .box_ul ul{gap: 0; flex-direction: column;}
    .box_ul li{width: 100%; margin-bottom: 10px;}
    .new_box{padding: 100px 0;}
    .n_right_box h4{font-size: 18px;}
    .n_right_box h5{font-size: 14px;}
    .n_right_box h5 br{display: none;}

    .need_inner h2{line-height: 145%; padding: 0 10px; box-sizing: border-box; padding-top: 50px;}
}

@media screen and (max-width: 374px) {
    .left_box_manual ul li a {
        font-size: 14px;
        letter-spacing: -2px;
    }
}



.youtube{ padding: 250px 0; text-align: center;
    background: url(../images/manual/bg_gray.png) no-repeat center;
    
}

.slide_box{width: 100%; position: relative; text-align: left; margin-top: 155px;}
.background_one{position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 95%; background: #fff; border-bottom-left-radius: 500px; border-top-left-radius: 500px; height: 633px; z-index: 0;}
.slide_box .inner{width: 100%; max-width: 1320px; box-sizing: border-box; margin: 0 auto; display: flex;     align-items: center;
position: relative; z-index: 1;
}

.check_zone{width: 50%;}
.check_zone ul{display: flex; justify-content: space-between; gap: 60px; flex-direction: column;}
.check_zone ul li{font-size: 20px; font-weight: 600; display: flex; gap: 79px;}
.check_zone ul li span{width: 45px; display: inline-block; box-sizing: border-box;}
.check_zone ul li span img{width: 100%;}

.check_zone ul li b{color: #2C3D5A; font-weight: 600;}

.slide_zone {
    width: 537px;
    margin: 0 auto;
}
  
.slide_zone .bx-wrapper {
max-width: 100%; 
}

.slide_zone .bx-wrapper {
border: none;
box-sizing: border-box;
margin-bottom: 0;
}
.slide_zone .bx-wrapper img{width: 100%;}

.slide_zone .bx-wrapper .bx-controls-auto,.slide_zone .bx-wrapper .bx-pager {
    bottom: 20px;
}


.slide_zone .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #fff;
    opacity: 1;
}
.slide_zone .bx-wrapper .bx-pager.bx-default-pager a {
    opacity: 0.7;
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

@media screen and (max-width: 1500px) {
    .slide_box .inner{max-width: 100%; padding: 0 50px;}
    .check_zone{padding-right: 10px;}
    .slide_zone{width: 50%;}
    .check_zone ul li{gap: 20px; font-size: 18px; line-height: 145%;}
    .check_zone ul li span img{width: 21px;}
    .background_one{height: 450px; width: 100%;}
}

@media screen and (max-width: 800px) {
    .youtube{padding: 100px 0;}
    .slide_box .inner {flex-direction: column-reverse;}
    .check_zone{padding-top: 50px;}
    .slide_box{margin-top: 50px;}
    .check_zone{width: 100%;}
    .slide_zone{width: 100%;}
    .background_one {display: none;}
    .youtube{margin-top: 200px;}
}
@media screen and (max-width: 555px) {
    .youtube{margin-top: 100px;}
    .check_zone{padding-top: 35px;}
    .check_zone ul{gap: 30px;}
    .slide_box .inner {padding: 0 10px;}
    .check_zone ul li{font-size: 14px; gap: 0;}
}


.location_gulid{text-align: center; padding: 300px 0; color: #666;}
.box_line_do{width: 100%; max-width: 868px; margin: 0 auto; margin-top: 67px;}
.box_line_do ul{display: flex; gap: 20px;}
.box_line_do ul li{display: flex; align-items: center; width: calc(100%/4 - 15px); height: 202px; box-sizing: border-box; border: 1px solid #d9d9d9;    justify-content: center;  border-radius: 0;}

.box_line_do ul li dt{font-size: 20px; font-weight: 500; color: #666;}
.box_line_do ul li dd{font-size: 16px; font-weight: 400; color: #666; line-height: 145%; margin-top: 20px;}


.width_fullbox{display: flex; position: relative; margin-top: 75px; }

.width_fullbox .inner{display: flex;}



.left_img{margin-right: 138px;}
.left_img{width: 50%}
.right_img{width: 35%; padding-top: 140px;}

.right_img ul li{display: flex; gap: 50px; margin-bottom: 75px;}
.right_img ul li:last-of-type{margin-bottom: 0;}
.right_img .big_num{font-size: 50px; font-weight: 400;}

.right_img .num_txt dt{font-size: 20px; font-weight: 400; color: #666;}
.right_img .num_txt dd{font-size: 18px; font-weight: 400; margin-top: 34px; line-height: 135%;}

.bg_backs{position: absolute; bottom: 0;  background: #f8f8f8; height: 700px; margin-bottom: -95px; width: 100%; z-index: -1;}

.left_img img{width: 100%;}



@media screen and (max-width: 1650px) {
    .width_fullbox {
        justify-content: flex-end;
    }
   
}

@media screen and (max-width: 1120px) {
    .right_img{width: 45%;}
    .left_img {
        margin-right: 70px;
    }
    .width_fullbox {
        flex-direction: column;
    }
    .right_img{padding-top: 110px;}
    .right_img ul li {
        justify-content: center;
    }
    .bg_backs{height: 675px;}
    .location_gulid .inner{padding: 0 10px;}
}

@media screen and (max-width: 930px) {
    .width_fullbox .inner {
        display: flex;
        flex-direction: column;
    }
    .left_img{margin-right: 0; width: 70%;}
    .right_img{width: 100%;}
    .bg_backs {
        height: 960px;
    }

}


@media screen and (max-width: 800px) {
    .bg_backs{display: none;}
    .right_img{background: #f8f8f8; padding-top: 200px; padding-bottom: 100px;}
    .left_img{margin-bottom: -110px; z-index: 1;}

    .box_line_do ul {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }
    .box_line_do ul li {
        width: calc(100% / 2 - 10px);
        height: 202px;
    }
    .width_fullbox .inner {
        padding: 0;
    }
}

@media screen and (max-width: 500px) {

    .box_line_do ul {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }
    .box_line_do ul li {
        width: calc(100% / 2 - 5px);
        height: auto;
        padding: 50px 0;
    }
    .box_line_do ul li dt{font-size: 18px;}
    .box_line_do ul li dd{font-size: 14px;}
    .location_gulid{padding: 100px 0;}
    .right_img{padding: 0 10px;
        padding-top: 173px;
        padding-bottom: 100px;
    }
    .right_img ul li{gap: 20px;}
    .right_img .big_num{font-size: 40px;}
    .right_img .num_txt dt{font-size: 18px;}
    .right_img .num_txt dd{font-size: 14px;}
    .left_img {
        width: calc(70%);
    }
    .right_img ul li {
        gap: 31px;
        align-items: center;
    }
    .right_img .num_txt dd{margin-top: 19px;}
}


.placezone{padding: 300px 0; text-align: center;}
.placezone .inner{max-width: 1316px;}
.swiper {
width: 100%;
height: 100%;
}

.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
}

.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

.swiper {
width: 100%;
height: 300px;
margin-left: auto;
margin-right: auto;
}

.swiper-slide {
background-size: cover;
background-position: center;
}

.mySwiper2 {
height: 80%;
width: 100%;
}


.mySwiper2 .swiper-slide{height: 842px;}

.mySwiper {
height: 20%;
box-sizing: border-box;
padding: 10px 0;
margin-top: 30px;
}

.mySwiper .swiper-slide {
width: 25%;
height: 131px;
opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
opacity: 1;
}

.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

.placezone .title_ex p{color: #666;}


.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image: none !important;
}
.swiper-button-next:after, .swiper-button-prev:after{color: #fff;}

@media screen and (max-width: 1400px) {
    .placezone {
        padding: 150px 0;
        text-align: center;
    }
    .location_gulid{padding: 150px 0;}
    .placezone .inner{max-width: 100%; padding: 0 30px;}
}

@media screen and (max-width: 900px) {
    
    .swiper-slide img{height: auto;}
    .mySwiper2 .swiper-slide{height: auto;}
    .mySwiper .swiper-slide{height: auto;}
    .mySwiper{margin-top: 10px;}
}

@media screen and (max-width: 500px) {
    .location_gulid{padding: 50px 0;}
    .placezone{padding: 50px 0;}
    .placezone .inner{padding: 0 10px;}
    .mySwiper2{margin-top: 25px;}
    .swiper-button-next:after, .swiper-button-prev:after{font-size: 22px !important;}
}






.mapinfo{display: flex; align-items: center; border-top: 1px solid #efefef;}
.left_road{width: 45%; padding: 70px 30px 70px 300px; background: #efefef;}
.right_road{width: 60%;}

.left_road h3{font-size: 30px; font-weight: 600; color: #666;}
.left_road h4{font-size: 20px; font-weight: 400; color: #666; margin-top: 20px; margin-bottom: 50px; line-height: 135%;}

.left_road ul{ margin-top: 20px; margin-bottom: 50px; display: flex; gap: 10px; flex-direction: column;}

.left_road ul li div{display: flex; font-size: 20px; font-weight: 400; color: #666; gap: 10px;}

.left_road ul li span{display: flex; width: 83px; justify-content: space-between; margin-right: 20px;}

.left_road h3:last-of-type{margin-top: 20px;}


.control{
    display: flex;
    justify-content: space-between;
    width: 125px;
}






.footer{background: #444; color: #fff; width: 100%; font-size: 18px; font-weight: 300;}
.footer a{color: #fff;}
.foot_link{padding: 55px 0; width: 100%; border-bottom: 1px solid #fff; box-sizing: border-box;}

.foot_link ul{display: flex;}
.foot_link ul li{padding: 0 30px; box-sizing: border-box; border-left: 1px solid #fff;}
.foot_link ul li:first-of-type{padding-left: 0; border-left: 0;}

.foot_label ul{padding: 80px 0; width: 100%; display: flex; gap: 10px; flex-direction: column;}

#map{height: 550px; width: 100%;}
@media screen and (max-width: 1685px) {
    .left_road {padding: 70px;}
}

@media screen and (max-width: 1450px) {
    .footer .inner{max-width: 100%; padding: 0 30px;}
}

@media screen and (max-width: 1240px) {
    .left_road{width: 100%;}
    .mapinfo {
        display: flex;
        align-items: center;
        border-top: 1px solid #efefef;
        flex-direction: column;
    }
    .right_road{width: 100%;}
}

@media screen and (max-width: 500px) {
    .footer .inner{max-width: 100%; padding: 0 10px;}
    .foot_label ul li{font-size: 12px; line-height: 145%;}
    .foot_label ul{padding: 30px 0;}
    .foot_link{padding: 30px 0;}

    .foot_link ul {
        display: flex;
        gap: 20px;
        text-align: center;
    }
    .foot_link ul li{border: 0; padding: 0;}
    .left_road{padding: 60px 20px;}
    .left_road h3{font-size: 20px;}
    .left_road h4{font-size: 14px; margin-top: 10px;}
    .left_road ul li div{font-size: 16px;}
    .left_road ul li span{width: 63px;}

    .right_road {
        width: 100%;
        height: 253px;
        overflow: hidden;
    }
    #map{height: 253px;}
    .foot_link a{font-size: 12px;}
    .foot_link ul li{position: relative;}
    .foot_link ul li::after{position: absolute; right: 0; width: 1px; height: 13px; content: ""; top: 3.5px; margin-right: -10px; background: #fff;}
    .foot_link ul li:last-of-type::after{display: none;}
    .foot_label ul {
        gap: 4px;
    }
}
.foot_label ul li b{padding: 0 10px; display: inline-block;}




.margin_op .time_Q{font-size: 14px; margin-bottom: 5px; text-indent: 2%;}

.customoverlay {position:relative;bottom:85px;border-radius:6px;border: 1px solid #ccc;border-bottom:2px solid #ddd;float:left;}
.customoverlay:nth-of-type(n) {border:0; box-shadow:0px 1px 2px #888;}
.customoverlay a {display:block;text-decoration:none;color:#000;text-align:center;border-radius:6px;font-size:14px;font-weight:normal;overflow:hidden;background: #6b79a4 ;background: #6b79a4 url(https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/arrow_white.png) no-repeat right 14px center;}
.customoverlay .title {display:block;text-align:center;background:#fff;margin-right:35px;padding:10px 15px;font-size:16px;font-weight:normal;}
.customoverlay:after {content:'';position:absolute;margin-left:-12px;left:50%;bottom:-12px;width:22px;height:12px;background:url('https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png')}

.map_sty{
    right: 6%;
    bottom: 8%;
    width: 46%;
    position: absolute;
    z-index: -1;
}


.container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
}


.text-content {
    max-width: 400px;
    margin-left: 50px;
}

.text-content p {
    font-size: 16px;
    opacity: 0.8;
    margin-bottom: 10px;
}

.text-content h1 {
    font-size: 24px;
    line-height: 1.5;
}

.width_fullbox.reverse{margin-top: 250px;}

.width_fullbox.reverse .left_img{
    margin-right: 0;
}
.width_fullbox.reverse .right_img{
    margin-right: 138px;
}

.width_fullbox.reverse .inner {
    display: flex;
    flex-direction: row-reverse;
}

@media screen and (max-width: 930px) {
    .width_fullbox.reverse .inner {
        display: flex;
        flex-direction: column;
    }
    .width_fullbox.reverse .left_img{margin-right: 0; width: 70%; margin-left: auto;}

    .width_fullbox.reverse .right_img{width: 100%;}
    .bg_backs {
        height: 960px;
    }

}

@media screen and (max-width: 800px) {
    .popimgbox img{width: 100%;}   
}
@media screen and (max-width: 630px) {
    #popup{width: 90%;}
}
.popimgbox{max-width: 600px;}

#popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    height: auto;
    z-index: 1000;
    

}
.popinner{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


#popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
}


#popup input[type=checkbox]{display: block;}
#popup label{display: flex; align-items: center;}
#close-btn{font-size: 16px; color: #000; width: 30px; height: 30px; background: #fff; border-radius: 100%; font-weight: 700; font-family: 'Montserrat', sans-serif;}
.flex_pop {display: flex; justify-content: space-between; align-items: center; }
.popimgbox{border-radius: 20px; overflow: hidden; margin-top: 20px; display: block; }

#main_modal { position: fixed; width: 100%; height: 100%; z-index: 9999; top: 0; left: 0; background-color: rgba(239, 239, 239, 0.8); } 
#main_modal .list-pops { width: 600px; position: fixed; border-radius: 20px; top: 50%; left: 50%; transform: translate(-50%, -47%); } 
#main_modal .close_btn { width: 100px; height: 40px; line-height: 40px; font-size: 20px; color: #fff; cursor: pointer; background-color: #ec893d; text-align: center; position: absolute; top: -45px; right: 0; border-radius: 15px; font-weight: bold; transition: background-color .2s linear; } 
#main_modal .btn_today_close{ width: auto; height: 40px; line-height: 40px; font-size: 16px; color: #fff; cursor: pointer; background-color: #ec893d; text-align: center; position: absolute; top: -45px; right: 115px; border-radius: 15px; font-weight: bold; transition: background-color .2s linear; box-sizing: border-box; padding: 0 15px;} 
#main_modal .close_btn:hover { background-color: #ec893d; } 

#slide { border-radius: 20px; } 
#slide .sp-mask { border-radius: 20px 20px 0 0; }

.sp-thumbnail { display: inline-block; height: 55px; line-height: 55px; text-align: center; font-size: 20px; font-weight: bold; 
    position: static !important;
} 
.sp-thumbnails > div:last-child .sp-thumbnail { border-right: none; } 
.sp-bottom-thumbnails .sp-thumbnail-container,
.sp-top-thumbnails .sp-thumbnail-container { margin: 0; } 
.sp-bottom-thumbnails .sp-thumbnail-container { background: #fff; width: 25% !important; } 
.sp-selected-thumbnail .sp-thumbnail { background: #ec893d; } 
.sp-thumbnails .sp-thumbnail { width: 100% !important;} 
.sp-bottom-thumbnails .sp-selected-thumbnail:before,
.sp-bottom-thumbnails .sp-selected-thumbnail:after { display: none; } 
.sp-bottom-thumbnails.sp-has-pointer { margin-top: 0; } 
.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail { position: static; top: auto; } 

@media (max-width: 1000px) {
 #main_modal .list-pops { width: 100%; max-width: 400px;} 
 .sp-bottom-thumbnails.sp-has-pointer { position: absolute; bottom: -28px; left: 50%; transform: translateX(-50%); } 
 .sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail-container { margin: 0 5px; border-radius: 50%; background-color: #d4d4d4; } 
 #slide .sp-mask { border-radius: 20px; } 
 .sp-image{width: 100%;}
 }



         .popup-stack {
            position: absolute;
            top: 16px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            flex-direction: column;
            gap: 12px;
            z-index: 9999;
        }

        .popup {
            width: min(92vw, 615px);
            background: #1e285c;
            border: 1px solid rgba(0, 0, 0, .1);
            box-shadow: 0 6px 20px rgba(0, 0, 0, .12);
            border-radius: 12px;
            padding: 14px 14px 12px 14px;
            position: relative;
            font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
        }

        .popup .close {
            position: absolute;
            top: 6px;
            right: 8px;
            background: none;
            border: 0;
            font-size: 35px;
            line-height: 1;
            cursor: pointer;
            color: #fff;
        }

        .popup .content {
            margin: 4px 0 10px;
            font-size: 14px;
            line-height: 1.45;
        }

        .popup .content img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            display: block;
        }

        .popup .actions {
            display: flex;
            gap: 8px;
            justify-content: flex-end;
        }

        .popup .actions button {
            cursor: pointer;
            border: 1px solid #ddd;
            background: #f8f8f8;
            padding: 6px 10px;
            border-radius: 8px;
            font-size: 12px;
        }

        .popup .actions button:hover {
            filter: brightness(0.97);
        }

        @media (max-width: 480px) {
            .popup {
                width: calc(100vw - 32px);
            }
        }

        /* 초기화 버튼 */
        .pop-reset {
            position: fixed;
            bottom: 16px;
            right: 16px;
            z-index: 10000;
            border: 1px solid #ddd;
            background: #fff;
            padding: 8px 12px;
            border-radius: 10px;
            font-size: 12px;
            cursor: pointer;
            box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
        }


        .popup-overlay {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, .55);
            /* 진하기 조절: .55 */
            z-index: 9998;
            display: none;
        }
