.sub-vs{
    width: 100%;
    height: 510px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 140px;
}
.s-1{
    background-image: url(../images/sub/sub-vs-01.png);
}
.s-2-1{
    background-image: url(../images/sub/sub-vs-02-1.png);
}
.s-2-2{
    background-image: url(../images/sub/sub-vs-02-2.png);
}
.s-2-3{
    background-image: url(../images/sub/sub-vs-02-3.png);
}
.s-2-4{
    background-image: url(../images/sub/sub-vs-02-4.png);
}
.sub-vs .tbox{
    color: #fff;
}
.sub-vs .tbox b{
    font-size: 18px;
}
.sub-vs .tbox h2{
    font-size: 55px;
    letter-spacing: 0.5rem;
}
.sub-vs .tbox p{
    font-size: 22px;
    margin-top: 20px;
    line-height: 1.6;
}
.sub-vs .tbox p span{
    font-weight: 700;
}

#clinic .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#clinic.c-1{
    padding-top: 115px;
}
#clinic.c-1 .sec-1 .box{
    display: flex;
    gap: 100px;
}
#clinic.c-1 .sec-1 .box:nth-child(even){
    flex-direction: row-reverse;
}
#clinic.c-1 .sec-1 .box:not(:first-child){
    margin-top: 105px;
}
#clinic.c-1 .sec-1 .box>div{
    width: calc((100% - 100px) / 2);
}
#clinic.c-1 .sec-1 .box .img{
    height: 375px;
}
#clinic.c-1 .sec-1 .box .tt h3{ 
    font-size: 28px;
    margin-bottom: 20px;
}
#clinic.c-1 .sec-1 .box .tt p{
    font-size: 20px;
    font-weight: 400;
    word-break: keep-all;
    line-height: 1.7;
}
#clinic.c-1 .sec-2{
    position: relative;
    margin-top: 120px;
    padding-top: 110px;
    padding-bottom: 120px;
}
#clinic.c-1 .sec-2::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 565px;
    background-color: #f8f8f8;
    z-index: -1;
    top: 0;
}
#clinic.c-1 .sec-2 .top{
    align-items: flex-start;
    display: flex;
    gap: 100px;
    padding-bottom: 60px;
    border-bottom: 1px solid #d4d4d4    ;
}
#clinic.c-1 .sec-2 .top>*{
    width: calc((100% - 100px) / 2);
}
#clinic.c-1 .sec-2 .top h3{
    font-size: 50px;
}
#clinic.c-1 .sec-2 .top p{
    line-height: 1.8;
    font-size: 20px;
    word-break: keep-all;
    font-weight: 400;
}
#clinic.c-1 .sec-2 .top p br{
    display: none;
}
#clinic.c-1 .sec-2 .imgBox {
    margin-bottom: 170px;
}
#clinic.c-1 .sec-2 .imgBox p{
    margin: 35px 0;    
    font-size: 24px;
}
#clinic.c-1 .sec-2 .imgBox p span{
    font-weight: 700;
}
#clinic.c-1 .sec-2 .imgBox .list{
    display: flex;
    gap: 50px;
}
#clinic.c-1 .sec-2 .imgBox .list .img{
    width: calc((100% - 100px) / 3);
    height: 250px;
}
#clinic.c-1 .sec-2 .imgBox2>.img{
    width: 100%;
    height: 425px;
}
#clinic.c-1 .sec-2 .imgBox2 .list{
    margin-top: 70px;
    display: flex;
    gap: 100px;
}
#clinic.c-1 .sec-2 .imgBox2 .list .item{
    width: calc((100% - 100px) / 2);
}
#clinic.c-1 .sec-2 .imgBox2 .list .item .img{
    height: 240px;
}
#clinic.c-1 .sec-2 .imgBox2 .list .item p{
    margin-top: 20px;
    line-height: 1.8;
    font-size: 20px;
    font-weight: 400;
}
#clinic.c-1 .sec-2 .imgBox2 .list .item p br{
    display: none;
}
#clinic.c-1 .sec-3{
    padding: 140px 0 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/sub/sub-2-1-bg1.png);
}
#clinic.c-1 .sec-3 .tbox{
    color: #fff;
    text-align: center;
}
#clinic.c-1 .sec-3 .tbox h2{
    font-size: 50px;
}
#clinic.c-1 .sec-3 .tbox p{
    margin-top: 65px;
    margin-bottom: 50px;
    font-size: 28px;
}
#clinic.c-1 .sec-3 .tbox span{
    display: block;
    background-color: #122648;
    font-size: 20px;
    font-weight: 400;
    padding: 30px 0;
}
#clinic.c-1 .sec-3 .box{
    margin-top: 110px;
    display: flex;
    gap: 100px;
}
#clinic.c-1 .sec-3 .box .item{
    width: calc((100% - 100px) / 2);
}
#clinic.c-1 .sec-3 .box .item .img{
    height: 470px;
}
#clinic.c-1 .sec-3 .box .item p{
    font-size: 30px;
    color: #fff;
    margin-top: 15px;
    font-weight: 600;
    line-height: 1.3;    
}


#clinic.c-1 .sec-4{
    padding: 170px 0;
}
#clinic.c-1 .sec-4 .inner{
    display: flex;
    gap: 100px;
}
#clinic.c-1 .sec-4 .inner>div{
    width: calc((100% - 100px) / 2);
}
#clinic.c-1 .sec-4 .inner .tbox p{
    font-size: 25px;
    font-weight: 400;
}
#clinic.c-1 .sec-4 .inner .tbox p span{
    color: #122648;
    display: block;
    font-weight: 600;
}
#clinic.c-1 .sec-4 .inner .tbox h2{
    font-size: 50px;
    margin: 40px 0 50px;
}
#clinic.c-1 .sec-4 .inner .tbox>span{
    font-size: 20px;
    font-weight: 400;
    word-break: keep-all;
    line-height: 1.8;
}
#clinic.c-1 .sec-4 .inner .tbox>span br{
    display: none;
}
#clinic.c-1 .sec-4 .inner .img{
    height: 700px;
}

#clinic.c-1 .sec-5{
    padding: 140px 0 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/sub/sub-2-1-bg2.png);
}
#clinic.c-1 .sec-5 .tbox{
    color: #fff;
    text-align: center;
}
#clinic.c-1 .sec-5 .tbox h2{
    font-size: 50px;
}
#clinic.c-1 .sec-5 .tbox p{
    margin-top: 65px;
    margin-bottom: 50px;
    font-size: 24px;
}
#clinic.c-1 .sec-5 .tbox span{
    display: block;
    background-color: #122648;
    font-size: 16px;
    padding: 30px 0;
}
#clinic.c-1 .sec-5 .md-p{
    margin-top: 80px;
    font-size: 30px;
    text-align: center;
    color: #Fff;
    font-weight: 700;
}
#clinic.c-1 .sec-5 .box{
    margin-top: 30px;
    display: flex;
}
#clinic.c-1 .sec-5 .box .item{
    width: 50%;
}
#clinic.c-1 .sec-5 .box .item .img{
    height: 470px;
}

#clinic.c-1 .sec-6{
    padding: 130px 0 140px;
}
#clinic.c-1 .sec-6 h2{
    font-size: 50px;
    margin-bottom: 60px;
}
#clinic.c-1 .sec-6 h2 p {
    font-size: 24px;
}
#clinic.c-1 .sec-6 h2 span{
    font-weight: 300;
}
#clinic.c-1 .sec-6 .box{
    display: flex;
    gap: 100px;
}
#clinic.c-1 .sec-6 .box>div{
    width: calc((100% - 100px) / 2);
}
#clinic.c-1 .sec-6 .box .img{
    height: 380px;
}
#clinic.c-1 .sec-6 .box .tt p{
    font-size: 20px;
    line-height: 2;
}
#clinic.c-1 .sec-6 .box .tt p span{
    font-weight: 600;
}
#clinic.c-1 .sec-7{
    background-color: #f8f8f8;
    padding: 120px 0 130px;
}
#clinic.c-1 .sec-7 .inner{
    display: flex;
}
#clinic.c-1 .sec-7 .tbox h2{
    font-size: 50px;
}
#clinic.c-1 .sec-7 .tbox h2 span{
    font-weight: 300;
}
#clinic.c-1 .sec-7 .check{
    width: 915px;
    margin-left: auto;
}
#clinic.c-1 .sec-7 .check p{
    position: relative;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    padding: 25px 85px;
    font-size: 20px;
}
#clinic.c-1 .sec-7 .check p::before{
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/sub/chk-circle.png);
    left: 45px;
    top: 28px;
}
#clinic.c-1 .sec-7 .check p:not(:first-child){
    margin-top: 24px;
}


#clinic.c-2 .sec-1{
    padding-top: 55px;
    padding-bottom: 190px;
}
#clinic.c-2 .sec-1 .menuBtn{
    display: flex;
    margin-bottom: 130px;
}
#clinic.c-2 .sec-1 .menuBtn a{
    width: 33.3333%;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    color: #111;
    text-align: center;
    padding: 20px 0;
    font-size: 18px;
}
#clinic.c-2 .sec-1 .menuBtn a.active{
    background-color: #22a5da;
    color: #fff;
    font-weight: 700;
}
#clinic.c-2 .sec-1{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/sub/sub-2-2-bg1.png);
}
#clinic.c-2-1 .sec-1{
    background-image: url(../images/sub/sub-2-2-bg1.png);
}
#clinic.c-2-2 .sec-1{
    background-image: url(../images/sub/sub-2-2-bg3.png);
}
#clinic.c-2-3 .sec-1{
    background-image: url(../images/sub/sub-2-2-bg4.png);
}
#clinic.c-2 .sec-1 .tt h2{
    position: relative;
    text-align: center;
    color: #fff;
    padding-bottom: 45px;
    margin-bottom: 35px;
}
#clinic.c-2 .sec-1 .tt h2::after{
    position: absolute;
    content: "";
    width: 55px;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.5);
}
#clinic.c-2 .sec-1 .tt h2 span{
    text-align: center;
    display: block;
    font-weight: 300;
}
#clinic.c-2 .sec-1 .tt p{
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 2;
}
#clinic.c-2 .sec-1 .tt p span{
    font-weight: 700;
}
#clinic.c-2 .sec-1 .tt h3{
    margin-top: 50px;
    text-align: center;
    color: #86dcff;
}
#clinic.c-2 .sec-1 .pill{
    margin-top: 70px;
    padding: 30px 160px;
    background-color: #fff;
    border-radius: 100px;
    text-align: center;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
}
#clinic.c-2 .sec-1 .pill p{
    font-size: 26px;
    font-weight: 400;
}

