@charset "UTF-8";
@font-face {
  font-family: 'GmarketSansLight';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GmarketSansMedium';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GmarketSansBold';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@media (max-width: 768px) {
  #hd_pop {
    width: 100% !important;
  }
  .hd_pops {
    width: 100% !important;
    left: 0 !important;
    top: 50px !important;
  }
  .hd_pops img {
    width: 100% !important;
  }
  .hd_pops_con {
    width: 100% !important;
    height: auto !important;
  }
}

.visible-xs {
  display: none;
}

@media (max-width: 768px) {
  .visible-xs {
    display: block;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  font-size: 6.25%;
  font-family: 'GmarketSansMedium', 'sans-serif';
  scroll-behavior: smooth;
}

@media (max-width: 768px) {
  html, body {
    font-size: 0.2vw;
  }
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: 'GmarketSansMedium', 'sans-serif';
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

address {
  font-style: normal;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

.text-l {
  text-align: left;
}

.wbk {
  word-break: keep-all;
}

.line_h {
  line-height: 1.6em;
}

.visible-xs {
  display: none !important;
}

/* .visible-md {display: none !important;} */
.visible-sm {
  display: none !important;
}

/*공통*/
.container {
  width: 1300px;
  margin: auto;
  overflow: hidden;
  max-width: 90%;
}

.ft01 {
  font-size: 17rem;
  line-height: 1.5em;
}

/*17*/
.ft02 {
  font-size: 18rem;
  line-height: 1.5em;
}

/*18*/
.ft03 {
  font-size: 19rem;
  line-height: 1.5em;
}

/*19*/
.ft04 {
  font-size: 21rem;
  line-height: 1.5em;
}

/*21*/
.ft05 {
  font-size: 24rem;
  line-height: 1.5em;
}

/*24*/
.ft06 {
  font-size: 32rem;
  line-height: 1.5em;
}

/*32*/
.ft07 {
  font-size: 36rem;
  line-height: 1.5em;
}

/*36*/
.ft08 {
  font-size: 40rem;
  line-height: 1.5em;
}

/*40*/
.ft09 {
  font-size: 44rem;
  line-height: 1.5em;
}

/*44*/
.ft10 {
  font-size: 60rem;
  line-height: 1.5em;
}

/*60*/
.ft14 {
  font-size: 160rem;
  line-height: 1.5em;
}

.fw300 {
  font-family: 'GmarketSansLight';
  font-weight: normal;
  font-style: normal;
}

.fw500 {
  font-family: 'GmarketSansMedium';
  font-weight: normal;
  font-style: normal;
}

.fw700 {
  font-family: 'GmarketSansBold';
  font-weight: normal;
  font-style: normal;
}

.h1_b {
  font-size: 35rem;
  line-height: 1.4em;
}

.h1 {
  font-size: 35rem;
}

.h2 {
  font-size: 20rem;
  line-height: 1.6em;
}

.h2_b {
  font-size: 20rem;
  font-weight: 700;
  line-height: 1.6em;
  font-family: 'GmarketSansBold';
}

.h3 {
  font-size: 17rem;
  line-height: 1.6em;
}

.h3_b {
  font-size: 17rem;
  line-height: 1.6em;
  font-family: 'GmarketSansBold';
}

.h4_b {
  font-size: 48rem;
  font-weight: 700;
  font-family: 'GmarketSansBold';
}

.h5 {
  font-size: 60rem;
}

.h5_b {
  font-size: 60rem;
  font-weight: 700;
  font-family: 'GmarketSansBold';
}

.ft28 {
  font-size: 28rem;
}

.ft14-b {
  font-size: 14rem;
  font-weight: 700;
  line-height: 1.25;
  font-family: 'GmarketSansBold';
}

.fc01 {
  color: #00b6bc;
}

.fc02 {
  color: #626262;
}

.fc03 {
  color: #909090;
}

.fc04 {
  color: #717171;
}

.fcfff {
  color: #fff;
}

.fcft {
  color: rgba(246, 246, 246, 0.6);
}

.text_c {
  text-align: center;
}

.lineh_19 {
  line-height: 1.9em !important;
}

.w-1200 {
  margin: 0 auto;
  width: 1200rem;
  max-width: 85%;
}

.w-1400 {
  margin: 0 auto;
  width: 1400rem;
  max-width: 90%;
}

#main section {
  overflow: hidden;
}

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

@media (max-width: 768px) {
  .flex.mo_col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mt20 {
  margin-top: 20rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background: #fff;
  height: 100rem;
  z-index: 5;
  font-size: 16rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media (max-width: 768px) {
  .header {
    height: 80rem;
  }
}

.header .w-1200 {
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .header .w-1200 {
    position: relative;
  }
}

.header .w-1200 .gnb_all_btn {
  position: absolute;
  right: 5%;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.header .logo_wrap {
  display: inline-block;
  width: 200rem;
  height: 80rem;
  background: url(../img/main/logo_color.png) no-repeat center center/contain;
}

.header .nav {
  width: 75%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .header .nav {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 80rem;
    right: 0;
    z-index: 99;
    background: #fff;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.35s ease;
    transition: 0.35s ease;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.header .nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header .nav .depth01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media (max-width: 768px) {
  .header .nav .depth01 {
    padding: 100rem 50rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    max-height: 70vh;
    overflow-y: scroll;
  }
}

.header .nav .depth01 > li {
  position: relative;
}

.header .nav .depth01 > li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 100%;
  height: 2rem;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}

@media (max-width: 768px) {
  .header .nav .depth01 > li::before {
    height: 100%;
    width: 2rem;
    left: 0;
    top: 0;
    -webkit-transform: translateX(0) scaleY(0);
            transform: translateX(0) scaleY(0);
  }
}

.header .nav .depth01 > li:hover::before {
  -webkit-transform: translateX(-50%) scaleX(1.1);
          transform: translateX(-50%) scaleX(1.1);
}

@media (max-width: 768px) {
  .header .nav .depth01 > li:hover::before {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

.header .nav .depth01 > li > a {
  color: #0c0c0c;
  padding: 20rem;
  text-align: center;
  display: inline-block;
  position: relative;
}

@media (max-width: 768px) {
  .header .nav .depth01 > li > a {
    font-size: 32rem;
    text-align: left;
    font-weight: bold;
  }
}

.header .nav .depth01 .none {
  width: 168rem;
  padding: 0 40rem;
}

.header .nav.on .depth02 {
  visibility: visible;
  opacity: 1;
}

.header .depth02 {
  position: absolute;
  top: 100rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  text-align: center;
}

@media (max-width: 768px) {
  .header .depth02 {
    display: none;
    opacity: 1;
    visibility: visible;
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    text-align: left;
    margin-left: 30rem;
    font-size: 20rem;
    line-height: 1.7;
  }
}

.header .depth02 a {
  white-space: nowrap;
  color: #4a4e51;
  text-align: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  display: inline-block;
  padding: 6rem 10rem;
}

.header .depth02 a:hover {
  font-weight: 700;
  color: #00b6bc;
}

.header .nav_bg {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 100rem;
  left: 0;
  height: 300rem;
  width: 100%;
  display: none;
  z-index: -1;
}

.mainvisual {
  position: relative;
  margin-top: 100rem;
  height: 650rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .mainvisual {
    margin-top: 80rem;
  }
}

.mainvisual .swiper-slide {
  position: relative;
  width: 100%;
  height: 650rem;
  background-color: #c4c4c4;
}

.mainvisual .swiper-slide .img_wrap {
  width: 100%;
  height: 100%;
}

.mainvisual .swiper-slide .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mainvisual .swiper-slide .maincopy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 768px) {
  .mainvisual .swiper-slide .maincopy {
    top: 36%;
    width: 100vw;
  }
}

.mainvisual .swiper-slide .maincopy .h5 {
  position: relative;
  line-height: 1.2em;
}

.mainvisual .swiper-slide .maincopy .h5::after {
  content: "BEST";
  display: block;
  position: absolute;
  top: -30rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.2);
}

.mainvisual .swiper-slide .maincopy .h2 {
  width: 100%;
  font-family: 'GmarketSansLight' , 'san-serif';
}

.mainvisual #mainV_pagination {
  position: absolute;
  left: 50%;
  bottom: 100rem;
  z-index: 1;
  width: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mainvisual #mainV_pagination .swiper-pagination-bullet {
  background-color: #fff;
  color: #fff;
  margin: 0 8rem;
  opacity: 1;
}

.mainvisual #mainV_pagination .swiper-pagination-bullet-active {
  position: relative;
  background-color: #00b6bc;
}

.mainvisual #mainV_pagination .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 17rem;
  height: 17rem;
  border-radius: 50%;
  border: 1rem solid #00b6bc;
}

@media (max-width: 768px) {
  #main_visual .h5 {
    font-size: 45rem !important;
  }
}

.quick_menu {
  padding: 0;
  position: fixed;
  top: 50%;
  right: 50rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 80rem;
  height: auto;
  border-radius: 20rem;
  background-color: #fff;
  -webkit-box-shadow: 3rem 3rem 3rem rgba(0, 0, 0, 0.15);
          box-shadow: 3rem 3rem 3rem rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .quick_menu {
    top: unset;
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 10rem;
    width: 95%;
    height: 80rem;
  }
}

.quick_menu ul {
  padding: 10rem;
  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;
  row-gap: 20rem;
}

@media (max-width: 768px) {
  .quick_menu ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.quick_menu ul li {
  position: relative;
  width: 60rem;
  height: 60rem;
}

.quick_menu ul li:first-child::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -10rem;
  left: -10rem;
  width: 80rem;
  height: 80rem;
  border-radius: 20rem 20rem 0 0;
  background-color: #00b6bc;
}

@media (max-width: 768px) {
  .quick_menu ul li:first-child::after {
    display: none;
  }
}

.quick_menu ul li:first-child a {
  padding: 0;
  padding-top: 6rem;
  margin-left: -3rem;
}

@media (max-width: 768px) {
  .quick_menu ul li:first-child a {
    border-radius: 10rem;
    display: inline-block;
    padding: 15rem;
    -webkit-transition: all .3 ease;
    transition: all .3 ease;
  }
  .quick_menu ul li:first-child a.on {
    background-color: #e9e9e9;
  }
  .quick_menu ul li:first-child a:hover {
    background-color: #e9e9e9 !important;
  }
}

.quick_menu ul li:first-child a:hover {
  background-color: transparent;
}

.quick_menu ul li:nth-child(6) a {
  padding: 5rem;
}

.quick_menu ul li:nth-child(6) a .img_wrap {
  width: 50rem;
  height: 50rem;
}

.quick_menu ul li a {
  border-radius: 10rem;
  display: inline-block;
  padding: 15rem;
  -webkit-transition: all .3 ease;
  transition: all .3 ease;
}

.quick_menu ul li a.on {
  background-color: #e9e9e9;
}

.quick_menu ul li a:hover {
  background-color: #e9e9e9;
}

.quick_menu ul li .img_wrap {
  width: 30rem;
  height: 30rem;
}

.quick_menu ul li .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec_mid {
  position: relative;
  padding: 150rem 0;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .sec_mid {
    padding: 100rem 0;
  }
}

.sec_mid::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  content: "";
  display: block;
  width: 50%;
  height: 920rem;
  background-color: #00b6bc;
}

@media (max-width: 768px) {
  .sec_mid::after {
    display: none;
  }
}

.sec_mid::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 490rem;
  background-color: #f6f6f6;
}

