.main-banner__container{
    position:relative;
    max-height:980px;
    width:100%;
    background: rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.banner-bg__box{
    position: relative;
    top: 0;
    left: 0;
    width: 100% !important;
    max-width: 100% !important;
}

.banner-bg__box .img-box{
    position: absolute;
    max-width: 100% !important;
    width: 100%;
    height: 100% !important;
    display: flex;
    align-items: center;
}
.banner-bg__box .img-box img{
    object-fit: cover;
}

.video__wrapper > div:has(> iframe[data-ready="true"]){
    width: 100%;
}

.video__wrapper iframe {
    position: absolute;
    min-height: 100%;
    max-height: 100%;
    width: 100% !important;
    margin: 0 auto;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%);
    height: auto !important;
    margin-top: 0;
}

.pc.video__wrapper{
    display:flex;
    height: 100%;
    align-items: center;
}

.mobile.video__wrapper{
    display:none;
}

.mobile.video__wrapper > div{
    min-width: 420px;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 auto;
    min-height: 530px;
    height: 100%;
    padding: 56.25% 0 0 0;
    position: relative;
}

.main-banner__container{
    display:flex;
    justify-content: center;
}

.banner__txtBox{
    position:absolute;
    bottom:20%;
    max-width:1520px;
    width:100%;
    margin:0 auto;
    z-index: 20;
}

.banner__txtBox span,
.banner__txtBox b{
    color:#fff;
    display:block;
}

.banner__txtBox div:first-child span{
    font-size:3.6rem;
    font-weight:300;
}

.banner__txtBox div:first-child b{
    font-size:6rem;
}

.banner__txtBox div:first-child {
    padding-bottom:5rem;
    position:relative;
}

.banner__txtBox div:first-child::after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    height:1px;
    width:25rem;
    background-color:#fff;
}

.banner__txtBox div:last-child{
    padding-top:5rem;
}

.banner__txtBox div:last-child span{
    font-size:2.4rem;
    font-weight:300;
}

.login-logout__wrapper{
    position: absolute;
    top: 14rem;
    max-width: 1520px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.login-logout__wrapper > div ul{
    display: flex;
    gap:2rem;
}

.login-logout__wrapper > div ul li:first-child a::after{
    position:absolute;
    right:-1rem;
    width:1px;
    height:75%;
    background-color:#b5e0fb;
    content:"";
}

.login-logout__wrapper > div ul a{
    position:relative;
    display:flex;
    align-items: center;
    color:#b5e0fb;
    font-size:1.6rem;
    opacity: 0.8;
}

.mobile.login-logout__wrapper{
    top: auto;
    bottom: 30rem;
    left: 8%;
    margin: 0 auto;
    align-items: start;
}

.mobile.login-logout__wrapper > div ul a{
    opacity:1;
    font-size:3rem;
    color:#fff;
}

@media screen and (max-width:1520px){
    .banner__txtBox{
        padding-inline:4%;
    }
}

@media screen and (max-width:1080px){
    .pc.login-logout__wrapper{
        display:none;
    }
    .banner__txtBox{
        bottom:5%;
    }
    .banner__txtBox div:first-child,
    .banner__txtBox div:last-child{
        padding-bottom:2rem;
    }
    .banner__txtBox div:first-child span{
        font-size:2.4rem;
    }
    .banner__txtBox div:first-child b{
        font-size:4rem;
    }
    .banner__txtBox div:last-child{
        font-size:2rem;
    }
}

@media screen and (max-width:768px){
    .video__wrapper > div:has(> iframe[data-ready="true"]){
        background: #309ea3;
        width: 100%;
    }
    
    .pc.video__wrapper{
        display:none;
    }
    
    .mobile.video__wrapper{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width:480px){
    .main-banner__container{
        height: 530px;
        overflow: hidden;
    }
}

@media screen and (max-width:420px){

}


section{
    position:relative;
}

.section-title-2{
    font-weight: 300;
    font-size: 3rem;
    text-transform: uppercase;
}

#sec1{
    width:100%;
    padding-bottom:0 !important;
    padding-top:20rem;
}

#sec1 .section-title,
#sec1 .section-title-2{
    color:#555;
    text-align: center;;
}

#sec1 .section-title-2{
    font-weight: 300;
    font-size: 3rem;
    text-transform: uppercase;
}

#sec1 .section-title{
    font-size:6rem;
    font-weight:700;
}

#sec1 .section-content{
    margin-top:10rem;
}

#sec1 .part1{
    max-width:1520px;
    margin:0 auto;
    margin-bottom:15rem;
}

#sec1 .part1 ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    width: 100%;
    gap:5rem;
    justify-content: center;
}

#sec1 .part1 ul li{
    width:21%;
}

#sec1 .part1 ul li > *{
    padding:1rem 0;
}
#sec1 .part1 ul li .img{
    text-align:center;
}
#sec1 .part1 ul li img{
    max-width:90%;
}