#clinic.c-2-1 .sec-2{
    background-color: #f8f8f8;
    padding: 110px 0 90px;
}
#clinic.c-2-1 .sec-2 .inner{
    display: flex;
    gap: 100px;
}
#clinic.c-2-1 .sec-2 .inner>div{
    width: calc((100% - 100px) / 2);
}
#clinic.c-2-1 .sec-2 .tt h2{
    font-size: 50px;
    margin-bottom: 60px;
}
#clinic.c-2-1 .sec-2 .tt p{
    line-height: 2;
    font-size: 20px;
}
#clinic.c-2-1 .sec-2 .tt b{
    margin: 20px 0;
    font-size: 22px;
}

#clinic.c-2-1 .sec-2 .imgBox .img{
    height: 375px;
}
#clinic.c-2-1 .sec-2 .imgBox p{
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
}

#clinic.c-2-1 .sec-3{
    padding: 120px 0 190px;
}
#clinic.c-2-1 .sec-3 .top{
    display: flex;
    gap: 100px;
    margin-bottom: 65px;
}
#clinic.c-2-1 .sec-3 .top>div{
    width: calc((100% - 100px) / 2);
}
#clinic.c-2-1 .sec-3 .top .txt p{
    font-size: 20px;
}
#clinic.c-2-1 .sec-3 .box.n-1{
    padding: 65px;
    border: 1px solid #e7e7e7;
}
#clinic.c-2-1 .sec-3 .box.n-1 h3{
    font-size: 30px;
    margin-bottom: 45px;
}
#clinic.c-2-1 .sec-3 .box.n-1 h3 span{
    font-weight: 300;
}
#clinic.c-2-1 .sec-3 .box.n-1 .list table th{
    background-color: #22a5da;
    color: #fff;
    text-align: center;
}
#clinic.c-2-1 .sec-3 .box.n-1 .list table th,
#clinic.c-2-1 .sec-3 .box.n-1 .list table td{
    padding: 20px ;
    border: 1px solid #d4d4d4;
    font-size: 18px;
}

#clinic.c-2-1 .sec-3 .box.n-1 .list table td{
    background-color: #fff;
}
/*
#clinic.c-2-1 .sec-3 .box.n-1 .list .item{
    display: flex;
    height: 74px;
}
#clinic.c-2-1 .sec-3 .box.n-1 .list .item h4{
    width: 150px;
    background-color: #22a5da;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 74px;
}
#clinic.c-2-1 .sec-3 .box.n-1 .list .item:not(:last-child){
    margin-bottom: 28px;
}
#clinic.c-2-1 .sec-3 .box.n-1 .list .item>*{
    border: 1px solid #e5e5e5;
    border-right: none;
}
#clinic.c-2-1 .sec-3 .box.n-1 .list .item p{
    font-size: 20px;
    width: calc((100% - 150px) / 2);
    padding: 0 40px;
    align-items: center;
    display: flex;
}

#clinic.c-2-1 .sec-3 .box.n-1 .list .item p:last-child{
    align-items: flex-start;
    border-right: 1px solid #e5e5e5;
}
#clinic.c-2-1 .sec-3 .box.n-1 .list .item p span{
    margin-right: 10px;
}
*/
#clinic.c-2-1 .sec-3 .box.n-2{
    display: flex;
    margin-top: 120px;
    margin-bottom: 140px;
}
#clinic.c-2-1 .sec-3 .box h2{
    font-size: 50px;
}
#clinic.c-2-1 .sec-3 .box h2 span{
    font-weight: 300;
    display: block;
}
#clinic.c-2-1 .sec-3 .check{
    width: 915px;
    margin-left: auto;
}
#clinic.c-2-1 .sec-3 .check p{
    position: relative;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    padding: 25px 85px;
    font-size: 20px;
}
#clinic.c-2-1 .sec-3 .check p::before{
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/sub/chk-circle.png);
    left: 45px;
    top: 28px;
}
#clinic.c-2-1 .sec-3 .check p:not(:first-child){
    margin-top: 24px;
}

#clinic.c-2-1 .sec-3 .box.n-3 .tableWrap{
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    border-collapse: collapse;
}
#clinic.c-2-1 .sec-3 .box.n-3 table{
    width: 100%;
}
#clinic.c-2-1 .sec-3 .box.n-3 h2{
    margin-bottom: 70px;
}
#clinic.c-2-1 .sec-3 .box.n-3 table th{
    padding: 40px 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border: 1px solid #e7e7e7;
}
#clinic.c-2-1 .sec-3 .box.n-3 table td{
    padding: 30px 0;
    border: 1px solid #e7e7e7;
    text-align: center;
    font-size: 18px;
}
#clinic.c-2-1 .sec-3 .box.n-3 table thead th{
    font-size: 24px;
}
#clinic.c-2-1 .sec-3 .box.n-3 table th.grey-bg{
    background-color: #9f9f9f;
}
#clinic.c-2-1 .sec-3 .box.n-3 table th.dark-bg{
    background-color: #636363;
}
#clinic.c-2-1 .sec-3 .box.n-3 table th.navy-bg{
    background-color: #4b5e70;
}

#clinic.c-2-1 .sec-4{
    padding: 160px 0 180px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/sub/sub-2-2-bg2.png);
}
#clinic.c-2-1 .sec-4 .top {
    margin-bottom: 120px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 160px;
}
#clinic.c-2-1 .sec-4 .top h2{
    text-align: center;
    color: #fff;
    font-size: 50px;
    margin-bottom: 120px;
}
#clinic.c-2-1 .sec-4 .check-p{
    color: #fff;
    position: relative;
    text-align: center;
    padding-top: 35px;
    margin-bottom: 30px;
    font-size: 28px;
}
#clinic.c-2-1 .sec-4 .check-p::before{
    position: absolute;
    content: "";
    width: 30px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/sub/chk-blue.png);
}


#clinic.c-2-1 .sec-4 .box.n-1 {
    margin-bottom: 120px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 160px;    
}
#clinic.c-2-1 .sec-4 .box.n-1 .list{
    display: flex;
    gap: 40px;
}
#clinic.c-2-1 .sec-4 .box.n-1 .list .item{
    width: calc((100% - 120px) / 4);
}
#clinic.c-2-1 .sec-4 .box.n-1 .list .item .img{
    position: relative;
    height: 255px;
}
#clinic.c-2-1 .sec-4 .box.n-1 .list .item .img span{
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 50px;
    height: 50px;    
    background-color: #22a5da;
    display: flex;
    align-items: center;
    justify-content: center;
}
#clinic.c-2-1 .sec-4 .box.n-1 .list .item p{
    background-color: #fff;
    border: 1px solid #e7e7e7;
    height: 55px;
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 1.3;
    justify-content: center;
}


#clinic.c-2-1 .sec-4 .box.n-2 .box{
    display: flex;
    gap: 40px;
}
#clinic.c-2-1 .sec-4 .box.n-2 .box .item{
    width: calc((100% - 40px) / 2);
}
#clinic.c-2-1 .sec-4 .box.n-2 .box .item .tt{
    background-color: #fff;
}
#clinic.c-2-1 .sec-4 .box.n-2 .box .item .tt h3{
    color: #fff;
    text-align: center;
    padding: 30px 0;
}
#clinic.c-2-1 .sec-4 .box.n-2 .box .item:first-child .tt h3{
    background-color: #636363;
}
#clinic.c-2-1 .sec-4 .box.n-2 .box .item:last-child .tt h3{
    background-color: #22a5da;
}
#clinic.c-2-1 .sec-4 .box.n-2 .box .item .tt p{
    height: 224px;
    padding: 40px 20px;
    text-align: center;
    line-height: 1.8;
    font-size: 20px;
}

#clinic.c-2-1 .sec-4 .box.n-2 .box .item .tt p br{
    display: none;
}
#clinic.c-2-2 .sec-2{
    padding: 140px 0 170px;
}
#clinic.c-2-2 .sec-2 h2 {
    font-size: 50px;
    margin-bottom: 80px;
}
#clinic.c-2-2 .sec-2 h2 span{
    font-weight: 300;
}

#clinic.c-2-2 .sec-2 .cbox{
    position: relative;
}
#clinic.c-2-2 .sec-2 .cbox::before{
    position: absolute;
    content: "";
    width: 640px;
    height: 640px;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 320px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/sub/sub-2-2-9.png);
    box-shadow: 2px 2px 49px 0px rgba(0, 0, 0, 0.23);
}
#clinic.c-2-2 .sec-2 .cbox>div {
    display: flex;
    gap: 100px;
    align-items: unset;
}
#clinic.c-2-2 .sec-2 .cbox .item{
    width: calc((100% - 100px) / 2);
}


#clinic.c-2-2 .sec-2 .cbox .top .item h3{
    border: 1px solid #dfdfdf;
    font-size: 30px;
    text-align: center;
    color: #22a5da;
    border-radius: 50px;
    margin-bottom: 20px;
    height: 68px;
    line-height: 68px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}
#clinic.c-2-2 .sec-2 .cbox .top .item p{
    border: 1px solid #dfdfdf;
    border-radius: 25px;
    padding: 35px 30px;
    height: calc(100% - 88px);
    word-break: keep-all;
    line-height: 1.8;
    font-size: 18px;
    font-weight: 400;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}
#clinic.c-2-2 .sec-2 .cbox .bottom{
    margin-top: 400px;
}
#clinic.c-2-2 .sec-2 .cbox .bottom .item {
    border-radius: 25px;
    border: 1px solid #dfdfdf;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.08);
    height: 270px;
    background-color: #fff;
}
#clinic.c-2-2 .sec-2 .cbox .bottom .item h3{
    font-size: 24px;
    text-align: center;
    color: #22a5da;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #dfdfdf;
}
#clinic.c-2-2 .sec-2 .cbox .bottom .item ul{
    height: calc(100% - 60px);
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
#clinic.c-2-2 .sec-2 .cbox .bottom .item ul li {
    width: 100%;
    text-align: center;
}
#clinic.c-2-2 .sec-2 .cbox .bottom .item ul li b{
    position: relative;
    display: inline-block;
    font-size: 20px;
    padding-left: 30px;
}
#clinic.c-2-2 .sec-2 .cbox .bottom .item ul li b::before{
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/sub/chk-circle.png);
}
#clinic.c-2-2 .sec-2 .cbox .bottom .item ul li p{
    margin-top: 10px;
    line-height: 1.8;
    padding: 0 40px;
    font-size: 18px;
    word-break: keep-all;
}


