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

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

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

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

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 112;
  border-bottom: 1px solid #D6EDFB;
  background: #FFF;
}
header nav {
  width: 100%;
  height: 100%;
  padding: 0 95px 0 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header nav ul {
  display: flex;
  gap: 30px;
  height: 100%;
}
header nav ul li {
  height: 100%;
}
header nav ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
header nav ul li a span {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.5px;
  border-bottom: 2px solid transparent;
}
header nav ul li.list_on a span {
  font-weight: 600;
  color: #408FC5;
  border-bottom: 2px solid #408FC5;
}

.main_wrap {
  overflow: hidden;
  position: relative;
}
.main_wrap .main_swiper .swiper-slide {
  position: relative;
}
.main_wrap .main_swiper .swiper-slide .slide_title_box {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.main_wrap .main_swiper .swiper-slide .slide_title_box > p {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.main_wrap .main_swiper .swiper-slide .slide_title_box > h2 {
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.712px;
  text-shadow: 4px 4px 10px rgba(255, 255, 255, 0.5);
}
.main_wrap .main_swiper .swiper-slide .slide_title_box span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: -0.5px;
}
.main_wrap .main_swiper .swiper-slide.main_slide01 .slide_title_box p {
  margin-bottom: 28px;
}
.main_wrap .main_swiper .swiper-slide.main_slide02 .slide_title_box h2 {
  margin: 14px 0 27px;
}
.main_wrap .main_swiper .swiper-slide.main_slide02 .slide_title_box .slide_con_box {
  display: flex;
  width: 100%;
  max-width: 1124px;
  margin: 52px auto 0;
  border-radius: 171px;
  background: rgba(255, 255, 255, 0.4);
  padding: 30px 71px 42px 61px;
  background: url(../img/slide02_box.png) center/cover no-repeat;
}
.main_wrap .main_swiper .swiper-slide.main_slide02 .slide_title_box .slide_con_box img {
  width: 402px;
}
.main_wrap .main_swiper .swiper-slide.main_slide02 .slide_title_box .slide_con_box .con_text_box {
  text-align: left;
  margin-top: 34px;
}
.main_wrap .main_swiper .swiper-slide.main_slide02 .slide_title_box .slide_con_box .con_text_box p {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 54.4px */
  letter-spacing: -0.712px;
  margin-bottom: 22px;
}
.main_wrap .main_swiper .swiper-slide.main_slide03 .slide_title_box p {
  margin: 21px 0 15px;
}
.main_wrap .main_swiper .swiper-slide.main_slide03 .slide_title_box .slide_con_box {
  max-width: 975px;
  width: 100%;
  margin: 56px auto 0;
}
.main_wrap .main_pagination {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 2;
  height: 100px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #fff;
}
.main_wrap .main_pagination .swiper-pagination-bullet {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.6);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.5px;
  transition: all 0.3s;
}
.main_wrap .main_pagination .swiper-pagination-bullet:not(:last-child) {
  border-right: 1px solid white;
}
.main_wrap .main_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #022248;
  color: #fff;
}