#sec1 .part1 ul li .title{
    font-size: 3.6rem;
    font-weight: 500;
    border-top: solid 1px;
    border-bottom: solid 1px;
    text-align: center;
}

#sec1 .part1 ul li  .desc{
    margin-top:1rem;
    font-size:2.4rem;
    color:#555;
    text-align:center;
}


@media screen and (max-width:1024px){
}

@media screen and (max-width:768px){
    #sec1 .part1 ul{
        gap:5%;
    }
    #sec1 .part1 ul li {
        width: 47.5%;
        padding-inline: 4%;
    }

}

@media screen and (max-width:480px){
    #sec1 .part1 ul{
        gap:1%;
        padding-inline: 6vw;
    }
    #sec1 .part1 ul li {
        width: 49%;
        padding-inline: 0%;
    }
}

#sec2{
    height: 800px;
    background:url(../../../img/main/bg.png) no-repeat;
    color: white;
    padding: 0;
    box-sizing:content-box;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    background-position-y: 100px;
    background-size: cover !important;
}


#sec2.section2 > * {
    width: 152rem !important;
    max-width: 90%;
    text-align: center;
    word-break: keep-all;
}

section:has(.section-bg) {
    max-width: 100%;
}

#sec2.section2 .section-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
}

#sec2 .carousel-inner, #sec2 .carousel-item {
    height: 100%;
    box-sizing: content-box;
}

#sec2 .row-effect {
    height: calc(100% - 10rem);
    margin-top: 10rem;
    gap: 3.2rem;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}

.row-effect img {
    max-width: 100%;
}

.carousel-item-next, 
.carousel-item-prev, 
.carousel-item.active {
    display: block;
}

#sec2 .carousel-item .col-md-6:last-child > div{
    opacity: 0;
    transform:translateY(4rem);
    transition:all .5s;
}


#sec2 .carousel-item.active .col-md-6:last-child > div{
    opacity: 1;
    transform:translateY(0rem);

}

.section-br {
    margin: 3.2rem 0;
    border: solid 1px #fff;
}

#sec2 .carousel-buttons .carousel-control-indicator {
    width: 2rem;
    height: 2rem;
    border: solid 1px white;
    border-radius: 50%;
    background: transparent;
}

#sec2 .carousel-buttons .carousel-control-indicator.active {
    background: white;
}

#sec2 .col-md-6 img {
    margin-top: -150px;
    box-shadow: 7px 10px 25px rgb(19 17 51 / 30%);
    box-sizing: content-box;
}

#sec2 .section-title {
    font-size: 5.4rem;
    font-weight: 500;
    line-height: 1.25;
    text-transform: uppercase;
}

#sec2 .section-title-1{
    font-weight: 500;
    font-size: 3.6rem;
    text-transform: uppercase;
}

#sec2 .section-desc {
    font-weight: 300;
    font-size: 2.4rem;
    margin-top: 1.2rem;
}


#sec2 .carousel-buttons {
    display: flex;
    gap: 3rem;
    margin-top: 10rem;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    #sec2 .row-effect .col-md-6 {
        width: calc(50% - 3.2rem / 2);
    }
    #sec2 .section-desc br{
        display:none;
    }
}


@media screen and (max-width:1520px){

}

@media (min-width:768px) and (max-width:1024px){
    #sec2 {
        height: 500px;
        background-position-y: 60px;
    }
    #sec2 .row-effect {
        height: 100%;
        margin: 0;
    }
    #sec2 .col-md-6 img {
        margin-top: -100px;
    }
    #sec2 .carousel-buttons{
        margin-top: 3rem;
    }
    #sec2 .section-title{
        font-size:3.4rem;
    }
    #sec2 .section-title-1{
        font-size:3rem;
    }
}

@media screen and (max-width:767px){
    #sec2 {
        height: 1000px;
    }
    #sec2 .row-effect{
        justify-content: center;
    }
    #sec2.section2 > * {
        max-width: 100%;
    }
    #sec2 .row-effect .col-md-6:nth-child(1) {
        width: 90%;
        margin: 0 auto;
    }
    #sec2 .row-effect .col-md-6:nth-child(2) {
        width: 90%;
        margin-top: -25vh;
    }
    #sec2 .section-title{
        font-size:5.4rem;
    }
    #sec2 .section-title-1{
        font-size:5rem;
    }
    #sec2 .carousel-buttons{
        margin-top:5rem;
    }
} 

@media screen and (max-width:480px){

}


#sec3.medical-staff__container{
    padding:0rem;
    display:flex;
    justify-content: center;
}

.medical-staff__listBox{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6rem;
    position: relative;
}

.medical-staff__list{
    display: flex;
    gap: 5%;
    width: 152rem;
    max-width:90%;
}

.medical-staff__list > div:first-child{
    width: 50%;
}

.medical-staff__list > div:last-child{
    width: 50%;
}

.medical-staff__list:first-child .profile-img-box{
    position: absolute;
    top: 0;
    right: 0;
    height: 50%;
}