#clinic.c-2-3 .sec-2{
    padding: 150px 0 170px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/sub/sub-2-2-bg5.png);
}
#clinic.c-2 .sec-2 .top{
    display: flex;
    align-items: center;
}
#clinic.c-2 .sec-2 .top h2{
    font-size: 50px;
    width: 500px;
}
#clinic.c-2 .sec-2 .top h2 span{
    font-weight: 300;
    display: block;
}
#clinic.c-2-3 .sec-2 .top p{
    width: calc(100% - 500px);
    line-height: 1.8;
    font-size: 20px;
}
#clinic.c-2 .sec-2 .one{
    display: flex;
    gap: 50px;
    margin-top: 130px;
}
#clinic.c-2 .sec-2 .one .img{
    position: relative;
    width: calc((100% - 100px) / 3);
    height: calc(1300px / 3);
}
#clinic.c-2 .sec-2 .one .img span{
    position: absolute;
    border: 1px solid #dfdfdf;
    border-radius: 60px;
    color: #22a5da;
    padding: 15px 50px 15px 90px;
    background-color: #fff;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    font-weight: 700;
    background-position: left 40px center;
    background-repeat: no-repeat;
    background-size: 30px;
    background-image: url(../images/sub/chk-circle.png);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.08);
}

#clinic.c-2 .sec-2 .box{
    margin-top: 300px;
}
#clinic.c-2 .sec-2 .box h2{
    font-size: 50px;
    text-align: center;
    margin-bottom: 75px;
}
#clinic.c-2 .sec-2 .box h2 span{
    font-weight: 300;
}
#clinic.c-2-3 .sec-3{
    background-color: #f8f8f8;
    padding: 120px 0 130px;
}

#clinic.c-2 .sec-2 .box .list{
    display: flex;
    gap: 20px;
}
#clinic.c-2 .sec-2 .box .list .item{
    width: calc((100% - 60px) / 4);
    border-radius: 25px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}
#clinic.c-2 .sec-2 .box .list .item span{
    padding: 10px 0;
    text-align: center;
    color: #22a5da;
    font-size: 24px;
    font-weight: 700;
    display: block;
    border-bottom: 1px solid #f0f0f0;
}
#clinic.c-2 .sec-2 .box .list .item p{
    font-size: 20px;
    padding: 0 20px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#clinic.c-2 .sec-2 .box .list .item p br{
    display: none;
}
#clinic.c-2-3 .sec-3 .inner{
    display: flex;
}
#clinic.c-2 .sec-3 .tbox h2{
    font-size: 50px;
}
#clinic.c-2 .sec-3 .tbox h2 span{
    font-weight: 300;
}
#clinic.c-2 .sec-3 .check{
    width: 915px;
    margin-left: auto;
}
#clinic.c-2 .sec-3 .check p{
    position: relative;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    padding: 25px 85px;
    font-size: 20px;
    font-weight: 500;
}
#clinic.c-2 .sec-3 .check p::before{
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/sub/chk-circle.png);
    left: 45px;
    top: 28px;
}
#clinic.c-2 .sec-3 .check p:not(:first-child){
    margin-top: 24px;
}

#clinic.c-3 .sec-1 {
    padding: 130px 0 140px;
}
#clinic.c-3 .sec-1 .inner{
    display: flex;
    gap: 100px;
}
#clinic.c-3 .sec-1 .inner>div{
    width: calc((100% - 100px) / 2);
}
#clinic.c-3 .sec-1 .inner .tbox h2{
    font-size: 50px;
    margin-bottom: 40px;
}
#clinic.c-3 .sec-1 .inner .tbox p{
    font-size: 20px;
    font-weight: 400;
    word-break: keep-all;
}
#clinic.c-3 .sec-2{
    padding: 180px 0 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/sub/sub-2-3-bg1.png);
}
#clinic.c-3 .sec-2 .top{
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 100px;
    margin-bottom: 100px;
}

#clinic.c-3 .sec-2 .top h2{
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 50px;
    padding-bottom: 50px;
}
#clinic.c-3 .sec-2 .top h2::after{
    position: absolute;
    content: "";
    width: 55px;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.5);
}
#clinic.c-3 .sec-2 .top h2 span{
    font-weight: 300;
}
#clinic.c-3 .sec-2 .pill{
    margin-top: 70px;
    margin-bottom: 60px;
    padding: 30px 160px;
    background-color: #fff;
    border-radius: 100px;
    text-align: center;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
}
#clinic.c-3 .sec-2 .pill p{
    font-size: 24px;
    font-weight: 400;
}
#clinic.c-3 .sec-2 .top>p{
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
#clinic.c-3 .sec-2 .list .item{ 
    display: flex;
    gap:100px;
}
#clinic.c-3 .sec-2 .list .item:not(:first-child){
    margin-top: 80px;
}
#clinic.c-3 .sec-2 .list .item:nth-child(even){
    flex-direction: row-reverse;
}
#clinic.c-3 .sec-2 .list .item>div{
    width: calc((100% - 100px) / 2);
}
#clinic.c-3 .sec-2 .list .item .tt{
    color: #fff;
}
#clinic.c-3 .sec-2 .list .item .tt h3{
    font-size: 35px;
    margin-bottom: 30px;
}
#clinic.c-3 .sec-2 .list .item .tt h3 span{
    font-weight: 300;
}
#clinic.c-3 .sec-2 .list .item .tt p{
    line-height: 1.8;
    font-size: 20px;
}
#clinic.c-3 .sec-2 .list .item .tt p span{
    color: #86dcff;
    display: block;
    margin: 30px 0;
}



#clinic.c-4 .sec-1{
    padding-top: 55px;
    padding-bottom: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#clinic.c-4-1 .sec-1{
    background-image: url(../images/sub/sub-2-4-bg1.png);
}
#clinic.c-4-2 .sec-1{
    background-image: url(../images/sub/sub-2-4-bg2.png);
}
#clinic.c-4-3 .sec-1{
    background-image: url(../images/sub/sub-2-4-bg3.png);
}
#clinic.c-4-4 .sec-1{
    background-image: url(../images/sub/sub-2-4-bg4.png);
}
#clinic.c-4-5 .sec-1{
    background-image: url(../images/sub/sub-2-4-bg5.png);
}

#clinic.c-4 .sec-1 .menuBtn{
    display: flex;
    margin-bottom: 130px;
}
#clinic.c-4 .sec-1 .menuBtn a{
    width: 33.3333%;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    color: #111;
    text-align: center;
    padding: 20px 0;
    font-size: 18px;
}
#clinic.c-4 .sec-1 .menuBtn a.active{
    background-color: #22a5da;
    color: #fff;
    font-weight: 700;
}
#clinic.c-4 .sec-1 .tt{
    color: #fff;
    text-align: center;
}
#clinic.c-4 .sec-1 .tt h2{
    position: relative;
    font-size: 50px;
    padding-bottom: 45px;
    margin-bottom: 45px;
}
#clinic.c-4 .sec-1 .tt h2::after{
    position: absolute;
    content: "";
    width: 55px;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.5);
}
#clinic.c-4 .sec-1 .tt h2 span{
    font-weight: 300;
}
#clinic.c-4 .sec-1 .tt p{
    font-size: 20px;
    font-weight: 400;
}
#clinic.c-4 .sec-1 .pill{
    padding: 40px 0;
    background-color: #fff;
    border-radius: 200px;
    text-align: center;
    max-width: 1140px;
    margin: 70px auto;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
}
#clinic.c-4 .sec-1 .pill h3{
    font-size: 24px;
    color: #22a5da;
    font-weight: 600;
    margin-bottom: 20px;
}
#clinic.c-4 .sec-1 .pill p{
    font-size: 24px;
    font-weight: 400;
}


#clinic.c-4 .sec-2{
    padding: 130px 0 140px;
}
#clinic.c-4 .sec-2 .top h2{
    font-size: 50px;
    text-align: center;
}
#clinic.c-4 .sec-2 .top h2 span{
    font-weight: 300;
}
#clinic.c-4 .sec-2 .top p{
    border: 1px solid #d4d4d4;
    padding: 25px 0;
    text-align: center;
    margin-top: 65px;
    font-size: 20px;
    font-weight: 500;
}

#clinic.c-4-1 .sec-2 .txt{
    margin: 55px 0;
    display: flex;
}
#clinic.c-4-1 .sec-2 .txt h3{
    font-size: 30px;
    font-weight: 600;
    width: 400px;
}
#clinic.c-4-1 .sec-2 .txt p{
    width: calc(100% - 400px);
    font-size: 20px;
    font-weight: 400;
}
#clinic.c-4-1 .sec-2 .blue-p{
    background-color: #22a5da;
    color: #fff;
    text-align: center;
    padding: 25px 0;
    font-size: 20px;
    font-weight: 400;
}
#clinic.c-4-1 .sec-2 .pill{
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
    border-radius: 100px;
    max-width: 950px;
    margin: 85px auto 0;
    padding: 20px 0 ;
    text-align: center;
}
#clinic.c-4-1 .sec-2 .pill p{
    font-size: 20px;
    font-weight: 400;
}
#clinic.c-4-1 .sec-2 .pill h3{
    font-size: 30px;
}
#clinic.c-4-1 .sec-2 .pill h3 span{
    font-weight: 300;
}
#clinic.c-4-1 .sec-2 .imgBox{
    height: 670px;
}
#clinic.c-4 .sec-2 .imgBox img{
    height: 100%;
    margin: 0 auto;
}
#clinic.c-4-1 .sec-2 .txt-p{
    text-align: center;
    margin: 20px 0 40px;
    font-size: 18px;
    font-weight: 500;
}
#clinic.c-4-1 .sec-2 .box{
    border: 1px solid #dfdfdf;
    border-radius: 45px;
    text-align: center;
    overflow: hidden;
}
#clinic.c-4-1 .sec-2 .box h3{
    font-size: 24px;
    font-weight: 400;
}
#clinic.c-4-1 .sec-2 .box h4{
    background-color: #f8f8f8;
    display: block;
    height: auto;
    padding: 40px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}