.sec_mid .depart {
  position: relative;
  height: 300rem;
}

@media (max-width: 768px) {
  .sec_mid .depart {
    height: auto;
  }
}

.sec_mid .depart .txt {
  width: 50%;
}

@media (max-width: 768px) {
  .sec_mid .depart .txt {
    width: 100%;
  }
}

.sec_mid .depart .txt .fc03 {
  padding-bottom: 30rem;
}

.sec_mid .depart #depart {
  position: absolute;
  top: 0;
  left: 40%;
  width: 1100rem;
  height: 300rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .sec_mid .depart #depart {
    margin: 30rem 0 50rem;
    position: static;
  }
}

.sec_mid .depart #depart .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec_mid .depart #depart .swiper-wrapper .swiper-slide {
  width: 300rem !important;
  height: 287rem !important;
  background-color: #fff;
}

@media (max-width: 768px) {
  .sec_mid .depart #depart .swiper-wrapper .swiper-slide {
    max-width: 100%;
  }
}

.sec_mid .depart #depart .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.sec_mid .depart #depart .swiper-wrapper .swiper-slide .img_wrap {
  width: 100%;
  height: 200rem;
}

.sec_mid .depart #depart .swiper-wrapper .swiper-slide .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec_mid .depart #depart .swiper-wrapper .swiper-slide .txt {
  padding: 10rem;
  width: 100%;
  text-align: center;
}

