@charset "UTF-8";
/* main-color */
/* media-query */
/* ---------------sticky-button START--------------- */
.sticky-btns {
  position: sticky;
  top: 72px;
  z-index: 95;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.sticky-btns li .tab-button {
  width: 24.8rem;
  height: 7rem;
  border-radius: 3.5rem;
  box-sizing: border-box;
  border: 1px solid rgb(241, 241, 241);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: color 0.3s, border-color 0.3s, box-shadow 0.3s, font-weight 0.1s;
}
.sticky-btns li .tab-button.active {
  font-weight: 900;
  color: #1cb3f5;
  border-color: #1cb3f5;
  box-shadow: 0px 3px 12.5px 0px rgba(28, 179, 245, 0.36);
}

@media screen and (min-width: 1024px) {
  .sticky-btns li .tab-button:hover {
    font-weight: 900;
    color: #1cb3f5;
    border-color: #1cb3f5;
    box-shadow: 0px 3px 12.5px 0px rgba(28, 179, 245, 0.36);
  }
  .sticky-btns:has(.tab-button:hover) li .tab-button.active:not(:hover) {
    font-weight: 400;
    color: #282828;
    border-color: rgb(241, 241, 241);
    box-shadow: 0px 3px 12.5px 0px rgba(28, 179, 245, 0);
  }
}
@media screen and (max-width: 991px) {
  .sticky-btns {
    width: 95% !important;
    gap: 10px;
  }
  .sticky-btns li {
    flex: 1;
  }
  .sticky-btns li .tab-button {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sticky-btns {
    gap: 8px;
    top: 57px;
  }
}
@media screen and (max-width: 450px) {
  .sticky-btns {
    gap: 6px;
  }
  .sticky-btns li .tab-button {
    font-size: 13.5px;
    height: 5.5rem;
  }
}
/* ---------------sticky-button END--------------- */
/* ---------------swiper-control START--------------- */
.swiper-control {
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 0.8rem;
}
.swiper-control button {
  position: unset;
  color: #fff;
  width: unset;
  height: unset;
  padding: 0;
  margin: 0;
  font-weight: 900;
  font-size: 1.2rem;
  width: 2.6rem;
  height: 2.6rem;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  line-height: 1;
}
.swiper-control button.swiper-button-prev::after {
  content: none;
}
.swiper-control button.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.swiper-control button.swiper-button-next::after {
  content: none;
}
.swiper-control button.swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.swiper-control .swiper-pagination {
  font-weight: 900;
  font-size: 1.2rem;
  color: #fff;
  position: unset;
  width: unset;
  display: inline-block;
  border-radius: 1.3rem;
  background-color: rgba(0, 0, 0, 0.2);
  width: 6.4rem;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.15em;
}
.swiper-control.manual-swiper-control {
  bottom: 3%;
  right: 3%;
}
.swiper-control.interior-swiper-control {
  bottom: 3%;
  right: 2.2%;
}

@media screen and (max-width: 767px) {
  .swiper-control {
    gap: 0.5rem;
  }
  .swiper-control button {
    font-size: 10.5px;
  }
  .swiper-control .swiper-pagination {
    width: auto;
    font-size: 10.5px;
    letter-spacing: 0.05em;
    padding: 0 8px;
  }
  .swiper-control.main-swiper-control {
    bottom: 27.5%;
  }
  .swiper-control.interior-swiper-control {
    bottom: 6px;
    right: 6px;
  }
}
/* ---------------swiper-control END--------------- */
/* ---------------main-visual START--------------- */
.main-visual .iframe-wrap {
  position: relative;
  height: calc(var(--vh, 1vh) * 100 - 72px);
  height: calc(100dvh - 72px);
  overflow: hidden;
}
.main-visual .iframe-wrap .iframe-inner {
  width: 100%;
  height: 100%;
}
.main-visual .iframe-wrap .main-swiper {
  position: absolute;
  inset: 0;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .bg {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 1.5s;
  transform: scale(1.3);
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-top {
  overflow: hidden;
  margin: 0 0 3rem;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-top > span {
  opacity: 0;
  transition: opacity 1s ease 0.25s;
  color: #fff;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-top.animate span {
  opacity: 1;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-center {
  overflow: hidden;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-center h2 {
  font-size: 4.5rem;
  letter-spacing: -0.05em;
  transform: translateY(110%);
  filter: blur(20px);
  transition: transform 1s ease 0.2s, filter 1s ease 0.2s;
  line-height: 1.25;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-center.animate h2 {
  transform: translateY(0%);
  filter: blur(0px);
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-line {
  margin: 2rem auto 2.3rem;
  background-color: #fff;
  width: 0rem;
  height: 1px;
  transition: width 0.5s ease 0.5s;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-line.animate {
  width: 20px;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-bottom {
  overflow: hidden;
  margin: 0 0 3rem;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-bottom p {
  font-weight: 300;
  letter-spacing: -0.05em;
  transform: translateY(-110%);
  filter: blur(20px);
  transition: transform 1s ease 0.2s, filter 1s ease 0.2s;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-bottom.animate p {
  transform: translateY(0%);
  filter: blur(0px);
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .swiper-control {
  position: unset;
  transform: unset;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .swiper-control .slider-count {
  font-weight: 900;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 1.3rem;
  background-color: rgba(0, 0, 0, 0.2);
  width: 6.4rem;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide.slide1 .bg {
  background-image: url("../img/main_banner1.png");
}
@media screen and (max-width: 767px) {
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide.slide1 .bg {
    background-position: 49% 50%;
  }
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide.slide2 .bg {
  background-image: url("../img/main_banner2.png");
}
@media screen and (max-width: 1279px) {
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide.slide2 .bg {
    background-position: 30% 50%;
  }
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide.slide3 .bg {
  background-image: url("../img/main_banner3.png");
}
.main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .bg {
  transform: scale(1);
}

@media screen and (max-width: 767px) {
  .main-visual .iframe-wrap {
    height: calc(var(--vh, 1vh) * 100 - 56px);
    height: calc(100dvh - 56px);
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text {
    width: calc(100% - 40px);
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-center h2 {
    font-size: 3.6rem;
    line-height: 1.3;
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .slide-text-bottom p {
    font-size: 13.5px;
  }
  .main-visual .iframe-wrap .main-swiper .swiper-wrapper .swiper-slide .slide-text .swiper-control .slider-count {
    font-size: 10.5px;
    width: auto;
    padding: 0 12.5px;
    letter-spacing: -0.05em;
  }
}
/* ---------------main-visual END--------------- */
/* ---------------subject-section START--------------- */
.subject-section .subject-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 1.7rem;
       column-gap: 1.7rem;
  row-gap: 2rem;
}
.subject-section .subject-wrap .subject {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.subject-section .subject-wrap .subject::after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
  inset: 0;
}
.subject-section .subject-wrap .subject img {
  transition: transform 0.35s ease-in-out;
}
.subject-section .subject-wrap .subject .name {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(1);
  bottom: 7.5%;
  width: 45%;
  display: flex;
  justify-content: center;
  border-radius: 2.2rem;
  background-color: #1cb3f5;
  color: #fff;
  height: 4.5rem;
  z-index: 2;
  line-height: 4.75rem;
  font-weight: 700;
  transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out, bottom 0.35s ease-in-out, transform 0.35s ease-in-out;
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .subject-section .subject-wrap .subject:hover img {
    transform: scale(1.06);
  }
  .subject-section .subject-wrap .subject:hover .name {
    color: #1cb3f5;
    background-color: #fff;
    bottom: 37.5%;
    transform: translateX(-50%) scale(1.1);
  }
  .subject-section .subject-wrap .subject:hover::after {
    opacity: 1;
  }
}

@media screen and (max-width: 991px) {
  .subject-section .subject-wrap {
    justify-content: center;
    grid-template-columns: repeat(2, minmax(0, 388px));
  }
}
@media screen and (max-width: 767px) {
  .subject-section .subject-wrap {
    row-gap: 12px;
    grid-template-columns: repeat(1, minmax(0, 388px));
  }
  .subject-section .subject-wrap .subject .name {
    font-size: 16px;
  }
}
/* ---------------subject-section END--------------- */
/* ---------------doctor-section START--------------- */
#doctor-section .box-wrap {
  display: flex;
  align-items: center;
  gap: 4.2rem;
}
#doctor-section .box-wrap .doctor {
  flex: 3.93;
}
#doctor-section .box-wrap .doctor .badge {
  padding: 2.5rem 3.5rem;
  background-color: #003a8f;
}
#doctor-section .box-wrap .doctor .badge .mini-title {
  color: #ffd800;
  letter-spacing: -0.03em;
  font-weight: 900;
}
#doctor-section .box-wrap .doctor .badge .name {
  color: #fff;
  font-size: 3rem;
  padding: 0.5rem 0 0;
}
#doctor-section .box-wrap .profile {
  flex: 6.07;
}
#doctor-section .box-wrap .profile li {
  position: relative;
  padding-left: 1.2rem;
  line-height: 1.65;
  white-space: nowrap;
}
#doctor-section .box-wrap .profile li::before {
  content: "·";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1279px) {
  #doctor-section .box-wrap .profile li {
    white-space: unset;
  }
}
@media screen and (max-width: 991px) {
  #doctor-section .box-wrap {
    flex-direction: column;
  }
  #doctor-section .box-wrap .profile {
    max-width: 455px;
  }
  #doctor-section .box-wrap .profile li {
    line-height: 1.75;
  }
}
/* ---------------doctor-section END--------------- */
/* ---------------location-section START--------------- */
#location-section .box-wrap {
  display: flex;
  align-items: center;
  gap: 3.9%;
}
#location-section .box-wrap .map {
  flex: 5.24;
  height: 64.3rem;
}
#location-section .box-wrap .map iframe {
  width: 100%;
  height: 100%;
  filter: blur(3px);
  opacity: 0;
  clip-path: circle(0% at 50% 50%);
  transition: all 1s ease-in-out;
}
#location-section .box-wrap .map img {
  filter: blur(3px);
  opacity: 0;
  clip-path: circle(0% at 50% 50%);
  transition: all 1s ease-in-out;
}
#location-section .box-wrap .map.animate iframe {
  opacity: 1;
  filter: blur(0px);
  clip-path: circle(100% at 50% 50%);
}
#location-section .box-wrap .map.animate img {
  opacity: 1;
  filter: blur(0px);
  clip-path: circle(100% at 50% 50%);
}
#location-section .box-wrap .information {
  flex: 4.76;
}
#location-section .box-wrap .information .info-logo {
  padding: 0 0 4rem 0;
}
#location-section .box-wrap .information .info-logo img {
  width: 231px;
}
#location-section .box-wrap .information .info-wrap .info {
  display: flex;
  align-items: center;
  gap: 5rem;
  padding: 4rem 0;
  border-top: 1px solid rgba(204, 204, 204, 0.25);
}
#location-section .box-wrap .information .info-wrap .info h3 {
  font-weight: 800;
  font-size: 2.5rem;
  letter-spacing: -0.03em;
}
#location-section .box-wrap .information .info-wrap .info .time-table-wrap .time-table {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#location-section .box-wrap .information .info-wrap .info .time-table-wrap .time-table li {
  display: flex;
}
#location-section .box-wrap .information .info-wrap .info .time-table-wrap .time-table li .day {
  display: inline-block;
  width: 13rem;
}
#location-section .box-wrap .information .info-wrap .info .time-table-wrap .info-notice {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 2rem 0 0;
}
#location-section .box-wrap .information .info-wrap .info .time-table-wrap .info-notice li {
  font-size: 15px;
}
#location-section .box-wrap .information .info-wrap .info .tel-number {
  font-weight: 800;
  font-size: 2.4rem;
}
#location-section .box-wrap .information .info-wrap .info.clinic-hours {
  align-items: flex-start;
}
#location-section .box-wrap .information .info-wrap .info.tel {
  padding-bottom: 0;
}