.medical-staff__list:first-child .profile-img-box img{
    height: 110%;
    width: 100%;
    object-fit: cover;
}

.medical-staff__list:first-child .profile-intro__txtBox{
    padding: 25rem 0px;
}

.profile-intro__txtBox{
    display:flex;
    flex-direction: column;
    justify-content: center;
}

.profile-nameBox{
    display:flex;
    align-items: end;
    gap:2rem;
}

.profile-nameBox .profile-role{
    font-size:3rem;
}

.profile-nameBox .profile-name{
    font-size:4.8rem;
    font-weight:700;
}

.profile-certificate{
    font-size:3rem;
    display:block;
    margin-block:4rem 2rem;
}

.profile__careerBox{
    display:flex;
    flex-direction: column;
    gap:3rem;
}

.profile__careerList{
    font-size:2.4rem;
    color:#555555;
    font-weight:300;
}

.profile-img-box.fit{
    text-align: center;
}

.medical-staff__list:last-child .profile-img-box.fit{
    position:relative;
}

.medical-staff__list:last-child .profile-img-box .deco-img-box.img-box{
    width:100%;
    bottom:0;
}

.medical-staff__list:last-child .profile-intro__txtBox > .deco-img-box{
    right:0;
}

.medical-staff__list .mobile-deco-img-box{
    display:none;
}
#sec3 li.mobile-img-box_wrapper{
    display:none;
}
@media screen and (max-width:1920px){
    .medical-staff__list:first-child .profile-img-box img{
        height: 100%;
    }
    .medical-staff__list > div:last-child{
        width:57%;
    }
}

@media screen and (max-width:1080px){
    .medical-staff__list .profile-img-box{
        display:none;
    }
    .medical-staff__list .mobile-deco-img-box{
        display:block;
        position:absolute;
        bottom:0;
    }
    .medical-staff__list .profile-intro__txtBox > .deco-img-box{
        display:none;
    }
    .medical-staff__list > div:first-child,
    .medical-staff__list > div:last-child{
        width:100%;
    }
    #sec2 li.mobile-img-box_wrapper{
        display:block;
    }

    .medical-staff__list:first-child{
        background:url(../../../img/main/mobile-profile_bg1.jpg) center / cover no-repeat;
    }
    .medical-staff__list{
        width:100%;
        max-width:100%;
        background-position-y: 0rem !important;
    }
    .medical-staff__listBox{
        gap:1rem;
    }
    .medical-staff__list .profile-intro__txtBox{
        padding:30rem 8vw 15rem !important;
    }
    .medical-staff__list:last-child{
        flex-direction: column;
        background:url(../../../img/main/mobile-profile_bg2.jpg) center / cover no-repeat;
    }
    
    .medical-staff__list:last-child .mobile-deco-img-box{
        align-self:center;
    }
    #sec3 li.mobile-img-box_wrapper{
        display:flex;
        align-items:center;
        width: 100%;
        justify-content: space-between;
    }
    #sec3 .mobile-img-box_wrapper > div{
        width:49.5%;
    }
}

@media screen and (max-width:768px){
    .medical-staff__list .profile-intro__txtBox{
        padding:40rem 8vw 15rem !important;
    }
}

@media screen and (max-width:480px){
    .medical-staff__list:last-child .mobile-deco-img-box{
        max-width:80%;
    }
    .medical-staff__list{
        background-position-x: 80% !important;
    }
}

#sec4.implant-intro__container{
    padding:0;
}

.implant-intro__container .part1{
    display:flex;
    background-color:#ebf6f6;
    padding-top: 20rem;
    justify-content: center;
}

.implant-intro__container .part1 .wrapper{
    align-items: end;
    display:flex;
    width:100%;
    max-width:1720px;
}

.implant-intro__container .part1 .wrapper > div{
    width:50%;
}

.implant-intro__container .part1 .wrapper > div:last-child{
    margin-left:50%;
}

.implant-intro__container .part1 .img-box{
    position:absolute;
    left:0;
}
.implant-intro__container .part1 .img-box img{
    object-fit: contain;
    object-position: left;
    width: fit-content;
}

.implant-intro__container .part1 .point-lightgreen,
.implant-intro__container .part1 p{
    padding-left:10.5rem;
}

.implant-intro__container .part1 .bar-title{
    border-left:2.5rem solid #2f190e;
    padding-left:8rem;
}

.implant-intro__container .part1 .section-title,
.implant-intro__container .part1 .section-title b{
    font-size:10rem;
    line-height:10rem;
}

.implant-intro__container .part1 .section-title-2{
    line-height:3rem;
}

.implant-intro__container .part1 .section-title{
    font-weight:200;
}

.implant-intro__container .part1 .section-title b{
    font-weight:600;
}

.implant-intro__container .part1 .section-subtitle{
    font-size:4.7rem;
    line-height:4.7rem;
    margin-top:3rem;
}

.implant-intro__container .part1 .point-lightgreen{
    display:block;
    margin-block:12rem 4rem;
    font-size:4rem;
    font-weight:600;
}