.small_title {
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 30px;
  background: linear-gradient(90deg, var(--Sky-Blue, #408FC5) 0%, var(--Navy-blue, #022248) 100%);
  padding: 4px 25px 4px 7px;
  width: -moz-max-content;
  width: max-content;
}
.small_title small {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 190%; /* 30.4px */
  letter-spacing: -0.5px;
  color: #022248;
  background-color: #fff;
  width: 29px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.small_title span {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 190%; /* 38px */
  letter-spacing: -0.5px;
}

.title_box > small {
  display: inline-block;
  margin-bottom: 17px;
}
.title_box h2 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #022248;
}

.intro_wrap {
  padding-top: 186px;
}
.intro_wrap .inner {
  display: flex;
  justify-content: center;
  gap: 210px;
}
.intro_wrap .text_box > img {
  width: 323px;
  margin: 50px 0 67.5px;
}
.intro_wrap .text_box .intro_con {
  position: relative;
}
.intro_wrap .text_box .intro_con span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: -0.5px;
}
.intro_wrap .text_box .intro_con img {
  position: absolute;
  right: -15px;
  bottom: -10px;
}

.doctor_wrap {
  padding-top: 227px;
  background: url(../img/doctor_bg.jpg) center/cover no-repeat;
}
.doctor_wrap .title_box {
  text-align: center;
  margin-bottom: 100px;
}
.doctor_wrap .doctor_con_wrap {
  display: flex;
  position: relative;
}
.doctor_wrap .doctor_con_wrap .text_box {
  position: relative;
  z-index: 2;
}
.doctor_wrap .doctor_con_wrap .text_box h3 {
  display: flex;
  align-items: end;
  gap: 21px;
  padding-left: 360px;
}
.doctor_wrap .doctor_con_wrap .text_box h3 span {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 60px */
  letter-spacing: 10px;
}
.doctor_wrap .doctor_con_wrap .text_box h3 small {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: -0.8px;
  display: inline-block;
  margin-bottom: 5px;
}
.doctor_wrap .doctor_con_wrap .text_box ul.mark_list {
  padding-left: 360px;
  margin-top: 42px;
}
.doctor_wrap .doctor_con_wrap .text_box ul.mark_list li {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 190%; /* 41.8px */
  letter-spacing: -0.5px;
  color: #022248;
  display: flex;
  align-items: center;
  gap: 10px;
}
.doctor_wrap .doctor_con_wrap .text_box ul.mark_list li::before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
}
.doctor_wrap .doctor_con_wrap .text_box ul.mark_list li:nth-child(1):before {
  background: url(../img/mark01.png) center/cover no-repeat;
}
.doctor_wrap .doctor_con_wrap .text_box ul.mark_list li:nth-child(2):before {
  background: url(../img/mark02.png) center/cover no-repeat;
}
.doctor_wrap .doctor_con_wrap .text_box .info_list {
  display: flex;
  gap: 71px;
  border-radius: 0 140.5px 140.5px 0;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 4px 4px 40px 0 rgba(0, 0, 0, 0.14);
  padding: 50px 0 50px 360px;
  max-width: 1117px;
  width: 1117px;
  margin: 60px 0 175px;
}
.doctor_wrap .doctor_con_wrap .text_box .info_list ul li {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: -0.5px;
}
.doctor_wrap .doctor_con_wrap .img_box {
  position: absolute;
  bottom: 0;
  right: 347px;
  z-index: 1;
}

.gallery_wrap {
  padding: 155px 0 180px;
  overflow: hidden;
}
.gallery_wrap .title_box {
  text-align: center;
  margin-bottom: 70px;
}
.gallery_wrap .title_box h3 {
  font-size: 100px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: rgba(116, 195, 240, 0.1);
  margin-bottom: -40px;
  position: relative;
  z-index: -1;
}
.gallery_wrap .title_box .small_title {
  margin: 0 auto 50px;
}
.gallery_wrap .gallery_swiper {
  overflow: hidden;
  margin-bottom: 50px;
  border-radius: 275px;
  position: relative;
}
.gallery_wrap .gallery_swiper .swiper-slide {
  opacity: 0 !important;
}
.gallery_wrap .gallery_swiper .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/gallery_title_box.png) center/cover no-repeat;
  width: 400px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 45px */
}
.gallery_wrap .gallery_swiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.gallery_wrap .gallery_swiper .gallery_navi {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 60px;
  cursor: pointer;
}
.gallery_wrap .gallery_swiper .gallery_navi.gallery_next {
  transform: translateY(-50%) scaleX(-1);
  right: 0;
}
.gallery_wrap .gallery_th_swiper {
  max-width: 1075px;
  margin: 0 auto;
}
.gallery_wrap .gallery_th_swiper .swiper-slide {
  opacity: 0.3;
  cursor: pointer;
  transition: all 0.2s;
}
.gallery_wrap .gallery_th_swiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.digital_wrap {
  background: url(../img/digital_bg.png);
  background-position: top;
  background-repeat: no-repeat;
  padding: 172px 0 213px;
}
.digital_wrap .title_box {
  text-align: center;
  margin-bottom: 82px;
}
.digital_wrap ul {
  display: flex;
  justify-content: space-around;
}
.digital_wrap ul li {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 290px;
}
.digital_wrap ul li p {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: -0.712px;
  color: #408FC5;
  margin-top: 40px;
}
.digital_wrap ul li span {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  color: #989898;
}

