@charset "UTF-8";
body {
  max-width: 1920px;
  margin: 0 auto;
  overflow: visible;
  /* -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; */
}

* {
  font-size: 18px;
  outline: none;
}

strong, a {
  font-size: unset;
}

.anchor {
  height: 99px;
  margin-top: -99px;
  visibility: hidden;
}

.inner {
  max-width: 1530px;
  margin: 0 auto;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 242, 226, 0.85);
  backdrop-filter: blur(15px);
  z-index: 99;
  height: auto;
}
header nav {
  max-width: 1530px;
  margin: 0 auto;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav .menu {
  display: flex;
  justify-content: space-between;
}
header nav .menu > li {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.03889rem;
  padding: 17px 20px;
  position: relative;
}
header nav .menu > li:not(:first-child) {
  margin-left: 18px;
}
header nav .menu > li .sub_menu {
  position: absolute;
  top: calc(100% + 33px);
  left: 0;
  width: 100%;
  display: none;
  z-index: 99;
}
header nav .menu > li .sub_menu li {
  text-align: center;
  padding: 9.5px 0;
  font-size: 0.88889rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.03889rem;
}
header nav .menu > li .sub_menu li:not(:last-child) {
  margin-bottom: 15px;
}
header nav .menu > li .sub_menu li.long_text {
  width: 120%;
  position: relative;
  left: -7px;
}

/* aside {
  position: fixed;
  bottom: 70px;
  right: 42.5px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
}
aside > div, aside ul li {
  border-radius: 100%;
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 31px;
  font-family: "Noto Serif KR", serif;
  font-size: 0.88889rem;
  font-weight: 700;
  line-height: 1.11111rem; 
  letter-spacing: -0.05556rem;
  color: #103859;
  cursor: pointer;
}
aside .top_btn {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
aside .y_bt {
  background-color: #EFDBC4;
  position: relative;
}
aside .y_bt::after {
  content: "";
  width: 104px;
  height: 104px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  background-color: rgba(239, 219, 196, 0.33);
  border-radius: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
aside .y_bt span {
  color: #103859;
}
aside .y_bt.menu_btn {
  margin: 36px 0 11px;
}
aside .y_bt.menu_btn span {
  font-family: "Cormorant Infant";
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.02778rem;
  transition: opacity 0.2s ease;
}
aside ul {
  opacity: 0;
  transition: opacity 0.4s;
}
aside ul li {
  background-color: #103859;
  border-radius: 100%;
  margin-top: unset;
  font-weight: 600;
  position: relative;
}
aside ul li::after {
  position: absolute;
  content: "";
  width: 82px;
  height: 82px;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  z-index: -2;
}
aside ul li:not(:first-child) {
  margin-top: 15px;
}
aside ul li a {
  color: #F9E5CA;
  font-family: "Noto Serif KR", serif;
  font-size: 0.88889rem;
  font-weight: 700;
  line-height: 1.11111rem; 
  letter-spacing: -0.05556rem;
  text-align: center;
}
aside ul.active {
  opacity: 1;
} */


aside {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 103;
  display: flex;
  flex-direction: column;
  align-items: center;
}
aside .quick_wrap ul li {
  width: 144px;
  height: 57px;
  border-radius: 100px;
  /* background-color: #fff; */
  background: rgba(250, 243, 236, 0.95);
  backdrop-filter: blur(4px);
  /* border: 2px solid #94796B; */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
}
aside .quick_wrap ul li:not(:first-child) {
  margin-top: 10px;
}
aside .quick_wrap ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 25px;
}
aside .quick_wrap ul li a img {
  margin-right: 7px;
}
aside .quick_wrap ul li a span {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.7px;
  color: #212121;
}
aside .top_btn {
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(16, 56, 89, 0.95)  ;
  border-radius: 100%;
  margin-top: 20px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
  cursor: pointer;
}