@media screen and (max-width: 1023px) {
  #location-section .box-wrap {
    flex-direction: column;
    gap: 50px;
    width: 80%;
  }
  #location-section .box-wrap .map {
    flex: unset;
    width: 100%;
    height: 85vw;
  }
  #location-section .box-wrap .information {
    flex: unset;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #location-section .box-wrap {
    width: 90%;
    gap: 40px;
  }
  #location-section .box-wrap .information .info-logo img {
    width: 210px;
  }
  #location-section .box-wrap .information .info-wrap .info .address-info-text {
    font-size: 17px;
  }
  #location-section .box-wrap .information .info-wrap .info .time-table-wrap .time-table li {
    font-size: 17px;
  }
  #location-section .box-wrap .information .info-wrap .info .tel-number {
    font-size: 25px;
  }
}
@media screen and (max-width: 450px) {
  #location-section .box-wrap .information .info-logo {
    display: flex;
    justify-content: center;
  }
  #location-section .box-wrap .information .info-logo img {
    width: 200px;
  }
  #location-section .box-wrap .information .info-wrap .info {
    gap: 3rem;
    flex-direction: column;
  }
  #location-section .box-wrap .information .info-wrap .info .address-info-text {
    font-size: 16px;
    text-align: center;
  }
  #location-section .box-wrap .information .info-wrap .info .time-table-wrap .time-table li {
    font-size: 16px;
  }
  #location-section .box-wrap .information .info-wrap .info .time-table-wrap .time-table li .day {
    width: 16rem;
  }
  #location-section .box-wrap .information .info-wrap .info .time-table-wrap .info-notice {
    padding: 3rem 0 0;
  }
  #location-section .box-wrap .information .info-wrap .info .time-table-wrap .info-notice li {
    font-size: 14px;
  }
  #location-section .box-wrap .information .info-wrap .info .tel-number {
    font-size: 24px;
  }
  #location-section .box-wrap .information .info-wrap .info.clinic-hours {
    align-items: center;
  }
}
/* ---------------location-section END--------------- */
/* ---------------checkup-section START--------------- */
#checkup-section .checkup-wrap {
  margin: -3.5rem 0 0;
}
#checkup-section .checkup-wrap .maxwidth .checkup {
  display: none;
}
#checkup-section .checkup-wrap .maxwidth .checkup.active {
  display: block;
}
#checkup-section .checkup-wrap .maxwidth .checkup .title {
  text-align: center;
  padding: 2rem 0 0;
  opacity: 0;
  filter: blur(3px);
  transform: translateY(3rem);
  transition: all 1s;
}
#checkup-section .checkup-wrap .maxwidth .checkup .title h3 {
  font-size: 40px;
}
#checkup-section .checkup-wrap .maxwidth .checkup .title .sub-title {
  font-size: 22px;
  padding: 3.5rem 0;
}
#checkup-section .checkup-wrap .maxwidth .checkup .title .sub-title .underline {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #666;
  text-decoration-thickness: 1px;
}
#checkup-section .checkup-wrap .maxwidth .checkup .title p {
  padding: 0 0 5rem 0;
  font-size: 18px;
}
#checkup-section .checkup-wrap .maxwidth .checkup .title.animate {
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0rem);
}
#checkup-section .checkup-wrap .maxwidth .checkup .figure {
  opacity: 0;
  transition: opacity 1s 0.2s;
}
#checkup-section .checkup-wrap .maxwidth .checkup .figure.animate {
  opacity: 1;
}
#checkup-section .checkup-wrap .maxwidth .checkup .checkup-list {
  padding: 50px 0;
  display: flex;
  justify-content: center;
}
#checkup-section .checkup-wrap .maxwidth .checkup .checkup-list li {
  flex: 1;
  text-align: center;
  padding: 1.2rem 0;
  opacity: 0;
  transform: translateY(2.5rem);
  transition-property: transform, opacity;
  transition-duration: 1s, 1s;
}
#checkup-section .checkup-wrap .maxwidth .checkup .checkup-list li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#checkup-section .checkup-wrap .maxwidth .checkup .checkup-list li h5 {
  font-size: 22px;
  font-weight: 800;
  padding: 3.5rem 0 3rem;
}
#checkup-section .checkup-wrap .maxwidth .checkup .checkup-list li .text {
  font-size: 18px;
}
#checkup-section .checkup-wrap .maxwidth .checkup .checkup-list li:not(:last-child) {
  border-right: 1px solid rgb(235, 235, 235);
}
#checkup-section .checkup-wrap .maxwidth .checkup .checkup-list li:nth-child(1) {
  transition-delay: 0.4s;
}
#checkup-section .checkup-wrap .maxwidth .checkup .checkup-list li:nth-child(2) {
  transition-delay: 0.5s;
}
#checkup-section .checkup-wrap .maxwidth .checkup .checkup-list li:nth-child(3) {
  transition-delay: 0.6s;
}
#checkup-section .checkup-wrap .maxwidth .checkup .checkup-list li:nth-child(4) {
  transition-delay: 0.7s;
}
#checkup-section .checkup-wrap .maxwidth .checkup .checkup-list li:nth-child(5) {
  transition-delay: 0.8s;
}
#checkup-section .checkup-wrap .maxwidth .checkup .checkup-list.checkup-list1 li .icon {
  height: 64px;
}
#checkup-section .checkup-wrap .maxwidth .checkup .checkup-list.checkup-list2 li .icon {
  height: 66px;
}
#checkup-section .checkup-wrap .maxwidth .checkup .checkup-list.animate li {
  opacity: 1;
  transform: translateY(0rem);
}
#checkup-section .checkup-wrap .maxwidth .checkup .box-wrap {
  display: flex;
  gap: 2.2rem;
  padding: 3rem 0 8rem;
  opacity: 0;
  transform: translateY(3rem);
  transition-property: opacity, transform;
  transition-duration: 1s, 1s;
  transition-delay: 0.3s, 0.3s;
}
#checkup-section .checkup-wrap .maxwidth .checkup .box-wrap.animate {
  opacity: 1;
  transform: translateY(0rem);
}
#checkup-section .checkup-wrap .maxwidth .checkup .box-wrap .box {
  flex: 1;
}
#checkup-section .checkup-wrap .maxwidth .checkup .box-wrap .box .text-box {
  padding: 0 16px;
  text-align: center;
  height: 325px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#checkup-section .checkup-wrap .maxwidth .checkup .box-wrap .box .text-box .question {
  font-size: 25px;
  padding: 0 0 3rem 0;
}
#checkup-section .checkup-wrap .maxwidth .checkup .box-wrap .box .text-box .question .underline {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #1cb3f5;
  text-decoration-thickness: 1px;
}
#checkup-section .checkup-wrap .maxwidth .checkup .box-wrap .box .text-box .desc {
  font-size: 18px;
}
#checkup-section .checkup-wrap .maxwidth .checkup .type-box {
  padding: 5rem 0;
  display: flex;
  opacity: 0;
  transform: translateY(3rem);
  transition-property: opacity, transform;
  transition-duration: 1s, 1s;
  transition-delay: 0.4s, 0.4s;
}
#checkup-section .checkup-wrap .maxwidth .checkup .type-box.animate {
  opacity: 1;
  transform: translateY(0rem);
}
#checkup-section .checkup-wrap .maxwidth .checkup .type-box .type {
  flex: 1;
  text-align: center;
  padding: 3rem 2.5rem;
}
#checkup-section .checkup-wrap .maxwidth .checkup .type-box .type h4 {
  font-size: 25px;
  padding: 0 0 2.5rem 0;
}
#checkup-section .checkup-wrap .maxwidth .checkup .type-box .type .desc {
  font-size: 18px;
  line-height: 1.6;
}
#checkup-section .checkup-wrap .maxwidth .checkup .type-box .type:nth-child(1) {
  border-right: 1px solid rgb(238, 238, 238);
}
#checkup-section .checkup-wrap .maxwidth .checkup .notice-box {
  display: flex;
  gap: 10px;
  opacity: 0;
  transform: translateY(3rem);
  transition-property: opacity, transform;
  transition-duration: 1s, 1s;
  transition-delay: 0.6s, 0.6s;
}
#checkup-section .checkup-wrap .maxwidth .checkup .notice-box.animate {
  opacity: 1;
  transform: translateY(0rem);
}
#checkup-section .checkup-wrap .maxwidth .checkup .notice-box .notice {
  flex: 1;
  text-align: center;
  padding: 4.5rem 2.5rem;
  border-top: 1px solid #1cb3f5;
}
#checkup-section .checkup-wrap .maxwidth .checkup .notice-box .notice h3 {
  padding: 0 0 2.5rem 0;
  font-weight: 800;
  font-size: 25px;
}
#checkup-section .checkup-wrap .maxwidth .checkup .notice-box .notice .notice-list li {
  line-height: 1.6;
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding: 0 0 5px 1.2rem;
}
#checkup-section .checkup-wrap .maxwidth .checkup .notice-box .notice .notice-list li::before {
  content: "·";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1279px) {
  #checkup-section .checkup-wrap .maxwidth .checkup .checkup-list li .text {
    text-wrap: balance;
    font-size: 17px;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .checkup-list li .text br {
    display: none;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .box-wrap .box .text-box {
    padding: 5rem 2.5rem;
    height: auto;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .box-wrap .box .text-box .desc {
    text-wrap: balance;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .box-wrap .box .text-box .desc br {
    display: none;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .type-box .type .desc {
    text-wrap: balance;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .type-box .type .desc br {
    display: none;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .notice-box .notice .notice-list li {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  #checkup-section .checkup-btns {
    -moz-column-gap: 6px;
         column-gap: 6px;
    row-gap: 4px;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .title .sub-title {
    line-height: 1.5;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .title p {
    text-wrap: balance;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .title p br {
    display: none;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .checkup-list {
    flex-wrap: wrap;
    row-gap: 3rem;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .checkup-list li {
    flex: unset;
    width: 33%;
    padding: 0;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .checkup-list li h5 {
    padding: 2.5rem 0 2rem;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .checkup-list li:not(:last-child) {
    border-right: none;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .box-wrap {
    flex-direction: column;
    gap: 40px;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .box-wrap .box .img-box img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .box-wrap .box .text-box {
    padding: 7rem 3rem;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .type-box {
    flex-direction: column;
    padding: 3rem 0;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .type-box .type {
    padding: 4rem 0;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .type-box .type .desc br {
    display: block;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .type-box .type:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid rgb(238, 238, 238);
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .notice-box {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  #checkup-section .checkup-btns {
    flex-wrap: wrap;
  }
  #checkup-section .checkup-btns li {
    flex: unset;
    width: calc(50% - 6px);
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .title h3 {
    font-size: 35px;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .title .sub-title {
    font-size: 20px;
    text-wrap: balance;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .title p {
    font-size: 16px;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .checkup-list {
    row-gap: 4rem;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .checkup-list li {
    width: 50%;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .checkup-list li h5 {
    font-size: 20px;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .checkup-list li .text {
    font-size: 16px;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .checkup-list.checkup-list1 li .icon {
    height: 51px;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .checkup-list.checkup-list1 li .icon img {
    transform: scale(0.8);
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .checkup-list.checkup-list2 li .icon {
    height: 53px;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .checkup-list.checkup-list2 li .icon img {
    transform: scale(0.8);
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .box-wrap .box .text-box .question {
    font-size: 23px;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .box-wrap .box .text-box .desc {
    font-size: 16px;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .type-box .type h4 {
    font-size: 23px;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .type-box .type .desc {
    font-size: 16px;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .notice-box .notice h3 {
    font-size: 23px;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .notice-box .notice .notice-list li {
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  #checkup-section .checkup-wrap {
    margin: -2.75rem 0 0;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .title h3 {
    font-size: 29px;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .title .sub-title {
    font-size: 18px;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .title p {
    font-size: 15px;
    line-height: 1.7;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .checkup-list li h5 {
    font-size: 18px;
    padding: 2.5rem 0 1.5rem;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .checkup-list li .text {
    font-size: 14px;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .checkup-list.checkup-list1 li .icon {
    height: 45px;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .checkup-list.checkup-list1 li .icon img {
    transform: scale(0.7);
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .checkup-list.checkup-list2 li .icon {
    height: 53px;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .checkup-list.checkup-list2 li .icon img {
    transform: scale(0.8);
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .box-wrap .box .text-box .desc {
    font-size: 15px;
    line-height: 1.7;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .type-box .type .desc {
    font-size: 15px;
    line-height: 1.7;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .type-box .type .desc .brl450 {
    display: none;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .notice-box .notice h3 {
    font-size: 21px;
  }
  #checkup-section .checkup-wrap .maxwidth .checkup .notice-box .notice .notice-list li {
    text-align: left;
    font-size: 15px;
    line-height: 1.7;
    padding: 0 0 7px 12px;
  }
}
/* ---------------checkup-section END--------------- */
/* ---------------endoscopy-section START--------------- */
#endoscopy-section .maxwidth .merit-list {
  display: flex;
}
#endoscopy-section .maxwidth .merit-list li {
  text-align: center;
  flex: 1;
  padding: 2.4rem 0;
}
#endoscopy-section .maxwidth .merit-list li .icon {
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#endoscopy-section .maxwidth .merit-list li .text-box h3 {
  font-size: 25px;
  padding: 4rem 0 3.5rem;
}
#endoscopy-section .maxwidth .merit-list li .text-box p {
  font-size: 18px;
}
#endoscopy-section .maxwidth .merit-list li:not(:last-child) {
  border-right: 1px solid rgb(204, 204, 204);
}
#endoscopy-section .endoscopy-swiper-wrap {
  margin: -3.5rem 0 0;
}
#endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper {
  overflow: hidden;
}
#endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide {
  display: flex;
}
#endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide .figure {
  flex: 1;
}
#endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide .text-box {
  display: flex;
  align-items: center;
  flex: 1;
  background-color: #fff;
}
#endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide .text-box .inner {
  padding: 7.5% 5% 7.5% 7.5%;
  transition-delay: 0.5s;
}
#endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide .text-box .inner h3 {
  font-size: 30px;
}
#endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide .text-box .inner .sub-title {
  font-size: 22px;
  padding: 3rem 0;
}
#endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide .text-box .inner .sub-title .underline {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #666;
  text-decoration-thickness: 1px;
}
#endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide .text-box .inner p {
  font-size: 18px;
}
#endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide .text-box .inner .info-box {
  margin: 3rem 0 0;
  border-radius: 6rem;
  background-color: #f8f8f8;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}
#endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide .text-box .inner .info-box .circle-name {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-align: center;
  font-size: 17px;
  width: 10.6rem;
  height: 10.6rem;
  border-radius: 50%;
}
@media screen and (max-width: 1279px) {
  #endoscopy-section > .maxwidth {
    width: 100%;
  }
  #endoscopy-section > .maxwidth .merit-list li .icon {
    height: 57px;
  }
  #endoscopy-section > .maxwidth .merit-list li .icon img {
    transform: scale(0.9);
  }
  #endoscopy-section > .maxwidth .merit-list li .text-box h3 {
    font-size: 23px;
  }
  #endoscopy-section > .maxwidth .merit-list li .text-box p {
    font-size: 16px;
  }
  #endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper {
    width: 95%;
  }
  #endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide .figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide .text-box .inner .sub-title {
    text-wrap: balance;
  }
  #endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide .text-box .inner .sub-title br {
    display: none;
  }
  #endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide .text-box .inner p {
    text-wrap: balance;
  }
  #endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide .text-box .inner p br {
    display: none;
  }
  #endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide .text-box .inner .info-box {
    flex-direction: column;
    padding: 20px 0;
  }
  #endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide .text-box .inner .info-box .info-desc {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  #endoscopy-section > .maxwidth {
    width: 90%;
  }
  #endoscopy-section > .maxwidth .merit-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #endoscopy-section > .maxwidth .merit-list li .text-box h3 {
    line-height: 1.5;
  }
  #endoscopy-section > .maxwidth .merit-list li:not(:last-child) {
    border-right: none;
  }
  #endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide {
    flex-direction: column-reverse;
  }
  #endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide .figure img {
    height: auto;
    width: 100%;
  }
  #endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide .text-box .inner {
    text-align: center;
    padding: 7.5rem 4rem;
    clip-path: inset(0 0 100% 0);
  }
  #endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide .text-box .inner .sub-title {
    line-height: 1.5;
  }
  #endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide .text-box .inner .info-box {
    margin: 4rem 0 0;
  }
  #endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide.animate .text-box .inner {
    clip-path: inset(0 0 0 0);
  }
}
@media screen and (max-width: 767px) {
  #endoscopy-section > .maxwidth .merit-list {
    grid-template-columns: 1fr;
    row-gap: 7rem;
  }
  #endoscopy-section > .maxwidth .merit-list li {
    position: relative;
    padding: 0;
    transition-delay: 0.1s;
  }
  #endoscopy-section > .maxwidth .merit-list li .text-box h3 {
    padding: 3rem 0 2.5rem;
  }
  #endoscopy-section > .maxwidth .merit-list li .text-box p {
    line-height: 1.6;
  }
  #endoscopy-section > .maxwidth .merit-list li:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    background-color: rgb(204, 204, 204);
    width: 100%;
    height: 1px;
    bottom: -3.5rem;
    max-width: 550px;
    left: 50%;
    transform: translateX(-50%);
  }
  #endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide .text-box .inner h3 {
    font-size: 27px;
  }
  #endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide .text-box .inner .sub-title {
    font-size: 20px;
  }
  #endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide .text-box .inner p {
    font-size: 16px;
  }
  #endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide .text-box .inner .info-box {
    gap: 15px;
  }
  #endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide .text-box .inner .info-box .circle-name {
    font-size: 15px;
  }
  #endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide .text-box .inner .info-box .info-desc {
    font-size: 15px;
  }
}
@media screen and (max-width: 450px) {
  #endoscopy-section > .maxwidth .merit-list li .icon {
    height: 46.5px;
  }
  #endoscopy-section > .maxwidth .merit-list li .icon img {
    transform: scale(0.75);
  }
  #endoscopy-section > .maxwidth .merit-list li .text-box h3 {
    font-size: 20px;
  }
  #endoscopy-section > .maxwidth .merit-list li .text-box p {
    font-size: 14px;
  }
  #endoscopy-section > .maxwidth .merit-list li:not(:last-child)::after {
    width: 80%;
  }
  #endoscopy-section .endoscopy-swiper-wrap {
    margin: -2.75rem 0 0;
  }
  #endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide .text-box .inner {
    padding: 6rem 2.5rem 5rem;
  }
  #endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide .text-box .inner h3 {
    font-size: 26px;
  }
  #endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide .text-box .inner .sub-title {
    font-size: 19px;
  }
  #endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide .text-box .inner p {
    font-size: 15px;
  }
  #endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide .text-box .inner .info-box {
    padding: 20px 15px;
  }
  #endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide .text-box .inner .info-box .circle-name {
    font-size: 14px;
  }
  #endoscopy-section .endoscopy-swiper-wrap .endoscopy-swiper .swiper-wrapper .swiper-slide .text-box .inner .info-box .info-desc {
    font-size: 14px;
  }
}
/* ---------------endoscopy-section END--------------- */
/* ---------------ultrasound-section START--------------- */
#ultrasound-section .box-wrap {
  display: flex;
  background-image: url("../img/ultrasound_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  gap: 4.5%;
  padding: 4% 2.5% 0 7.5%;
}
#ultrasound-section .box-wrap .text-box {
  padding: 4.5rem 0 0;
}
#ultrasound-section .box-wrap .text-box h3 {
  font-size: 3rem;
}
#ultrasound-section .box-wrap .text-box p {
  padding: 20px 0 35px;
}
#ultrasound-section .box-wrap .text-box ul {
  display: flex;
  gap: 10px;
}
#ultrasound-section .box-wrap .text-box ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-direction: column;
  background-color: #fff;
  width: 12.3rem;
  height: 14.5rem;
}
#ultrasound-section .box-wrap .text-box ul li .icon {
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#ultrasound-section .box-wrap .text-box ul li .text {
  font-weight: 800;
  color: #1cb3f5;
  display: block;
  margin: 1.4rem 0 0;
}
@media screen and (max-width: 1279px) {
  #ultrasound-section .box-wrap {
    gap: 3%;
    padding: 5% 2.5% 0 5%;
  }
  #ultrasound-section .box-wrap .text-box ul li {
    width: 10.5rem;
  }
  #ultrasound-section .box-wrap .text-box ul li .icon {
    height: 58px;
  }
  #ultrasound-section .box-wrap .text-box ul li .icon img {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 1023px) {
  #ultrasound-section .box-wrap {
    flex-direction: column;
    align-items: center;
    padding: 0 5%;
    gap: 8rem;
  }
  #ultrasound-section .box-wrap .text-box {
    text-align: center;
    padding: 8rem 0 0;
  }
  #ultrasound-section .box-wrap .text-box ul {
    gap: 20px;
    justify-content: center;
  }
  #ultrasound-section .box-wrap .text-box ul li {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  #ultrasound-section .box-wrap {
    padding: 0 20px;
  }
  #ultrasound-section .box-wrap .text-box {
    width: 100%;
  }
  #ultrasound-section .box-wrap .text-box ul {
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
  }
  #ultrasound-section .box-wrap .text-box ul li {
    width: 100px;
  }
  #ultrasound-section .box-wrap .text-box ul li .icon {
    height: 45px;
  }
  #ultrasound-section .box-wrap .text-box ul li .icon img {
    transform: scale(0.7);
  }
  #ultrasound-section .box-wrap .figure {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #ultrasound-section .box-wrap .figure img {
    width: 80%;
  }
}
@media screen and (max-width: 450px) {
  #ultrasound-section .box-wrap {
    padding: 0 15px;
    gap: 5rem;
  }
  #ultrasound-section .box-wrap .text-box p {
    text-wrap: balance;
  }
  #ultrasound-section .box-wrap .text-box p br {
    display: none;
  }
}
/* ---------------ultrasound-section END--------------- */
/* ---------------chronic-section STARt--------------- */
#chronic-section .maxwidth2 .box-wrap {
  display: flex;
}
#chronic-section .maxwidth2 .box-wrap .figure {
  flex: 1;
}
#chronic-section .maxwidth2 .box-wrap .text-box {
  display: flex;
  align-items: center;
  flex: 1;
}
#chronic-section .maxwidth2 .box-wrap .text-box .inner {
  padding: 3.2rem 2rem 3.2rem 3.2rem;
}
#chronic-section .maxwidth2 .box-wrap .text-box .inner h3 {
  font-size: 3rem;
}
#chronic-section .maxwidth2 .box-wrap .text-box .inner p {
  font-weight: 300;
  padding: 20px 0 25px;
}
#chronic-section .maxwidth2 .box-wrap .text-box .inner .disease-box .title {
  width: 17.3rem;
  height: 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#chronic-section .maxwidth2 .box-wrap .text-box .inner .disease-box .disease-list {
  padding: 10px 10px;
  background-color: #f9f9f9;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

