.text01 {
  font-size: 52px;
  font-weight: 600;
  line-height: 130%; /* 67.6px */
  letter-spacing: -1.5px;
}

.text02 {
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
}

.text03 {
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
}

.text04 {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.7px;
  color: #003378;
}

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

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

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

.title_box small {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.7px;
  color: #003378;
  color: #003378;
}
.title_box h2 {
  font-size: 52px;
  font-weight: 600;
  line-height: 130%; /* 67.6px */
  letter-spacing: -1.5px;
  margin-top: 20px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 102;
  height: 100px;
  display: flex;
  align-items: center;
  padding: 0 70px;
  border-bottom: 1px solid transparent;
  transition: background-color 0.2s ease, border-bottom 0.2s ease;
}
header nav {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav .logo_in path {
  transition: fill 0.2s ease;
}
header nav ul {
  display: flex;
  align-items: center;
  height: 100%;
}
header nav ul li {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
header nav ul li::after {
  content: "";
  width: 0;
  height: 3px;
  background-color: transparent;
  display: inline-block;
  transition: width 0.2s;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
header nav ul li:not(:last-child) {
  margin-right: 90px;
}
header nav ul li a {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.7px;
  color: #fff;
  transition: color 0.2s ease;
  height: 100%;
  display: flex;
  align-items: center;
}
header nav ul li.active a, header nav ul li:hover a {
  color: #E55513 !important;
  font-weight: 600;
}
header nav ul li.active::after, header nav ul li:hover::after {
  width: 100%;
  background-color: #E55513;
}
header:hover, header.scroll_on {
  background-color: #fff;
  border-bottom: 1px solid #CFCFCF;
}
header:hover nav .logo_in path, header.scroll_on nav .logo_in path {
  fill: #003378;
}
header:hover nav .logo_in path.no_color_change, header.scroll_on nav .logo_in path.no_color_change {
  fill: #E55513;
}
header:hover nav ul li a, header.scroll_on nav ul li a {
  color: #212121;
}

@keyframes bulletProgress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.main_wrap {
  overflow: hidden;
  position: relative;
}
.main_wrap .line_box {
  width: 100%;
  position: absolute;
  bottom: 100px;
  z-index: 3;
}
.main_wrap .line_box:after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  bottom: 0.6px;
  background-color: rgba(255, 255, 255, 0.4);
}
.main_wrap .line_box .main_pagination {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.main_wrap .line_box .main_pagination .swiper-pagination-bullet {
  width: 30%;
  border-radius: 0;
  height: 60px;
  background-color: transparent;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.7px;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0.5;
  position: relative;
  overflow: hidden;
}
.main_wrap .line_box .main_pagination .swiper-pagination-bullet .bullet-progress-bar {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background-color: #fff;
}
.main_wrap .line_box .main_pagination .swiper-pagination-bullet small {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.7px;
  display: inline-block;
  margin-right: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.main_wrap .line_box .main_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  color: rgba(255, 255, 255, 0.85);
}
.main_wrap .line_box .main_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active small {
  color: rgba(255, 255, 255, 0.85);
}
.main_wrap .line_box .main_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .bullet-progress-bar {
  animation: bulletProgress 3s linear forwards;
}
.main_wrap .main_swiper {
  position: relative;
}
.main_wrap .main_swiper .inner {
  position: absolute;
  left: 50%;
  top: calc(50% - 30px);
  transform: translate(-50%, -50%);
}
.main_wrap .main_swiper .slide_title_box * {
  color: #fff;
}
.main_wrap .main_swiper .slide_title_box h2 {
  font-size: 62px;
  font-weight: 600;
  line-height: 130%;
  /* 80.6px */
  letter-spacing: -1.5px;
  margin-bottom: 30px;
}
.main_wrap .main_swiper .slide_title_box p {
  font-size: 20px;
  font-weight: 300;
  line-height: 190%;
  /* 38px */
  letter-spacing: -0.7px;
}
.main_wrap .main_swiper .slide_title_box p strong {
  font-weight: 700;
}

.intro_wrap {
  padding: 150px 0 236px;
  overflow: hidden;
}
.intro_wrap .inner {
  display: flex;
}
.intro_wrap .intro_text_box {
  width: 525px;
  flex-shrink: 0;
}
.intro_wrap .intro_text_box .title_box {
  margin-bottom: 50px;
}
.intro_wrap .intro_text_box p {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -0.7px;
  margin-bottom: 30px;
}
.intro_wrap .intro_text_box strong {
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
}
.intro_wrap .intro_img_box {
  width: calc(100% + 74px);
  margin-left: 170px;
  overflow: hidden;
  display: flex;
  align-items: start;
}
.intro_wrap .intro_img_box img:not(:last-child) {
  margin-right: 74px;
}
.intro_wrap .intro_img_box img:last-child {
  margin-right: 122px;
}

.doctor_wrap {
  background-color: #EFEFEF;
}
.doctor_wrap .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.doctor_wrap .left_text_box .doctor_title_box {
  margin-top: 40px;
}
.doctor_wrap .left_text_box .doctor_title_box h2 {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  margin-bottom: 20px;
}
.doctor_wrap .left_text_box .doctor_title_box h2 p {
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 15px;
}
.doctor_wrap .left_text_box .doctor_title_box h2 span {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  color: #999;
  display: inline-block;
  margin: 0 10px 0 15px;
}
.doctor_wrap .left_text_box .doctor_title_box h2 strong {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.7px;
  color: #fff;
  background-color: #003378;
  border-radius: 50px;
  padding: 6px 12px;
}
.doctor_wrap .left_text_box .doctor_title_box ul {
  display: flex;
}
.doctor_wrap .left_text_box .doctor_title_box ul li {
  background-color: #fff;
  border-radius: 100px;
  padding: 5px 16px;
  display: flex;
  align-items: center;
}
.doctor_wrap .left_text_box .doctor_title_box ul li:not(:last-child) {
  margin-right: 10px;
}
.doctor_wrap .left_text_box .doctor_title_box ul li img {
  margin-right: 5px;
}
.doctor_wrap .left_text_box .doctor_title_box ul li span {
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.7px;
}
.doctor_wrap .left_text_box .doctor_con_box {
  display: flex;
  margin-top: 40px;
}
.doctor_wrap .left_text_box .doctor_con_box ul:last-child {
  margin-left: 50px;
}
.doctor_wrap .left_text_box .doctor_con_box ul li {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -0.7px;
}
.doctor_wrap .left_text_box .doctor_con_box ul li.br_text {
  margin-top: 25px;
}
.doctor_wrap .right_img_box {
  padding: 30px 0;
  position: relative;
}
.doctor_wrap .right_img_box .mark_img {
  margin-right: 66px;
}
.doctor_wrap .right_img_box .doctor_img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.bna_wrap {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 130px 0;
  position: relative;
  overflow: hidden;
}
.bna_wrap .title_box {
  margin-bottom: 60px;
  text-align: center;
}
.bna_wrap .bna_swiper .swiper-slide {
  opacity: 0 !important;
}
.bna_wrap .bna_swiper .swiper-slide .bna_box {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
.bna_wrap .bna_swiper .swiper-slide .bna_box > div {
  position: relative;
}
.bna_wrap .bna_swiper .swiper-slide .bna_box > div:before {
  content: "Before";
  color: #fff;
  background-color: #003378;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0px 50px 50px 0px;
  padding: 11px 37.5px;
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
}
.bna_wrap .bna_swiper .swiper-slide .bna_box > div.after_box {
  margin-left: 30px;
}
.bna_wrap .bna_swiper .swiper-slide .bna_box > div.after_box:before {
  content: "After";
  background-color: #E55513;
}
.bna_wrap .bna_swiper .swiper-slide .link_box {
  text-align: center;
  padding: 20px 23px;
  border: 2px solid #39A636;
  border-radius: 6px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #fff;
}
.bna_wrap .bna_swiper .swiper-slide .link_box a {
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
}
.bna_wrap .bna_swiper .swiper-slide .link_box a::before {
  content: "";
  width: 34px;
  height: 34px;
  background-image: url(../img/blog_link_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
}
.bna_wrap .bna_swiper .swiper-slide .link_box a strong {
  color: #39A636;
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
}
.bna_wrap .bna_swiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.navi_wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1628px;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.navi_wrap > div {
  cursor: pointer;
}
.navi_wrap > div:hover {
  opacity: 0.8;
}

.implant_wrap {
  overflow: hidden;
}
.implant_wrap > .inner {
  padding: 150px 0;
}
.implant_wrap .title_box {
  margin-bottom: 60px;
  text-align: center;
}
.implant_wrap .implant_pagination {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 60px;
}
.implant_wrap .implant_pagination::after {
  content: "";
  display: inline-block;
  background-color: #CFCFCF;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: -1;
}
.implant_wrap .implant_pagination .swiper-pagination-bullet {
  height: 80px;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 3px solid transparent;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.7px;
  color: #B5B5B5;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: color 0.3s, border-bottom 0.3s;
  margin: 0;
}
.implant_wrap .implant_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-bottom: 3px solid #E55513;
  color: #E55513;
  font-weight: 600;
}
.implant_wrap .implant_swiper .swiper-slide {
  display: flex;
}
.implant_wrap .implant_swiper .swiper-slide .text_box {
  margin-left: 120px;
  margin-top: 41.5px;
}
.implant_wrap .implant_swiper .swiper-slide .text_box h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
}
.implant_wrap .implant_swiper .swiper-slide .text_box p {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -0.7px;
  margin: 25px 0;
}
.implant_wrap .implant_swiper .swiper-slide .text_box ul {
  display: flex;
}
.implant_wrap .implant_swiper .swiper-slide .text_box ul li {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.7px;
  color: #003378;
  color: #fff;
  background-color: #003378;
  border-radius: 50px;
  padding: 6px 16px;
}
.implant_wrap .implant_swiper .swiper-slide .text_box ul li:not(:last-child) {
  margin-right: 6px;
}
.implant_wrap .bna_wrap {
  background-image: url(../img/implant_bna_bg.png);
}
.implant_wrap .bna_wrap .title_box * {
  color: #fff;
}

.nature_wrap .top_box {
  padding: 150px 0 100px;
}
.nature_wrap .top_box .inner {
  display: flex;
  justify-content: space-between;
}
.nature_wrap .top_box .inner p {
  margin-top: 44px;
}
.nature_wrap .top_box .inner p strong {
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  margin-bottom: 15px;
  display: inline-block;
}
.nature_wrap .top_box .inner p span {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -0.7px;
}
.nature_wrap .banner_box {
  background-image: url(../img/nature_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 124px 0;
}
.nature_wrap .banner_box ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.nature_wrap .banner_box ul li {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.nature_wrap .banner_box ul li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.nature_wrap .banner_box ul li p {
  margin-top: 20px;
  font-size: 26px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.7px;
  color: #fff;
}
.nature_wrap .view_box {
  padding: 150px 0;
  overflow: hidden;
}
.nature_wrap .view_box .title_box {
  margin-bottom: 60px;
  text-align: center;
}
.nature_wrap .view_box .click_slide_wrap {
  display: flex;
  justify-content: space-between;
}
.nature_wrap .view_box .click_slide_wrap .mini_box {
  width: 20%;
  height: 580px;
  transition: width 0.2s;
  position: relative;
  background-image: url(../img/click_slide01.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  cursor: pointer;
}
.nature_wrap .view_box .click_slide_wrap .mini_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 51, 120, 0.8);
  transition: background-color 0.2s;
}
.nature_wrap .view_box .click_slide_wrap .mini_box .bg_text {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  opacity: 1;
  transition: opacity 0.2s;
}
.nature_wrap .view_box .click_slide_wrap .mini_box .bg_text p {
  font-size: 26px;
  font-weight: 600;
  line-height: 140%; /* 36.4px */
  letter-spacing: -0.7px;
  color: #fff;
}
.nature_wrap .view_box .click_slide_wrap .mini_box .bg_text p::before {
  content: "";
  width: 34px;
  height: 34px;
  background-image: url(../img/bg_text_icon.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto 15px;
}
.nature_wrap .view_box .click_slide_wrap .mini_box .text_box {
  padding: 307px 60px 50px 60px;
  width: 1000px;
  opacity: 0;
  transition: opacity 0.2s;
}
.nature_wrap .view_box .click_slide_wrap .mini_box .text_box * {
  color: #fff;
}
.nature_wrap .view_box .click_slide_wrap .mini_box .text_box p {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.nature_wrap .view_box .click_slide_wrap .mini_box .text_box span {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -0.7px;
}
.nature_wrap .view_box .click_slide_wrap .mini_box:nth-child(2) {
  background-image: url(../img/click_slide02.png);
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.nature_wrap .view_box .click_slide_wrap .mini_box:nth-child(3) {
  background-image: url(../img/click_slide03.png);
}
.nature_wrap .view_box .click_slide_wrap .mini_box.click_on {
  width: 100%;
}
.nature_wrap .view_box .click_slide_wrap .mini_box.click_on .text_box {
  opacity: 1;
}
.nature_wrap .view_box .click_slide_wrap .mini_box.click_on::before {
  background-color: transparent;
}
.nature_wrap .view_box .click_slide_wrap .mini_box.click_on .bg_text {
  opacity: 0;
}
.nature_wrap .bna_wrap {
  background-image: url(../img/nature_case_bg.png);
}

.normal_wrap .top_box {
  background-image: url(../img/normal_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 191px 0 0;
}
.normal_wrap .top_box .inner {
  display: flex;
  justify-content: space-between;
}
.normal_wrap .top_box .inner .left_text_box * {
  color: #fff;
}
.normal_wrap .top_box .inner .left_text_box .title_box {
  margin-bottom: 60px;
}
.normal_wrap .top_box .inner .left_text_box p {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -0.7px;
}
.normal_wrap .top_box .inner .left_text_box p:not(:last-child) {
  margin-bottom: 30px;
}
.normal_wrap .top_box .inner .right_img_box_wrap {
  max-width: 606px;
  width: 100%;
  height: 798px;
  overflow: hidden;
  position: relative;
}
.normal_wrap .top_box .inner .right_img_box {
  max-width: 606px;
  width: 100%;
  position: relative;
  min-height: 100%;
}
.normal_wrap .top_box .inner .right_img_box .normal_line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.normal_wrap .top_box .inner .right_img_box > div {
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}
.normal_wrap .top_box .inner .right_img_box > div * {
  color: #fff;
}
.normal_wrap .top_box .inner .right_img_box > div p {
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  margin-bottom: 8px;
}
.normal_wrap .top_box .inner .right_img_box > div span {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -0.7px;
}
.normal_wrap .top_box .inner .right_img_box > div:nth-child(odd) {
  margin-left: auto;
}
.normal_wrap .bottom_box {
  overflow: hidden;
}
.normal_wrap .bottom_box > .inner {
  padding: 150px 0;
}
.normal_wrap .bottom_box .title_box {
  margin-bottom: 60px;
  text-align: center;
}
.normal_wrap .bottom_box .normal_pagination {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 60px;
}
.normal_wrap .bottom_box .normal_pagination::after {
  content: "";
  display: inline-block;
  background-color: #CFCFCF;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: -1;
}
.normal_wrap .bottom_box .normal_pagination .swiper-pagination-bullet {
  height: 80px;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 3px solid transparent;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.7px;
  color: #B5B5B5;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: color 0.3s, border-bottom 0.3s;
  margin: 0;
}
.normal_wrap .bottom_box .normal_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-bottom: 3px solid #E55513;
  color: #E55513;
  font-weight: 600;
}
.normal_wrap .bottom_box .normal_swiper .swiper-slide {
  display: flex;
}
.normal_wrap .bottom_box .normal_swiper .swiper-slide .text_box {
  margin-left: 120px;
  margin-top: 41.5px;
}
.normal_wrap .bottom_box .normal_swiper .swiper-slide .text_box h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
}
.normal_wrap .bottom_box .normal_swiper .swiper-slide .text_box p {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -0.7px;
  margin: 25px 0;
}
.normal_wrap .bottom_box .normal_swiper .swiper-slide .text_box ul {
  display: flex;
}
.normal_wrap .bottom_box .normal_swiper .swiper-slide .text_box ul li {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.7px;
  color: #003378;
  color: #fff;
  background-color: #003378;
  border-radius: 50px;
  padding: 6px 16px;
}
.normal_wrap .bottom_box .normal_swiper .swiper-slide .text_box ul li:not(:last-child) {
  margin-right: 6px;
}

.gallery_wrap {
  overflow: hidden;
  position: relative;
}
.gallery_wrap .inner {
  position: absolute;
  left: 50%;
  bottom: 100px;
  transform: translateX(-50%);
  z-index: 4;
}
.gallery_wrap .inner .title_box {
  margin-bottom: 85px;
}
.gallery_wrap .inner .title_box * {
  color: #fff;
}
.gallery_wrap .inner .gallery_pagination {
  display: flex;
  justify-content: space-between;
}
.gallery_wrap .inner .gallery_pagination .swiper-pagination-bullet {
  width: 16.6666666667%;
  height: 46PX;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.7px;
  opacity: 0.3;
  color: #fff;
  margin: 0;
}
.gallery_wrap .inner .gallery_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.list_wrap {
  overflow: hidden;
  padding: 150px 0;
  position: relative;
}
.list_wrap .navi_wrap {
  z-index: 0;
  top: 58%;
}
.list_wrap .inner .title_box {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.list_wrap .inner .title_box h2 {
  margin-right: 20px;
  margin-top: 0;
}
.list_wrap .inner .slide_wrap {
  position: relative;
}
.list_wrap .inner .slide_wrap .list_swiper {
  margin: 0 auto;
  overflow: hidden;
}
.list_wrap .inner .slide_wrap .list_swiper .swiper-wrapper .swiper-slide {
  overflow: hidden;
  position: relative;
  z-index: 4;
}
.list_wrap .inner .slide_wrap .list_swiper .swiper-wrapper .swiper-slide img {
  border-radius: 20px 20px 0 0;
  border: 1px solid #CFCFCF;
}
.list_wrap .inner .slide_wrap .list_swiper .swiper-wrapper .swiper-slide p {
  background-color: #003378;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 20px 20px;
}

.info_wrap {
  background-color: #3F3F3F;
  padding: 100px 0 0;
}
.info_wrap .top_box .inner {
  display: flex;
  justify-content: space-between;
}
.info_wrap .top_box .inner h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  margin-bottom: 30px;
  color: #fff;
}
.info_wrap .top_box .inner small {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -0.7px;
  font-weight: 200;
  color: #fff;
  opacity: 0.7;
}
.info_wrap .top_box .inner .time_box {
  display: flex;
  flex-direction: column;
  margin-bottom: 64px;
}
.info_wrap .top_box .inner .time_box img {
  margin-bottom: 20px;
}
.info_wrap .top_box .inner .call_box p {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.info_wrap .top_box .inner .call_box p strong {
  font-size: 44px;
  color: #fff;
  font-weight: 600;
  line-height: normal;
  display: inline-block;
  margin-left: 12px;
}
.info_wrap .top_box .inner .call_box a {
  background-color: #fff;
  border: 2px solid #39A636;
  border-radius: 6px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  width: -moz-fit-content;
  width: fit-content;
}
.info_wrap .top_box .inner .call_box a img {
  margin-right: 13.5px;
}
.info_wrap .top_box .inner .call_box a strong {
  color: #39A636;
  font-weight: 600;
}
.info_wrap .top_box .inner .map_info_box {
  display: flex;
  flex-direction: column;
}
.info_wrap .top_box .inner .map_info_box h3 {
  margin-bottom: 22px;
}
.info_wrap .top_box .inner .map_info_box > span {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -0.7px;
  color: #fff;
}
.info_wrap .top_box .inner .map_info_box strong {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  background-color: #fff;
  padding: 11px 10px 11px 16px;
  border-radius: 100px;
  border: 2px solid #E55513;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 22px 0 8px;
}
.info_wrap .top_box .inner .map_info_box strong img {
  margin-right: 6px;
}
.info_wrap .top_box .inner .map_info_box strong span {
  color: #E55513;
}
.info_wrap .top_box .inner .map_info_box > img {
  margin-top: 22px;
}

footer {
  background-color: #3F3F3F;
  padding: 40.5px 0;
}
footer .inner {
  display: flex;
  justify-content: space-between;
}
footer .inner p {
  font-size: 16px;
  font-weight: 200;
  line-height: normal;
  letter-spacing: -0.7px;
  color: #fff;
  opacity: 0.5;
}

aside {
  width: 110px;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 102;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  border: 1px solid #CFCFCF;
  border-right: 0;
}
aside ul {
  width: 100%;
}
aside ul li {
  background-color: #003378;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16.5px 0;
  cursor: pointer;
  text-align: center;
}
aside ul li a p {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.7px;
  color: #fff;
  margin-top: 10px;
}
aside ul li:not(:first-child) {
  border-top: 1px solid #CFCFCF;
}
aside ul li.call_btn {
  background-color: #fff;
  padding: 12px 0;
}
aside ul li.call_btn a {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%; /* 27px */
  letter-spacing: -0.7px;
}
aside ul li.call_btn a img {
  margin-right: 5px;
}
aside ul li.top_btn {
  background-color: #484848;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.7px;
}