/*AOS관련 -> 모바일에서는 애니메이션 효과가 안나타나게 선언 후, 그로인해 화면이 안나오는 문제 해결을 위한 css 추가*/
@media screen and (max-width: 767px) { 
  [data-aos] {
    pointer-events: auto !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* 메인 비주얼 슬라이드 */
.idx_vis{ position: relative;}
.idx_vis .slider-wrap{ width: 100%;}
.idx_vis .slider-wrap .mvisual{ width: 100%; height: 100vh; background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative;}
.idx_vis .slider-wrap .mvisual::after{ display: block; content: ""; width: 100%; height: 100%; background-color: rgba(0,0,0,.4); position: absolute; top: 0px; left: 0px;}
.idx_vis .slider-wrap .mvisual01{ background-image: url(../img/main/visual01.jpg);}
.idx_vis .slider-wrap .mvisual02{ background-image: url(../img/main/visual02.jpg);}
.idx_vis .slider-wrap .mvisual03{ background-image: url(../img/main/visual03.jpg);}

.idx_vis .main_text{ position: absolute; left: 0; bottom: 430px; width: 100%; color: #fff; text-align: center; z-index: 20;}
.idx_vis .main_text h2{ font-size: 18px; font-weight: 800; letter-spacing: 4px; text-transform: uppercase;}
.idx_vis .main_text h1{ font-weight: normal; font-weight: 700; font-size: 75px; line-height: 1.2; margin: 30px 0;}
.idx_vis .main_text h1 > span{ color: #124a9e;}
.idx_vis .main_text p{ font-size: 20px; font-weight: 300; line-height: 1.3; border-radius: 30px; padding: 5px 20px; display: inline-block;
background: #1C4E83;
background: -webkit-linear-gradient(113deg, rgba(28, 78, 131, 1) 0%, rgba(4, 180, 238, 1) 75%);
background: -moz-linear-gradient(113deg, rgba(28, 78, 131, 1) 0%, rgba(4, 180, 238, 1) 75%);
background: linear-gradient(113deg, rgba(28, 78, 131, 1) 0%, rgba(4, 180, 238, 1) 75%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1C4E83", endColorstr="#04B4EE", GradientType=0);}

.main_box{ position: absolute; left: 0; bottom: 70px; z-index: 20; width: 100%; display: flex; justify-content: center; align-items: center; gap: 25px;}
.main_box .mbox{ width: 280px; height: 280px; border-radius: 20px; background-color: #0A2540; box-shadow: 0 0 20px rgba(0,0,0,.2); position: relative;}
.main_box .mbox:nth-of-type(2){ background-color: #2CA5DA;}
.main_box .mbox:nth-of-type(3){ background-color: #E8EFF7;}
.main_box .mbox > a{ display: block; width: 100%; height: 100%; color: #fff; padding: 0 40px; display: flex; justify-content: center; flex-direction: column;
   transition: all .2s;}
.main_box .mbox h3{ width: 50px; height: 50px; border-radius: 8px; background-color: #0055FF; text-align: center; line-height: 50px; position: absolute; top: 30px; right: 30px;}
.main_box .mbox h1{ font-weight: normal; font-weight: 600; font-size: 30px; margin-top: 20px;}
.main_box .mbox p{ font-size: 16px; line-height: 1.5; color: #ddd; margin: 10px 0 30px 0;}
.main_box .mbox h2{ font-size: 20px; color: #04B4EE;}
.main_box .mbox:nth-of-type(2) h2{ color: #fff;}
.main_box .mbox:nth-of-type(3) h1{ color: #0A2540;}
.main_box .mbox:nth-of-type(3) p{ color: #777;}
.main_box .mbox a:hover{ height: 300px; transition: all .2s;}

.slider-bottom { position: absolute; bottom: 50px; left: 3%; z-index: 2; display: flex; align-items: center; justify-content: center; gap: 20px;}
.slider-counter { font-size: 16px; font-weight: 500; color: rgba(255,255,255,.5);}
.slider-counter .current { font-weight: 700;}
.slider-counter .total { color: #fff;}
.slider-bottom .slick-dots{ display: flex !important;}
.slider-bottom .slick-dots li{ width: 50px; height: 3px; background-color: rgba(255,255,255,.3); position: relative; overflow: hidden; margin: 0; cursor: pointer;}
.slider-bottom .slick-dots li button{ display: none;}
/* 채워지는 바 */
.slick-dots li .progress-bar { position: absolute; left: 0; top: 0; height: 100%; width: 0; background-color: #fff;pointer-events: none;}

/*.scroll_down{ position: absolute; bottom:230px; left: 3%; z-index: 21;}
.scroll_down p{ font-size: 13px; font-weight: 300; color: #fff; letter-spacing: 1px; text-transform: uppercase; transform: rotate(90deg); position:relative;}
.scroll_down p::after{ display: block; content: ""; width: 50px; height: 2px; background-color: #fff; position: absolute; bottom: 9px; left: -70px;}
.scroll_down .scr_arw{ position: absolute; bottom: -80px; left: 40px; width: 23px; height: 23px; border-radius: 50%; border: 2px solid #fff;}
.scroll_down .scr_arw span{ display: block; width: 6px; height: 2px; background-color: #fff; transform: rotate(45deg); position: absolute; top: 9px; left: 5px;}
.scroll_down .scr_arw span:nth-of-type(2){ transform: rotate(-45deg); left: 8px;}*/

@media screen and (max-width: 1023px) {
  .idx_vis .main_text{ bottom: 430px;}
  .idx_vis .main_text h2{ font-size: 16px; }
  .idx_vis .main_text h1{ font-size: 50px;}
  .idx_vis .main_text p{ font-size: 16px;}
  .main_box{ bottom: 90px; gap: 15px;}
  .main_box .mbox{ width: 200px; height: 220px;}
  .main_box .mbox > a{ padding: 0 20px;}
  .main_box .mbox a:hover{ height: 250px;}
  .main_box .mbox h3{ width: 40px; height: 40px; line-height: 40px; top: 15px; right: 15px;}
  .main_box .mbox h1{ font-size: 27px;}
  .main_box .mbox p{ font-size: 14px;}
  .main_box .mbox h2{ font-size: 18px;}
  .slider-bottom { display: none;}
  .slider-bottom .slick-dots li{ width: 60px; }
}
@media screen and (max-width: 767px) { 
  body{ overflow-x: hidden;}
  .idx_vis .slider-wrap .mvisual{ height: 650px;}
  .idx_vis .main_text{ bottom: 280px; left: 50%; width: 90%; margin-left: -45%;}
  .idx_vis .main_text h2{ font-size: 13px; letter-spacing: 2px; }
  .idx_vis .main_text h1{ font-size: 38px; margin: 20px 0;}
  .idx_vis .main_text p{ font-size: 15px; padding: 5px 10px;}
  .main_box{ bottom: 30px; left: 50%; width: 90%; margin-left: -45%; gap: 10px; flex-wrap: wrap;}
  .main_box .mbox{ width: 48%; height: auto; border-radius: 10px;}
  .main_box .mbox > a{ padding: 25px 20px;}
  .main_box .mbox h3{ width: 30px; height: 30px; line-height: 30px; border-radius: 5px; top: 10px; right: 10px;}
  .main_box .mbox h3 > img{ width: 12px;}
  .main_box .mbox h1{ font-size: 22px; margin-top:0; margin-bottom: 10px;}
  .main_box .mbox p{ display: none;}
  .main_box .mbox h2{ font-size: 15px;}
  .main_box .mbox a:hover{ height: auto;}
}

/*알파원이 다른이유*/
.txt_box { margin-bottom: 80px; text-align: center;}
.txt_box h2{ font-size: 17px; color: #0A9FDF; letter-spacing: 0px; text-transform: uppercase;}
.txt_box h1{ font-size: 50px; font-weight: normal; font-weight: 400; color: #222; line-height: 1.2; letter-spacing: -1px; margin: 30px 0 20px 0;}
.txt_box p{ font-size: 20px; color: #777;}

.cont01{ padding: 130px 0 450px 0; position: relative; background: url(../img/main/main_dong.png) no-repeat 130% 250px;}
.cont01 .cont01_in{ width: 1400px; margin: 0 auto;}
.cont01 .cont01_box{ width: 100%; position: relative;}
.cont01 .cont01_box .boston_box{ display: flex; align-items: center;}
.cont01 .cont01_box .boston_box .bost_img{ width: 700px; height: 430px; border-radius: 30px; overflow: hidden; display: flex; align-items: center; justify-items: center;}
.cont01 .cont01_box .boston_box .bost_img img{ width: 100%;}
.cont01 .cont01_box .boston_box .bost_txt{ width: 700px; padding-left: 100px;}
.cont01 .cont01_box .boston_box .bost_txt p{ font-family: 'Paperozi'; font-size: 18px; color:#0A9FDF; text-transform: uppercase; display: flex; align-items: baseline;}
.cont01 .cont01_box .boston_box .bost_txt dt{ font-size: 40px; font-weight: 700; color: #222; margin: 40px 0 20px 0;}
.cont01 .cont01_box .boston_box .bost_txt dd{ font-size: 20px; color:#777; line-height: 1.7;}

.cont01 .slide_speical .slick-arrow{ background-color: transparent; border: 0; position: absolute; bottom: 0px; z-index: 1; opacity: 0.6; transition: all .3s;}
.cont01 .slide_speical .slick-prev{ right: 550px;}
.cont01 .slide_speical .slick-next{ right: 485px;}
.slick-prev:before,.slick-next:before { display:none;}
.cont01 .slide_speical .slick-arrow:hover{ opacity: 1; transition: all .3s;}

.cont01 .cont01_box .btn_main{ width: 150px; position: absolute; bottom: 3px; right: 300px;}
.cont01 .cont01_box .btn_main > a{ display: block; background-color: #0A9FDF; border-radius: 50px; line-height: 48px; font-size: 15px; color: #fff; text-align:center; transition: all .3s;}
.cont01 .cont01_box .btn_main > a:hover{ background-color: #0A2540; transition: all .3s;}


/*흐르는 텍스트 바*/
.flow_txt{ white-space: nowrap; box-sizing: border-box; position: absolute; bottom:280px; width: 100%;}
.flow_txt > h1{ display: inline-block; font-family: "Noto Serif KR"; font-size: 70px; font-weight: 400; color:#E9E9E9; animation: text-to-left 200s linear infinite;}

@keyframes text-to-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1279px) {
  .flow_txt{ bottom:200px; }
  .flow_txt > h1{ font-size:50px; }
}
@media screen and (max-width: 767px) {
  .flow_txt{ bottom:100px; }
  .flow_txt > h1{ font-size:40px; }
}


@media screen and (max-width: 1279px) {
  .cont01 .cont01_in{ width: 100%; padding: 0 3%;}
  .cont01 .cont01_box .boston_box .bost_img{ width: 50%; height: 350px;}
  .cont01 .cont01_box .boston_box .bost_img img{ width: 125%;}
  .cont01 .cont01_box .boston_box .bost_txt{ width: 50%; padding-left: 50px;}
  .cont01 .slide_speical .slick-arrow{ bottom: -70px;}
  .cont01 .slide_speical .slick-prev{ left: 0; right: auto;}
  .cont01 .slide_speical .slick-next{ left: 60px; right: auto;}
  .cont01 .cont01_box .btn_main{ left: 140px; bottom: -65px; right: auto;}
}
@media screen and (max-width: 1023px) {
  .txt_box { margin-bottom: 60px;}
  .txt_box h2{ font-size: 15px;}
  .txt_box h1{ font-size: 35px; margin: 20px 0 10px 0;}
  .txt_box p{ font-size: 16px;}
  
  .cont01{ padding: 100px 0 400px 0; background-size: 400px auto; background-position: 120% 500px;}
  .cont01 .cont01_box .boston_box{ display: block;}
  .cont01 .cont01_box .boston_box .bost_img{ width: 680px; height: 350px; border-radius: 20px; margin: 0 auto;}
  .cont01 .cont01_box .boston_box .bost_img img{ width: 100%;}
  .cont01 .cont01_box .boston_box .bost_txt{ width: 100%; padding: 40px 2% 0 2%;}
  .cont01 .cont01_box .boston_box .bost_txt dt { font-size: 30px;}
  .cont01 .cont01_box .boston_box .bost_txt dd { font-size: 16px;}
  .cont01 .cont01_box .boston_box .bost_txt dd > br{ display: none;}
  .cont01 .slide_speical .slick-arrow{ bottom: -80px;}
  .cont01 .slide_speical .slick-prev{ left: 10px;}
  .cont01 .slide_speical .slick-next{ left: 70px;}
  .cont01 .cont01_box .btn_main{ left: 150px; bottom: -75px;}
}
@media screen and (max-width: 767px) { 
  .txt_box { margin-bottom: 30px; padding: 0 2%;}
  .txt_box h2{ font-size: 14px;}
  .txt_box h1{ font-size: 30px;}
  .txt_box p{ font-size: 15px;}
  .cont01{ padding: 60px 0 250px 0; background-size: 200px auto; background-position: 120% 400px;}
  .cont01 .cont01_in{ padding: 0 5%;}
  .cont01 .cont01_box .boston_box .bost_img{ width: 100%; height: auto; box-shadow: none;}
  .cont01 .cont01_box .boston_box .bost_txt{ padding: 30px 2% 0 2%;}
  .cont01 .cont01_box .boston_box .bost_txt dt { font-size: 27px;}
  .cont01 .cont01_box .boston_box .bost_txt dd { font-size: 15px;}
  .cont01 .slide_speical .slick-prev{ left: 0px;}
  .cont01 .slide_speical .slick-next{ left: 60px;}
  .cont01 .cont01_box .btn_main{ left: 140px;}
}


/*건강검진*/
.cont02{ width: 1350px; margin: -130px auto 0 auto;}
.cont02_in{}
.txt_box .btn_main{ width: 160px; margin: 20px auto 0 auto;}
.txt_box .btn_main > a{ display: block; line-height: 32px; font-size: 15px; color: #222; text-align:center; border-bottom: 1px solid #222; transition: all .3s;}
.txt_box .btn_main > a:hover{ color: #0A9FDF; border-color: #0A9FDF; transition: all .3s;}
.ct02_box{ border-radius: 20px; overflow: hidden; position: relative;}
.ct02_box > a{ display: block; width: 100%; height: 100%; padding: 0 30px 30px 30px; display: flex; justify-content: flex-end; flex-direction: column;}
.ct02_box h2{ font-size: 14px; font-weight: 900; color: #fff; text-transform: uppercase; letter-spacing: 1px;}
.ct02_box h1{ font-size: 32px; font-weight: normal; font-weight: 700; color: #fff; margin: 20px 0 10px 0;}
.ct02_box p{ font-size: 16px; color: rgba(255,255,255,.6); line-height: 1.6;}
.ct02_box .btn{ width: 50px; height: 50px; border-radius: 50%; background-color: rgba(0,0,0,.3); text-align: center; line-height: 50px;
position: absolute; top: 20px; right: 20px; transition: all .3s;}
.ct02_box:hover .btn{ background-color: rgba(0,0,0,0.5); transition: all .3s;}
.cont02_left{ margin-bottom: 20px;}
.cont02_left .ct02_box{ height: 300px;
  background: #1C4E83;
  background: -webkit-linear-gradient(20deg, rgba(28, 78, 131, 1) 16%, rgba(33, 168, 222, .4) 100%);
  background: -moz-linear-gradient(20deg, rgba(28, 78, 131, 1) 16%, rgba(33, 168, 222, .4) 100%);
  background: linear-gradient(20deg, rgba(28, 78, 131, 1) 16%, rgba(33, 168, 222, .4) 100%), 
  url(../img/main/cont02_img01.png) no-repeat left top;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1C4E83", endColorstr="#48B3DF", GradientType=0);
}
.cont02_right{ display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px;}
.cont02_right .ct02_box{ width: 250px; height: 250px; background-color: #E8EFF7;}
.cont02_right .ct02_box:nth-of-type(2), .cont02_right .ct02_box:nth-of-type(6){ background-color: #0A2540;}
.cont02_right .ct02_box:nth-of-type(3){ background-color: #2CA5DA;}
.cont02_right .ct02_box:nth-of-type(4){ background-color: #9DAEBE;}
.cont02_right .ct02_box:nth-of-type(1) h2, .cont02_right .ct02_box:nth-of-type(5) h2{ color: #0A2540;}
.cont02_right .ct02_box:nth-of-type(1) h1, .cont02_right .ct02_box:nth-of-type(5) h1{ color: #0A2540;}
.cont02_right .ct02_box:nth-of-type(1) p, .cont02_right .ct02_box:nth-of-type(5) p{ color: #777;}

.cont02_ico{ margin-top: 20px;}
.cont02_ico ul{ display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px;}
.cont02_ico li { flex: 1;}
.cont02_ico li > a{ display: block; width: 100%; height: 100%; background-color: #fff; border: 1px solid #ddd; border-radius: 20px; text-align: center; padding: 25px;}
.cont02_ico li > a:hover{ border-color: #2CA5DA; border-width: 2px;}
.cont02_ico h1{ width: 80px; height: 80px; margin: 0 auto 10px auto; border-radius: 50%; background-color: #E8EFF7; text-align: center; line-height: 80px;}
.cont02_ico h1 > img{ width: 40px; height: auto; filter: invert(36%) sepia(7%) saturate(3841%) hue-rotate(175deg) brightness(89%) contrast(99%);}
.cont02_ico dt{ font-size: 22px; font-weight: 700; color: #222; margin-bottom: 10px;}
.cont02_ico dd{ color: #777; line-height: 1.3;}

@media screen and (max-width: 1279px) {
  .cont02{ width: 100%; margin: -130px auto 0 auto;}
  .cont02_right{ gap: 10px;}
  .cont02_right .ct02_box{ width: 19%;}
}
@media screen and (max-width: 1023px) {
  .cont02{ width: 90%; margin: -150px auto 0 auto;}
  .ct02_box > a{ padding: 30px;}
  .ct02_box h2{ font-size: 13px;}
  .ct02_box h1{ font-size: 26px;}
  .ct02_box .btn{ width: 50px; height: 50px; line-height: 48px; top: 20px; right: 20px;}
  .cont02_left .ct02_box{ height: auto;}
  .cont02_right{ gap: 20px;}
  .cont02_right .ct02_box{ width: 48.5%; height: auto;}
  .cont02_right .ct02_box:nth-of-type(5){ width: 100%;}
  .ct02_box p{ font-size: 14px;}
  .cont02_ico ul{ gap: 10px;}
  .cont02_ico li > a{ padding: 20px 5px;}
  .cont02_ico h1{ width: 60px; height: 60px; line-height: 60px;}
  .cont02_ico h1 > img{ width: 30px;}
  .cont02_ico dt{ font-size: 18px;}
}
@media screen and (max-width: 767px) {
  .cont02{ margin: -50px auto 0 auto;}
  .cont02_in{gap: 10px;}
  .txt_box .btn_main{ width: 150px;}
  .txt_box .btn_main > a{ font-size: 14px;}
  .ct02_box{ border-radius: 10px;}
  .ct02_box > a{ padding: 20px 30px;}
  .ct02_box h2{ font-size: 12px;}
  .ct02_box h1{ font-size: 23px; margin: 20px 0 0 0;}
  .ct02_box p{ display: none;}
  .cont02_left{ margin-bottom: 10px;}
  .cont02_left .ct02_box > a{ padding: 20px 30px;}
  .cont02_right { width: 100%; gap: 10px;}
  .cont02_right .ct02_box{ width: 100%; }
  .cont02_ico ul{ gap: 10px;}
  .cont02_ico li:nth-of-type(1),.cont02_ico li:nth-of-type(2),.cont02_ico li:nth-of-type(3){ width: 31%;}
  .cont02_ico li:nth-of-type(4),.cont02_ico li:nth-of-type(5){ width: 48%;}
  .cont02_ico li > a{ padding: 20px 5px; border-radius: 10px;}
  .cont02_ico h1{ width: 60px; height: 60px; line-height: 60px;}
  .cont02_ico h1 > img{ width: 30px;}
  .cont02_ico dt{ font-size: 18px;}
}

/*장비구성*/
.cont03{ width: 100%; padding: 130px 0; margin-top: 130px; background: url(../img/main/cont03_bg.jpg) no-repeat center top #E6EEF8;}
.cont03 .tit{ margin-bottom: 80px; text-align: center;}
.cont03 .tit h2{ font-size: 17px; color: #0A9FDF; letter-spacing: 0px; text-transform: uppercase;}
.cont03 .tit h1{ font-size: 50px; font-weight: normal; font-weight: 400; color: #222; line-height: 1.2; letter-spacing: -1px; margin: 30px 0 20px 0;}
.cont03 .tit p{ font-size: 20px; color: #777;}
.cont03 .btn_main{ width: 120px; margin: 20px auto 0 auto;}
.cont03 .btn_main > a{ display: block; line-height: 32px; font-size: 15px; color: #222; text-align:center; border-bottom: 1px solid #222; transition: all .3s;}
.cont03 .btn_main > a:hover{ color: #0A9FDF; border-color: #0A9FDF; transition: all .3s;}

.cont03_in{ width: 1315px; margin: 0 auto; display: flex; justify-content: center; flex-wrap: wrap; gap: 20px;}
.cont03_left{ width: 28%; border-radius: 20px; overflow: hidden;
background: #1A4680;
background: -webkit-linear-gradient(343deg, rgba(26, 70, 128, 1) 18%, rgba(11, 38, 66, 1) 100%);
background: -moz-linear-gradient(343deg, rgba(26, 70, 128, 1) 18%, rgba(11, 38, 66, 1) 100%);
background: linear-gradient(343deg, rgba(26, 70, 128, 1) 18%, rgba(11, 38, 66, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1A4680", endColorstr="#0B2642", GradientType=0);}
.cont03_left dl{ padding: 50px 40px; display: flex; justify-content: space-between; flex-direction: column; height: 100%;}
.cont03_left p{ font-size: 15px; font-weight: 700; color: #2CA5DA; text-transform: uppercase;}
.cont03_left dt{ font-size: 35px; font-weight: 700; color: #fff;}
.cont03_left dd{ font-size: 16px; color: #ddd; line-height: 1.5;}
.cont03_right{ width: 70%;}
.cont03_box ul{ display: flex; justify-content: center; flex-wrap: wrap; gap: 20px;}
.cont03_box li{ width: 48%; border-radius: 20px; overflow: hidden; background-color: #fff; border: 1px solid #ddd; transition: all .3s;}
.cont03_box dl{ padding: 40px 30px;}
.cont03_box p{ font-size: 15px; font-weight: 700; color: #2CA5DA; text-transform: uppercase;}
.cont03_box dt{ font-size: 27px; font-weight: 700; line-height: 1; color: #222; margin: 20px 0 10px 0;}
.cont03_box dd{ font-size: 16px; color: #777; line-height: 1.5;}
.cont03_box li:hover{ border-color: #2CA5DA; transition: all .3s;}

@media screen and (max-width: 1279px) {
  .cont03_in{ width: 100%;}
}
@media screen and (max-width: 1023px) {
  .cont03{ padding: 100px 0; margin-top: 100px;}
  .cont03_in{ width: 90%;}
  .cont03 .tit{ margin-bottom: 60px;}
  .cont03 .tit h2{ font-size: 15px; }
  .cont03 .tit h1{ font-size: 40px;}
  .cont03_left{ width: 100%; border-radius: 15px;}
  .cont03_left dt{ font-size: 25px; margin: 30px 0;}
  .cont03_right{ width: 100%;}
  .cont03_box li{ width: 48.5%; border-radius: 15px;}
  .cont03_box dl{ padding: 30px 20px;}
  .cont03_box dt{ font-size: 20px;}
  .cont03_box dd{ font-size: 13px;}
  .cont03_box dd > br{ display: none;}
}
@media screen and (max-width: 767px) {
  .cont03{ padding: 70px 0; margin-top: 70px;}
  .cont03_in{ display: block;}
  .cont03 .tit{ margin-bottom: 50px;}
  .cont03 .tit h2{ font-size: 13px; }
  .cont03 .tit h1{ font-size: 30px; margin: 10px 0 20px 0;}
  .cont03 .btn_main > a{ font-size: 14px;}
  .cont03_left dl{ padding: 30px 30px;}
  .cont03_left dt{ font-size: 22px;}
  .cont03_left dd{ font-size: 13px;}
  .cont03_left dd > br{ display: none;}
  .cont03_box ul{ display: block;}
  .cont03_box li{ width: 100%; margin-top: 10px;}
}


/*의료진소개*/
.cont04{ padding-top: 100px; position: relative;}
.cont04_bg{ width: 100%; height: 330px; position: absolute; bottom: 0px; left: 0px; background: url(../img/main/cont04_logo.png) no-repeat 80% center #0A2540;}
.cont04 .tit{ position: absolute; top: 300px; left: 50%; z-index: 2;}
.cont04 .tit h2{ font-size: 18px; font-weight: 800; letter-spacing: 0px; text-transform: uppercase; color: #2CA5DA;}
.cont04 .tit h1{ font-size: 50px; font-weight: normal; font-weight: 400; color: #222; line-height: 1.2; margin: 10px 0 30px 0;}
.cont04 .tit h1 strong{ font-weight: 700;}
.cont04 .btn_main{ width: 150px;}
.cont04 .btn_main > a{ display: block; background-color: #0A9FDF; border-radius: 50px; line-height: 48px; font-size: 15px; color: #fff; text-align:center; transition: all .3s;}
.cont04 .btn_main > a:hover{ background-color: #0A2540; transition: all .3s;}

.tab{ width:1200px; margin: 0 auto; position: relative;}
.tabnav{ display: flex; position: absolute; top: 446px; left: 50%; z-index: 1;}
.tabnav li{ width: 230px; text-align:center;}
.tabnav li a{ display:block; background: #f8f8f8; color: #777; line-height:65px; font-size:22px; border: 1px solid #ddd;}
.tabnav li a:hover,
.tabnav li a.active{ background-color:#0A2540; border-color: #0A2540; color:#fff; font-weight: 700; }

.ct4_box{ display: flex; justify-content: center; align-items: flex-end; flex-wrap: wrap;}
.ct4_box .img{ width: 50%;}
.ct4_box .img img{ width: 500px; height: auto;}
.ct4_box .info{ width: 50%; padding-bottom: 65px;}
.ct4_box .info h2{ font-size: 22px; color: #2CA5DA; margin-bottom: 10px;}
.ct4_box .info h1{ font-size: 35px; font-weight: normal; color: #fff;}
.ct4_box .info h1 strong{ font-size: 45px; font-weight: 700;}
.ct4_box .info h1 span{ font-weight: 700; display: inline-block; margin-left: 10px;}
.ct4_box .info ul{ margin-top: 30px;}
.ct4_box .info li{ font-size: 20px; font-weight: 300; color: #eee; padding: 5px 0 5px 10px; position: relative;}
.ct4_box .info li::before{ display: block; content: ""; width: 4px; height: 4px; background-color: #2CA5DA; border-radius: 50%; position: absolute; top: 50%; left: 0;
transform: translateY(-50%);}
@media screen and (max-width: 1279px) {
  .cont04_bg{ height: 300px;}
  .cont04 .tit{ top: 200px;}
  .tab{ width:100%;}
  .tabnav{ top: 341px;}
  .ct4_box .img img{ width: 420px;}
  .ct4_box .info{ padding-bottom: 40px;}
}
@media screen and (max-width: 1023px) {
  .cont04{ padding: 0;}
  .cont04_bg{ height: 280px;}
  .cont04 .tit{ position: relative; top: auto; left: auto; padding: 100px 0 0 5%; margin-bottom: 150px;}
  .cont04 .tit h2{ font-size: 15px;}
  .cont04 .tit h1{ font-size: 35px;}
  .tab{ width:100%;}
  .tabnav{ top: auto; bottom: 280px; left: 0;}
  .tabnav li{ width: 170px;}
  .tabnav li a{ line-height:50px; font-size:18px; }
  .ct4_box{ display: block; position: relative;}
  .ct4_box .img { width: auto; position: absolute; bottom: 0px; right: 0px;}
  .ct4_box .img img{ width: 320px;}
  .ct4_box .info{ width: 100%; padding: 0 5% 40px 5%;}
  .ct4_box .info h2{ font-size: 18px;}
  .ct4_box .info h1{ font-size: 27px;}
  .ct4_box .info h1 strong{ font-size: 35px;}
}
@media screen and (max-width: 767px) {
  .cont04_bg{ height: 260px;}
  .cont04 .tit{ padding: 80px 0 0 5%; margin-bottom: 150px;}
  .cont04 .tit h1{ font-size: 28px;}
  .cont04 .tit h1 strong{ display:block;}
  .tabnav{  bottom: 260px; width: 100%;}
  .tabnav li{ width: 50%;}
  .ct4_box .img { bottom: 300px;}
  .ct4_box .img img{ width: 180px;}
  .ct4_box .info h2{ font-size: 16px;}
  .ct4_box .info h1{ font-size: 20px;}
  .ct4_box .info h1 strong{ font-size: 28px;}
  .ct4_box .info li{ font-size: 16px;}
}

/*고객센터지도*/
.cont05{ width: 1400px; margin: 0 auto; padding: 130px 0; display: flex; justify-content: space-between; flex-wrap: wrap;}
.cont05 .noti_box { width: 49%; border: 1px solid #ddd; border-radius: 20px; padding: 65px 60px;}
.cont05 .noti_box .tit{ position: relative; margin-bottom: 30px;}
.cont05 .noti_box .tit span{ font-size: 18px; font-weight: 700; color: #2CA5DA; margin-bottom: 7px; display: block;}
.cont05 .noti_box .tit h1{ font-size:40px; font-weight: normal; font-weight: 600; color: #222;}
.cont05 .noti_box .tit .btn{ position:absolute; top: -10px; right: -30px;}
.cont05 .noti_box .tit .btn > a{ display: block; width: 60px; height: 60px; border-radius: 50%; background-color: #2CA5DA; text-align: center; line-height: 60px;}
.cont05 .noti_box .tit .btn > a:hover{ background-color: #0A2540;}

.cont05 .map_box{ width: 49%; border-radius: 20px; overflow: hidden; background-color: #2CA5DA;}
.cont05 .map_box .wrap_map { height: 300px;}
.cont05 .map_box .map_in .wrap_controllers{ display: none;}
.cont05 .map_box .map_in .cont{ display: none;}
.cont05 .map_box .txt{ background-color: #2CA5DA; padding: 30px 40px;}
.cont05 .map_box .txt > div{ display: flex; flex-wrap: wrap; align-items: flex-start; padding: 5px 0;}
.cont05 .map_box .txt h1{ background-color: #fff; color: #2CA5DA; border-radius: 30px; padding: 5px 10px; text-align: center; width: 80px;}
.cont05 .map_box .txt .tp{ padding-left: 10px; color: #fff; font-size: 19px; width: calc(100% - 100px);}
.cont05 .map_box .txt .tp li{ padding: 3px 0; }
.cont05 .map_box .txt .tp li > span{ display: inline-block; width: 90px;}

@media screen and (max-width: 1279px) {
  .cont05{ width: 95%;}
  .cont05 .noti_box { padding: 50px 30px;}
}
@media screen and (max-width: 1000px) { 
  .cont05{ padding: 20px 0 0 0; width: 100%;}
  .cont05 .noti_box { width: 90%; margin: 0 auto; border-radius: 10px; padding: 40px 30px;}
  .cont05 .noti_box .tit span{ font-size: 16px; }
  .cont05 .noti_box .tit h1{ font-size:30px;}
  .cont05 .noti_box .tit .btn > a{ width: 50px; height: 50px; line-height: 48px;}
  .cont05 .map_box{ width: 100%; border-radius: 0; margin-top: 20px;}
  .cont05 .map_box .wrap_map { height: 250px;}
  .cont05 .map_box .txt{ background-color: #2CA5DA; padding: 30px 20px;}
  .cont05 .map_box .txt > div{ display: block;}
  .cont05 .map_box .txt h1{ margin-bottom: 5px; display: inline-block;}
  .cont05 .map_box .txt .tp{ font-size: 17px; width: 100%;}
  .cont05 .map_box .txt .tp li > span{ width: 75px;}
}


