:root {
  --SkyBlue: #74c3f0;
  --PastelBlue: #bdcfe3;
  --Baby-Blue: #edf4fa;
  --Beige: #ede6df;
  --Gray: #b9b9b9;
  --Black: #000;
  --Dark: #333;
  --white-color: #fff;
  --Text: #44a2d8;
  --Gray-Font: #848484;
}

.title {
  font-family: Pretendard;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.subTitle {
font-family: Paperlogy;
font-size: 34px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}
.subText {
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 38.4px */
  letter-spacing: -0.5px;
}
.text {
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.5px;
}

.container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@import url(./font.css);

#main {
  width: 1920px;
  margin: 0 auto;
}
/* Section01 메인 비주얼 */
#main #section01 {
  width: 100%;
  height: 930px;
  overflow: hidden;
  background-color: #f5f3ef;
}

#main #section01 .mainVisualSwiper {
  width: 100%;
  height: 100%;
}

#main #section01 .mainVisualSwiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* 비디오 슬라이드 */
#main #section01 .swiper-slide .slide-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}

/* 이미지 슬라이드 */
#main #section01 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 오버레이 */
#main #section01 .slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

#main #section01 .overlay-content {
  text-align: center;
  color: white;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

#main #section01 .swiper-slide-active .overlay-content {
  opacity: 1;
  transform: translateY(0);
}

#main #section01 .mainVisualSwiper .swiper-slide h1 {
  color: #fff;
  font-family: "Hakgyoansim Allimjang OTF";
  font-size: 74px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 34px;
}

#main #section01 .mainVisualSwiper .swiper-slide.video-slide img {
  width: 269px;
  height: 309px;
}
#main #section01 .mainVisualSwiper .swiper-slide.image-slide01 img {
  width: 210px;
  height: 197px;
}

#main #section01 .mainVisualSwiper .swiper-slide.image-slide01 h2 {
  color: var(--Dark, #333);
  font-family: Paperlogy;
}
#main #section01 .mainVisualSwiper .swiper-slide.image-slide01 h1 {
  color: var(--Dark, #333);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  font-family: "Hakgyoansim Allimjang OTF";
  font-size: 74px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
#main #section01 .mainVisualSwiper .swiper-slide.image-slide01 h1 span {
  font-weight: 600;
  color: var(--Text);
  display: flex;
  font-family: "Paperlogy";
}
#main #section01 .mainVisualSwiper .swiper-slide.image-slide01 h1 span div {
  font-family: Paperlogy;
  margin-right: 5px;
}
#main
  #section01
  .mainVisualSwiper
  .swiper-slide.image-slide01
  .overlay-content
  div.d-flex {
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.6);
  width: 921px;
  height: 240px;
  flex-shrink: 0;
}
#main
  #section01
  .mainVisualSwiper
  .swiper-slide.image-slide01
  .overlay-content
  div.d-flex
  p {
  color: #212121;
  text-align: left;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.712px;
}
#main
  #section01
  .mainVisualSwiper
  .swiper-slide.image-slide01
  .overlay-content
  div.d-flex
  h2 {
  color: var(--Dark, #333);
  font-family: "Pretendard";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.712px;
  text-align: left;
  margin-bottom: 18px;
}
#main
  #section01
  .mainVisualSwiper
  .swiper-slide.image-slide01
  .overlay-content
  div.d-flex
  h2
  span {
  color: var(--Text);
}
#main
  #section01
  .mainVisualSwiper
  .swiper-slide.image-slide01
  .overlay-content
  div.d-flex
  h6 {
  text-align: left;
  color: var(--Dark);
    font-family: "Pretendard";
}
#main
  #section01
  .mainVisualSwiper
  .swiper-slide.image-slide01
  .overlay-content
  div.d-flex
  h6
  span {
  color: var(--Text);
    font-family: "Pretendard";
  font-weight: 700;
}

#main #section01 .mainVisualSwiper .swiper-slide.image-slide02 img {
  width: 411px;
  height: 220px;
}
#main #section01 .mainVisualSwiper .swiper-slide.image-slide02 h1 {
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  font-family: "Hakgyoansim Allimjang OTF";
  font-size: 74px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
#main #section01 .mainVisualSwiper .swiper-slide.image-slide02 h1 span {
  color: var(--Baby-Blue);
}
#main #section01 .mainVisualSwiper .swiper-slide.image-slide02 h2 {
  color: #fff;
  margin-bottom: 34px;
}