@media screen and (max-width: 1279px) {
  #chronic-section .maxwidth2 .box-wrap .figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #chronic-section .maxwidth2 .box-wrap .text-box .inner p {
    text-wrap: balance;
  }
  #chronic-section .maxwidth2 .box-wrap .text-box .inner p br {
    display: none;
  }
  #chronic-section .maxwidth2 .box-wrap .text-box .inner .disease-box .disease-list {
    text-wrap: balance;
  }
  #chronic-section .maxwidth2 .box-wrap .text-box .inner .disease-box .disease-list br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #chronic-section .maxwidth2 .box-wrap {
    flex-direction: column;
  }
  #chronic-section .maxwidth2 .box-wrap .figure img {
    height: auto;
    width: 100%;
  }
  #chronic-section .maxwidth2 .box-wrap .text-box .inner .disease-box .disease-list {
    padding: 15px 10px;
  }
}
/* ---------------chronic-section END--------------- */
/* ---------------wellbeing-section START--------------- */
#wellbeing-section {
  background-image: url("../img/wellbeing_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#wellbeing-section .maxwidth .circle-wrap {
  display: flex;
  justify-content: center;
}
#wellbeing-section .maxwidth .circle-wrap .circle {
  position: relative;
  width: 33.3333333333%;
  aspect-ratio: 1;
  background-color: #1cb3f5;
  border-radius: 50%;
  margin: 0 -20px;
  width: 451px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#wellbeing-section .maxwidth .circle-wrap .circle:nth-child(1) {
  z-index: 4;
}
#wellbeing-section .maxwidth .circle-wrap .circle:nth-child(2) {
  z-index: 3;
}
#wellbeing-section .maxwidth .circle-wrap .circle:nth-child(3) {
  z-index: 2;
}
#wellbeing-section .maxwidth .circle-wrap .circle .inner {
  text-align: center;
}
#wellbeing-section .maxwidth .circle-wrap .circle .inner h3 {
  font-size: 25px;
  font-weight: 900;
}
#wellbeing-section .maxwidth .circle-wrap .circle .inner p {
  font-size: 21px;
  padding: 15px 0 0;
}
#wellbeing-section .maxwidth .circle-wrap .circle:not(:last-child)::after {
  content: "+";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  color: #28b0ed;
  width: 70px;
  height: 70px;
  font-size: 50px;
  right: -20px;
  z-index: 2;
  transform: scale(0);
  transition: transform 1s 1s;
}
#wellbeing-section .maxwidth .circle-wrap .circle.animate:not(:last-child)::after {
  transform: scale(1);
}
#wellbeing-section .maxwidth .box-wrap {
  display: flex;
  gap: 20px;
  padding: 7rem 0 0;
}
#wellbeing-section .maxwidth .box-wrap .box {
  flex: 1;
}
#wellbeing-section .maxwidth .box-wrap .box .text-box {
  background-color: #f9f9f9;
  text-align: center;
  padding: 9% 7%;
}
#wellbeing-section .maxwidth .box-wrap .box .text-box h3 {
  font-weight: 800;
  font-size: 2.5rem;
}
#wellbeing-section .maxwidth .box-wrap .box .text-box p {
  padding: 2rem 0 3rem;
  text-wrap: balance;
}
#wellbeing-section .maxwidth .box-wrap .box .text-box p br {
  display: none;
}
#wellbeing-section .maxwidth .box-wrap .box .text-box .sap-info {
  border-radius: 6rem;
  height: 12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#wellbeing-section .maxwidth .box-wrap .box .text-box .vaccine-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
}
#wellbeing-section .maxwidth .box-wrap .box .text-box .vaccine-list li {
  border-radius: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 5rem;
}

