@font-face {
    font-family: 'kdg_Medium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts-20-12@1.0/kdg_Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.sub_banner h2{
    font-family: 'Paperlogy';
    position: relative;
    font-size: 57px;
    color: #fff;
    font-weight: 800;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    line-height: 1.5;
    text-align: center;
}
.sub_banner h2::after{
    content: '환자의 통증을 공감하며, 진심을 다하는 진료를 합니다.';
    font-size: 25px;
    font-weight: 400;
}
/* tab */
.sub_tab_wrap{
    font-family: 'Paperlogy';
    background: #eff2f4 ;
    height: 65px;  
    text-align: center;  
}
.sub_tab_wrap .content_inner{height: 100%;}
.sub_tab{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 25px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
}
.sub_tab li{width: 100%;height: 100%;}
.sub_tab li a{
    display: inline-block;
    width: 100%;height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
    padding: 5px 10px;
}
.sub_tab li:hover,
.sub_tab li.on{
    background: #004277;
    color: #fff;
    font-weight: 700;
}

.sub_banner{
    width: 100%; 
    height: 50rem;
    position: relative;
    overflow: hidden;
    z-index: 3;
}
.sub_banner .sub_banner_inner{
    padding: 0 4%;
    height: 100%; width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub_banner.sub1 .sub_bg{background:  url("../img/sub1.png") no-repeat center center / cover;}
.sub_banner.sub2 .sub_bg{background:  url("../img/sub2.png") no-repeat center center/ cover;}
.sub_banner.sub3 .sub_bg{background:  url("../img/sub3.png") no-repeat center center/ cover;}
.sub_banner.sub4 .sub_bg{background:  url("../img/sub4.png") no-repeat center center/ cover;}
.sub_banner .sub_bg{
    content: '';
    position: absolute;
    z-index: -1;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-size: cover;
    /* filter: blur(3px); */
    animation: animatedBackground 1s forwards cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
@keyframes animatedBackground {
    0%{transform: translateX(-30px)scale(1);}
    100%{transform: translateX(0px)scale(1.03);}
}

.sub_banner .sub_banner_name{
    font-family: 'Paperlogy';
    text-transform: uppercase;
    line-height: 0.7;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    white-space : nowrap; 
    font-size: 7.5vw;
    font-weight: 800;
}

/* m1_1 */
.m1_1{
    position: relative;
    background: url('../img/m11_bg.png') no-repeat 50% 50% / cover;
}

h3{
    font-size: 55px;
    font-weight: 800;
    font-family: 'Paperlogy';
    display: flex;
    justify-content: center;
    Align-items: center;
    gap: 20px;
    color: #004277;
    margin-bottom: 80px;

}
h3::before{
    content: '';
    width: 1.1em;
    aspect-ratio: 1/1;
    background: url('../img/main_tit_deco.png') no-repeat 50% 50% / contain;
}
.m11_tit_logo{
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 430px;
}
.m11_box{
    border: 1px solid #cccccc;
    padding: 10px;
    font-family: 'Paperlogy';
}
.m11_box .inner_box{
    border: 1px solid #cccccc;
    background: #fff;
    padding: 30px;
    text-align: center;
}
.m11_box .tit{
    font-size: 33px;
    font-weight: 800;text-align:left;font-family: 'Pretendard';
}
.m11_box .tit i {color:#013669; }
.m11_box .tit strong { color:#f39700; }
.m11_box .tit span { font-family: 'kdg_Medium';font-weight:500;font-size:35px; }
.m11_box  em{font-size: 25px;opacity: 0.5 ;}
.m11_tit{
    font-family: 'Paperlogy';
    font-size: 28px;
    font-weight: 800;
    color:#004277 ;
    margin: 70px 0 20px;
}
.m11_tit + p{color: #4d4d4d;}
/*  */
.m1_1_1{
    background: linear-gradient( 45deg, #e0e9f0, #cdd8e2 );
}
.m1_flex{
    display: flex;
    gap: 20px;
    align-items: center;
}
.m1_flex>*{
    width: 100%;
}
.m1_img{
    line-height: 0;

}
.m1_img.botimg{
    align-self: flex-end;
    display: flex;
    align-items: flex-end;
}
.m1_img img{line-height: 0;}
/*  */
.m1_1_2{
    background: url('../img/m1_1_2_bg.png') no-repeat 50% 50% / cover;
    background-attachment: fixed;
}
.m1_txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    font-size: 35px;
    text-align: center;
    color: #fff;
}
.m1_txt img{width: 70%;max-width: 400px;}
/*  */
.m1_1_3{
    background: url('../img/m1_1_3_bg.png') no-repeat 50% 50% / cover;
    background-attachment: fixed;
}
.m1_flex.right_img{
    flex-direction: row-reverse;
}
/*  */
.m1_1_4{
    background: url('../img/m1_1_4_bg.png') no-repeat 50% 50% / cover;
    background-attachment: fixed;
}
.m1_1_4 .m1_img{
    position: relative;
}
.m1_1_4 .m1_img .txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 100px;
    font-weight: 800;
    font-family: 'Paperlogy';
}
/*  */
.m1_1_5{position: relative;}
.m1_1_5::after{
    content: '';
    position: absolute;
    z-index: -1;
    left: 0; bottom: 0;
    width: 100%; height: 60%;
    background: url('../img/m1_1_5_bg.png') no-repeat 50% 50% / cover;
    background-attachment: fixed;
}
/*  */
.new_1_1{
    background: url('../img/new_1_1_bg.png') no-repeat 50% 50% / cover;
    background-attachment: fixed;
}
.triangle_wrap{
    font-family: 'Paperlogy';
    position: relative;
    width: 100%;
    height: 100%;
    background: url('../img/triangle_bg.png') no-repeat 50% 50% / contain;
}
.triangle{
    position: relative;
    width: 40%;
    margin: 200px auto 0;
    aspect-ratio: 1/1;
    background: url('../img/triangle.png') no-repeat 50% 50% / contain;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 55px;
    font-weight: 800;
    color: #004277;
}
.triangle>b{
    transform: translateY(70px);
}
.tri_box{
    position: absolute;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.tri_box.top{
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
}
.tri_box.left{
    bottom: 0;
    left: 0%;
    transform: translate(-110%, 0%);
}
.tri_box.right{
    bottom: 0;
    right: 0%;
    transform: translate(110%, 0%);
}
.tri_box .tit{
    font-size: 45px;
    font-weight: 800;
    color: #004277;
    white-space: nowrap;
}
.tri_box .tit em{color: #009892;}
.tri_box i{
    color: #4d4d4d;
    font-size: 25px;
    font-weight: 500;
}
.tri_tit{
    font-size: 40px;
    font-family: 'Paperlogy';
    color: #004277;
    font-weight: 800;
    margin-bottom: 30px;
}
.tri_1 .img_wrap{
    position: relative;
}
.tri_1 .img_wrap .bg {
    position: absolute;
    right: 50%;
    top: 0;
    transform: translate(-50%, 0) scale(2);
    opacity: 0.15;
    z-index: -1;
}
.tri_1 .right_img .img_wrap .bg {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(50%, 0) scale(2);
    opacity: 0.15;
}
.tri_1 p{color: #4d4d4d;font-weight: 400;}
.tri_1 p:not(:last-child){
    margin-bottom: 15px;
}
.tri_2{
    background: rgba(255, 206, 1, 3%);
}
/* m1_2 */
.m1_2{
    background: url('../img/c2_logo_bg.png') no-repeat 90% 10% / 20%;
}
.m12_tit i{color: #004277;}
.m12_tit{
    text-align: center;
    font-family: 'Paperlogy';
    font-size: 40px;
    font-weight: 700;
}
.con2_bg{
    background: #f4f4f4;
    margin-right: calc(calc( 100% - 1520px) / 2);
    padding-left: calc(calc( 100% - 1520px) / 2);
    border-radius: 0 100px 0 0;
    /* color: #FFF; */
}
.con2_bg.doc2{
    background: rgba(0, 152, 146, 6%);
}
.con2_bg.doc3{
    background: rgba(0, 66, 119, 6%);
}
.schedule_table{
    width: 100%;
    font-family: 'Paperlogy';
    margin-top: 30px;
    padding-right: 30px;
}
.schedule_table th{
    background: #003668;
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
    background-color: #f7f7f7;
    border-top: 2px solid #009892;
}
.schedule_table td{
    background: #fff;
    border-bottom: 1px solid #f7f7f7;
    font-size: 18px;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}
.schedule_table td::before{
    border-radius: 50%;
}
.schedule_table .medical.s::before{content: '시술';}
.schedule_table .medical::before{
    content: '';
    display: block;
    margin: auto;
    width: 22px;
    aspect-ratio: 1/1;
    background: #004277;
}
.schedule_table .off::before{
    content: '';
    
}

.con2_bg .container{
    /* max-width: 1520px;
    display: flex;
    gap: 4rem;*/
    max-width: 1000px;
    display: flex;
    gap: 4rem;margin:0px auto;
}
.c2_left{
    width: 100%;
    flex: 2;
    position: relative;
    line-height: 0;
    aspect-ratio: 5/5;
}
.c2_left img {
    max-height: 110%;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: auto;
    max-width: 450px;
    transform: translateX(-50%);
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
}
.c2_right{
    width: 100%;
    flex: 3;
    padding: 5rem 0;
}

.doctor_name{
    line-height: 1;
    font-size: 25px;
    font-weight: 500;
    color: #00a89b;
    display: flex;
    align-items: end;
    gap: 10px;
    font-family: 'Paperlogy';
    margin-bottom: 50px;
}
.doctor_name em{
    font-size: 1.5em;
    color: #000;
    font-weight: 700;
}
.doctor_ul_wrap{
    display: flex;
    gap: 4rem;
    font-size: 20px;
    color: #4d4d4d;
}
.doctor_ul_wrap li{
    display: flex;
    gap: 10px;
}
.doctor_ul_wrap li:not(:last-child){margin-bottom: 7px;}
.doctor_ul_wrap li::before{
    content: '‧';
}
/*  */
.m1_3{
    background: url(../img/new_1_1_bg.png) no-repeat 50% 50% / cover;
    background-attachment: fixed;
}
.tour_swiper .swiper-slide{
    width: auto;
    height: auto;
    line-height: 0;
    max-width: 60%;
}
.tour_pagination{
    text-align: center;
    margin-top: 50px;
}
.tour_pagination .swiper-pagination-bullet-active{
    background: #009892;
}
/* m2 */
.m2_logo_bg{
    background: url('../img/m2_logo_bg.png') no-repeat 0% 100% / 45%;
}
.flex_wrap{
    display: flex;
    align-items: center;
    gap: 40px;
}
.flex_wrap.right_img{ flex-direction: row-reverse; }
.flex_wrap>*{width: 100%;}
h4{
    font-family: 'Paperlogy';
    color: #004277;
    font-weight: 700;
    font-size: 46px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
h4 b i{color: #009892;}
h4::before{
    content: '153 Orthopedic Clinic';
    font-size: 18px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.6);
}
.m22_bg{
    background: url('../img/m22_bg.png') no-repeat 50% 50% / cover;
}
.m22_ul li:not(:last-child){margin-bottom: 45px;}
.m22_ul li{
    display: flex;
    gap: 20px;
    font-size: 25px;
    background: rgba(0, 66, 119, 0.1);
    border-radius: 30px;
    overflow: hidden;
}
.m22_ul li span{
    font-family: 'Paperlogy';
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 390px;
    border-radius: 30px;
    overflow: hidden;
    background: #004277;
    color: #fff;
    padding: 5px;
    font-weight: 600    ;
}
.m22_ul li em{
    padding: 5px;
    color: #4d4d4d;
}
.m22_img {margin-top: 100px;}
.circle_ul{
    display: flex;
    justify-content: center;
    gap: 4rem;
    text-align: center;
}
.circle_ul.circle5{
    flex-wrap: wrap;
    gap: 8rem;
}
.circle_ul.circle5 li{
    width: 25%;
    
}
.circle_ul li{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    
}
.circle_tit{
    font-family: 'Paperlogy';
    font-size: 30px;
    font-weight: 600;
}
.m23_bg{
    background: url('../img/m23_bg.jpg') no-repeat 80% 100% / cover;
}
.m223_bg{
    background: url('../img/m223_bg.jpg') no-repeat 80% 100% / cover;
}
.m233_bg{
    background: url('../img/m2333_bg.jpg') no-repeat 60% 100% / cover;
}
.m243_bg{
    background: url('../img/m243_bg.jpg') no-repeat 60% 100% / cover;
}
.m25_bg{
    background: url('../img/m25_bg.jpg') no-repeat 60% 100% / cover;
}
.m31_bg{
    background: url('../img/m31_bg.jpg') no-repeat 60% 100% / cover;
}
.m32_bg{
    background: url('../img/m32_bg.jpg') no-repeat 60% 100% / cover;
}
.m33_bg{
    background: url('../img/m33_bg.png') no-repeat 60% 100% / cover;
}
.m34_bg{
    background: url('../img/m34_bg.jpg') no-repeat 60% 100% / cover;
}
.check_ul{
    font-size: 22px;
}
.check_ul li:not(:last-child){margin-bottom: 25px;}
.check_ul li{
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.check_ul li::before{
    content: '';
    flex-shrink: 0;
    background: url('../img/check.png') no-repeat 50% 50% / contain;
    width: 1.6em;
    aspect-ratio: 1/1;
}
.m41 .m11_box .inner_box{display: flex;justify-content: center;}
.m41 .m11_box .tit{max-width: 840px;}
/* 보유장비 */
.sub13_ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10rem 3rem;
    font-family: 'Paperlogy';
}
.sub13_ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.sub13_ul .img_wrap{
    width: 100%;
    border: 1px solid #e4e4e4;
    margin-bottom: 2rem;
    overflow: hidden;
    aspect-ratio: 1/1;
    position: relative;
    padding-top: 4px; /* 보더 공간 확보 */
}
.sub13_ul .img_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #009892 0.0001%, #004277 100%);
}
.sub13_ul .img_wrap img{
    width: 100%;height: 100%;
    object-fit: cover;
}
.sub13_ul h6{
    font-size: 2.5rem;
    font-weight: 700;
    color: #009892;
}
/* time_table */
main .time_table{
    display: flex;
    background: #004277;
    color: #fff;
    font-family: 'Paperlogy';
    font-weight: 600;
}
.time_table>*{width: 100%;}
.map_txt{
    padding: 8rem 4rem;
    font-size: 25px;
}
.map_txt address{font-size: 20px;font-weight: 300;}
.map_tit.tel{color: #fff;}
.map_tit{
    color:rgba(255, 255, 255, 0.5);
    font-size: 40px;
    font-weight: 700;
    margin: 20px 0;
}
.map_tit .y_line{
    padding: 0 10px;
    font-size: 0.7em;
    display: inline-block;
    background: #ffce01;
    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;
}
.map_txt li span {
    font-weight: 400;
}
.map_txt li span b{
    font-weight: 700;
    color: #00a89b;
}
main .time_table p {
    margin-top: 0;
    font-weight: 400;
    font-size: 20px;
}
.parking_wrap{
    display: flex;
    max-width: 1200px;
    margin: auto;
    gap: 50px;
    font-family: 'Paperlogy';
}
.parking_wrap .parking_mp4{
    line-height: 0;
    width: 67%;
    overflow: hidden;
}
.parking_wrap .parking_mp4 video{width: 100%;}
.parking_wrap .parking_txt{
    width: 33%;
}
.parking_box{
    color: #4D4D4D;
    border-radius: 20px;
    border: 1px solid #004277;
    padding: 25px 25px;
    
    font-size: 36px;
    margin-bottom: 30px;
}
.parking_tit{
    color: #004277;
    font-weight: 700;
}
.parking_tit i{font-size: .8em;font-weight: 500;}

.parking_box span { display:inline-block;background:#47af1b;color:#fff;padding:1px 10px;margin:15px 0px 5px 0px; }

.parking_box:nth-child(2){
    border-color: #f39700;
}
.parking_box:nth-child(2) .parking_tit{color: #f39700;}
.parking_box:nth-child(3){ color: #0062b2; }


@media (max-width: 550px) {
.parking_wrap .parking_mp4{
    width: 100%;
}
.parking_wrap .parking_txt{
    width: 100%;
}
}