#main
  #section01
  .mainVisualSwiper
  .swiper-slide.image-slide02
  .overlay-content
  .weekend {
  border-radius: 42.5px;
  background: var(--Sky-Blue, #74c3f0);
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-shrink: 0;
  align-self: stretch;
  margin-top: 36px;
  margin-bottom: 18px;
  width: 800px;
}
#main
  #section01
  .mainVisualSwiper
  .swiper-slide.image-slide02
  .overlay-content
  .weekend
  h6 {
  color: var(--White, #fff);
  text-align: center;

  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 38.4px */
  letter-spacing: -0.5px;
  color: #fff;
  display: flex;
  gap: 14px;
  align-items: center;
}
#main
  #section01
  .mainVisualSwiper
  .swiper-slide.image-slide02
  .overlay-content
  .weekend
  h6
  label {
  display: flex;
  width: 120px;
  height: 40px;
  padding: 0 9px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #fff;
  color: var(--Sky-Blue, #74c3f0);
  text-align: center;

  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
  letter-spacing: -0.5px;
}
#main
  #section01
  .mainVisualSwiper
  .swiper-slide.image-slide02
  .overlay-content
  .week {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
#main
  #section01
  .mainVisualSwiper
  .swiper-slide.image-slide02
  .overlay-content
  .week
  p {
  display: flex;
  color: var(--Dark, #333);
  text-align: center;

  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 36px */
  letter-spacing: -0.5px;
  gap: 20px;
}
#main
  #section01
  .mainVisualSwiper
  .swiper-slide.image-slide02
  .overlay-content
  .week
  p
  label {
  display: flex;
  width: 100px;
  height: 36px;
  padding: 0 9px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  color: #fff;
  text-align: center;

  /* 03 Text */

  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: -0.5px;
  background: var(--Dark, #333);
}
/* 네비게이션 버튼 */
#main #section01 .mainVisualSwiper .swiper-button-prev,
#main #section01 .mainVisualSwiper .swiper-button-next {
  width: 76px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  z-index: 11;
}

#main #section01 .mainVisualSwiper .swiper-button-prev:after,
#main #section01 .mainVisualSwiper .swiper-button-next:after {
  font-size: 20px;
  font-weight: 700;
}

#main #section01 .mainVisualSwiper .swiper-button-prev {
  left: 60px;
  bottom: 43px;
  top: unset !important;
}
#main #section01 .mainVisualSwiper .swiper-button-prev::after {
  display: none;
}

#main #section01 .mainVisualSwiper .swiper-button-next {
  right: 60px;
  bottom: 43px;
  top: unset !important;
}
#main #section01 .mainVisualSwiper .swiper-button-next::after {
  display: none;
}
#main #section01 .custom-pagination {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 720px;
}

#main #section01 .custom-pagination ul {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
}

#main #section01 .custom-pagination li {
  display: flex;
  width: auto;
  min-width: 160px;
  padding: 10px;

  justify-content: center;
  align-items: center;
  gap: 20px;
}
#main #section01 .custom-pagination li:nth-of-type(3) {
  padding: 0;
}

#main #section01 .custom-pagination li .bullet {
  display: flex;
  width: 18px;
  height: 18px;
  padding: 0;
  align-items: center;
  gap: 10px;
  border-radius: 9px;
  border: 1.5px solid #fff;
  justify-content: center;
}
#main #section01 .custom-pagination li .bullet .dot {
  display: none;
  width: 12px;
  height: 12px;
  background: var(--white-color);
  border-radius: 100%;
}
#main #section01 .custom-pagination li.active .bullet .dot {
  display: block;
}

#main #section01 .custom-pagination li .title {
  color: var(--white-color, #fff);

  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.5px;
  white-space: nowrap;
}

/* Active 상태 */
#main #section01 .custom-pagination li.active .bullet {
  border-color: #fff;
}

/* 기존 swiper pagination 숨기기 */
#main #section01 .mainVisualSwiper .swiper-pagination {
  display: none;
}

@keyframes scrollDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(200%);
  }
}

/*********************************************************************/

#main #section02 {
  padding-top: 198px;
  padding-bottom: 240px;
  background: #f5f3ef;
}

#main #section02 h2 {
  color: var(--Dark, #333);
  text-align: center;

  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 51px */
  letter-spacing: -0.8px;
  margin-bottom: 22px;
}

#main #section02 p {
  color: var(--Dark, #333);
}

#main #section02 p span {
  color: var(--Text);
  font-weight: 700;
}
#main #section02 .col-12 {
  margin-top: 106.92px;
}

