/* font */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: "GmarketSans";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff")
    format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "GmarketSans";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff")
    format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "GmarketSans";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff")
    format("woff");
  font-weight: bold;
  font-style: normal;
}

body {
  background: #222;
}
.contact_wrap {
  width: 100%;
  position: relative;
}
.main_wrap {
  width: 100%;
}

/*clearfix*/
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

/* btn_top */
.btn_top {
  position: fixed;
  bottom: 10%;
  right: 2%;
  cursor: pointer;
  background: #c96e3f;
  width: 60px;
  height: 60px;
  border-radius: 7px;
  text-align: center;
  z-index: 1100;
  display: none;
}
.btn_top span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/btn_top_img.png");
  width: 20px;
  height: 12px;
}
.btn_top:focus,
.btn_top:hover {
  background: #f36f2a;
}

/* header */
.header_wrap {
  width: 100%;
  letter-spacing: -0.5px;
  position: fixed;
  z-index: 9999;
  background-color: rgba(34, 34, 34, 0.6);
  top: 0;
  left: 0;
  backdrop-filter: blur(20px);
}
.header {
  height: 100px;
  line-height: 100px;
  margin: 0 auto;
  width: 100%;
  max-width: 1120px;
}
.logo {
  float: left;
  margin-top: 35px;
}
.logo > a {
  display: block;
}
.logo > a > img {
  display: block;
}
.gnb_wrap {
  float: right;
}
.gnb_wrap .gnb {
  height: 80px;
}
.gnb_wrap .gnb > li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
  position: relative;
}
.gnb_wrap .gnb > li:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 30px;
  transition: all 0.3s;
}
.gnb_wrap .gnb > li:hover:after {
  width: 100%;
}
.gnb_wrap .gnb > li > a {
  font-size: 16px;
  font-weight: 500;
  color: #bfbfbf;
}
.gnb_wrap .gnb > li:hover > a {
  color: #fff;
}

.gnb_wrap .gnb > li.family {
  position: relative;
}
.gnb_wrap .gnb > li.family::after {
  display: none;
}
.gnb_wrap .gnb > li.family span {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 14px;
  margin: -2px 0 0 3px;
}
.family_list {
  position: absolute;
  top: 66px;
  left: -5px;
  width: 126px;
  background-color: #eeeeee;
  text-align: center;
  line-height: 1;
  font-size: 0;
  display: none;
}
.family_list > ul {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.family_list > ul > li {
  height: 35px;
  line-height: 35px;
}
.family_list > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #898989;
}
.family_list > ul > li:hover > a {
  background-color: #f36f2a;
  color: #fff;
}
.family_list .family_id {
  padding: 15px 0;
}

/* common */
dl.cont_tit dt {
  font-size: 20px;
  margin-bottom: 25px;
  color: #fff;
}
dl.cont_tit dd {
  font-size: 48px;
  line-height: 1.3;
  letter-spacing: -2px;
  color: #fff;
}
dl.cont_tit dd strong {
  font-weight: bold;
}

/* visual */
.main-visual-swiper {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/main_visual_bg1.jpg")
    no-repeat bottom center;
  background-size: cover;
  height: auto;
  max-height: 820px;
  aspect-ratio: 16/9;
  margin-top: 100px;
  position: relative;
  width: 100%;
  height: 100%;
}

.main_arrow {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 1120px;
}
.main_arrow > p {
  cursor: pointer;
}
.main_arrow .main_prev {
  position: absolute;
  left: -120px;
}
.main_arrow .main_next {
  position: absolute;
  right: -120px;
}

.main-visual-swiper .swiper-slide.hongdae {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/main_visual_hongdae_250528.jpg")
    no-repeat bottom center;
  background-size: cover;
  height: auto;
  max-height: 820px;
}
.main-visual-swiper .swiper-slide.overseas {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/main_visual_overseas.jpg")
    no-repeat bottom center;
  background-size: cover;
  height: auto;
  max-height: 820px;
}
.main-visual-swiper .swiper-slide.medigate {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/main_visual_medigate_bg_v1.jpg")
    no-repeat bottom center;
  background-size: cover;
  height: auto;
  max-height: 820px;
}
.main_visual_slide {
  width: 100%;
  height: 100%;
}
.main_visual_slide .inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 12vw 0 0;
  overflow: hidden;
}
.main_visual_slide .medigate .inner {
  padding: 14vw 0 0 0;
}
.main_visual_slide .medigate .inner p {
  font-weight: 200;
}
.main_visual_slide .inner p {
  font-size: 42px;
  line-height: 1.5;
  color: #fff;
  letter-spacing: -2px; /* animation:mainSlideUp 1.2s ease forwards; animation-delay: .4s; */
}
.main_visual_slide .inner p strong {
  font-weight: bold;
}
.main_visual_slide .inner p span {
  font-size: 30px;
}
.main_visual_slide .inner p.sub_txt {
  font-size: 20px;
  line-height: 1.8;
  padding-top: 2.207vw;
}

/*.main_visual_slide .main_video*/
.main_visual_slide .main_video {
  position: relative;
}
.main_visual_slide .main_video video {
  width: 100%;
  height: 100%;
}
.main_visual_slide .main_video > p {
  font-size: 42px;
  line-height: 1.5;
  color: #fff;
  letter-spacing: -2px;
  position: absolute;
  top: 12vw;
  left: 50%;
  width: 1120px;
  transform: translate(-50%, 0);
  text-shadow: 0 0 5px #000;
}
.main_visual_slide .main_video > p strong {
  font-weight: bold;
}
.main_visual_slide .main_video p > span.sub_txt {
  display: block;
  text-shadow: 0 0 5px #000000;
  font-size: 20px;
  line-height: 1.8;
  padding: 15px 0 0 0;
  font-weight: 200;
}

/* @keyframes mainSlideUp {
    0% {
        transform: translateY(100%);
        opacity: 0
    }

    100% {
        transform: translateY(0%);
        opacity: 1
    }
} */

/* visual_slide bar */
/*.main-visual-swiper .swiper-pagination {width:100%;height:8px;position: relative;display: flex;align-items: center;overflow: hidden;background-color: rgba(0, 0, 0, 0.3); bottom:0; left:0;}
.main-visual-swiper .swiper-pagination .swiper-pagination-bullet {background: none;border-radius: 0;height:8px;transform-origin: left;display: block;position: absolute;left: 0px;top: 0px;width: 100%;}
.main-visual-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {animation: 5000ms linear ani_time;background-color:#f36f2a;opacity: 1 !important;}*/
.swiper-progress-bar {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  max-width: 1920px;
  height: 8px;
}

.swiper-progress-bar .bar:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 8px;
  background: #f36f2a;
}

.swiper-progress-bar.active .bar {
  opacity: 1;
}

.swiper-progress-bar.animate .bar:after {
  animation: progress 5s linear infinite;
}

.swiper-progress-bar.animate.paused .bar:after {
  animation-play-state: paused;
}