.implant-intro__container .part1 p{
    font-size: 2.2rem;
    margin-bottom:18rem;
}

@media screen and (max-width:1520px){
    .implant-intro__container .part1 .wrapper{
        padding-inline:4%;
    }
}
@media screen and (max-width:1520px){
    .implant-intro__container .part1 .img-box img{
        width:100%;
    }
}

@media screen and (max-width:1080px){
    .implant-intro__container .part1 .wrapper{
        flex-direction: column;
        gap:5rem;
    }
    .implant-intro__container .part1 .wrapper > div{
        width:100%;
    }
    .implant-intro__container .part1 .img-box{
        position:relative;
    }
    .implant-intro__container .part1 .wrapper > div:last-child{
        margin-left:0%;
        padding-inline:6vw;
    }
    .implant-intro__container .part1 p{
        margin-bottom:14rem;
    }
    .implant-intro__container .part1 .wrapper{
        padding-inline:0%;
    }
}

@media screen and (max-width:768px){
    .implant-intro__container .part1 .section-title, .implant-intro__container .part1 .section-title b{
        font-size: 13vw;
    }
    .implant-intro__container .part1 .section-subtitle{
        font-size:6.5vw;
    }
    .implant-intro__container .part1 .point-lightgreen{
        font-size: 6vw;
        margin-block:8rem 4rem;
    }
    .implant-intro__container .part1 p{
        font-size: 3.8vw;
    }
    .implant-intro__container .part1 .bar-title{
        padding-left:4rem;
    }
    .implant-intro__container .part1 .point-lightgreen, .implant-intro__container .part1 p{
        padding-left: 6.5rem;
    }
}

@media screen and (max-width:480px){

}

.implant-intro__container .part2,
.implant-intro__container .part3{
    background-color:#ebf6f6;
}

.implant-intro__container .part2 ul{
    display:flex;
    flex-direction: column;
}

.implant-intro__container .part2 ul li:first-child .img-box_wrapper{
    display: flex;
    gap: 1%;
}


.implant-intro__container .part2 ul li:first-child .img-box_wrapper > .img-box:first-child{
    width: 45.5%;
}
.implant-intro__container .part2 ul li:first-child .img-box_wrapper > .img-box:last-child{
    width: 58.8%;
}

.implant-intro__container .part2 ul li:last-child .img-box{
    width:100%;
}

.implant-intro__container .part2 ul li:last-child{
    margin-top:1%;
}

.implant-intro__container .part2 > ul > li:last-child{
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.implant-intro__container .part2 > ul > li:last-child::after{
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.05);
}

.implant-intro__container .part2 ul li:last-child .implant-txtBox{
    position:absolute;
    max-width:1520px;
    width: 100%;
    padding-inline:3%;
    z-index: 2;
}

.implant-intro__container .part2 ul li:last-child .implant-txtBox .title__box .section-title-2{
    color:#fff
}
.implant-intro__container .part2 ul li:last-child .implant-txtBox .title__box .section-title{
    font-size:6.3rem;
    font-weight:700;
    color:#48bebe;
    word-break: keep-all;
}