.main_wrap {
  overflow: hidden;
  height: 100vh;
  position: relative;
}
@keyframes imgscale {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.main_wrap .main_swiper .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.main_wrap .main_swiper .swiper-wrapper .swiper-slide img {
  animation: imgscale 10s forwards;
}
.main_wrap .main_swiper .swiper-wrapper .swiper-slide .slide_title_box {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 48%;
}
.main_wrap .main_swiper .swiper-wrapper .swiper-slide .slide_title_box * {
  color: #fff;
}
.main_wrap .main_swiper .swiper-wrapper .swiper-slide .slide_title_box h2 {
  font-size: 2.77778rem;
  font-weight: 500;
  line-height: 4.16667rem; /* 150% */
  letter-spacing: -0.11111rem;
  color: #fff;
  font-family: "Noto Serif KR", serif;
  opacity: 0;
  transform: translateY(30px);
}
.main_wrap .main_swiper .swiper-wrapper .swiper-slide .slide_title_box h2 strong {
  font-weight: 500;
  color: #F9E5CA;
  font-family: "Noto Serif KR", serif;
}
.main_wrap .main_swiper .swiper-wrapper .swiper-slide .slide_title_box small {
  font-size: 1.11111rem;
  font-weight: 400;
  line-height: 2rem; /* 180% */
  letter-spacing: -0.05556rem;
  opacity: 0;
  display: inline-block;
}
.main_wrap .main_swiper .swiper-wrapper .swiper-slide.main01 .slide_title_box h2 {
  margin-bottom: 55px;
}
.main_wrap .main_swiper .swiper-wrapper .swiper-slide.main01.swiper-slide-active .slide_title_box small {
  transition: opacity 2s;
  transition-delay: 1.5s;
}
.main_wrap .main_swiper .swiper-wrapper .swiper-slide.main02 .slide_title_box h2 {
  font-size: 2.88889rem;
  margin: 6px 0 50px;
}
.main_wrap .main_swiper .swiper-wrapper .swiper-slide.main02 .slide_title_box small {
  font-size: 1.33333rem;
  font-weight: 400;
  line-height: 158%; /* 2.10667rem */
  letter-spacing: -0.05556rem;
  color: #F9E5CA;
  transform: translateY(30px);
}
.main_wrap .main_swiper .swiper-wrapper .swiper-slide.main02 .main_con_wrap {
  display: flex;
  justify-content: center;
}
.main_wrap .main_swiper .swiper-wrapper .swiper-slide.main02 .main_con_wrap .main_mini {
  border-radius: 114.5px;
  border: 1px solid #F9E5CA;
  background: rgba(86, 71, 49, 0.2);
  text-align: center;
  padding: 45px 0;
  width: 444px;
}
.main_wrap .main_swiper .swiper-wrapper .swiper-slide.main02 .main_con_wrap .main_mini * {
  color: #F9E5CA;
}
.main_wrap .main_swiper .swiper-wrapper .swiper-slide.main02 .main_con_wrap .main_mini h3 {
  font-size: 1.33333rem;
  font-weight: 400;
  line-height: 158%; /* 2.10667rem */
  letter-spacing: -0.05556rem;
  margin-bottom: 10px;
}
.main_wrap .main_swiper .swiper-wrapper .swiper-slide.main02 .main_con_wrap .main_mini p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.44444rem; /* 144.444% */
  letter-spacing: -0.05556rem;
}
.main_wrap .main_swiper .swiper-wrapper .swiper-slide.main02 .main_con_wrap .main_mini:first-child {
  position: relative;
  left: 59px;
}
.main_wrap .main_swiper .swiper-wrapper .swiper-slide.main02 .main_con_wrap .main_mini:last-child {
  position: relative;
  right: 59px;
}
.main_wrap .main_swiper .swiper-wrapper .swiper-slide.main03 .slide_title_box h2 {
  font-size: 3.88889rem;
  margin: 11px 0 59px;
  font-family: "Cormorant Infant", serif;
  line-height: 4.5rem; /* 115.714% */
  letter-spacing: unset;
}
.main_wrap .main_swiper .swiper-wrapper .swiper-slide.main03 .slide_title_box small {
  font-size: 1.33333rem;
  font-weight: 400;
  line-height: 158%; /* 2.10667rem */
  letter-spacing: -0.05556rem;
  color: #F9E5CA;
  transform: translateY(30px);
}
.main_wrap .main_swiper .swiper-wrapper .swiper-slide.main03 .main_con_wrap li {
  font-size: 1.11111rem;
  font-weight: 400;
  line-height: 2.11111rem; /* 190% */
  letter-spacing: -0.05556rem;
}
.main_wrap .main_swiper .swiper-wrapper .swiper-slide.main03 .main_con_wrap li strong {
  font-size: 1.22222rem;
  font-weight: 400;
  line-height: 2.11111rem;
  letter-spacing: 0.01111rem;
  color: #F9E5CA;
  margin-left: 10px;
}
.main_wrap .main_swiper .swiper-wrapper .swiper-slide.main03 .main_con_wrap li:last-child {
  margin-top: 20px;
}
.main_wrap .main_swiper .swiper-wrapper .swiper-slide.main03 .main_con_wrap li span {
  font-size: 1.22222rem;
  font-weight: 400;
  line-height: 2.11111rem; /* 172.727% */
  letter-spacing: 0.01111rem;
}
.main_wrap .main_swiper .swiper-wrapper .swiper-slide .main_con_wrap {
  opacity: 0;
}
.main_wrap .main_swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide_title_box {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 48%;
}
.main_wrap .main_swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide_title_box * {
  color: #fff;
}
.main_wrap .main_swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide_title_box h2 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.5s, transform 1.5s;
  transition-delay: 0.5s;
}
.main_wrap .main_swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide_title_box h2 strong {
  font-weight: 500;
  color: #F9E5CA;
  font-family: "Noto Serif KR", serif;
}
.main_wrap .main_swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide_title_box small {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 2s, transform 2s;
  transition-delay: 0.5s;
}
.main_wrap .main_swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide_title_box .main_con_wrap {
  opacity: 1;
  transition: opacity 2.2s;
  transition-delay: 1.5s;
}
.main_wrap .main_pagination {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1530px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_wrap .main_pagination .swiper-pagination-bullet {
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 1.5rem */
  letter-spacing: -0.05556rem;
  color: #fff;
  opacity: 0.4;
  display: inline-block;
  width: 348px;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  height: 41px;
  border-radius: 0;
  margin: 0;
  position: relative;
  transition: opacity 1s;
}
.main_wrap .main_pagination .swiper-pagination-bullet::before {
  content: "";
  width: 110px;
  height: 2px;
  background-color: transparent;
  display: inline-block;
  position: absolute;
  bottom: 0;
  transition: background-color 0.3s;
}
.main_wrap .main_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.main_wrap .main_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: #fff;
}

.intro_wrap {
  background-image: url(../img/intro_bg.png);
  background-position: center;
  background-size: cover;
  padding: 150px 0;
}
.intro_wrap .inner .title_box h2 {
  font-family: "Noto Serif KR", serif;
  font-size: 2.77778rem;
  font-weight: 500;
  line-height: 4.16667rem; /* 150% */
  letter-spacing: -0.11111rem;
  margin-bottom: 30px;
}
.intro_wrap .inner .title_box p {
  font-size: 1.55556rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem; /* 128.571% */
  letter-spacing: -0.03889rem;
  color: #8B7F71;
}
.intro_wrap .inner .con_box {
  margin-top: 103px;
}
.intro_wrap .inner .con_box p {
  font-size: 1.11111rem;
  font-weight: 400;
  line-height: 1.88889rem; /* 170% */
  letter-spacing: -0.03889rem;
}
.intro_wrap .inner .con_box p:last-child {
  margin-top: 35px;
}

