/* main_banner */
    /* .main_station{
        background: url('../img/main.png') no-repeat center center / cover;
        color: #fff;
    }
    .main_station .content_inner{height: 100%;}
    .main_station .content_inner>div{
        height: 100%;
        max-width: 930px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
    }
    .main_station .t1{
        font-weight: 300;
        font-size: 30px;
        opacity: 0.6;
        margin-bottom: 3rem;
    }
    .main_station .t2{
        font-size: 4.5vw;
        font-weight: 500;
        margin: 2rem 0;
    }
    .main_station .t3{font-weight: 800;}
    .main_station .t4{
        font-size: 35px;
        opacity: 0.8;
        margin-top: 2rem;
    } */


/* sec1 */
.sec1{
    background:rgba(0, 61, 129, 0.05);
    position: relative;
}

.s1_wrap{
    display: flex;
    gap: 4rem;
    align-items: center;
}
.s1_wrap>*{
    width: 100%;
}
.s1_left_tit{
    font-family: 'Paperlogy';
    font-size: 6rem;
    font-weight: 100;
    line-height: 1.1;
}
.s1_left_tit i{font-weight: 800;}
.s1_img{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.s1_img .s1_deco{margin:3rem 0;align-self: flex-start;}
.s1_tit{
    font-size: 5rem;
    font-weight: 800;
    font-family: 'Paperlogy';
    position: relative;
}
.s1_tit i{color: #003d81;}
.s1_txt p b{color: #003d81;}
.s1_txt p {
    border-top: 1px solid #003c8156;
    border-bottom: 1px solid #003c8156;
    padding: 5rem 0;
}
.tit_marks{display: inline-block;}

/* sec3 */
h3{
    font-family: 'Paperlogy';
    font-size: 5rem;
    font-weight: 800;
    display: flex;
    flex-direction: column;
}
h3:before{
    content:'KOREA BONE ORTHOPEDICS' ;
    font-size: 20px;
    letter-spacing: 0.2em;
    font-weight: 300;
    color: #003d81;
}

/* sec4 */
/* con4/비수술 클리닉 */
.con4{position: relative;}
.con4::before{
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
    background:#003d81 ;
    /* background: #fff url('../img/c4_1.png') no-repeat 50% 50% / cover; */
}
.con4::after{
    content: 'KOREA BONE ORTHOPEDICS ';
    font-family: 'Paperlogy';
    text-transform : uppercase;
    position: absolute;
    z-index: -1;
    left: -4vw;
    bottom: 0;
    font-size:10vw;
    line-height: 1;
    font-weight: 700;
    color: rgba(160, 160, 160, 0.05);
    white-space : nowrap;
}
.c4_tit .mo_only{display: none;}
.c4_tit{
    font-size: 4.5rem;
    line-height: 1.3;
    font-family: 'Paperlogy';
}
.c4_tit i{font-weight: 800;color: #0e3767;}
.c4_tit em{
    color: #848484;
    font-size: 20px;
}
.con4_wrap{
    display: flex;
    align-items: center;
    gap: 4rem;
}
.c4_img_wrap{
    width: 50%;
    line-height: 0;
}
.c4_txt_wrap{
    width: 50%;
}
.c4_txt{
    font-size: 25px;
    opacity: 0.6;
}
.con4_wrap h4{
    font-size: 35px;
    font-weight: 800;
    margin: 3rem 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}
.con4_wrap h4 i{
    background: #ffc140;
    font-size: 20px;
    font-weight: 400;
    padding: 5px 20px;
    border-radius: 30px;
}
.c4_navi{
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-top: 30px;
}
.c4_navi .c4_pagination{
    position: relative;
    max-width: 300px;
}
.c4_navi .swiper-pagination-progressbar{background: rgba(89, 89, 89, 0.2);}
.c4_navi .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: #0e3767;}
.c4_button{
    cursor: pointer;
    display: flex;
    align-items: center;
}
.c4_button img{height: 100%;width: auto;}
/* s2 */
.s2_tit{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
.s2_tit em{
    font-family: 'Paperlogy';
    font-size: 5rem;
}
.s2_tit em i{color: #003d81;font-weight: 800;}
.s2_tit strong{opacity: 0.6;font-size: 25px;}
.y_bg{background: url('../img/s3_1_bg.png') no-repeat 50% 50% / cover;}
.b_bg{background: url('../img/s3_2_bg.png') no-repeat 50% 50% / cover;}
.s3_flex{
    display: flex;
    align-items: center;
    gap: 0;
}
.s3_img{line-height: 0;}
.s3_flex>*{width: 100%;flex: 1;}
.y_bg .s3_txt>div{
    padding-left: 4rem;
}
.b_bg .s3_txt>div{
    padding-right: 4rem;
    text-align: right;
    color: #fff;
}
.s3_txt h6{
    font-family: 'Paperlogy';
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 4rem;
}
.s3_txt h6 b{display: block;}
.s3_ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 2rem;
}
.s3_ul li{
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 22px;
    font-weight: 800;
    text-align: left;
}
.s3_ul li img{max-width: 80px; flex-shrink: 0;}
.s3_ul li i{font-size: .7em;font-weight: 300;display: block;}


/* sec5 */
.tour_pagination.swiper-pagination-progressbar{
    position: relative;
    margin-top:50px;
    background:rgba(0, 0, 0, 0.1) ;
}
.tour_pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #ffc140;
}

/* time_table */
main .time_table{display: flex;background: #002b5c;color: #fff;}
.time_table>*{width: 100%;}
.map_txt{
    padding: 8rem 4rem;
    font-size: 25px;
}
.map_tit.tel{opacity: 1;}
.map_tit{
    color:rgba(255, 255, 255, 0.45);
    font-size: 40px;
    font-weight: 700;
    margin: 20px 0;
}
.map_tit .y_line{
    padding: 0 10px;
    font-size: 0.7em;
    display: inline-block;
    background: #ffc140;
    color: #002b5c;
}
.map_txt li{
    display: flex;
    gap: 30px;
    margin-bottom: 0.5em;
}
.map_txt li em{
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    width: 110px;
}
/* 주차안내 */
.parking_wrap{
    background: rgba(0, 43, 92, 0.05);
}
.parking_flex{
    display: flex;
    gap: 4rem;
}
.parking_txt{flex: 5;}
.parking_img{flex: 7;}
.parking_txt h3+p{opacity: 0.6;}
.parking_txt ul{font-size: 25px;}
.parking_txt ul li:not(:last-child){margin-bottom: 2rem;}
.parking_txt ul b{color: #003d81;}

/* 반응형 */


@media (min-width:0px) and (max-width:1520px){
    
    
}
@media (min-width:0px) and (max-width:1280px){
    /* 임시배너*/
.main_station .t1{font-size: 20px;}
.main_station .t2{font-size: 7vw;}
.main_station .t4{font-size: 25px;}



    .s1_tit {font-size: 4.5rem;}
    .s1_wrap p {padding: 4rem 0;}
    .s1_wrap {flex-direction: column;}

    h3 {font-size: 4.2rem;}
    h3:before {font-size: 18px;}
    .s2_tit {
        gap: 1rem;
    }
    .map_tit {
        font-size: 35px;
    }
    .map_txt {
        padding: 5rem 2rem;
        font-size: 20px;
    }
    .c4_tit {
        font-size: 3.5vw;
    }
    .s2_tit em {
        font-size: 4.2rem;
    }
    .sec3 .content_inner{width: 100%;}
    .s3_flex{flex-direction: column;}
    .y_bg {
        background: none
    }
    .y_bg .s3_txt {
        background: url(../img/s3_1_bg.png) no-repeat 50% 50% / cover;
    }
    .b_bg {
        background: none
    }

    .b_bg .s3_txt {
        background: url(../img/s3_2_bg.png) no-repeat 50% 50% / cover;
    }
    .b_bg .s3_flex{flex-direction: column-reverse;}
    .y_bg .s3_txt>div {
        padding-left: 0rem;
    }
    .b_bg .s3_txt>div {
        padding-right: 0rem;
    }
    .s3_txt{padding:5rem 4rem ;}
    .b_bg .s3_txt>div{text-align: left;}
    




}
@media (min-width:0px) and (max-width:900px){
    .s1_left_tit {font-size: 6.2vw;}
    .s1_img .s1_deco {
        max-width: 30px;
    }
    .s1_tit {
        font-size: 4rem;
    }

    h3 {
        font-size: 3.8rem;
    }
    h3:before {
        font-size: 16px;
    }
    .con4_wrap{
        flex-direction: column;
    }
    .c4_txt_wrap {
        width: 90%;
    }
    .c4_img_wrap {
        width: 90%;
    }
    .con4::before {
        width: 40%;
        opacity: 0.15;
    }
    .con4::after {
        bottom: 57%;
        font-size: 15vw;
    }
    .c4_tit {
        font-size: 5.5vw;
    }
    .c4_txt {
        font-size: 22px;
        opacity: 0.8;
    }
    .con4_wrap h4 i {
        font-size: 16px;
        padding: 3px 15px;
        border-radius: 30px;
    }
    .s2_tit em {
        font-size: 7vw;
    }
    .s2_tit strong {
        opacity: 0.6;
        font-size: 3.2vw;
    }
    .s3_txt {
        padding: 5rem 2rem;
    }



    .time_table{flex-direction: column;}
    .map_txt {
        padding: 1rem 2rem 4rem;
        font-size: 18px;
    }
    .map_tit {
        font-size: 25px;
    }
    .map_txt li em {
        width: 80px;
    }

    .parking_flex{flex-direction: column;}
    .parking_txt ul {  font-size: 22px; }




}

@media (min-width:0px) and (max-width:500px){
    /* 임시배너*/
.main_station .t1{font-size: 4vw;}
.main_station .t2{font-size: 10vw;}
.main_station .t4{font-size: 4vw;}


    .s1_left_tit {
        font-size: 10vw;
    }
    .s1_img .s1_deco {
        margin: 2rem 0;
    }
    .s1_tit {font-size: 9vw;}
    .s1_wrap p {padding: 2rem 0;}
    
    h3 {
        font-size: 7.5vw;
    }
    h3::before {
        font-size: 3vw;
    }
    
    .c4_tit {
        font-size: 8vw;
    }
    .con4::after {
        bottom: 41%;
        font-size: 26vw;
        left: -10%;
    }
    .con4_wrap h4 {
        font-size: 8vw;
        margin: 2rem 0;
    }
    .c4_txt {
        font-size: 5vw;
    }
    .con4::before {
        width: 15%;
        opacity: 0.15;
    }
    .s2_tit {text-align: center;}
    .s2_tit em {
        font-size: 10vw;
    }
    .s2_tit strong {
        font-size: 5vw;
    }
    .s3_txt {
        padding: 4rem 1rem;
    }
    .s3_txt h6 {
        font-size: 7.5vw;
        margin-bottom: 3rem;
    }
    .s3_ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .s3_ul li img {
        max-width: 70px;
    }




    .map_txt {
        padding: 1rem 1rem 4rem;
        font-size: 4.3vw;
    }
    .map_tit {
        margin: 1.2rem 0;
        font-size: 6vw;
    }
    .parking_txt ul {  font-size: 5vw; }


}
@media (min-width:0px) and (max-width:360px){

    











    
}