@charset "UTF-8";
/* Charset */
/* Import common.scss */
/* Charset */
/* Gmarket Sans 폰트 정의 */
@font-face {
  font-family: "Gmarket Sans";
  src: url("../fonts/GmarketSansTTFBold.ttf") format("truetype"), url("../fonts/GmarketSansBold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
/* Pretendard 폰트 정의 */
@font-face {
  font-family: "Pretendard Variable";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/PretendardVariable.woff2") format("woff2-variations");
}
/* Variables */
/* Mixins */
/* Index Common Styles */
.index-title-block {
  text-align: center;
}
.index-title-block.color-white {
  color: #ffffff;
}
.index-title-block .index-title-en {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.index-title-block .index-title-big {
  margin-top: 10px;
  font-size: 54px;
  font-weight: 900;
  line-height: 1;
}
.index-title-block .index-title-text {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-title-block .index-title-bold {
  font-weight: bold;
}

.max-width-1660 {
  max-width: 1660px;
  width: 100%;
}

.slick-arrow {
  width: 65px;
  height: 65px;
  text-indent: -9999px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  bottom: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.slick-arrow::before {
  content: "";
  width: 65%;
  height: 65%;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.slick-prev {
  left: 0;
}
.slick-prev::before {
  -webkit-mask-image: url(../img/common/arrow_left.svg);
          mask-image: url(../img/common/arrow_left.svg);
}

.slick-next {
  right: 0px;
}
.slick-next::before {
  -webkit-mask-image: url(../img/common/arrow_right.svg);
          mask-image: url(../img/common/arrow_right.svg);
}

/* Index Section Styles */
.banner-section {
  height: 940px;
  background-image: url(../img/index/section01_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  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;
}
.banner-section .bn-box {
  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;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
}
.banner-section .bn-highlight {
  padding: 0 20px;
  font-size: 44px;
  font-weight: 900;
  color: #004098;
  background-color: #fbee5b;
  text-align: center;
}
.banner-section .bn-big {
  margin: 5px auto 25px auto;
  font-size: 68px;
  font-weight: 900;
  line-height: 1.4;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-section .bn-sm {
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-section .bn-sm .bn-sm-underline {
  font-weight: 500;
  border-bottom: 1px solid #ffffff;
}

/* subject Section Styles */
.subject-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../img/index/section02_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.subject-section .subject-list {
  margin-top: 100px;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.subject-section .subject-item {
  width: 31%;
  padding: 40px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.subject-section .subject-item:nth-child(-n+3) {
  margin-bottom: 3%;
}
.subject-section .item-title-en {
  font-size: 14px;
  font-weight: 500;
  color: #838383;
}
.subject-section .item-title-kr {
  font-size: 36px;
  font-weight: 900;
  color: #004098;
}
.subject-section .item-info {
  margin-top: 5px;
  font-size: 18px;
  color: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.subject-section .item-img {
  width: 30%;
  max-width: 150px;
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.subject-section .item-img img {
  width: 100%;
  display: block;
}

/* profile Section Styles */
.profile-section {
  padding-top: 100px;
  padding-bottom: 100px;
  /* .btn-w-250 {width: 250px;}
  .btn-w-320 {width: 320px; margin-left: 60px;}
  .btn-w-350 {width: 350px; margin-left: 60px;}
  .btn-w-390 {width: 390px;} */
}
.profile-section .index-title-block .index-title-en {
  color: #004098;
}
.profile-section .profile-area {
  height: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.profile-section .profile-list {
  margin-top: 20px;
}
.profile-section .profile-box {
  width: 100%;
  margin-bottom: 200px;
  overflow: hidden;
  position: relative;
}
.profile-section .profile-box:nth-child(even) .profile-area {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.profile-section .profile-box:nth-child(even) .profile-img {
  right: unset;
  left: -130px;
}
.profile-section .profile-box:nth-child(even) .profile-img::before {
  right: 0;
  left: unset;
}
.profile-section .profile-box:last-child {
  margin-bottom: 0px;
}
.profile-section .profile-img {
  /* width: 50%;
  max-width: 600px; */
  /* width: 693px; */
  width: 648px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  right: -130px;
  z-index: -1;
}
.profile-section .profile-img::before {
  content: "";
  width: 1051px;
  height: 406px;
  background-repeat: no-repeat;
  background-image: url(../img/index/profile_logo_bg.png);
  background-position: center center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.profile-section .profile-img img {
  width: 100%;
  display: block;
}
.profile-section .history-pc-title-box {
  width: 100%;
  border-bottom: 1px solid #797979;
}
.profile-section .history-pc-title {
  width: 240px;
  height: 40px;
  color: #ffffff;
  background: #797979;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 20px;
  font-weight: 600;
  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;
}
.profile-section .profile-info {
  width: 810px;
  margin-bottom: 70px;
}
.profile-section .profile-description {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #004098;
  border-left: 3px solid #004098;
}
.profile-section .profile-description > div {
  padding-left: 10px;
}
.profile-section .profile-description > div:first-child {
  margin-bottom: 10px;
}
.profile-section .profile-highlight {
  font-weight: 800;
  background-color: #fbee5b;
  padding-right: 10px;
  line-height: 1.4;
  display: inline-block;
}
.profile-section .profile-name-box {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #838383;
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}
.profile-section .profile-name {
  margin-right: 10px;
  font-size: 60px;
  font-weight: 900;
  color: #1a1a1a;
}
.profile-section .profile-history {
  width: 810px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile-section .history-btns {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: none;
}
.profile-section .history-btns button {
  font-size: 20px;
  font-weight: 600;
  cursor: default;
  line-height: 2;
  border: 0;
  text-align: center;
  background-color: #004098;
  color: #ffffff;
}
.profile-section .profile-img-bg01::before {
  width: 1184px;
  height: 666px;
  background-image: url(../img/index/profile_bg01.png);
  left: 50px;
}
.profile-section .profile-img-bg02::before {
  width: 1117px;
  height: 666px;
  background-image: url(../img/index/profile_bg02.png);
}
.profile-section .profile-img-text-box {
  position: absolute;
  bottom: 30px;
  display: none;
}
.profile-section .profile-img-text {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 445px;
  height: 100px;
  background-color: #001b3f;
  color: #ffffff;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.4;
}
.profile-section .profile-img-text-bold {
  font-size: 30px;
  font-weight: 800;
}
.profile-section .history-lists {
  width: 100%;
  margin: 10px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #1a1a1a;
  word-break: keep-all;
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.profile-section .history-list {
  width: 100%;
}
.profile-section .history-list > li {
  padding-left: 10px;
  margin-bottom: 5px;
  position: relative;
}
.profile-section .history-list > li::before {
  content: "-";
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 0;
}
.profile-section .history-list-bold {
  font-weight: 800;
}
.profile-section .history-list-line2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.profile-section .float-text-box {
  width: 100%;
  line-height: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  z-index: -1;
}
.profile-section .float-text-rl {
  font-size: 180px;
  font-weight: 900;
  white-space: nowrap;
  text-transform: uppercase;
  color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 300px;
  padding-right: 300px;
  animation: marqueeAnimation 30s linear infinite;
  -webkit-animation: marqueeAnimation 30s linear infinite;
}
@-webkit-keyframes marqueeAnimation {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes marqueeAnimation {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

/* info Section Styles */
.info-section {
  overflow: hidden;
  background-image: url(../img/index/section04_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.info-section.info-section02 {
  background-image: url(../img/index/section09_bg.jpg);
}
.info-section.info-section02 .info-article-show-area {
  padding-bottom: 50px;
}
.info-section .index-title-block {
  color: #ffffff;
}
.info-section .info-article {
  border-bottom: 1px solid #787878;
}
.info-section .info-article:last-child {
  border-bottom: 0;
}
.info-section .info-article-show-area {
  padding-top: 100px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info-section .info-article-show-area.max-width-1400 {
  border: 0;
}
.info-section .max-width-1400 {
  border-left: 1px solid #787878;
  border-right: 1px solid #787878;
}
.info-section .info-box {
  margin-top: 45px;
  position: relative;
}
.info-section .info-box::before, .info-section .info-box::after {
  content: "";
  width: 100px;
  height: 155px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../img/index/section04_leaf.png);
  position: absolute;
  top: 50%;
}
.info-section .info-box::before {
  right: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.info-section .info-box::after {
  left: 100%;
  transform: translateY(-50%) scaleX(-1);
  -webkit-transform: translateY(-50%) scaleX(-1);
  -moz-transform: translateY(-50%) scaleX(-1);
  -ms-transform: translateY(-50%) scaleX(-1);
  -o-transform: translateY(-50%) scaleX(-1);
}
.info-section .info-text-box {
  font-size: 40px;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info-section .info-text-box .info-text-gradient {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info-section .info-text-count {
  line-height: 1;
  margin-top: 20px;
}
.info-section .info-text-white {
  color: #ffffff;
}
.info-section .info-text-gradient {
  background: linear-gradient(165deg, #fff7b0 25%, #ca9d61 50%, #fff7b0 80%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.info-section .ff-gmarket {
  text-align: center;
  font-family: "Gmarket Sans", sans-serif;
  font-size: 62px;
  font-weight: 700;
}
.info-section .info-text-big {
  font-size: 92px;
}
.info-section .info-item-box {
  color: #ffffff;
  text-align: center;
}
.info-section .info-list {
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.info-section .info-list > li {
  width: 100%;
  padding: 60px 0;
  border-right: 1px solid #787878;
}
.info-section .info-list > li:last-child {
  border-right: 0;
}
.info-section .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info-section .item-img {
  width: 110px;
  margin-bottom: 20px;
}
.info-section .item-img img {
  width: 100%;
  display: block;
}
.info-section .item-title-en {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.3;
}
.info-section .item-title-kr {
  font-size: 36px;
  font-weight: bold;
}
.info-section .item-info {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* equipment Section Styles */
.equipment-section {
  padding: 130px 0 80px 0;
  background-color: #004098;
  overflow: hidden;
  position: relative;
}
.equipment-section::before, .equipment-section::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
}
.equipment-section::before {
  width: 869px;
  height: 373px;
  background-image: url(../img/index/section05_bg_top.png);
  top: 0;
  left: 0;
}
.equipment-section::after {
  width: 600px;
  height: 273px;
  background-image: url(../img/index/section05_bg_bottom.png);
  bottom: 0;
  right: 0;
}
.equipment-section .equip-index-title-block {
  color: #ffffff;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.equipment-section .equip-index-title-block .index-title-block {
  text-align: left;
  position: relative;
  left: 65%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.equipment-section .equip-index-title-block .index-title-text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.equipment-section .slide-wrap {
  width: 100%;
  transform: translateY(-80px);
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
}
.equipment-section .slide-block {
  padding-right: 100px;
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.equipment-section .equip-img-rolling {
  width: 580px;
  max-width: 580px;
  position: relative;
}
.equipment-section .equip-img-rolling::before {
  content: "";
  width: 800px;
  height: 1000px;
  background-color: #ffffff;
  border-radius: 0 200px 0 0;
  position: absolute;
  -webkit-border-radius: 0 200px 0 0;
  -moz-border-radius: 0 200px 0 0;
  -ms-border-radius: 0 200px 0 0;
  -o-border-radius: 0 200px 0 0;
  left: -400px;
  top: -100px;
}
.equipment-section .equip-img-rolling-item {
  /* max-height: 580px;
  max-width: 580px;
  aspect-ratio: 1/1; */
}
.equipment-section .equip-img-rolling-item > img {
  width: 100%;
}
.equipment-section .equip-info-wrap {
  width: 600px;
  max-width: 600px;
  position: relative;
}
.equipment-section .equip-info-rolling {
  padding-bottom: 100px;
}
.equipment-section .equip-info-box {
  color: #ffffff;
}
.equipment-section .equip-info-title {
  /* font-size: 110px; */
  font-size: 86px;
  font-weight: 800;
  line-height: 1;
}
.equipment-section .equip-info-text {
  margin-top: 25px;
  font-size: 18px;
  word-break: keep-all;
  line-height: 1.8;
}
.equipment-section .slick-next {
  right: unset;
  left: 85px;
}
.equipment-section .equip-paging {
  font-size: 28px;
  font-weight: 600;
  color: #356bb6;
  position: absolute;
  bottom: 0;
  right: 0;
}
.equipment-section .equip-paging .current {
  font-weight: 800;
  color: #ffffff;
}
.equipment-section .equip-float {
  width: 100%;
  line-height: 1;
  font-size: 100px;
  text-align: left;
  padding-left: 300px;
  font-weight: 800;
  color: #1550a0;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

/* Photo Section Styles */
.photo-section {
  background-color: #001b3f;
  overflow: hidden;
}
.photo-section .photo-main-bg {
  max-width: 1920px;
  margin: 0 auto;
  /* background-color: #001b3f; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  /* 병원 로고 */
  /* 그라데이션 필터 */
}
.photo-section .photo-main-bg::before {
  content: "";
  max-width: 606px;
  width: 30%;
  height: 235px;
  background: no-repeat url(../img/index/section06_logo.png) center center/contain;
  position: absolute;
  bottom: 55px;
  left: -75px;
  z-index: 2;
}
.photo-section .photo-main-bg::after {
  /* content: ''; */
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 60% center;
  background-size: cover;
  background-image: url(../img/index/section06_img_bg.png);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.photo-section .photo-main-wrap {
  width: 100%;
  max-width: 1660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.photo-section .photo-index-title-block {
  width: 22%;
  padding-top: 100px;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
.photo-section .photo-index-title-block .index-title-block {
  text-align: left;
  color: #ffffff;
}
.photo-section .photo-index-title-block .index-title-text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.photo-section .photo-main-rolling {
  width: 78%;
  max-width: 1300px;
  overflow: hidden;
  position: relative;
}
.photo-section .photo-main-rolling::before {
  content: "";
  width: 100%;
  height: 105%;
  background: no-repeat url(../img/index/section06_img_bg2.png) left center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.photo-section .photo-main-item {
  height: 660px;
  overflow: hidden;
}
.photo-section .photo-main-item > img {
  width: 100%;
  height: 100%;
  /* transform-origin: 30% 100%; */
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.photo-section .photo-sub-bg {
  padding: 40px 0;
  background-color: #004098;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.photo-section .photo-sub-wrap {
  max-width: 1200px;
  width: 88%;
  margin: 0 auto;
}
.photo-section .slick-arrow {
  bottom: unset;
  top: 24px;
}
.photo-section .slick-prev {
  left: unset;
  right: 100%;
}
.photo-section .slick-next {
  right: unset;
  left: 100%;
}
.photo-section .slick-dots {
  margin-top: 40px;
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.photo-section .slick-dots li {
  cursor: pointer;
  width: 50px;
  height: 2px;
  line-height: 0;
  margin: 0 4px;
  opacity: 0.2;
  background-color: #ffffff;
}
.photo-section .slick-dots li.slick-active {
  opacity: 1;
}
.photo-section .slick-dots button {
  text-indent: -9999px;
  border: 0;
  background: unset;
}
.photo-section .photo-sub-item {
  margin: 0 8px;
}
.photo-section .photo-sub-item img {
  width: 100%;
}

/* Time Map Section Styles */
.time-map-section {
  overflow: hidden;
  padding-top: 100px;
  margin-bottom: 140px;
}
.time-map-section .section07-wrap {
  margin-top: 80px;
}
.time-map-section .index-title-block .index-title-en {
  color: #004098;
}
.time-map-section .index-title-block .index-title-bold {
  border-bottom: 1px solid #1a1a1a;
}
.time-map-section .map-time-block {
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.time-map-section .map-time-block .max-width-1660 {
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.time-map-section .map-wrap-bg {
  margin-top: 50px;
  background: #f5f5f5;
}
.time-map-section .map-info-wrap {
  /* width: 510px; */
  width: 530px;
  height: 575px;
  margin: 0 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.time-map-section .map-addr {
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.time-map-section .map-addr-text {
  font-size: 32px;
  font-weight: 700;
  padding-left: 30px;
  color: #1a1a1a;
  word-break: keep-all;
  position: relative;
}
.time-map-section .map-addr-text::before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #1a1a1a;
  -webkit-mask: no-repeat url(../img/index/section07_icon01.svg) center center/contain;
          mask: no-repeat url(../img/index/section07_icon01.svg) center center/contain;
  position: absolute;
  top: 8px;
  left: 0;
}
.time-map-section .map-addr-bold {
  color: #2c9ede;
  font-weight: 800;
}
.time-map-section .map-addr-naver {
  display: none;
}
.time-map-section .map-addr-naver a {
  width: 300px;
  margin: 0 auto;
  padding: 11px 0;
  border-radius: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #1a1a1a;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.09);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.time-map-section .map-addr-naver img {
  width: 36px;
}
.time-map-section .map-time {
  margin-top: 15px;
}
.time-map-section .map-time-table {
  background: #ffffff;
}
.time-map-section .map-time-tr {
  padding: 5px 30px;
  border-right: 1px solid #1a1a1a;
  border-left: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.time-map-section .map-time-tr:first-child {
  border-top: 1px solid #1a1a1a;
}
.time-map-section .map-time-tr-highlight {
  background-color: #004098;
}
.time-map-section .map-time-tr-highlight .map-time-th {
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.time-map-section .map-time-tr-highlight .map-time-date {
  color: #ffffff;
}
.time-map-section .map-time-tr-highlight .map-time-td {
  color: #ffffff;
}
.time-map-section .map-time-tr-lunch {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.time-map-section .map-time-tr-lunch .map-time-date {
  width: 100%;
}
.time-map-section .map-time-date {
  /* width: 120px; */
  width: 150px;
  font-size: 32px;
  font-weight: bold;
  color: #1a1a1a;
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.time-map-section .map-time-night {
  font-size: 20px;
  font-weight: 800;
  padding: 0 10px;
  margin-left: 15px;
  color: #004098;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.time-map-section .map-time-td {
  font-size: 24px;
  font-weight: 500;
  color: #1a1a1a;
  text-transform: uppercase;
}
.time-map-section .map-time-num {
  font-size: 32px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.time-map-section .map-time-notice {
  font-size: 18px;
  font-weight: 500;
  /* color: #ff2727; */
  text-align: center;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.time-map-section .map-time-notice > div {
  position: relative;
}
.time-map-section .map-time-notice > div::before {
  content: "*";
  display: inline-block;
}
.time-map-section .map-time-notice-bold {
  font-size: 20px;
  font-weight: bold;
}
.time-map-section .map-call {
  margin-top: 20px;
  padding: 5px 0;
  border: 3px solid #004098;
  border-radius: 55px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  -ms-border-radius: 55px;
  -o-border-radius: 55px;
}
.time-map-section .map-call-tit {
  font-size: 22px;
  letter-spacing: 8px;
  font-weight: bold;
  color: #004098;
}
.time-map-section .map-call-num {
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  color: #004098;
}
.time-map-section .map-call-num img {
  width: 36px;
}
.time-map-section .kakao-map-box {
  width: 100%;
  height: 400px;
  margin-top: 25px;
}
.time-map-section .kakao-map-box .root_daum_roughmap {
  width: 100%;
  height: 100%;
}
.time-map-section .kakao-map-box .root_daum_roughmap .wrap_map {
  height: 100%;
}
.time-map-section .map-info-area {
  max-width: 1400px;
  margin: 60px auto 0 auto;
  /* padding: 0 3%; */
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.time-map-section .map-info-wrap {
  margin: 0 auto;
}
.time-map-section .map-time {
  margin-top: 0;
}
.time-map-section .map-info-block-title {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}
.time-map-section .map-right-block {
  width: 755px;
}
.time-map-section .map-case-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.time-map-section .map-info-image {
  max-width: 478px;
  width: 100%;
}
.time-map-section .map-info-image img {
  width: 100%;
  height: 100%;
  display: block;
}
.time-map-section .map-info-case-block {
  width: 258px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.time-map-section .map-info-case-hospital .map-info-case-box {
  border-color: #ff5f00;
}
.time-map-section .map-info-case-hospital .map-info-case-title {
  background-color: #ff5f00;
}
.time-map-section .map-info-case-hospital .map-parking-addr-bold {
  color: #ff5f00;
  font-size: 32px;
}
.time-map-section .map-info-case-hospital .map-parking-navi-bold {
  color: #ff5f00;
}
.time-map-section .map-info-case-full .map-info-case-box {
  border-color: #e4004f;
}
.time-map-section .map-info-case-full .map-info-case-title {
  background-color: #e4004f;
}
.time-map-section .map-info-case-full .map-parking-addr-bold {
  color: #e4004f;
  font-size: 26px;
  line-height: 1.2;
}
.time-map-section .map-info-case-full .map-parking-navi-bold {
  color: #e4004f;
}
.time-map-section .map-info-case-title {
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0 2px 0;
}
.time-map-section .map-info-case-box {
  border: 1px solid #ff5f00;
}
.time-map-section .map-parking-addr {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.time-map-section .map-parking-addr span {
  font-size: 20px;
  font-weight: bold;
  color: #1a1a1a;
}
.time-map-section .map-parking-navi {
  width: 100%;
  padding: 20px 0;
  background: #f5f5f5;
  font-size: 18px;
  font-weight: bold;
  color: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Physical Section Styles */
.physical-section {
  padding: 140px 0;
}
.physical-section .physical-area {
  margin-top: 140px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 620px 50%;
  grid-template-rows: auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.physical-section .physical-img img {
  width: 100%;
  display: block;
}
.physical-section .physical-info {
  margin-bottom: 70px;
}
.physical-section .physical-description {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #004098;
  border-left: 3px solid #004098;
}
.physical-section .physical-description > div {
  padding-left: 10px;
}
.physical-section .physical-description > div:first-child {
  margin-bottom: 10px;
}
.physical-section .physical-highlight {
  font-weight: 800;
  background-color: #fbee5b;
  padding-right: 10px;
  line-height: 1.4;
  display: inline-block;
}
.physical-section .physical-name-box {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #838383;
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}
.physical-section .physical-name {
  margin-right: 10px;
  font-size: 60px;
  font-weight: 900;
  color: #1a1a1a;
}
.physical-section .physical-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.physical-section .physical-youtube-block {
  grid-column: 2/3;
  grid-row: 1/3;
}
.physical-section .physical-youtube-block > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.physical-section .physical-youtube {
  width: 370px;
  height: 50px;
  border-radius: 25px;
  background-color: #001b3f;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  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;
}
.physical-section .physical-youtube img {
  width: 30px;
}
.physical-section .physical-youtube span {
  padding: 0 20px 0 10px;
  position: relative;
}
.physical-section .physical-youtube span::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  right: 0;
  -webkit-mask-image: url(../img/common/arrow_right.svg);
          mask-image: url(../img/common/arrow_right.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.physical-section .physical-history-btn {
  width: 100%;
  border-bottom: 1px solid #797979;
}
.physical-section .physical-history-btn div {
  width: 240px;
  height: 40px;
  color: #ffffff;
  background: #797979;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 20px;
  font-weight: 600;
  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;
}
.physical-section .history-lists {
  width: 100%;
  margin: 10px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #1a1a1a;
  word-break: keep-all;
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.physical-section .history-list {
  width: 100%;
}
.physical-section .history-list > li {
  padding-left: 10px;
  position: relative;
}
.physical-section .history-list > li::before {
  content: "-";
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 0;
}
.physical-section .history-list-bold {
  font-weight: 800;
}
.physical-section .history-list-line2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.physical-section .history-list-line2 span:nth-child(2) {
  padding-left: 25px;
}

@media (max-width: 1560px) {
  /* Photo Section Styles */
  .photo-section .photo-index-title-block {
    margin-left: 5%;
  }
}
@media (max-width: 1400px) {
  /* info Section Styles */
  .info-section02 .info-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .info-section02 .info-list li {
    width: 33.3333%;
    border-bottom: 1px solid #787878;
  }
  .info-section02 .info-list li:nth-child(n+4) {
    border-bottom: 0;
  }
}
@media (max-width: 1200px) {
  /* profile Section Styles */
  .profile-section {
    padding-bottom: 0;
  }
  .profile-section .profile-area {
    width: 100%;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .profile-section .profile-box {
    margin-bottom: 100px;
  }
  .profile-section .profile-box:nth-child(even) .profile-area {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .profile-section .profile-box:nth-child(even) .profile-img {
    left: unset;
  }
  .profile-section .profile-box:nth-child(even) .profile-img::before {
    left: unset;
    right: 0;
    -webkit-transform: unset;
            transform: unset;
  }
  .profile-section .profile-description {
    text-align: center;
    border: 0;
  }
  .profile-section .profile-list {
    margin-top: 120px;
  }
  .profile-section .profile-info {
    width: auto;
    margin-bottom: 0;
  }
  .profile-section .profile-name-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .profile-section .profile-name {
    margin: 0 0 20px 0;
  }
  .profile-section .float-text-box {
    display: none;
  }
  .profile-section .profile-img {
    width: 100%;
    display: block;
    margin-top: 65px;
    position: relative;
    bottom: unset;
    right: unset;
  }
  .profile-section .profile-img::before {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .profile-section .profile-img-text-box {
    width: 100%;
    height: auto;
    background-color: #001b3f;
    padding: 30px 0;
    line-height: 1.6;
    position: unset;
  }
  .profile-section .profile-img-text {
    background-color: unset;
    width: 100%;
    height: auto;
    position: unset;
    -webkit-transform: unset;
            transform: unset;
  }
  .profile-section .profile-img-box {
    width: 693px;
    margin: 0 auto;
  }
  .profile-section .profile-img-bg01::before {
    left: 0;
    -webkit-transform: unset;
            transform: unset;
  }
  .profile-section .history-pc-title-box {
    display: none;
  }
  .profile-section .profile-history {
    width: 100%;
    height: 450px;
    padding: 70px 25px;
    background-color: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .profile-section .profile-history-bg {
    width: 100%;
    background-color: #004098;
  }
  .profile-section .history-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 25%;
  }
  .profile-section .history-btns button {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #ffffff;
    cursor: pointer;
  }
  .profile-section .history-btns button:last-child {
    margin-bottom: 0;
  }
  .profile-section .history-btns button.active {
    background-color: #ffffff;
    font-weight: 800;
    color: #004098;
  }
  .profile-section .btn-w-320 {
    margin-left: 0;
  }
  .profile-section .btn-w-350 {
    margin-left: 0;
  }
  .profile-section .history-lists {
    width: 70%;
    margin: 0;
    color: #ffffff;
  }
  .profile-section .history-list {
    display: none;
  }
  .profile-section .history-list.active {
    display: block;
  }
  /* equipment Section Styles */
  .equipment-section .slide-wrap {
    width: 94%;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
  }
  .equipment-section .slide-block {
    padding-right: 0px;
  }
  .equipment-section .equip-img-wrap {
    width: 45%;
  }
  .equipment-section .equip-img-rolling {
    width: 100%;
  }
  .equipment-section .equip-img-rolling::before {
    top: -20px;
  }
  .equipment-section .equip-info-wrap {
    width: 50%;
  }
  .equipment-section .equip-info-title {
    font-size: 70px;
  }
  .equipment-section .equip-float {
    display: none;
  }
  /* Time Map Section Styles */
  .time-map-section {
    margin-bottom: 0;
  }
  .time-map-section .section07-wrap {
    background-color: #f2f2f2;
    margin-top: 60px;
    padding-top: 60px;
  }
  .time-map-section .map-info-wrap {
    height: auto;
    margin-bottom: 60px;
  }
  .time-map-section .map-info-area {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .time-map-section .map-left-block {
    width: 100%;
    max-width: 655px;
  }
  .time-map-section .map-right-block-bg {
    width: 100%;
    /* margin-top:  60px; */
    padding-top: 60px;
    padding-bottom: 140px;
    background-color: #ffffff;
  }
  .time-map-section .map-right-block {
    width: 100%;
  }
  .time-map-section .map-case-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .time-map-section .map-info-image {
    margin-right: 20px;
  }
  .time-map-section .map-addr-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* Physical Section Styles */
  .physical-section {
    padding-bottom: 0;
    border-bottom: 1px solid #2166c6;
  }
  .physical-section .physical-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .physical-section .physical-description {
    border: 0;
    text-align: center;
  }
  .physical-section .physical-name-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .physical-section .physical-name {
    margin-bottom: 20px;
  }
  .physical-section .physical-youtube-block {
    margin-bottom: 70px;
  }
  .physical-section .physical-history-bg {
    width: 100%;
    background-color: #004098;
  }
  .physical-section .physical-history {
    width: 100%;
    padding: 70px 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .physical-section .physical-history-btn {
    width: 25%;
    border-bottom: 0;
  }
  .physical-section .physical-history-btn div {
    width: 100%;
    height: auto;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    cursor: pointer;
    color: #004098;
    line-height: 2;
    font-weight: 800;
  }
  .physical-section .history-lists {
    width: 70%;
    margin: 0;
    color: #ffffff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .physical-section .history-list-line2 {
    display: block;
  }
  .physical-section .history-list-line2 span:nth-child(2) {
    padding-left: 0px;
  }
}
@media (max-width: 1024px) {
  /* subject Section Styles */
  .subject-section .subject-list {
    width: 94%;
    margin: 100px auto 0 auto;
  }
  .subject-section .subject-item {
    width: 48%;
  }
  /* info Section Styles */
  .info-section02 .info-list li {
    width: 50%;
  }
  .info-section02 .info-list li:nth-child(4) {
    border-bottom: 1px solid #787878;
  }
  .info-section .max-width-1400 {
    width: 94%;
    border: 0;
  }
  .info-section .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .info-section .info-box::before, .info-section .info-box::after {
    content: unset;
  }
  .info-section .info-text-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info-section .info-text-box .info-text-gradient {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info-section .info-text-count {
    line-height: 1;
    margin-top: 20px;
    position: relative;
  }
  .info-section .info-text-count::before, .info-section .info-text-count::after {
    content: "";
    width: 60px;
    height: 90px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url(../img/index/section04_leaf.png);
    position: absolute;
    top: 50%;
  }
  .info-section .info-text-count::before {
    right: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .info-section .info-text-count::after {
    left: 100%;
    transform: translateY(-50%) scaleX(-1);
    -webkit-transform: translateY(-50%) scaleX(-1);
    -moz-transform: translateY(-50%) scaleX(-1);
    -ms-transform: translateY(-50%) scaleX(-1);
    -o-transform: translateY(-50%) scaleX(-1);
  }
  .info-section .info-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .info-section .info-list > li {
    width: 50%;
    border-bottom: 1px solid #787878;
  }
  .info-section .info-list > li:nth-child(2n) {
    border-right: 0;
  }
  /* equipment Section Styles */
  .equipment-section {
    padding: 130px 0 80px 0;
  }
  .equipment-section::before, .equipment-section::after {
    content: unset;
  }
  .equipment-section .equip-index-title-block {
    display: block;
  }
  .equipment-section .equip-index-title-block .index-title-block {
    text-align: center;
    position: unset;
    transform: unset;
    display: block;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
  }
  .equipment-section .equip-index-title-block .index-title-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .equipment-section .slide-wrap {
    margin-top: 100px;
  }
  .equipment-section .slide-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .equipment-section .equip-img-wrap {
    width: 100%;
    padding-top: 80px;
    position: relative;
  }
  .equipment-section .equip-img-wrap::before {
    content: "";
    width: 100vw;
    height: 60%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .equipment-section .equip-img-rolling {
    width: 80%;
    max-width: 580px;
    margin: 0 auto;
    padding: 0;
  }
  .equipment-section .equip-img-rolling::before {
    content: unset;
    width: 100vw;
    height: 60%;
    background-color: #ffffff;
    border-radius: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .equipment-section .equip-info-wrap {
    width: 80%;
    max-width: 580px;
    margin-top: 50px;
  }
  .equipment-section .slick-arrow {
    display: none !important;
  }
  .equipment-section .equip-paging {
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
  }
  /* Photo Section Styles */
  .photo-section {
    padding: 140px 0;
  }
  .photo-section .photo-main-bg {
    /* 병원 로고 */
    /* 그라데이션 필터 */
  }
  .photo-section .photo-main-bg::before {
    content: unset;
  }
  .photo-section .photo-main-bg::after {
    content: unset;
  }
  .photo-section .photo-main-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .photo-section .photo-index-title-block {
    width: 94%;
    margin: 0 auto;
    padding: 0;
    white-space: normal;
  }
  .photo-section .photo-index-title-block .index-title-block {
    text-align: center;
  }
  .photo-section .photo-index-title-block .index-title-text {
    display: block;
  }
  .photo-section .photo-main-rolling {
    width: 94%;
    margin-top: 50px;
  }
  .photo-section .photo-main-rolling::before {
    content: unset;
  }
  .photo-section .photo-main-item > img {
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
  }
  .photo-section .photo-sub-bg {
    display: none;
  }
  .photo-section .slick-arrow {
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .photo-section .slick-prev {
    left: 2%;
    right: unset;
  }
  .photo-section .slick-next {
    right: 2%;
    left: unset;
  }
  .photo-section .slick-dots {
    margin-top: 70px;
  }
  .photo-section .slick-dots li {
    width: 70px;
    height: 4px;
  }
  /* Time Map Section Styles */
  .time-map-section .map-info-wrap {
    width: 100%;
    margin: 0 auto 60px auto;
  }
  .time-map-section .map-addr-naver {
    display: block;
  }
  .time-map-section .kakao-map-box {
    display: block;
    height: auto;
  }
  .time-map-section .kakao-map-box .root_daum_roughmap {
    display: none;
  }
}
@media (max-width: 768px) {
  /* Index Common Styles */
  .index-title-block {
    text-align: center;
  }
  .index-title-block .index-title-en {
    font-size: 2.6666vw;
  }
  .index-title-block .index-title-big {
    font-size: 11.7333vw;
    margin-top: 0;
  }
  .index-title-block .index-title-text {
    margin-top: 8vw;
    font-size: 4vw;
    display: block;
    word-break: keep-all;
  }
  .slick-arrow {
    width: 11.3333vw;
    height: 11.3333vw;
    max-width: 85px;
    max-height: 85px;
  }
  /* Index Section Styles */
  .banner-section {
    height: 100vh;
    max-height: 1334px;
    background-image: url(../img/index/section01_bg_m.jpg);
  }
  .banner-section .bn-box {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    transform: translateY(30%);
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
  }
  .banner-section .bn-highlight {
    font-size: 6.4vw;
    padding: 0 5%;
  }
  .banner-section .bn-big {
    font-size: 9.8666vw;
    letter-spacing: -0.1vw;
    margin: 0.6666vw 0 6.6666vw 0;
  }
  .banner-section .bn-sm {
    width: 94%;
    font-size: 4.2666vw;
    text-align: center;
    word-break: keep-all;
    display: block;
  }
  /* subject Section Styles */
  .subject-section {
    padding-top: 18.6666vw;
    padding-bottom: 18.6666vw;
    background-image: url(../img/index/section02_bg_m.jpg);
  }
  .subject-section .subject-list {
    width: 100%;
    margin-top: 12vw;
  }
  .subject-section .subject-item {
    width: 48%;
    padding: 6.6666vw 2.6666vw;
    text-align: center;
    display: grid;
    justify-items: center;
    grid-template-rows: repeat(3, auto);
  }
  .subject-section .subject-item:nth-child(-n+4) {
    margin-bottom: 5%;
  }
  .subject-section .item-title-box {
    grid-row: 2/3;
  }
  .subject-section .item-title-en {
    font-size: 2.6666vw;
  }
  .subject-section .item-title-kr {
    font-size: 6.9333vw;
  }
  .subject-section .item-info {
    min-height: 17.6vw;
    grid-row: 3/4;
    margin-top: 5px;
    font-size: 3.7333vw;
    display: block;
    word-break: keep-all;
  }
  .subject-section .item-img {
    width: 50%;
    margin-bottom: 2vw;
    grid-row: 1/2;
    position: unset;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
  }
  /* profile Section Styles */
  .profile-section {
    padding-top: 18.6666vw;
  }
  .profile-section .index-title-block .index-title-big {
    letter-spacing: -0.5vw;
  }
  .profile-section .profile-list {
    margin-top: 16vw;
  }
  .profile-section .profile-box {
    margin-bottom: 16vw;
  }
  .profile-section .profile-info {
    width: 100%;
  }
  .profile-section .profile-description {
    text-align: center;
    border: 0;
    font-size: 4.8vw;
  }
  .profile-section .profile-description > div {
    padding: 0;
  }
  .profile-section .profile-description > div:first-child {
    margin-bottom: 1.3333vw;
  }
  .profile-section .profile-highlight {
    width: 100%;
    padding: 0;
  }
  .profile-section .profile-name-box {
    margin-top: 8vw;
    font-size: 4vw;
  }
  .profile-section .profile-name {
    font-size: 11.4666vw;
    margin-bottom: 2.6666vw;
  }
  .profile-section .profile-img-box {
    width: 80vw;
    max-width: 693px;
  }
  .profile-section .profile-img-text-box {
    padding: 4vw 0;
    font-size: 4vw;
  }
  .profile-section .profile-img-text-bold {
    font-size: 4.8vw;
  }
  .profile-section .profile-img {
    margin-top: 8vw;
  }
  .profile-section .profile-img::before {
    content: unset;
  }
  .profile-section .profile-history {
    padding: 9.3333vw 3%;
    height: 95vw;
    max-height: 710px;
  }
  .profile-section .profile-history.profile-history-short {
    height: 80vw;
    max-height: 600px;
  }
  .profile-section .history-lists {
    font-size: 3.4666vw;
  }
  .profile-section .history-list > li {
    margin-bottom: 0.6666vw;
    padding-left: 3vw;
  }
  .profile-section .history-btns button {
    margin-bottom: 2vw;
    font-size: 4.8vw;
    word-break: keep-all;
    text-align: left;
    line-height: 1.4;
    letter-spacing: -0.1vw;
    padding: 6% 8% 4% 8%;
  }
  /* info Section Styles */
  .info-section {
    padding-top: 18.6666vw;
    padding-bottom: 18.6666vw;
    background-image: url(../img/index/section04_bg_m.jpg);
  }
  .info-section.info-section02 {
    background-image: url(../img/index/section09_bg_m.jpg);
    background-color: #001b3f;
    background-size: contain;
    background-position: top;
  }
  .info-section.info-section02 .info-list li:nth-child(n+4) {
    border-bottom: 1px solid #787878;
  }
  .info-section.info-section02 .info-article-show-area {
    margin-bottom: 16vw;
  }
  .info-section .max-width-1400 {
    width: 100%;
  }
  .info-section .index-title-block {
    width: 94%;
  }
  .info-section .info-article-show-area {
    padding-top: 0;
    padding-bottom: 16vw;
  }
  .info-section .info-box {
    margin-top: 12vw;
  }
  .info-section .info-text-box {
    font-size: 7.2vw;
    line-height: 1.4;
  }
  .info-section .ff-gmarket {
    font-size: 8.6666vw;
  }
  .info-section .info-text-big {
    font-size: 14.6666vw;
    letter-spacing: -0.4vw;
  }
  .info-section .info-text-count {
    margin-top: 2.6666vw;
  }
  .info-section .info-text-count::before, .info-section .info-text-count::after {
    width: 10vw;
    height: 14.6666vw;
    max-width: 75px;
    max-height: 110px;
  }
  .info-section .info-text-count::before {
    right: 97%;
  }
  .info-section .info-text-count::after {
    left: 97%;
  }
  .info-section .info-list > li {
    padding: 6.6666vw 0;
  }
  .info-section .item-img {
    width: 35%;
    max-width: 125px;
    margin-bottom: 3.3333vw;
  }
  .info-section .item-title-en {
    font-size: 2.6666vw;
  }
  .info-section .item-title-kr {
    font-size: 6.9333vw;
    line-height: 1;
    margin-top: 0.6666vw;
  }
  .info-section .item-info {
    margin-top: 2vw;
    font-size: 3.7333vw;
    line-height: 1.4;
  }
  /* equipment Section Styles */
  .equipment-section {
    padding-top: 18.6666vw;
    padding-bottom: 18.6666vw;
  }
  .equipment-section .slide-wrap {
    margin-top: 13.3333vw;
  }
  .equipment-section .slide-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .equipment-section .equip-img-wrap {
    padding-top: 10.6666vw;
  }
  .equipment-section .equip-info-wrap {
    width: 100%;
    max-width: unset;
    margin-top: 6.6666vw;
  }
  .equipment-section .equip-info-title {
    /* font-size: 13.3333vw; */
    font-size: 11.7333vw;
    text-align: center;
  }
  .equipment-section .equip-info-text {
    /* display: none; */
    font-size: 3.4666vw;
    word-break: normal;
    text-align: justify;
  }
  .equipment-section .equip-info-rolling {
    padding-bottom: 0;
  }
  .equipment-section .equip-paging {
    margin-top: 4vw;
    font-size: 6.1333vw;
    line-height: 1;
    text-align: center;
    transform: unset;
    position: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
  }
  /* Photo Section Styles */
  .photo-section {
    padding-top: 18.6666vw;
    padding-bottom: 18.6666vw;
  }
  .photo-section .photo-main-rolling {
    width: 100%;
    margin-top: 13.3333vw;
  }
  .photo-section .photo-main-item {
    max-height: 660px;
    /* height: 75vw; */
    height: auto;
  }
  .photo-section .slick-arrow {
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .photo-section .slick-dots {
    margin-top: 9.3333vw;
  }
  .photo-section .slick-dots li {
    /* width: 9.3333vw; */
    width: 6.6666vw;
    height: 0.5333vw;
  }
  /* Time Map Section Styles */
  .time-map-section {
    padding-top: 18.6666vw;
    /* .map-info-wrap {
      width: 94%;
    } */
  }
  .time-map-section .index-title-block .index-title-big {
    letter-spacing: -0.5vw;
  }
  .time-map-section .index-title-block .index-title-text > span {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .time-map-section .section07-wrap {
    background-color: #f2f2f2;
    margin-top: 12vw;
    padding-top: 8vw;
  }
  .time-map-section .map-left-block {
    max-width: unset;
  }
  .time-map-section .map-info-wrap {
    width: 94%;
    max-width: unset;
    margin: 6vw auto 0 auto;
  }
  .time-map-section .map-addr-text {
    line-height: 1.2;
    font-size: 6.1333vw;
    margin: 0;
    padding-left: 6vw;
  }
  .time-map-section .map-addr-text::before {
    width: 5.333vw;
    height: 5.333vw;
    max-width: 40px;
    max-height: 40px;
    top: 1vw;
  }
  .time-map-section .kakao-map-box {
    margin-top: 3.3333vw;
  }
  .time-map-section .map-addr-naver {
    margin-top: 2vw;
    margin-bottom: 6.6666vw;
  }
  .time-map-section .map-addr-naver a {
    width: 40vw;
    max-width: 300px;
    margin: 0 auto;
    padding: 1.3333vw 0;
    border-radius: 2.6666vw;
    font-size: 4vw;
    -webkit-border-radius: 2.6666vw;
    -moz-border-radius: 2.6666vw;
    -ms-border-radius: 2.6666vw;
    -o-border-radius: 2.6666vw;
  }
  .time-map-section .map-addr-naver img {
    width: 4.8vw;
    max-width: 36px;
  }
  .time-map-section .map-time {
    margin: 0;
  }
  .time-map-section .map-time-tr {
    /* padding: 0.6666vw 4vw; */
    padding: 0.6666vw 2vw;
  }
  .time-map-section .map-time-td {
    /* font-size: 5.0666vw; */
    font-size: 4.8vw;
  }
  .time-map-section .map-time-num {
    /* font-size: 6.1333vw; */
    font-size: 5.6vw;
  }
  .time-map-section .map-time-date {
    /* font-size: 5.0666vw;
    width: 18vw; */
    font-size: 4.8vw;
    width: 22vw;
  }
  .time-map-section .map-time-night {
    font-size: 3.7333vw;
    padding: 0.8vw 1.3333vw 0.5333vw 1.3333vw;
    margin-left: 2vw;
    line-height: 1;
  }
  .time-map-section .map-time-notice {
    font-size: 4vw;
    margin-top: 2vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .time-map-section .map-time-notice-bold {
    font-size: 4.2vw;
  }
  .time-map-section .map-call {
    margin-top: 6.6666vw;
    padding: 4vw 0;
    border-radius: 13.3333vw;
    -webkit-border-radius: 13.3333vw;
    -moz-border-radius: 13.3333vw;
    -ms-border-radius: 13.3333vw;
    -o-border-radius: 13.3333vw;
  }
  .time-map-section .map-call-tit {
    font-size: 4.5333vw;
    letter-spacing: 1vw;
  }
  .time-map-section .map-call-num {
    font-size: 9.8666vw;
  }
  .time-map-section .map-call-num img {
    width: 7.3333vw;
    max-width: 55px;
  }
  .time-map-section .map-right-block-bg {
    padding: 10.6666vw 3% 18.6666vw 3%;
    margin-top: 10.6666vw;
  }
  .time-map-section .map-info-area {
    margin-top: 8vw;
  }
  .time-map-section .map-info-image {
    margin-right: 0;
  }
  .time-map-section .map-info-block-title {
    font-size: 6.1333vw;
    margin-bottom: 4vw;
  }
  .time-map-section .map-case-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -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;
  }
  .time-map-section .map-info-case-block {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 4vw;
  }
  .time-map-section .map-info-case-title {
    font-size: 3.7333vw;
    padding: 2vw 0;
    line-height: 1;
  }
  .time-map-section .map-info-case-hospital {
    width: 48%;
  }
  .time-map-section .map-info-case-full {
    width: 48%;
  }
  .time-map-section .map-parking-addr {
    max-height: 160px;
    height: 21.3333vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .time-map-section .map-parking-addr span {
    font-size: 3.4666vw;
  }
  .time-map-section .map-info-case-hospital .map-parking-addr-bold {
    font-size: 6.1333vw;
  }
  .time-map-section .map-info-case-full .map-parking-addr-bold {
    font-size: 4.8vw;
  }
  .time-map-section .map-parking-navi {
    padding: 1.3333vw 0;
    font-size: 3.4666vw;
  }
  /* Physical Section Styles */
  .physical-section {
    padding-top: 18.6666vw;
  }
  .physical-section .physical-area {
    width: 100%;
    margin-top: 16vw;
  }
  .physical-section .physical-info {
    width: 100%;
    margin-bottom: 8vw;
  }
  .physical-section .physical-description {
    text-align: center;
    border: 0;
    font-size: 4.8vw;
  }
  .physical-section .physical-description > div {
    padding: 0;
  }
  .physical-section .physical-description > div:first-child {
    margin-bottom: 1.3333vw;
  }
  .physical-section .physical-highlight {
    width: 100%;
    padding: 0;
  }
  .physical-section .physical-name-box {
    margin-top: 8vw;
    font-size: 4vw;
  }
  .physical-section .physical-name {
    font-size: 11.4666vw;
    margin-bottom: 2.6666vw;
  }
  .physical-section .physical-youtube-block {
    width: 94%;
    max-width: 700px;
    margin-bottom: 9.3333vw;
  }
  .physical-section .physical-youtube-block > a {
    margin-top: 2vw;
  }
  .physical-section .physical-youtube {
    width: auto;
    height: auto;
    font-size: 3.4666vw;
    padding: 2.4vw 4vw;
    border-radius: 5.3333vw;
  }
  .physical-section .physical-youtube img {
    width: 6vw;
    max-width: 45px;
  }
  .physical-section .physical-youtube span {
    padding: 0 4vw 0 1.3333vw;
  }
  .physical-section .physical-youtube span::before {
    width: 4vw;
    height: 4vw;
  }
  .physical-section .physical-history {
    padding: 9.3333vw 3%;
  }
  .physical-section .physical-history-btn {
    width: 25%;
    border-bottom: 0;
  }
  .physical-section .physical-history-btn div {
    font-size: 4.8vw;
    word-break: keep-all;
    text-align: left;
    line-height: 1.4;
    letter-spacing: -0.1vw;
    padding: 6% 8% 4% 8%;
  }
  .physical-section .history-lists {
    font-size: 3.4666vw;
  }
  .physical-section .history-list > li {
    padding-left: 3vw;
    margin-bottom: 0.6666vw;
  }
  .physical-section .history-list-line2 span:nth-child(2) {
    padding-left: 5vw;
  }
}