.intro_hover_wrap {
  padding: 150px 0;
}
.intro_hover_wrap .inner h2 {
  font-size: 2.22222rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.11111rem;
  font-family: "Noto Serif KR", serif;
}
.intro_hover_wrap .inner h2 strong {
  color: #8B7F71;
  font-family: "Noto Serif KR", serif;
  font-weight: 500;
}
.intro_hover_wrap .inner .hover_box_wrap {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.intro_hover_wrap .inner .hover_box_wrap .hover_mini {
  overflow: hidden;
  width: 360px;
  height: 310px;
  background-color: #F0E8DF;
  padding: 40px 30px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.intro_hover_wrap .inner .hover_box_wrap .hover_mini p {
  font-size: 1.11111rem;
  font-weight: 400;
  line-height: 1.88889rem; /* 170% */
  letter-spacing: -0.03889rem;
}
.intro_hover_wrap .inner .hover_box_wrap .hover_mini p strong {
  font-size: 1.66667rem;
  font-weight: 500;
  line-height: 2rem; /* 120% */
  letter-spacing: -0.05556rem;
  font-family: "Noto Serif KR", serif;
  color: #8B7F71;
  display: block;
  margin-bottom: 30px;
}
.intro_hover_wrap .inner .hover_box_wrap .hover_mini .hide_text {
  opacity: 0;
  position: absolute;
  font-size: 0.94444rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.66667rem; /* 176.471% */
  letter-spacing: -0.05556rem;
  color: #fff;
  word-break: keep-all;
  padding: 35px 31px 0;
  top: 0;
  left: 0;
  z-index: -5;
  pointer-events: none;
}
.intro_hover_wrap .inner .hover_box_wrap .hover_mini .more_btn {
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  cursor: pointer;
  position: relative;
  z-index: 5;
}
.intro_hover_wrap .inner .hover_box_wrap .hover_mini .more_btn .bg {
  background-color: #103859;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 0;
  transition: transform 0.5s;
}
.intro_hover_wrap .inner .hover_box_wrap .hover_mini .more_btn span {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.02778rem;
  font-family: "Cormorant Infant", serif;
  position: relative;
  z-index: 2;
  transition: opacity 0.2s;
  transition-delay: 0.3s;
  pointer-events: none;
}
.intro_hover_wrap .inner .hover_box_wrap .hover_mini .more_btn:hover span {
  opacity: 0;
  transition: opacity 0.2s;
  transition-delay: 0.1s;
  pointer-events: none;
}
.intro_hover_wrap .inner .hover_box_wrap .hover_mini .more_btn:hover .bg {
  transform: scale(10);
  transition-delay: 0.1s;
}

.intro_bottom_wrap {
  background-color: #827668;
  padding: 60px 0;
}
.intro_bottom_wrap .inner {
  text-align: center;
}
.intro_bottom_wrap .inner h2 {
  font-size: 1.83333rem;
  font-weight: 500;
  line-height: 2.88889rem; /* 157.576% */
  letter-spacing: -0.11111rem;
  font-family: "Noto Serif KR", serif;
  color: #fff;
  margin-bottom: 35px;
}
.intro_bottom_wrap .inner p {
  font-size: 1.22222rem;
  font-weight: 400;
  line-height: 2rem; /* 163.636% */
  letter-spacing: -0.03889rem;
  color: #F9E5CA;
}

.doctor_wrap {
  padding: 60px 0 194px;
  display: flex;
}
.doctor_wrap .info_wrap {
  margin-left: 78px;
  margin-top: 182px;
}
.doctor_wrap .info_wrap h3 {
  font-family: "Noto Serif KR", serif;
  font-size: 2.22222rem;
  font-weight: 600;
  line-height: 2.77778rem; /* 125% */
  letter-spacing: -0.11111rem;
  margin-bottom: 113px;
  color: #646464;
}
.doctor_wrap .info_wrap h3 img {
  margin: 0 17px;
  vertical-align: baseline;
}
.doctor_wrap .info_wrap p {
  color: #8D8D8D;
  font-family: "Cormorant Infant";
  font-size: 2.16667rem;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 27px;
  border-bottom: 1px solid #8D8D8D;
}
.doctor_wrap .info_wrap p strong {
  font-size: 1.88889rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.44444rem;
  font-family: "Noto Serif KR", serif;
}
.doctor_wrap .info_wrap p span {
  font-size: 1.22222rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.03889rem;
  color: #8D8D8D;
}
.doctor_wrap .info_wrap .list_wrap {
  /* display: flex;
  align-items: flex-end;
  justify-content: space-between; */
  padding-top: 30px;
}
.doctor_wrap .info_wrap .list_wrap .mark_list {
  font-size: 1.22222rem;
  font-weight: 500;
  line-height: 2rem; /* 163.636% */
  letter-spacing: -0.05556rem;
  color: #646464;
  display: flex;
  align-items: center;
}

.doctor_wrap .info_wrap .list_wrap > ul {
  margin-bottom: 30px;
}
/* .doctor_wrap .info_wrap .list_wrap .mark_list:nth-child(4) {
  margin-bottom: 30px !important;
} */
.doctor_wrap .info_wrap .list_wrap .mark_list img {
  margin-right: 5px;
}
.doctor_wrap .info_wrap .list_wrap .mark_list:not(:last-of-type) {
  margin-bottom: 10px;
}
.doctor_wrap .info_wrap .list_wrap li {
  font-size: 0.94444rem;
  font-weight: 300;
  line-height: 1.88889rem; /* 188.889% */
  letter-spacing: -0.06667rem;
}

.doctor_wrap .info_wrap .list_wrap li.margin_list {
  margin-top: 30px;
}

.doctor_wrap .info_wrap .main_list {
  display: flex;
}
.doctor_wrap .info_wrap .main_list ul:first-child {
  margin-right: 50px;
}
.awards_wrap {
  background-color: #103859;
  padding: 120px 0 243px;
}
.awards_wrap .inner .awards_pagination {
  max-width: 1227px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  border-radius: 100px;
  background: #103859;
  padding: 14px 20px;
  margin-bottom: 90px;
}
.awards_wrap .inner .awards_pagination .swiper-pagination-bullet {
  width: fit-content;
  color: #fff;
  font-size: 1.33333rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.03889rem;
  height: 53px;
  background-color: transparent;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 42px;
  opacity: 1;
}
.awards_wrap .inner .awards_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #103859;
  background-color: #F9E5CA;
}
.awards_wrap .inner .awards_swiper > .swiper-wrapper > .swiper-slide {
  position: relative;
  opacity: 0 !important;
}
.awards_wrap .inner .awards_swiper > .swiper-wrapper > .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.awards_wrap .inner .awards_swiper > .swiper-wrapper > .swiper-slide .navi_btn_wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.awards_wrap .inner .awards_swiper > .swiper-wrapper > .swiper-slide .navi_btn_wrap .navi_btn {
  cursor: pointer;
}
.awards_wrap .inner .awards_swiper > .swiper-wrapper > .swiper-slide .navi_btn_wrap .navi_btn:last-child {
  transform: rotate(-180deg);
}
.awards_wrap .inner .awards_swiper > .swiper-wrapper > .swiper-slide .awards_mini {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}
.awards_wrap .inner .awards_swiper > .swiper-wrapper > .swiper-slide .awards_mini .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 290px;
}
.awards_wrap .inner .awards_swiper > .swiper-wrapper > .swiper-slide .awards_mini .swiper-wrapper .swiper-slide img {
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.5);
  margin-right: 60px;
}
.awards_wrap .inner .awards_swiper > .swiper-wrapper > .swiper-slide .awards_mini .swiper-wrapper .swiper-slide p {
  color: #FFF;
  font-size: 1.33333rem;
  font-weight: 500;
  line-height: 2.11111rem; /* 158.333% */
  letter-spacing: -0.03889rem;
}
.awards_wrap .inner .awards_swiper > .swiper-wrapper > .swiper-slide .awards_mini .swiper-wrapper .swiper-slide p span {
  display: block;
  margin-top: 25px;
  color: #FFF;
  font-size: 0.88889rem;
  font-weight: 400;
  line-height: 1.55556rem; /* 175% */
  letter-spacing: -0.01111rem;
}
.awards_wrap .inner .awards_swiper > .swiper-wrapper > .swiper-slide .awards_mini .swiper-wrapper .swiper-slide p small {
  display: block;
  color: #FFF;
  font-size: 1.22222rem;
  font-weight: 400;
  line-height: 2.11111rem; /* 172.727% */
  letter-spacing: -0.03889rem;
  margin-bottom: 25px;
}
.awards_wrap .inner .awards_swiper > .swiper-wrapper > .swiper-slide .awards_mini_pagination {
  text-align: center;
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  display: flex;
  justify-content: center;
}
.awards_wrap .inner .awards_swiper > .swiper-wrapper > .swiper-slide .awards_mini_pagination .swiper-pagination-bullet {
  display: inline-block;
  background-color: #F9E5CA;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.awards_wrap .inner .awards_swiper > .swiper-wrapper > .swiper-slide .awards_mini_pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 20px;
}
.awards_wrap .inner .awards_swiper > .swiper-wrapper > .swiper-slide .awards_mini_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 5px solid transparent;
  position: relative;
}
.awards_wrap .inner .awards_swiper > .swiper-wrapper > .swiper-slide .awards_mini_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  border: 2px solid #F9E5CA;
  border-radius: 100%;
}