.sec_mid .depart #depart .swiper-wrapper .swiper-slide-active {
  border: 6rem solid transparent;
  -o-border-image: linear-gradient(to bottom, #036B6B, #5CCBCB);
     border-image: -webkit-gradient(linear, left top, left bottom, from(#036B6B), to(#5CCBCB));
     border-image: linear-gradient(to bottom, #036B6B, #5CCBCB);
  border-image-slice: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#036B6B), to(#5CCBCB));
  background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom, #036B6B, #5CCBCB);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.sec_mid .txt_rolling {
  position: relative;
  margin: 80rem 0;
  width: 1940rem;
  height: 150rem;
}

@media (max-width: 768px) {
  .sec_mid .txt_rolling {
    display: none;
  }
}

.sec_mid .txt_rolling .txt {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 120rem;
  font-weight: bold;
  color: #ebebeb;
  mix-blend-mode: multiply;
}

.sec_mid .view {
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .sec_mid .view {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.sec_mid .view #view {
  margin: 0;
  width: 50%;
  height: 400rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .sec_mid .view #view {
    width: 100%;
  }
}

.sec_mid .view #view .swiper-slide {
  max-width: 100% !important;
}

.sec_mid .view #view .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec_mid .view .txt {
  position: relative;
  padding: 50rem;
  width: 50%;
  height: 400rem;
  background: #fff url(/img/main/view_bg.png) no-repeat center center/cover;
}

@media (max-width: 768px) {
  .sec_mid .view .txt {
    width: 100%;
  }
}

.sec_mid .view .txt .fc03 {
  padding-bottom: 30rem;
}

.sec_mid .view .txt #view_pagination {
  z-index: 1;
  width: auto;
  left: 50rem;
  height: 75rem;
  bottom: 0;
}

