@charset "UTF-8";
/* ------------------------
 * 커스텀 변수
 * ---------------------- */
@-webkit-keyframes ROUND {
  0%, 100% {
    background-size: 100%;
  }
  50% {
    background-size: 400%;
  }
}
@keyframes ROUND {
  0%, 100% {
    background-size: 100%;
  }
  50% {
    background-size: 400%;
  }
}

@-webkit-keyframes LEFTRIGHT {
  0%, 100% {
    background-position: center;
  }
  20% {
    background-position: 20% 10%;
  }
  35% {
    background-position: 10% 90%;
  }
  60% {
    background-position: 90% 20%;
  }
  80% {
    background-position: 80% 90%;
  }
}

@keyframes LEFTRIGHT {
  0%, 100% {
    background-position: center;
  }
  20% {
    background-position: 20% 10%;
  }
  35% {
    background-position: 10% 90%;
  }
  60% {
    background-position: 90% 20%;
  }
  80% {
    background-position: 80% 90%;
  }
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #aeaeae;
}

header .main_logo {
  display: none !important;
}

header .sub_logo {
  display: block !important;
}

header .header_center_menu li a {
  color: #465266;
}

header .header_center_menu li.active a {
  color: #83AFFF;
}

/* --------------------------
 * sub_global
 * ------------------------- */
section {
  padding: 6.25rem 0;
}

.top_con {
  text-align: center;
  margin-bottom: 4rem;
}

.left_con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.right_con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main_title {
  color: #465266;
  font-size: 2.45rem;
}

.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.col2 .left_con, .col2 .right_con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.col2 .text_col .sub {
  color: #aeaeae;
  font-size: 1.25rem;
}

.col2 .text_col .main_title {
  margin-bottom: 4rem;
  font-size: 2.4rem;
}

.col2 .text_col .center_box {
  font-size: 1.25rem;
  color: #465266;
  font-weight: 300;
}

.col2 .image_col {
  width: 100%;
  margin: 0 2.375rem;
}

.sub {
  color: #aeaeae;
  font-size: 1.375rem;
}

.sub_section01 {
  padding: 12.5rem 0 3.75rem;
}

.sub_section01 .sub {
  font-size: 1.875rem;
  color: #aeaeae;
}

.sub_section04 .left_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0 2.375rem;
  position: relative;
}

.sub_section04 .main_title {
  margin-bottom: 4rem;
}

.sub_section04 .center_box {
  font-size: 1.25rem;
  color: #465266;
  font-weight: 300;
}

.sub_section04 .bottom_box {
  position: absolute;
  bottom: 0;
  color: #465266;
}

.sub_section04 .bottom_box p {
  font-size: 1.375rem;
}

.sub_section04 .bottom_box strong {
  font-size: 2.1875rem;
  margin-left: 1.5rem;
}

.ltrt .text_col {
  padding: 4rem 2rem;
}

.ltrt .text_col.blue_ton {
  background: #e8effc;
}

.ltrt .text_col.blue_ton .bottom_arrow svg {
  fill: #79A1EB;
}

.ltrt .text_col.blue_ton .border_box {
  background: #83AFFF;
}

.ltrt .text_col.grey_ton {
  background: #eeeeee;
}

.ltrt .text_col.grey_ton .bottom_arrow svg {
  fill: #aeaeae;
}

.ltrt .text_col.grey_ton .border_box {
  background: #aeaeae;
}

.ltrt .top_title {
  font-size: 2rem;
  color: #fff;
}

.ltrt .border_box {
  width: 70%;
  background: #465266;
  border-radius: 4rem;
  margin: 0 auto 4rem;
  padding: .6rem;
}

.ltrt .step {
  width: 50%;
  margin: 0 auto;
  background: #fff;
  border-radius: 2rem;
  padding: 1rem;
}

.ltrt .step p:nth-child(1) {
  margin-bottom: 1rem;
}

.ltrt .bottom_arrow {
  margin: 2rem 0;
}

.ltrt .icon_box {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
  line-height: 5rem;
}

.ltrt .icon_box img {
  width: 50%;
}

.circle_con2 {
  border-radius: 50%;
  padding: 20px;
  width: 20rem;
  height: 20rem;
  margin: -1rem;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
}