/*********************************************************************/

#main #section03 {
  position: relative;
  background-image: url(../img/mainSect03BG.png);
  background-size: 104%;
  background-position: center;
  background-repeat: no-repeat;
}

#main #section03 .career {
  background-color: transparent;
}
#main #section03 .career h1 {
  color: var(--Dark, #333);
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  /* line-height: 150%;  */
  letter-spacing: 8px;
}
#main #section03 .career > div:nth-of-type(1) span {
  color: var(--Dark, #333);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: -0.8px;
}
#main #section03 .career h6 {
  color: #212121;

  /* 03 Text */
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: -0.5px;
}
#main #section03 .career p {
  color: #212121;

  /* 03 Text */
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: -0.5px;
}
#main #section03 .career > div:nth-of-type(2) p {
  color: var(--Dark, #333);
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 190%; /* 41.8px */
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
}
#main #section03 .career > div:nth-of-type(2) p img {
  width: 39px;
  height: 32px;
}
#main #section03 .career h2 {
  color: var(--Dark, #333);
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: 0.8px;
  margin-bottom: 44px;
}
#main #section03 .career > div:nth-of-type(4) p {
  color: #212121;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 190%; /* 34.2px */
  letter-spacing: -0.8px;
}
#main #section03 .career > div:nth-of-type(4) div {
  gap: 79px;
}
#main #section03 .career > div:nth-of-type(4) div div {
  width: 271px;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}
#main #section03 .career > div:nth-of-type(4) div div:nth-of-type(3) {
  border-right: none;
}

#main #section03 .position-relative {
  border-radius: 0 0 80px 80px;
  background: #eae5df;
  left: 0;
  top: 0;
}
#main #section03 .position-relative ul {
  padding: 70px 40px;
  gap: 20px;
}
#main #section03 .position-relative ul li {
  gap: 24px;
  border-radius: 30px;
  border-right: 1px solid rgba(190, 190, 190, 0.4);
  background-color: var(
    --white-color
  ); /* background → background-color로 변경 */
  flex: 1;
  transition: all 1s; /* all → background-color */
  cursor: pointer;
}

#main #section03 .position-relative ul li:nth-of-type(1):hover {
  background-color: #f0f0f0; /* 색상만 변경 */
  background-image: url(../img/mainSect03Li01.png);
  background-size: cover;
}
#main #section03 .position-relative ul li:nth-of-type(2):hover {
  background-color: #f0f0f0; /* 색상만 변경 */
  background-image: url(../img/mainSect03Li02.png);
  background-size: cover;
}
#main #section03 .position-relative ul li:nth-of-type(3):hover {
  background-color: #f0f0f0; /* 색상만 변경 */
  background-image: url(../img/mainSect03Li03.png);
  background-size: cover;
}
#main #section03 .position-relative ul li:nth-of-type(4):hover {
  background-color: #f0f0f0; /* 색상만 변경 */
  background-image: url(../img/mainSect03Li04.png);
  background-size: cover;
}
#main #section03 .position-relative ul li:nth-of-type(5):hover {
  background-color: #f0f0f0; /* 색상만 변경 */
  background-image: url(../img/mainSect03Li05.png);
  background-size: cover;
}
#main #section03 .position-relative ul li:nth-of-type(6):hover {
  background-color: #f0f0f0; /* 색상만 변경 */
  background-image: url(../img/mainSect03Li06.png);
  background-size: cover;
}

#main #section03 .position-relative ul li:hover h2 {
  color: var(--Baby-Blue);
}
#main #section03 .position-relative ul li:hover p {
  color: var(--white-color);
}

#main #section03 .position-relative ul li div {
  height: 360px;
}
#main #section03 .position-relative ul li h2 {
  color: var(--Text, #44a2d8);
  text-align: center;
  font-family: PyeongChang;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#main #section03 .titleBox {
  position: absolute;
  top: -25%;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  display: flex;
  width: 730px;
  height: 100px;
  padding: 24px 153px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 50px 50px 0 0;
  background: #eae5df;
}

#main #section03 .container {
  width: 100%;
  padding: 0;
  padding-top: 204px;
}
/* #main #section03 .container .sectTitle {
  margin-bottom: 209px;
} */
#main #section03 .container .sectTitle p {
  color: var(--Baby-Blue);

  font-size: 20px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  margin-bottom: 28px;
}
#main #section03 .container .sectTitle p span {
  font-weight: 700;
}
#main #section03 .container .sectTitle h1 {
  color: var(--white-color);
}