.age_wrap {
  background-image: url(../img/age_bg.jpg);
  background-position: center;
  background-size: cover;
}
.age_wrap .inner {
  padding: 150px 0;
}
.age_wrap .inner .title_box {
  text-align: center;
}
.age_wrap .inner .title_box small {
  font-size: 1.33333rem;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.11111rem;
  font-family: "Noto Serif KR", serif;
}
.age_wrap .inner .title_box h2 {
  font-size: 2.77778rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.03889rem;
  margin: 20px auto 100px;
}
.age_wrap .inner .age_info_wrap {
  display: flex;
  margin: 90px 0 50px;
}
.age_wrap .inner .age_info_wrap span {
  font-size: 1.11111rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.03889rem;
  background-color: #F0ECE5;
  display: inline-block;
  width: fit-content;
  padding: 10px 16px;
  border-radius: 100px;
}
.age_wrap .inner .age_info_wrap span:not(:last-child) {
  margin-right: 15px;
}
.age_wrap .inner .con_text_box span {
  font-size: 1.22222rem;
  font-family: "Noto Serif KR", serif;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.03889rem;
}
.age_wrap .inner .con_text_box h3 {
  font-size: 2.22222rem;
  font-family: "Noto Serif KR", serif;
  font-weight: 500;
  line-height: 3.5rem; /* 157.5% */
  letter-spacing: -0.11111rem;
  margin: 21px 0 50px;
}
.age_wrap .inner .con_text_box h3 strong {
  color: #8B7F71;
  font-weight: 500;
  font-family: "Noto Serif KR", serif;
}
.age_wrap .inner .con_text_box p {
  font-size: 1.11111rem;
  font-weight: 300;
  line-height: 2.22222rem; /* 200% */
  letter-spacing: -0.03889rem;
}