.sec_mid .view .txt #view_pagination .swiper-pagination-bullet {
  margin: 0 8rem;
}

.sec_mid .view .txt #view_pagination .swiper-pagination-bullet-active {
  position: relative;
  background-color: #00b6bc;
}

.sec_mid .view .txt #view_pagination .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 17rem;
  height: 17rem;
  border-radius: 50%;
  border: 1rem solid #00b6bc;
}

.doc {
  padding: 150rem 0;
}

@media (max-width: 768px) {
  .doc {
    padding: 100rem 0;
  }
}

.doc .w-1200 {
  background-color: #f5fcfc;
  height: auto;
}

@media (max-width: 768px) {
  .doc .w-1200 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }
}

.doc .w-1200 .txt {
  position: relative;
  padding: 100rem 60rem 60rem;
  width: 50%;
}

@media (max-width: 768px) {
  .doc .w-1200 .txt {
    width: 100%;
    padding: 100rem 20rem 60rem;
  }
}

.doc .w-1200 .txt ul {
  padding-left: 20rem;
}

.doc .w-1200 .txt ul li {
  position: relative;
}

.doc .w-1200 .txt ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 10rem;
  left: -13rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}

.doc .w-1200 .txt .h2 {
  padding-bottom: 35rem;
}

.doc .w-1200 .txt .h1_b {
  padding-bottom: 60rem;
}

.doc .w-1200 .txt .h3 {
  line-height: 1.6em;
}

.doc .w-1200 .txt .more_btn {
  position: absolute;
  bottom: 30rem;
  right: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10rem;
          column-gap: 10rem;
}

@media (max-width: 768px) {
  .doc .w-1200 .txt .more_btn {
    right: 40rem;
    bottom: 20rem;
  }
}

.doc .w-1200 .txt .more_btn .img_wrap {
  position: relative;
  width: 27rem;
}

.doc .w-1200 .txt .more_btn .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.doc .w-1200 .txt .more_btn .img_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 25rem;
  height: 25rem;
  background-color: rgba(211, 211, 211, 0.5);
  border-radius: 50%;
}

.doc .w-1200 .doc_img {
  width: 50%;
}

@media (max-width: 768px) {
  .doc .w-1200 .doc_img {
    width: 100%;
  }
}

.doc .w-1200 .doc_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.info {
  padding: 120rem 0 150rem;
  background: #036b6b url(/img/main/info_bg.png) no-repeat right 150rem;
}

.info .info_tit {
  max-width: 100%;
}

.info .info_tit .h1_b {
  margin-top: 30rem;
}

.info .w-1200 {
  margin-top: 50rem;
  height: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .info .w-1200 {
    height: auto;
    row-gap: 20rem;
  }
}

.info .w-1200 .time_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15rem;
  width: 49%;
}

@media (max-width: 768px) {
  .info .w-1200 .time_info {
    width: 100%;
  }
}

.info .w-1200 .time_info .time {
  padding: 40rem 60rem;
  height: auto;
  background-color: #fff;
}

@media (max-width: 768px) {
  .info .w-1200 .time_info .time {
    padding: 40rem;
  }
}

.info .w-1200 .time_info .time ul {
  margin-top: 15rem;
}

.info .w-1200 .time_info .time ul li {
  padding: 5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 50rem;
          column-gap: 50rem;
}

.info .w-1200 .time_info .time ul li .fc01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info .w-1200 .time_info .time .ann {
  margin-top: 15rem;
}

.info .w-1200 .time_info .call {
  padding: 30rem 60rem;
  height: auto;
  background-color: #fff;
}

@media (max-width: 768px) {
  .info .w-1200 .time_info .call {
    padding: 30rem 40rem;
  }
}

.info .w-1200 .loca_info {
  position: relative;
  width: 49%;
}

@media (max-width: 768px) {
  .info .w-1200 .loca_info {
    width: 100%;
  }
}

.info .w-1200 .loca_info .map {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

@media (max-width: 768px) {
  .info .w-1200 .loca_info .map {
    height: 380rem;
  }
}

.info .w-1200 .loca_info .location {
  padding: 10rem 50rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  background-color: #00b6bc;
}

@media (max-width: 768px) {
  .info .w-1200 .loca_info .location {
    height: auto;
    padding: 10rem 40rem;
  }
}

#footer {
  min-height: 300rem;
  height: auto;
  background-color: #4a4e51;
}

#footer .w-1400 {
  padding: 60rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  #footer .w-1400 {
    padding: 60rem 0 120rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30rem;
  }
}

#footer .w-1400 .logo_wrap {
  width: 20%;
  height: 150rem;
}

