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

.anchor {
  visibility: hidden;
}

.inner {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

header {
  position: fixed;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  z-index: 105;
  transition: background-color 0.3s;
}
header nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 25px 40px;
}
header nav .logo_in path {
  transition: fill 0.3s;
}
header nav .icon_wrap {
  display: flex;
  align-items: center;
  gap: 45px;
}
header nav .icon_wrap ul {
  display: flex;
  gap: 20px;
}
header nav .icon_wrap ul li {
  display: flex;
  align-items: center;
}
header nav .icon_wrap ul li p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.4px;
  color: #333;
  transition: color 0.3s;
}
header nav .icon_wrap ul li img {
  margin-right: 10px;
}
header nav .menu_btn {
  cursor: pointer;
}
header nav .menu_btn svg rect {
  transition: fill 0.3s;
}
header.scrolled {
  background-color: rgba(255, 255, 255, 0.8);
}
header .menu_box {
  position: absolute;
  right: -500px;
  top: 0;
  width: 340px;
  height: 100vh;
  background-color: #4782CE;
  box-shadow: -4px 0 30px 0 rgba(0, 0, 0, 0.2);
}
header .menu_box .top_box {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: right;
}
header .menu_box .top_box .exit_btn {
  margin-right: 45px;
  cursor: pointer;
}
header .menu_box .main_box {
  padding: 0 55px;
}
header .menu_box .main_box h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: -0.6px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
}
header .menu_box .main_box .main_link_box {
  margin: 14px 0 67px;
}
header .menu_box .main_box .main_link_box ul li:not(:last-child) {
  margin-bottom: 19px;
}
header .menu_box .main_box .main_link_box ul li a {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: -0.6px;
  font-weight: 600;
  color: #fff;
}
header .menu_box .main_box .quick_menu_box ul {
  display: flex;
  align-items: center;
  gap: 60px;
}
header .menu_box .main_box .quick_menu_box ul li {
  width: -moz-max-content;
  width: max-content;
}
header .menu_box .main_box .quick_menu_box ul li a {
  width: 100%;
  height: 100%;
}
header .menu_box .main_box .quick_menu_box ul:not(:last-child) {
  margin-bottom: 32px;
}
header .menu_box .main_box .coun_box {
  margin-top: 65px;
}
header .menu_box .main_box .coun_box h3 {
  margin-bottom: 16px;
}
header .menu_box .main_box .coun_box a {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
  letter-spacing: -1px;
  color: #fff;
  cursor: default;
}