.circle_con2:nth-of-type(1) {
  background: linear-gradient(220deg, #79A1EB 30%, #e4ecfb 60%);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-name: ROUND;
          animation-name: ROUND;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.circle_con2:nth-of-type(2) {
  background: linear-gradient(20deg, #fefeff 10%, #79A1EB 60%);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-name: ROUND;
          animation-name: ROUND;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.circle_con2:nth-of-type(3) {
  background: linear-gradient(40deg, #79A1EB 0%, #e4ecfb 50%);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-name: ROUND;
          animation-name: ROUND;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.real_con {
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.real_con span {
  font-size: 1.625rem;
}

.real_con p {
  font-size: 1.625rem;
}

.square_con {
  padding: 4rem;
  background: #eeeeee;
}

.table_container {
  border-top: 2px solid #465266;
  border-bottom: 1px solid #aeaeae;
}

.table_container .table_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table_container .table_column {
  padding: 1rem 0;
  border-top: 1px solid #aeaeae;
}

.table_container .table_column:nth-of-type(1) {
  font-size: 1.5625rem;
  color: #465266;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  background: #F5F9FF;
}

.table_container .table_column:nth-of-type(2) {
  font-size: 1.375rem;
  color: #aeaeae;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding-left: 2rem;
}

.table_gubun {
  margin-top: 4rem;
}

.doctor_con {
  margin-bottom: 10rem;
}

.doctor_con .left_con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 2rem;
}

.doctor_con .right_con {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  margin-top: 4rem;
}

.doctor_con .doc_name {
  color: #465266;
  border-bottom: 2px solid #465266;
  padding-bottom: 1rem;
}

.doctor_con .doc_name p {
  font-size: 1.5rem;
  letter-spacing: .4rem;
}

.doctor_con .doc_name span {
  font-size: 1rem;
  margin-right: 1rem;
}

.doctor_con .center_box {
  font-size: 1.25rem;
  color: #465266;
}

.doctor_con .center_box .doc_career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.6rem 0;
  border-bottom: 1px solid #aeaeae;
}

.doctor_con .center_box .doc_academy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.6rem 0;
}

.doctor_con .center_box .box:nth-of-type(1) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.doctor_con .center_box .box:nth-of-type(2) {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}

.doctor_con .table_container {
  border-top: 0;
  text-align: center;
}

.doctor_con .table_container .table_column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.1rem;
  color: #465266;
}

.doctor_con .table_container .table_column:nth-of-type(1) {
  background: #fff;
}

.doctor_con .table_container .table_column:nth-of-type(2) {
  background: #F5F9FF;
}

.doctor_con .table_container .table_column:nth-of-type(3) {
  background: #eeeeee;
}

.doctor_con .table_container .table_column.head {
  background: #465266;
  color: #fff;
  font-size: 1.25rem;
}

.col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.subject {
  width: 14rem;
  height: 14rem;
  background: #F5F9FF;
  border-radius: 50%;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.subject svg {
  width: 6rem;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.subject p {
  font-size: 1.2rem;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.subject.big_icon svg {
  width: 4rem;
}

.subject:hover {
  -webkit-transform: 0.4s ease-in-out !important;
          transform: 0.4s ease-in-out !important;
  background: #dceaff;
}

.subject:hover .cls-2 {
  fill: #216dff !important;
}

.sub_summary {
  text-align: center;
  font-size: 1.25rem;
  color: #aeaeae;
  margin-bottom: 6rem;
}

.sub_summary .big_summary {
  font-size: 1.6rem;
  color: #465266;
  margin-bottom: 1rem;
}

.mont.space {
  margin-right: 2.3rem;
}

/* ------------------
 * mn01
 * ----------------- */
.mn01_01 .sub_section01 {
  padding: 12.5rem 0 0;
}

.mn01_01 .sub_section01 .sub {
  color: #aeaeae;
  font-size: 1.875rem;
}

.mn01_01 .sub_section02 .left_con .image_box {
  width: 39.375rem;
  height: 53.125rem;
  background: url(/images/main_slide_01.jpg) no-repeat;
  background-size: 300%;
  /*-webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-name: LEFTRIGHT;
          animation-name: LEFTRIGHT;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;*/
}

.mn01_01 .sub_section02 .right_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0 2.375rem;
}

.mn01_01 .sub_section02 .top_box {
  font-size: 2.3rem;
  color: #465266;
  line-height: 2.8rem;
  margin-bottom: 3rem;
}

.mn01_01 .sub_section02 .center_box {
  font-size: 1.25rem;
  color: #465266;
  font-weight: 300;
}

.mn01_01 .sub_section02 .center_box p:nth-of-type(1) {
  margin-bottom: 2rem;
}

.mn01_01 .sub_section03 {
  background: url(/images/sub_bg01.png) no-repeat center/cover;
  padding-bottom: 14rem;
}

.mn01_01 .sub_section03 .center_con {
  text-align: center;
  font-size: 1.25rem;
  color: #465266;
  font-weight: 300;
}

.mn01_01 .sub_section04 {
  padding-top: 0;
  margin-top: -6rem;
}

.mn01_01 .sub_section04 .image_box {
  width: 39.375rem;
  height: 53.125rem;
  background: url(/images/sub_bg02.jpg) no-repeat center/cover;
}

.mn01_02 .sub_section01 .main_title {
  margin-bottom: 4rem;
}

.mn01_02 .sub_section01 .image_box {
  background: url(/images/mn01_02t.jpg) no-repeat center/cover;
  padding: 12rem 20rem;
}

.mn01_03 body:after {
  content: "";
  display: block;
  background: url(/images/watermark.png) no-repeat center/contain;
  position: fixed;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 26rem;
  opacity: .05;
}

.mn01_03 .history_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mn01_03 .left_con {
  font-size: 3.75rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #465266;
  border-top: 2px solid #465266;
  margin-right: 6rem;
}

.mn01_03 .right_con {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.mn01_03 .right_con .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #aeaeae;
  font-size: 1.25rem;
}

.mn01_03 .right_con .last_box {
  border-bottom: 1px solid #aeaeae;
}

.mn01_03 .right_con .box_space {
  margin-top: 1rem;
}

.mn01_03 .left_date {
  padding: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #465266;
}

.mn01_03 .right_history {
  padding: 1.25rem;
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #465266;
}

.mn01_03 .grey_color {
  color: #aeaeae;
}

.mn01_04 header {
  background: transparent;
}

.mn01_04 .sub.mont {
  font-size: 1.875rem;
  color: #aeaeae;
}

.mn01_04 .sub_section01 {
  position: relative;
}

.mn01_04 .sub_section01:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/images/mn01_03t.png) no-repeat center/cover;
  top: 0;
  left: 0;
  opacity: .2;
  z-index: -1;
}

.mn01_04 .sub_section02 {
  background: #f5f9ff;
}

.mn01_04 #svg_icon1 {
  width: 4.375rem;
  height: 4.375rem;
  fill: #79A1EB;
}

.mn01_04 #svg_icon2 {
  width: 5rem;
  height: 5rem;
  fill: #79A1EB;
}

.mn01_04 #svg_icon3 {
  width: 4.375rem;
  height: 4.375rem;
  fill: #79A1EB;
}