@media (max-width: 768px) {
  #footer .w-1400 .logo_wrap {
    display: none;
  }
}

#footer .w-1400 .logo_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#footer .w-1400 .address_con {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
}

@media (max-width: 768px) {
  #footer .w-1400 .address_con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30rem;
    width: 100%;
  }
}

@media (max-width: 768px) {
  #footer .w-1400 .address_con .box01 {
    width: 100%;
  }
}

#footer .w-1400 .address_con .box01 .address {
  padding: 30rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30rem;
          column-gap: 30rem;
  width: 70%;
}

@media (max-width: 768px) {
  #footer .w-1400 .address_con .box01 .address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

#footer .w-1400 .address_con .box01 .fcft {
  position: relative;
  display: inline-block;
  margin: 3rem 0;
}

#footer .w-1400 .address_con .box02 {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 768px) {
  #footer .w-1400 .address_con .box02 {
    position: static;
    width: 100%;
  }
}

#footer .w-1400 .address_con .box02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 768px) {
  #footer .w-1400 .address_con .box02 ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#footer .w-1400 .address_con .box02 ul li a {
  display: inline-block;
  padding: 0 10rem;
}

#footer .w-1400 .address_con .box02 ul li a p {
  font-size: 14rem;
}

#footer .w-1400 .address_con .box02 ul li.admin {
  background-color: #000;
}

.subtop {
  margin-top: 100rem;
  position: relative;
  width: 100%;
  height: 250rem;
}

.subtop::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
  .subtop {
    margin-top: 80rem;
  }
}

.subtop .subtop_title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: auto;
  text-align: center;
}

.subtop .subtop_title .h1_b {
  margin-top: 40rem;
}

.subtop.subtop_01 {
  background: url(/img/sub/subtop/subtop_01.png) no-repeat center center/cover;
}

.subtop.subtop_02 {
  background: url(/img/sub/subtop/subtop_02.png) no-repeat center center/cover;
}

@media (max-width: 768px) {
  .subtop.subtop_02 {
    background: url(/img/sub/subtop/subtop_02.png) no-repeat -900rem center/cover;
  }
}

.subtop.subtop_03 {
  background: url(/img/sub/subtop/subtop_03.png) no-repeat center center/cover;
}

.subtop.subtop_04 {
  background: url(/img/sub/subtop/subtop_04.png) no-repeat center center/cover;
}

.subtop.subtop_05 {
  background: url(/img/sub/subtop/subtop_05.png) no-repeat center center/cover;
}

.sticky {
  position: relative;
}

.sticky .section_nav {
  padding: 8rem 0;
  position: -webkit-sticky;
  position: sticky;
  top: 100rem;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 3rem 3rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 3rem 3rem rgba(0, 0, 0, 0.15);
  z-index: 1;
}

@media (max-width: 768px) {
  .sticky .section_nav {
    top: 80rem;
  }
}

.sticky .section_nav .w-1200 {
  width: 1200rem;
  max-width: 95%;
  overflow-x: auto;
}

.sticky .section_nav .w-1200 .scroll_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200rem;
}

