.header{ position:fixed; z-index:30; top:0; width:100%; padding: 15px 0; background-color: #fff; border-bottom: 1px solid #eee; transition: all 0.3s;}
.header .hd_in{ display: flex; justify-content: space-between; align-items: center; width: 1400px; margin: 0 auto;}
.nav_mobile{ display: none;}
.header .nav ul{ display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
.header .nav a{ display:inline-block; font-size:22px; font-weight: 600; line-height: 1; color: #333; padding: 0px 30px; cursor: pointer;}
.header .nav a.active{ color: #9FCD4A;}
#hd .logo{ transition: all 0.3s;}
#hd.on{ padding: 10px 0; transition: all 0.3s;}
#hd.on .logo{ width: 190px; transition: all 0.3s;}
#hd.on .logo img{ width: 100%; }
@media screen and (max-width: 1279px) {
  .header{ padding: 15px 3%;}
  .header .hd_in{ width: 100%;}
  .header .nav a{ font-size:19px; padding: 10px 30px;}
  #hd .logo{ width: 180px;}
  #hd .logo img{ width: 100%; }
}
@media screen and (max-width: 1023px) {
  .header{ padding: 10px 0 0 0;}
  .header .hd_in{ display: block;}
  #hd .logo{ width: 150px; margin: 0 auto 10px auto;}
  .header .nav { display: none;}
  #hd.on{ padding: 10px 0 0 0;}
  #hd.on .logo{ width: 120px;}

  /*모바일-드롭메뉴*/
  .nav_mobile { position: relative; display: block; width: 100%; line-height:45px; color: #666; -webkit-user-select: none; -moz-user-select: none; -ms-user-select:none; user-select: none;  -webkit-touch-callout: none; border-top: 1px solid rgba(0,0,0,.1);}
  .nav_mobile .nav_tit { position: relative; z-index: 1; font-size: 20px; color: #fff;}
  .nav_mobile .nav_tit::after { display: block; content: ""; position: absolute; right: 20px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); z-index: 10; background: url(../img/main/ico_down.png) no-repeat center center; width: 11px; height: 7px;}
  .nav_mobile.is-open .nav_tit::after { background-image: url(../img/main/ico_up.png)}
  .nav_mobile.is-open ul { display: block;}
  .nav_mobile.select .nav_tit { font-weight: 700; color: #9FCD4A; padding: 0 3%; display: block;}
  
  .nav_mobile ul { display: none; position: absolute; width: 100%; background-color: rgba(0, 0, 0, 0.9); top: 45px; left: 0px; z-index: 100; height:auto !important;}
  .nav_mobile ul li { display: block !important;}
  .nav_mobile ul li a { display:block; padding: 0px 3% ; border-bottom:1px solid #322c2b; color: #fff; font-size: 18px !important; line-height: 50px;}
  .nav_mobile ul li:last-child a { border-bottom:0px;}
}
@media screen and (max-width: 767px) {
  #hd .logo{ width: 120px;}
  .nav_mobile .nav_tit { font-size: 18px;}
  .nav_mobile .nav_ar{ right: 5%;}
  .nav_mobile.select .nav_tit { padding: 0 5%;}
  .nav_mobile ul li a { padding: 0px 5%;}
}

/* 메인 슬라이더 : 처음제작
.idx_vis{ position: relative;}
.slider-wrap{ width: 100%; height: 100vh;}
.slider-wrap .visual{ width: 100%; height: 100vh; background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative;}
.slider-wrap .visual01{ background-image: url(../img/main/visual.jpg);}
.slider-wrap .visual::after{ display: block; content: ""; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); position: absolute; top: 0px; left: 0;
z-index: 1;}
.idx_vis .main_text{ width: max-content; position: absolute; top: 20%; left: 50%; transform:translateX(-50%); text-align: center; z-index: 20; font-family: 'Paperozi'; line-height: 1.2;}
.idx_vis .main_text h3{ font-size: 22px; font-weight: normal; font-weight: 400; line-height: 1.2; color: #fff; text-transform: uppercase; 
letter-spacing: 5px;  display: inline-block; border-top: 1px solid #fff; border-bottom: 1px solid #fff; padding: 8px 10px;}
.idx_vis .main_text h2{ font-size: 65px; font-weight: 700; color: #fff; margin:20px 0;}
.idx_vis .main_text h1{ font-size: 45px; font-weight: 700; color: #fff; margin-bottom: 10px;}
.idx_vis .main_text p{ font-size: 32px; font-weight: 300; color: #fff;}
.idx_vis .main_text p strong{ font-weight: 600;}

.main_dong{ position: absolute; top: 60%; left: 50%; transform:translateX(-50%); z-index: 20; width: max-content;}
.main_dong .line{ width: 1038px; height: 1px; background-color: rgba(255,255,255,0.3); position: absolute; top: 76px; left: 181px; z-index: 1;}
.main_dong ul{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
.main_dong li{ width: 310px; height: 310px; border-radius: 50%; background-color: rgba(255,255,255,.2); border: 1px solid #fff; margin: 0 20px;
padding: 70px 20px 0 20px;}
.main_dong li > span{ display: block; width: 12px; height: 12px; border-radius: 50%; background-color: #afe154; margin: 0 auto 30px auto; position: relative; z-index: 2;}
.main_dong li > p{ font-family: 'Paperozi'; font-size: 24px; color: #fff; line-height: 1.5; text-align: center;}
.main_dong li > p > strong{ font-weight: 600; color: #afe154;}

@media screen and (max-width: 1279px) {
  .slider-wrap{ height: 1200px;}
  .slider-wrap .visual{ height: 1200px;}
  .idx_vis .main_text{ top: 200px;}
  .idx_vis .main_text h3{ font-size: 20px;}
  .idx_vis .main_text h2{ font-size: 55px;}
  .idx_vis .main_text h1{ font-size: 45px;}
  .idx_vis .main_text p{ font-size: 35px;}
  .main_dong{ top: 520px; width: 80%;}
  .main_dong .line{ display: none;}
  .main_dong li{ width: 280px; height: 280px; margin: 10px 10px; padding: 50px 10px 0 10px;}
  .main_dong li > p{ font-size: 22px;}
}
@media screen and (max-width:1023px) {
  .slider-wrap{ height: 1000px;}
  .slider-wrap .visual{ height: 1000px;}
  .idx_vis .main_text h3{ font-size: 16px;}
  .idx_vis .main_text h2{ font-size: 45px;}
  .idx_vis .main_text h1{ font-size: 35px;}
  .idx_vis .main_text p{ font-size: 25px;}
  .main_dong{ top: 450px; width: 90%;}
  .main_dong li{ width: 230px; height: 230px;}
  .main_dong li > p{ font-size: 18px;}
}
@media screen and (max-width:767px) {
  .slider-wrap{ height: 850px;}
  .slider-wrap .visual{ height: 850px;}
  .idx_vis .main_text{ top: 150px;}
  .idx_vis .main_text h3{ font-size: 13px; letter-spacing: 2px;}
  .idx_vis .main_text h2{ font-size: 30px;}
  .idx_vis .main_text h1{ font-size: 25px;}
  .idx_vis .main_text p{ font-size: 20px;}
  .main_dong{ top: 350px; width: 90%;}
  .main_dong li > span{ margin: 0 auto 10px auto;}
  .main_dong li{ width: 100%; height: auto; border-radius: 30px; padding: 20px 10px; margin: 5px 0;}
  .main_dong li > p{ font-size: 18px;}
}
*/

/*페이지 전환시 깜빡거림 현상 방지*/
.slick-slider .slick-track,
.slick-slider .slick-list{
 	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition-delay: 10ms;
}

/*메인 슬라이드*/
.idx_vis2{ position: relative; padding-top: 88px;}
.idx_vis2 .slider-wrap{ width: 100%; height: 850px;}
.idx_vis2 .visual{ width: 100%; height: 850px; background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative;}
.idx_vis2 .visual::after{ display: none;}
.idx_vis2 .v01{ background-image: url(../img/main/v01.jpg);}
.idx_vis2 .v02{ background-image: url(../img/main/v02.jpg);}
.idx_vis2 .v03{ background-image: url(../img/main/v03.jpg);}
.idx_vis2 .v04{ background-image: url(../img/main/v04.jpg);}
.idx_vis2 .v05{ background-image: url(../img/main/v05.jpg);}
.idx_vis2 .v06{ background-image: url(../img/main/v06.jpg);}
.idx_vis2 .v07{ background-image: url(../img/main/v07.jpg);}
.idx_vis2 .vm{ display: none;}

.idx_vis2 .btn_more{ position: absolute; bottom: 170px; left: 50%; margin-left: -810px; width: 220px; text-align: center; border-radius: 8px; overflow: hidden; transition: all 0.3s; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);}
.idx_vis2 .v06 .btn_more{  bottom: 140px;}
.idx_vis2 .btn_more a{ display: block; background-color:#A9D161 ; line-height: 55px; font-size: 20px; font-weight: 700; color: #fff; transition: all 0.3s;}
.idx_vis2 .btn_more span{ display: inline-block; margin-left: 10px;}
.idx_vis2 .btn_more:hover{ border-radius: 0px; transition: all 0.3s;}
.idx_vis2 .btn_more:hover a{ background-color: #333; transition: all 0.3s;}

.slider-wrap2 .slick-dots{ position: absolute; bottom: 70px; left: 50%; transform: translateX(-50%); z-index: 21; display: flex;}
.slider-wrap2 .slick-dots li{ margin: 0 7px;}
.slider-wrap2 .slick-dots li > button{ width: 13px; height: 13px; border-radius: 50%; background-color: #ccc; border: 0; text-indent: -9999px; opacity:1;}
.slider-wrap2 .slick-dots li.slick-active > button{ background-color:#A9D161 ;}

/*슬라이드 팝업*/
.popup-source { display: none; }
.popup-dim { position: fixed; inset: 0; background: rgba(0,0,0,0.6); display: none; z-index: 9999;}
.popup-wrap { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 90%; max-width: 1000px; max-height: 90vh; background-color: #fff;
  border-radius: 15px; overflow-y: auto; animation: popupShow .3s ease;}
.popup-wrap::-webkit-scrollbar { width: 6px;}
.popup-wrap::-webkit-scrollbar-thumb { background: #ccc; border-radius: 10px;}
.popup-header { position: sticky; top: 0; z-index: 10;}
.popup-close { position: absolute; right: 0; top: 0; background: none; border: none; cursor: pointer; width: 60px; height: 60px; background-color: #eee;}
.popup-close span{ display: block; width: 35px; height: 2px; background-color: #333; position: absolute; left: 50%; top: 50%; pointer-events: none;}
.popup-close span:nth-of-type(1){ transform: translate(-50%, -50%) rotate(45deg);}
.popup-close span:nth-of-type(2){ transform: translate(-50%, -50%) rotate(-45deg);}
.popup-content{ padding: 70px 0;}
.popup-section .pimg img{ width: 100%;}

@keyframes popupShow {
  from {
    opacity: 0;
    transform: translate(-50%, -55%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 1279px) {
  .idx_vis2 .slider-wrap{ height: 500px;}
  .idx_vis2 .visual{ height: 500px;}
  .idx_vis2 .btn_more{ bottom: 100px; left: 3%; margin-left: 0; width: 200px;}
  .idx_vis2 .v06 .btn_more{  bottom: 50px;}
  .idx_vis2 .btn_more a{ line-height: 50px; font-size: 18px;}
  .idx_vis2 .v02 .btn_more, .idx_vis2 .v03 .btn_more, .idx_vis2 .v07 .btn_more{ bottom: 80px;}
  .slider-wrap2 .slick-dots{ bottom: 30px;}
}
@media screen and (max-width: 1023px) {
  .idx_vis2{ padding-top: 106px;}
  .idx_vis2 .slider-wrap{ height: 350px;}
  .idx_vis2 .visual{ height: 350px;}
  .idx_vis2 .btn_more{ bottom: 65px; left: 5%; width: 150px; border-radius: 5px;}
  .idx_vis2 .v06 .btn_more{  bottom: 30px;}
  .idx_vis2 .btn_more a{ line-height: 45px; font-size: 16px;}
  .idx_vis2 .v02 .btn_more, .idx_vis2 .v03 .btn_more, .idx_vis2 .v07 .btn_more{ bottom: 55px;}
  .slider-wrap2 .slick-dots{ bottom: 20px;}
  .slider-wrap2 .slick-dots li{ margin: 0 5px;}
  .slider-wrap2 .slick-dots li > button{ width: 10px; height: 10px;}
  .popup-wrap { width: 95%; max-width: 770px; border-radius: 10px;}
  .popup-content{ padding: 50px 0;}
}
@media screen and (max-width: 767px) {
  .idx_vis2{ padding-top: 97px;}
  .idx_vis2 .slider-wrap{ height: auto;}
  .idx_vis2 .visual{ height: auto; background: none; padding-bottom: 45px;}
  .idx_vis2 .vm{ display: block; width: 100%;}
  .idx_vis2 .btn_more{ bottom: 0; left: 0px; width: 100%; border-radius: 0px; box-shadow: 0;}
  .idx_vis2 .v06 .btn_more{  bottom: 0;}
  .idx_vis2 .btn_more a{ line-height: 45px; font-size: 17px; -webkit-text-size-adjust: 100%;/*ios 자동확대 끄기*/}
  .idx_vis2 .v02 .btn_more, .idx_vis2 .v03 .btn_more, .idx_vis2 .v07 .btn_more{ bottom: 0;}
  .slider-wrap2 .slick-dots{ bottom: auto; top: 5px;}
  .popup-wrap { max-width: 100%; max-height: auto;}
  .popup-close { width: 45px; height: 45px;}
  .popup-close span{ width: 25px;}
  .popup-content{ padding: 30px 0;}
}

/*컨텐츠 공통*/
.cont_pd{ padding: 130px 0;}
.cont_bg{ padding: 130px 0; background: url(../img/main/cont_bg.png) no-repeat 88% top;}
#ser_tit{ margin-bottom: 60px; text-align: center; font-family: 'Paperozi';}
#ser_tit h2{ font-size: 23px; font-weight: normal; color: #222; display: flex; align-items: center; justify-content: center;}
#ser_tit h2 > span{ font-size: 25px; font-weight: 900; color: #fff; display: block; width: 60px; height: 60px; border-radius: 50%; background-color: #9FCD4A;
line-height: 60px; margin-left: 10px;}
#ser_tit h1{ font-size: 50px; font-weight: normal; font-weight: 600; color: #222;}


/*병원소개*/
.greet{ width: 1400px; margin: 0 auto;}
.greet .grt_tit h2{ font-family: 'Paperozi'; font-size: 20px; font-weight: normal; color: #666;}
.greet .grt_tit h1{ font-family: 'Paperozi'; font-size: 45px; font-weight: 600; color: #333; line-height: 1.3; margin: 30px 0 60px 0;}
.greet .grt_tit h1 > span{ color: #afe154;}
.greet .grt_box{ display: flex; flex-wrap: wrap;}
.greet .grt_img{ border-radius: 10px; overflow: hidden; margin-right: 70px;}
.greet .grt_txt{ margin-top: 20px;}
.greet .grt_txt h2{ font-family: 'Paperozi'; font-weight: 700; font-size: 20px; color: #aaa;}
.greet .grt_txt h1{ font-weight: 700; font-size: 35px; line-height: 1.2;color: #333; letter-spacing: -1px; margin: 50px 0 20px 0;}
.greet .grt_txt p{ font-weight: 400; font-size: 20px; line-height: 1.3; color: #666;}
.greet .grt_box2{ flex-direction: row-reverse;}
.greet .grt_box2 .grt_img{ margin-right: 0; margin-left: 70px;}
.greet .grt_box2 .grt_txt{ text-align: right; margin-top: 120px;} 
@media screen and (max-width:1279px) {
  .cont_bg{ background-position: 100% top;}
  .greet{ width: 90%;}
  .greet .grt_box2{ margin-top: 30px;}
}
@media screen and (max-width:1023px) {
  .cont_pd{ padding: 100px 0;}
  .cont_bg{ padding: 100px 0; background-position: 100% top; background-size: 500px auto;}
  #ser_tit{ margin-bottom: 40px;}
  #ser_tit h2{ font-size: 20px;}
  #ser_tit h2 > span{ font-size: 22px; width: 50px; height: 50px; line-height: 50px;}
  #ser_tit h1{ font-size: 40px;}
  
  .greet .grt_tit h2{ font-size: 16px;}
  .greet .grt_tit h1{ font-size: 35px; margin: 20px 0 40px 0;}
  .greet .grt_box{ display: block;}
  .greet .grt_img{ margin-right: 0px; width: 100%;}
  .greet .grt_img img{ width: 100%;}
  .greet .grt_txt h1{ font-size: 30px;}
  .greet .grt_txt p{ font-size: 18px;}
  .greet .grt_box2 .grt_img{ margin-left: 0px;}
  .greet .grt_box2 .grt_txt{ text-align: left; margin-top: 20px;} 
}
@media screen and (max-width:767px) {
  .cont_pd{ padding: 70px 0;}
  .cont_bg{ padding: 70px 0; background-position: 110% top; background-size: 250px auto;}
  #ser_tit{ margin-bottom: 30px;}
  #ser_tit h2{ font-size: 15px;}
  #ser_tit h2 > span{ font-size: 18px; width: 40px; height: 40px; line-height: 40px;}
  #ser_tit h1{ font-size: 32px;}
  .greet .grt_tit h2{ font-size: 15px;}
  .greet .grt_tit h1{ font-size: 30px;}
  .greet .grt_txt h1{ font-size: 28px; margin: 30px 0 10px 0;}
  .greet .grt_txt h1 > br{ display: none;}
}

/*서비스01*/
.service01{ background-color: #E6F1F4;}
.ser_box ul{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
.ser_box li{ color: #fff; text-align: center; width: 450px; padding: 50px 0; border-radius: 80px; margin: 0 -10px; background-color: rgba(66,162,229,.9);}
.ser_box li:nth-of-type(2){ background-color: rgba(49,79,207,.9);}
.ser_box li > span{ font-family: 'Paperozi'; font-size: 16px; font-weight: 900;}
.ser_box li > h1{ font-size: 28px; font-weight: 600; margin: 30px 0 7px 0;}
.ser_box li > p{ font-size: 22px; font-weight: 300; opacity: .8;}

.service02{ width: 1400px; margin: 0 auto; position: relative;}
.ser_box2 ul{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
.ser_box2 li{ text-align: center; position: relative; margin: 25px 20px 25px 20px;}
.ser_box2 li .ser_img{ border-radius: 10px; overflow: hidden;}
.ser_box2 li > span{ font-family: 'Paperozi'; font-size: 20px; font-weight: 900; color: #fff; display: block; width:50px; height: 50px; border-radius: 50%;
background-color: #9FCD4A; line-height: 50px; position: absolute; bottom: 80px; left: 50%; transform: translateX(-50%);}
.ser_box2 li > h1{ font-size: 28px; font-weight: 700; letter-spacing: -1px; margin: 30px 0 5px 0; color: #333;}
.ser_box2 li > p{ font-size: 21px; font-weight: 300; color: #666;}
.beaf_plus{ width: 120px; height: 60px; border-radius: 60px 60px 0 0; background-color: #163954; text-align: center; line-height: 60px;
position: absolute; bottom: 0px; left: 50%; margin-left: -60px;}

.service04{ background: url(../img/main/cont03_bg.jpg) no-repeat right center / cover  #E7E8E9;}
.ser_box3 ul{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
.ser_box3 li{ text-align: center; position: relative; margin: 0 20px; background-color: #fff; border: 1px solid #ccc; border-radius: 10px; overflow: hidden; box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);}
.ser_box3 li > h1{ font-size: 28px; font-weight: 700; letter-spacing: -1px; margin: 30px 0 5px 0; color: #333;}
.ser_box3 li > p{ font-size: 21px; font-weight: 300; color: #666; padding-bottom: 30px;}

@media screen and (max-width: 1279px) {
  .service02{ width: 90%;}
  .ser_box3 li{ margin: 20px 20px;}
}
@media screen and (max-width: 1023px) {
  .ser_box li{ width: 70%; padding: 30px 0; border-radius: 60px; margin: -10px 0;}
  .ser_box li > h1{ font-size: 25px;}
  .ser_box li > p{ font-size: 20px;}
  .ser_box2 li{ margin: 15px 0px;}
  .ser_box2 li > span{ font-size: 17px; width:40px; height: 40px; line-height: 40px; bottom: 70px;}
  .ser_box2 li > h1{ font-size: 25px;}
  .ser_box2 li > p{ font-size: 18px;}
  .beaf_plus{ width: 100px; height: 50px; line-height: 50px;}
  .ser_box3 li{ margin: 10px 0px;}
  .ser_box3 li > h1{ font-size: 25px;}
  .ser_box3 li > p{ font-size: 18px;}
}
@media screen and (max-width: 767px) {
  .ser_box li{ width: 90%; margin: -5px 0;}
  .ser_box li > h1{ font-size: 23px;}
  .ser_box li > p{ font-size: 18px;}
  .ser_box2 li .ser_img img{ width: 100%;}
  .ser_box3{ width: 80%; margin: 0 auto;}
  .ser_box3 .ser_img img{ width: 100%;}
  .ser_box3 li > h1{ font-size: 23px; margin: 20px 0 5px 0;}
  .ser_box3 li > p{ font-size: 16px; padding-bottom: 20px;}
  .beaf_plus{ width: 70px; height: 40px; line-height: 40px; margin-left: -35px;}
  .beaf_plus img{ width: 17px;}
}

/*치료케이스 ===*/
.service03{ background-color: #163954;}
.beaf_wrap{ padding: 100px 0 150px 0; width: 1170px; margin: 0 auto;}
.beaf_txt{ text-align: center; font-family: 'Paperozi'; }
.beaf_txt h2{ font-size: 22px; font-weight: normal; color: #fff;}
.beaf_txt h1{ font-weight: 700; font-size: 50px; margin: 10px 0 70px 0; color: #fff;}
.beaf_txt h1 > span{ color: #afe154;}
.beaf_img{ position: relative;}
.beaf_img .slick-list{ overflow: visible !important;}
.beaf_box{ margin: 0 30px;}
.bb_box{ position: relative;}
.bb_box .beaf_s{ border-radius: 10px; overflow: hidden; box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2); text-align: center;}
.bb_box .beaf_s img{ width: 100%;}
.bb_box .beaf_t{ background-color: #9FCD4A; text-align: center; padding: 0 30px; border-radius: 30px; line-height: 50px; font-size: 25px; font-weight: 700;
color: #fff; position: absolute; top: -25px; left: 50%; transform: translateX(-50%);}

.slider_beaf .slick-dots{  position: absolute; bottom: -50px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; justify-content: center;}
.slider_beaf .slick-dots button{ border: none; background-color: #fff; border: 1px solid #fff; text-indent: -9999px; width: 13px; height: 13px; border-radius: 20px; margin: 0 4px;}
.slider_beaf .slick-dots .slick-active button{ background-color: #9FCD4A; border-color: #9FCD4A; width: 40px;}
.arrowSlider .slick-arrow{ background-color: transparent; text-indent: -9999px; background-color: #fff; width: 75px; height: 75px; border-radius: 50%; cursor: pointer;  position: absolute; top: 50%; margin-top: -40px; transition: all 0.1s;}
.arrowSlider .ar_prev{ left: -60px; }
.arrowSlider .ar_next{ right: -60px;}
.arrowSlider .slick-arrow span{ display: block; width: 20px; height: 2px; background-color: #333; transform: rotate(-45deg); position: absolute; top: 30px; left: 25px; transition: all 0.1s;}
.arrowSlider .slick-arrow span:nth-of-type(2){ transform: rotate(45deg); top: 43px;}
.arrowSlider .ar_next span{ transform: rotate(45deg); left: 29px;}
.arrowSlider .ar_next span:nth-of-type(2){ transform: rotate(-45deg);}
.arrowSlider .slick-arrow:hover{ background-color: #9FCD4A; transition: all 0.1s;}
.arrowSlider .slick-arrow:hover span{ background-color: #fff; transition: all 0.1s;}
/* === 치료케이스*/

@media screen and (max-width: 1279px) {
  .beaf_wrap{ width: 80%;}
  .beaf_s img{ width: 100%;}
}
@media screen and (max-width:1023px) {
  .beaf_wrap{ width: 90%; padding: 80px 0 100px 0;}
  .beaf_txt h2{ font-size: 20px;}
  .beaf_txt h1{ font-size: 40px; margin: 10px 0 50px 0;}
  .beaf_box{ margin: 0 10px;}
  .bb_box .beaf_t{ padding: 0 20px;  line-height: 45px; font-size: 20px; top: -22px;}
  .arrowSlider .slick-arrow{ width: 50px; height: 50px; margin-top: -30px;}
  .arrowSlider .ar_prev{ left: -20px; }
  .arrowSlider .ar_next{ right: -20px;}
  .arrowSlider .slick-arrow span{ width: 15px; top: 20px; left: 18px;}
  .arrowSlider .slick-arrow span:nth-of-type(2){ top: 30px;}
  .arrowSlider .ar_next span{ left: 20px;}
}
@media screen and (max-width:767px) {
  .beaf_wrap{ width: 95%; padding: 50px 0 70px 0;}
  .beaf_txt h2{ font-size: 16px;}
  .beaf_txt h1{ font-size: 30px; margin: 5px 0 20px 0;}
  .beaf_img .slick-list{ overflow: hidden !important; padding-top:25px;}
  .beaf_box{ margin: 0 5px;}
  .bb_box .beaf_t{ line-height: 35px; font-size: 16px; top: -12px;}
  .slider_beaf .slick-dots{  bottom: -30px;}
  .slider_beaf .slick-dots button{ width: 10px; height: 10px; margin: 0 3px;}
  .slider_beaf .slick-dots .slick-active button{ width: 30px;}
  .arrowSlider .slick-arrow{ width: 40px; height: 40px; margin-top:-5px;}
  .arrowSlider .ar_prev{ left: -5px; }
  .arrowSlider .ar_next{ right: -5px;}
  .arrowSlider .slick-arrow span{ width: 10px; top: 17px; left: 15px;}
  .arrowSlider .slick-arrow span:nth-of-type(2){ top: 23px;}
  .arrowSlider .ar_next span{ left: 17px;}
}

/*의료진*/
.doctor_in{ width: 1400px; margin: 0 auto;}
.dc_title h2{ font-family: 'Paperozi'; font-size: 20px; font-weight: normal; color: #666;}
.dc_title h1{ font-family: 'Paperozi'; font-size: 45px; font-weight: 600; color: #333; line-height: 1.3; margin: 30px 0 60px 0;}
.doctor{ display: flex; flex-wrap: wrap;}
.doctor2{ margin-top: 150px; flex-direction: row-reverse;}
.dct_img{ width: 30%;}
.dct_img img{ border-radius: 10px; overflow: hidden;}
.dct_tit{ font-family: 'Paperozi'; padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #ddd;}
.dct_tit p{ font-weight: 700; font-size: 22px; color: #9FCD4A; margin-top: 5px;}
.dct_tit h3{ font-weight: 700; font-size: 45px;}
.dct_tit h3 > span{ font-size: 30px;}
.dct_wrap{ width: 70%; padding-left: 120px;}
.doctor2 .dct_wrap{ padding: 0 120px 0 0;}
.dct_info dl:last-child{ margin-bottom: 0;}
.dct_info dd{ font-size: 20px; font-weight: 300; padding: 4px 0 4px 10px; color: #666; position: relative;}
.dct_info dd::before{ display: block; content: ""; width: 2px; height: 2px; background-color: #aaa; position: absolute; top: 16px; left: 0;}
.dct_info dd.dd{ margin-bottom: 20px;}
@media screen and (max-width: 1279px) {
  .doctor_in{ width: 90%;}
  .dct_img img{ width: 300px;}
  .dct_wrap{ padding-left: 50px;}
  .doctor2 .dct_wrap{ padding: 0 50px 0 0;}
}
@media screen and (max-width:1023px) {
  .dc_title h2{ font-size: 16px;}
  .dc_title h1{ font-size: 35px; margin: 20px 0 40px 0;}
  .doctor2{ margin-top: 50px;}
  .dct_img{ width: 100%; text-align: center; margin-bottom: 30px;}
  .dct_tit{ text-align: center;}
  .dct_tit p{ font-size: 20px;}
  .dct_tit h3{ font-size: 35px;}
  .dct_tit h3 > span{ font-size: 25px;}
  .dct_wrap{ width: 100%; padding-left: 0px;}
  .doctor2 .dct_wrap{ padding: 0 ;}
  .dct_info dd{ font-size: 18px;}
}
@media screen and (max-width:767px) {
  .dc_title h2{ font-size: 15px;}
  .dc_title h1{ font-size: 30px;}
  .dct_img{ width: 250px; margin: 0 auto 30px auto;}
  .dct_img img{ width: 100%;}
  .dct_tit{ padding-bottom: 20px; margin-bottom: 20px;}
  .dct_tit p{ font-size: 16px;}
  .dct_tit h3{ font-size: 30px;}
  .dct_tit h3 > span{ font-size: 20px;}
  .dct_info dd{ font-size: 16px; padding: 3px 0 3px 8px;}
  .dct_info dd::before{ top: 13px;}
}


/*장비소개*/
.equ{ background-color: #eaefe0;}
.equ .pro_tit{ font-family: 'Paperozi'; text-align: center; margin-bottom: 60px;}
.equ .pro_tit h2{ font-size: 20px; font-weight: 600; color: #9FCD4A; margin-bottom: 10px;}
.equ .pro_tit h1{ font-size: 50px; font-weight: 600; color: #333;}
.pro_wrap{ width: 1400px; margin: 0 auto; position: relative;}
.pro_box{ margin: 0 20px;}
.pro_box .pro_img{ border: 1px solid #ddd; background-color: #fff; border-radius: 20px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07); overflow: hidden;}
.pro_box .pro_img img{ width: 100%;}
.pro_box h1{ font-size: 25px; font-weight: 700; color: #222; text-align: center; margin-top: 20px;}

.arrowSlider2 .slick-arrow{ background-color: #333; width: 75px; height: 75px; border-radius: 50%; cursor: pointer;  position: absolute; top: 50%; 
  margin-top: -60px; line-height: 75px; text-align: center; transition: all 0.1s;}
.arrowSlider2 .ar_prev2{ left: -80px; }
.arrowSlider2 .ar_next2{ right: -80px;}
.arrowSlider2 .slick-arrow:hover{ background-color: #9FCD4A; transition: all 0.1s;}

.equ_box{ margin-top: 80px;}
.equ_box ul{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
.equ_box li{ color: #fff; text-align: center; width: 430px; padding: 40px 0; border-radius: 80px; margin: 0 -10px; background-color: rgba(66,162,229,.9);}
.equ_box li:nth-of-type(2), .equ_box li:nth-of-type(4){ background-color: rgba(49,79,207,.9);}
.equ_box li > span{ font-family: 'Paperozi'; font-size: 16px; font-weight: 900;}
.equ_box li > h1{ font-size: 28px; font-weight: 600; margin: 30px 0 7px 0;}
.equ_box li > p{ font-size: 22px; font-weight: 300; opacity: .8;}

@media screen and (max-width:1279px) {
  .pro_wrap{ width: 90%;}
}
@media screen and (max-width:1023px) {
  .equ .pro_tit{ margin-bottom: 40px;}
  .equ .pro_tit h2{ font-size: 16px;}
  .equ .pro_tit h1{ font-size: 40px;}
  .pro_box{ margin: 0 10px;}
  .pro_box h1{ font-size: 20px;}
  .arrowSlider2 .slick-arrow{ width: 50px; height: 50px; margin-top: -40px; line-height: 50px;}
  .arrowSlider2 .ar_prev2{ left: -20px; }
  .arrowSlider2 .ar_next2{ right: -20px;}
  .equ_box{ margin-top: 50px;}
  .equ_box li{ width: 48%; padding: 30px 0; border-radius: 60px; margin: -5px -5px;}
  .equ_box li > h1{ font-size: 23px;}
  .equ_box li > p{ font-size: 18px;}
}
@media screen and (max-width:767px) {
  .equ .pro_tit{ margin-bottom: 30px;}
  .equ .pro_tit h2{ font-size: 15px;}
  .equ .pro_tit h1{ font-size: 32px;}
  .pro_box .pro_img{ width: 250px; margin: 0 auto;}
  .arrowSlider2 .ar_prev2{ left: -10px; }
  .arrowSlider2 .ar_next2{ right: -10px;}
  .equ_box li{ width: 80%; margin: -5px 0px;}
  .equ_box li > h1{ font-size: 20px;}
  .equ_box li > p{ font-size: 16px;}
}

/*병원 둘러보기*/
.hospital{ background-color: #f7e8d4;}
.hospital .flexslider{ width: 1000px; margin: 0 auto;}
.hospital .pro_tit{ font-family: 'Paperozi'; text-align: center;}
.hospital .pro_tit h2{ font-weight: 500; color: #C08261; font-size: 20px;}
.hospital .pro_tit h1{ font-size: 50px; font-weight: 700; color: #333; margin: 10px 0 50px 0;}
@media screen and (max-width:1279px) {
  .hospital .flexslider{ width: 90%;}
}
@media screen and (max-width:1023px) {
  .hospital .pro_tit h2{ font-size: 16px;}
  .hospital .pro_tit h1{ font-size: 40px; margin: 5px 0 30px 0;}
  .hospital{ padding: 100px 0 80px 0;}
  .hospital_in{ width: 90%;}
}
@media screen and (max-width:767px) {
  .hospital .pro_tit h2{ font-size: 15px;}
  .hospital .pro_tit h1{ font-size: 30px;}
  .hospital{ padding: 70px 0 70px 0;}
}

/*진료시간 오시는길*/
.map_box{ width: 1400px; margin: 0 auto; }
.map_tit{ font-family: 'Paperozi';margin-bottom: 60px;}
.map_tit h1{ font-size: 50px; font-weight: normal; color: #333;}
.map_tit h1 > span{ display: inline-block; font-size: 25px; font-weight: 700; color: #aaa; margin-left: 10px;}
.map_box .ct5_map{ height: 480px; border-radius: 10px; overflow: hidden; border: 1px solid #ddd;}
.map_box .ct6_txt { margin-top: 50px; display: flex; align-items: center; flex-wrap: wrap;}
.map_box .ct61{ width: 45%; padding-right: 50px;}
.map_box .ct61 p{ font-size: 28px; font-weight: 600; color: #222; margin-bottom: 50px;}
.map_box .ct61 ul{ margin-bottom: 50px;}
.map_box .ct61 li{ font-size: 25px; font-weight: 500; line-height: 1.6;}
.map_box .ct61 h3{ font-family: 'Paperozi'; font-size: 25px; font-weight: 500; color: #9FCD4A; margin-bottom: 10px;}
.map_box .ct61 h4{ font-family: 'Paperozi'; font-weight: 700; font-size: 45px;}
.map_box .ct62{ width: 55%; padding-left: 50px; border-left: 1px solid #ddd;}
.map_box .ct62 p{ font-size: 18px; font-weight: 400; color: #777; line-height: 1.6;}
@media screen and (max-width: 1279px) {
  .map_box{ width: 90%;}
}
@media screen and (max-width: 1023px) {
  .map_tit{ margin-bottom: 40px;}
  .map_tit h1{ font-size: 40px;}
  .map_tit h1 > span{ font-size: 22px; }
  .map_box .ct5_map{ height: 400px;}
  .map_box .ct5_map iframe{ height: 410px;}
  .map_box .ct6_txt { margin-top: 30px;}
  .map_box .ct61{ width: 100%; padding-right: 0px;}
  .map_box .ct61 p{ font-size: 22px; margin-bottom: 40px;}
  .map_box .ct61 ul{ margin-bottom: 40px;}
  .map_box .ct61 li{ font-size: 22px;}
  .map_box .ct61 h3{ font-size: 22px;}
  .map_box .ct61 h4{ font-size: 40px;}
  .map_box .ct62{ width: 100%; padding-left: 0; border-left: 0; padding-top: 30px; margin-top: 30px; border-top: 1px solid #ddd;}
  .map_box .ct62 p{ font-size: 16px;}
}
@media screen and (max-width: 767px) { 
  .map_tit{ margin-bottom: 30px;}
  .map_tit h1{ font-size: 30px;}
  .map_tit h1 > span{ font-size: 18px; }
  .map_box .ct5_map{ height: 300px;}
  .map_box .ct5_map iframe{ height: 310px;}
  .map_box .ct61{ width: 100%; padding-right: 0px;}
  .map_box .ct61 p{ font-size: 20px;}
  .map_box .ct61 li{ font-size: 20px;}
  .map_box .ct61 h4{ font-size: 30px;}
  .map_box .ct62 p{ font-size: 15px;}
}