.main_wrap {
  overflow: hidden;
  position: relative;
}
.main_wrap .swiper-slide img,
.main_wrap .swiper-slide-duplicate img {
  transform: scale(1);
  transition: transform 4s;
}
.main_wrap .swiper-slide .main_title_box,
.main_wrap .swiper-slide-duplicate .main_title_box {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 325px;
  left: 50%;
  transform: translateX(-50%);
}
.main_wrap .swiper-slide .main_title_box h2,
.main_wrap .swiper-slide-duplicate .main_title_box h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: -1.5px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 1.4s;
}
.main_wrap .swiper-slide .main_title_box h2 strong,
.main_wrap .swiper-slide-duplicate .main_title_box h2 strong {
  color: #4782CE;
  font-weight: 800;
}
.main_wrap .swiper-slide .main_title_box p,
.main_wrap .swiper-slide-duplicate .main_title_box p {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 45px */
  letter-spacing: -1.5px;
  margin-top: 33px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 1.4s;
}
.main_wrap .swiper-slide .main_title_box span,
.main_wrap .swiper-slide-duplicate .main_title_box span {
  background-image: url(../img/main_check.svg);
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 4px 0 7px;
}
.main_wrap .swiper-slide.swiper-slide-active img, .main_wrap .swiper-slide.swiper-slide-duplicate-active img,
.main_wrap .swiper-slide-duplicate.swiper-slide-active img,
.main_wrap .swiper-slide-duplicate.swiper-slide-duplicate-active img {
  transform: scale(1.2);
}
.main_wrap .swiper-slide.swiper-slide-active .main_title_box h2, .main_wrap .swiper-slide.swiper-slide-active .main_title_box p, .main_wrap .swiper-slide.swiper-slide-duplicate-active .main_title_box h2, .main_wrap .swiper-slide.swiper-slide-duplicate-active .main_title_box p,
.main_wrap .swiper-slide-duplicate.swiper-slide-active .main_title_box h2,
.main_wrap .swiper-slide-duplicate.swiper-slide-active .main_title_box p,
.main_wrap .swiper-slide-duplicate.swiper-slide-duplicate-active .main_title_box h2,
.main_wrap .swiper-slide-duplicate.swiper-slide-duplicate-active .main_title_box p {
  transform: translateY(0);
  opacity: 1;
}
.main_wrap .swiper-slide.swiper-slide-active .main_title_box p, .main_wrap .swiper-slide.swiper-slide-duplicate-active .main_title_box p,
.main_wrap .swiper-slide-duplicate.swiper-slide-active .main_title_box p,
.main_wrap .swiper-slide-duplicate.swiper-slide-duplicate-active .main_title_box p {
  transition-delay: 0.5s;
}
.main_wrap .main_slide02 .main_title_box h2, .main_wrap .main_slide02 .main_title_box p {
  color: #fff;
}
.main_wrap .main_pagination {
  position: absolute;
  bottom: 123px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  max-width: 1440px;
  width: 100%;
  display: flex;
  gap: 10px;
}
.main_wrap .main_pagination .swiper-pagination-bullet {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
  letter-spacing: -0.5px;
  background-color: #fff;
  opacity: 0.3;
  color: #333;
}
.main_wrap .main_pagination .swiper-pagination-bullet:before {
  content: "0";
}
.main_wrap .main_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #4782CE;
  color: #fff;
  opacity: 1;
}

.intro_wrap {
  background-image: url(../img/intro_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0 167px;
  text-align: center;
}
.intro_wrap .title_box {
  margin-top: 30px;
}
.intro_wrap .title_box * {
  color: #fff;
}
.intro_wrap .title_box h2 {
  font-size: 52px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 72.8px */
  letter-spacing: -1.5px;
}
.intro_wrap .title_box h2 strong {
  color: #6DA4EA;
  font-weight: 800;
}
.intro_wrap .title_box p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  letter-spacing: -0.6px;
  margin-top: 20px;
}
.intro_wrap .con_box {
  margin-top: 67px;
}
.intro_wrap .con_box * {
  color: #fff;
}
.intro_wrap .con_box ul {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
.intro_wrap .con_box ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 150px;
  border: 1px solid #FFF;
  background: rgba(7, 15, 34, 0.4);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  letter-spacing: -0.6px;
  font-weight: 600;
}
.intro_wrap .con_box ul li .dot_over {
  position: relative;
}
.intro_wrap .con_box ul li .dot_over::after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
}