@media (max-width: 768px) {
  .sticky .section_nav .w-1200 .scroll_tab {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.sticky .section_nav .w-1200 .scroll_tab li {
  width: 150rem;
  height: 60rem;
  background-color: #f6f6f6;
  text-align: center;
}

.sticky .section_nav .w-1200 .scroll_tab li a {
  display: block;
  line-height: 60rem;
  width: 100%;
  height: 100%;
  color: #909090;
}

.sticky .section_nav .w-1200 .scroll_tab li.active {
  background-color: #00b6bc;
}

.sticky .section_nav .w-1200 .scroll_tab li.active a {
  color: #fff;
}

.sticky .section_nav .w-1200 .nonsurgery_li {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 5rem;
  -webkit-column-gap: 10rem;
          column-gap: 10rem;
}

.sticky .section_nav .w-1200 .nonsurgery_li li {
  width: 230rem !important;
}

.sticky .section_nav .w-1200 .physical_li {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 5rem;
  -webkit-column-gap: 10rem;
          column-gap: 10rem;
}

.sticky .section_nav .w-1200 .physical_li li {
  width: 190rem !important;
}

.sticky .con {
  position: relative;
  padding: 250rem 0 150rem;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .sticky .con {
    padding: 100rem 0;
  }
}

.sticky .con .w-1200 .title {
  position: relative;
  height: 330rem;
}

@media (max-width: 768px) {
  .sticky .con .w-1200 .title {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.sticky .con .w-1200 .title .box {
  padding: 50rem;
  height: 330rem;
}

@media (max-width: 768px) {
  .sticky .con .w-1200 .title .box {
    height: 250rem;
  }
}

.sticky .con .w-1200 .title .img_wrap {
  position: absolute;
  padding: 0 !important;
  width: 50%;
  bottom: 70rem;
}

@media (max-width: 768px) {
  .sticky .con .w-1200 .title .img_wrap {
    position: static;
    width: 100%;
  }
}

.sticky .con .w-1200 .title .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sticky .con .w-1200 .title .txt_box {
  width: 50%;
  float: right;
  min-height: 330rem;
  height: auto;
}

@media (max-width: 768px) {
  .sticky .con .w-1200 .title .txt_box {
    width: 100%;
  }
}

.sticky .con .w-1200 .title .txt_box .name {
  margin-top: 0 !important;
  color: #909090;
}

.sticky .con .w-1200 .title .txt_box .h1_b {
  margin-top: 30rem;
  color: #00b6bc;
}

.sticky .con .w-1200 .title .txt_box .h2 {
  margin-top: 30rem;
}

.sticky .con .justify {
  margin-top: 100rem;
  min-height: 150rem;
}

@media (max-width: 768px) {
  .sticky .con .justify {
    width: 100%;
    row-gap: 30rem;
  }
}

.sticky .con .symptom {
  margin-top: 100rem;
  min-height: 200rem;
}

@media (max-width: 768px) {
  .sticky .con .symptom {
    row-gap: 30rem;
  }
}

.sticky .con .symptom .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 20rem;
  height: auto;
}

.sticky .con .symptom .ul .li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10rem 40rem;
  width: 100%;
  min-height: 50rem;
  background-color: #fff;
}

@media (max-width: 768px) {
  .sticky .con .symptom .ul .li {
    width: 100%;
  }
}

.sticky .con .symptom .ul .li .h3::after {
  content: "·";
  position: absolute;
  top: 9rem;
  left: 20rem;
  font-size: 21rem;
  color: #00b6bc;
  font-weight: 700;
}

.sticky .con .left {
  width: 25%;
  color: #00b6bc;
}

@media (max-width: 768px) {
  .sticky .con .left {
    width: 100%;
  }
}

.sticky .con .right {
  width: 75%;
  line-height: 1.6em;
}

@media (max-width: 768px) {
  .sticky .con .right {
    width: 100%;
  }
}

.sticky .bg {
  background-color: #f6f6f6;
}

.sticky .bg .txt_box {
  background-color: #f5fcfc;
}

.sticky .nonbg .txt_box {
  background-color: #036b6b !important;
}

.sticky .nonbg .txt_box p {
  color: #fff !important;
}

.sticky .nonbg .li {
  background-color: #f7f7f7 !important;
}

.noncovered {
  padding: 130rem 0;
}

.noncovered .section_title {
  text-align: center;
}

.noncovered .table_wrap {
  margin-top: 70rem;
}

.noncovered .table_wrap table {
  color: #2B2C2E;
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #36B0C0;
  text-align: center;
}

.noncovered .table_wrap table th {
  background: #F8F9FA;
  font-weight: 700;
  border-right: 1px solid #E0E1E3;
  border-bottom: 1px solid #E0E1E3;
  padding: 20px;
  max-width: 50%;
  font-size: 16rem;
}

.noncovered .table_wrap table th:last-child {
  border-right: none;
}

.noncovered .table_wrap table td {
  padding: 20px 40px;
  border-right: 1px solid #E0E1E3;
  border-bottom: 1px solid #E0E1E3;
  font-size: 16rem;
}

.noncovered .table_wrap table td:last-child {
  border-right: none;
}

.noncovered .table_wrap table .border {
  border-right: 1rem solid #e0e1e3 !important;
}

.noncovered .img_wrap {
  margin: 0 auto;
  width: 830rem;
  max-width: 100%;
  height: auto;
}

.noncovered .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#intro section {
  padding: 130px 0;
  position: relative;
}

#hello .banner {
  margin: 50px auto !important;
}

#doctor {
  padding: 130px 0;
}

#doctor .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  #doctor .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 30rem;
  }
}

#doctor .box01 {
  float: left;
  width: 55%;
}

#doctor .box01 .profile {
  margin: 100px 0;
}

#doctor .box01 .eng {
  letter-spacing: 14px;
}

#doctor .box02 {
  float: right;
  width: 45%;
}

#doctor .box02 img {
  margin: 0 auto;
  display: inline-block;
}

#doctor .profile ul {
  margin-top: 30rem;
  padding-left: 20rem;
}

#doctor .profile ul li {
  position: relative;
}

#doctor .profile ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 10rem;
  left: -13rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}

#view_hos .swiper-button-prev, #view_hos .swiper-button-next {
  width: 80px;
  height: 80px;
  bottom: 0;
  top: auto;
}

#view_hos .swiper-button-next {
  background: url("/img/sub/about/btnNext.png") no-repeat;
  right: 0%;
}

#view_hos .swiper-button-prev {
  background: url("/img/sub/about/btnPrev.png") no-repeat;
  left: auto;
  right: 80px;
}