#clinic.c-4-1 .sec-2 .box h4 b{
    display: inline;
}
#clinic.c-4-1 .sec-2 .box p{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    background-color: #22a5da;
}
#clinic.c-4-1 .sec-2 .box>*{
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#clinic.c-4-3 .box{
    display: flex;
}
#clinic.c-4-3 .box>*{
    width: calc((100% - 100px) / 2);
}
#clinic.c-4-3 .box h2{
    font-size: 50px;
}
#clinic.c-4-3 .box p{
    font-size: 20px;
}
#clinic.c-4-3 .box p b{
    font-weight: 600;
    margin-bottom: 20px;
}
#clinic.c-4-3 .box p br{
    display: none;
}
#clinic.c-4-3 .box.n-2{
    margin-top: 130px;
}
#clinic.c-4-3 .blue-p{
    margin-top: 70px;
    background-color: #22a5da;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    padding: 35px 0;
}
#clinic.c-4-3 .sec-2 .img{
    height: 545px;
}

#clinic.c-4-3 .sec-3{
    padding: 120px 0 130px;
    background-color: #f8f8f8;
}
#clinic.c-4-3 .sec-3 .list{
    margin-top: 95px;
}
#clinic.c-4-3 .sec-3 .list .item{
    display: flex;
}
#clinic.c-4-3 .sec-3 .list .item h3{
    background-color: #22a5da;
    color: #fff;
    font-size: 24px;
    width: 240px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#clinic.c-4-3 .sec-3 .list .item p{
    font-size: 20px;
    width: calc(100% - 240px);
    background-color: #fff;
    border: 1px solid #dfdfdf;
    padding: 20px 50px;
    display: flex;
    align-items: center;
}
#clinic.c-4-3 .sec-3 .list .item:not(:first-child){
    margin-top: 28px;
}
#clinic.c-4-4 .sec-2 .box{
    display: flex;
    align-items: center;
    margin-bottom: 65px;
}
#clinic.c-4-4 .sec-2 .box h2{
    width: 450px;
    font-size: 50px;
}
#clinic.c-4-4 .sec-2 .box p{
    width: calc(100% - 450px);
    font-size: 20px;
}
#clinic.c-4-4 .sec-2 .tableBox{
    display: flex;
}
#clinic.c-4-4 .sec-2 .tableBox .item{
    width: 50%;
}
#clinic.c-4-4 .sec-2 .tableBox .item:last-child{
    margin-left: -1px;
}
#clinic.c-4-4 .sec-2 .tableBox .item h3{
    background-color: #22a5da;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 30px 0;
    border: 1px solid #e5e5e5;
}
#clinic.c-4-4 .sec-2 .tableBox .item p{
    background-color: #f8f8f8;
    text-align: center;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
    margin-top: -1px;
    font-size: 20px;
}
#clinic.c-4-4 .sec-3{
    padding: 160px 0 180px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/sub/sub-2-4-bg0.png);
}
#clinic.c-4-4 .sec-3 h2{
    font-size: 50px;
}
#clinic.c-4-4 .sec-3 .top h2{
    color: #fff;
}
#clinic.c-4-4 .sec-3 .top .list{
    display: flex;
    gap: 100px;
    margin-top: 350px;
    flex-wrap: wrap;
    padding-bottom: 160px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 150px;
}
#clinic.c-4-4 .sec-3 .top .list .item{
    width: calc((100% - 100px) / 2);
}
#clinic.c-4-4 .sec-3 .top .list .item:nth-child(odd){
    margin-top: -250px;
}
#clinic.c-4-4 .sec-3 .top .list .item p{
    margin-top: 40px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
}
#clinic.c-4-4 .sec-3 .top .list .item .img{
    position: relative;
    height: 550px;
}
#clinic.c-4-4 .sec-3 .top .list .item .img span{
    position: absolute;
    bottom: 45px;
    left: 50px;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}
#clinic.c-4-4 .sec-3 .bottom h2{
    margin-bottom: 90px;
}
#clinic.c-4-4 .sec-3 .bottom .box .item .txt{
    display: flex;
    margin-bottom: 50px;
    gap: 30px;
}
#clinic.c-4-4 .sec-3 .bottom .box .item .txt h3{
    width: 450px;
}
#clinic.c-4-4 .sec-3 .bottom .box .item .txt p{
    width: calc(100% - 480px);
    font-size: 20px;
    font-weight: 400;
}
#clinic.c-4-4 .sec-3 .bottom .box .item:not(:first-child){
    margin-top: 90px;
}


#clinic.c-4-5 .sec-2 .box{
    display: flex;
    align-items: center;
    margin-bottom: 65px;
    gap: 100px;
}
#clinic.c-4-5 .sec-2 .box h2{
    width: calc((100% - 100px) / 2);
    font-size: 50px;
}
#clinic.c-4-5 .sec-2 .box p{
    width: calc((100% - 100px) / 2);
}

#clinic.c-4-5 .sec-2 .cbox{
    display: flex;
    gap: 35px;
}
#clinic.c-4-5 .sec-2 .cbox .item{
    width: calc((100% - 105px) / 4);
}
#clinic.c-4-5 .sec-2 .cbox .item .img{
    position: relative;
}
#clinic.c-4-5 .sec-2 .cbox .item .img p{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    font-size: 34px;
    width: 100%;
    font-weight: 600;
}
#clinic.c-4-5 .sec-2 .cbox .item>p{
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 400;
}
#clinic.c-4-5 .sec-2-0{
    background-color: #f8f8f8;
    padding: 120px 0 130px;
}
#clinic.c-4-5 .sec-2-0 .tbox{
    display: flex;
    align-items: baseline;
}
#clinic.c-4-5 .sec-2-0 .tbox h2{
    width: 450px;
    font-size: 50px;
}
#clinic.c-4-5 .sec-2-0 .tbox h2 span{
    font-weight: 400;
}
#clinic.c-4-5 .sec-2-0 .tbox p{
    width: calc(100% - 450px);
    font-size: 20px;
    font-weight: 400;
}

#clinic.c-4-5 .sec-2-0 .check{
    margin-top: 50px;
    display: flex;
    gap: 24px;
}
#clinic.c-4-5 .sec-2-0 .check p{
    text-align: center;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    width: calc((100% - 48px) / 3);
    padding: 25px 0;
    font-size: 20px;
    font-weight: 500;
}
#clinic.c-4-5 .sec-2-0 .check p span{
    padding-left: 35px;
    position: relative;
}
#clinic.c-4-5 .sec-2-0 .check p span::before{
    position: absolute;
    content: "";
    width: 24px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/sub/chk-circle.png);
    left: 0;

}

#clinic.c-4-5 .sec-3{
    background-image: none;
}
#clinic.c-4-5 .sec-3 .bottom .tt{
    display: flex;
    align-items: flex-start;
}
#clinic.c-4-5 .sec-3 .bottom .tt h2{
    width: 450px;
    word-break: keep-all;
}
#clinic.c-4-5 .sec-3 .bottom .tt p{
    width: calc(100% - 450px);
    word-break: keep-all;
    margin-top: 15px;
}

#consulting{
    padding: 120px 0 130px;
}
#consulting .box{
    display: flex;
    gap: 100px;
}
#consulting .box .imgBox{
    width: 40%;
}
#consulting .box .imgBox img{
    width: 100%;
}
#consulting .box form{
    width: calc(60% - 100px);
}
#consulting .box .inputBox .list .item p{
    position: relative;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 20px;
}
#consulting .box .inputBox .list .item p::before{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #22a5da;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#consulting .box .inputBox .list .item input{
    border: 1px solid #dfdfdf;
    padding: 15px 10px;
    width: 100%;
    font-size: 18px;
}
#consulting .box .inputBox .list .item textarea{
    border: 1px solid #dfdfdf;
    padding: 10px;
    width: 100%;
    min-height: 150px;
    resize: none;    
}
#consulting .box .inputBox .list .item:not(:first-child){
    margin-top: 20px;
}
#consulting .box .policyBox{
    margin-top: 30px;
}
#consulting .box .privacy-policy {
    width: 100%;
    height: 100px;
    background-color: #f9f9f9;
    overflow-y: scroll;
    padding: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
}
#consulting .box .policy-agree input[type="checkbox"]{
    appearance: none;
}
#consulting .box .policy-agree input[type="checkbox"] + label {
    display: inline-block;
    padding-left: 28px;
    margin-left: 10px;
    margin-top: 10px;
    background-size: 20px;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url(../images/sub/check-off.png);
}
#consulting .box .policy-agree input[type="checkbox"]:checked + label {
    background-image: url(../images/sub/check-on.png);
}
#consulting .box .policy-agree span{font-size: 18px;
font-weight: 500;}
#consulting .box pre{
    font-size: 18px;
    max-width: 100%;
    white-space: pre-wrap;
    font-weight: inherit !important;
    font-family: inherit !important;
    line-height: inherit !important;
}
#consulting .box .btnWrap .submitBtn{
    background-color: #122648;
    color: #fff;
    padding: 15px 50px;
    margin-top: 50px;
}
#notice{
    padding: 120px 0;
}
#notice .boardTop{
    display: flex;
    align-items: center;
}
#notice .boardTop p{
    font-size: 18px;
}
#notice .boardTop p span{
    color: #22a5da;
    font-weight: 700;
}
#notice .boardTop .searchBox{
    margin-left: auto;
}
#notice .boardTop .searchBox{
    display: flex;
    align-items: center;
}
#notice .boardTop .searchBox select{
    border: 1px solid #d4d4d4;
    padding: 10px 15px;
    width: 130px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 12px;
}
#notice .boardTop .searchBox .inputWrap{
    position: relative;
}
#notice .boardTop .searchBox .inputWrap input{
    border: 1px solid #d4d4d4;
    padding: 10px 15px;
    width: 300px;
    margin-left: 10px;
}
#notice .boardTop .searchBox button{
    border: 1px solid #122648;
    background-color: #122648;
    color: #fff;
    padding: 10px 30px;
}
#notice .boardBox{
    margin-top: 40px;
    border-top: 2px solid #111;
}
#notice .boardBox .item{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d4d4d4;
}
#notice .boardBox .item .num{
    width: 150px;
    text-align: center;
}
#notice .boardBox .item .tit{
    width: calc(100% - 120px);
    padding: 20px 0;
}
#notice .boardBox .item .tit h3{
    font-size: 22px;
}
#notice .boardBox .item .tit .txt{
    display: flex;
}
#notice .boardBox .item .tit .txt p{
    position: relative;
    font-size: 18px;
}
#notice .boardBox .item .tit .txt p:not(:first-child){
    margin-left: 20px;
}
#notice .boardBox .item .tit .txt p:not(:first-child)::before{
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background-color: #636363;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
}
#notice .boardBox .item .noticeMain span{
    border: 1px solid #22a5da;
    color: #22a5da;
    padding: 5px 20px;
}
#notice .boardPage{
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
#notice .boardPage li.on a{ 
    font-weight: 700;
    color: #22a5da;
    border-bottom: 2px solid #22a5da;
}
#notice .boardPage .arrBtn a{
    border: 1px solid #d4d4d4;
    width: 34px;
    height: 34px;
    border-radius: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#notice .boardPage .arrBtn img{
    width: 8px;
}