.mn01_04 .center_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4rem;
}

.mn01_04 .circle_wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mn01_04 .circle_con {
  border: 2px solid #79A1EB;
  border-radius: 50%;
  padding: 20px;
  width: 16rem;
  height: 16rem;
  margin: 1rem;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.mn01_04 .circle_con.center {
  width: 18rem;
  height: 18rem;
}

.mn01_04 .circle_con.center .sub_icon {
  font-size: 1.5625rem;
}

.mn01_04 .circle_con.center .icon_text {
  font-size: 2.1875rem;
}

.mn01_04 .circle_con:hover {
  background: #79A1EB;
}

.mn01_04 .circle_con:hover .sub_icon {
  color: #fff;
}

.mn01_04 .circle_con:hover .icon_text {
  color: #fff;
}

.mn01_04 .circle_con:hover svg {
  fill: #fff !important;
}

.mn01_04 svg {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.mn01_04 .sub_icon {
  font-size: 1.125rem;
  color: #aeaeae;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.mn01_04 .icon_text {
  font-size: 1.625rem;
  color: #465266;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.mn01_04 .button_con .button {
  width: 30rem;
  color: #fff;
  padding: 2rem;
  border-radius: 3rem;
  margin: 0 auto 1rem;
  text-align: center;
  font-size: 1.4rem;
  cursor: pointer;
  background: linear-gradient(145deg, #4d82e4 39%, #79A1EB 40%);
  background-size: 300%;
  background-position: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.mn01_04 .button_con .button:hover {
  background-position: 0%;
}

.mn01_04 .vision_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}

.mn01_04 .con2 {
  background: url(/images/cert_bg.png) no-repeat center/cover;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

.mn01_04 .con2 .medal_container img {
  position: absolute;
  bottom: 0;
  left: 10%;
}

.mn01_04 .con2 .cert_wrapper {
  color: #fff;
  margin-left: 30%;
}

.mn01_04 .con2 .cert_wrapper h1 {
  font-size: 2.26rem;
}

.mn01_04 .con2 .cert_wrapper h1 span {
  font-size: 2.26rem;
  font-weight: 300;
}

.mn01_04 .con2 .cert_wrapper h1 .pc_weight {
  font-weight: 700;
}

.mn01_04 .con2 .cert_wrapper p {
  font-size: 1.375rem;
  font-weight: 300;
}

.mn01_04 .sub_section04 {
  margin-top: 0;
}

.mn01_04 .sub_section04 .bottom_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mn01_04 .sub_section04 .bottom_con a {
  margin: 1rem 2rem;
}

.mn01_04 .sub_section04 .bottom_con a:nth-child(2) {
  position: relative;
  /* &:before,&:after { content: ""; display: block; width: 1px; height: 300%; position: absolute; top: -1rem; background: $sub_color2; }
          &:before { left: -2rem; }
          &:after { right: -2rem; } */
}

.mn01_04 .sub_section04 .bottom_con a img {
  height: 3.125rem;
}

.mn01_04 .sub_section04 .banner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mn01_05 .center_con {
  margin-top: 3rem;
}

.mn01_05 .swiper-container {
  width: 100%;
  height: 43.75rem;
  margin-left: auto;
  margin-right: auto;
}

.mn01_05 .swiper-slide {
  background-size: cover;
  background-position: center;
}

.mn01_05 .gallery-top .swiper-button-next, .mn01_05 .gallery-top .swiper-button-prev {
  width: 54px;
  height: 54px;
  z-index: 500;
}

.mn01_05 .gallery-top .swiper-button-prev {
  background: url(/images/swiper_prev_btn.png) no-repeat center/cover;
}

.mn01_05 .gallery-top .swiper-button-next {
  background: url(/images/swiper_next_btn.png) no-repeat center/cover;
}

.mn01_05 .gallery-thumbs {
  margin: 2rem 0;
  height: 16rem;
  padding-top: 2rem;
}

.mn01_05 .gallery-thumbs .swiper-slide {
  width: 20%;
  height: 50%;
  opacity: 0.4;
  cursor: pointer;
  margin-top: -2rem;
}

.mn01_05 .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.mn01_06 .sub_section01 {
  padding-bottom: 20rem;
}

.mn01_06 .center_con {
  margin-top: 3rem;
  position: relative;
}

.mn01_06 .wrap_controllers {
  display: none;
}

.mn01_06 .address_con {
  width: 80%;
  left: 10%;
  background: #fff;
  padding: 3rem;
  -webkit-box-shadow: 3px 3px 5px #d2d2d2;
          box-shadow: 3px 3px 5px #d2d2d2;
  position: absolute;
  z-index: 100;
  bottom: -12rem;
}

.mn01_06 .address_wrap {
  width: 100%;
  background: #fff;
}

.mn01_06 .address_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  padding: 1rem 2rem;
  border-bottom: 1px solid #d2d2d2;
}

.mn01_06 .address_box:nth-of-type(1) {
  border-top: 3px solid #465266;
}

.mn01_06 .box1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #465266;
}

.mn01_06 .box2 {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  color: #aeaeae;
}

.sub_explain .wrapper:not(:nth-of-type(1)) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub_explain .top_con {
  margin-bottom: 3rem;
}

.sub_explain .main_title span {
  margin-right: .6rem;
  color: #aeaeae;
}

.sub_explain .center_con {
  text-align: center;
  font-size: 1.25rem;
  color: #465266;
}

.sub_explain .image_box {
  padding: 10rem;
}

.sub_explain:nth-child(4) .image_box {
  background: url(/images/sub_explain01.jpg) no-repeat center/cover;
}

.sub_explain:nth-child(6) .image_box {
  background: url(/images/sub_explain02.jpg) no-repeat center/cover;
}

.sub_explain:nth-child(8) .image_box {
  background: url(/images/sub_explain03.jpg) no-repeat center/cover;
}

.sub_explain:nth-child(10) .image_box {
  background: url(/images/sub_explain04.jpg) no-repeat center/cover;
}

.sub_effort .wrapper {
  padding: 2rem;
  background: #F5F9FF;
}

.sub_effort .top_con {
  text-align: left;
  margin-bottom: 2rem;
}

.sub_effort .main_title {
  color: #465266;
}

.sub_effort .center_con {
  text-align: left;
}

.sub_effort .table_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  color: #465266;
  font-size: 1.25rem;
  color: #465266;
  font-weight: 300;
}

.sub_effort .table_con span {
  width: auto;
  margin-right: 2rem;
  font-size: 1.6rem;
}

.sub_effort .table_con span.mont.space {
  margin-right: 2.35rem;
}

.square_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F5F9FF;
  padding: 2rem;
  margin-bottom: 2rem;
}