#view_hos .swiper {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

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

#view_hos .viewSlide {
  position: relative;
  height: 80%;
  width: 100%;
}

#view_hos .viewSlide .swiper-slide {
  width: 1300px;
  height: auto;
}

#view_hos .thumSlide {
  height: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0 20px 0;
}

#view_hos .thumSlide .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
}

#view_hos .thumSlide .swiper-slide-thumb-active {
  opacity: 1;
}

#view_hos .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#view_hos .tit {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  max-height: 80px;
  background: #F8F9FA;
  padding: 20px;
}

#view_hos .tit span {
  float: left;
  margin: 7px 20px 0 0;
}

#view_hos .slides_wrap {
  margin-top: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  height: 690rem;
}

@media (max-width: 768px) {
  #view_hos .slides_wrap {
    height: 350rem;
  }
}

#view_hos .slides_wrap .thumSlide01 {
  position: relative;
  width: 20%;
  overflow-y: hidden;
  height: 100%;
}

@media (max-width: 768px) {
  #view_hos .slides_wrap .thumSlide01 {
    display: none;
  }
}

#view_hos .slides_wrap .thumSlide01 .swiper-wrapper {
  width: 100%;
}

#view_hos .slides_wrap .thumSlide01 .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
  opacity: 0.4;
}

#view_hos .slides_wrap .thumSlide01 .swiper-wrapper .swiper-slide-thumb-active {
  opacity: 1 !important;
}

#view_hos .slides_wrap .thumSlide01 .col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#view_hos .slides_wrap .thumSlide01 .swiper-scrollbar {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 5rem;
  height: 100%;
  background-color: rgba(0, 182, 188, 0.2);
}

#view_hos .slides_wrap .thumSlide01 .swiper-scrollbar-drag {
  background-color: #00b6bc;
}

#view_hos .slides_wrap .viewSlide01 {
  width: 80%;
  overflow-x: hidden;
  height: 100%;
}

@media (max-width: 768px) {
  #view_hos .slides_wrap .viewSlide01 {
    width: 100%;
  }
}

#view_hos .slides_wrap .viewSlide01 .swiper-wrapper {
  width: 100%;
}

#view_hos .slides_wrap .viewSlide01 .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}

#view_hos .slides_wrap .viewSlide01 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#info {
  position: Relative;
}

#info:before {
  content: '';
  background: #F8F9FA;
  height: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#info .timetable {
  background: #FFF;
  margin: 50px 0 0 0;
  padding: 100px;
}

#info .timetable .spe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#info .timetable ul {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
}

#info .timetable ul li {
  width: 50%;
}

#info .timetable span {
  margin: 0 30px 0 0;
  display: inline-block;
}

#info .timetable .ft01 {
  margin: 0 !important;
  display: inline-block;
  background-color: #00b6bc;
  padding: 3px 7px;
}

#info .timetable p {
  width: auto;
}

@media (max-width: 768px) {
  #info .timetable p {
    font-size: 18px;
  }
}

#info .timetable .txt {
  display: block;
  background: #00b6bc;
  padding: 15px;
  color: #FFF;
  text-align: Center;
  margin: 50px auto 0;
  max-width: 100%;
}

#info .map {
  width: 100% !important;
  height: 400px;
}

.clear {
  padding-top: 30px;
}

.clear td {
  vertical-align: middle;
}

#info .location .boxWrap {
  overflow: hidden;
  margin: 50px 0 0 0;
}

#info .location .box01 {
  float: left;
  width: 25%;
}

#info .location .box02 {
  float: right;
  width: 75%;
}

#info .location .box02 table {
  border-collapse: collapse;
  margin: 30px 0 0 0;
}

#info .location .box02 table th, #info .location .box02 table td {
  padding: 20px;
}

#info .location .box02 .add {
  float: left;
  width: 50%;
  height: 100%;
}

#info .location .box02 .way {
  float: right;
  width: 50%;
}

#info .location .box02 .way ul {
  overflow: hidden;
}

#info .location .box02 .way ul li {
  width: 23%;
  margin: 1%;
  text-align: center;
  float: left;
  padding: 10px 15px;
}

#info .location .box02 .way ul li img {
  float: left;
  margin: 0 3px 0 0;
}

#info .location .box02 .way ul .naver {
  border: 1px solid #36ab36;
}

#info .location .box02 .way ul .naver a {
  color: #36ab36;
}

#info .location .box02 .way ul .daum {
  border: 1px solid #618ffc;
}

#info .location .box02 .way ul .daum a {
  color: #618ffc;
}

.about .iconTit {
  float: left;
  margin: 0 10px 0 0;
}

#equip {
  padding: 130px 0;
}

#equip .mySwiper {
  margin-top: 60px;
}

#equip .mySwiper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

#equip .mySwiper .swiper-slide:hover {
  cursor: pointer;
}