/*********************************************************************/

#main #section04 {
  background-image: url(../img/mainSect04BG.png);
  height: 1380px;
}

#main #section04 .titleBox {
  padding-top: 173px;
}
#main #section04 .titleBox p.noClass {
  color: var(--Gray-Font);
font-family: 'Paperlogy';
  font-size: 20px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  margin-bottom: 38px;
}
#main #section04 .titleBox p.noClass span {
  color: var(--Gray-Font);

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#main #section04 .titleBox h2 {
  margin-bottom: 10px;
}
#main #section04 .titleBox h1 {
  margin-bottom: 70px;
}
#main #section04 .titleBox p.text {
  color: var(--Dark);
  margin-bottom: 104.67px;
}
#main #section04 .titleBox p.text span {
  font-weight: 700;
  line-height: 190%;
}
#main #section04 .bg01 {
  width: 648px;
  height: 530px;
  flex-shrink: 0;
  border-radius: 50px;
  opacity: 1;
  background: #ddd5ce;
  top: 0;
  left: 24px;
  z-index: 1;
}
#main #section04 .bg02 {
  width: 648px;
  height: 530px;
  flex-shrink: 0;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.5);
  top: 11px;
  left: 12px;
  z-index: 2;
}
#main #section04 .swiperBoxWrap {
  width: 672px;
  height: 552px;
  flex-shrink: 0;
}
#main #section04 .swiperBox {
  display: flex;
  width: 648px;
  height: 530px;
  padding: 42px 28px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  z-index: 3;
  border-radius: 40px;
  background: #fff;
}

#main #section04 .swiperBox .swiper {
  width: 100%;
}

#main #section04 .swiperBox .swiper .title {
  padding-bottom: 20px;
  border-bottom: 1px solid #bcbcbc;
  margin-bottom: 34px;
}
#main #section04 .swiperBox .swiper .title p {
}
#main #section04 .swiperBox .swiper .title p span {
  font-weight: 700;
}
#main #section04 .swiperBox .swiper .title h6 {
}
#main #section04 .swiperBox .swiper .title h6 span {
  font-weight: 700;
  color: var(--Text);
}
#main #section04 .swiperBox .swiper .image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 42px;
}
#main #section04 .swiperBox .swiper .txt p {
  text-align: center;
  margin: 0 auto;
}

#main #section04 .swiper-button-next,
.swiper-button-prev {
  color: #bcbcbc !important;
}

#main #section04 .paginationDiv ul {
  display: flex;
  margin-bottom: 52px;
}

#main #section04 .paginationDiv ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  width: 150px;
  aspect-ratio: 1/1;
}

#main #section04 .paginationDiv ul li h4 {
  color: var(--Gray-Font);
  text-align: center;
}

#main #section04 .paginationDiv ul li h2 {
  color: var(--Gray-Font);
  text-align: center;

  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 51px */
}
#main #section04 .paginationDiv ul li p {
  display: flex;
  width: 130px;
  height: 50px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #ddd5ce;
  gap: 10px;
  cursor: pointer;
}
#main #section04 .paginationDiv ul li.active p {
  background-color: var(--white-color);
}
#main #section04 .spinbox {
  position: absolute;
  top: 161.61px;
  right: 260.61px;
}

#main #section04 .spin {
  animation: spin 8s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*********************************************************************/

#main #section05 {
  background-image: url(../img/mainSect05BG.png);
  background-size: cover;
}
#main #section05 .container .w-100:nth-of-type(1) {
  padding-top: 168px;
  margin-bottom: 124px;
}

#main #section05 .titleBox p.noClass {
  color: var(--Gray-Font);
  font-family: 'Paperlogy';
  font-size: 20px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  margin-bottom: 38px;
}
#main #section05 .titleBox p.noClass span {
  color: var(--Gray-Font);

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#main #section05 .titleBox h2 {
  margin-bottom: 10px;
}
#main #section05 .titleBox h1 {
  margin-bottom: 120px;
}
#main #section05 .titleBox h4 {
  color: var(--Dark);

  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 38.4px */
  letter-spacing: -0.5px;
  margin-bottom: 40px;
}
#main #section05 .titleBox h4 span {
  color: var(--Text);
}