.age_slide_wrap {
  background-color: #827668;
}
.age_slide_wrap .inner {
  padding: 120px 0 140px;
  max-width: 1393px;
}
.age_slide_wrap .inner .age_pagination {
  max-width: 873px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  border-radius: 100px;
  background: #827668;
  padding: 14px 20px;
  margin-bottom: 90px;
}
.age_slide_wrap .inner .age_pagination .swiper-pagination-bullet {
  width: fit-content;
  color: #fff;
  font-size: 1.33333rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.03889rem;
  height: 53px;
  background-color: transparent;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 42px;
  opacity: 1;
}
.age_slide_wrap .inner .age_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #212121;
  background-color: #fff;
}
.age_slide_wrap .inner .age_swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: end;
  opacity: 0 !important;
}
.age_slide_wrap .inner .age_swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.age_slide_wrap .inner .age_swiper .swiper-wrapper .swiper-slide .con_box {
  width: 853px;
}
.age_slide_wrap .inner .age_swiper .swiper-wrapper .swiper-slide .con_box h3 {
  color: #fff;
  font-size: 2.55556rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.03889rem;
}
.age_slide_wrap .inner .age_swiper .swiper-wrapper .swiper-slide .con_box .check_box {
  margin: 35px 0 76px;
  height: 184px;
}
.age_slide_wrap .inner .age_swiper .swiper-wrapper .swiper-slide .con_box .check_box li {
  display: flex;
  align-items: center;
  font-size: 1.11111rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.03889rem;
  color: #fff;
}
.age_slide_wrap .inner .age_swiper .swiper-wrapper .swiper-slide .con_box .check_box li:not(:last-child) {
  margin-bottom: 16px;
}
.age_slide_wrap .inner .age_swiper .swiper-wrapper .swiper-slide .con_box .check_box li:before {
  content: url(../img/check.svg);
  margin-right: 7px;
  display: inline-block;
  width: 19px;
  height: 16px;
}
.age_slide_wrap .inner .age_swiper .swiper-wrapper .swiper-slide .con_box p {
  font-size: 1.55556rem;
  color: #F9E5CA;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.03889rem;
  display: flex;
  align-items: center;
  flex-basis: 100%;
  margin-bottom: 26px;
}
.age_slide_wrap .inner .age_swiper .swiper-wrapper .swiper-slide .con_box p::after {
  content: "";
  flex-grow: 1;
  margin-left: 15px;
  background-color: #F9E5CA;
  height: 1px;
}
.age_slide_wrap .inner .age_swiper .swiper-wrapper .swiper-slide .con_box .mini_box_wrap {
  display: flex;
  justify-content: space-between;
}
.age_slide_wrap .inner .age_swiper .swiper-wrapper .swiper-slide .con_box .mini_box_wrap div {
  background-color: rgba(24, 24, 24, 0.25);
  width: 31%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 159px;
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.44444rem; /* 144.444% */
  letter-spacing: -0.03889rem;
  text-align: center;
}
.age_slide_wrap .inner .age_swiper .swiper-wrapper .swiper-slide .con_box .mini_box_wrap.last_mini_box div {
  width: 23.5%;
}

.bna_wrap {
  background-image: url(../img/bna.png);
  background-position: center;
  background-size: cover;
}
.bna_wrap .inner {
  padding: 190px 0 165px;
}
.bna_wrap .inner .top_box {
  display: flex;
  align-items: center;
  margin-bottom: 184px;
}
.bna_wrap .inner .top_box .text_wrap {
  margin-left: 76px;
}
.bna_wrap .inner .top_box .text_wrap h3 {
  font-size: 2.77778rem;
  font-weight: 500;
  line-height: 4rem;
  letter-spacing: -0.03889rem;
  margin-bottom: 50px;
}
.bna_wrap .inner .top_box .text_wrap h3 strong {
  color: #8B7F71;
  font-weight: 500;
}
.bna_wrap .inner .top_box .text_wrap span {
  font-size: 1.22222rem;
  font-weight: 300;
  line-height: 2.44444rem; /* 200% */
  letter-spacing: -0.03889rem;
}
.bna_wrap .inner .bottom_box p {
  font-size: 1.66667rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.88889rem; /* 173.333% */
  letter-spacing: -0.11111rem;
  font-family: "Noto Serif KR", serif;
  margin-bottom: 65px;
}
.bna_wrap .inner .bottom_box p strong {
  font-family: "Noto Serif KR", serif;
  font-weight: 500;
  color: #8B7F71;
}
.bna_wrap .inner .bottom_box .bna_con_wrap {
  max-width: 1170px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}
.bna_wrap .inner .bottom_box .bna_con_wrap .navi_btn_wrap {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.bna_wrap .inner .bottom_box .bna_con_wrap .navi_btn_wrap div {
  cursor: pointer;
}
.bna_wrap .inner .bottom_box .bna_con_wrap .bna_swiper {
  max-width: 1010px;
  margin: 0 auto;
  overflow: hidden;
}
.bna_wrap .inner .bottom_box .bna_con_wrap .bna_swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  opacity: 0 !important;
}
.bna_wrap .inner .bottom_box .bna_con_wrap .bna_swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.bna_wrap .inner .bottom_box .bna_con_wrap .bna_swiper .swiper-wrapper .swiper-slide div::after {
  content: "치료 전";
  width: 100%;
  background-color: #fff;
  display: block;
  padding: 19px 0;
  text-align: center;
  font-size: 1.66667rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.03889rem;
}
.bna_wrap .inner .bottom_box .bna_con_wrap .bna_swiper .swiper-wrapper .swiper-slide div.after_box::after {
  content: "치료 후";
  background-color: #8B7F71;
  color: #fff;
}

.table_wrap .inner {
  padding: 160px 0;
}
.table_wrap .inner .title_box {
  text-align: center;
}
.table_wrap .inner .title_box h2 {
  font-size: 2.77778rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.03889rem;
  margin-bottom: 20px;
}
.table_wrap .inner .title_box p {
  font-size: 1.33333rem;
  font-family: "Noto Serif KR", serif;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.11111rem;
}
.table_wrap .inner .con_wrap {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, minmax(350px, auto));
  grid-template-columns: repeat(auto-fill, minmax(30%, auto));
  gap: 30px;
}
.table_wrap .inner .con_wrap div {
  background-color: #F6F3EE;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  transition: box-shadow 0.3s;
  cursor: pointer;
}
.table_wrap .inner .con_wrap div:hover {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
}
.table_wrap .inner .con_wrap div span {
  background-color: #103859;
  display: inline-block;
  padding: 12px 0;
  text-align: center;
  width: 195px;
  color: #fff;
  font-size: 1.33333rem;
  font-weight: 500;
  line-height: 1.61111rem; /* 120.833% */
  letter-spacing: -0.03889rem;
}
.table_wrap .inner .con_wrap div img {
  margin: 47px auto;
}
.table_wrap .inner .con_wrap div p {
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.61111rem; /* 161.111% */
  letter-spacing: -0.03889rem;
}

