.section{
    width: 100%;
    height: 100vh;
}

.center{
    width: 63%;
}


/* section0 */
.main_section1{
    width: 100%;
    height: 100vh;
    padding-top: 50px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.v_0{
    width: 100%;
    height: 100vh;
}

.v_1{
    width: 100%;
    height: 100vh;
}

.v_2{
    width: 100%;
    height: 100vh;
}

.v_3{
    width: 100%;
    height: 100vh;
}

.slide_box{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.3);
}

.slick-active .slide_box img{
    transform: scale(1.3);
    animation: scale 2.5s forwards;
}

@keyframes scale{
    0%{
        transform: scale(1.3);
    }

    100%{
        transform: scale(1);
    }
}

.slide_center{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.main_sec1_text{
    width: 100%;
    margin-bottom: 55px;
    text-align: center;
}

.mt01{
    font-size: 16px;
    color: #fff;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    letter-spacing: 5px;
    margin-right: -5px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.mt02{
    width: 100%;
    text-align: center;
    font-size: 50px;
    color: #fff;
    margin-bottom: 15px;
    font-family: 'Pretendard-Light', sans-serif;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.mt03{
    display: inline-block;
    height: 125px;
    text-align: center;
    font-size: 78px;
    color: #fff;
    font-family: 'Pretendard-Bold', sans-serif;
    box-sizing: border-box;
    padding: 0 25px;
    line-height: 125px;
    letter-spacing: 5px;
    margin-right: -5px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  	/* animation: tracking-in-contract 1.5s .25s forwards; */
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

@keyframes tracking-in-contract {
    0% {
        letter-spacing: 1em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        letter-spacing: normal;
        opacity: 1;
    }
}

.mt03 span{
    color: #133c8b;
}

.main_sec1_img ul{
    display: flex;
    align-items: center;
}

.main_sec1_img ul span{
    font-size: 18px;
    color: #fff;
    margin-top: -30px;
    font-family: 'Pretendard-Thin', sans-serif;
}

.main_sec1_img ul li{
    width: 160px;
    text-align: center;
    cursor: pointer;
}

.main_sec1_img ul li img{
    display: block;
    margin: 0 auto 10px;
    transition: transform 500ms;
}

.main_sec1_img ul li p{
    font-size: 19px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
}

.main_sec1_img ul li:hover img{
    transform: rotateY(180deg);
}

.scroll{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.scroll p{
    font-size: 12px;
    color: #fff;
    font-family: 'Pretendard-Light', sans-serif;
}

.scroll img{
    margin: 10px 0 5px;
    animation: up-down infinite 1s ease-in;
}

@keyframes up-down{
    0%{
        margin: 10px 0 5px;
    }

    50%{
        margin: 5px 0 10px;
    }

    100%{
        margin: 10px 0 5px;
    }
}


/* section1 */
#section1{
    background-image: url(../images/main_sec2_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main_section2{
    width: 100%;
    padding-top: 100px;
    box-sizing: border-box;
}

.doctor_box{
    width: 100%;
    height: 65vh;
    display: flex;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
}

.doctor_img{
    width: 40%;
    height: 100%;
}

.doctor_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.doctor_text{
    width: 60%;
    height: 100%;
    padding-left: 8%;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

.doctor_text>img{
    position: absolute;
    right: -10px;
    bottom: -30px;
}

.d_name{
    width: 100%;
    display: flex;
    align-items: baseline;
    font-size: 22px;
    color: #222;
    font-family: 'Pretendard-Light', sans-serif;
}

#section1.sec_on .d_name{
    opacity: 1;
    transform: translate(0);
}

#section1.sec_on .fs_text{
    opacity: 1 !important;
    transform: translate(0) !important;
}

#section1.sec_on .his_text{
    opacity: 1 !important;
    transform: translate(0) !important;
}

.d_name span{
    font-size: 48px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-left: 10px;
}

.fs_text{
    width: 100%;
    margin: 35px 0 30px;
    font-size: 50px;
    color: #248fec;
    font-family: 'InkLipquid', sans-serif;
    font-style: italic;
    line-height: 50px;
}

.his_text{
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Pretendard-Medium', sans-serif;
}

.main_morebtn{
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.main_morebtn a{
    width: 140px;
    height: 43px;
    border: 2px solid rgba(54, 54, 54, 0.5);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 16px;
    color: #555;
    font-family: 'Pretendard-Regular', sans-serif;
    transition: all 0.9s, color 0.5s;
}

.main_morebtn a:hover{
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
    box-shadow: 0 80px 0 0 rgba(54, 54, 54, 0.5) inset, 0 -80px 0 0 rgba(54, 54, 54, 0.5) inset;
}

.main_morebtn a:hover img{
    content: url(../images/arrow_icon_w.png);
}


/* section2 */
#section2{
    background-image: url(../images/main_sec3_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main_section3{
    width: 100%;
    padding-top: 100px;
    box-sizing: border-box;
}

.main_section3 .center>p{
    font-size: 42px;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
    text-align: center;
}

.main_view_box{
    width: 100%;
    height: 500px;
    margin-top: 50px;
    position: relative;
}

.main_view_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.m_v_text{
    width: 560px;
    height: 85px;
    background-color: #3783d7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
    position: absolute;
    bottom: -42.5px;
}

.main_section3 .main_morebtn{
    margin-top: 90px;
}

.main_section3 .main_morebtn a{
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    transition: all 0.9s, color 0.5s;
}

.main_section3 .main_morebtn a:hover{
    color: #333;
    font-family: 'Pretendard-Medium', sans-serif;
    box-shadow: 0 80px 0 0 rgba(255, 255, 255, 0.5) inset, 0 -80px 0 0 rgba(255, 255, 255, 0.5) inset;
}

.main_section3 .main_morebtn a:hover img{
    content: url(../images/arrow_icon_b.png);
}



/* section3 */
#section3{
    background-image: url(../images/main_sec4_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main_section4{
    width: 100%;
    padding-top: 100px;
    box-sizing: border-box;
}

.sec_title{
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.sec_title span{
    font-size: 18px;
    color: #555;
    font-family: 'Pretendard-Regular', sans-serif;
    display: block;
    margin-top: 10px;
}

.main_section4 ul{
    width: 100%;
    margin-top: 50px;
    display: inline-block;
}

.main_section4 ul li{
    width: 25%;
    height: 290px;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#section3.sec_on .main_section4 ul li:first-child,
#section3.sec_on .main_section4 ul li:nth-child(2){
    opacity: 1;
    transform: translateY(0);
}

#section3.sec_on .main_section4 ul li:last-child,
#section3.sec_on .main_section4 ul li:nth-child(5){
    opacity: 1 !important;
    transform: translateY(0) !important;
}

#section3.sec_on .main_section4 ul li:nth-child(3),
#section3.sec_on .main_section4 ul li:nth-child(4){
    opacity: 1 !important;
    transform: translate(0) !important;
}

.main_section4 ul li:nth-child(3),
.main_section4 ul li:nth-child(4){
    width: 50%;
}

.main_section4 ul li>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition-duration: 1s;
}

.main_section4 ul li:hover>img{
    transform: scale(1.2);
}

.b_text{
    position: absolute;
    font-size: 36px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    line-height: 43px;
    top: 30px;
    left: 35px;
}

.b_text >span{
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.b_text2 >span{
    display: flex;
    align-items: center;
}

.b_text2 >span img{
    margin-right: 10px;
}

.main_section4 ul li:nth-child(3) .b_text,
.main_section4 ul li:nth-child(4) .b_text{
    font-size: 40px;
    line-height: 50px;
}

.s_text{
    font-size: 14px;
    line-height: normal;
    text-shadow: none;
    font-family: 'Pretendard-Light', sans-serif;
    margin-top: 15px;
}

.view_btn{
    width: 90px;
    height: 20px;
    position: absolute;
    bottom:25px;
    right: 25px;
}

.view_btn a{
    position: absolute;
    font-size: 13px;
    color: #fff;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    display: block;
    top: 0;
    left: 0;
}

.view_btn img{
    position: absolute;
    bottom: 0;
    right: 0;
}

.number{
    position: absolute;
    bottom: 30px;
    left: 35px;
    font-size: 44px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
}

.number span{
    display: block;
    font-family: 'Pretendard-SemiBold', sans-serif;
}


/* section4 */
#section4{
    background-image: url(../images/main_sec5_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main_section5{
    width: 100%;
    padding-top: 100px;
    box-sizing: border-box;
}

.main_section5 .sec_title{
    color: #fff;
}

.main_section5 .sec_title span{
    color: #fff;
}

.location_sec{
    width: 100%;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    align-items: center;
}

.map_box{
    width: 600px;
    height: 400px;
}

#section4.sec_on .map_box{
    opacity: 1;
    transform: translate(0);
}

#section4.sec_on .map_text{
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.root_daum_roughmap{
    width: 100% !important;
    height: 100% !important;
}

.wrap_map{
    width: 100%;
    height: 100% !important;
}

.map_img_box{
    width: 50%;
    text-align: center;
}

.map_text_box{
    width: 50%;
    background-color: #e7f5ff;
    padding: 35px 0 35px 30px;
}

.map_t{
    width: 100%;
}

.map_t:first-child{
    margin-bottom: 40px;
}

.m_t1{
    width: 100%;
    display: flex;
    align-items: center;
}

.m_t1 i{
    color: #111;
    font-size: 24px;
}

.m_t1 p{
    font-size: 22px;
    font-family: 'Pretendard-bold', sans-serif;
    margin-left: 10px;
    color: #111;
}

.m_t2{
    width: 100%;
    padding: 15px 0 0 35px;
    box-sizing: border-box;
    font-size: 22px;
    font-family: 'Pretendard-Regular', sans-serif;
    color: #111;
    line-height: 30px;
}

.m_t2 p{

    font-size: 18px;
    font-family: 'Pretendard-Regular', sans-serif;
    color: #777;
}

.m_t3{
    font-size: 18px;
    line-height: 35px;
}

.m_t3 span.l_s_1{
    letter-spacing: 14px;
    margin-right: -12px;
}

.m_t3 span.l_s_2{
    letter-spacing: 2px;
}

.m_t3 span.l_s_3{
    letter-spacing: 1px;
}

.blue_text{
  color: #248fec;
}




















/* pc */
@media screen and (min-width: 1025px) and (max-width: 1700px){

    /* section1 */
    .d_name{
        font-size: 18px;
    }

    .d_name span{
        font-size: 30px;
    }

    .fs_text{
        margin: 20px 0 15px;
        font-size: 35px;
        line-height: 40px;
    }


    /* section2 */
    .main_view_box{
        height: 380px;
        margin-top: 30px;
    }

    .m_v_text{
        height: 70px;
        bottom: -35px;
    }

    .main_section3 .main_morebtn{
        margin-top: 70px;
    }


    /* section3 */
    .main_section4 ul{
        margin-top: 30px;
    }

    .main_section4 ul li{
        height: 200px;
    }

    .b_text{
        font-size: 30px;
        line-height: 38px;
        top: 20px;
        left: 25px;
    }

    .main_section4 ul li:nth-child(3) .b_text,
    .main_section4 ul li:nth-child(4) .b_text{
        font-size: 30px;
        line-height: 38px;
    }

    .s_text{
        margin-top: 10px;
    }

    .number{
        bottom: 20px;
        left: 25px;
        font-size: 30px;
    }


    /* section4 */
    .location_sec{
        margin-top: 50px;
    }

    .map_img_box{
        width: 55%;
        height: 50vh;
    }

    .map_text_box{
        width: 45%;
    }

}