.implant-intro__container .part2 ul li:last-child .implant-txtBox .special-feature__listBox{
    margin-top:5rem;
    display:flex;
    flex-direction: column;
    gap:6rem;
}
.special-feature__list{
    color:#fff;
}
.special-feature_title{
    font-size: 2.7rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.special-feature_txt{
    font-size: 2rem;
    font-weight: 300;
}

@media screen and (max-width:1520px){

}

@media screen and (max-width:1080px){
    .implant-intro__container .part2 ul li:first-child .img-box_wrapper{
        flex-direction: column;
        gap:1rem;
    }
    .implant-intro__container .part2 ul li:first-child .img-box_wrapper > .img-box:first-child,
    .implant-intro__container .part2 ul li:first-child .img-box_wrapper > .img-box:last-child{
        width:100%;
    }
    .implant-intro__container .part2 > ul > li:last-child{
        background: url(../../../img/main/main-img_16.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        background-position-x: 80%;
    }
    .implant-intro__container .part2 > ul > li:last-child .img-box{
        display:none;
    }
    .implant-intro__container .part2 ul li:last-child .implant-txtBox{
        position:relative;
        padding: 20rem 8vw;
    }
}

@media screen and (max-width:768px){
    .implant-intro__container .part2 > ul > li:last-child::after{
        background-color: rgba(0, 0, 0, 0.5);
    }
}

@media screen and (max-width:480px){
    .implant-intro__container .part2 ul li:last-child .implant-txtBox .title__box .section-title{
        font-size:5.3rem;
    }
}

.implant-intro__container .part3{
    padding:20rem 0;
    display:flex;
    flex-direction: column;
    align-items: center;
    background:url(../../../img/main/main-img_17.jpg) center / cover no-repeat;
} 

.pc.implant-case__listBoxWrapper .implant-case__listBox{
    display:grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap:2rem;
    max-width:1400px;
    margin-block:8rem 10rem;
}

.implant-intro__container .part3 .section-title{
    font-size:6.3rem;
    color:#0b9090;
    font-weight:600;
    position:relative;
    display:flex;
    justify-content: center;
    padding-bottom:4rem;
    margin-bottom:4rem;
}

.implant-intro__container .part3 .section-title::after{
    position:absolute;
    bottom:0;
    content:"";
    width:14rem;
    height:3px;
    background-color:#b7b7b7;
}

.implant-case__list .hide{
    display:none;
}

.implant-case__list .view{
    display:block;
}

.implant-intro__container .part3 .title-caption{
    font-size:3rem;
    font-weight:300;
    text-align: center;
}

.implant-intro__container .part3 .txtBox{
    text-align: center;
    color:#fff;
    font-weight: 300;
}

.implant-intro__container .part3 .txtBox,
.implant-intro__container .part3 .txtBox span.point-whiteYellow{
    font-size:3.6rem;
}

.implant-intro__container .part3 .txtBox span.point-whiteYellow{
    font-weight:600;
}

.implant-intro__container .part3 br.view-768{
    display:none;
}

.mobile.implant-case__listBoxWrapper{
    display:none;
    width: 100%;
    padding-inline:6vw;
    margin-block: 8rem;
}

.mobile.implant-case__listBoxWrapper .implant-case-swiper{
    width:100%;
    overflow: hidden;
}

.mobile.implant-case__listBoxWrapper .implant-case-swiper ul{
    display:flex;
    flex-direction: column;
    gap:2rem;
}

.implant-case-swiper-pagination{
    position: relative;
    left: auto !important;
    bottom: auto !important;
    margin-top: 3vh;
}

.implant-case-swiper-pagination .swiper-pagination-bullet{
    width: 2.5vw;
    height: 2.5vw;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}

.implant-case-swiper-pagination .swiper-pagination-bullet-active{
    background: #007aff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.5vw;
}
@media screen and (max-width:1400px){
    .implant-case__listBox{
        padding-inline:4%;
    }
}

@media screen and (max-width:1080px){

}

@media screen and (max-width:768px){
    .implant-intro__container .part3{
        padding:12rem 0;
    }
    .implant-intro__container .part3 br.view-768{
        display:block;
    }
    
    .pc.implant-case__listBoxWrapper{
        display:none;   
    }
    .mobile.implant-case__listBoxWrapper{
        display:block;
    }
}

@media screen and (max-width:480px){
    .implant-intro__container .part3 .txtBox, 
    .implant-intro__container .part3 .txtBox span.point-whiteYellow{
        font-size: 4.2vw;
    }
}
#sec5 {
    margin-top:5px;
    overflow: hidden;
}
#sec5 .part1{
    background:url(../../../img/main/main-img_26.png) center / cover no-repeat;
    background-attachment: fixed;
    padding:15rem 0 10rem;
}

#sec5 .part1 .content__wrapper{
    max-width:1520px;
    margin:0 auto;
}
#sec5 .part1 .content__wrapper .title__box,
#sec5 .part1 .content__wrapper .title__box .quotes{
    font-family: "Nanum Myeongjo", serif;
}

#sec5 .part1 .content__wrapper .title__box{
    font-size:5.4rem;
    position:relative;
}

#sec5 .part1 .content__wrapper .title__box .quotes{
    font-size:17rem;
    line-height:17rem;
    position:absolute;
}

#sec5 .part1 .content__wrapper .title__box .quotes:first-child{
    top:-6rem;
    left:10rem;
}

#sec5 .part1 .content__wrapper .title__box .quotes:last-child{
    bottom:-19rem;
    left:10rem;
}

.promise__listBoxWrapper{
    margin-top:10rem;
}

.promise__listBox{
    display:flex;
    flex-direction: column;
    gap:5rem;
}

.promise__list{
    display:flex;
    align-items:center;
    gap:3rem;
}

.promise__list .num-box{
    font-size:7.2rem;
}

.promise__list dl{
    color:#fff;
}

.promise-title{
    font-size:2.4rem;
    position:relative;
    padding-bottom:1.5rem;
    margin-bottom:1.5rem;
}

.promise-title::after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:55rem;
    height: 1px;
    background-color:#fff;
}

.promise-txt{
    font-size:2rem;
    font-weight:300;
}

@media screen and (max-width:1520px){
    #sec5 .part1 .content__wrapper{
        padding-inline:8vw;
    }
}

@media screen and (max-width:1080px){

}

@media screen and (max-width:768px){
    #sec5 .part1 .content__wrapper .title__box{
        font-size:4.4rem;
        position:relative;
    }
    .promise-title::after{
        width: 51rem;
    }
}

@media screen and (max-width:480px){
    #sec5 .part1 .content__wrapper .title__box{
        font-size:3.4rem;
        position:relative;
    }

    .promise-title::after{
        width: 40rem;
    }
}

#sec5 .part2{
    padding-top:15rem;
}