#main #section05 .titleBox p.text {
  color: var(--Dark);
}
#main #section05 .titleBox p.text span {
  font-weight: 700;
  line-height: 190%;
}
#main #section05 .titleImg {
  width: 648px;
  height: 620px;
}
#main #section05 .w-100:nth-of-type(2) {
  padding-bottom: 174px;
}
#main #section05 .w-100:nth-of-type(2) p.label {
  width: 240.375px;
  height: 72px;
  flex-shrink: 0;
  border-radius: 46px;
  background: var(--SkyBlue);
  color: var(--white-color);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main #section05 .w-100:nth-of-type(2) h2 {
  color: var(--Dark, #333);
  text-align: center;
}
#main #section05 .w-100:nth-of-type(2) div:nth-of-type(3) p {
  color: var(--Dark, #333);
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: -0.4px;
  opacity: 0.5;
}

/*******************************************************************/

#main #section06 {
  background-image: url(../img/mainSect06BG.png);
  background-size: 100%;
}
#main #section06 .container {
  padding-top: 145px;
}

#main #section06 .titleBox p.noClass {
  color: var(--Gray-Font);
font-family: 'Paperlogy';
  font-size: 20px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  margin-bottom: 38px;
}
#main #section06 .titleBox p.noClass span {
  color: var(--Gray-Font);

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#main #section06 .titleBox h2 {
  margin-bottom: 10px;
  color: var(--Dark);
}
#main #section06 .titleBox h1 {
  color: var(--Dark);
}
#main #section06 .titleBox p.text {
  color: var(--Dark);
}
#main #section06 .titleBox p.text span {
  font-weight: 700;
  line-height: 190%;
}

#main #section06 .swiperDiv {
  margin-top: 95.67px;
}
#main #section06 .swiperDiv .tabButtons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 62px;
}
#main #section06 .swiperDiv .tabButtons button {
  width: 300px;
  height: 76px;
  flex-shrink: 0;
  color: #333;
  background-color: var(--white-color);
  border-radius: 50px;
  border: 2px solid #fff;
  text-align: center;

  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 38.4px */
  letter-spacing: -0.5px;
}
#main #section06 .swiperDiv .tabButtons button:hover {
  background-color: var(--SkyBlue);
  color: var(--white-color);
  border-color: var(--SkyBlue);
}
#main #section06 .swiperDiv .tabButtons button.active {
  background-color: var(--SkyBlue);
  color: var(--white-color);
  border-color: var(--SkyBlue);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  font-weight: 700;
}
#main #section06 .swiperDiv .swiper-slide {
  display: flex;
  justify-content: end;
  align-items: center;
}
#main #section06 .swiperDiv .swiperContainer {
  position: relative;
  overflow: hidden;
}

#main #section06 .swiperDiv .implantSwiper {
  opacity: 0;
  transform: translateX(100%);
  transition: all 1s ease;
}

#main #section06 .swiperDiv .implantSwiper.active {
  opacity: 1;
  transform: translateX(0);
}

#main #section06 .swiperDiv .implantSwiper .swiper-slide img {
  object-fit: cover;
}

/*********************************************************************/

#main #section07 {
  background-image: url(../img/mainSect07BG.png);
  background-size: 100%;
  padding-bottom: 164.5px;
  background-repeat: no-repeat;
}
#main #section07 .container {
  padding-top: 145px;
}

#main #section07 .titleBox p.noClass {
  color: var(--Baby-Blue);
font-family: 'Paperlogy';
  font-size: 20px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  margin-bottom: 38px;
}
#main #section07 .titleBox p.noClass span {
  color: var(--Baby-Blue);

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#main #section07 .titleBox h2 {
  margin-bottom: 10px;
  color: #fff;
}
#main #section07 .titleBox h1 {
  color: var(--white-color);
}
#main #section07 .titleBox p.text {
  color: var(--white-color);
}
#main #section07 .titleBox p.text span {
  font-weight: 700;
  line-height: 190%;
}
#main #section07 .swiperDiv {
  margin-top: 95.67px;
}
#main #section07 .swiperDiv .tabButtons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 62px;
}
#main #section07 .swiperDiv .tabButtons button {
  width: 300px;
  height: 76px;
  flex-shrink: 0;
  color: #fff;
  background-color: var(--Gray-Font);
  border-radius: 50px;
  border: 2px solid #fff;
  text-align: center;

  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 38.4px */
  letter-spacing: -0.5px;
}
#main #section07 .swiperDiv .tabButtons button:hover {
  background-color: var(--white-color);
  color: var(--Dark);
  border-color: var(--SkyBlue);
}
#main #section07 .swiperDiv .tabButtons button.active {
  background-color: var(--white-color);
  color: var(--Dark);
  border-color: var(--white-color);

  font-weight: 700;
}
#main #section07 .swiperDiv .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
#main #section07 .swiperDiv .swiperContainer {
  position: relative;
  overflow: hidden;
}