#hospital{
    padding: 120px 0;
}
#hospital .slider-for .item{
    position: relative;
}
#hospital .slider-for p {
    position: absolute;
    text-align: left;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: rgba(0 0 0 / 50%);
    z-index: 9;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
#hospital .slider-for p span {
    font-weight: 300;
    margin-left: 20px;
    font-size: 20px;
}
#hospital .nav-wrap{
    display: flex;
    margin-top: 40px;
}
#hospital .nav-wrap .cbox{
    width: 400px;
}
#hospital .nav-wrap .slider-nav{
    width: calc(100% - 400px);
}
#hospital .slick-list{
    padding: 0;
}
#hospital .slider-nav .slick-slide{
    padding: 0 10px;
}
.arrowSlider {
    display: flex;
    position: relative;
    z-index: 9;
    margin-top: 20px;
}
.arrowSlider span {
    cursor: pointer;
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    background-color: #fff;
}
.arrowSlider .prev {
    background-image: url(../images/sub/arr-prev.png);
    margin-right: 10px;
}
.arrowSlider .next {
    background-image: url(../images/sub/arr-nxt.png);
}
#hospital .nav-wrap .cbox .txt{
    font-size: 28px;
    color: #22a5da;
    font-weight: 700;
}
#hospital .nav-wrap .cbox .tit{
    font-size: 18px;
    font-weight: 400;
}


#hospital.h-3 .locationBox{
    position: relative;
    height: 850px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/sub/loca-img.png);
}
#hospital.h-3 .locationBox .tbox{
    position: absolute;
    background-color: #fff;
    left: 80px;
    top: 80px;
    height: calc(100% - 160px);
    padding: 50px;
}
#hospital.h-3 .locationBox .tbox .top h3{
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 500;
}
#hospital.h-3 .locationBox .tbox .top h6{
    font-size: 28px;
    margin-bottom: 10px;
}
#hospital.h-3 .locationBox .tbox .top p{
    font-size: 20px;
    font-weight: 400;
}
#hospital.h-3 .locationBox .tbox .md {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}
#hospital.h-3 .locationBox .tbox .md h6{
    font-size: 24px;
    margin-bottom: 10px;
}

#hospital.h-3 .locationBox .tbox .md h2{
    font-size: 50px;
}
#hospital.h-3 .locationBox .tbox .md h2 a{
    color: #22a5da;
}
#hospital.h-3 .locationBox .tbox .bottom h6{
    font-size: 24px;
    margin-bottom: 10px;
}
#hospital.h-3 .locationBox .tbox .bottom p{
    font-size: 18px;
    line-height: 2;
}
#hospital.h-3 .locationBox .tbox .bottom p span{
    width: 80px;
    display: inline-block;
    font-weight: 600;
}
#hospital.h-3 .locaMap{
    margin: 50px 0;
    width: 100%;
}
#hospital.h-3 .locaMap .root_daum_roughmap{
    width: 100%;
}
#hospital.h-3 .locaMap .root_daum_roughmap .wrap_map{
    height: 700px;
}
#hospital.h-3 .locaMap .root_daum_roughmap .wrap_controllers{
    display: none;
}
#hospital.h-3 .locaMap .root_daum_roughmap_landing .border2{
    display: block;
}
#hospital.h-3 .locaMap .root_daum_roughmap .wrap_btn_zoom{
    display: none;
}
#hospital.h-3 .locaInfo{
    margin-top: 40px;
    border: 1px solid #d4d4d4;
    padding: 20px 30px;
}
#hospital.h-3 .locaInfo h3{
    position: relative;
    font-size: 28px;
    padding-left: 20px;
    line-height: 2;
    font-weight: 500;
}
#hospital.h-3 .locaInfo h3::before{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #22a5da;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#hospital.h-3 .locaInfo h3 span{
    color: #22a5da;    
    display: inline-block;
    width: 120px;
    font-weight: 600;
}
#hospital.h-2 .vision .item.n-1{
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../images/sub/vision-01.png);
}
#hospital.h-2 .vision .item.n-2{
    background-position: right top 80px ;
    background-repeat: no-repeat;
    background-size: 90px;
    background-image: url(../images/sub/vision-02.png);
}
#hospital.h-2 .vision .item.n-3{
    background-position: right top 80px;
    background-repeat: no-repeat;
    background-size: 95px;
    background-image: url(../images/sub/vision-03.png);
}
#hospital.h-2 .vision .item.n-1 span{
    color: #86dcff;
}
#hospital.h-2 .vision .item.n-2 span{
    color: #22a5da;
}
#hospital.h-2 .vision .item.n-3 span{
    color: #122648;
}
#hospital.h-2 .vision .item span{
    font-size: 80px;
    line-height: 1;
}
#hospital.h-2 .vision .item h2{
    position: relative;
    margin-bottom: 70px;
    font-size: 50px;
    font-weight: 700;
}
#hospital.h-2 .vision .item h2::after{
    position: absolute;
    content: "";
    width: 120px;
    height: 1px;
    background-color: #9f9f9f;
    left: 0;
    bottom: -30px;
}
#hospital.h-2 .vision .item p{
    font-size: 28px;
    font-weight: 400;
}
#hospital.h-2 .vision .item:not(:first-child){
    margin-top: 80px;
    border-top: 1px solid #d4d4d4;
    padding-top: 80px;
}

#hospital.h-1 .sec-1 .top{
    margin-bottom: 80px;
}
#hospital.h-1 .sec-1 .top h2{
    font-size: 50px;
    line-height: 1.3;
}
#hospital.h-1 .sec-1 .top h2 span{
    font-weight: 300;
    display: block;
}
#hospital.h-1 .sec-1 .top p{
    letter-spacing: 0.2rem;
    color: #636363;
}

#hospital.h-1 .sec-1 .doctorBox{
    display: flex;
    gap: 100px;
}
#hospital.h-1 .sec-1 .doctorBox .img{
    width: calc(50% - 100px);
    height: 800px;
}
#hospital.h-1 .sec-1 .doctorBox .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#hospital.h-1 .sec-1 .doctorBox .tbox{
    width: 50%;
}
#hospital.h-1 .sec-1 .doctorBox .tbox .box h3{
    font-size: 24px;
    color: #22a5da;
    margin-bottom: 40px;
}
#hospital.h-1 .sec-1 .doctorBox .tbox .box.n-1 {
    margin-bottom: 80px;
}
#hospital.h-1 .sec-1 .doctorBox .tbox .box.n-1 .list{
    display: flex;
}

#hospital.h-1 .sec-1 .doctorBox .tbox .box.n-1 .list .item{
    width: 50%;
}
#hospital.h-1 .sec-1 .doctorBox .tbox .box .list .item p:not(:first-child){
    margin-top: 18px;
}
#hospital.h-1 .sec-1 .doctorBox .tbox .box .list .item p{
    font-size: 18px;
    font-weight: 400;
}
#hospital #main{
    margin-top: 150px;
}
#hospital #main .sec-5 .tbox h2{
    text-align: center;
}

#hospital.h-1 .sec-3{
    background-color: #f8f8f8;
    padding: 150px 0;
}
#hospital.h-1 .sec-3 h2{
    font-size: 50px;
    text-align: center;
    margin-bottom: 50px;
}
#hospital.h-1 .sec-3 .list p:not(:first-child){
    margin-top: 35px;
}
#hospital.h-1 .sec-3 .list p{
    border: 1px solid #d4d4d4;
    padding: 20px;
    background-color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    word-break: keep-all;
}
#hospital.h-1 .sec-4{
    padding-top: 150px;
}
#hospital.h-1 .sec-4 h2{
    font-size: 50px;
    text-align: center;
    margin-bottom: 50px;
}

#hospital.h-1 .sec-4 .list p:not(:first-child){
    margin-top: 35px;
}
#hospital.h-1 .sec-4 .list p{
    border: 1px solid #d4d4d4;
    padding: 20px;
    background-color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    word-break: keep-all;
}
.submenuWrap{
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}
.submenuWrap .inner{
    display: flex;
    gap: 60px;
}
.submenuWrap .inner a{
    padding: 20px;
    font-size: 18px;
}
.submenuWrap .inner a.on{
    font-weight: 700;
    color: #22a5da;
    border-bottom: 2px solid #22a5da;
}
@media screen and (max-width: 1240px){

    #hospital.h-1 .sec-1 .doctorBox{
        gap: 60px;
    }
    #hospital.h-1 .sec-1 .doctorBox .img{
        height: 560px;
    }
    #hospital.h-1 .sec-1 .doctorBox .img{
        width: calc(50% - 60px);
        margin-top: 50px;
    }
    #hospital.h-1 .sec-1 .doctorBox .tbox .box h3{
        font-size: 20px;
        margin-bottom: 20px;
    }
    #hospital.h-1 .sec-1 .doctorBox .tbox .box.n-1 .list{
        flex-wrap: wrap;
    }
    #hospital.h-1 .sec-1 .doctorBox .tbox .box.n-1 .list .item{
        width: 100%;
    }
    #hospital.h-1 .sec-1 .doctorBox .tbox .box.n-1 .list .item:last-child{
        margin-top: 5px;
    }
    #hospital.h-1 .sec-1 .doctorBox .tbox .box .list .item p{
        font-size: 15px;
    }
    #hospital.h-1 .sec-1 .doctorBox .tbox .box .list .item p:not(:first-child){
        margin-top: 5px;
    }
    #hospital.h-1 .sec-1 .doctorBox .tbox .box.n-1{
        margin-bottom: 40px;
    }

    #hospital.h-4 .slick-slide img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #clinic.c-1 .sec-1 .box .tt h3{
        font-size: 20px;
    }
    #clinic.c-1 .sec-1 .box .tt p{
        font-size: 18px;
    }
    #clinic.c-1 .sec-2 .top h3{
        font-size: 35px;
    }
    #clinic.c-1 .sec-2 .top p{
        font-size: 18px;
    }
    #clinic.c-1 .sec-2 .imgBox2 .list .item p{
        font-size: 18px;
    }
    #clinic.c-2-1 .sec-4 .box.n-2 .box .item .tt p{
        font-size: 18px;
        padding:  20px;
    }
}
/*E:1240*/