#sec5 .part2 .title__box .section-title{
    color:#0b9090;
    font-size:5.4rem;
    font-weight:600;
    text-align: center;
    margin-bottom:10rem;
}

#sec5 .part2 .content1{
    display:flex;
    gap:2rem;
    position:relative;
    justify-content: space-between;
    max-width:1720px;
}

#sec5 .part2 .content1> div{
    width:50%;
    position:relative;
}

#sec5 .part2 .content1> div > .img-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#sec5 .part2 .content1> div > .img-box img{
    width:100%;
    height:100%;
}

#sec5 .part2 .content1 .content__titleBox {
    padding-top:6rem;
    transform: translateX(10rem);
}
#sec5 .part2 .content1 .content__titleBox .content-title{
    font-size:4.8rem;
    font-weight:600;
}

#sec5 .part2 .content1 .content__titleBox p{
    font-size:3rem;
    margin-top:5rem;
}

#sec5 .part2 .content2 {
    background-color:#161e36;
    margin-top:-20rem;
    display:flex;
    justify-content: end;
    padding:11.5rem 8rem 7.5rem;
}

#sec5 .part2 .content2 .img-box_wrapper{
    display:flex;
    position:relative;
    gap:1.5rem;
}

#sec5 .part2 .content2 .img-box_wrapper .img-box{
    width: 33.33%;
}

#sec5 .part2 .content2 .img-box_wrapper .img-box img{
    width: fit-content;
    margin-bottom:2rem;
}

#sec5 .part2 .content2 .img-box_wrapper .img-box:has(.caption){
    display:flex;
    flex-direction: column;
    align-items: center;
}

#sec5 .part2 .content2 .img-box_wrapper .img-box .caption{
    color:#fff;
    font-size:2.5rem;
}
@media screen and (max-width:1920px){
    #sec5 .part2 .content1 .content__titleBox{
        transform: translateX(5rem);
    }
}

@media screen and (max-width:1520px){
    #sec5 .part2 .content2 .img-box_wrapper{
        width:100%;
    }
    #sec5 .part2 .content2 .img-box_wrapper .img-box img{
        width:100%
    }
}

@media screen and (max-width:1080px){
    #sec5 .part2 .content1{
        flex-direction: column;
        padding-inline: 6vw;
    }
    #sec5 .part2 .content1 .content__titleBox{
        transform: translateX(0rem);
    }
    #sec5 .part2 .content1 p{
        text-align: center;
    }
    #sec5 .part2 .content2{
        margin-top: 5rem;
        padding: 6.5rem 6vw;
    }
    #sec5 .part2 .content1> div{
        width:100%;
    }
    #sec5 .part2 .content1 .content__titleBox .content-title {
        font-weight: 600;
        text-align: center;
        display: block;
    }
}

@media screen and (max-width:768px){
    #sec5 .part2{
        padding-top:12rem;
    }
    #sec5 .part2 .content1 .content__titleBox .content-title {
        font-size: 5.6vw;
    }

    #sec5 .part2 .content1 .content__titleBox p{
        font-size: 3.4vw;
    }
}

@media screen and (max-width:480px){
    #sec5 .part2 .content2 .img-box_wrapper .img-box .caption{
        font-size:2rem;
    }
}
#sec6{
    max-width: 100%;
    padding: 0;
    max-height: 97rem;
    position:relative;
    overflow: hidden;
    margin-top:20rem;
}
#sec6 .img-box{
    margin-left: 12%;
    position: relative;
    max-height: 97rem !important;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
}

#sec6 .img-box > img {
    /* position: absolute; */
    max-width: 100% !important;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
    object-fit: cover;
}

#sec6 .title__box {
    position: absolute;
    top: 20%;
    left: 25%;
    transform: translate(-30%, -35%);
    text-align: left;
    color: white;
}

#sec6 .title__box .section-title{
    font-weight: 500;
    line-height: 1.25;
    text-transform: uppercase;
    font-size:6rem;
}

#sec6 .video__wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#sec6 .title__box .section-txt {
    font-weight: 300;
    font-size: 2.4rem;
    margin-top: 3rem;
}

#sec6 .look-around__swiper {
    position: absolute;
    bottom: 1rem;
    transform: translateY(-12rem);
    width: 100rem;
    overflow:hidden;
}

#sec6 .look-around__swiper img{
    width:100%;
}

#sec6 .look-around__swiper .swiper-control__box{
    display:flex;
    justify-content: center;
    gap:20rem;
}

#sec6 .look-around__swiper .swiper-button-next, 
#sec6 .look-around__swiper .swiper-button-prev{
    position:relative;
    top:auto;
    margin-top:6rem;
    background-image:url(../../../img/icon/arrow.png);
}

#sec6 .look-around__swiper .swiper-button-next{
    transform:rotateY(180deg);
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left:auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right:auto;
}