.roll_wrap {
  background: url(../img/roll_bg.jpg) center/cover no-repeat;
  padding: 143px 0;
  display: flex;
  justify-content: space-between;
}
.roll_wrap .title_box {
  margin-left: 300px;
}
.roll_wrap .title_box * {
  color: #fff;
}
.roll_wrap .title_box .title_in path {
  fill: #fff;
}
.roll_wrap .title_box p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: -0.5px;
  margin-top: 70px;
}
.roll_wrap .roll_box {
  width: 922px;
  overflow: hidden;
}
.roll_wrap .roll_box .roll_swiper .swiper-wrapper {
  transition-timing-function: linear;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.nature_wrap {
  padding: 171px 0 202px;
  overflow: hidden;
}
.nature_wrap .title_box {
  display: flex;
  gap: 200px;
  align-items: end;
}
.nature_wrap .title_box .small_title {
  margin-bottom: 51px;
}
.nature_wrap .title_box h2 {
  margin-top: 17px;
}
.nature_wrap .title_box p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: -0.5px;
}
.nature_wrap .title_box p strong {
  color: #408FC5;
}
.nature_wrap .nature_slide_box {
  max-width: 1516px;
  width: 100%;
  margin: 50px auto 0;
  position: relative;
}
.nature_wrap .nature_slide_box .slider-container {
  max-width: 1516px;
  margin: 0 auto;
  position: relative;
}
.nature_wrap .nature_slide_box .slider-container .slider-wrapper {
  position: relative;
  min-height: 600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nature_wrap .nature_slide_box .slider-container .slider-wrapper .slide {
  position: absolute;
  top: 50%;
  width: 150px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  pointer-events: none;
  transform: translateY(-50%);
}
.nature_wrap .nature_slide_box .slider-container .slider-wrapper .slide .slide_title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.nature_wrap .nature_slide_box .slider-container .slider-wrapper .slide .slide_title * {
  color: #989898;
}
.nature_wrap .nature_slide_box .slider-container .slider-wrapper .slide .slide_title small {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.8px;
  opacity: 0.4;
}
.nature_wrap .nature_slide_box .slider-container .slider-wrapper .slide .slide_title p {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: -0.712px;
}
.nature_wrap .nature_slide_box .slider-container .slider-wrapper .slide .slide_con {
  opacity: 0;
  position: relative;
}
.nature_wrap .nature_slide_box .slider-container .slider-wrapper .slide .slide_con img {
  border: 15px solid #fff;
  border-radius: 100%;
  box-shadow: 0 4px 50px 20px rgba(64, 143, 197, 0.1);
}
.nature_wrap .nature_slide_box .slider-container .slider-wrapper .slide .slide_con .slide_con_text {
  position: absolute;
  top: 168px;
  left: 402px;
  width: 100%;
}
.nature_wrap .nature_slide_box .slider-container .slider-wrapper .slide .slide_con .slide_con_text::before {
  content: "";
  width: 600px;
  height: 377px;
  background: url(../img/blur.png) center/cover no-repeat;
  display: inline-block;
  position: absolute;
  top: 68%;
  left: 21%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.nature_wrap .nature_slide_box .slider-container .slider-wrapper .slide .slide_con .slide_con_text small {
  font-size: 140px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.8px;
  margin-bottom: 70px;
  display: inline-block;
  color: #408FC5;
  margin-left: 190px;
  position: relative;
  z-index: 3;
}
.nature_wrap .nature_slide_box .slider-container .slider-wrapper .slide .slide_con .slide_con_text p {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 51px */
  color: #408FC5;
  margin-bottom: 16px;
  position: relative;
  z-index: 3;
}
.nature_wrap .nature_slide_box .slider-container .slider-wrapper .slide .slide_con .slide_con_text span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 32.4px */
  letter-spacing: -0.5px;
  position: relative;
  z-index: 3;
}
.nature_wrap .nature_slide_box .slider-container .slider-wrapper .slide.prev {
  height: 120px;
  left: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.nature_wrap .nature_slide_box .slider-container .slider-wrapper .slide.next {
  right: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.nature_wrap .nature_slide_box .slider-container .slider-wrapper .slide.next .slide_title * {
  color: #408FC5;
}
.nature_wrap .nature_slide_box .slider-container .slider-wrapper .slide.active {
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
  z-index: 10;
  pointer-events: auto;
  width: 840px;
}
.nature_wrap .nature_slide_box .slider-container .slider-wrapper .slide.active .slide_con {
  opacity: 1;
  display: block;
  transition: all 0.3s ease-in;
}
.nature_wrap .nature_slide_box .slider-container .slider-wrapper .slide.active .slide_title {
  opacity: 0;
}
.nature_wrap .nature_slide_box .slider-container .navigation {
  position: absolute;
  max-width: 1200px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
.nature_wrap .nature_slide_box .slider-container .navigation .nav-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 20px;
  color: #0066cc;
  transition: all 0.3s ease;
}
.nature_wrap .nature_slide_box .slider-container .navigation .nav-btn.next-btn {
  transform: scaleX(-1);
}
.nature_wrap .nature_slide_box .slider-container .navigation .nav-btn.next-btn path {
  stroke: #408FC5;
}

.system_wrap {
  background: url(../img/system_bg.jpg) center/cover no-repeat;
  padding: 190px 0 182px;
}
.system_wrap .title_box {
  display: flex;
  gap: 200px;
  align-items: end;
  margin-bottom: 113px;
}
.system_wrap .title_box h2 {
  color: #408FC5;
  margin-top: 17px;
}
.system_wrap .title_box p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 190%; /* 38px */
  letter-spacing: -0.5px;
}
.system_wrap .system_con {
  display: flex;
  justify-content: space-between;
  gap: 72px;
}
.system_wrap .system_con .mini_con .bar_box {
  width: 250px;
  height: 13px;
  background-color: #fff;
  border-radius: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 60px auto 0;
}
.system_wrap .system_con .mini_con .bar_box:before {
  content: "통증강도";
  display: block;
  margin-top: -25px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: -0.4px;
  color: #666666;
}
.system_wrap .system_con .mini_con .bar_box p {
  width: 60px;
  position: absolute;
  top: calc(100% + 20px);
  border-radius: 6px;
  background-color: #246FAD;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.4s ease;
  transition-delay: 1.2s;
}
.system_wrap .system_con .mini_con .bar_box p::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #246FAD; /* 말풍선 배경색과 동일하게 */
}
.system_wrap .system_con .mini_con .bar_box .active_bar {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  background-color: #246FAD;
  display: inline-block;
  height: 100%;
  width: 0%;
  transition: width 1.2s ease;
}
.system_wrap .system_con .mini_con:nth-child(1) .bar_box p {
  left: 50%;
}
.system_wrap .system_con .mini_con:nth-child(2) .bar_box .active_bar {
  background-color: #428ACD;
}
.system_wrap .system_con .mini_con:nth-child(2) .bar_box p {
  left: 30%;
  background-color: #428ACD;
}
.system_wrap .system_con .mini_con:nth-child(2) .bar_box p::before {
  border-bottom-color: #428ACD;
}
.system_wrap .system_con .mini_con:nth-child(3) .bar_box .active_bar {
  background-color: #44A2D8;
}
.system_wrap .system_con .mini_con:nth-child(3) .bar_box p {
  left: 20%;
  background-color: #44A2D8;
}
.system_wrap .system_con .mini_con:nth-child(3) .bar_box p::before {
  border-bottom-color: #44A2D8;
}
.system_wrap .system_con .mini_con:nth-child(4) .bar_box .active_bar {
  background-color: #74C3F0;
}
.system_wrap .system_con .mini_con:nth-child(4) .bar_box p {
  left: 10%;
  background-color: #74C3F0;
}
.system_wrap .system_con .mini_con:nth-child(4) .bar_box p::before {
  border-bottom-color: #74C3F0;
}
.system_wrap .system_con .mini_con.active .bar_box p {
  opacity: 1;
}
.system_wrap .system_con .mini_con.active:nth-child(1) .bar_box .active_bar {
  width: 50%;
}
.system_wrap .system_con .mini_con.active:nth-child(2) .bar_box .active_bar {
  width: 30%;
}
.system_wrap .system_con .mini_con.active:nth-child(3) .bar_box .active_bar {
  width: 20%;
}
.system_wrap .system_con .mini_con.active:nth-child(4) .bar_box .active_bar {
  width: 10%;
}

.menu04_wrap {
  background: url(../img/menu04_wrap_bg.jpg) center/cover no-repeat;
  padding: 107px 0 195px;
}

.gum_wrap .title_box {
  text-align: center;
  margin-bottom: 80px;
}
.gum_wrap .title_box h3 {
  font-size: 100px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: rgba(64, 143, 197, 0.1);
  margin-bottom: -40px;
  position: relative;
  z-index: 2;
}
.gum_wrap .title_box .small_title {
  margin: 0 auto 50px;
  position: relative;
  z-index: 4;
}
.gum_wrap .title_box .small_title small {
  color: #022248 !important;
}
.gum_wrap .title_box .title_in {
  margin-bottom: 45px;
}
.gum_wrap .title_box .title_in path {
  fill: #fff;
}
.gum_wrap .title_box * {
  color: #fff;
}
.gum_wrap .title_box p {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.gum_wrap .title_box h2 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 13px 0 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
.gum_wrap .title_box span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 190%; /* 38px */
  letter-spacing: -0.5px;
}
.gum_wrap .title_box span strong {
  font-weight: 700;
}
.gum_wrap .gum_con_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 137px;
}
.gum_wrap .gum_con_box .img_box {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.gum_wrap .gum_con_box .img_box ul {
  position: absolute;
  z-index: 2;
  bottom: 105px;
  left: 50%;
  width: 400px;
  transform: translateX(-50%);
}
.gum_wrap .gum_con_box .img_box ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 30px;
  border: 3px solid #408FC5;
  padding: 5px 16px;
  position: relative;
}
.gum_wrap .gum_con_box .img_box ul li:not(:last-child) {
  margin-bottom: 14px;
}
.gum_wrap .gum_con_box .img_box ul li span {
  width: 325px;
  text-align: center;
  display: inline-block;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 37.5px */
  letter-spacing: -0.712px;
}
.gum_wrap .gum_con_box .img_box ul li::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../img/mark01.png) center/cover no-repeat;
}
.gum_wrap .gum_con_box .text_box {
  width: -moz-max-content;
  width: max-content;
}
.gum_wrap .gum_con_box .text_box img {
  width: 504px;
}
.gum_wrap .gum_con_box .text_box * {
  color: #fff;
}
.gum_wrap .gum_con_box .text_box p {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 40px 0 42px;
}
.gum_wrap .gum_con_box .text_box span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: -0.5px;
}