@media screen and (max-width: 768px){
    .sub-vs{
        padding-top: 100px;
        height: 340px;
    }
    .sub-vs .tbox b{
        font-size: 16px;
    }
    .sub-vs .tbox h2{
        font-size: 40px;
        letter-spacing: 0rem;
    }
    .sub-vs .tbox p{
        font-size: 15px;
    }
    .sub-vs .tbox p br{
        display: none;
    }
    .submenuWrap .inner{
        gap: 0;
    }
    .submenuWrap .inner a{
        font-size: 15px;
        padding: 10px;
    }
    #hospital{
        padding: 60px 0;
    }
    #hospital h2{
        font-size: 35px !important;
    }
    #hospital.h-1 .sec-1 .top{
        margin-bottom: 50px;
    }
    #hospital.h-1 .sec-1 .top p{
        margin-top: 10px;
    }
    #hospital.h-1 .sec-1 .doctorBox{
        flex-wrap: wrap;
        gap: 30px;
    }
    #hospital.h-1 .sec-1 .doctorBox .img{
        width: 100%;
        height: 400px;
        margin-top: 0;
    }
    #hospital.h-1 .sec-1 .doctorBox .img img{
        object-position: top;
    }
    #hospital.h-1 .sec-1 .doctorBox .tbox{
        width: 100%;
    }
    #hospital.h-1 .sec-1 .doctorBox .tbox .box .list .item p{
        position: relative;
        padding-left: 10px;
        font-size: 14px;
    }
    #hospital.h-1 .sec-1 .doctorBox .tbox .box .list .item p::before{
        position: absolute;
        content: "";
        width: 3px;
        height: 3px;
        background-color: #4b5e70;
        border-radius: 5px;
        left: 0;
        top: 10.5px;        
    }
    #hospital #main .sec-5{
        margin-top: 120px;
        margin-bottom: 100px;
    }
    #hospital.h-1 .sec-3{
        padding: 80px 0;
    }
    #hospital.h-1 .sec-3 h2{
        margin-bottom: 20px;
    }
    #hospital.h-1 .sec-3 .list p{
        font-size: 14px;
    }
    #hospital.h-1 .sec-3 .list p:not(:first-child){
        margin-top: 15px;
    }
    #hospital.h-1 .sec-4{
        padding-top: 60px;
    }
    #hospital.h-1 .sec-4 .list p{
        font-size: 14px;
    }
    #hospital.h-1 .sec-4 .list p:not(:first-child){
        margin-top: 15px;
    }
    #hospital.h-2 .vision .item span{
        font-size: 40px;
        font-weight: 800;
        margin-bottom: 10px;
        display: block;
    }
    #hospital.h-2 .vision .item h2{
        font-weight: 500;
    }
    #hospital.h-2 .vision .item.n-1{
        background-size: 60px;
    }
    #hospital.h-2 .vision .item p{
        font-size: 20px;
    }
    #hospital.h-2 .vision .item.n-2{
        background-size: 50px;
    }
    #hospital.h-2 .vision .item.n-3{
        background-size: 55px;
    }
    #hospital.h-3 .locationBox{
        padding: 0;
        background-image: none;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    }
    #hospital.h-3 .locationBox .tbox{
        position: relative;
        top: unset;
        left: unset;
        padding: 30px;
    }
    #hospital.h-3 .locaMap{
        margin-bottom: 0;
    }
    #hospital.h-3 .locationBox{
        height: auto;
    }
    #hospital.h-3 .locationBox .tbox .top h3{
        font-size: 35px;
    }
    #hospital.h-3 .locationBox .tbox .top h6{
        font-size: 24px;
    }
    #hospital.h-3 .locationBox .tbox .top p{
        font-size: 16px;
    }
    #hospital.h-3 .locationBox .tbox .bottom p{
        font-size: 16px;
    }
    #hospital.h-3 .locaMap .root_daum_roughmap .wrap_map{
        height: 350px;
    }
    #hospital.h-3 .locaInfo{
        margin-top: 20px;
        padding: 15px 20px;
    }
    #hospital.h-3 .locaInfo h3{
        font-size: 16px;
        padding-left: 12px;
    }
    
    #hospital.h-3 .locaInfo h3::before{
        top: 16px;
        width: 4px;
        height: 4px;
        transform: unset;
    }
    #hospital.h-3 .locaInfo h3 span{
        width: 60px;
    }

    #hospital.h-4 .slider-for .slick-slide{
        height: 250px;
    }
    #hospital .slider-for p{
        font-size: 16px;
    }
    #hospital .slider-for p span{
        font-size: 16px;
    }
    #hospital .nav-wrap{
        flex-wrap: wrap;
        margin-top: 20px;
    }
    
    #hospital .nav-wrap .cbox{
        width: 100%;
    }
    #hospital .nav-wrap .slider-nav{
        margin-top: 20px;
        width: 100%;
    }
    #hospital .nav-wrap .cbox .txt{
        font-size: 20px;
    }
    #hospital .nav-wrap .cbox .tit{
        font-size: 15px;
        margin-top: 10px;
    }
    .arrowSlider span{
        width: 40px;
        height: 40px;
        background-size: 7px;
    }
    #clinic.c-1 .sec-1 .box{
        flex-wrap: wrap;
        gap: 40px;
    }
    #clinic.c-1 .sec-1 .box .img{
        height: 240px;
    }
    #clinic.c-1 .sec-1 .box>div{
        width: 100%;
    }
    #clinic.c-1{
        padding-top: 80px;
    }
    #clinic.c-1 .sec-1 .box .tt h3{
        font-size: 18px;
    }
    #clinic.c-1 .sec-1 .box .tt p{
        font-size: 15px;
    }
    #clinic.c-1 .sec-1 .box:not(:first-child){
        margin-top: 60px;
    }
    #clinic.c-1 .sec-2{
        padding-top: 60px;
        padding-bottom: 80px;
    }
    #clinic.c-1 .sec-2 .top{
        flex-wrap: wrap;
        gap: 40px;
        padding-bottom: 40px;
    }
    #clinic.c-1 .sec-2 .top h3{
        width: 100%;
    }
    #clinic.c-1 .sec-2 .top p{
        width: 100%;
        font-size: 14px;
    }
    #clinic.c-1 .sec-2 .imgBox{
        margin-bottom: 80px;
    }
    #clinic.c-1 .sec-2 .imgBox p{
        font-size: 20px;
    }
    #clinic.c-1 .sec-2 .slick-slide{
        margin-right: 10px;
    }
    #clinic.c-1 .sec-2 .imgBox2>.img{
        height: 180px;
    }
    #clinic.c-1 .sec-2 .imgBox2 .list{
        gap: 20px;
        margin-top: 20px;
    }
    #clinic.c-1 .sec-2 .imgBox2 .list .item {
        width: calc((100% - 20px) / 2);
    }
    #clinic.c-1 .sec-2 .imgBox2 .list .item .img{
        height: 120px;
    }
    #clinic.c-1 .sec-2 .imgBox2 .list .item p{
        font-size: 14px;
        line-height: 1.6;
    }
    #clinic.c-1 .sec-3{
        padding: 80px 0;
    }
    #clinic.c-1 .sec-3 .tbox h2{
        font-size: 35px;
    }
    #clinic.c-1 .sec-3 .tbox p{
        font-size: 20px;
    }
    #clinic.c-1 .sec-3 .tbox span{
        font-size: 15px;
        padding: 20px 10px;
    }
    #clinic.c-1 .sec-3 .tbox span br{
        display: none;
    }
    #clinic.c-1 .sec-3 .box{
        margin-top: 20px;
        gap: 20px;
    }
    #clinic.c-1 .sec-3 .box .item {
        width: calc((100% - 20px) / 2);
    }
    #clinic.c-1 .sec-3 .box .item .img{
        height: 140px;
    }
    #clinic.c-1 .sec-3 .box .item p{
        font-size: 20px;
    }
    #clinic.c-1 .sec-4 {
        padding: 80px 0;
    }
    #clinic.c-1 .sec-4 .inner{
        flex-wrap: wrap;
        gap: 40px;
    }
    #clinic.c-1 .sec-4 .inner>div{
        width: 100%;
    }
    #clinic.c-1 .sec-4 .inner .tbox p{
        font-size: 20px;
    }
    #clinic.c-1 .sec-4 .inner .tbox p span{
        display: inline;
    }
    #clinic.c-1 .sec-4 .inner .tbox h2{
        font-size: 35px;
        margin: 20px 0 30px;
    }
    #clinic.c-1 .sec-4 .inner .tbox>span{
        font-size: 15px;
        line-height: 1.6;
    }
    #clinic.c-1 .sec-4 .inner .img{
        height: 380px;
    }
    #clinic.c-1 .sec-5{
        padding: 80px 0 60px;
    }
    #clinic.c-1 .sec-5 .tbox h2{
        font-size: 30px;
    }
    #clinic.c-1 .sec-5 .tbox p{
        margin: 40px 0 30px;
        font-size: 20px;
    }
    #clinic.c-1 .sec-5 .tbox span{
        font-size: 15px;
        padding: 20px 10px;
    }
    #clinic.c-1 .sec-5 .md-p{
        font-size: 28px;
        padding: 0 40px;
    }
    #clinic.c-1 .sec-5 .box .item .img {
        height: 131px;
    }
    #clinic.c-1 .sec-6 {
        padding: 70px 0 80px;
    }
    #clinic.c-1 .sec-6 h2{
        font-size: 35px;
        margin-bottom: 30px;
    }
    #clinic.c-1 .sec-6 .box{
        gap: 20px;
        flex-wrap: wrap;
    }
    #clinic.c-1 .sec-6 .box>div{
        width: 100%;
    }
    #clinic.c-1 .sec-6 .box .img{
        height: 240px;
    }
    #clinic.c-1 .sec-6 .box .tt p{
        font-size: 15px;
        line-height: 1.5;
    }
    #clinic.c-1 .sec-6 .box .tt p br{
        display: none;
    }
    #clinic.c-1 .sec-7 .inner{
        flex-wrap: wrap;
    }
    #clinic.c-1 .sec-7{
        padding: 60px 0 ;
    }
    #clinic.c-1 .sec-7 .tbox h2{
        font-size: 35px;
        margin-bottom: 30px;
    }
    #clinic.c-1 .sec-7 .check p{
        padding: 20px 0 20px 50px;
        font-size: 16px;
    }
    #clinic.c-1 .sec-7 .check p::before{
        left: 20px;
        top: 23px;
        width: 20px;
        height: 20px;
    }
    #clinic.c-1 .sec-7 .check p:not(:first-child){
        margin-top: 15px;
    }
    #clinic.c-2 .sec-1 .menuBtn a{
        font-size: 14px;
        font-weight: 600;
        padding: 15px 0;
    }
    #clinic.c-2 .sec-1 .menuBtn{
        margin-bottom: 80px;
    }
    #clinic.c-2 .sec-1 .tt p{
        font-size: 16px;
    }
    #clinic.c-2 .sec-1 .tt p br{
        display: none;
    }
    #clinic.c-2 .sec-1 .pill{
        padding: 20px;
    }
    #clinic.c-2 .sec-1 .pill p{
        font-size: 16px;
    }
    #clinic.c-2 .sec-1 .pill p br{
        display: none;
    }
    #clinic.c-2 .sec-1{
        padding-bottom: 80px;
    }
    #clinic.c-2-1 .sec-2{
        padding: 60px 0;
    }
    #clinic.c-2-1 .sec-2 .inner{
        flex-wrap: wrap;
        gap: 40px;
    }
    #clinic.c-2-1 .sec-2 .inner>div{
        width: 100%;
    }
    #clinic.c-2-1 .sec-2 .tt h2{
        font-size: 35px;
        margin-bottom: 40px;
    }
    #clinic.c-2-1 .sec-2 .tt p{
        font-size: 16px;
        line-height: 1.6;
    }
    #clinic.c-2-1 .sec-2 .tt b{
        font-size: 18px;
    }
    #clinic.c-2-1 .sec-2 .imgBox .img{
        height: 320px
    }
    #clinic.c-2-1 .sec-2 .imgBox p{
        font-size: 18px;
    }
    #clinic.c-2-1 .sec-3{
        padding: 80px 0;
    }
    #clinic.c-2-1 .sec-3 .top{
        gap: 40px;
        flex-wrap: wrap;
    }
    #clinic.c-2-1 .sec-3 .top>div{
        width: 100%;
    }
    #clinic.c-2-1 .sec-3 .top .txt p{
        font-size: 16px;
    }
    #clinic.c-2-1 .sec-3 .box.n-1{
        padding: 15px;
    }
    #clinic.c-2-1 .sec-3 .box.n-1 h3{
        margin-bottom: 20px;
    }
    #clinic.c-2-1 .sec-3 .box.n-1 .list table th, #clinic.c-2-1 .sec-3 .box.n-1 .list table td{
        font-size: 15px;
        padding: 15px;
    }
    #clinic.c-2-1 .sec-3 .box.n-2{
        margin-top: 80px;
        flex-wrap: wrap;
        margin-bottom: 80px;
    }
    #clinic.c-2-1 .sec-3 .box h2{
        font-size: 35px;
        margin-bottom: 30px;
    }
    #clinic.c-2-1 .sec-3 .box h2 span{
        display: inline-block;
    }
    #clinic.c-2 .sec-3 .check{
        width: 100%;
    }

    #clinic.c-2 .sec-3 .check p{
        padding: 20px 20px 20px 50px;
        font-size: 16px;
    }
    #clinic.c-2 .sec-3 .check p::before{
        left: 20px;
        top: 23px;
        width: 20px;
        height: 20px;
    }
    #clinic.c-2 .sec-3 .check p:not(:first-child){
        margin-top: 15px;
    }
    #clinic.c-2-1 .sec-3 .box.n-3 h2{
        margin-bottom: 40px;    
    }
    #clinic.c-2-1 .sec-3 .box.n-3 .tableWrap{
        border-radius: 20px;
    }
    #clinic.c-2-1 .sec-3 .box.n-3 table thead th{
        font-size: 16px;
        padding: 10px;
    }
    #clinic.c-2-1 .sec-3 .box.n-3 table th{
        font-size: 15px;
        padding: 10px;
    }
    #clinic.c-2-1 .sec-3 .box.n-3 table td{
        font-size: 14px;
        padding: 10px;
    }
    #clinic.c-2-1 .sec-4{
        padding: 80px 0;
    }
    #clinic.c-2-1 .sec-4 .top h2{
        font-size: 35px;
        margin-bottom: 60px;
    }
    #clinic.c-2-1 .sec-4 .check-p{
        font-size: 20px;
    }
    #clinic.c-2-1 .sec-4 .top{
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    #clinic.c-2-1 .sec-4 .box.n-1 .list{
        flex-wrap: wrap;
        gap: 15px;
    }
    #clinic.c-2-1 .sec-4 .box.n-1 .list .item {
        width: calc((100% - 15px) / 2);
    }
    #clinic.c-2-1 .sec-4 .box.n-1 .list .item .img{
        height: 145px;
    }
    #clinic.c-2-1 .sec-4 .box.n-1 .list .item p{
        font-size: 14px;
    }
    #clinic.c-2-1 .sec-4 .box.n-1 .list .item p br{
        display: none;
    }
    #clinic.c-2-1 .sec-4 .box.n-1{
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    #clinic.c-2-1 .sec-4 .box.n-2 .box{
        gap: 20px;
    }
    #clinic.c-2-1 .sec-4 .box.n-2 .box .item {
        width: calc((100% - 20px) / 2);
    }
    #clinic.c-2-1 .sec-4 .box.n-2 .box .item .tt h3{
        padding: 20px ;
        font-size: 18px;
    }
    #clinic.c-2-1 .sec-4 .box.n-2 .box .item .tt p{
        font-size: 14px;
        height: auto;
        line-height: 1.4;
        padding: 15px;
    }
    #clinic.c-2-2 .sec-2{
        padding: 80px 0;
    }
    #clinic.c-2-2 .sec-2 h2{
        font-size: 35px;
        margin-bottom: 40px;
    }
    #clinic.c-2-2 .sec-2 .cbox>div{
        flex-wrap: wrap;
        gap: 20px;
    }
    #clinic.c-2-2 .sec-2 .cbox .item{
        width: 100%;
    }
    #clinic.c-2-2 .sec-2 .cbox .top .item h3{
        font-size: 20px;
        height: 50px;
        line-height: 50px;
    }
    #clinic.c-2-2 .sec-2 .cbox .top .item p{
        font-size: 14px;
    }
    #clinic.c-2-2 .sec-2 .cbox .top .item p br{
        display: none;
    }
    #clinic.c-2-2 .sec-2 .cbox::before{
        width: 90vw;
        height: 90vw;
    }
    #clinic.c-2-2 .sec-2 .cbox .bottom{
        margin-top: 50vw;
    }
    #clinic.c-2-2 .sec-2 .cbox .bottom .item{
        height: auto;
    }
    #clinic.c-2-2 .sec-2 .cbox .bottom .item h3{
        font-size: 20px;
    }
    #clinic.c-2-2 .sec-2 .cbox .bottom .item ul{
        padding: 15px 0;
    }
    #clinic.c-2-2 .sec-2 .cbox .bottom .item ul li b{
        font-size: 16px;
    }
    #clinic.c-2-2 .sec-2 .cbox .bottom .item ul li p{
        font-size: 14px;
        line-height: 1.6;
    }
    #clinic.c-2 .sec-1 .tt h3{
        margin-top: 30px;
        font-size: 18px;
    }
    #clinic.c-2-3 .sec-2{
        padding: 80px 0;
    }
    #clinic.c-2 .sec-2 .top{
        flex-wrap: wrap;
    }
    #clinic.c-2 .sec-2 .top h2{
        width: 100%;
        font-size: 35px;
        margin-bottom: 30px;
    }
    #clinic.c-2-3 .sec-2 .top p{
        width: 100%;
        font-size: 16px;
    }
    #clinic.c-2-3 .sec-2 .top p br{
        display: none;
    }
    #clinic.c-2 .sec-2 .one{
        margin-top: 80px;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
    #clinic.c-2 .sec-2 .one .img{
        width: calc((100% - 20px) / 2);
        height: calc((100vw - 60px) / 2);
    }
    #clinic.c-2 .sec-2 .one .img span{
        font-size: 20px;
    }
    #clinic.c-2 .sec-2 .one .img span{
        padding: 10px 20px 10px 60px;
        background-position: left 30px center;
        background-size: 20px;
    }
    #clinic.c-2 .sec-2 .box{
        margin-top: 100px;
    }
    #clinic.c-2 .sec-2 .box h2{
        font-size: 35px;
        margin-bottom: 40px;
    }
    #clinic.c-2 .sec-2 .box .list {
        flex-wrap: wrap;
    }
    #clinic.c-2 .sec-2 .box .list .item{
        width: 100%;
    }
    #clinic.c-2 .sec-2 .box .list .item span{
        font-size: 20px;
    }
    #clinic.c-2 .sec-2 .box .list .item p{
        font-size: 15px;
        height: auto;
        padding: 20px ;
    }
    #clinic.c-2-3 .sec-3{
        padding: 80px 0;
    }
    #clinic.c-2-3 .sec-3 .inner{
        flex-wrap: wrap;
    }
    #clinic.c-2 .sec-3 .tbox h2{
        font-size: 35px;
        margin-bottom: 40px;
    }
    #clinic.c-3 .sec-1{
        padding: 80px 0;
    }
    #clinic.c-3 .sec-1 .inner>div{
        width: 100%;
    }
    #clinic.c-3 .sec-1 .inner{
        flex-wrap: wrap;
        gap: 40px;
    }
    #clinic.c-3 .sec-1 .inner .tbox h2{
        font-size: 35px;
        margin-bottom: 20px;
    }
    #clinic.c-3 .sec-1 .inner .tbox p{
        font-size: 16px;
    }
    #clinic.c-3 .sec-2{
        padding: 80px 0;
    }
    #clinic.c-3 .sec-2 .top h2{
        font-size: 35px;
        padding-bottom: 40px;
    }
    #clinic.c-3 .sec-2 .pill{
        margin-top: 50px;
        padding: 20px;
    }
    #clinic.c-3 .sec-2 .pill p{
        font-size: 15px;
    }
    #clinic.c-3 .sec-2 .pill p br{
        display: none;
    }
    #clinic.c-3 .sec-2 .top>p{
        font-size: 16px;
    }
    #clinic.c-3 .sec-2 .top>p br:first-child {
        display: none;
    }
    #clinic.c-3 .sec-2 .top>p br:last-child {
        display: none;
    }
    #clinic.c-3 .sec-2 .top{
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    #clinic.c-3 .sec-2 .list .item{
        gap: 30px;
        flex-wrap: wrap;
    }
    #clinic.c-3 .sec-2 .list .item>div{
        width: 100%;
    }
    #clinic.c-3 .sec-2 .list .item .tt h3{
        font-size: 24px;
    }
    #clinic.c-3 .sec-2 .list .item .tt p{
        font-size: 15px;
        line-height: 1.6;
    }
    #clinic.c-4 .sec-1 .menuBtn a{
        font-size: 13px;
        padding: 10px;
        word-break: keep-all;
    }
    #clinic.c-4 .sec-1 .menuBtn{
        flex-wrap: wrap;
        margin-bottom: 80px;
    }
    #clinic.c-4 .sec-1 .menuBtn a:nth-child(4),
    #clinic.c-4 .sec-1 .menuBtn a:nth-child(5){
        width: 50%;
    }
    #clinic.c-4 .sec-1 .tt h2{
        font-size: 35px;
    }
    #clinic.c-4 .sec-1 .tt p{
        font-size: 16px;
    }
    #clinic.c-4 .sec-1 .pill{
        padding: 20px;
        margin: 40px auto 0;
    }
    #clinic.c-4 .sec-1 .pill h3{
        font-size: 20px;
    }
    #clinic.c-4 .sec-1 .pill p{
        font-size: 14px;
    }
    #clinic.c-4 .sec-1 .pill p br{
        display: none;
    }
    #clinic.c-4 .sec-2{
        padding: 80px 0;
    }
    #clinic.c-4 .sec-2 .top h2{
        font-size: 35px;
    }
    #clinic.c-4 .sec-2 .top p{
        margin-top: 40px;
    }
    #clinic.c-4 .sec-2 .top p{
        font-size: 16px;
        padding: 20px;
    }
    #clinic.c-4-1 .sec-2 .txt{
        flex-wrap: wrap;
    }
    #clinic.c-4-1 .sec-2 .txt h3{
        width: 100%;
        margin-bottom: 20px;
    }
    #clinic.c-4-1 .sec-2 .txt p{
        width: 100%;
        font-size: 15px;
    }
    #clinic.c-4-1 .sec-2 .blue-p{
        padding: 20px;
        font-size: 14px;
    }
    #clinic.c-4-1 .sec-2 .pill{
        margin-top: 40px;
        padding: 20px;
    }
    #clinic.c-4-1 .sec-2 .pill p{
        font-size: 15px;
    }
    #clinic.c-4-1 .sec-2 .imgBox{
        height: auto;
    }
    #clinic.c-4 .sec-2 .imgBox img{
        height: auto;
        width: 100%;
    }
    #clinic.c-4-1 .sec-2 .txt-p{
        font-size: 14px;
    }
    #clinic.c-4-1 .sec-2 .box h3{
        font-size: 20px;
    }
    #clinic.c-4-1 .sec-2 .box h4{
        padding: 20px;
        line-height: 1.6;
        font-size: 14px;
    }
    #clinic.c-4-1 .sec-2 .box h4 br{
        display: none;
    }
    #clinic.c-4-1 .sec-2 .box p{
        font-size: 15px;
        padding: 20px;
    }
    #clinic.c-4-1 .sec-2 .box>*{
        height: auto;
    }
    #clinic.c-4-3 .box{
        flex-wrap: wrap;
    }
    #clinic.c-4-3 .box>*{
        width: 100%;
    }
    #clinic.c-4-3 .box h2{
        font-size: 35px;
        margin-bottom: 20px;
    }
    #clinic.c-4-3 .box p{
        font-size: 15px;
    }
    #clinic.c-4-3 .blue-p{
        margin-top: 40px;
        padding: 20px;
        font-size: 15px;
    }
    #clinic.c-4-3 .box.n-2{
        margin-top: 80px;
    }
    #clinic.c-4-3 .sec-2 .img{
        height: 240px;
    }
    #clinic.c-4-3 .sec-3{
        padding: 80px 0;
    }
    #clinic.c-4-3 .sec-3 .list .item{
        flex-wrap: wrap;
    }
    #clinic.c-4-3 .sec-3 .list .item h3{
        width: 100%;
        padding: 10px 0;
        font-size: 20px;
    }
    #clinic.c-4-3 .sec-3 .list .item p{
        width: 100%;
        font-size: 15px;
        padding: 20px;
    }
    #clinic.c-4-4 .sec-2 .box{
        flex-wrap: wrap;
    }
    #clinic.c-4-4 .sec-2 .box h2{
        width: 100%;
        font-size: 35px;
        margin-bottom: 20px;
    }
    #clinic.c-4-4 .sec-2 .box p{
        width: 100%;
        font-size: 15px;
    }
    #clinic.c-4-4 .sec-2 .tableBox {
        flex-wrap: wrap;
        gap: 20px;
    }
    #clinic.c-4-4 .sec-2 .tableBox .item{
        width: 100%;
    }
    #clinic.c-4-4 .sec-2 .tableBox .item h3{
        font-size: 20px;
        padding: 15px 0;
    }
    #clinic.c-4-4 .sec-2 .tableBox .item p{
        height: auto;
        padding: 20px;
        font-size: 15px;
    }
    #clinic.c-4-4 .sec-2 .tableBox .item p br{
        display: none;
    }
    #clinic.c-4-4 .sec-3{
        padding: 80px 0;
        background-size: auto 300px;
    }
    #clinic.c-4-4 .sec-3 .top h2{
        font-size: 35px;
    }
    #clinic.c-4-4 .sec-3 .top .list{
        margin-top: 50px;
        gap: 20px;
    }
    #clinic.c-4-4 .sec-3 .top .list .item:nth-child(odd) {
        margin-top: 0;
    }
    #clinic.c-4-4 .sec-3 .top .list .item{
        width: 100%;
    }
    #clinic.c-4-4 .sec-3 .top .list .item .img{
        height: 240px;
    }
    #clinic.c-4-4 .sec-3 .top .list .item .img span{
        left: 20px;
        bottom: 20px;
        font-size: 20px;
    }
    #clinic.c-4-4 .sec-3 .top .list .item p{
        margin-top: 10px;
        font-size: 15px;
    }
    #clinic.c-4-4 .sec-3 .top .list{
        padding-bottom: 80px;
        margin-bottom: 60px;
    }
    #clinic.c-4-4 .sec-3 h2{
        font-size: 35px;
    }
    #clinic.c-4-4 .sec-3 .bottom h2{
        margin-bottom: 50px;
    }
    #clinic.c-4-4 .sec-3 .bottom .box .item .txt{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    #clinic.c-4-4 .sec-3 .bottom .box .item .txt h3{
        width: 100%;
    }
    #clinic.c-4-4 .sec-3 .bottom .box .item .txt p{
        width: 100%;
        font-size: 15px;
    }
    #clinic.c-4-4 .sec-3 .bottom .box .item:not(:first-child){
        margin-top: 60px;
    }
    #clinic.c-4-5 .sec-2 .box{
        gap: 0;
    }
    #clinic.c-4-5 .sec-2 .cbox {
        flex-wrap: wrap;
        gap: 20px
    }
    #clinic.c-4-5 .sec-2 .cbox .item{
        width: calc((100% - 20px) / 2);
    }
    #clinic.c-4-5 .sec-2 .cbox .item .img p{
        font-size: 20px;
    }
    #clinic.c-4-5 .sec-2 .cbox .item>p{
        font-size: 16px;
    }
    #clinic.c-4-5 .sec-2 .cbox .item>p br{
        display: none;
    }
    #clinic.c-4-5 .sec-2-0{
        padding: 80px 0;
    }
    #clinic.c-4-5 .sec-2-0 .tbox{
        flex-wrap: wrap;
    }
    #clinic.c-4-5 .sec-2-0 .tbox h2{
        width: 100%;
        font-size: 35px;
        margin-bottom: 20px;
    }
    #clinic.c-4-5 .sec-2-0 .tbox p{
        width: 100%;
        font-size: 15px;
    }
    #clinic.c-4-5 .sec-2-0 .check{
        margin-top: 40px;
        flex-wrap: wrap;
        gap: 10px;
    }
    #clinic.c-4-5 .sec-2-0 .check p{
        width: 100%;
        font-size: 15px;
        padding: 20px 0;
    }
    #clinic.c-4-5 .sec-3 .bottom .tt{
        flex-wrap: wrap;
        margin-bottom: 50px;
    }
    #clinic.c-4-5 .sec-3 .bottom .tt h2{
        width: 100%;
        margin-bottom: 20px;
    }
    #clinic.c-4-5 .sec-3 .bottom .tt p{
        width: 100%;
    }
    #consulting{
        padding: 80px 0;
    }
    #consulting .box{
        gap: 20px;
        flex-wrap: wrap;
    }
    #consulting .box .imgBox{
        width: 100%;
    }
    #consulting .box form{
        width: 100%;
    }
    #consulting .box .inputBox .list .item p{
        font-size: 20px;
    }
    #consulting .box .inputBox .list .item input{
        padding: 10px;
    }
    #consulting .box pre{
        font-size: 15px;
    }
    #consulting .box .policy-agree span{
        font-size: 14px;
    }
    #consulting .box .btnWrap .submitBtn{
        margin: 30px auto 0;
        display: block;
    }
    #notice{
        padding: 60px 0 80px;
    }
    #notice .boardTop {
        flex-direction: column-reverse;
    }
    #notice .boardTop p{
        width: 100%;
        text-align: left;
        margin-top: 20px;
        font-size: 16px;
    }
    #notice .boardTop .searchBox{
        width: 100%;
        margin: 0 auto;
        background: #f5f5f5;
        padding: 20px;
    }
    #notice .boardTop .searchBox select{
        width: 20%;
        background-color: #fff;
    }
    #notice .boardTop .searchBox .inputWrap input{
        width: 200px;
    }
    #notice .boardTop .searchBox button{
        width: 20%;
        text-align: center;
        padding: 10px 0;
    }
    #notice .boardBox{
        margin-top: 20px;
    }
    #notice .boardBox .item .num{
        width: 20%;
    }
    #notice .boardBox .item .tit{
        width: 80%;
        padding-left: 20px;
    }
    #notice .boardBox .item .tit h3{
        font-size: 18px;
    }
    #notice .boardBox .item .tit .txt p{
        font-size: 15px;
    }
    #notice .boardPage{
        margin-top: 40px;
    }
}