@media screen and (max-width:1520px){
    #sec6 .img-box {
        margin-left: 7%;
    }
    #sec6 .look-around__swiper {
        transform: translateY(-6rem);
    }
    #sec6 .look-around__swiper .swiper-button-next, #sec6 .look-around__swiper .swiper-button-prev{
        margin-top:3rem;
    }
}

@media screen and (max-width:1080px){
    #sec6 .look-around__swiper{
        width:85rem;
    }
}

@media screen and (max-width:768px){
    #sec6{
        margin-top:12rem;
    }
    #sec6 .title__box{
        position: relative;
        top: auto;
        left: auto;
        text-align: center;
        transform:none;
        color:#555;
    }
    #sec6 .img-box{
        display:none;
    }
    #sec6 .title__box .section-title{
        color:#1396a2;
        font-weight:700;
    }
    
    #sec6 .look-around__swiper{
        position:relative;
        transform:translateY(0);
        bottom:auto;
        margin-top:10rem;
        padding-inline:6vw;
        width:100%;
    }
    #sec6 .look-around__swiper .swiper-button-next, #sec6 .look-around__swiper .swiper-button-prev {
        margin-top: 8rem;
    }
    #sec6 .look-around__swiper .swiper-button-next, 
    #sec6 .look-around__swiper .swiper-button-prev{
        filter:brightness(0.4);
        width: 28px;
        height: 26px;
    }
}

@media screen and (max-width:480px){

}

@media (min-width: 1025px) {
    #sec6 {
        min-height: 80rem;
    }
}

#sec7{
    max-width:1520px;
    margin:20rem auto 21rem;
}

.hospital-info__container > ul{
    display:flex;
    justify-content: space-between;
}

.hospital-info__container > ul > li{
    width:49%;
    border-left:solid 1px #cdbbbb;
}

.hospital-info__container .bar-title{
    font-size:6rem;
    font-weight:700;
    border-left:2rem solid #2f190e;
    line-height:6.3rem;
    padding-left:4rem;
}

.dentalTime__listBox,
.location-info__listBox{
    margin-top:5rem;
    padding-left:6rem;
    display:flex;
    flex-direction: column;
    gap:1rem;
}

.dentalTime__listBox .dentalTime__list dl,
.location-info__listBox .location-info__list dl{
    display:flex;
    gap:5rem;
}

.dentalTime__listBox .dentalTime__list dl dt,
.location-info__listBox .location-info__list dl dt{
    display:flex;
    justify-content: space-between;
    width: 14%;
}

.dentalTime__listBox .dentalTime__list dl dd,
.dentalTime__listBox .dentalTime__list dl dd span,
.location-info__listBox .location-info__list dl dd{
    font-size:2.4rem;
    font-weight:300;
}

.dentalTime__listBox .dentalTime__list dl dt,
.dentalTime__listBox .dentalTime__list dl dt span,
.location-info__listBox .location-info__list dl,
.location-info__listBox .location-info__list dl span{
    font-size:2.4rem;
}
.location-info__listBox .location-info__list:last-child dl dt img{
    width:100%;
    transform: scale(0.8);
}
.location-info__listBox .location-info__list:last-child dl dd{
    font-size:6rem;
    color:#0b9090;
    font-weight:700;
}

@media screen and (max-width:1520px){
    #sec7{
        padding-inline:4%;
    }
}

@media screen and (max-width:1080px){
    #sec7{
        background: #e5e5e5;
        margin: 10rem auto 0;
        padding-inline: 6vw;
        padding-block: 20rem;
    }
    .hospital-info__container > ul{
        flex-direction: column;
        gap: 10rem;
    }
    .hospital-info__container > ul > li{
        width:100%;
        border-left:none;
    }
    
}

@media screen and (max-width:768px){
    .location-info__listBox .location-info__list:last-child dl dt img{
        max-width: 8rem;
        max-height: 8rem;
    }
    .location-info__listBox .location-info__list:last-child dl dt{
        align-items: center;
    }
    .location-info__listBox .location-info__list:last-child dl dd{
        font-size:7vw;
    }
    .dentalTime__listBox .dentalTime__list dl, .location-info__listBox .location-info__list dl{
        gap:3rem;
    }
    .dentalTime__listBox .dentalTime__list dl dt, .location-info__listBox .location-info__list dl dt{
        width:18%;
    }
}

@media screen and (max-width:480px){

}

#sec8{
    display: flex;
    align-items: center;
}

#sec8 #map{
    width:100%;
    height:60rem;
}

#sec8 .map-container{
    position: relative;
    overflow: hidden;
    background: url(http://t1.daumcdn.net/mapjsapi/images/bg_tile.png);
    max-width: 100%;
}

.map-container .customoverlay {
    background: #1396a2;
    color: white;
    padding: 0.5rem 0.8rem;
    border-radius: 1rem;
    position: absolute;
    bottom: 50px;
    right: 50%;
    transform: translateX(50%);
    font-size: 1rem;
}

.map-container .customoverlay > a{
    display:flex;
    align-items: center;
    gap:1rem;
}

.map-container .customoverlay img{
    max-height: 40px;
    margin-right: 0.5rem;
}

