.section{
    width: 100%;
}

.center{
    width: 90%;
}


/* section0 */
.main_section1{
    width: 100%;
    height: 70vh;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
}

.v_0{
    width: 100%;
    height: 70vh;
}

.v_1{
    width: 100%;
    height: 70vh;
}

.v_2{
    width: 100%;
    height: 70vh;
}

.v_3{
    width: 100%;
    height: 70vh;
}

.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: 250px;
    margin-bottom: 20px;
    text-align: center;
}

.mt01{
    font-size: 10px;
    color: #fff;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    letter-spacing: 2px;
    margin-left: 2px;
    margin-bottom: 5px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.mt02{
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    font-family: 'Pretendard-Light', sans-serif;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.mt03{
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-family: 'Pretendard-Bold', sans-serif;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.mt03 span{
    color: #133c8b;
}

.main_sec1_img2{
    margin-top: 20px;
}

.main_sec1_img ul{
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_sec1_img ul span{
    font-size: 10px;
    color: #fff;
    margin: -15px 10px 0;
    font-family: 'Pretendard-Thin', sans-serif;
}

.main_sec1_img ul li{
    width: 60px;
    text-align: center;
    cursor: pointer;
}

.main_sec1_img ul li img{
    width: 100%;
    display: block;
}

.main_sec1_img ul li p{
    font-size: 12px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-top: 5px;
}

.scroll{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.scroll p{
    font-size: 10px;
    color: #fff;
    font-family: 'Pretendard-Light', sans-serif;
}

.scroll img{
    width: 15px;
    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: 50px 0;
}

.doctor_box{
    width: 100%;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 30px 15px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.doctor_box>img{
    width: 90%;
    position: absolute;
    right: -10px;
    bottom: -20px;
}

.doctor_img{
    width: 60%;
    margin: 0 auto;
}

.doctor_img img{
    width: 100%;
}

.doctor_text{
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
}

.d_name{
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-size: 16px;
    color: #222;
    font-family: 'Pretendard-Light', sans-serif;
}

.d_name span{
    font-size: 26px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-left: 10px;
}

.fs_text{
    width: 100%;
    margin: 15px 0;
    font-size: 8vw;
    color: #248fec;
    font-family: 'InkLipquid', sans-serif;
    font-style: italic;
    line-height: 9.5vw;
    text-align: center;
}

.his_text{
    width: 100%;
    font-size: 3vw;
    line-height: 5.5vw;
    font-family: 'Pretendard-Medium', sans-serif;
}

.main_morebtn{
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.main_morebtn a{
    width: 100px;
    height: 35px;
    border: 2px solid rgba(54, 54, 54, 0.5);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #555;
    font-family: 'Pretendard-Regular', sans-serif;
}

.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: 50px 0;
}

.main_section3 .center>p{
    font-size: 24px;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
    text-align: center;
}

.main_view_box{
    width: 100%;
    height: 25vh;
    margin-top: 20px;
    position: relative;
}

.main_view_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.m_v_text{
    width: 90%;
    height: 50px;
    background-color: #3783d7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3vw;
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
    position: absolute;
    bottom: -25px;
}

.main_section3 .main_morebtn{
    margin-top: 55px;
}

.main_section3 .main_morebtn a{
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}


/* 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: 50px 0;
}

.sec_title{
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.sec_title span{
    font-size: 3.5vw;
    color: #555;
    font-family: 'Pretendard-Regular', sans-serif;
    display: block;
    margin-top: 5px;
}

.main_section4 ul{
    width: 100%;
    margin-top: 30px;
    display: inline-block;
}

.main_section4 ul li{
    width: 50%;
    height: 140px;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.main_section4 ul li:nth-child(3),
.main_section4 ul li:nth-child(4){
    width: 100%;
}

.main_section4 ul li>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.b_text{
    position: absolute;
    font-size: 20px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    line-height: 28px;
    top: 10px;
    left: 15px;
}

.b_text >span{
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.b_text2 >span{
    display: flex;
    align-items: center;
}

.b_text2 >span img{
    width: 15px;
    margin-right: 5px;
}

.main_section4 ul li:nth-child(3) .b_text,
.main_section4 ul li:nth-child(4) .b_text{
    font-size: 20px;
    line-height: 28px;
}

.s_text{
    font-size: 12px;
    line-height: normal;
    text-shadow: none;
    font-family: 'Pretendard-Light', sans-serif;
    margin-top: 5px;
    word-break: keep-all;
    line-height: 15px;
}

.view_btn{
    width: 90px;
    height: 20px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.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: 10px;
    left: 15px;
    font-size: 5vw;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
}

.number span{
    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: 50px 0;
}

.main_section5 .sec_title{
    color: #fff;
}

.main_section5 .sec_title span{
    color: #fff;
}

.location_sec{
    width: 100%;
    margin-top: 30px;
    background-color: #fff;
}

.location_sec img{
    width: 100%;
}

.map_box{
    width: 100%;
    height: 200px;
}

#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{

    text-align: center;
}

.map_text_box{

    background-color: #e7f5ff;
    padding: 20px 20px;
}

.map_t{
    width: 100%;
}

.map_t:first-child{
    margin-bottom: 30px;
}

.m_t1{
    width: 100%;
    display: flex;
    align-items: center;
}

.m_t1 i{
    color: #111;
    font-size: 16px;
}

.m_t1 p{
    font-size: 16px;
    font-family: 'Pretendard-bold', sans-serif;
    margin-left: 5px;
    color: #111;
}

.m_t2{
    width: 100%;
    padding: 15px 0 0 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'Pretendard-Light', sans-serif;
    color: #111;
    line-height: 24px;
}
.m_t2 p{

    font-size: 12px;
    font-family: 'Pretendard-Regular', sans-serif;
    color: #777;
}

.m_t3{
    font-size: 14px;
    line-height: 28px;
}

.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;
}