.doctor_wrap .top_box {
  position: relative;
}
.doctor_wrap .top_box .doctor_bg {
  display: flex;
  margin-left: auto;
}
.doctor_wrap .top_box .doctor_img {
  position: absolute;
  bottom: 0;
  left: 53%;
  transform: translateX(-50%);
}
.doctor_wrap .top_box .title_box {
  position: absolute;
  top: 204px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
}
.doctor_wrap .top_box .title_box h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: -1.5px;
}
.doctor_wrap .top_box .title_box h2 strong {
  color: #4782CE;
}
.doctor_wrap .top_box .title_box h2 span {
  display: flex;
  align-items: center;
}
.doctor_wrap .top_box .title_box h2 span img {
  margin-right: 5px;
}
.doctor_wrap .top_box .title_box > p {
  margin-top: 40px;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: -0.6px;
}
.doctor_wrap .top_box .title_box .bottom_text {
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin-top: 67px;
  border: 1px solid #4782CE;
  background-color: #F2F5FD;
  width: 461px;
  height: 100px;
}
.doctor_wrap .top_box .title_box .bottom_text p {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: -0.6px;
  font-weight: 600;
  margin-left: 16px;
}
.doctor_wrap .top_box .title_box .bottom_text p strong {
  color: #4782CE;
  font-weight: 600;
}
.doctor_wrap .roll_box {
  padding: 90px 0;
  background-color: #F2F5FD;
}
.doctor_wrap .roll_box .inner {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.doctor_wrap .roll_box .inner .title_box {
  margin-top: 35px;
}
.doctor_wrap .roll_box .inner .title_box h2 {
  font-size: 52px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 72.8px */
  letter-spacing: -1.5px;
}
.doctor_wrap .roll_box .inner .title_box p {
  font-size: 24px;
  font-weight: 400;
  line-height: 150%; /* 36px */
  letter-spacing: -0.6px;
  margin-top: 25px;
}
.doctor_wrap .roll_box .inner .roll_slide_box {
  width: 1069px;
}
.doctor_wrap .roll_box .inner .roll_slide_box .doctor_swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* .doctor_wrap .roll_box .inner .roll_slide_box .doctor_swiper .swiper-slide {
  padding-left: 3px;
} */
.doctor_wrap .roll_box .inner .btn_wrap {
  width: 150px;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  opacity: 0.5;
}
.doctor_wrap .roll_box .inner .btn_wrap .doctor_navi {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.doctor_wrap .roll_box .inner .btn_wrap .doctor_pagination {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
.doctor_wrap .roll_box .inner .btn_wrap .doctor_pagination span {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: -0.5px;
  width: 20px;
  display: inline-block;
}
.doctor_wrap .roll_box .inner .btn_wrap .doctor_pagination span.swiper-pagination-current {
  text-align: right;
}
.doctor_wrap .roll_box .inner .btn_wrap .doctor_pagination .custom-diviser {
  width: 2.5px;
  height: 17px;
  display: inline-block;
  background-color: #2F2F2F;
  margin: 0 26px;
}
.doctor_wrap .doctor_info_box {
  background-image: url(../img/doctor_info_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0 158px;
}
.doctor_wrap .doctor_info_box .con_box small {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 39px */
  letter-spacing: -0.8px;
  color: #4782CE;
}
.doctor_wrap .doctor_info_box .con_box h3 {
  display: flex;
  align-items: baseline;
  margin-top: 17px;
}
.doctor_wrap .doctor_info_box .con_box h3 strong {
  font-size: 52px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 72.8px */
  letter-spacing: -1.5px;
}
.doctor_wrap .doctor_info_box .con_box h3 p {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
  letter-spacing: -1px;
  margin-left: 17px;
}
.doctor_wrap .doctor_info_box .con_box .main_list {
  margin: 40px 0 57px;
}
.doctor_wrap .doctor_info_box .con_box .main_list li {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  letter-spacing: -0.6px;
  font-weight: 600;
}
.doctor_wrap .doctor_info_box .con_box .main_list li:not(:last-child) {
  margin-bottom: 7px;
}
.doctor_wrap .doctor_info_box .con_box .main_list li::before {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(../img/doctor_mark01.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
.doctor_wrap .doctor_info_box .con_box .main_list li.doctor_mark02::before {
  background-image: url(../img/doctor_mark02.png);
}
.doctor_wrap .doctor_info_box .con_box .list_wrap {
  display: flex;
  gap: 65px;
}
.doctor_wrap .doctor_info_box .con_box .list_wrap li {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: -0.6px;
}

.nature_wrap {
  padding: 209px 0 156px;
}
.nature_wrap .nature_list_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 135px;
}
.nature_wrap .nature_list_wrap div p {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
  letter-spacing: -1px;
  margin: 29px 0 14px;
}
.nature_wrap .nature_list_wrap div span {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: -0.6px;
}
@keyframes arrow {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0);
  }
}
.nature_wrap .nature_btn_box {
  border-radius: 100px;
  background: #F0F0F0;
  padding-left: 35px;
  display: flex;
}
.nature_wrap .nature_btn_box .text_box {
  display: flex;
  align-items: center;
  padding: 27px 0;
}
.nature_wrap .nature_btn_box .text_box p {
  font-size: 28px;
  font-weight: 600;
  line-height: 140%; /* 39.2px */
  letter-spacing: -1px;
  margin-left: 18px;
}
.nature_wrap .nature_btn_box .blog_box {
  width: 454px;
  background-color: #09D55A;
  border-radius: 100px;
  margin-left: auto;
  animation: arrow infinite 2s;
  transition: transform 0.3s;
}
.nature_wrap .nature_btn_box .blog_box a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 47.6px */
  letter-spacing: -1px;
  color: #fff;
}
.nature_wrap .nature_btn_box .blog_box a img {
  margin-left: 18px;
}
.nature_wrap .nature_btn_box .blog_box:hover {
  animation-play-state: paused;
}

.clinic_wrap {
  overflow: hidden;
  position: relative;
}
.clinic_wrap .clinic_swiper .swiper-slide .clinic_title_box {
  max-width: 1440px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 248px;
  transform: translateX(-50%);
}
.clinic_wrap .clinic_swiper .swiper-slide .clinic_title_box small {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
  letter-spacing: -1px;
  color: #fff;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.8s;
  transition-delay: 0.45s;
  display: inline-block;
}
.clinic_wrap .clinic_swiper .swiper-slide .clinic_title_box small .dot_over {
  position: relative;
  color: #fff;
}
.clinic_wrap .clinic_swiper .swiper-slide .clinic_title_box small .dot_over::after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
}
.clinic_wrap .clinic_swiper .swiper-slide .clinic_title_box h2 {
  color: #FFEA04;
  font-size: 60px;
  font-weight: 700;
  line-height: 130%; /* 78px */
  letter-spacing: -1.5px;
  margin: 10px 0 37px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.8s;
  transition-delay: 0.65s;
}
.clinic_wrap .clinic_swiper .swiper-slide .clinic_title_box p {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: -0.6px;
  color: #fff;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.8s;
  transition-delay: 0.85s;
}
.clinic_wrap .clinic_swiper .swiper-slide .clinic_title_box ul {
  margin-top: 92px;
  display: flex;
  gap: 30px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.8s;
  transition-delay: 1.05s;
}
.clinic_wrap .clinic_swiper .swiper-slide .clinic_title_box ul li {
  padding: 11.5px 20px;
  border-radius: 100px;
  border: 1px solid #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
  letter-spacing: -0.5px;
  color: #fff;
  position: relative;
}
.clinic_wrap .clinic_swiper .swiper-slide .clinic_title_box ul li:not(:last-child)::after {
  content: "";
  width: 20px;
  height: 2px;
  display: inline-block;
  background-image: url(../img/dot_line.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 6px;
}
.clinic_wrap .clinic_swiper .swiper-slide .clinic_title_box ul li.yel_line {
  border-color: #FFEA04;
  color: #FFEA04;
}
.clinic_wrap .clinic_swiper .swiper-slide .clinic_title_box ul li.yel_line::after {
  background-image: url(../img/dot_line02.png);
}
.clinic_wrap .clinic_swiper .swiper-slide .clinic_title_box ul li:last-child {
  background-color: #FFEA04;
  color: #333;
  border-color: #FFEA04;
}
.clinic_wrap .clinic_swiper .swiper-slide .clinic_title_box ul li:last-child::before {
  content: "";
  width: 17px;
  height: 14px;
  display: inline-block;
  background-image: url(../img/clinic_ch.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.clinic_wrap .clinic_swiper .swiper-slide.swiper-slide-active .clinic_title_box small, .clinic_wrap .clinic_swiper .swiper-slide.swiper-slide-active .clinic_title_box h2, .clinic_wrap .clinic_swiper .swiper-slide.swiper-slide-active .clinic_title_box p, .clinic_wrap .clinic_swiper .swiper-slide.swiper-slide-active .clinic_title_box ul {
  opacity: 1;
  transform: translateY(0);
}
.clinic_wrap .clinic_pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  display: flex;
  justify-content: space-between;
}
.clinic_wrap .clinic_pagination .swiper-pagination-bullet {
  width: 33.3333333333%;
  border-radius: 0;
  border-top: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.15);
  height: 85px;
  margin: 0;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: -0.6px;
  font-weight: 600;
  color: #fff;
}
.clinic_wrap .clinic_pagination .swiper-pagination-bullet:not(:last-child) {
  border-right: 1px solid #fff;
}
.clinic_wrap .clinic_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
  border-top: 0;
}

.system_wrap {
  padding: 158px 0 162px;
}
.system_wrap .title_box {
  text-align: center;
  margin-bottom: 57px;
}
.system_wrap .title_box h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: -1.5px;
}
.system_wrap .title_box h2 strong {
  color: #4782CE;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: -1.5px;
}
.system_wrap .title_box p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  letter-spacing: -0.6px;
}
.system_wrap .con_box ul {
  display: flex;
  justify-content: space-between;
}
.system_wrap .con_box ul li {
  border: 1px solid rgba(143, 143, 143, 0.3);
  width: 340px;
  height: 530px;
}
.system_wrap .con_box ul li .img_box {
  width: 100%;
  height: 265px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(217, 217, 217, 0.3);
}
.system_wrap .con_box ul li .text_box {
  padding: 50px 41px;
}
.system_wrap .con_box ul li .text_box p {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: -0.6px;
  font-weight: 600;
}
.system_wrap .con_box ul li .text_box p strong {
  font-weight: 600;
  color: #4782CE;
}
.system_wrap .con_box ul li .text_box p:before {
  content: "통증강도";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: -0.6px;
  font-weight: 600;
}
.system_wrap .con_box ul li .text_box h3 {
  margin: 3px 0 14px;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
  letter-spacing: -1px;
}
.system_wrap .con_box ul li .text_box span {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: -0.6px;
}