#equip .mySwiper .swiper-slide:hover::after {
  opacity: 0;
}

#equip .mySwiper .swiper-slide-thumb-active::after {
  opacity: 0;
}

#equip .slide_con {
  margin-top: 60px;
}

#equip .mySwiper {
  height: 110px;
}

#equip .mySwiper .swiper-wrapper {
  width: 100%;
}

#equip .mySwiper .swiper-slide {
  background-color: #fff;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #c4c4c4;
}

#equip .mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#equip .down-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

#equip .down-section .mySwiper2 {
  height: 400px;
}

#equip .down-section .mySwiper2 .swiper-wrapper {
  width: 1300px;
}

#equip .down-section .mySwiper2 .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #fff;
}

#equip .down-section .mySwiper2 .swiper-slide .img_wrap {
  width: 50%;
  height: 100%;
}

@media (max-width: 768px) {
  #equip .down-section .mySwiper2 .swiper-slide .img_wrap {
    width: 100%;
  }
}

#equip .down-section .mySwiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#equip .down-section .txt_con {
  padding: 80px 50px;
  width: 50%;
  height: 100%;
  background-color: rgba(0, 182, 188, 0.15);
}

@media (max-width: 768px) {
  #equip .down-section .txt_con {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}

@media (max-width: 1500px) {
  .step ul li:after {
    right: 0;
  }
  .step02 ul li:after {
    right: 0;
  }
  #doctor .box01 .profile {
    margin: 50px 0;
  }
  #info .timetable {
    padding: 50px;
  }
  #info .timetable ul li {
    width: 100%;
    margin: 5px 0;
  }
  #info .timetable .txt {
    margin: 20px auto 0;
    max-width: 100%;
  }
  #info .location .box02 .add {
    width: 100%;
  }
  #info .location .box02 .way {
    width: 100%;
    margin: 10px 0 0 0;
  }
  #info .location .box02 .way ul li {
    padding: 10px;
  }
  #info .location .box02 .way ul li img {
    float: none;
    margin: 0 0 5px 0;
  }
}

@media (max-width: 1024px) {
  #doctor .box01 {
    float: none;
    width: 100%;
  }
  #doctor .box01 img {
    margin: auto;
  }
  #doctor .box01 .profile {
    margin: 20px 0 30px 0;
  }
  #doctor .box02 {
    float: none;
    width: 100%;
  }
  #view_hos .tit {
    width: 100%;
    max-height: 70px;
  }
  #view_hos .swiper-button-prev {
    right: 70px;
  }
  #view_hos .swiper-button-prev, #view_hos .swiper-button-next {
    width: 70px;
    height: 70px;
    background-size: cover;
  }
  #info .timetable {
    padding: 30px;
    margin: 20px 0 0 0;
  }
  #info .map {
    width: 100%;
    height: 400px;
  }
  #info .location .box01 {
    float: none;
    width: 100%;
  }
  #info .location .box02 {
    float: none;
    width: 100%;
  }
  .commonSlide .commonSwiper .swiper-button-next {
    left: auto;
    right: 40%;
  }
  .commonInfo ul li:nth-child(1), .commonInfo ul li:nth-child(6) {
    width: 100%;
    margin: 0;
    border: none;
  }
  .commonInfo ul li {
    text-align: left;
    padding: 1% 2%;
    width: 63.33%;
    border-right: 1px solid #eee;
  }
}

@media (max-width: 768px) {
  .visible-xs {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }
  #intro section {
    padding: 50px 0;
  }
  #hello .banner {
    margin: 20px auto;
  }
  #doctor .box01 .eng {
    letter-spacing: 2px;
  }
  #doctor .box02 img {
    width: 60%;
    display: block;
  }
  #view_hos .thumSlide {
    padding: 20px 0;
  }
  #view_hos .tit {
    padding: 10px 15px;
  }
  #view_hos .tit span {
    margin: 3px 10px 0 0;
  }
  #info .map {
    width: 100%;
    height: 300px;
  }
  #info .location .box02 table {
    width: 100%;
  }
  #info .location .box02 table img {
    height: 40px;
  }
  #info .location .box02 table th, #info .location .box02 table td {
    padding: 10px;
  }
  .commonInfo ul li {
    width: 100%;
    border: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .commonInfo ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #equip .mySwiper {
    height: 100px;
  }
  #equip .down-section .mySwiper2 {
    width: 100%;
  }
  #equip .down-section .txt_con {
    padding: 30px;
    background-color: rgba(0, 182, 188, 0.7);
    position: absolute;
    left: 0;
    top: unset;
    bottom: 0 !important;
    width: 100%;
    height: auto;
  }
  #equip .down-section .txt_con p {
    color: #fff;
  }
  #info .timetable ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #info .timetable .spe {
    margin-top: 5px;
    text-align: left;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

@media (max-width: 420px) {
  #info .map {
    height: 250px;
  }
}