#main #section07 .swiperDiv .crownSwiper {
  opacity: 0;
  transform: translateX(100%);
  transition: all 1s ease;
}

#main #section07 .swiperDiv .crownSwiper.active {
  opacity: 1;
  transform: translateX(0);
}

#main #section07 .swiperDiv .crownSwiper .swiper-slide img {
  object-fit: cover;
}

/*********************************************************/

#main #section08 {
  background-image: url(../img/mainSect08BG.png);
  background-size: 100%;
}
#main #section08 .container {
  padding-top: 142px;
  padding-bottom: 123px;
}

#main #section08 .titleBox p.noClass {
  color: var(--Gray-Font);
font-family: 'Paperlogy';
  font-size: 20px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  margin-bottom: 38px;
}
#main #section08 .titleBox p.noClass span {
  color: var(--Gray-Font);

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#main #section08 .titleBox h2 {
  margin-bottom: 10px;
  color: var(--Dark);
}
#main #section08 .titleBox h1 {
  color: var(--Dark);
  margin-bottom: 40px;
}
#main #section08 .titleBox p.text {
  color: var(--Dark);
  margin-bottom: 80px;
}
#main #section08 .titleBox p.text span {
  font-weight: 700;
  line-height: 190%;
}
#main #section08 .titleBox .box {
  display: flex;
  width: 144px;
  padding: 20px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: var(--Beige, #eae5df);
}
#main #section08 .titleBox .box p {
  color: var(--Dark);
  text-align: center;

  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  letter-spacing: -1px;
}

#main #section08 .beforeAfterContainer {
  position: relative;
  width: 660px;
  height: 450px;
  aspect-ratio: 22/15;
}

#main #section08 .beforeAfterSlider {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 100px 0 100px 0;
  user-select: none;
  cursor: grab;
}

#main #section08 .beforeAfterSlider:active {
  cursor: grabbing;
}

/* 이미지 영역 */
#main #section08 .ba-images {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 100px 0;
}

/* Before 이미지 (배경) */
#main #section08 .ba-before-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* After 이미지 (오버레이) */
#main #section08 .ba-after-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  /* clip-path는 JavaScript에서 제어 */
}

#main #section08 .ba-after-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 핸들 (드래그 버튼) */

#main #section08 .handleWrap {
  background: transparent;
  display: flex;
  width: 93px;
  height: 93px;
  padding: 7px;
  align-items: center;
  gap: 10px;
  border-radius: 46.5px;
  border: 1px solid var(--Beige, #eae5df);
  box-shadow: 6px 10px 14px 2px rgba(0, 0, 0, 0.14);
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 25;
  transition: transform 0.2s, box-shadow 0.2s;
  transform: translate(-50%, 50%);
}
#main #section08 .handleWrap .ba-handle {
  width: 78px;
  height: 79px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: ew-resize;
}

#main #section08 .handleWrap:hover {
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.4);
}

#main #section08 .ba-divider {
  position: absolute;
  width: 3px;
  height: 450px;
  background: var(--Beige);
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  pointer-events: none;
  z-index: 9;
  border-radius: 46.5px;
  border: 1px solid var(--Beige, #eae5df);
}

#main #section08 .ba-arrow-left,
#main #section08 .ba-arrow-right {
  font-size: 16px;
  color: #333;
  position: absolute;
}
#main #section08 .ba-arrow-left,
#main #section08 .ba-arrow-right img {
  width: 10px;
}

#main #section08 .ba-arrow-left {
  left: 24px;
}

#main #section08 .ba-arrow-right {
  right: 24px;
}

/********************************************************/

#main #section09 {
  background-image: url(../img/mainSect09BG.png);
  padding: 70px 0;
}
#main #section09 .wrap {
  width: 1800px;
  height: 860px;
  margin: 0 auto;

  background-color: var(--white-color);
  border-radius: 20px;
}

#main #section09 .titleBox p.noClass {
  color: var(--Gray-Font);