.square_icon .right_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 2rem;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
}

.square_icon .right_text .top_box {
  font-size: 2.25rem;
  color: #465266;
}

.square_icon .right_text p {
  font-size: 1.25rem;
  color: #aeaeae;
}

.square_icon .icon_wrap {
  padding: 5rem;
  background: #fff;
  border-radius: 50%;
  position: relative;
}

.square_icon .icon_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5rem;
}

.bottom_notice {
  margin: 3rem 1rem 0;
  text-align: center;
  font-size: 1.25rem;
  color: #465266;
}

.visiting_top {
  font-size: 1.25rem;
  color: #465266;
  font-weight: 300;
  margin-bottom: 4rem;
}

.visiting_notice .center_con {
  width: auto;
}

.floor_con .floor_box {
  margin-bottom: 2rem;
}

.floor_con .left_con {
  margin-right: 1rem;
}

.floor_con .image_box {
  padding: 10rem 16rem;
  position: relative;
}

.floor_con .floor_nav {
  width: 4rem;
  height: 4rem;
  background: #79A1EB;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  line-height: 4rem;
  position: absolute;
  top: 0;
  left: 0;
}

.floor_con .bottom_text {
  padding: 1rem 1rem 3rem 1rem;
  font-size: 1.125rem;
  color: #465266;
  background: #e9f1ff;
}

/* ------------------
 * mn02
 * ----------------- */
.mn02_01 .ltrt > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