.scaling_wrap {
  margin: 108px 0 174px;
}
.scaling_wrap .con_box {
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 300px;
  background: url(../img/scaling_bg.png) center/cover no-repeat;
  padding: 90px 0 90px 240px;
  overflow: hidden;
  display: flex;
}
.scaling_wrap .con_box .title_box {
  display: flex;
  flex-direction: column;
}
.scaling_wrap .con_box .title_box span {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 45px;
  display: inline-block;
}
.scaling_wrap .con_box .title_box h2 {
  margin: 16px 0 51px;
  color: #212121;
}
.scaling_wrap .con_box .title_box p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: -0.5px;
}

.implant_wrap {
  overflow: hidden;
}
.implant_wrap .title_box {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
.implant_wrap .title_box .title_in {
  margin-bottom: 45px;
}
.implant_wrap .title_box .title_in path {
  fill: #fff;
}
.implant_wrap .title_box * {
  color: #fff;
}
.implant_wrap .title_box span {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.implant_wrap .title_box h2 {
  margin: 13px 0 50px;
}
.implant_wrap .title_box p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 190%; /* 38px */
  letter-spacing: -0.5px;
}
.implant_wrap .imaplnt_pagination {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 13px 28px;
  border-radius: 62px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.14);
  box-shadow: 4px 4px 40px 0 rgba(0, 0, 0, 0.14);
}
.implant_wrap .imaplnt_pagination .swiper-pagination-bullet {
  background-color: transparent;
  height: 62px;
  width: -moz-max-content;
  width: max-content;
  padding: 0 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 33px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 38.4px */
  letter-spacing: -0.5px;
  opacity: 1;
  margin: 0 !important;
  color: #fff;
}
.implant_wrap .imaplnt_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  color: #022248;
  font-weight: 600;
}
.implant_wrap .imaplnt_swiper {
  max-width: 1200px;
  margin: 86px auto 0;
  overflow: hidden;
}
.implant_wrap .imaplnt_swiper .swiper-slide {
  opacity: 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.implant_wrap .imaplnt_swiper .swiper-slide .text_box * {
  color: #fff;
}
.implant_wrap .imaplnt_swiper .swiper-slide .text_box h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 72px */
  letter-spacing: -0.5px;
  margin-bottom: 70px;
}
.implant_wrap .imaplnt_swiper .swiper-slide .text_box p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: -0.5px;
}
.implant_wrap .imaplnt_swiper .swiper-slide .img_box {
  width: 560px;
}
.implant_wrap .imaplnt_swiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.service_wrap {
  padding: 144px 0 158px;
  background: url(../img/sevice_bg.jpg) center/cover no-repeat;
}
.service_wrap .title_box {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 80px;
}
.service_wrap .title_box p {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 50px;
}
.service_wrap .title_box h2 {
  margin: 13px 0 30px;
  color: #212121;
}
.service_wrap .title_box span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 190%; /* 38px */
  letter-spacing: -0.5px;
}
.service_wrap .service_con {
  border-radius: 100px;
  background: #FFF;
  box-shadow: 4px 4px 40px 0 rgba(0, 0, 0, 0.14);
  display: flex;
  padding: 80px 178px 67px 163px;
  gap: 134px;
}
.service_wrap .service_con .left_box {
  margin-top: 27px;
}
.service_wrap .service_con .right_box {
  margin-bottom: 13px;
}
.service_wrap .service_con .right_box p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: -0.5px;
  margin-bottom: 11px;
}
.service_wrap .service_con .right_box p strong {
  color: #022248;
}
.service_wrap .service_con .right_box span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: -0.5px;
  color: rgba(51, 51, 51, 0.5);
}