.clippy_wrap {
  background-color: #103859;
}
.clippy_wrap .inner {
  padding: 150px 0 132px;
}
.clippy_wrap .inner .title_box p {
  font-size: 1.33333rem;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.11111rem;
  font-family: "Noto Serif KR", serif;
  color: #F9E5CA;
}
.clippy_wrap .inner .title_box h2 {
  font-size: 2.77778rem;
  color: #fff;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.03889rem;
  margin-top: 20px;
}
.clippy_wrap .inner .con_box {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.clippy_wrap .inner .con_box .clippy_pagination {
  max-width: 320px;
  height: 371px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  bottom: unset;
  position: relative;
}
.clippy_wrap .inner .con_box .clippy_pagination::before {
  content: "";
  position: absolute;
  height: 262px;
  top: 53px;
  left: 38px;
  width: 1px;
  background-image: url(../img/line.svg);
  z-index: 2;
}
.clippy_wrap .inner .con_box .clippy_pagination .swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90px;
  border-radius: 100px;
  background-color: transparent;
  color: #fff;
  opacity: 1;
  font-size: 1.66667rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.03889rem;
  position: relative;
  margin: 0;
}
.clippy_wrap .inner .con_box .clippy_pagination .swiper-pagination-bullet::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  left: 32px;
  z-index: 3;
}
.clippy_wrap .inner .con_box .clippy_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F9E5CA;
  color: #103859;
}
.clippy_wrap .inner .con_box .clippy_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: #103859;
}
.clippy_wrap .inner .con_box .clippy_swiper {
  overflow: hidden;
  margin-left: 97px;
}
.clippy_wrap .inner .con_box .clippy_swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  opacity: 0 !important;
}
.clippy_wrap .inner .con_box .clippy_swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.clippy_wrap .inner .con_box .clippy_swiper .swiper-wrapper .swiper-slide .text_box {
  width: 516px;
}
.clippy_wrap .inner .con_box .clippy_swiper .swiper-wrapper .swiper-slide .text_box p {
  font-size: 1.11111rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.94444rem; /* 175% */
  letter-spacing: -0.03889rem;
}
.clippy_wrap .inner .con_box .clippy_swiper .swiper-wrapper .swiper-slide .text_box .mini_info {
  margin-top: 75px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.clippy_wrap .inner .con_box .clippy_swiper .swiper-wrapper .swiper-slide .text_box .mini_info li {
  padding: 24px 0;
  text-align: center;
  font-size: 1.11111rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.61111rem; /* 145% */
  letter-spacing: -0.03889rem;
  background-color: rgba(0, 0, 0, 0.2);
}

.invi_wrap {
  background-image: url(../img/invi_bg.png);
  background-position: center;
  background-size: cover;
  padding: 120px 0 140px;
  overflow: hidden;
}
.invi_wrap .inner {
  margin-bottom: 115px;
}
.invi_wrap .inner h2 {
  font-size: 2.77778rem;
  font-weight: 500;
  line-height: 4rem;
  letter-spacing: -0.03889rem;
  margin-top: 20px;
}
.invi_wrap .inner h2 strong {
  color: #103859;
  font-weight: 500;
}
.invi_wrap .inner ul {
  display: flex;
  margin-top: 50px;
}
.invi_wrap .inner ul li {
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.03889rem;
  background-color: #fff;
  border-radius: 100px;
  padding: 8px 15px;
}
.invi_wrap .inner ul li::before {
  content: url(../img/invi_check.svg);
  display: inline-block;
  width: 19px;
  height: 16px;
  margin-right: 5px;
}
.invi_wrap .inner ul li:not(:last-child) {
  margin-right: 10px;
}
.invi_wrap .slide_wrap {
  margin-left: 195px;
}
.invi_wrap .slide_wrap .swiper-scrollbar {
  display: none;
}
.invi_wrap .slide_wrap .invi_swiper .swiper-wrapper {
  counter-reset: number 0;
}
.invi_wrap .slide_wrap .invi_swiper .swiper-wrapper .swiper-slide {
  cursor: pointer;
}
.invi_wrap .slide_wrap .invi_swiper .swiper-wrapper .swiper-slide > div {
  background-color: #103859;
  padding: 40px 28px;
  display: flex;
}
.invi_wrap .slide_wrap .invi_swiper .swiper-wrapper .swiper-slide > div p {
  font-size: 1.55556rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.72222rem; /* 110.714% */
  letter-spacing: -0.03889rem;
  margin-bottom: 19px;
}
.invi_wrap .slide_wrap .invi_swiper .swiper-wrapper .swiper-slide > div span {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.66667rem; /* 166.667% */
  letter-spacing: -0.05556rem;
}
.invi_wrap .slide_wrap .invi_swiper .swiper-wrapper .swiper-slide > div.text_box {
  height: 190px;
}
.invi_wrap .slide_wrap .invi_swiper .swiper-wrapper .swiper-slide > div.text_box > div {
  margin-left: 21px;
}
.invi_wrap .slide_wrap .invi_swiper .swiper-wrapper .swiper-slide > div.text_box::before {
  counter-increment: number 1;
  content: "0" counter(number);
  font-family: "Cormorant Infant";
  font-size: 3.88889rem;
  font-weight: 400;
  line-height: 2.77778rem; /* 71.429% */
  letter-spacing: -0.03889rem;
  color: #F9E5CA;
  float: left;
}

.step_wrap .inner {
  padding: 150px 0 176px;
}
.step_wrap .inner .title_box {
  text-align: center;
}
.step_wrap .inner .title_box small {
  color: #0060A3;
  font-family: "Cormorant Infant";
  font-size: 1.22222rem;
  font-weight: 400;
  line-height: normal;
}
.step_wrap .inner .title_box h2 {
  font-size: 2.77778rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.03889rem;
  margin-top: 20px;
}
.step_wrap .inner .con_wrap {
  max-width: 1230px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 140px;
  counter-reset: number 0;
}
.step_wrap .inner .con_wrap .mini_con {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step_wrap .inner .con_wrap .mini_con .img_box {
  background-color: #103859;
  border-radius: 100%;
  width: 164px;
  height: 164px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 59px;
  position: relative;
}
.step_wrap .inner .con_wrap .mini_con .img_box::before {
  counter-increment: number 1;
  content: "0" counter(number);
  position: absolute;
  top: -31px;
  left: -43px;
  color: #EFEFEF;
  font-family: "Cormorant Infant";
  font-size: 5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 2.77778rem; /* 55.556% */
  letter-spacing: -0.03889rem;
  z-index: -1;
}
.step_wrap .inner .con_wrap .mini_con p {
  margin-bottom: 28px;
  font-size: 1.55556rem;
  font-weight: 500;
  line-height: 1.77778rem; /* 114.286% */
  letter-spacing: -0.03889rem;
  text-align: center;
}
.step_wrap .inner .con_wrap .mini_con span {
  text-align: center;
  display: inline-block;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.55556rem; /* 155.556% */
  letter-spacing: -0.03889rem;
}

.invi_banner_wrap {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.invi_banner_wrap > div {
  width: 951px;
  height: 678px;
}
.invi_banner_wrap > div > img {
  height: 100%;
}
.invi_banner_wrap .con02 {
  background-color: #103859;
  padding-left: 90px;
  padding-top: 135px;
}
.invi_banner_wrap .con02 .title_box small {
  color: #F9E5CA;
  font-family: "Cormorant Infant";
  font-size: 1.22222rem;
  font-weight: 400;
  line-height: normal;
}
.invi_banner_wrap .con02 .title_box h2 {
  color: #FFF;
  font-size: 2.77778rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.03889rem;
  margin: 20px 0 90px;
}
.invi_banner_wrap .con02 .img_box {
  position: relative;
  width: 501px;
}
.invi_banner_wrap .con02 .img_box ul li {
  color: #FFF;
  font-size: 1.22222rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.03889rem;
  display: flex;
  align-items: center;
}
.invi_banner_wrap .con02 .img_box ul li:not(:last-child) {
  margin-bottom: 34px;
}
.invi_banner_wrap .con02 .img_box ul li::before {
  content: url(../img/invi_icon.svg);
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.invi_banner_wrap .con02 .img_box img {
  position: absolute;
  bottom: -77px;
  right: -195px;
}

.digital_wrap {
  background-image: url(../img/digital_bg.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
.digital_wrap .inner {
  padding: 150px 0 347px;
}
.digital_wrap .inner .title_box small {
  color: #F9E5CA;
  font-family: "Noto Serif KR", serif;
  font-size: 1.33333rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.11111rem;
}
.digital_wrap .inner .title_box h2 {
  color: #FFF;
  font-size: 2.77778rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.03889rem;
  margin-top: 20px;
}
.digital_wrap .inner .menu_wrap {
  margin: 50px 0 65px;
}
.digital_wrap .inner .menu_wrap span {
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  background-color: #F9E5CA;
  border-radius: 100px;
  padding: 10px 16px;
  display: inline-block;
  text-align: center;
}
.digital_wrap .inner .menu_wrap span:last-child {
  margin-left: 10px;
}
.digital_wrap .inner p {
  color: #FFF;
  font-size: 1.11111rem;
  font-weight: 400;
  line-height: 2rem; /* 180% */
  letter-spacing: -0.03889rem;
  margin-bottom: 60px;
}
.digital_wrap .inner .circle_wrap {
  display: flex;
  align-items: center;
}
.digital_wrap .inner .circle_wrap div {
  color: #F9E5CA;
  font-size: 1.11111rem;
  font-weight: 500;
  line-height: 1.44444rem; /* 130% */
  letter-spacing: -0.03889rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #F9E5CA;
  background: #3B3833;
  width: 152px;
  height: 152px;
  text-align: center;
}
.digital_wrap .inner .circle_wrap span {
  width: 20px;
  height: 1px;
  background-color: #F9E5CA;
}
.digital_wrap .digital_video_wrap {
  width: 100%;
}
.digital_wrap .digital_video_wrap iframe {
  width: 100%;
  height: 100%;
  top: unset;
  bottom: -60%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1230px;
}

.system_wrap {
  position: relative;
}
.system_wrap > img {
  position: absolute;
  top: 202px;
  left: 0;
  z-index: -1;
}
.system_wrap .inner {
  padding: 624px 0 150px;
}
.system_wrap .inner .title_box {
  text-align: center;
}
.system_wrap .inner .title_box small {
  font-family: "Noto Serif KR", serif;
  font-size: 1.33333rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.11111rem;
  color: #103859;
}
.system_wrap .inner .title_box h2 {
  font-size: 2.77778rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.03889rem;
  margin-top: 20px;
}
.system_wrap .inner .system_pagination {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.system_wrap .inner .system_pagination .swiper-pagination-bullet {
  width: 150px;
  height: 147px;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
.system_wrap .inner .system_pagination .swiper-pagination-bullet::before {
  margin-bottom: 15px;
}
.system_wrap .inner .system_pagination .swiper-pagination-bullet:first-child::before {
  content: url(../img/system_icon01.svg);
}
.system_wrap .inner .system_pagination .swiper-pagination-bullet:last-child::before {
  content: url(../img/system_icon02.svg);
}
.system_wrap .inner .system_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child::before {
  content: url(../img/system_icon01_on.svg);
}
.system_wrap .inner .system_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:last-child::before {
  content: url(../img/system_icon02_on.svg);
}
.system_wrap .inner .system_swiper {
  margin-top: 130px;
}
.system_wrap .inner .system_swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  opacity: 0 !important;
}
.system_wrap .inner .system_swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.system_wrap .inner .system_swiper .swiper-wrapper .swiper-slide.sl02 {
  justify-content: center;
}
.system_wrap .inner .system_swiper .swiper-wrapper .swiper-slide.sl02 > div:nth-child(2) {
  margin: 0 30px;
}
.system_wrap .inner .system_swiper .swiper-wrapper .swiper-slide .img_box {
  position: relative;
}
.system_wrap .inner .system_swiper .swiper-wrapper .swiper-slide .img_box p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 1.22222rem;
  font-weight: 500;
  line-height: 2.11111rem; /* 172.727% */
  letter-spacing: -0.03889rem;
  opacity: 0;
  z-index: 3;
  transition: opacity 0.5s;
}
.system_wrap .inner .system_swiper .swiper-wrapper .swiper-slide .img_box.show_box {
  cursor: pointer;
}
.system_wrap .inner .system_swiper .swiper-wrapper .swiper-slide .img_box.show_box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: inline-block;
  transition: background-color 0.3s;
}
.system_wrap .inner .system_swiper .swiper-wrapper .swiper-slide .img_box.show_box:hover::after {
  background-color: rgba(0, 96, 163, 0.8);
  z-index: 2;
}
.system_wrap .inner .system_swiper .swiper-wrapper .swiper-slide .img_box.show_box:hover p {
  opacity: 1;
}
.system_wrap .inner .system_swiper .swiper-wrapper .swiper-slide .sub_title {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #103859;
  color: #fff;
  font-size: 1.33333rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.03889rem;
}

.gallery_wrap {
  padding: 150px 0;
  overflow: hidden;
  background-color: #F4F4F4;
}
.gallery_wrap .title_box {
  text-align: center;
}
.gallery_wrap .title_box h2 {
  font-size: 2.77778rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.03889rem;
  margin-top: 20px;
}
.gallery_wrap .title_box small {
  color: #0060A3;
  font-family: "Cormorant Infant";
  font-size: 1.22222rem;
  font-weight: 400;
  line-height: normal;
}
.gallery_wrap .gallery_button_wrap {
  display: flex;
  justify-content: center;
  margin: 62px 0;
}
.gallery_wrap .gallery_button_wrap div {
  outline: none;
  cursor: pointer;
  margin: 0 17.5px;
}
.gallery_wrap .gallery_button_wrap div::after {
  content: none;
}
.gallery_wrap .gallery_button_wrap div:hover {
  opacity: 0.8;
}
.gallery_wrap .gallery_swiper {
  width: 50%;
  margin: 0 auto;
}
.gallery_wrap .gallery_swiper .swiper-wrapper {
  display: flex;
  transition: transform 0.3s ease;
}
.gallery_wrap .gallery_swiper .swiper-wrapper .swiper-slide {
  cursor: grab;
  transition: transform 0.3s ease;
}
.gallery_wrap .gallery_swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  transition: transform 0.3s ease;
}

footer {
  background-image: url(../img/map_bg.png);
  background-position: center;
  background-size: cover;
}
footer .map_wrap {
  padding: 100px 105px;
}
footer .map_wrap .inner h2 {
  color: #FFF;
  font-family: "Noto Serif KR", serif;
  font-size: 2.77778rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.11111rem;
  margin-bottom: 84px;
}
footer .map_wrap .inner h2 strong {
  font-weight: 500;
  color: #F9E5CA;
  font-family: "Noto Serif KR", serif;
}
footer .map_wrap .inner .info_wrap {
  display: flex;
  justify-content: space-between;
}
footer .map_wrap .inner .info_wrap > div {
  width: 30%;
}
footer .map_wrap .inner .info_wrap div > div:last-child {
  margin-top: 52.5px;
}
footer .map_wrap .inner .info_wrap div h3 {
  color: #FFF;
  font-size: 1.66667rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.03889rem;
  margin-bottom: 40px;
}
footer .map_wrap .inner .info_wrap div * {
  color: #fff;
}
footer .map_wrap .inner .info_wrap div h4 {
  font-size: 1.66667rem;
  font-weight: 700;
  line-height: 1.38889rem;
  display: flex;
  align-items: center;
  margin-bottom: 31px;
}
footer .map_wrap .inner .info_wrap div h4 img {
  margin-right: 11px;
}
footer .map_wrap .inner .info_wrap div a {
  display: flex;
  align-items: center;
  font-size: 1.66667rem;
  font-weight: 700;
  line-height: 1.38889rem;
}
footer .map_wrap .inner .info_wrap div a img {
  margin-right: 8px;
}
footer .map_wrap .inner .info_wrap div p {
  font-size: 1.11111rem;
  opacity: 0.8;
  font-weight: 400;
  line-height: 1.66667rem; /* 150% */
  letter-spacing: -0.03889rem;
  margin-bottom: 9px;
}
footer .map_wrap .inner .info_wrap div small {
  font-size: 1rem;
  opacity: 0.4;
  font-weight: 400;
  line-height: 1.88889rem; /* 188.889% */
  letter-spacing: -0.03889rem;
}
footer .map_wrap .inner .info_wrap div.conbox01 img {
  display: block;
  margin-bottom: 30px;
}
footer .map_wrap .inner .info_wrap div.conbox03 {
  width: 570px;
  align-self: center;
}
footer .foot_wrap {
  padding: 39px 0 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
footer .foot_wrap .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .foot_wrap .inner ul li {
  color: #FFF;
  font-size: 0.88889rem;
  font-weight: 300;
  line-height: 1.66667rem; /* 187.5% */
  letter-spacing: -0.02778rem;
  opacity: 0.4;
}