.mn02_01 .sub_section02 .text_col {
  margin: 0 1rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.mn02_01 .sub_section02 .top_title {
  color: #465266;
  margin: 2rem 0;
}

.mn02_02 .left_con .image_box {
  background: url(/images/mn02_02t.jpg) no-repeat center/cover;
}

.mn02_02 .center_con {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mn02_02 .center_con .table_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  color: #465266;
  font-size: 1.25rem;
  color: #465266;
  font-weight: 300;
}

.mn02_02 .center_con .circle_con2 {
  width: 15rem;
  height: 15rem;
  margin: 1rem 2rem;
}

.mn02_02 .center_con .circle_con2:nth-of-type(1) {
  background: linear-gradient(220deg, #e4ecfb 50%, #f5f8fe 60%);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: ROUND;
          animation-name: ROUND;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.mn02_02 .center_con .circle_con2:nth-of-type(2) {
  background: linear-gradient(220deg, #c0d3f6 50%, #d2dff8 60%);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: ROUND;
          animation-name: ROUND;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.mn02_02 .center_con .circle_con2:nth-of-type(3) {
  background: linear-gradient(220deg, #82a7ec 50%, #94b4ef 60%);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: ROUND;
          animation-name: ROUND;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.mn02_02 .center_con .circle_con2:nth-of-type(4) {
  background: linear-gradient(220deg, #79A1EB 50%, #75a0ef 60%);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: ROUND;
          animation-name: ROUND;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.mn02_02 .center_con .circle_con2:nth-of-type(5) {
  background: linear-gradient(220deg, #75a0ef 50%, #659bff 60%);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: ROUND;
          animation-name: ROUND;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.mn02_02 .right_con .main_title {
  margin-bottom: 2rem;
}

.mn02_02 .right_con .center_box {
  margin-bottom: 2rem;
}

.mn02_02 .real_con {
  width: 11rem;
  height: 11rem;
  color: #465266;
}

.mn02_02 .sub_section02 .center_con {
  margin-bottom: 4rem;
}

.mn02_02 .sub_effort .center_con {
  margin-bottom: 0;
}

.mn02_02 .sub_section01 .center_con .mont {
  margin: .3rem 1rem 0 0;
}

.mn02_03 .table_container > li:nth-of-type(3) .table_column:nth-of-type(1) {
  text-indent: -.1rem;
}

.mn02_03 .table_container > li:nth-of-type(4) .table_column:nth-of-type(1) {
  letter-spacing: .9rem;
  text-indent: .9rem;
}

.mn02_05 .sub_section01 {
  margin-bottom: 3rem;
}

.mn02_05 .table_container {
  border-top: 0;
  text-align: center;
}

.mn02_05 .table_container .head {
  background: #465266;
  color: #fff;
}

.mn02_05 .table_container .table_column:nth-of-type(1) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.mn02_06 .sub_section01 {
  margin-bottom: 3rem;
}

.mn02_06 .table_container {
  border-top: 0;
  text-align: center;
}

.mn02_06 .table_container .table_column.head {
  background: #465266 !important;
  color: #fff !important;
  font-size: 1.5625rem !important;
}

.mn02_06 .table_container > h1 {
  text-align: left;
  font-size: 1.625rem;
  color: #465266;
  margin-bottom: 1rem;
}

.mn02_06 .table_container .table_column:nth-of-type(1) {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

.mn02_06 .table_container .table_column:nth-of-type(2) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-left: 0;
}

.mn02_06 .table_container .table_column:nth-of-type(3) {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  font-size: 1.375rem;
  color: #aeaeae;
  background: #ebebeb;
}

.mn02_06 .table_container .table_column:nth-of-type(4) {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  font-size: 1.375rem;
  color: #aeaeae;
}

.mn02_06 .table_container:nth-of-type(2) .table_column:nth-of-type(1) {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.mn02_06 .table_container:nth-of-type(2) .table_column:nth-of-type(2) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-left: 0;
}

.mn02_06 .table_container:nth-of-type(2) .table_column:nth-of-type(3) {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  background: #F5F9FF;
  font-size: 1.5625rem;
  color: #465266;
}

.mn02_06 .table_container:nth-of-type(2) .table_column:nth-of-type(4) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  font-size: 1.375rem;
  color: #aeaeae;
}

.mn02_06 .table_container.benefit3 .table_column {
  font-size: 1.25rem !important;
}

.mn02_06 .table_container.benefit3 .table_column:nth-of-type(1) {
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
}

.mn02_06 .table_container.benefit3 .table_column:nth-of-type(2) {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  padding-left: 0;
}

.mn02_06 .table_container.benefit3 .table_column:nth-last-of-type(1) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  background: #F5F9FF;
  font-size: 1.5625rem;
  color: #465266;
}

.mn02_06 .table_container .depth02_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mn02_06 .table_container .depth02_row .depth02:nth-of-type(1) {
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
}

.mn02_06 .table_container .depth02_row .depth02:nth-of-type(1) .table_column:nth-of-type(1) {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}

.mn02_06 .table_container .depth02_row .depth02:nth-of-type(1) .table_column:nth-of-type(2) {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}

.mn02_06 .table_container .depth02_row .depth02:nth-of-type(2) {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mn02_06 .table_container .depth02_row .depth02:nth-of-type(2) .table_column {
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  color: #aeaeae;
}

.mn02_06 .table_container .depth02_row .depth02:nth-of-type(2) .table_column:nth-of-type(2n-1) {
  border-right: 1px solid #aeaeae;
}

.mn02_06 .table_container .depth02_row .depth02:nth-of-type(3) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.mn02_06 .table_container .depth02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mn02_06 .table_container .depth02:nth-of-type(1) .table_column, .mn02_06 .table_container .depth02:nth-of-type(3) .table_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mn03_02 .text_col .main_title {
  margin-bottom: 2rem;
}

.mn03_02 .text_col .main_title .mont {
  font-size: 1.25rem;
  margin-left: 2rem;
}

.mn03_02 .center_con {
  margin: 0 7rem;
}

.mn03_02 .col3 {
  width: 80%;
  margin: 0 auto;
}

.mn03_02 .sub_section02 .box {
  margin-bottom: 8rem;
}

.mn03_02 .sub_section02 .box .right_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 2rem;
}

.mn03_03 .sub_section01 .image_box {
  background: url(/images/clinic_tit.png) no-repeat center/cover;
  padding: 12rem 20rem;
}

.mn03_03 .sub_section03 .image_box {
  background: url(/images/clinic01.png) no-repeat center/cover;
  padding: 16rem;
}

.mn03_03 .sub_section03 .right_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mn03_03 .square_icon .top_box {
  margin-bottom: 2rem;
}

.mn04_01 .center_con .image_box {
  background: url(/images/social_tit.png) no-repeat center/cover;
  padding: 12rem 20rem;
}

.mn04_01 .sub_summary {
  margin-bottom: 6rem;
}

.mn04_01 .sub_section02 .main_title {
  margin-bottom: 2rem;
}

.mn04_01 .sub_section02 .center_con {
  margin-top: 2rem;
}

.mn04_01 .sub_section02 .center_con .mont {
  margin-right: 2rem;
  margin-top: .3rem;
}

.mn04_01 .sub_section02 .center_con .mont.space {
  margin-right: 2.3rem;
}

.mn04_01 .sub_section02 .image_box img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.mn04_01 .table_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  color: #465266;
  font-size: 1.25rem;
  color: #465266;
  font-weight: 300;
}

.mn04_03 .sub_section02 .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.mn04_03 .sub_section02 .bottom_box {
  margin-top: 1rem;
}

.mn04_03 .sub_section02 .title {
  font-size: 1.7rem;
  color: #465266;
  margin-bottom: 1.6rem;
}

.mn04_03 .sub_section02 .contents {
  font-size: 1rem;
  color: #465266;
}

/* ------------------
 * mobile
 * ----------------- */
@media (max-width: 767px) {
  .sub_section01 {
    padding: 8rem 0 2rem;
  }
  .sub_section04 .left_con {
    margin: auto;
  }
  .col2 .image_col {
    margin: auto;
  }
  .center_con {
    width: 90%;
    margin: 0 auto;
  }
  .col2.lirt .wrapper {
    display: block;
    position: relative;
  }
  .col2.lirt .left_con {
    width: 100%;
  }
  .col2.lirt .left_con .image_box {
    width: 100%;
    height: 48rem;
    opacity: .6;
  }
  .col2.lirt .right_con {
    display: block;
    position: absolute;
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 90%;
    height: auto !important;
    background: rgba(255, 255, 255, 0.5);
    padding: 2rem;
  }
  .col2.ltri .wrapper {
    display: block;
    position: relative;
  }
  .col2.ltri .left_con {
    display: block;
    position: absolute;
    top: 14%;
    left: 5%;
    width: 90%;
    height: auto !important;
    background: rgba(255, 255, 255, 0.5);
    padding: 2rem;
    z-index: 10;
  }
  .col2.ltri .right_con {
    width: 100%;
  }
  .col2.ltri .right_con .image_box {
    width: 100%;
    height: 45rem;
    opacity: .6;
  }
  .floor_box.col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .floor_box.col2 .left_con {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .floor_box.col2 .rightcon {
    margin-bottom: 2rem;
  }
  .ltrt .step {
    padding: 1rem 1rem 3rem 1rem;
  }
  .mn01_01 .sub_section01 {
    padding: 8rem 0 0;
  }
  .mn01_01 .sub_section02 .right_con {
    margin: 0;
  }
  .mn01_01 .sub_section03 {
    padding: 6rem 0;
  }
  .mn01_01 .sub_section04 {
    margin-top: 8rem;
  }
  .mn01_01 .sub_section04 .bottom_box {
    position: static;
    margin-top: 2rem;
  }
  .mn01_02 section {
    padding: 3.25rem 0;
  }
  .mn01_02 .sub_section01 .image_box {
    padding: 12rem 15rem;
  }
  .mn01_02 .sub_effort .table_con span {
    margin-top: 0.3rem;
  }
  .mn01_02 .col2.lirt .left_con .image_box {
    height: 36rem;
  }
  .mn01_02 .top_con p {
    text-align: center;
  }
  .mn01_03 .history_con {
    display: block;
  }
  .mn01_03 .left_con {
    display: block;
    margin: 6rem auto;
    width: 10rem;
    text-align: center;
    border-top: 0;
    border-bottom: 2px solid #465266;
  }
  .mn01_03 .right_con .box {
    font-size: 1.45rem;
  }
  .mn01_03 .sub_section02 {
    padding: 0 0 6.25rem;
  }
  .mn01_04 .sub_section01 {
    padding: 8rem 0 6rem;
  }
  .mn01_04 .center_con {
    margin: 4rem 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mn01_04 .center_con .circle_con:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .mn01_04 .center_con .circle_con:nth-of-type(2) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .mn01_04 .center_con .circle_con:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mn01_04 .vision_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mn01_04 .con2 {
    background: url(/images/m_cert_bg.png) no-repeat center/cover;
  }
  .mn01_04 .con2 .medal_container img {
    position: absolute;
    bottom: 46%;
    left: 50%;
    width: 16rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .mn01_04 .con2 .cert_wrapper {
    margin-left: 0;
    text-align: center;
    margin-top: 20rem;
  }
  .mn01_04 .con2 .cert_wrapper h1 {
    margin-bottom: 2rem;
    font-size: 3rem;
  }
  .mn01_04 .con2 .cert_wrapper h1 span {
    font-size: 3rem;
  }
  .mn01_04 .con2 .cert_wrapper h1 .pc_weight {
    font-weight: 300;
  }
  .mn01_04 .sub_section04 .bottom_con a {
    margin-bottom: 1rem;
  }
  .mn01_04 .sub_section04 .bottom_con a:nth-child(2):before, .mn01_04 .sub_section04 .bottom_con a:nth-child(2):after {
    display: none;
  }
  .mn01_04 .sub_section04 .bottom_con a img {
    width: 12rem;
  }
  .mn01_05 .swiper-container {
    height: 32rem;
  }
  .mn01_05 .gallery-thumbs {
    height: 12rem;
  }
  .mn01_05 .gallery-top .swiper-button-next, .mn01_05 .gallery-top .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .mn01_05 .gallery-top .swiper-button-next img, .mn01_05 .gallery-top .swiper-button-prev img {
    width: 100%;
  }
  .mn01_06 #daumRoughmapContainer1610070721109 {
    width: 100% !important;
    height: 400px !important;
  }
  .mn01_06 .center_con {
    width: 100%;
  }
  .mn01_06 .address_con {
    bottom: -12rem;
  }
  .mn01_06 .box2 {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
  .mn01_06 .address_box {
    padding: 1rem 0;
  }
  .mn02_01 .center_con.col2.ltrt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mn02_01 .center_con.col2.ltrt .left_con {
    margin-bottom: 4rem;
  }
  .mn02_01 .center_con.col2.ltrt .step {
    width: 100%;
  }
  .mn02_02 .col2.lirt .image_box {
    height: 40rem !important;
  }
  .mn02_02 .col2.lirt .right_con {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
  }
  .mn02_02 .square_icon .icon_wrap {
    padding: 4rem;
  }
  .mn02_02 .square_icon img {
    width: 30px;
  }
  .mn02_03 .table_container > li .table_column:nth-of-type(1) {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .mn02_03 .sub_effort .table_con .mont {
    margin-top: .2rem;
  }
  .mn02_06 .table_column:nth-of-type(1) {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .mn03_01 .doctor_con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mn03_01 .doctor_con .left_con {
    margin-right: 0;
  }
  .mn03_01 .doctor_con .doc_image {
    text-align: center;
  }
  .mn03_01 .doctor_con .table_container .table_column:nth-of-type(2) {
    padding-left: 0;
  }
  .mn03_02 .center_con {
    margin: 0;
    width: auto;
  }
  .mn03_02 .center_con .col3, .mn03_02 .center_con .col4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mn03_02 .col3 {
    width: auto;
    margin: 0;
  }
  .mn03_02 .subject {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-bottom: 2rem;
  }
  .mn03_02 .sub_section02 .image_box img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mn03_03 .sub_section01 .image_box {
    padding: 8rem 2rem;
  }
  .mn03_03 .sub_section03 .col2 {
    display: block;
  }
  .mn03_03 .sub_section03 .main_title {
    text-align: center;
  }
  .mn03_03 .sub_section03 .right_con {
    position: static;
    width: auto;
  }
  .mn03_03 .sub_section03 .image_box {
    padding: 5rem;
    height: 80vw !important;
  }
  .mn04_01 .sub_summary {
    width: 90%;
    margin: 0 auto 6rem;
  }
  .mn04_01 .center_con {
    width: auto;
  }
  .mn04_03 .col3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mn04_03 .box {
    margin-bottom: 8rem;
  }
  .mn04_03 .sub_section02 .title {
    font-size: 2rem;
  }
  .mn04_03 .contents p {
    font-size: 1.2rem;
  }
  .mn04_03 .table_container .table_column:nth-of-type(1) {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}

/* ------------------
 * tablet-v
 * ----------------- */
@media (min-width: 768px) and (max-width: 959px) {
  .sub_section01 {
    padding: 8rem 0 2rem;
  }
  .sub_section04 .left_con {
    margin: auto;
  }
  .col2 .image_col {
    margin: auto;
  }
  .center_con {
    width: 90%;
    margin: 0 auto;
  }
  .col2.lirt .wrapper {
    display: block;
    position: relative;
  }
  .col2.lirt .left_con {
    width: 100%;
  }
  .col2.lirt .left_con .image_box {
    width: 100%;
    height: 48rem;
    opacity: .6;
  }
  .col2.lirt .right_con {
    display: block;
    position: absolute;
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 90%;
    height: auto !important;
    background: rgba(255, 255, 255, 0.5);
    padding: 2rem;
  }
  .col2.ltri .wrapper {
    display: block;
    position: relative;
  }
  .col2.ltri .left_con {
    display: block;
    position: absolute;
    top: 14%;
    left: 5%;
    width: 90%;
    height: auto !important;
    background: rgba(255, 255, 255, 0.5);
    padding: 2rem;
    z-index: 10;
  }
  .col2.ltri .right_con {
    width: 100%;
  }
  .col2.ltri .right_con .image_box {
    width: 100%;
    height: 45rem;
    opacity: .6;
  }
  .floor_box.col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .floor_box.col2 .left_con {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .floor_box.col2 .rightcon {
    margin-bottom: 2rem;
  }
  .ltrt .step {
    padding: 1rem 1rem 3rem 1rem;
  }
  .mn01_01 .sub_section01 {
    padding: 8rem 0 0;
  }
  .mn01_01 .sub_section02 .right_con {
    margin: 0;
  }
  .mn01_01 .sub_section03 {
    padding: 6rem 0;
  }
  .mn01_01 .sub_section04 {
    margin-top: 8rem;
  }
  .mn01_01 .sub_section04 .bottom_box {
    position: static;
    margin-top: 2rem;
  }
  .mn01_02 section {
    padding: 3.25rem 0;
  }
  .mn01_02 .sub_section01 .image_box {
    padding: 12rem 15rem;
  }
  .mn01_02 .sub_effort .table_con span {
    margin-top: 0.3rem;
  }
  .mn01_02 .col2.lirt .left_con .image_box {
    height: 36rem;
  }
  .mn01_02 .top_con p {
    text-align: center;
  }
  .mn01_03 .history_con {
    display: block;
  }
  .mn01_03 .left_con {
    display: block;
    margin: 6rem auto;
    width: 10rem;
    text-align: center;
    border-top: 0;
    border-bottom: 2px solid #465266;
  }
  .mn01_03 .right_con .box {
    font-size: 1.45rem;
  }
  .mn01_03 .sub_section02 {
    padding: 0 0 6.25rem;
  }
  .mn01_04 .sub_section01 {
    padding: 8rem 0 6rem;
  }
  .mn01_04 .center_con {
    margin: 4rem 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mn01_04 .center_con .circle_con:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .mn01_04 .center_con .circle_con:nth-of-type(2) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .mn01_04 .center_con .circle_con:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mn01_04 .vision_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mn01_04 .con2 {
    background: url(/images/m_cert_bg.png) no-repeat center/cover;
  }
  .mn01_04 .con2 .medal_container img {
    position: absolute;
    bottom: 46%;
    left: 50%;
    width: 16rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .mn01_04 .con2 .cert_wrapper {
    margin-left: 0;
    text-align: center;
    margin-top: 20rem;
  }
  .mn01_04 .con2 .cert_wrapper h1 {
    margin-bottom: 2rem;
    font-size: 3rem;
  }
  .mn01_04 .con2 .cert_wrapper h1 span {
    font-size: 3rem;
  }
  .mn01_04 .con2 .cert_wrapper h1 .pc_weight {
    font-weight: 300;
  }
  .mn01_04 .sub_section04 .bottom_con a {
    margin-bottom: 1rem;
  }
  .mn01_04 .sub_section04 .bottom_con a:nth-child(2):before, .mn01_04 .sub_section04 .bottom_con a:nth-child(2):after {
    display: none;
  }
  .mn01_04 .sub_section04 .bottom_con a img {
    width: 12rem;
  }
  .mn01_05 .swiper-container {
    height: 32rem;
  }
  .mn01_05 .gallery-thumbs {
    height: 12rem;
  }
  .mn01_05 .gallery-top .swiper-button-next, .mn01_05 .gallery-top .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .mn01_05 .gallery-top .swiper-button-next img, .mn01_05 .gallery-top .swiper-button-prev img {
    width: 100%;
  }
  .mn01_06 #daumRoughmapContainer1610070721109 {
    width: 100% !important;
    height: 400px !important;
  }
  .mn01_06 .center_con {
    width: 100%;
  }
  .mn01_06 .address_con {
    bottom: -12rem;
  }
  .mn01_06 .box2 {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
  .mn01_06 .address_box {
    padding: 1rem 0;
  }
  .mn02_01 .center_con.col2.ltrt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mn02_01 .center_con.col2.ltrt .left_con {
    margin-bottom: 4rem;
  }
  .mn02_01 .center_con.col2.ltrt .step {
    width: 100%;
  }
  .mn02_02 .col2.lirt .image_box {
    height: 40rem !important;
  }
  .mn02_02 .col2.lirt .right_con {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
  }
  .mn02_02 .square_icon .icon_wrap {
    padding: 4rem;
  }
  .mn02_02 .square_icon img {
    width: 30px;
  }
  .mn02_03 .table_container > li .table_column:nth-of-type(1) {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .mn02_03 .sub_effort .table_con .mont {
    margin-top: .2rem;
  }
  .mn02_06 .table_column:nth-of-type(1) {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .mn03_01 .doctor_con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mn03_01 .doctor_con .left_con {
    margin-right: 0;
  }
  .mn03_01 .doctor_con .doc_image {
    text-align: center;
  }
  .mn03_01 .doctor_con .table_container .table_column:nth-of-type(2) {
    padding-left: 0;
  }
  .mn03_02 .center_con {
    margin: 0;
    width: auto;
  }
  .mn03_02 .center_con .col3, .mn03_02 .center_con .col4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mn03_02 .col3 {
    width: auto;
    margin: 0;
  }
  .mn03_02 .subject {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-bottom: 2rem;
  }
  .mn03_02 .sub_section02 .image_box img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mn03_03 .sub_section01 .image_box {
    padding: 8rem 2rem;
  }
  .mn03_03 .sub_section03 .col2 {
    display: block;
  }
  .mn03_03 .sub_section03 .main_title {
    text-align: center;
  }
  .mn03_03 .sub_section03 .right_con {
    position: static;
    width: auto;
  }
  .mn03_03 .sub_section03 .image_box {
    padding: 5rem;
    height: 80vw !important;
  }
  .mn04_01 .sub_summary {
    width: 90%;
    margin: 0 auto 6rem;
  }
  .mn04_01 .center_con {
    width: auto;
  }
  .mn04_03 .col3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mn04_03 .box {
    margin-bottom: 8rem;
  }
  .mn04_03 .sub_section02 .title {
    font-size: 2rem;
  }
  .mn04_03 .contents p {
    font-size: 1.2rem;
  }
  .mn04_03 .table_container .table_column:nth-of-type(1) {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}

/* ------------------
 * tablet-h
 * ----------------- */
/*# sourceMappingURL=sub_custom.css.map */