/* main_banner */
.main_before{height: 0px; width: 100%;}
h2{
    font-family: 'LeferiPointBlack';
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    margin-bottom: 80px;
}
h2 >img{
    width: 40px;
}
h2 em{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    opacity: 0.4;
    
}
h2 strong{font-size: 50px;font-weight: 800;}
h2 strong i{font-weight: 300;}
/* h2 strong b{color: #C8B398;} */
h2 p{
    margin-top: 20px;
    color: #666;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* con1 */
.con1{
    background: url('../img/doctor_bg.png') no-repeat 50% 50% / cover;
    background-attachment: fixed;
    position: relative;
}
.txt_bg{
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    font-size: 7vw;
    font-weight: bold;
    color: transparent;
    color: #262626;
    /* -webkit-text-stroke: 1px #abc84c;  */
    text-transform: uppercase;
    white-space: nowrap;
    box-sizing: border-box;
    overflow: hidden;
    opacity: .06;
}
.txt_bg i{color: #33a6d1;}
.flowing-text {
    display: inline-block;
    animation: text-to-left  55s linear infinite;
}
/*왼쪽에서 오른쪽으로 텍스트가 흐르는 애니메이션*/
@keyframes text-to-right {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0%);
    }
}
/*오른쪽에서 왼쪽으로 텍스트가 흐르는 애니메이션*/
@keyframes text-to-left {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

.doctor_slider_wrap .doctor_li>*{width: 100%;}
.doctor_slider_wrap .swiper-button-next,
.doctor_slider_wrap .swiper-button-prev{
    color: #33a6d1;
    /* background: #33a6d1; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    /* padding: 10px; */
    overflow: hidden;
}
.doctor_slider_wrap .swiper-button-next:after, 
.doctor_slider_wrap .swiper-button-prev:after{
    font-size: 25px;
}
.doctor_slider_wrap .swiper-button-next,
.doctor_slider_wrap .swiper-button-prev{
    top: calc( 50% + 70px) ;
}
.doctor_top{
    padding: 50px 100px ;
    display: flex;
    align-items: center;
    gap: 40px;
    font-family: 'LeferiBase';
    line-height: 1.2;
}
.doctor_name{
    font-size: 40px;
    display: flex;
    align-items: flex-end;
    gap: 15px;
}
.doctor_name b{
    font-weight: 700;
    color: #11376b;
}
.doctor_name i{
    font-size: .45em;
    
}
.doctor_more{
    background: #fff;
    border: 1px solid #33a6d1;
    padding: 7px 14px;
    font-size: 18px;
    color: #33a6d1;
    cursor: pointer;
    transition: .3s;
}
.doctor_more:hover{
    background: #33a6d1;
    color: #fff;
}
.doctor_txt_wrap{
    background: #fff;
    border: 1px solid #cccccc;
    padding: 50px 100px;
    position: relative;
    font-size: 20px;
    font-family: 'LeferiPointWhite';
}
.doctor_txt_wrap li:not(:last-child){
    margin-bottom: 10px;
}
.doctor_img_wrap{
    position: absolute;
    bottom: 0;
    right: 100px;
    line-height: 0;
    width: 30%;
    max-height: calc( 100% + 150px);
}
/*  */
.doctor_view.on{display: block;}
.doctor_view{
    display: none;
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;

    width: 90%;
    max-width: 600px;
    height: 70vh;
    transform: translate(-50%, -50%);
    font-family: 'LeferiBase';
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.doctor_view .closeButton{
    line-height: 1;
}
.doc_view_li>li{display: none;overflow-y: scroll; height: 100%;
    width: 100%;}
.doc_view_li>li.on{display: block;}
.doc_view_li{
    
    height: 100%;
    width: 100%;
}
.doctor_tit{
    background: url('../img/doctor_view_bg.png') no-repeat 50% 50% / cover;
    padding: 50px 6%;
    color: #fff;
    font-size: 50px;
    font-family: 'LeferiPointBlack';
    display: flex;
    flex-direction: column;
}
.doctor_tit img{max-width: 320px;width: 70%;}
.doc_name_wrap{
    background: url('../img/doctor_logo_bg.png') no-repeat 50% 50% / cover;
    width: 100%;
    aspect-ratio: 1/1;
    padding: 50px 6% 0;
    display: flex;
}
.doc_name{
    flex-shrink: 0;
    align-self: center;
    transform: translateY(-100%);
}
.doc_name b{
    font-size: 46px;
    font-weight: 700;

}
.doc_name i{
    font-size: 18px;
    font-weight: 400;
}
.doc_img{
    align-self: flex-end;
    line-height: 0;
}
.doc_txt_wrap{
    padding: 50px 6%;
    font-size: 18px ;
    color:#666666;
}
.doc_txt_wrap .doc_tit{
    background: linear-gradient(-45deg, #004277, #00aec9) ;
    display: inline-block;
    color: #fff;
    padding: 5px 3%;
    font-weight: 700;
    font-size: 25px;
    border-radius: 30px;
    margin-bottom: 20px;
}
.doc_txt_wrap ul:not(:last-child){
    margin-bottom: 40px;
}
.doc_txt_wrap li:not(:last-child){
    margin-bottom: 5px;
}


/* con2/수액치료 소개 */
.con2_1{
    background: url('../img/con2_bg.png') no-repeat 50% 50% / cover;
    background-attachment: fixed;
}
.c2_grid {
    display: grid;
	grid-template-areas:
		"tit a"
		"tit b"
		"tit c"
		"tit d"
		"tit e";
    gap: 10px;
    align-items: stretch;
}
.c2_grid .item {
    background: #fff;
    overflow: hidden;
}
.c2_grid .item a:hover {
    background: #ecf7fb;
}
.c2_grid .item a{
    transition: background .3s;
    background: #fff;
    padding: 10px;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.item.tit{
    grid-area: tit;
    padding: 70px;
    background: #fff url('../img/c2_grid_bg.png') no-repeat 100% 100% / 90%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}
.item.tit b{
    font-family: 'LeferiPointBlack';
    font-size: 55px;
}
.item.tit .bot img{
    max-width: 60px;
}
.item.tit .bot i{
    font-family: 'LeferiBase';
    font-size: 20px;
    font-weight: 400;
    display: block  ;
    color: #33a6d1;
    margin-top: 30px;
    line-height: 2;
}
.item.a{
    grid-area: a;
    border-radius:  0 0 0 20px ;
}
.item.b{
    grid-area: b;
    border-radius: 20px 0 0  20px ;
}
.item.c{
    grid-area: c;
    text-align: left;
    border-radius: 20px 0 0  20px ;
}
.item.d{
    grid-area: d;
    border-radius: 20px 0 0  20px ;
}
.item.e{
    border-radius: 20px 0 0  0 ;
    grid-area: e;
}

.c2_a_tit{
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.c2_a_tit i{
    font-family: 'LeferiPointWhite';
    font-size: 20px;
}
.c2_a_tit b{
    font-family: 'LeferiPointBlack';
    font-size: 40px;
}
.m2_btn_arr{
    /* justify-self: flex-end; */
    /* position: absolute; */
    /* right: 20px;
    top: 50%; */
    line-height: 0;
    display: flex;
    justify-content: flex-end;
    gap: 0;
}
.m2_btn_arr img{
    width: 20px;
    line-height: 0;
    /* transform: translateY(-50%); */
    /* max-width: .6em; */
    animation: opa .8s linear infinite alternate;
}
.m2_btn_arr img:nth-of-type(2){animation-delay: .2s;}
.m2_btn_arr img:nth-of-type(3){animation-delay: .2s;}
@keyframes opa {
    0%{
        opacity: 40%;
    }
    50%{
        opacity: 70%;
    }
    100%{
        opacity: 100%;
    }
}
/* article */
article{
    background: #fff url('') no-repeat 100% 50% / cover ;
    background-attachment: fixed;
}
article#a1{background-image: url('../img/a1_bg.png');}
article#a2{background-image: url('../img/a2_bg.png');}
article#a3{background-image: url('../img/a3_bg.png');}
article#a4{background-image: url('../img/a4_bg.png');}
article#a5{background-image: url('../img/a5_bg.png');}
.artic_tit{
    display: flex;
    gap: 80px;
    margin-bottom: 50px;
}
h3{
    font-family: 'LeferiPointBlack';
    font-size: 47px;
    flex: 5;
}
h3>*{
    display: block;
    padding-left: calc( calc(100vw - 1280px) / 2);
}
.artic_tit p{
    flex: 7;
}
.artic_tit p>*{
    display: block;
    padding-right: calc( calc(100vw - 1280px) / 2);
}
.artic_flex{
    display: flex;
    align-items: center;
    gap: 80px;
}
.artic_img_wrap{
    flex: 5;
    line-height: 0;
    border-radius: 0 50px 50px 0;
    overflow: hidden;
}
.artic_txt_wrap{
    flex: 7;
    padding: 50px 0;
}
.artic_txt_wrap .inner{
    padding-right: calc( calc(100vw - 1280px) / 2);
}
h4{
    font-family: 'LeferiBase';
    font-weight: 700;
    color: #11376b;
    font-size: 36px;
    margin-bottom: 20px;
}
.artic_txt_wrap h4:not(:first-child){
    margin-top: 50px;
}
.grid_3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    font-family: 'LeferiBase';
    font-weight: 400;
    font-size: 20px;
    max-width: 600px;
}
.grid_3 li{
    background: #fff;
    border: 1px solid #39bac9;
    color: #39bac9;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    text-align: center;
}
.check_ul{
    font-family: 'LeferiPointWhite';
    font-size: 20px;
}
.check_ul li{
    display: flex;
    gap: 20px;
    align-items: flex-start;
    line-height: 1.2;
}
.check_ul li::before{
    line-height: 0;
    content: '';
    flex-shrink: 0;
    width: 1.2em;
    aspect-ratio: 1/1;
    background: url('../img/check.png') no-repeat 50% 50% / contain;
}
.grid_2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 500px;
}
/* con3 */
.con3{
    background: url('../img/c3_bg.png') no-repeat 50% 50% / cover;
    background-attachment: fixed;
}
.c3_tab{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    font-family: 'LeferiBase';
    font-weight: 400;
    font-size: 20px;
    max-width: 900px;
    margin-bottom: 30px;
}
.c3_tab li:hover,
.c3_tab li.on{
    background: #33a6d1;
    color: #fff;
}
.c3_tab li {
    cursor: pointer;
    background: #fff;
    border: 1px solid #33a6d1;
    color: #33a6d1;
    border-radius: 30px;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    flex-grow: 0;
    transition: .3s;
}
.c3_swiper_wrap.swiper{overflow: visible;}
.c3_swiper_wrap .c3_li{
    background: #fff;
    border: 1px solid #b3b3b3;
    padding: 50px;
    border-radius: 0 0 50px 0;
    display: flex;
    gap: 40px;
}
.c3_txt{
    flex: 5;
}
.c3_img{
    flex: 7;
    line-height: 0;
}
.c3_txt h4:not(:first-child){
    margin-top: 30px;
}
.c3_txt .check_ul li:not(:last-child){
    margin-bottom: 15px;
}
.c3_txt .check_ul li::before{
    background-image: url('../img/check2.png') ;
}
/* con4  */
.con4{position: relative;}
.con4 .txt_bg{bottom: 0;top: auto;line-height: 1;}
.equipment_wrap{
    display: grid;
    grid-template-columns:repeat(2,1fr) ;
    gap: 40px;
}
.equipment{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.equipment .tit{
    font-family: 'LeferiBase';
    font-weight: 700;
    font-size: 36px;
    color: #11376b;
    margin: 10px 0;
    border-bottom: 0.5px solid #00000075;
    width: 100%;
    padding-bottom: 10px;
}
.equipment i{
    font-family: 'LeferiPointWhite';
    font-size: 20px;
}
/* 둘러보기 */
.tour_wrap{
    background: url('../img/c5_bg.png') no-repeat 50% 50% / cover;
    background-attachment: fixed;
    position: relative;
}

.tour_wrap .swiper-slide{
    width: auto;
    height: auto;
    line-height: 0;
    aspect-ratio: 4/3;
    /* max-width: 60%; */
}
.tour_wrap .swiper-slide-active{
    z-index: 30 ;
}
.tour_wrap   .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    filter: brightness(0.8);
    object-fit: cover;
    /* padding: 50px 0; */
    padding: 50px 0;
    transition: padding .5s;
}
.tour_wrap .swiper-slide-active img {
    /* width: 41.5rem !important; */
    /* height: 28.9375rem !important; */
    /* width: 120%; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: unset !important;
    padding: unset !important;
    /* box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.22),
    0px 5px 14px 0px rgba(0, 0, 0, 0.18); */
}
.tour_wrap .swiper-button-prev, 
.tour_wrap .swiper-rtl .swiper-button-next {
    left: 18%;
}
.tour_wrap  .swiper-button-next,
.tour_wrap  .swiper-rtl .swiper-button-prev{
    right: 18%;
}
.tour_wrap .swiper-button-next,
.tour_wrap .swiper-button-prev{
    color: #fff;
}
.tour_wrap .swiper-button-next:after, 
.tour_wrap .swiper-button-prev:after{
    font-size: 30px;
}
/*  */
.con6{
    background: url('../img/c6_bg.png') no-repeat 50% 50% / cover;
    background-attachment: fixed;
    font-family: 'LeferiBase';
    font-weight: 700;
}
.map_wrap .root_daum_roughmap .cont{
    display: none;
}
.map_wrap .root_daum_roughmap .wrap_controllers{
    display: none;
}
.map_wrap .root_daum_roughmap .wrap_map{
    width: 100%;
    height: 100%;
}
.map_wrap .root_daum_roughmap{
    width: 100%;
    height: 100%;
}
.map_flex{
    display: flex;
    gap: 40px;
}
.map_flex>*{width: 100%;}

.map_tit{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    font-size: 30px;
    line-height: 1.2;
}
.map_tit::before{
    content: '';
    width: 1.2em;
    aspect-ratio: 1/1;
    background: url('../img/map_tit_way.png')no-repeat 50% 50% / contain;
}
.map_tit.way::before{background-image: url('../img/map_tit_way.png');}
.map_tit.tel::before{background-image: url('../img/map_tit_tel.png');}
.map_tit.time::before{background-image: url('../img/map_tit_time.png');}
.map_txt hr{
    margin: 30px 0;
}
.map_txt ul{
    margin-top: 20px;
    padding-left: 50px;
}
.map_txt ul li{
    opacity: 0.85;
    display: flex;
    gap: 40px;
    align-items: start;
    margin-bottom: 10px;
    font-size: 25px;
}
.map_txt ul li b{font-weight: 400   ;}
.map_txt ul li span{
    flex-shrink: 0;
    width: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.map_flex .box{
    background: #fff url(../img/map_bg_bus.png) no-repeat 100% 100% / contain;
    border: 1px solid #39bac9;
    padding: 30px;
    font-size: 25px;
    border-radius: 0 0 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 50px;
}
.map_flex .box_tit{
    color: #39bac9;
    margin-bottom: 15px;
    font-size: 30px;
}
.map_flex .box i{font-weight: 400;}
.map_flex .box:last-child{
    border-color: #11376b;
    background-image:url(../img/map_bg_car.png) ;
}
.map_flex .box:last-child .box_tit{
    color: #11376b;
}












/* site_bg */
.site_bg.on{
    display: block;
}
.site_bg{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999999;
}
.site_popup{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    max-width: 1000px;
    width: 90%;
    height: 80%;
    position: relative;
    
}
.closeButton:hover{
    background-color: #c1272d;
}
.closeButton{
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 2rem;
    font-weight: 600;
    background: #333;
    color: #fff;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
}
/* 개인정보처리방침 */
.site_tab{
    width: 100%;
    padding: 2rem;
    margin: 0 auto;
    max-width: 1500px;
    font-size: 2.0rem;
    line-height: 1.7em;
    font-weight: 400;
    word-break: keep-all;
    color: #272727;
    height: 100%;
    overflow-y: scroll;
}
.site_tab>li.on{
    display: block;
}
.site_tab>li{
    display: none;
}
.site_tab h6 {
    /* height: 30px; */
    line-height: 2;
    padding-left: 0px;
    font-size: 2.6rem;
    margin-bottom: 15px;
    color: #000;
    font-weight: normal;
}
.site_tab h4 {
    font-size: 4.5rem;
    font-weight: 800;
    text-align: center;
    margin: 5rem 0;
    line-height: 1.5;
    display: block;
}
.site_tab h4::before{display: none;}
/* 비급여 */
.time_wrap table {
    line-height: 1.5;
    text-align: center;
    font-size: 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    color: #000;
    font-weight: 700;
    border: 1px solid rgba(0,0,0,0.2);
    border-left: 0;
}
table, td {
    border-spacing: 0px;
    padding: 0px;
}
.time_wrap table tr td {
    padding: 10px;
    border-left: 1px solid rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
tr.bg td{
    background: rgba(0,0,0,0.1);
}
tr.bg2 td{
    background: rgba(35,104,196,0.2);
    font-family: 700; 
}