@keyframes progress {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

/* visual_slide_thumb */
.thumbs-slide-wrap {
  position: absolute;
  bottom: 135px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 1120px;
  z-index: 10;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.thumbs-slide-wrap .inner {
  width: 100%;
}
.thumbs-slide-wrap .inner .main_visual_thumbs {
  transition: right 0.3s;
  display: inline-block;
  vertical-align: middle;
}
.main_visual_thumbs .swiper-wrapper {
  justify-content: center;
  align-items: center;
  gap: 20px;
  transform: none !important;
}
.main_visual_thumbs .swiper-wrapper .thumbs-slide-con {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  width: 140px !important;
  height: 140px;
  background: #333;
  cursor: pointer;
  transition: all 0.3s;
  overflow: hidden;
  border-radius: 10px;
  padding: 1.3em 1.3em 2.8em;
  box-sizing: border-box;
}
.main_visual_thumbs .swiper-wrapper .thumbs-slide-con p {
  font-size: 13px;
  color: #898989;
}
.main_visual_thumbs .swiper-wrapper .thumbs-slide-con .img_box {
  width: 46px;
  height: 43px;
  margin: 0 auto;
}
.main_visual_thumbs .swiper-wrapper .thumbs-slide-con .img_box_intro {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/main_visual_icon_intro.png")
    no-repeat;
  background-size: cover;
}
.main_visual_thumbs .swiper-wrapper .thumbs-slide-con .img_box01 {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/main_visual_icon01.png")
    no-repeat;
  background-size: cover;
}
.main_visual_thumbs .swiper-wrapper .thumbs-slide-con .img_box02 {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/main_visual_icon02.png")
    no-repeat;
  background-size: cover;
}
.main_visual_thumbs .swiper-wrapper .thumbs-slide-con .img_box03 {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/main_visual_icon03.png")
    no-repeat;
  background-size: cover;
}
.main_visual_thumbs .swiper-wrapper .thumbs-slide-con .img_box04 {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/main_visual_icon04.png")
    no-repeat;
  background-size: cover;
}
.main_visual_thumbs .thumbs-slide-con.swiper-slide-thumb-active {
  background-color: #f36f2a;
}
.main_visual_thumbs .thumbs-slide-con.swiper-slide-thumb-active p {
  color: #fff;
}
.main_visual_thumbs
  .swiper-wrapper
  .thumbs-slide-con.swiper-slide-thumb-active
  .img_box_intro {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/main_visual_icon_intro_on.png")
    no-repeat;
  background-size: cover;
}
.main_visual_thumbs
  .swiper-wrapper
  .thumbs-slide-con.swiper-slide-thumb-active
  .img_box01 {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/main_visual_icon01_on.png")
    no-repeat;
  background-size: cover;
}
.main_visual_thumbs
  .swiper-wrapper
  .thumbs-slide-con.swiper-slide-thumb-active
  .img_box02 {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/main_visual_icon02_on.png")
    no-repeat;
  background-size: cover;
}
.main_visual_thumbs
  .swiper-wrapper
  .thumbs-slide-con.swiper-slide-thumb-active
  .img_box03 {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/main_visual_icon03_on.png")
    no-repeat;
  background-size: cover;
}
.main_visual_thumbs
  .swiper-wrapper
  .thumbs-slide-con.swiper-slide-thumb-active
  .img_box04 {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/main_visual_icon04_on.png")
    no-repeat;
  background-size: cover;
}

/* visual_slide_control */
.visual_control_box {
  text-align: center;
  width: 160px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 13px;
}
.visual_control_box .visual_page {
  font-family: "Montserrat";
  width: auto;
  display: inline-block;
  color: #898989;
  font-size: 15px;
  vertical-align: middle;
}
.visual_control_box .visual_page .counting_num {
  color: #fff;
}
.visual_control_box .arrow_btn {
  text-align: center;
  vertical-align: middle;
  transform: rotate(-90deg);
  margin-top: -10px;
}
.visual_prev_btn {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/visual_prev_btn.png?v1")
    no-repeat center;
  background-size: cover;
  width: 22px;
  height: 22px;
  cursor: pointer;
  margin: 0 auto;
}
.visual_next_btn {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/visual_next_btn.png?v1")
    no-repeat center;
  background-size: cover;
  width: 22px;
  height: 22px;
  cursor: pointer;
  margin: 0 auto;
}

.main_visual_play {
  width: 22px;
  height: 22px;
  margin: 0 auto;
  border-radius: 50%;
  border: none;
  background: none;
  transform: rotate(90deg);
}
.main_visual_play img {
  cursor: pointer;
}
.main_visual_play img.play {
  display: none;
}

.visual_prev_btn:focus,
.visual_next_btn:focus,
.main_visual_play:focus {
  outline: 2px solid #fff;
  background-color: rgba(213, 102, 44, 0.5);
}

/* opening_status */
.opening_status {
  width: 100%;
  height: 100%;
  text-align: center;
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/con01_1_bg_250523.jpg")
    no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  box-sizing: border-box;
  padding: 140px 267px 150px;
}
.opening_status img {
  max-width: 100%;
}

.opening_status .cont_tit {
  color: #fff;
}
.opening_status .cont_tit dt {
  font-size: 48px;
  line-height: 1;
  padding-bottom: 20px;
}
.opening_status .cont_tit dt strong {
  font-weight: bold;
}
.opening_status .cont_tit dd {
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 76px;
  letter-spacing: -1px;
}

/* cont01 */
.cont01 {
  width: 100%;
  height: 1235px;
  text-align: center;
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/cont01_bg_250224.jpg")
    no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  box-sizing: border-box;
  padding-top: 140px;
}
/*history_inner*/
.history_inner {
  width: 1654px;
  height: 705px;
  margin: 98px auto 0;
  position: relative;
}
.cont01 .history_01 {
  position: absolute;
  top: -5px;
  left: -49px;
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/cont_01_01_bg_shadow.png")
    no-repeat;
  background-size: 100%;
  width: 450px;
  height: 403px;
}
.cont01 .history_02 {
  position: absolute;
  bottom: -94px;
  left: 170px;
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/cont_01_02_bg_shadow_v2.png")
    no-repeat;
  background-size: 100%;
  width: 450px;
  height: 422px;
}
.cont01 .history_03 {
  position: absolute;
  top: -5px;
  left: 396px;
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/cont_01_03_bg_shadow.png")
    no-repeat;
  background-size: 100%;
  width: 450px;
  height: 403px;
}
.cont01 .history_04 {
  position: absolute;
  bottom: -99px;
  left: 615px;
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/cont_01_04_bg_shadow.png")
    no-repeat;
  background-size: 100%;
  width: 450px;
  height: 422px;
}
.cont01 .history_05 {
  position: absolute;
  top: -5px;
  right: 363px;
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/cont_01_05_bg_shadow.png")
    no-repeat;
  background-size: 100%;
  width: 450px;
  height: 422px;
}
.cont01 .history_06 {
  position: absolute;
  bottom: -99px;
  left: 1063px;
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/cont_01_04_bg_shadow.png")
    no-repeat;
  background-size: 100%;
  width: 450px;
  height: 422px;
}

.cont01 .history_line {
  position: absolute;
  right: 23px;
  top: 316px;
}

/* ✅ history animation (공통 키프레임 + 단계별 딜레이만 다르게) */
@keyframes history_ani_img {
  0% {
    opacity: 0;
    transform: translate(0, -20%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/* .history_ani,
.history_ani_01,
.history_ani_02,
.history_ani_03,
.history_ani_04,
.history_ani_05,
.history_ani_06 {
  animation-name: history_ani_img;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
} */

/* 기본 (필요 시 사용) */
.history_ani {
  animation-delay: 0.25s;
}

/* 순차 등장용 - 01~06 자연스럽게 이어지게 설정 */
.history_ani_01 {
  animation-delay: 0.5s;
}
.history_ani_02 {
  animation-delay: 0.75s;
}
.history_ani_03 {
  animation-delay: 1s;
}
.history_ani_04 {
  animation-delay: 1.25s;
}
.history_ani_05 {
  animation-delay: 1.5s;
}
.history_ani_06 {
  animation-delay: 1.75s;
}

.history_inner {
  text-align: left;
}
.history_inner li {
  padding-left: 48px;
}
.history_inner .year {
  font-family: "Montserrat";
  color: #ed6c29;
  font-weight: bold;
  font-size: 17px;
}
.history_inner .history_txt {
  font-size: 15px;
  color: #000;
  letter-spacing: -0.5px;
  line-height: 1.4;
}
.history_inner .space {
  display: inline-block;
  width: 10px;
}

/*history_01*/
.history_01 {
  padding-top: 52px;
}
.history_01 .year {
  padding-bottom: 2px;
}
.history_01 .history_txt {
  padding-bottom: 25px;
}

/*history_02*/
.history_02 {
}
.history_02 li:first-child {
  padding-top: 55px;
}
.history_02 .year {
  padding-bottom: 2px;
}
.history_02 .history_txt {
  padding-bottom: 10px;
}

/*history_03*/
.history_03 {
}
.history_03 li:first-child {
  padding-top: 36px;
}
.history_03 .year {
  padding-bottom: 2px;
}
.history_03 .history_txt {
  padding-bottom: 11px;
}

/*history_04*/
.history_04 {
}
.history_04 li:first-child {
  padding-top: 36px;
}
.history_inner .history_04 li {
  padding-left: 68px;
}
.history_04 .year {
  padding-bottom: 2px;
}
.history_04 .history_txt {
  padding-bottom: 10px;
}

/*history_05*/
.history_05 {
}
.history_05 li:first-child {
  padding-top: 27px;
}
.history_inner .history_05 li {
  padding-left: 60px;
}
.history_05 .year {
  padding-bottom: 2px;
}
.history_05 .history_txt {
  padding-bottom: 24px;
}

/*history_06*/
.history_06 {
}
.history_06 li:first-child {
  padding-top: 86px;
}
.history_inner .history_06 li {
  padding-left: 68px;
}
.history_06 .year {
  padding-bottom: 2px;
}
.history_06 .history_txt {
  padding-bottom: 10px;
}

/*.history_slide_wrap {width:100%; overflow:hidden; margin-top:115px;}*/

/*.main_history_slide {width:100%;}*/
/*.main_history_slide .swiper-wrapper {height:410px; align-items: flex-end !important; z-index: 20;}*/
/*.main_history_slide .swiper-slide {position:relative; width:400px; height:290px;}*/
/*.main_history_slide .swiper-slide .layer {width:100%; height:100%; border-radius:10px; transition: border-radius 600ms;}*/
/*.main_history_slide .swiper-slide .inner {position: absolute; top: 0; bottom: 0; left: 50%; width: 110%; height: 100%; background-color: transparent !important; transform: translate(-50%, 0); border-radius: 10px;}*/
/*.main_history_slide .swiper-slide .inner ul {position: absolute; top: 0; bottom: 0; left: 50%; width: 91%; height: 100%; background-color: #fff !important; transform: translate(-50%, 0); border-radius: 10px; padding:40px 35px 0; text-align: left; box-sizing:border-box;}*/
/*.main_history_slide .swiper-slide .inner ul li.date {font-family: 'Montserrat'; font-size:38px; color:#000; font-weight:bold; padding-bottom:20px; border-bottom:1px solid #bfbfbf; line-height:1; margin-bottom:25px;}*/
/*.main_history_slide .swiper-slide .inner ul li.txt {font-size:20px; color:#000; line-height:1.2; margin-bottom:10px; letter-spacing:-1px; position:relative; padding-left:9px;}*/
/*.main_history_slide .swiper-slide .inner ul li.txt::before {content:'·'; display:block; position:absolute; left:0; top:0;}*/
/*.main_history_slide .swiper-slide .inner ul li.txt strong {font-weight:500; color:#f36f2a;}*/

/*.main_history_slide .swiper-slide.swiper-slide-active {height:370px;}*/
/*.main_history_slide .swiper-slide.swiper-slide-active .layer {border-radius: 10px 50px 10px 10px; transform-origin: center bottom; background-color: #f36f2a; animation: scaleani 600ms forwards; text-indent:-99999px;}*/
/*.main_history_slide .swiper-slide.swiper-slide-active .inner {height:110%; background-color:transparent !important; animation:heightani 600ms forwards;}*/
/*.main_history_slide .swiper-slide.swiper-slide-active .inner ul {background-color:transparent !important;}*/
/*.main_history_slide .swiper-slide.swiper-slide-active ul li.date {color:#fff; border-bottom:1px solid #fff;}*/
/*.main_history_slide .swiper-slide.swiper-slide-active ul li.txt {color:#fff;}*/
/*.main_history_slide .swiper-slide.swiper-slide-active ul li.txt strong {color:#fff;}*/

/*.history_control_box {display: flex; flex-flow: row nowrap; align-items: center; justify-content: space-between; width: 100%; max-width:1600px; position:relative; margin:50px auto 0; padding:0 0 2px;}*/
/*.history_control_box .swiper-pagination-progressbar {width:100%; max-width:1436px; height:3px; background:#fff; top: 50%; transform: translate(0,-50%);}*/
/*.history_control_box .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background:#f36f2a;}*/

/*.history_control_box .history_page {font-family: 'Montserrat'; display:inline-block; color:#898989; font-size:15px; vertical-align:middle; position: inherit; width: 100%; text-align: right;}*/
/*.history_control_box .history_page .counting_num {color:#fff;}*/

/*.history_control_box .history_arrow_btn {display: flex; flex-flow: column; flex-direction: row; margin-left: 15px;}*/

/*.history_control_box .history_prev_btn{background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/visual_prev_btn.png?v1") no-repeat center;background-size: cover;width:22px;height:22px;cursor: pointer; margin:0 auto; transform: rotate(270deg);}*/
/*.history_control_box .history_next_btn{background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/visual_next_btn.png?v1") no-repeat center;background-size: cover;width:22px;height:22px;cursor: pointer; margin:0 auto; transform: rotate(270deg);}*/

/*.history_play {width:22px;height:22px; margin:0 auto; border-radius:50%; border:none; background:none;}*/
/*.history_play img {cursor:pointer}*/
/*.history_play img.play {display:none;}*/

/*.history_prev_btn:focus, .history_next_btn:focus, .history_play:focus {outline: 2px solid #fff; background-color:rgba(213,102,44,0.5);}*/

@keyframes scaleani {
  0% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(1.08, 1.1);
  }
}

/* cont02 */
.cont02 {
  width: 100%;
  text-align: center;
  padding: 140px 0 165px;
}
.cont02 .img_box {
  max-width: 1369px;
  margin: 100px auto 0;
}
.cont02 .img_box img {
  width: 100%;
}

.cont02 dl.cont_tit dd {
  margin-bottom: 29px;
}
.cont02 dl.cont_tit dd.sm_txt {
  font-size: 25px;
  letter-spacing: -1px;
  margin-bottom: 11px;
}
.cont02 .sm_span {
  font-size: 20px;
}
/* cont03 */
.cont03 dl.cont_tit dd.sm_txt {
  font-size: 25px;
  letter-spacing: -1px;
  margin: 30px 0 0 0;
}
.service {
  width: 100%;
  height: 1600px;
  padding: 140px 0 165px;
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/cont03_bg.jpg")
    no-repeat center;
  background-size: cover;
  box-sizing: border-box;
  text-align: center;
}
.service dl.cont_tit dt {
  color: #898989;
}
.service dl.cont_tit dd {
  color: #1b1b1b;
}
.service-contents-list {
  width: 1640px;
  height: 932px;
  margin: 100px auto 0;
  text-align: left;
  position: relative;
}
.service-contents-column {
  width: 306px;
  height: fit-content;
  padding-bottom: 56px;
  box-sizing: border-box;
}
.service-contents-column .service-img {
  width: 114px;
  height: 90px;
  margin-bottom: 28px;
  opacity: 0;
}
.service-contents-column01 {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 103px;
}
.service-contents-column02 {
  position: absolute;
  left: 20.5%;
  top: 0;
  margin-top: 180px;
}
.service-contents-column03 {
  position: absolute;
  left: 40.98%;
  top: 0;
}
.service-contents-column04 {
  position: absolute;
  left: 61.3%;
  top: 0;
  margin-top: 80px;
}
.service-contents-column05 {
  position: absolute;
  left: 0;
  top: 503px;
}
.service-contents-column06 {
  position: absolute;
  left: 20.5%;
  top: 583px;
}
.service-contents-column07 {
  position: absolute;
  left: 40.98%;
  top: 403px;
}
.service-contents-column08 {
  position: absolute;
  left: 61.3%;
  top: 489px;
}
.service-contents-column09 {
  position: absolute;
  top: 205px;
  left: 81.6%;
}

.service-contents-column01 .service-img {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/cont03_img01_250224_v1.png")
    no-repeat;
  background-size: contain;
}
.service-contents-column02 .service-img {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/cont03_img02_250224_v1.png")
    no-repeat;
  background-size: contain;
}
.service-contents-column03 .service-img {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/cont03_img03_250224_v1.png")
    no-repeat;
  background-size: contain;
}
.service-contents-column04 .service-img {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/cont03_img04_250224_v1.png")
    no-repeat;
  background-size: contain;
}
.service-contents-column05 .service-img {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/cont03_img05_250224_v1.png")
    no-repeat;
  background-size: contain;
}
.service-contents-column06 .service-img {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/cont03_img06_250224_v1.png")
    no-repeat;
  background-size: contain;
}
.service-contents-column07 .service-img {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/cont03_img07_250224_v1.png")
    no-repeat;
  background-size: contain;
}
.service-contents-column08 .service-img {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/cont03_img08_250224_v1.png")
    no-repeat;
  background-size: contain;
}
.service-contents-column09 .service-img {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/cont03_img09_250224_v1.png")
    no-repeat;
  background-size: contain;
}

.service-contents-column01:hover .service-img {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/cont03_img01_on_250224_v1.png")
    no-repeat;
  background-size: contain;
}
.service-contents-column02:hover .service-img {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/cont03_img02_on_250224_v1.png")
    no-repeat;
  background-size: contain;
}
.service-contents-column03:hover .service-img {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/cont03_img03_on_250224_v1.png")
    no-repeat;
  background-size: contain;
}
.service-contents-column04:hover .service-img {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/cont03_img04_on_250224_v1.png")
    no-repeat;
  background-size: contain;
}
.service-contents-column05:hover .service-img {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/cont03_img05_on_250224_v1.png")
    no-repeat;
  background-size: contain;
}
.service-contents-column06:hover .service-img {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/cont03_img06_on_250224_v1.png")
    no-repeat;
  background-size: contain;
}
.service-contents-column07:hover .service-img {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/cont03_img07_on_250224_v1.png")
    no-repeat;
  background-size: contain;
}
.service-contents-column08:hover .service-img {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/cont03_img08_on_250224_v1.png")
    no-repeat;
  background-size: contain;
}
.service-contents-column09:hover .service-img {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/cont03_img09_on_250224_v1.png")
    no-repeat;
  background-size: contain;
}

.service-contents-column > div {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 350px;
  padding: 29px 0 0 22px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #e8e8e8;
  color: #000;
  transition: all 0.3s;
  letter-spacing: -0.5px;
}
.service-contents-column.service-contents-column09 > div {
  height: 511px;
}

/*service-contents-tit*/
.service-contents-tit {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}

/*.service-contents-txt*/
.service-contents-txt {
  font-size: 15px;
  line-height: 1.4;
}
.service-contents-desc li {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 8px;
  padding-left: 10px;
  position: relative;
}
.service-contents-column09 .service-contents-desc li {
  padding-left: 5px;
}
.service-contents-desc li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}
.service-contents-column09 .service-contents-desc li::before {
  left: -4px;
}

.service-contents-column:hover > div {
  border-top-right-radius: 100px;
  background-color: #f36f2a;
  color: #fff;
}
.service-contents-column:hover > div .service-contents-pc-img path {
  fill: #fff;
  stroke: #fff;
}

.service_ani {
  animation: service_ani_img 0.5s 0.25s forwards ease-in-out;
}
@keyframes service_ani_img {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1; /*top:0;*/
  }
}

.service_desc {
  font-size: 22px;
  color: #fff;
  display: inline-block;
  margin: 42px auto 0;
  background: #f36f2a;
  padding: 6px 10px 10px;
}
.service_desc strong {
  font-weight: bold;
}

/* cont04 */
.cont04 {
  width: 100%;
  text-align: center;
  padding: 140px 0 165px;
  background: #222;
}
.partnership-roller-container {
  overflow: hidden;
  display: flex;
  position: relative;
  margin-top: 130px;
}
.partnership-roller-container .wrap {
  display: flex;
}
.partnership-roller-container .roller {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 6.875em;
}
.partnership-roller-container .roller-list {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: loop-slide 50s infinite linear 1s both;
  -webkit-animation: loop-slide 50s infinite linear 1s both;
}
.partnership-roller-container .roller-box {
  display: flex;
  height: 100%;
  margin-right: 120px;
}
.partnership-roller-container .roller-box img {
}
.partnership-roller-container .roller-box04,
.partnership-roller-container .roller-box05 {
}

@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* footer */
#footer {
  background: #fff;
  border-top: 1px solid #e9e9e9;
  padding-bottom: 80px;
}
.footer_wrap {
  max-width: 1350px;
  margin: 0 auto;
  padding: 30px 0 25px;
}
.footer_contents {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.footer_logo {
  width: 27%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.footer_logo > img {
  max-width: 170px;
}
.footer_cont_list {
  display: block;
  margin: 0 auto;
  width: 300px;
  text-align: center; /* padding-left: 70px; */
  box-sizing: border-box;
}
.footer_cont_list > li {
  display: inline-block;
  vertical-align: top; /* border-left: 1px solid #c6c6c6;padding-left: 20px;width: 32%; */
  box-sizing: border-box;
}
.footer_cont_list li:nth-child(1) .footer_cont_list_tit {
  letter-spacing: 0;
}
/*.footer_cont_list > li:nth-child(2){margin: 0 73px 0 90px;}*/
.footer_cont_list > li .footer_cont_list_tit {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: bold;
  color: #7f7f7f;
  margin-bottom: 13px;
  letter-spacing: 2px;
  font-family: "Noto Sans KR";
}
.footer_cont_list > li .footer_cont_list_txt {
  font-size: 14px;
  font-weight: 300;
  color: #7f7f7f;
  line-height: 1.8;
}
.footer_cont_list > li .footer_cont_list_txt a {
  color: #7f7f7f;
}
.footer_copyright {
  font-size: 12px;
  color: #7f7f7f;
  text-align: center;
  padding-top: 25px;
}

/* 하단 고정 DB창 */
/* quick counsel area */
.sub_counselWrap {
  width: 100%;
  height: 80px;
  position: fixed;
  bottom: 0;
  z-index: 1000;
}
.sub_counselWrap .counselwrapper {
  background: #2d3a49;
  width: 1120px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
}

.sub_counselWrap .counsel_info {
  width: 80%;
  height: 84px;
  margin: 15px 0 0 40px;
}

.sub_counselWrap .counsel_info > p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
}
.sub_counselWrap .counsel_info > p:first-child {
  padding-left: 0;
}
.sub_counselWrap .ico_counsel {
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/counsel_icon_id.png")
    no-repeat;
  background-size: cover;
  width: 38px;
  height: 40px;
  text-indent: -9999px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  box-sizing: border-box;
}
.sub_counselWrap .text_box {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}

.sub_counselWrap .text_box strong {
  font-size: 20px;
  margin-top: 3px;
  font-weight: bold;
  display: block;
}
.sub_counselWrap .text_box strong a {
  font-weight: bold;
}

.sub_counselWrap .counsel_info .input_area {
  display: inline-block;
  width: 65%;
  padding-left: 40px;
}

.sub_counselWrap .counsel_info .input_area > span {
  margin-left: 4px;
  background: #646671;
  height: 30px;
  padding: 5px 10px;
  line-height: 22px;
  width: 28%;
  display: inline-block;
}
.sub_counselWrap .counsel_info .input_area > span:first-child {
  margin-left: 0;
}
.sub_counselWrap .counsel_info .input_area > span > input {
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  background: #646671;
  width: 100%;
}

/*.sub_counselWrap .funnels_area*/
.sub_counselWrap .funnels_area {
  display: flex;
  width: 65%;
  padding-left: 252px;
  column-gap: 126px;
  margin-top: 11px;
}
.sub_counselWrap .funnels_area ul {
  display: flex;
  column-gap: 29px;
}
.sub_counselWrap .funnels_area li {
  display: flex;
  position: relative;
}
.site_checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  margin: -1px;
  clip-path: inset(50%);
}
.label_box {
  position: relative;
}
.label_box label {
  padding-left: 2.2em;
  position: relative;
  cursor: pointer;
}
.label_box .check_icon {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #1d242e;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.label_box .check_icon::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 15px;
  height: 14px;
  left: 14%;
  top: 10%;
  background: url("//image.idhospital.com/bz.idclinic.co.kr/renew/counsel_funnels_check.png")
    no-repeat;
  background-size: contain;
  opacity: 0;
}
input.site_checkbox[type="checkbox"]:checked + .label_box .check_icon {
  border-color: #1d242e;
  background-color: #fff;
}
input.site_checkbox[type="checkbox"]:checked + .label_box .check_icon::before {
  border-color: #fff;
  opacity: 1;
}

.sub_counselWrap .btn_counsel a {
  width: 20%;
  height: 80px;
  padding: 20px 0;
  background: #f36f2a;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 80px;
  display: block;
}
.sub_counselWrap .btn_counsel span {
  background: url(//images.idhospital.com/image/idhospital/common/ico_quick.png)
    left top no-repeat;
  background-position: -195px 0;
  width: 9px;
  height: 15px;
  text-indent: -9999px;
  display: inline-block;
  vertical-align: middle;
  margin: -5px 0 0 10px;
}

/*유경추가*/
.sub_counselWrap .db_detail {
  width: 94.6%;
  height: 225px;
  background-color: #2d3a49;
  opacity: 0.9;
  float: left;
  margin-top: 20px;
  z-index: 101;
  padding: 30px;
}
.sub_counselWrap .db_detail.popup {
  display: none;
}
.sub_counselWrap .db_contents {
  margin-top: -25px;
}
.sub_counselWrap .counsel_submit {
  float: right;
  cursor: pointer;
}
.sub_counselWrap .privacy_box {
  display: inline-block;
  width: 200px;
  position: absolute;
  margin-left: 20px;
  bottom: 0;
}
.sub_counselWrap .privacy_agree_label {
  color: #fff;
  font-size: 14px;
}
.sub_counselWrap .counsel_btn {
  background-color: #2d3a4a;
  display: inline-block;
  width: 20%;
}
.sub_counselWrap .close_box {
  display: inline-block;
  position: relative;
  left: 97%;
  top: 0px;
  z-index: 999;
  cursor: pointer;
}
.counsel_info input:focus {
  outline: none;
}

.db_detail .privacy_agree_box {
  position: relative;
  margin-bottom: 15px;
}
.db_detail .privacy_title {
  font-size: 17px;
}
.db_detail .privacy_sub_title {
  font-size: 16px;
}
.db_detail .privacy_table {
  border: solid 1px #fff;
  width: 100%;
  text-align: center;
}
.db_detail .privacy_table tr {
  height: 50px;
}
.db_detail .privacy_table tr td {
  border: solid 1px #fff;
}
.db_detail .privacy_info {
  color: #b4b7ba;
  font-size: 15px;
}
/*유경추가끝*/

/*radio*/
.sub_counselWrap input[type="radio"] {
  display: none;
}
.sub_counselWrap input[type="radio"] + label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 14px;
}
.sub_counselWrap input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  position: absolute;
  left: 0;
  bottom: 0px;
  /*background-color:#ccc;*/
  border-radius: 100%;
  border: solid 1px #a7b1bd;
}
.sub_counselWrap input[type="radio"] + label:after {
  box-sizing: content-box;
  content: "";
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 47%;
  left: 3px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}