@media screen and (max-width: 1279px) {
  #wellbeing-section .maxwidth .circle-wrap .circle .inner h3 {
    font-size: 23px;
  }
  #wellbeing-section .maxwidth .circle-wrap .circle .inner p {
    font-size: 17px;
  }
  #wellbeing-section .maxwidth .circle-wrap .circle:not(:last-child)::after {
    width: 50px;
    height: 50px;
    font-size: 36px;
    right: -5px;
  }
  #wellbeing-section .maxwidth .box-wrap .box .text-box .sap-info {
    text-wrap: balance;
  }
  #wellbeing-section .maxwidth .box-wrap .box .text-box .sap-info br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #wellbeing-section .maxwidth .circle-wrap {
    flex-direction: column;
    align-items: center;
  }
  #wellbeing-section .maxwidth .circle-wrap .circle {
    width: 330px;
    margin: -15px 0;
  }
  #wellbeing-section .maxwidth .circle-wrap .circle:not(:last-child)::after {
    right: unset;
    bottom: -5px;
    font-size: 40px;
  }
  #wellbeing-section .maxwidth .box-wrap {
    flex-direction: column;
    gap: 50px;
  }
  #wellbeing-section .maxwidth .box-wrap .box .figure img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #wellbeing-section .maxwidth .box-wrap .box .text-box .sap-info {
    padding: 10px 20px;
  }
  #wellbeing-section .maxwidth .box-wrap .box .text-box .sap-info br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #wellbeing-section .maxwidth .box-wrap {
    gap: 40px;
  }
  #wellbeing-section .maxwidth .box-wrap .box .text-box {
    padding: 8% 6%;
  }
}
@media screen and (max-width: 450px) {
  #wellbeing-section .maxwidth .circle-wrap .circle {
    width: 250px;
    height: 250px;
  }
  #wellbeing-section .maxwidth .circle-wrap .circle .inner h3 {
    font-size: 20px;
  }
  #wellbeing-section .maxwidth .circle-wrap .circle .inner p {
    font-size: 15px;
  }
  #wellbeing-section .maxwidth .circle-wrap .circle:not(:last-child)::after {
    width: 40px;
    height: 40px;
    font-size: 30px;
  }
}
/* ---------------wellbeing-section END--------------- */
/* ---------------equipment-section START--------------- */
#equipment-section .inner-box {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  width: 97.5%;
}
#equipment-section .inner-box .equip-swiper {
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
#equipment-section .inner-box .equip-swiper .swiper-wrapper .swiper-slide .text-box {
  padding: 3rem 0 0 2rem;
}
#equipment-section .inner-box .equip-swiper .swiper-wrapper .swiper-slide .text-box h3 {
  font-size: 2.2rem;
  color: #1cb3f5;
  line-height: 1.35;
  padding: 0 0 2rem 0;
}
#equipment-section .inner-box .equip-swiper .swiper-wrapper .swiper-slide .text-box h3 b {
  font-weight: 900;
  font-size: 2.5rem;
}
#equipment-section .inner-box .equip-swiper .swiper-wrapper .swiper-slide .text-box p {
  font-size: 15px;
}
#equipment-section .inner-box .equip-swiper .mo-equip-swiper-pagination {
  display: none;
}
#equipment-section .inner-box button {
  position: absolute;
  top: 40%;
  z-index: 1;
  transform: translateY(-50%);
}
#equipment-section .inner-box button.equip-swiper-prev {
  left: 0;
}
#equipment-section .inner-box button.equip-swiper-next {
  right: 0;
}