.map-container .customoverlay i{
    color: #fff;
    font-size: 1.6rem;
}


#sec9{
    background: url(../../../img/main/main-img_34.jpg) center / cover no-repeat;
    padding-block:15rem;
    text-align: center;
}

#sec9,
#sec9 a,
#sec9 button{
    color:#fff;

}

#sec9 .section-title{
    font-size:6.3rem;
    font-weight:700;
}

#sec9 .content__box{
    max-width:1200px;
    margin: 5rem auto 0;
}

#sec9 .info{
    display:flex;
    gap:0.5rem;
    justify-content: space-between;
}

#sec9 form{
    display:flex;
    flex-direction: column;
    gap:2rem;
}

#sec9 input,
#sec9 textarea,
#sec9 button {
    border-radius: 0;
    font-size:1.8rem;
    font-weight: 300;
    padding:1.2rem 1rem;
    border: solid 1px white;
    box-shadow: none;
    font-family: 'Noto sans KR', sans-serif;
}

#sec9 .submit-btn button{
    display:block;
    width:100%;
    transition: all .15s ease-in-out;
    height: 7rem;
    font-size:3rem;
    font-weight:400;
}

#sec9 .submit-btn button:hover, 
#sec9 .submit-btn button:focus, 
#sec9 .submit-btn button:active{
    background: rgba(255, 255, 255, 0.2);
}

#sec9 .info > div{
    width:49.5%;
}

#sec9 .agree-btn__box{
    display:flex;
    gap:1%;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}

#sec9 .agree-btn__box label,
#sec9 .agree-btn__box .agree-more{
    font-size:1.8rem;
}

@media screen and (max-width:1080px){
    #sec9{
        padding-inline: 6vw;
    }
    #sec9 .info{
        flex-direction: column;
        gap: 2rem;
    }
    #sec9 .info > div{
        width:100%;
    }
    #sec9 input, #sec9 textarea, #sec9 button{
        font-size:2rem;
    }
}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){

}

.pc.quickmenu__box{
    position:fixed;
    right:4%;
    bottom: 10%;
    z-index: 50;
}

.pc.quickmenu__box ul{
    display:flex;
    flex-direction: column;
    gap:2rem;
}

.pc.quickmenu__box ul li{
    position:relative;
    height:6rem;
}

.pc.quickmenu__box ul li img{
    width:6rem;
}

.pc.quickmenu__box ul li a{
    position:absolute;
    top:0;
    right:0;
    background: #45bdbe;
    border-radius: 60px;
    width: 6rem;
    height: 6rem;
    transition: .3s;
    transform-origin: right;
    gap:1rem;
    display:flex;
    align-items: center;
}

.pc.quickmenu__box ul li a::before{
    /* position:absolute;
    font-size:1.8rem;
    color:#fff;
    opacity: 0;
    transform: translateX(5rem);
    transition: .3s; */
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 6rem;
    z-index: 999;
    width: 14rem;
    transition: .3s;
    opacity: 0;
}

.pc.quickmenu__box ul li:first-child a::before{
    content:"네이버 예약";
}

.pc.quickmenu__box ul li:nth-child(2) a::before{
    content:"카톡상담";
}

.pc.quickmenu__box ul li:nth-child(3) a::before{
    content:"인스타그램";
}

.pc.quickmenu__box ul li:nth-child(4) a::before{
    content:"대표블로그";
}

.pc.quickmenu__box ul li:nth-child(5) a::before{
    content:"상담신청";
}

.pc.quickmenu__box ul li:last-child a{
    background-color: #fff;
}

.pc.quickmenu__box ul li:nth-child(2) a img{
    position:relative;
    left:8%;
}

.pc.quickmenu__box ul li:not(:last-child) a:hover {
    width: 18rem;
}

.pc.quickmenu__box ul li a:hover::before{
    opacity: 1;
}

.pc.quickmenu__box ul li:nth-child(2) a:hover img{
    left:0;
}

.pc.quickmenu__box ul li a:hover span.caption{
    display:inline-block;
}

.mobile.quickmenu__box{
    display:none;
    position:fixed;
    bottom:0;
    z-index: 1000;
    width:100%;
}

.mobile.quickmenu__box ul{
    display:flex;
    width:100%;
}

.mobile.quickmenu__box ul li{
    width:33.33%;
    display: flex;
    justify-content: center;
}
.mobile.quickmenu__box ul li:first-child{
    background-color:#0e9671;
}
.mobile.quickmenu__box ul li:nth-child(2){
    background-color:#edb500;
}
.mobile.quickmenu__box ul li:last-child{
    background-color:#0d952b;
}

@media screen and (max-width:1024px){
    .pc.quickmenu__box{
        display:none;
    }

    .mobile.quickmenu__box{
        display:block;
    }
}

@media screen and (max-width:768px){
    .mobile.quickmenu__box ul li .img-box.fit img{
        max-width:15.5vw;
        max-height:15.5vw;
    }
}