.sub_counselWrap input[type="radio"]:checked + label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*placeholder*/
::-webkit-input-placeholder {
  /* Webkit browsers */
  color: #fff;
  font-size: 14px;
  font-family: NotoSans CJK KR;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
  font-size: 14px;
  font-family: NotoSans CJK KR;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
  font-size: 14px;
  font-family: NotoSans CJK KR;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
  font-size: 14px;
  font-family: NotoSans CJK KR;
}

@media screen and (max-width: 1600px) {
  /* header */
  .logo {
    margin-left: 40px;
  }

  /* visual */
  /*.thumbs-slide-wrap .inner {width:130px;}
	.thumbs-slide-wrap .inner .main_visual_thumbs {width:130px;}
	.main_visual_thumbs .swiper-wrapper .thumbs-slide-con {width:130px !important; height:130px; padding:1.5em 1.3em 1.5em;}*/

  /* history */
  .history_control_box {
    width: 90%;
  }
  .history_control_box .swiper-pagination-progressbar {
    max-width: 75vw;
  }
  /* cont03 */
  /*.service-contents-list {width:1260px;}*/
  /*.service-contents-column {*/
  /*	width:249px;*/
  /*}*/
  /*.service-contents-column > div {*/
  /*	height: 305px;*/
  /*	!*padding:45px 35px 45px 45px;*!*/
  /*}*/
  /*.service-contents-column07 > div {padding:35px 35px 25px 45px;}*/
  /*.service-contents-column .service-img {*/
  /*	margin-bottom: 16px;*/
  /*	height: 70px;*/
  /*}*/
  /*.service-contents-tit {*/
  /*	margin-bottom: 12px;*/
  /*}*/
  /* cont02 */
  .cont02 {
    padding: 100px 0 125px;
  }
  .cont02 .img_box {
    margin: 70px auto 0;
    width: 90%;
  }

  /* cont03 */
  .service {
    height: 2710px;
    padding: 100px 0 125px;
  }
  .service-contents-list {
    width: 720px;
    margin: 70px auto 0;
    height: 2114px;
  }

  .service-contents-column {
    top: 0;
  }
  .service-contents-column07 > div {
    padding: 25px 25px 20px 35px;
  }
  .service-contents-column .service-img {
    margin-bottom: 25px;
    height: 93px;
    background-size: contain;
  }
  .service-contents-column07 .service-img {
    margin-bottom: 13px;
  }
  .service-contents-column01 {
    left: 6%;
    margin-top: 0;
  }
  .service-contents-column02 {
    left: 52.85%;
    margin-top: 35px;
  }
  .service-contents-column03 {
    left: 6%;
    top: 390px;
  }
  .service-contents-column04 {
    left: 52.85%;
    top: 345px;
  }
  .service-contents-column05 {
    left: 6%;
    top: 780px;
  }
  .service-contents-column06 {
    left: 52.85%;
    top: 815px;
  }
  .service-contents-column07 {
    left: 6%;
    top: 1170px;
  }
  .service-contents-column08 {
    left: 52.85%;
    top: 1205px;
  }
  .service-contents-column09 {
    left: 6%;
    top: 1558px;
  }
  .service_desc {
    font-size: 17px;
  }
}