@media screen and (max-width: 1279px) {
  #equipment-section .inner-box button {
    top: 32.5%;
  }
}
@media screen and (max-width: 767px) {
  #equipment-section {
    padding-bottom: 0;
  }
  #equipment-section .inner-box {
    width: 95%;
  }
  #equipment-section .inner-box .equip-swiper {
    width: 85%;
  }
  #equipment-section .inner-box .equip-swiper .swiper-wrapper .swiper-slide .figure img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #equipment-section .inner-box .equip-swiper .swiper-wrapper .swiper-slide .text-box {
    text-align: center;
  }
  #equipment-section .inner-box .equip-swiper .swiper-wrapper .swiper-slide .text-box h3 {
    font-size: 22px;
  }
  #equipment-section .inner-box .equip-swiper .swiper-wrapper .swiper-slide .text-box h3 b {
    font-size: 25px;
  }
  #equipment-section .inner-box .equip-swiper .swiper-wrapper .swiper-slide .text-box p {
    text-wrap: balance;
    line-height: 1.7;
    padding: 0 0 40px;
  }
  #equipment-section .inner-box .equip-swiper .mo-equip-swiper-pagination {
    position: absolute;
    bottom: unset;
    top: 10px;
    right: 10px;
    color: #fff;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 54px;
    height: 22px;
    display: flex;
    line-height: 23px;
    justify-content: center;
    letter-spacing: 0;
    left: unset;
    z-index: 2;
    width: 44px;
    font-size: 12px;
    font-weight: 700;
  }
  #equipment-section .inner-box button {
    width: 20px;
    top: 27.5%;
  }
}
@media screen and (max-width: 450px) {
  #equipment-section .inner-box .equip-swiper .swiper-wrapper .swiper-slide .text-box h3 {
    font-size: 21px;
  }
  #equipment-section .inner-box .equip-swiper .swiper-wrapper .swiper-slide .text-box h3 b {
    font-size: 24px;
  }
  #equipment-section .inner-box .equip-swiper .swiper-wrapper .swiper-slide .text-box p {
    font-size: 14px;
  }
  #equipment-section .inner-box .equip-swiper .mo-equip-swiper-pagination {
    font-size: 10.5px;
    width: 36px;
    height: 20px;
    line-height: 21px;
  }
  #equipment-section .inner-box button {
    top: 17.5%;
    width: 16px;
  }
}
/* ---------------equipment-section END--------------- */
/* ---------------interior-section START--------------- */
.interior-section .interior-swiper {
  position: relative;
  overflow: hidden;
}
.interior-section .thumb-btn {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.6rem;
  margin: 1.6rem 0 0;
}
.interior-section .thumb-btn li {
  position: relative;
}
.interior-section .thumb-btn li button {
  opacity: 0.75;
  filter: grayscale(0.35);
  transition: opacity 0.3s, filter 0.3s, transform 0.3s;
}
.interior-section .thumb-btn li button img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .interior-section .thumb-btn li button:hover {
    opacity: 1;
    filter: grayscale(0);
  }
}
.interior-section .thumb-btn li.active button {
  opacity: 1;
  filter: grayscale(0);
  transform: scale(1.05);
}

@media screen and (max-width: 991px) {
  .interior-section .thumb-btn {
    margin: 10px 0 0;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .interior-section .thumb-btn {
    margin: 5px 0 0;
    -moz-column-gap: 6px;
         column-gap: 6px;
    row-gap: 4px;
  }
}
/* ---------------interior-section END--------------- *//*# sourceMappingURL=main.css.map */