font-family: 'Paperlogy';
  font-size: 20px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  margin-bottom: 38px;
}
#main #section09 .titleBox p.noClass span {
  color: var(--Gray-Font);

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#main #section09 .titleBox h2 {
  margin-bottom: 10px;
  color: var(--Dark);
}
#main #section09 .titleBox h1 {
  color: var(--Dark);
  margin-bottom: 40px;
}
#main #section09 .titleBox p.text {
  color: var(--Dark);
  margin-bottom: 80px;
}
#main #section09 .titleBox p.text span {
  font-weight: 700;
  line-height: 190%;
}
#main #section09 .titleImg .position-absolute {
  left: -34px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--SkyBlue);
  width: 346px;
  height: 346px;
  flex-shrink: 0;
  border-radius: 346px;
  background: var(--Sky-Blue, #74c3f0);
  display: flex;
  align-items: center;
  justify-content: center;
}
#main #section09 .titleImg .position-absolute a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#main #section09 .titleImg .position-absolute a img {
  margin-bottom: 24px;
}
#main #section09 .titleImg .position-absolute h5 {
  margin-bottom: 27.5px;
  color: var(--white-color);
  text-align: center;

  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 38.4px */
  letter-spacing: -0.5px;
}
#main #section09 .titleImg .position-absolute button {
  width: 140px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 50px;
  background: #fff;
  color: var(--SkyBlue);
  text-align: center;

  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 36px */
  letter-spacing: -0.5px;
  border: none;
}
#main #section09 .titleImg > div {
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 1;
}

#main #section09 .titleImg > div.fade-out {
  opacity: 0;
  transform: scale(0.95);
}

#main #section09 .titleImg > div.fade-in {
  animation: fadeIn 0.5s ease forwards;
}
#main #section09 .titleImg .backagain {
  position: absolute;
  right: 22px;
  bottom: 21px;
}
#main #section09 .titleImg .backagain button {
  width: 140px;
  height: 50px;
  flex-shrink: 0;
  background-color: var(--Gray-Font);
  border-radius: 50px;
  color: var(--white-color, #fff);
  text-align: center;

  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 36px */
  letter-spacing: -0.5px;
  border: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/**********************************************************************/

#main #section10 {
  background-color: var(--white-color);
  padding: 190px 0;
}
#main #section10 .titleBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#main #section10 .titleBox p.noClass {
  color: var(--Text);
  font-family: "Paperlogy";
  font-size: 22px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  margin-bottom: 38px;
}
#main #section10 .titleBox p.noClass span {
  color: var(--Text);

  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#main #section10 .titleBox h2 {
  margin-bottom: 10px;
}
#main #section10 .titleBox h1 {
}

#main #section10 .equipmentSwiperWrapper {
  position: relative;
  margin-top: 110px;
}
#main #section10 .equipmentSwiperWrapper .container {
  margin: 0 auto;
}

#main #section10 .equipmentSwiperWrapper .swiper-slide {
  width: 300px;
  max-width: 300px;
  height: 514px;
}
#main #section10 .equipmentSwiperWrapper .swiper-slide img {
  width: 100% !important;
  height: 400px;
  margin-bottom: 25px;
}

#main #section10 .equipmentSwiperWrapper .swiper-slide .equipment-info p {
  text-align: center;
  font-family: "Paperlogy";
}
#main #section10 .equipmentSwiperWrapper .swiper-slide .equipment-info h3 {
  text-align: center;
  color: var(--Text);
  font-weight: 400;
  font-family: "Paperlogy";
}

#main #section10 .equipmentSwiperWrapper .swiper-button-prev {
  left: 101px;
  width: 130px;
}
#main #section10 .equipmentSwiperWrapper .swiper-button-prev img {
  width: 130px;
  aspect-ratio: 1/1;
}
#main #section10 .equipmentSwiperWrapper .swiper-button-next {
  right: 101px;
  width: 130px;
}
#main #section10 .equipmentSwiperWrapper .swiper-button-next img {
  width: 130px;
  aspect-ratio: 1/1;
}

#main #section10 .equipmentSwiperWrapper .swiper-button-prev::after {
  display: none;
}
#main #section10 .equipmentSwiperWrapper .swiper-button-next::after {
  display: none;
}

/************************************************************************/

#main #section11 {
  background-color: var(--Beige);
  padding-top: 202px;
  position: relative;
}
#main #section11 .container {
  padding-bottom: 178px;
}
#main #section11 .galleryMainSwiper {
  margin-bottom: 38px;
}
#main #section11 .galleryMainSwiper .swiper-slide {
  width: 100%;
  height: 580px;
  border-radius: 20px;
}
#main #section11 .galleryThumbSwiper .swiper-slide {
  height: 120px;
  border-radius: 20px;
  opacity: 0.3;
  cursor: pointer;
}
#main #section11 .galleryThumbSwiper .swiper-slide.active {
  opacity: 1;
}