.bg_color_wrap {
  background-color: #022248;
}

.clinic_wrap {
  padding: 124px 0 163px;
}
.clinic_wrap .title_box {
  text-align: center;
  margin-bottom: 76px;
}
.clinic_wrap .title_box .small_title {
  margin: 0 auto 50px;
}
.clinic_wrap .title_box .title_in path {
  fill: #fff;
}
.clinic_wrap .title_box h2 {
  color: #fff;
}
.clinic_wrap .clinic_con .top_box .mini_con {
  background: url(../img/clinic01.jpg) center/cover no-repeat;
  padding: 81px 66px;
}
.clinic_wrap .clinic_con .bottom_box {
  display: flex;
  justify-content: space-between;
  gap: 29px;
  margin-top: 26px;
}
.clinic_wrap .clinic_con .bottom_box .mini_con {
  padding: 41px 40px 85px;
}
.clinic_wrap .clinic_con .bottom_box .mini_con:nth-child(1) {
  background: url(../img/clinic02.jpg) center/cover no-repeat;
}
.clinic_wrap .clinic_con .bottom_box .mini_con:nth-child(2) {
  background: url(../img/clinic03.jpg) center/cover no-repeat;
}
.clinic_wrap .clinic_con .bottom_box .mini_con:nth-child(3) {
  background: url(../img/clinic04.jpg) center/cover no-repeat;
}
.clinic_wrap .clinic_con .mini_con {
  height: 300px;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
}
.clinic_wrap .clinic_con .mini_con h3 {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.clinic_wrap .clinic_con .mini_con p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: -0.5px;
  margin-top: 25px;
}
.clinic_wrap .clinic_con .mini_con ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-top: 33px;
}
.clinic_wrap .clinic_con .mini_con ul li {
  background-color: #022248;
  border-radius: 22.5px;
  padding: 0 19px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: -0.5px;
}