.gallery_wrap {
  overflow: hidden;
  position: relative;
}
.gallery_wrap .gallery_swiper .swiper-slide img,
.gallery_wrap .gallery_swiper .swiper-slide-duplicate img {
  transform: scale(1);
  transition: transform 4s;
}
.gallery_wrap .gallery_swiper .swiper-slide.swiper-slide-active img, .gallery_wrap .gallery_swiper .swiper-slide.swiper-slide-duplicate-active img,
.gallery_wrap .gallery_swiper .swiper-slide-duplicate.swiper-slide-active img,
.gallery_wrap .gallery_swiper .swiper-slide-duplicate.swiper-slide-duplicate-active img {
  transform: scale(1.1);
}
.gallery_wrap .title_box {
  max-width: 1440px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 138px;
  z-index: 3;
}
.gallery_wrap .title_box h2 {
  font-size: 52px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 72.8px */
  letter-spacing: -1.5px;
  margin-bottom: 40px;
}
.gallery_wrap .title_box .gallery_pagination {
  display: flex;
}
.gallery_wrap .title_box .gallery_pagination .swiper-pagination-bullet {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  width: 120px;
  margin: 0;
  background-color: transparent;
  border: 1px solid #000;
  border-color: transparent;
  opacity: 1;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
  letter-spacing: -0.5px;
  color: rgba(51, 51, 51, 0.5);
}
.gallery_wrap .title_box .gallery_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #000;
  color: #333;
}