/***** 1280px *****/
@media screen and (max-width: 1720px) {
  dl.cont_tit dd {
    font-size: 44px;
  }

  /* header */
  .header {
    padding: 0;
    height: auto;
    line-height: 1;
  }
  .logo {
    float: none;
    display: block;
    margin-left: 0;
  }
  .logo > a > img {
    margin: 0 auto;
  }
  .gnb_wrap {
    float: none;
    display: block;
    margin: 0;
    text-align: center;
  }
  .gnb_wrap .gnb {
    height: auto;
    padding: 30px 0 0;
  }
  .gnb_wrap .gnb > li {
    padding-bottom: 20px;
  }
  .gnb_wrap .gnb > li:after {
    bottom: 10px;
  }
  .gnb_wrap .gnb .gnb_tel {
    display: block;
    font-size: 16px;
    margin: 20px 0 0 0;
  }
  .gnb_wrap .gnb .gnb_tel a {
    font-size: 16px;
  }

  .family_list {
    top: 36px;
  }

  /* visual */
  .main_visual_slide .inner {
    max-width: 100%;
    padding: 13% 0 0;
  }
  .main_visual_slide .inner p {
    font-size: 38px;
    padding-left: 60px;
  }

  .main_visual_slide .main_video > p {
    top: 200px;
    left: 55%;
  }
  .thumbs-slide-wrap {
    top: 74.5%;
    max-width: 1280px;
  }
  .thumbs-slide-wrap .inner {
    width: 90%;
    left: 5%;
  }
  .thumbs-slide-wrap .inner .main_visual_thumbs {
    width: auto;
  }

  .main_visual_thumbs .swiper-wrapper {
    justify-content: left;
    flex-flow: row;
  }
  .main_visual_slide .medigate .inner p:first-child {
    display: inline-block;
    width: 350px;
  }
  /* opening_status */
  .opening_status {
    padding: 100px 150px 125px;
  }
  /* cont01 */
  .cont01 {
    padding-top: 100px;
    height: 965px;
  }
  /* history_inner */
  .history_inner {
    /*width: 100%;*/
    width: 1280px;
    margin-top: 55px;
  }

  /* history_line */
  .cont01 .history_line {
    right: 5%;
    width: 85%;
    top: 39%;
  }
  .cont01 .history_line img {
    width: 100%;
  }
  .history_inner .year {
    font-size: 15px;
  }
  .history_inner .history_txt {
    font-size: 13px;
  }
  .history_inner li {
    padding-left: 38px;
  }
  .cont01 .history_01 {
    width: 367px;
    height: 310px;
    left: 0.3%;
    padding-top: 21px;
  }
  .history_01 .history_txt {
    padding-bottom: 18px;
  }
  .cont01 .history_02 {
    width: 367px;
    height: 337px;
    left: 12.2%;
    bottom: 6.5%;
  }
  .history_02 li:first-child {
    padding-top: 30px;
  }

  .cont01 .history_03 {
    width: 367px;
    height: 317px;
    left: 24.9%;
  }
  .history_03 .history_txt {
    padding-bottom: 10px;
  }
  .history_03 li:first-child {
    padding-top: 22px;
  }

  .cont01 .history_04 {
    width: 367px;
    height: 337px;
    bottom: 6.5%;
    left: 37%;
  }
  .history_inner .history_04 li {
    padding-left: 57px;
  }
  .history_04 li:first-child {
    padding-top: 26px;
  }
  .history_04 .history_txt {
    padding-bottom: 5px;
  }
  .cont01 .history_05 {
    width: 367px;
    height: 317px;
    right: 21.7%;
  }
  .history_inner .history_05 li {
    padding-left: 46px;
  }
  .history_05 li:first-child {
    padding-top: 16px;
  }
  .history_05 .history_txt {
    padding-bottom: 17px;
  }

  .cont01 .history_06 {
    width: 367px;
    height: 317px;
    left: 61.76%;
    bottom: 9.7%;
  }

  /* cont02 */
  .cont02 {
    padding: 100px 0 125px;
  }
  .cont02 .img_box {
    margin: 70px auto 0;
    width: 90%;
  }

  /* cont03 */
  /*.service {*/
  /*	height: 2920px;*/
  /*	padding: 100px 0 125px;*/
  /*}*/
  /*.service-contents-list {*/
  /*	width:720px;*/
  /*	margin:70px auto 0;*/
  /*	height: 2314px;*/
  /*}*/

  /*.service-contents-column {top:0;}*/
  /*.service-contents-column > div {*/
  /*	!*padding:45px 25px 45px 35px; *!*/
  /*	height:360px;*/
  /*}*/
  /*.service-contents-column.service-contents-column09 > div {*/
  /*	height: 704px;*/
  /*}*/
  /*.service-contents-column07 > div {padding:25px 25px 20px 35px;}*/
  /*.service-contents-column .service-img {*/
  /*	margin-bottom:25px;*/
  /*	height: 93px;*/
  /*	background-size: contain;*/
  /*}*/
  /*.service-contents-column07 .service-img {margin-bottom:13px;}*/
  /*.service-contents-column01 {left:6%; margin-top:0;}*/
  /*.service-contents-column02 {left:52.85%; margin-top:35px;}*/
  /*.service-contents-column03 {left:6%; top:390px;}*/
  /*.service-contents-column04 {left:52.85%; top:345px;}*/
  /*.service-contents-column05 {left:6%; top:780px;}*/
  /*.service-contents-column06 {left:52.85%; top:815px;}*/
  /*.service-contents-column07 {left:6%; top:1170px;}*/
  /*.service-contents-column08 {left:52.85%; top:1205px;}*/
  /*.service-contents-column09 {*/
  /*	left: 6%;*/
  /*	top: 1610px;*/

  /*}*/

  /* cont04 */
  .cont04 {
    padding: 100px 0 125px;
  }
  .partnership-roller-container {
    margin-top: 100px;
  }

  /* 하단 고정 DB창 */
  /*.sub_counselWrap .counselwrapper {width:1024px;}*/
}