#main #section11 .swiper-button-prev {
  left: 101px;
  width: 130px;
}
#main #section11 .swiper-button-prev img {
  width: 130px;
  aspect-ratio: 1/1;
}
#main #section11 .swiper-button-next {
  right: 101px;
  width: 130px;
}
#main #section11 .swiper-button-next img {
  width: 130px;
  aspect-ratio: 1/1;
}

#main #section11 .swiper-button-prev::after {
  display: none;
}
#main #section11 .swiper-button-next::after {
  display: none;
}

/*****************************************************/

#main #section12 {
  background-color: var(--Beige);
  padding: 0 0 58px 0;
}
#main #section12 .wrap {
  width: 1800px;
  background-color: var(--Dark);
  margin: 0 auto;
  padding: 100px 0 163px 0;
  border-radius: 50px;
  position: relative;
}
#main #section12 .titleBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 98px;
}

#main #section12 .titleBox p.noClass {
  color: var(--Baby-Blue);
  font-family: 'Paperlogy';
  font-size: 22px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  margin-bottom: 30px;
}
#main #section12 .titleBox p.noClass span {
  color: var(--Baby-Blue);

  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#main #section12 .titleBox h1 {
  color: var(--white-color);
}
#main #section12 .box {
  width: 1280px;
  margin: 0 auto;
  margin-bottom: 108px;
}
#main #section12 .box h2 {
  color: var(--Baby-Blue);
  font-weight: 400;
  font-family: "Paperlogy";
  margin-bottom: 22px;
}
#main #section12 .box ul {
  margin-bottom: 41px;
}
#main #section12 .box ul li p {
  color: #fff;

  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.4px;
}
#main #section12 .box ul li:first-child p span {
  letter-spacing: 6.5px;
}
#main #section12 .box ul li p span {
  letter-spacing: 3.5px;
}
#main #section12 .box ul li:last-child p span {
  letter-spacing: 6.25px;
}
#main #section12 .box ul li:last-child p {
  color: var(--Baby-Blue);
}

#main #section12 .box p {
  color: #fff;

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 32.4px */
}

#main #section12 .box .sangDam {
  margin-top: 95px;
}
#main #section12 .box .sangDam h2 {
  margin-bottom: 0;
}
#main #section12 .box .sangDam h1 {
  color: #fff;

  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.8px;
}
#main #section12 #map {
  margin-top: 36px;
}

footer {
  position: absolute;
  background-color: var(--SkyBlue);
  width: 1800px;
  bottom: 0;
  border-radius: 0 0 50px 50px;
  height: 100px;
  align-items: center;
  display: flex;
  justify-content: center;
}
footer div {
  width: 1280px;
  height: 60px;
  margin: 0 auto;
  align-items: center;
}
footer div p {
  color: #fff;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
}
footer div a p span {
  font-weight: 700;
}
footer div button {
  width: 260px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--white-color, #fff);
  color: var(--Text, #44a2d8);

  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 36px */
  letter-spacing: -0.5px;
  border: none;
}

.sidebar {
  position: fixed;
  right: 25px;
  bottom: 168px;
  /* transform: translateY(50%); */

  z-index: 10000;

  width: 72px;
  height: 495px;
}
.sidebar.small {
  bottom: 168px;
}

.sidebar.small li {
  display: none;
}

.sidebar div:nth-of-type(1) {
  position: relative;
  width: 72px;
}
.sidebar ul {
  padding-left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 35px 9px 0 9px;
  height: 403px;
  transition: all 0.75s;
  max-height: 403px;
  background-color: var(--white-color);
  border-radius: 999px;
}
.sidebar ul.hidden {
  opacity: 0;
}
.sidebar ul li p {
  color: #333;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.3px;
  margin-top: 6px;
}
.sidebar button.toggle {
  display: flex;
  width: 72px;
  height: 72px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 50px;
  background: var(--Sky-Blue, #74c3f0);
  box-shadow: 0 0 10px 0 #8fa7cb;
  border: none;
  bottom: 0;
  position: absolute;
}
.sidebar button.toggle img {
  width: 26px;
}
.sidebar button.top {
  display: flex;
  height: 72px;
  padding: 19px 26px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  aspect-ratio: 1/1;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 0 10px 0 #8fa7cb;
  border: none;
  margin-top: 20px;
}