.map_wrap {
  padding: 198px 0 163px;
  position: relative;
}
.map_wrap .title_box h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: -1.5px;
}
.map_wrap .title_box p {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 39px */
  letter-spacing: -0.8px;
  margin: 24px 0 56px;
}
.map_wrap .title_box .call_box {
  display: flex;
  align-items: center;
}
.map_wrap .title_box .call_box span {
  font-size: 52px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 72.8px */
  letter-spacing: -1.5px;
  margin-left: 19px;
}
.map_wrap .title_box ul {
  display: flex;
  gap: 14px;
  margin-top: 72px;
}
.map_wrap .title_box ul li {
  background-color: #4782CE;
  padding: 11px 24px 11px 19px;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 39px */
  letter-spacing: -0.8px;
  color: #fff;
  display: flex;
  align-items: center;
}
.map_wrap .title_box ul li::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../img/map_ch.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
}
.map_wrap .map_box {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.info_wrap {
  background-image: url(../img/info_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.info_wrap .top_box {
  padding: 160px 0 97px;
}
.info_wrap .top_box .title_box {
  margin-bottom: 83px;
}
.info_wrap .top_box .title_box h2 {
  color: #fff;
  font-size: 52px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 72.8px */
  letter-spacing: -1.5px;
}
.info_wrap .top_box .con_box {
  display: flex;
  gap: 164px;
}
.info_wrap .top_box .con_box .mini_con {
  width: -moz-max-content;
  width: max-content;
}
.info_wrap .top_box .con_box .mini_con h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
  letter-spacing: -1px;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 18px;
}
.info_wrap .top_box .con_box .mini_con ul.time_wrap {
  margin-top: 25px;
}
.info_wrap .top_box .con_box .mini_con ul.time_wrap li {
  display: flex;
  align-items: center;
}
.info_wrap .top_box .con_box .mini_con ul.time_wrap li * {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  line-height: 180%; /* 46.8px */
}
.info_wrap .top_box .con_box .mini_con ul.time_wrap li p {
  width: 155px;
  margin-right: 41px;
}
.info_wrap .top_box .con_box .mini_con ul.time_wrap li span {
  width: 240px;
}
.info_wrap .top_box .con_box .mini_con ul.time_wrap li small {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%; /* 27px */
  letter-spacing: -0.5px;
  border: 2px solid #fff;
  width: 90px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 9px;
}
.info_wrap .top_box .con_box .mini_con ul.time_wrap li.yel_point * {
  color: #FFEA04;
  border-color: #FFEA04;
}
.info_wrap .top_box .con_box .mini_con .bottom_text {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  letter-spacing: -0.6px;
  margin-top: 24px;
  color: #fff;
  display: inline-block;
}
.info_wrap .top_box .con_box .mini_con ul.sns_wrap {
  margin-top: 25px;
}
.info_wrap .top_box .con_box .mini_con ul.sns_wrap li:not(:last-child) {
  margin-bottom: 24px;
}
.info_wrap .top_box .con_box .mini_con ul.sns_wrap li a {
  display: flex;
  align-items: center;
}
.info_wrap .top_box .con_box .mini_con ul.sns_wrap li a * {
  color: #fff;
}
.info_wrap .top_box .con_box .mini_con ul.sns_wrap li a p {
  display: flex;
  align-items: center;
  width: 167px;
  margin-right: 33px;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 39px */
  letter-spacing: -0.8px;
}
.info_wrap .top_box .con_box .mini_con ul.sns_wrap li a p img {
  margin-right: 17px;
}
.info_wrap .top_box .con_box .mini_con ul.sns_wrap li a span {
  width: 176px;
  display: inline-block;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 39px */
  letter-spacing: -0.6px;
}
.info_wrap footer {
  padding-bottom: 61px;
}
.info_wrap footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
  letter-spacing: -0.5px;
}
.info_wrap footer .inner * {
  color: rgba(255, 255, 255, 0.4);
}