@media all and (max-width: 1024px) {
  .contact_wrap {
    width: 1024px;
    overflow: scroll;
  }

  dl.cont_tit dd {
    font-size: 38px;
  }

  /* visual */
  .main_visual_slide .inner {
    padding: 11% 0 0;
  }
  .main_visual_slide .inner p {
    font-size: 32px;
  }
  .main_visual_slide .main_video > p {
    font-size: 32px;
    left: 61%;
    top: 18vw;
  }

  .main_visual_thumbs .swiper-wrapper .thumbs-slide-con {
    width: 100px !important;
    height: 100px;
    padding-bottom: 15px;
  }
  .visual_control_box {
    width: 125px;
  }

  /* cont01 */
  /* cont01 */
  .cont01 {
    padding-top: 100px;
    height: 965px;
  }
  /* history_inner */
  .history_inner {
    /*width: 100%;*/
    width: 1024px;
    margin-top: 55px;
  }
  /* history_line */
  .cont01 .history_line {
    width: 80%;
    right: 9%;
  }
  .cont01 .history_line img {
    width: 100%;
  }
  .history_inner .year {
    font-size: 15px;
  }
  .history_inner .history_txt {
    font-size: 12px;
  }
  .history_inner li {
    padding-left: 32px;
  }
  .cont01 .history_01 {
    width: 318px;
    height: 248px;
    top: 5%;
    left: 0%;
  }
  .history_01 .history_txt {
    padding-bottom: 18px;
  }
  .cont01 .history_02 {
    width: 318px;
    height: 288px;
    bottom: 14%;
    left: 11.2%;
  }
  .history_02 li:first-child {
    padding-top: 27px;
  }

  .history_02 .history_txt {
    padding-bottom: 3px;
  }

  .cont01 .history_03 {
    width: 318px;
    height: 268px;
    top: 5%;
    left: 23.5%;
  }
  .history_inner .history_03 li {
    padding-left: 27px;
  }
  .history_03 .history_txt {
    padding-bottom: 7px;
  }
  .history_03 li:first-child {
    padding-top: 15px;
  }
  .cont01 .history_04 {
    width: 318px;
    height: 288px;
    left: 34.6%;
    bottom: 14%;
  }
  .history_04 .year {
    padding: 0;
  }
  .history_inner .history_04 li {
    padding-left: 45px;
  }
  .history_04 li:first-child {
    padding-top: 22px;
  }
  .history_04 .history_txt {
    padding-bottom: 3px;
  }
  .cont01 .history_05 {
    width: 318px;
    height: 268px;
    top: 5%;
    right: 22%;
  }
  .history_inner .history_05 li {
    padding-left: 38px;
  }
  .history_05 li:first-child {
    padding-top: 14px;
  }
  .history_05 .history_txt {
    padding-bottom: 7px;
  }
  .cont01 .history_06 {
    width: 315px;
    height: 268px;
    left: 58%;
    bottom: 16.6%;
  }
  .history_inner .history_06 li {
    padding-left: 40px;
  }
  .history_06 li:first-child {
    padding-top: 56px;
  }

  /* footer */
  .footer_cont_list > li .footer_cont_list_txt {
    font-size: 12px;
  }

  /* 하단 고정 DB창 */
  /*.sub_counselWrap .counselwrapper {width:100%;}*/
  .sub_counselWrap .btn_counsel a {
    width: 15%;
  }
  .sub_counselWrap .counsel_info {
    width: 82%;
    margin: 20px 0 0 10px;
  }
  .sub_counselWrap .counsel_info .input_area {
    width: 64%;
    padding-left: 2%;
  }
  .sub_counselWrap .counsel_info .input_area > span {
    width: 25%;
  }
  .sub_counselWrap .close_box {
    left: 96%;
  }
}

