/*
@maxW :1200;
@moblieSize : 841;
@pcMediaSize : 1366px;
@pcSamllMediaSize : 1280px;
@tabletMediaSize : 1024px;
@tabletSmallMediaSize : 960px;
@moblieMediaSize : 841px;
//폰트 크기
@fontSize : 16;
//폰트 컬러
@color : #393939;
//줄간
@lineHeight:28;
//사이즈 마진
@defaultSm: 0;

// 문단  
@para1:80;
@para2:40;

@line_gray:#e8e8e8;
@line_gray2:#c3c3c3;
@line_yellow: #fec82f;

@c_black: #000;
@c_gray: #ddd; //gray
@c_red: #ed1c24; //red
@c_blue: #62abf5; //blue
@c_gold: #a1926f;  //gold
@c_pink: #ff7796;  //pink
@c_purple : #9e53e2; //purple
@c_apricot: #ff8e77;
@c_yellow: #fec82f;
@c_yellow2: #fef200;
@bgc_gray:#f8f8f8;

@ff : 'Nanum Barun Gothic', 'Noto Sans KR', "Malgun Gothic", sans-serif;
@ff-en : 'Roboto', sans-serif;
*/

.area_information.list{padding:1em;}
.area_information.list ul {
  overflow: hidden;
}
.area_information.list li {
  position: relative;
  float: left;
  width: 32%;
  margin:0 0.5% 20px;
}

