.submenuWrap .inner{
    justify-content: center;
}
#clinic.c-1 .sec-6 .box .tt p{
    font-size: 24px;
    background-color: #22a5dc;
    color: #fff;
    padding: 20px;
}
#clinic.c-1 .sec-6 .box .tt p br{
    display: none;
}
#clinic.c-1 .sec-6 h2 p{
    font-weight: 600;
    font-size: 45px;
    color: #22a5dc;
    line-height: 1.4;
}
.main-vs{
    height: auto;
    overflow: hidden;
    background-image: none;
    /*background-color: rgba(0,0,0,.8);*/
}

.main-vs .slick-dots {
    padding-bottom: 50px;
}

.slick-dots li button:before {
    color: #fff;
    font-size: 22px;
}
#main .sec-5 .docuSwiper{
    /*overflow: visible;*/
}
.slick-dots li.slick-active button:before {
    color: #0a58ca;
}

.quickMn{
    top: 50%;
    transform: translateY(-50%);
}
.flexbox{
    display: flex;
    justify-content: space-between;
}

#main .sec-3 .surgery .list .item {
    transition: .3s all;
}
@media screen and (max-width: 768px){
    #main .sec-3 .surgery .list .item:hover {
        transform: scale(1.0);
    }
}
footer .top {
    font-size: 20px;
}
#main .sec-4 .box .item:hover{
    transform: scale(1.1);
}
#main .sec-4 .box .item{
    transition: .3s all;
 }
footer .top ul li {
    line-height: 1.5;
}
.main-vs .inner .tbox{
    z-index: 99999;
}
.main-vs .inner .tbox .moreBtn{
    border-color: #1196d8;
    background-color: #1196d8;
}
#main .sec-1 .top .moreBtn{
    border-color: #1196d8;
    background-color: #1196d8;
    color: #FFFFFF;
}
.main-vs video{


}
#main .sec-2 .tbox h2{
    line-height: 1.2;
}
#main .sec-2 .tbox p{
    margin-top: 15px;
}
@media screen and (max-width: 1024px){
    #header .menu li:not(:last-child){
        display: none;
    }
    #header .inner{
        height: 80px;
    }
    .siteMap .pc{
        display: none;
    }
    .siteMap{
        top: 120px;
    }
    .siteMap .mo .menu{
        display: block;
        margin-top: 30px;
    }
    .siteMap .mo {
        position: relative;
        width: 80%;
        height: 100%;
        background-color: #fff;
        margin-left: 20%;
        padding: 20px 0;
    }
    .siteMap .mo .top{
        padding: 0 20px;
    }
    .siteMap .mo .menu>li{
        padding: 10px 20px;
        border-top: 1px solid #ebebeb;
    }
    .siteMap .mo .menu>li:last-child{
        border-bottom: 1px solid #ebebeb;
    }
    .siteMap .mo .menu>li p{
        position: relative;
        font-size: 20px;
        font-weight: 600;
    }
    .siteMap .mo .menu>li p::after{
        position: absolute;
        content: "";
        width: 20px;
        height: 20px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 12px;
        background-image: url(../images/sub/arr-down.png);
        transition: all 0.4s;
    }
    .siteMap .mo .menu>li p.on::after{
        transform: translateY(-50%) rotate(180deg);
    }
    .siteMap .mo .menu>li .sub{
        display: none;
        margin-top: 10px;
    }
    .siteMap .mo .menu>li .sub a{
        position: relative;
        font-size: 16px;
        padding: 5px 10px;
    }
    .siteMap .mo .menu>li .sub a::before{
        position: absolute;
        content: "";
        width: 3px;
        height: 3px;
        background-color: #5b6170;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    #header .logoBox{
        height: 30px;
    }
    body.on{
        overflow-y: hidden;
    }
    #header .menu .siteMapBtn.on{
        gap: 0;
    }
    #header .menu .siteMapBtn.on span{
        transition: all 0.4s;
    }
    #header .menu .siteMapBtn.on span:nth-child(2){
        display: none;
    }
    #header .menu .siteMapBtn.on span:nth-child(1){
        transform: translateY(1px) rotate(45deg);
    }
    #header .menu .siteMapBtn.on span:nth-child(3){
        transform: translateY(-1px) rotate(-45deg);
    }
    .quickMn{
        transform: unset;
    }
    .quickMn a{
        width: 70px;
        height: 70px;
        padding-top: 36px;
        font-size: 14px;
    }
    .quickMn a::before{
        width: 30px;
        height: 20px;
    }
    .quickMn a.locaBtn::before{
        background-size: auto 20px;
    }
    .quickMn a.callBtn::before{
        background-size: auto 20px;

    }
    .quickMn a.topBtn::before{
        background-size: auto 10px;
    }
    .quickMn a.blogBtn::before{
        background-size: auto 20px;
    }
    .quickMn a.ytBtn::before{
        background-size: auto 18px;
    }
}

@media screen and (max-width: 768px){
    #clinic.c-1 .sec-6 .box .tt p{
        font-size: 18px;
        line-height: 1.8;
    }
    footer .top .map {
        width: 100% !important;
    }

    footer .top .map .root_daum_roughmap .wrap_btn_zoom {
        display: none !important;
    }

    .quickMn{
        transform: unset;
    }
    .siteMap .mo .menu>li p{
        font-size: 18px;
    }
    .siteMap .mo .menu>li .sub a{
        font-size: 15px;
    }
    .quickMn{
        top: unset;
        right: 20px;
        bottom: 40px;
    }
    .quickMn a{
        width: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0;
        font-size: 12px;
        box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
    }
    .quickMn a.callBtn::after{
        display: none;
        padding: 0;
        width: 140px;
        left: -150px;
    }
    .quickMn a::before{
        display: none;
    }
    footer .top{
        gap: 20px;
        flex-wrap: wrap;
        padding: 40px 0 ;
    }
    footer .top .map{
        height: 180px;
    }
    footer .top ul li{
        font-size: 14px;
    }
    footer .top ul li span{
        width: 80px ;
        font-weight: 600;
    }
    footer .bottom{
        flex-wrap: wrap;
    }
    footer .bottom .btnWrap{
        margin-left: 0;
        margin-top: 20px;
    }
    #main .sec-1 .top .check span svg{
        display: none;
    }
     .main-vs{
        height: 300px;
    }
    .main-vs .inner .tbox a {
        margin-top: 20px;
        padding: 10px 0;
    }
     .main-vs .slick-slide{
        height: 300px;
    }
    .slick-dots li button:before {
        font-size: 11px;
    }
     .main-vs .slick-slide video{
        width: 100%;
        height: 100%;


    }

    .main-vs .slick-dots {
        padding-bottom: 30px;
    }

    .siteMap .mo h2{
        font-size: 24px;
    }
}