/* TOP */
img{width:auto}

@charset "utf-8";
/* Borad Style */
.reservWrap{}
.reservWrap .tit{margin-bottom:40px;line-height:1.3;word-break:keep-all;text-align:center}
.reservWrap .tit h4{font-size:3rem;color:#333}
.reservWrap .tit p{margin-top:20px;font-size:1.8rem;font-weight:300;color:#666}
.reservWrap .tit p span{color:#56b6e6}
.reservWrap .apply{}
.reservWrap .apTbl table{border-top:1px solid #ddd;border-bottom:1px solid #ddd;word-break:keep-all}
.reservWrap .apTbl table th{text-align:left;font-size:1.6rem;color:#333}
.reservWrap .apTbl table td{padding:7.5px 0;font-size:1.6rem;color:#333}
.reservWrap .apTbl table tr:first-of-type td{padding-top:22.5px}
.reservWrap .apTbl table tr:last-of-type td{padding-bottom:22.5px}
.reservWrap .apTbl table tr:first-of-type th{padding-top:22.5px}
.reservWrap .apTbl table tr:last-of-type th{padding-bottom:22.5px}
.reservWrap .apTbl table tr.top{border-bottom:1px solid #ddd}
.reservWrap .apTbl table tr.top td{padding:30px 0}
.reservWrap .apTbl table tr.top th{padding:30px 0}
.reservWrap .apTbl .inp_grp{font-size:1.6rem;color:#333}
.reservWrap .apTbl .inp_grp input[type='text'], 
.reservWrap .apTbl .inp_grp input[type='tel'], 
.reservWrap .apTbl .inp_grp input[type='password'], 
.reservWrap .apTbl .inp_grp select{width:380px}
.reservWrap .apTbl .inp_grp label{margin-right:10px;font-size:1.6rem;color:#333}
.reservWrap .apTbl .inp_grp input[type='checkbox']+label:before{width:14px;height:14px;line-height:14px;margin-right:5px}
.reservWrap .apTbl .inp_grp input[type='radio']+label:before{width:14px;height:14px;line-height:14px;margin-right:5px}
.reservWrap .apTbl .inp_grp input[type='radio']:checked+label:after{left:5px;width:9px;height:9px}
.reservWrap .apTbl .inp_grp input[type='file']{padding:8px 0;background:#fff}
.reservWrap .apTbl .inp_grp input[type='button']{width:100px;height:40px;border:1px solid #c7c7c7}
.reservWrap .apTbl textarea{display:block;box-sizing:border-box;width:100%;height:180px;padding:15px;border:1px solid #c7c7c7;background:#fff;font-size:1.6rem;color:#333;line-height:1.4;resize:none}
.reservWrap .apTbl .descript{display:inline-block;vertical-align:middle;margin-left:10px;font-size:1.4rem;color:#999}
.reservWrap .apTbl .descript.under_p{display:block;margin-left:0;margin-top:7.5px}
.reservWrap .apTbl .gender{overflow:hidden;width:380px;height:40px;box-sizing:border-box;border:1px solid #c7c7c7;text-align:center}
.reservWrap .apTbl .gender li{float:left;width:50%;height:100%;display:table;cursor:pointer}
.reservWrap .apTbl .gender li span{display:table-cell;vertical-align:middle;font-size:1.4rem;color:#999;background:#fff}
.reservWrap .apTbl .gender li.selected span{color:#fff;background:#56b6e6}
.reservWrap .apTbl .chk_agree .inp_grp label{margin-right:0;margin-left:10px}
.reservWrap .apCheck{margin:60px 0 40px}
.reservWrap .apCheck input[type='checkbox']{display:inline-block;vertical-align:bottom;width:15px;height:15px;margin:0}
.reservWrap .apCheck label{cursor:pointer}
.reservWrap .apCheck label span{display:inline-block;vertical-align:middle;font-size:1.6rem}
.reservWrap .apCheck label span strong{font-size:1.6rem;color:#c91818}
.reservWrap .apCheck .all{margin-bottom:15px;text-align:center}
.reservWrap .apCheck .all label span{color:#222}
.reservWrap .apCheck .pers ul{border-top:1px solid #ccc}
.reservWrap .apCheck .pers ul li{border-bottom:1px solid #ccc}
.reservWrap .apCheck .pers .check{position:relative;overflow:hidden;padding:15px}
.reservWrap .apCheck .pers .check label span{color:#999} 
.reservWrap .apCheck .pers .check.active label span{color:#1588ca} 
.reservWrap .apCheck .pers .check .chk_btn{position:absolute;top:50%;right:0;font-size:1.4rem;color:#999;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}
.reservWrap .apCheck .pers .hide{overflow:hidden;height:0;background:#f4f4f4;-webkit-transition-duration:500ms;-moz-transition-duration:300ms;-o-transition-duration:300ms;-ms-transition-duration:300ms;transition-duration:300ms}
.reservWrap .apCheck .pers .hide .scrollY{width:100%;height:100%;font-size:1.4rem;color:#999;border-top:1px solid #ccc}
.reservWrap .apCheck .pers .hide .scrollY *{font-size:inherit;color:inherit;line-height:1.4;word-break:keep-all}
.reservWrap .apCheck .pers .hide.view{height:150px}
.reservWrap .apBtn{font-size:0;text-align:center}
.reservWrap .apBtn .inp_grp input[type='button'],
.reservWrap .apBtn .inp_grp input[type='submit'],
.reservWrap .apBtn .inp_grp a.btn{width:180px;margin:0 2.5px;font-size:1.6rem}


.authWrap{position:relative;background:#fff}
.authWrap .authTab ul.tab_grp li{width:25%}
.authWrap .authTab ul.tab_grp li a{display:block}
.authWrap .authCon{padding:80px}
.authWrap .authPop{display:none}
.authWrap .authPop .blackBg{position:fixed;top:0;left:0;display:block;width:100%;height:100%;background:rgba(0,0,0,0.3);z-index:120}
.authWrap .authPop .popup{position:absolute;top:30%;left:50%;width:600px;margin-left:-300px;background:#fff;z-index:130}
.authWrap .authPop .popup .pTop{overflow:hidden;padding:20px 25px;background:#5ab1e4}
.authWrap .authPop .popup .pTop h4{font-size:1.8rem;color:#fff}
.authWrap .authPop .popup .pTop .btn_grp{position:absolute;top:18px;right:25px}
.authWrap .authPop .popup .pTop .btn_grp .close{width:21px;height:21px}
.authWrap .authPop .popup .pTop .btn_grp a i.cross_l{background:#fff}
.authWrap .authPop .popup .pTop .btn_grp a i.cross_r{background:#fff}
.authWrap .authPop .popup .pBot{padding:40px 25px}
.authWrap .authPop .popup .pBot .inp_grp{font-size:1.6rem;color:#333}
.authWrap .authPop .popup .pBot .inp_grp input[type='text']{width:340px}
.authWrap .authPop .popup .pBot .inp_grp input[type='button']{width:100px;height:40px;border:1px solid #c7c7c7}
.authWrap .authPop .popup .pBot .descript{margin-top:10px;font-size:1.4rem;color:#999}

.JI_readOnly{display:block;width:100%;height:100%;box-sizing:border-box;padding:20px 30px;background:transparent;resize:none;overflow:hidden;border:0;outline:none;overflow-y:auto}







/* BOTTOM */
#wholebg{position:absolute;top:0;left:0;width:100%;height:10px;z-index:9;background:rgba(0,0,0,0.5);filter:alpha(opacity=80);opacity:0.8;-moz-opacity:0.8;display:none}