.area_information.list li img {
  width: 100%;
}
.area_information.list li .img .on {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.area_information.list .txt {
  position: absolute;
  left: 11.9%;
  bottom: 10%;
  width: 80%;
  color: #000;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.area_information.list .txt .h1 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 20px;
}
.area_information.list .txt .t1 {
  font-size: 16px;
}
.area_information.list .txt .t2 {
  font-size: 18px;
  height: 0;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.area_information.list li:hover .img .on {
  opacity: 1;
}
.area_information.list li:hover .txt .t2 {
  height: auto;
  opacity: 1;
}
.area_information.view {
  position: relative;
  overflow: hidden;
  background-color: #f0f0f0;
  color: #333;
}
.area_information.view .cont{position: relative;}
.area_information.view .cont .titimg {
  overflow: hidden;
  position: absolute; left: 0; top: 0;
  width: 33.333%;
  max-width: 640px;
  z-index: 1;
  background-color: #eae3dd;
}
.area_information.view .cont .titimg img{max-width: 100%; height: auto;}

@media screen and (max-width: 1700px) {
  .area_information.view .cont .titimg {
    overflow: hidden;
    position: absolute; left: 0; top: 0;
    width: 33.333%;
    /*height: 100%;*/
    z-index: 1;
    background-color: #eae3dd;
  }
  /*.area_information.view .cont .titimg img{max-width: 100%; height: auto; position: absolute; left: 0; bottom: 0;}*/
}


.area_information.view .cont .txt .h {
  position: relative;
  margin-bottom: 50px;
  padding-top: 100px;
  padding-left: 39.5%;
  padding-right: 10%;
  border-bottom: 1px solid #b9b9b9;
}
.area_information.view .cont .txt .h .bg1 {
  position: absolute;
  right: 10%;
  bottom: -20px;
  width: 240px;
  height: 316px;
  background: url(../images/information/bg_view1.png) right bottom no-repeat;
  background-size: 100% auto;
}
.area_information.view .cont .txt .t {
  padding-left: 39.5%;
  padding-right: 10%;
  background-repeat: no-repeat;
  background-position: right 15%;
  background-size: 51% auto;
  padding-bottom: 60px;
}
.area_information.view .cont .txt .tit {
  z-index: 1;
  position: relative;
  padding-top: 30px;
  padding-bottom: 60px;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.4;
  color: #f27060;
}
.area_information.view .cont .txt .stit1 {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 20px;
  color: #111;
}

@media screen and (max-width: 840px) {
  .area_information.view .cont .txt .stit1 {
    margin-bottom: 3vw;
    font-size: 5vw;
  }

}

.area_information.view .cont .txt .tbl table {
  width: 100%;
  table-layout: fixed;
  background-color: #fff;
}
.area_information.view .cont .txt .tbl th,
.area_information.view .cont .txt .tbl td {
  height: 50px;
  font-size: 16px;
  vertical-align: middle;
  border: 1px solid #f0f0f0;
  text-align: center;
}
.area_information.view .cont .txt .tbl td {
  color: #444bd9;
}
/*진료시간표 변경에 따른 CSS 추가. - 2022.10.14 / L.W.Y*/
.area_information.view .cont .txt .tbl .color01 {
  color: #444bd9;
}
.area_information.view .cont .txt .tbl .color02{
  color: #EF2E37;
}

@media screen and (max-width: 840px) {
  .area_information.view .cont .txt .tbl th,
  .area_information.view .cont .txt .tbl td {
    height: auto;
    padding:3vw 0;
    font-size: 12px;
  }
}


.area_information.view .btn_back {
  width: 97px;
  height: 36px;
  font-size: 18px;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.area_information.view .btn_back span {
  display: inline-block;
  padding-left: 27px;
  position: relative;
}
.area_information.view .btn_back span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4.5px;
  width: 13px;
  height: 9px;
  background: url(../images/information/ico_back.jpg) 0 center no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 840px) {
  .area_information.view .btn_back {
    width: 25vw;
    height: 12vw;
    font-size: 4.8vw;
  }
  .area_information.view .btn_back span {
    padding-left: 7vw;
  }
  .area_information.view .btn_back span:after {
    top: 50%;
    margin-top: -1.6vw;
    width: 4vw;
    height: 3.2vw;
  }
}

.area_information.view .btn1 {
  display: inline-block;
  width: 245px;
  height: 64px;
  line-height: 64px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: #333333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.area_information.view .btn1:hover{ background-color: rgba(242,112,96,1); color: #fff; }

@media screen and (max-width: 840px) {
  .area_information.view .btn1:hover,
  .area_information.view .btn1 {
    width: 61vw;
    height: 16vw;
    line-height: 16vw;
    font-size: 4.4vw;
    color: #fff;
    background-color: #333333;
  }
}

.area_information.view .btn2 {
  display: inline-block;
  width: 329px;
  height: 110px;
  line-height: 110px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: #f27060;
}
.area_information.view .btn2 .i_next {
  position: relative;
  display: inline-block;
  padding-right: 60px;
}
.area_information.view .btn2 .i_next:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4.5px;
  width: 23px;
  height: 9px;
  background: url(../images/information/ico_next.png) 0 center no-repeat;
  background-size: 100% auto;
}
.area_information.view .btn2 .i_prev {
  position: relative;
  display: inline-block;
  padding-left: 60px;
}
.area_information.view .btn2 .i_prev:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4.5px;
  width: 23px;
  height: 9px;
  background: url(../images/information/ico_prev.png) 0 center no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 840px) {

  .area_information.view .btn2 {
    width: 48vw;
    height: 20vw;
    line-height: 20vw;
    font-size: 4vw;
  }
  .area_information.view .btn2 .i_next {
    padding-right: 10vw;
  }
  
  .area_information.view .btn2 .i_prev {
    padding-left: 10vw;
  }
}

.area_information.view .btns .rgh {
  float: right;
}
.area_information.view .botm1 {
  font-size: 0;
}
.area_information.view .botm1 img{max-width: 100%; height: auto;}
.area_information.view .botm1 .col {
  display: inline-block;
  vertical-align: top;
  width: 32.6%;
  margin-left: 1.1%;
  /* margin-bottom:1%; */ /* 아랫쪽 의료진상세 상진 아래쪽에 바로 네비케이터가 위치하도록 CSS수정. - 2021.07.26 / L.W.Y */
}
.area_information.view .botm1 .col:first-child{margin-left: 0;}

.area_information.view .botm1 .pageing{background:#f27060; position: relative; width: 100%; margin-top: 30px; text-align: center; color: #fff; padding:20px 0;}
.area_information.view .botm1 .pageing .inner{}

.area_information.view .botm1 .pageing .number{display: inline-block; vertical-align: middle;}
.area_information.view .botm1 .pageing .number .current{font-family: "Montserrat"; font-size: 2.5rem; font-weight: 600; vertical-align: middle;}
.area_information.view .botm1 .pageing .number .total{padding-left: 20px; margin-left: 20px; font-family: "Montserrat"; font-size: 1.25rem; font-weight: 400; position: relative; vertical-align: middle;}
.area_information.view .botm1 .pageing .number .total:after{position: absolute;left: 0;top: 5px;width: 1px;height: 15px;background-color: #fff;content:"";opacity: 0.6;}

.area_information.view .botm1 .pageing .swiper-button-prev2,
.area_information.view .botm1 .pageing .swiper-button-next2{width: 42px; height: 13px; background-color: #fff; display: inline-block; position: relative; vertical-align: middle; margin-left: 30px; margin-right: 30px; outline:none; cursor: pointer;}
.area_information.view .botm1 .pageing .swiper-button-prev2{background: url(../images/main/arr_lft_ty1.png); background-repeat: no-repeat; background-color: transparent; }
.area_information.view .botm1 .pageing .swiper-button-next2{background: url(../images/main/arr_rgh_ty1.png); background-repeat: no-repeat; background-color: transparent; }


@media screen and (max-width: 840px) {
  /* 아랫쪽 의료진상세 상진 아래쪽에 바로 네비케이터가 위치하도록 CSS수정. - 2021.07.26 / L.W.Y */ 	
  /* .area_information.view .botm1 .col {width: 100%; margin: 0; margin-bottom: 2vw;} */
  .area_information.view .botm1 .col img{width: 100%;}
  
  .area_information.view .botm1{white-space:nowrap; overflow:auto;}
}


.botm_video {
  position: relative;
  overflow: hidden;
}
.botm_video video {
  display: block;
  width: 100%;
}
.botm_video button {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 87px;
  height: 87px;
  margin-top: -43.5px;
  margin-left: -43.5px;
}
.botm_video .btn_pause {
  display: none;
}
.botm_video .dim_v {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/information/bg_video.png) 0 0 repeat;
  -webkit-background-size: 3px;
  background-size: 3px;
}
@media screen and (max-width: 840px) {

 .botm_video button {
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 15vw;
    height: 15vw;
    margin-top: -7.5vw;
    margin-left: -7.5vw;
  }

}


.area_information.staff.view .cont .txt .tit{padding-top: 0; padding-bottom: 40px; position: relative; z-index: 1;}
.area_information.staff.view .cont .txt .t1{font-size: 1.125em; line-height: 1.6667; margin-bottom: 40px; position: relative; z-index: 1;}
.area_information.staff.view .cont .txt .h .bg1{
  background: url(../images/information/bg_staff_view1.jpg) right bottom no-repeat;
  background-size: 100% auto;
  width: 332px; height: 321px; bottom: -23px; right: 5%; z-index: 0;
}

@media screen and (max-width: 1480px) {
  .area_information.staff.view .cont .txt .h .bg1{
      width: 220px;
      height: 231px;
      bottom: -15px;
      right: 0%;
      z-index: 0;
    }
}

@media screen and (max-width: 840px) {
    .area_information.staff.view .cont .txt .h .bg1{
      width: 40vw;
      height: 50vw;
      bottom: -2.4vw;
    }
}


.area_information.lab.view .cont .txt .t{background-position: 100% 90%; z-index: 1; position: relative;}
.area_information.lab.view .cont .txt .tit{padding-top: 0; padding-bottom: 40px; z-index: 1; position: relative;}
.area_information.lab.view .cont .txt .t1{font-size: 1.125em; line-height: 1.6667; margin-bottom: 40px; z-index: 1; position: relative;}
.area_information.lab.view .cont .txt .h .bg1{
  background: url(../images/information/bg_lab_view1.jpg) right bottom no-repeat;
  background-size: 100% auto;
  width: 332px; height: 321px; bottom: -27px; right: 5%; z-index: 0;
}

.area_information.lab.view .cont .txt .t{background-position: right 100%;}


@media screen and (max-width: 1480px) {
  .area_information.lab.view .cont .txt .h .bg1{
    width: 202px;
    height: 221px;
    bottom: -16px;
    right: 0;
    z-index: 0;
  }
}

@media screen and (max-width: 840px) {
    .area_information.lab.view .cont .txt .h .bg1{
      width: 40vw;
      height: 50vw;
      bottom: -3.4vw;
    }
}






@media screen and (max-width: 1280px) {
  .area_information.view .cont .txt .h {
    padding-left: 37%;
    padding-right: 0;
  }
  .area_information.view .cont .txt .h:after {
    right: 0;
  }
  .area_information.view .cont .txt .t {
    padding-left: 37%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 960px) {
  .area_information.list li {
    width: 100%;
  }
}
@media screen and (min-width: 840px) {
  .view-m {
    display: none;
  }
}

@media screen and (max-width: 1480px) {
  .area_information.view .cont .titimg{width: 100%;  max-width: 100%; text-align: center; word-break: keep-all; position: relative;}
  .area_information.view .cont .titimg img{position: relative; left: auto; top: auto; bottom: auto; }
  .area_information.view .cont .txt .t, 
  .area_information.view .cont .txt .h{padding-left: 30px; word-break: keep-all;}
}

@media screen and (max-width: 1280px) {
  .area_information.view .cont .txt .tit{ font-size: 32px; padding-right: 30px; }
  .area_information.view .cont .txt .h br{display: none; word-break: keep-all;}
  .area_information.list .txt{left: 0; margin-left: 30px; margin-right: 30px; word-break: keep-all;}
  .area_information.list .txt br{display: none;}
  .area_information.list .txt .h1{font-size: 40px; } 
  .area_information.view .cont .txt .h .bg1{right: 1%; bottom: -11px; width: 140px; height: 196px; }
}

@media screen and (max-width: 1280px) {
  .area_information.view .cont .titimg{width: 100%; height: auto; float: none; text-align: center; padding-top: 50px;}
  .area_information.view .cont .txt .h{padding-top: 50px;}
  .area_information.view .cont .txt .t, .area_information.view .cont .txt .h{padding-left: 30px; padding-right: 30px;}
}

@media screen and (max-width: 840px) {
  .area_information.view .cont .titimg{padding-top: 0;}
  .area_information.view .cont .txt .h{padding-top: 9vw;}
  .area_information.view .cont .txt .tit{font-size: 5vw; padding-left: 0; padding-right: 5.2vw; padding-bottom: 9vw; padding-top: 6vw;}
  .area_information.view .cont .txt .t, .area_information.view .cont .txt .h{padding-left: 5.2vw;}
  .area_information.view .cont .txt .t{padding-right: 5.2vw; background-size: 80%;}
  .area_information.view .cont .txt .h .bg1{right: 1%;bottom: -2.9vw;width: 33vw;height: 40vw;}
  .area_information.list .txt .h1 {
    font-size: 7vw;
    margin-bottom: 5vw;
  }
  .area_information.list .txt .t1 {
    font-size: 16px;
  }
  .area_information.list .txt .t2 {
    display: none;
    font-size: 4.4vw;
  }
  /*.area_information.list li:hover .txt .t2 {
    height: auto;
    opacity: 1;
  }*/

}


.js_isotope_x1{width: 100%; overflow-x: hidden;}
.js_isotope_x1 .inner{height: 800px;}