.info_wrap .bg_inner {
  max-width: 1800px;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  margin: 0 auto;
  padding: 116px 0 62px;
}
.info_wrap .title_box {
  text-align: center;
  margin-bottom: 70px;
}
.info_wrap .title_box .small_title {
  margin: 0 auto 50px;
}
.info_wrap .call_box {
  background-color: #022248;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 33px;
}
.info_wrap .call_box p {
  display: flex;
  align-items: center;
  gap: 34px;
}
.info_wrap .call_box p * {
  color: #fff;
}
.info_wrap .call_box p span {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.info_wrap .call_box p strong {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.8px;
}
.info_wrap .call_box a {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #009833;
  border-radius: 10px;
  border: 1px solid #FFF;
  padding: 12px 28px;
}
.info_wrap .call_box a span {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  color: #fff;
}
.info_wrap .map_box {
  margin-top: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.info_wrap .info_box {
  display: flex;
  gap: 212px;
  margin-top: 62px;
}
.info_wrap .info_box h3 {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #022248;
}
.info_wrap .info_box span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: -0.5px;
}
.info_wrap .info_box .left_box ul {
  margin: 32px 0 41px;
  width: 425px;
}
.info_wrap .info_box .left_box ul li {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.info_wrap .info_box .left_box ul li span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 240%; /* 48px */
  letter-spacing: -0.5px;
  display: inline-block;
  width: 105px;
  position: relative;
  z-index: 3;
}
.info_wrap .info_box .left_box ul li p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 240%; /* 48px */
  letter-spacing: -0.5px;
  position: relative;
  z-index: 3;
}
.info_wrap .info_box .left_box ul li p strong {
  color: #022248;
  font-weight: 700;
}
.info_wrap .info_box .left_box ul li small {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.8px;
  background-color: #022248;
  color: #fff;
  padding: 3px 16px;
  border-radius: 6px;
  display: inline-block;
  margin-left: 14px;
  position: relative;
  z-index: 3;
}
.info_wrap .info_box .left_box ul li::before {
  content: "";
  display: inline-block;
  width: 460px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
.info_wrap .info_box .left_box ul li:nth-child(2)::before {
  background-color: #D5EEFF;
}
.info_wrap .info_box .left_box ul li:nth-child(3) small {
  background-color: #F0EFEB;
  color: #022248;
}
.info_wrap .info_box .left_box ul li:nth-child(3)::before {
  background-color: #FFD7D7;
}
.info_wrap .info_box .left_box > span {
  display: flex;
  align-items: center;
}
.info_wrap .info_box .left_box > span:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  background-color: #212121;
  border-radius: 100%;
  margin: 0 10px;
}
.info_wrap .info_box .right_box h3 {
  margin-bottom: 22px;
}
.info_wrap .info_box .right_box p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 19px;
}
.info_wrap .info_box .right_box p strong {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.8px;
  color: #D96060;
}
.info_wrap .info_box .right_box > div:last-child {
  margin-top: 32px;
}
.info_wrap .info_box .right_box > div:last-child span {
  display: flex;
  align-items: center;
}
.info_wrap .info_box .right_box > div:last-child span:nth-of-type(1) {
  color: #022248;
  font-weight: 700;
}
.info_wrap .info_box .right_box > div:last-child span:before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #022248;
  border-radius: 100%;
  margin: 0 10px;
}
.info_wrap .info_box .right_box > div:last-child span:last-child::before {
  background-color: transparent;
}

footer {
  background-color: #022248;
  border-radius: 10px;
  max-width: 1600px;
  padding: 20px 160px;
  margin: 65px auto 0;
}
footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .inner .left_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 45px;
}
footer .inner .left_box ul li {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 25.2px */
  color: #fff;
}
footer .inner .link_box {
  background-color: #fff;
  border-radius: 10px;
}
footer .inner .link_box a {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 67px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 36px */
  letter-spacing: -0.5px;
  color: #022248;
}

aside {
  position: fixed;
  bottom: 38px;
  right: 31px;
  z-index: 112;
}
aside div:not(:last-child) {
  margin-bottom: 20px;
}
aside .quick_box {
  background-color: #fff;
  border-radius: 100px;
  padding: 39px 0;
  width: 80px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  /* display: none; */
}
aside .quick_box ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
aside .quick_box ul li {
  width: 100%;
}
aside .quick_box ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
aside .quick_box ul li a span {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.7px;
  color: #022248;
}
aside .btn_box {
  width: 80px;
  height: 80px;
  background-color: #022248;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}