@charset "UTF-8";
/* ================================================= */
/* 1. 폰트 가중치 Map 및 기본 변수 정의 (핵심 유틸리티) */
/* ================================================= */
/* ============================================== */
/* 2. 타이포그래피 스타일 Map 정의 (디자인 시스템) */
/* ============================================== */
/* ================================================= */
/* 2-1. 반응형 size Map (PC 대비 size만 오버라이드) */
/* ================================================= */
/* ============================================= */
/* 3. 공용 유틸: 레벨별 size 조회 (브레이크포인트) */
/* ============================================= */
/* ============================================= */
/* 4. 범용 믹스인: @include body-1-1 형태로 사용 */
/* - 핵심: selector 컨텍스트(&)로 미디어를 함께 출력 */
/* ============================================= */
/* ============================================= */
/* 5. 레벨별 믹스인: 최종 사용 형태 유지 */
/* ============================================= */
/* ========================================== */
/* 6. 클래스 자동 생성(선택): 기존 형태 유지 */
/* ========================================== */
.display-1 {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 72px;
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 40px;
  }
}

.title-1 {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 48px;
}
@media (max-width: 1024px) {
  .title-1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .title-1 {
    font-size: 32px;
  }
}

.title-2 {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 40px;
}
@media (max-width: 1024px) {
  .title-2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .title-2 {
    font-size: 28px;
  }
}

.title-3 {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 32px;
}
@media (max-width: 1024px) {
  .title-3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .title-3 {
    font-size: 24px;
  }
}

.title-4 {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 1024px) {
  .title-4 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .title-4 {
    font-size: 20px;
  }
}

.body-1-1 {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 1024px) {
  .body-1-1 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .body-1-1 {
    font-size: 20px;
  }
}

.body-1-2 {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 24px;
}
@media (max-width: 1024px) {
  .body-1-2 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .body-1-2 {
    font-size: 20px;
  }
}

.body-2-1 {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .body-2-1 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .body-2-1 {
    font-size: 18px;
  }
}

.body-2-2 {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .body-2-2 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .body-2-2 {
    font-size: 18px;
  }
}

.body-3-1 {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .body-3-1 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .body-3-1 {
    font-size: 16px;
  }
}

.body-3-2 {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .body-3-2 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .body-3-2 {
    font-size: 16px;
  }
}

#header {
  position: fixed;
  top: 0;
}
#header.menu-on h1 a, #header.all h1 a {
  background-image: url("../../../assets/images/logo-header.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#header.menu-on nav a, #header.all nav a {
  color: var(--color-darken);
}
#header.all {
  background-color: var(--color-white);
}
#header.all .btn-menu div {
  background: var(--color-darken);
}
#header.scroll {
  background-color: var(--color-white);
}
#header.scroll h1 a {
  background-image: url("../../../assets/images/logo-header.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#header.scroll nav a {
  color: var(--color-darken);
}
#header.scroll .btn-menu div {
  background: var(--color-darken);
}
#header h1 a {
  background-image: url("../../../assets/images/main/logo-header-white.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#header nav a {
  color: var(--color-white);
}
#header .btn-menu div {
  background: var(--color-white);
}

#footer .dropdown_list {
  z-index: 150;
}

/*==============================*/
/*==============================*/
.popup-zone {
  width: 100%;
  height: 100vh;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  background: rgba(0, 0, 0, 0.8);
}
.popup-zone .popup-top {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 16px;
}
.popup-zone .popup-top h2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-transform: uppercase;
}
.popup-zone .popup-top h2 img {
  width: 54px;
  flex-shrink: 0;
}
.popup-zone .popup-top h2 span {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: var(--color-white);
}
@media (max-width: 1024px) {
  .popup-zone .popup-top h2 span {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .popup-zone .popup-top h2 span {
    font-size: 28px;
  }
}
.popup-zone .popup-top span {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: var(--color-primary);
}
@media (max-width: 1024px) {
  .popup-zone .popup-top span {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .popup-zone .popup-top span {
    font-size: 28px;
  }
}
.popup-zone .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.popup-zone .swiper .swiper-slide {
  width: 366px;
  height: 366px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-zone .swiper .swiper-slide a {
  width: 366px;
  height: 366px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.popup-zone .swiper .swiper-slide a img {
  display: block;
  width: 100%;
  height: 366px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.popup-zone .swiper-btn button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  border: 1px solid var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-zone .swiper-btn button .icon {
  width: 24px;
  height: 24px;
  opacity: 0.8;
  filter: var(--filter-white);
}
.popup-zone .swiper-btn .prev {
  top: 50%;
  left: 25px;
}
.popup-zone .swiper-btn .prev .icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/icon/icon-arrow-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.popup-zone .swiper-btn .next {
  top: 50%;
  right: -25px;
}
.popup-zone .swiper-btn .next .icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/icon/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: brightness(0) saturate(100%) invert(95%) sepia(100%) saturate(0%) hue-rotate(103deg) brightness(104%) contrast(105%);
}
.popup-zone .popup-zone-inner {
  width: 100%;
  max-width: 1326px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 74px;
}
.popup-zone .popup-zone-btnwrap {
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  margin-top: 16px;
}
.popup-zone .popup-zone-btnwrap .total-count {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: var(--color-white);
}
@media (max-width: 1024px) {
  .popup-zone .popup-zone-btnwrap .total-count {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .popup-zone .popup-zone-btnwrap .total-count {
    font-size: 16px;
  }
}
.popup-zone .popup-zone-btnwrap .control label {
  padding-left: 30px;
}
.popup-zone .popup-zone-btnwrap .control label:before {
  background: transparent;
  border: 1px solid var(--color-white);
  border-radius: 4px;
}
.popup-zone .popup-zone-btnwrap .control label:after {
  width: 24px;
  height: 24px;
  background-image: url("../../../assets/images/icon/icon-check.svg");
  background-position: center;
  background-repeat: no-repeat;
  filter: var(--filter-white);
}
.popup-zone .popup-zone-btnwrap .checkbox input:checked + label::before {
  background: var(--color-secondary);
  border-color: var(--color-secondary);
}
.popup-zone .popup-zone-btnwrap .checkbox {
  margin-left: auto;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: var(--color-white);
}
@media (max-width: 1024px) {
  .popup-zone .popup-zone-btnwrap .checkbox {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .popup-zone .popup-zone-btnwrap .checkbox {
    font-size: 16px;
  }
}
.popup-zone .popup-zone-btnwrap .btn-close {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
}
.popup-zone .popup-zone-btnwrap .btn-close .icon {
  width: 24px;
  height: 24px;
}

/*==============================*/
/*==============================*/
.section {
  padding: 120px 0;
}

.section-title {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: var(--color-darken);
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .section-title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .section-title {
    font-size: 32px;
  }
}
.section-title + .section-sub-title {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: var(--gray-11);
  text-align: center;
}
@media (max-width: 1024px) {
  .section-title + .section-sub-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .section-title + .section-sub-title {
    font-size: 20px;
  }
}

/*==============================*/
/*==============================*/
.section1 {
  padding: 0;
}
.section1 .container {
  padding: 0;
  height: 100vh;
  max-height: 1080px;
  position: relative;
}
.section1 .bg-img img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.section1 .bg-img video {
  width: 100%;
  height: 100vh;
  max-height: 1080px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section1 .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section1 .text-box h2 {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: var(--color-white);
  text-align: center;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
@media (max-width: 1024px) {
  .section1 .text-box h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .section1 .text-box h2 {
    font-size: 28px;
  }
}
.section1 .text-box div {
  display: flex;
  align-items: center;
  gap: 16px;
}
.section1 .text-box div img {
  flex-shrink: 0;
  width: 98px;
  -o-object-fit: contain;
     object-fit: contain;
}
.section1 .text-box div span {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 72px;
  color: var(--color-white);
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
@media (max-width: 1024px) {
  .section1 .text-box div span {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .section1 .text-box div span {
    font-size: 40px;
  }
}
.section1 .controller-box {
  position: absolute;
  left: 60px;
  bottom: 51px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 10px;
  width: 50%;
  max-width: 600px;
}
.section1 .controller-box .btn-wrap {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.section1 .controller-box .vbtn {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.section1 .controller-box .vprogress {
  position: relative;
  width: 600px; /* 원하는 고정 width */
  height: 24px;
  display: grid;
  align-items: center;
}
.section1 .controller-box .vprogress .bar {
  position: absolute;
  inset: 50% 0 auto 0;
  transform: translateY(-50%);
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  overflow: hidden;
}
.section1 .controller-box .vprogress .fill {
  display: block;
  height: 100%;
  width: 0%;
  background: rgba(255, 255, 255, 0.9);
  transition: width 120ms linear; /* 채워지는 느낌 */
}
.section1 .controller-box .vprogress input[type=range] {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 24px;
  background: transparent;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  margin: 0;
  cursor: pointer;
}
.section1 .controller-box .vprogress input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.section1 .controller-box .vprogress input[type=range]::-webkit-slider-runnable-track {
  height: 4px;
  background: transparent;
}
.section1 .floating-box {
  position: absolute;
  right: 60px;
  bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
  border-radius: 10px;
  background: linear-gradient(112deg, rgba(255, 255, 255, 0.4) 8.14%, rgba(255, 255, 255, 0.2) 95.69%);
  -webkit-backdrop-filter: blur(27.5px);
          backdrop-filter: blur(27.5px);
}
.section1 .floating-box img {
  -o-object-fit: cover;
     object-fit: cover;
}

.section2 {
  background-color: var(--primary-bg-2);
  position: relative;
}
.section2 .container {
  position: relative;
  z-index: 1;
}
.section2 .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 46.5px;
  margin-top: 80px;
}
.section2 .box a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.section2 .box a:hover .img::before, .section2 .box a:hover .img::after {
  opacity: 1;
}
.section2 .box a:hover .img-box img {
  filter: none;
}
.section2 .box a:hover p {
  color: var(--primary-deep-active);
}
.section2 .box a .img {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 2px solid var(--secondary-normal);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.section2 .box a .img::before {
  content: "";
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 10px solid var(--primary-normal-active);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0;
}
.section2 .box a .img::after {
  content: "";
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 10px solid var(--primary-light);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
}
.section2 .box a .img-box {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.section2 .box a .img-box img {
  filter: grayscale(100%) saturate(0.9);
}
.section2 .box a p {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: var(--color-darken);
  text-align: center;
}
@media (max-width: 1024px) {
  .section2 .box a p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .section2 .box a p {
    font-size: 20px;
  }
}
.section2 .bg-box img {
  position: absolute;
  z-index: 0;
}
.section2 .bg-box .bg-img1 {
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section2 .bg-box .bg-img2 {
  top: 202px;
  left: 92px;
}
.section2 .bg-box .bg-img3 {
  top: 165px;
  right: 347px;
}

.vertical-text span {
  color: var(--primary-bg-2);
  font-family: "Y Universe";
  font-size: 98px;
  font-weight: 700;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.section3 {
  position: relative;
}
.section3 .container {
  padding: 0;
}
.section3 .container.swiper-cont {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.section3 .swiper {
  max-width: 1246px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}
.section3 .swiper-slide {
  width: auto;
  border: 1px solid var(--gray-7);
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background-color: var(--color-white);
  transform: scale(0.9);
  transition: all 0.4s ease;
}
.section3 .swiper-slide.swiper-slide-active {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  border: 1px solid var(--primary-normal-hover);
  transform: scale(1.06);
}
.section3 .swiper-slide .namebox {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.section3 .swiper-slide .namebox h3 {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: var(--primary-deep-hover);
}
@media (max-width: 1024px) {
  .section3 .swiper-slide .namebox h3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .section3 .swiper-slide .namebox h3 {
    font-size: 24px;
  }
}
.section3 .swiper-slide .namebox p {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: var(--primary-deep-active);
  text-align: center;
}
@media (max-width: 1024px) {
  .section3 .swiper-slide .namebox p {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .section3 .swiper-slide .namebox p {
    font-size: 20px;
  }
}
.section3 .swiper-slide .img-box {
  width: 100%;
  height: 340px;
  border-radius: 10px;
  overflow: hidden;
}
.section3 .swiper-slide .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.section3 .swiper-slide ul li {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: var(--gray-12);
  text-align: center;
}
@media (max-width: 1024px) {
  .section3 .swiper-slide ul li {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .section3 .swiper-slide ul li {
    font-size: 20px;
  }
}
.section3 .swiper-button-prev,
.section3 .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--color-white);
  box-shadow: 0 10px 10px 0 rgba(76, 74, 74, 0.25);
}
.section3 .swiper-button-prev::after {
  content: "";
  width: 10px;
  height: 20px;
  background-image: url("../../../assets/images/main/icon-arrow-left.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.section3 .swiper-button-next::after {
  content: "";
  width: 10px;
  height: 20px;
  background-image: url("../../../assets/images/main/icon-arrow-right.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.section3 .swiper-button-prev, .section3 .swiper-rtl .swiper-button-next {
  left: 0;
}
.section3 .swiper-button-next, .section3 .swiper-rtl .swiper-button-prev {
  right: 0;
}
.section3 .swiper-button-prev > svg,
.section3 .swiper-button-next > svg,
.section3 .swiper-button-prev .swiper-navigation-icon,
.section3 .swiper-button-next .swiper-navigation-icon {
  display: none !important;
}
.section3 .bg-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.section3 .bg-wrap .bg-box {
  width: 100%;
  height: 100%;
  background-color: var(--primary-light);
  margin-top: 500px;
}
.section3 .bg-wrap .bg-img {
  position: absolute;
  bottom: 50vh;
}
.section3 .bg-wrap .bg-img1 {
  left: 0;
}
.section3 .bg-wrap .bg-img2 {
  right: 0;
}

.section4 .container {
  position: relative;
}
.section4 .service-box {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 70px;
}
.section4 .service-box .round-tit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 10px 30px;
  background-color: var(--color-white);
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
}
@media (max-width: 1024px) {
  .section4 .service-box .round-tit {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .section4 .service-box .round-tit {
    font-size: 24px;
  }
}
.section4 .service-box .round-tit.blue {
  border: 2px solid var(--primary-deep-hover);
  color: var(--primary-deep-hover);
}
.section4 .service-box .round-tit.green {
  border: 2px solid var(--secondary-deep-hover);
  color: var(--secondary-deep-hover);
}
.section4 .service-box .round-tit.left {
  margin-left: auto;
}
.section4 .service-box .round-tit.center {
  margin: 0 auto;
}
.section4 .service-box .round-tit.right {
  margin-right: auto;
}
.section4 .service-box .box {
  border-radius: 40px;
  width: 100%;
  height: 507px;
  padding: 15px;
  overflow: hidden;
  position: relative;
  border: 2px solid var(--gray-6);
}
.section4 .service-box .box:first-child {
  background-image: url("../../../assets/images/main/img-section4-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section4 .service-box .box:nth-child(2) {
  background-image: url("../../../assets/images/main/img-section4-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section4 .service-box .box:nth-child(3) {
  background-image: url("../../../assets/images/main/img-section4-3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section4 .service-box .box .overlay {
  display: flex;
  flex-direction: column;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 40px;
}
.section4 .service-box .box .overlay.blue {
  background: linear-gradient(180deg, rgba(14, 151, 194, 0.5) 0%, var(--Color-Primary-Accent, #0E97C2) 100%);
  -webkit-backdrop-filter: blur(8.25px);
          backdrop-filter: blur(8.25px);
}
.section4 .service-box .box .overlay.green {
  background: linear-gradient(180deg, rgba(89, 161, 34, 0.5) 0%, var(--Color-Secondary-Accent, #59A122) 100%);
  -webkit-backdrop-filter: blur(8.25px);
          backdrop-filter: blur(8.25px);
}
.section4 .service-box .box .overlay .icon {
  width: 64px;
  height: 64px;
  display: block;
  margin-left: auto;
}
.section4 .service-box .box .overlay .icon:before {
  content: "";
  background-image: url("../../../assets/images/main/icon-link.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.section4 .service-box .box .overlay .text-box {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section4 .service-box .box .overlay .text-box h3 {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: var(--color-white);
}
@media (max-width: 1024px) {
  .section4 .service-box .box .overlay .text-box h3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .section4 .service-box .box .overlay .text-box h3 {
    font-size: 28px;
  }
}
.section4 .service-box .box .overlay .text-box p {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: var(--color-white);
}
@media (max-width: 1024px) {
  .section4 .service-box .box .overlay .text-box p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .section4 .service-box .box .overlay .text-box p {
    font-size: 20px;
  }
}
.section4 .service-box .box:hover .overlay {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}
.section4 .bg-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section4 .bg-wrap .bg-img {
  position: absolute;
}
.section4 .bg-wrap .bg-img.bg-img1 {
  top: 116px;
  left: -146px;
}
.section4 .bg-wrap .bg-img.bg-img2 {
  bottom: -84px;
  right: -144px;
}

.section5 .icon-location:before {
  width: 52px;
  height: 52px;
  background-image: url("../../../assets/images/main/icon-location.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.section5 .icon-hospital:before {
  width: 42px;
  height: 42px;
  background-image: url("../../../assets/images/main/icon-hospital.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.section5 .icon-bus:before {
  width: 42px;
  height: 42px;
  background-image: url("../../../assets/images/main/icon-bus.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.section5 .icon-naver:before {
  width: 32px;
  height: 32px;
  background-image: url("../../../assets/images/main/icon-naver.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.section5 .icon-kakao:before {
  width: 32px;
  height: 32px;
  background-image: url("../../../assets/images/main/icon-kakao.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.section5 .map-wrap {
  position: relative;
  margin-top: 30px;
}
.section5 .map-wrap .bg-img {
  position: absolute;
  bottom: 0;
  left: -100px;
  animation: updown 1s infinite;
  width: 224px;
  height: 251px;
}
.section5 .map-box {
  border-radius: 40px;
  overflow: hidden;
  width: 1060px;
}
.section5 .map-box img {
  -o-object-fit: cover;
     object-fit: cover;
}
.section5 .way-box {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  width: 676px;
  border-radius: 40px;
  padding: 60px 50px;
  background: linear-gradient(180deg, var(--Secondary-Accent, #59A122) 0%, var(--Secondary-Normal-normal-active, #77B851) 100%);
  box-shadow: -6px 0 11px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.section5 .way-box .top {
  display: flex;
  gap: 10px;
  padding-bottom: 20px;
  border-bottom: 2.5px solid rgba(255, 255, 255, 0.3);
}
.section5 .way-box .top h3 {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: var(--color-white);
}
@media (max-width: 1024px) {
  .section5 .way-box .top h3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .section5 .way-box .top h3 {
    font-size: 28px;
  }
}
.section5 .way-box .bot-item + .bot-item {
  margin-top: 32px;
}
.section5 .way-box .bot-item div {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 16px;
}
.section5 .way-box .bot-item h4 {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: var(--color-white);
}
@media (max-width: 1024px) {
  .section5 .way-box .bot-item h4 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .section5 .way-box .bot-item h4 {
    font-size: 24px;
  }
}
.section5 .way-box .bot-item ul li {
  display: flex;
  align-items: center;
  color: var(--color-white);
  gap: 15px;
}
.section5 .way-box .bot-item ul li b {
  width: 70px;
  flex-shrink: 0;
  text-align: center;
}
.section5 .way-box .bot-item ul li b + span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
.section5 .way-box .bot-item ul li b + span::before {
  content: "";
  width: 1px;
  height: 17px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0px;
  top: 9.5px;
}
.section5 .way-box .bot-item ul li + li {
  margin-top: 8px;
}
.section5 .way-box .bot-item b {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 1024px) {
  .section5 .way-box .bot-item b {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .section5 .way-box .bot-item b {
    font-size: 20px;
  }
}
.section5 .way-box .bot-item span {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 24px;
  padding-left: 15px;
}
@media (max-width: 1024px) {
  .section5 .way-box .bot-item span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .section5 .way-box .bot-item span {
    font-size: 20px;
  }
}
.section5 .way-box .bot-item p {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: var(--color-white);
}
@media (max-width: 1024px) {
  .section5 .way-box .bot-item p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .section5 .way-box .bot-item p {
    font-size: 20px;
  }
}
.section5 .way-box .bot-item button {
  width: auto;
  height: auto;
}
.section5 .way-box .bot-item button .icon {
  width: 24px;
  height: 24px;
}
.section5 .way-box .bot-item button .icon:before {
  background-image: url("../../../assets/images/main/icon-copy.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.section5 .way-box .btn-wrap {
  display: flex;
  gap: 16px;
}
.section5 .way-box .btn-wrap a {
  width: 100%;
  height: 66px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background-color: var(--color-white);
}
.section5 .way-box .btn-wrap a span {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: var(--color-primary);
}
@media (max-width: 1024px) {
  .section5 .way-box .btn-wrap a span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .section5 .way-box .btn-wrap a span {
    font-size: 20px;
  }
}

.float {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(12px);
  pointer-events: none;
  background: transparent;
  display: flex;
  align-items: flex-end;
  z-index: 110;
  opacity: 0;
  transition: all 0.4s;
}
.float.on {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
  transition: none;
}
.float a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 80px;
  background-color: var(--color-primary);
  transition: all 0.4s;
  position: relative;
}
.float a:nth-child(1) {
  border-radius: 40px 0 0 0;
}
.float a:nth-child(1)::after {
  display: none;
}
.float a:nth-child(4) {
  border-radius: 0 40px 0 0;
}
.float a:hover {
  height: 100px;
  background-color: var(--primary-deep-active);
  border-radius: 40px 40px 0 0;
}
.float a:hover span {
  font-size: 32px;
}
.float a:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--color-white);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.4;
}
.float a span {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: var(--color-white);
  transition: all 0.4s;
}
@media (max-width: 1024px) {
  .float a span {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .float a span {
    font-size: 24px;
  }
}
.float a .icon {
  width: 36px;
  height: 36px;
}
.float a .icon::before {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.float a .icon.icon-map:before {
  background-image: url("../../../assets/images/main/icon-map.svg");
}
.float a .icon.icon-floor:before {
  background-image: url("../../../assets/images/main/icon-floor.svg");
}
.float a .icon.icon-car:before {
  background-image: url("../../../assets/images/main/icon-car.svg");
}
.float a .icon.icon-document:before {
  background-image: url("../../../assets/images/main/icon-document.svg");
}

.marquee {
  --dur: 8s;
  position: relative;
  width: 100%;
}
.marquee .track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  animation: marquee var(--dur) linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* 선택: 가장자리 페이드(자연스러움 업) */
.marquee {
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 10%, #000 90%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 10%, #000 90%, transparent 100%);
}

@keyframes updown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(25px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* media 1430 */
@media (max-width: 1430px) {
  /*==============================*/
  /*==============================*/
  .section3 .swiper {
    max-width: 100%;
    margin: 0 132px;
  }
  .section3 .swiper-slide .img-box {
    width: 100%;
    height: auto;
  }
  .section3 .swiper-button-prev, .section3 .swiper-rtl .swiper-button-next {
    left: 50px;
  }
  .section3 .swiper-button-next, .section3 .swiper-rtl .swiper-button-prev {
    right: 50px;
  }
  .section4 .service-box {
    gap: 24px;
  }
  .section4 .service-box .round-tit {
    font-family: "Pretendard", sans-serif;
    font-weight: 600;
    font-size: 20px;
    padding: 5px 20px;
  }
}
@media (max-width: 1430px) and (max-width: 1024px) {
  .section4 .service-box .round-tit {
    font-size: 18px;
  }
}
@media (max-width: 1430px) and (max-width: 768px) {
  .section4 .service-box .round-tit {
    font-size: 18px;
  }
}
@media (max-width: 1430px) {
  .section4 .service-box .round-tit.left, .section4 .service-box .round-tit.right {
    margin: 0 auto;
  }
  .section4 .service-box .box {
    height: 250px;
    border-radius: 32px;
    display: flex;
    align-items: flex-start;
  }
  .section4 .service-box .box .overlay {
    padding: 32px;
  }
  .section4 .service-box .box .overlay .icon {
    width: 51.2px;
    height: 51.2px;
  }
  .section5 .icon-location:before {
    width: 32px;
    height: 32px;
  }
  .section5 .icon-hospital:before,
  .section5 .icon-bus:before {
    width: 24px;
    height: 24px;
  }
  .section5 .map-wrap .bg-img {
    left: -20px;
  }
  .section5 .map-box {
    width: calc(50% + 100px);
  }
  .section5 .map-box img {
    height: 680px;
  }
  .section5 .way-box {
    width: 50%;
  }
  .section5 .way-box .bot-item div {
    gap: 8px;
  }
}
/* media 1024 */
@media (max-width: 1024px) {
  /*==============================*/
  /*==============================*/
  .section {
    padding: 60px 0;
  }
  /*==============================*/
  /*==============================*/
  .section1 {
    padding: 0;
  }
  .section1 .container {
    height: 100%;
  }
  .section1 .container video {
    height: 100%;
  }
  .section1 .container .controller-box {
    display: none;
  }
  .section1 .container .floating-box {
    transform: scale(0.5);
    bottom: -30px;
    right: -50px;
  }
  .section2 .box {
    margin-top: 40px;
    gap: 24px;
  }
  .section2 .box a {
    gap: 8px;
  }
  .section2 .box a .img {
    width: 110px;
    height: 110px;
  }
  .section2 .box a .img::before {
    display: none;
  }
  .section2 .box a .img::after {
    display: none;
  }
  .section2 .box a .img-box {
    width: 100%;
    height: 100%;
  }
  .section2 .box a .img-box img {
    filter: none;
  }
  .section3 {
    /* 왼쪽 카드 */
    /* 오른쪽 카드 */
  }
  .section3 .swiper {
    margin: 0 50px;
  }
  .section3 .swiper-slide {
    transition: transform 0.4s ease, z-index 0.4s ease;
    padding: 20px;
    gap: 8px;
  }
  .section3 .swiper-slide .namebox p {
    font-family: "Pretendard", sans-serif;
    font-weight: 700;
    font-size: 24px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .section3 .swiper-slide .namebox p {
    font-size: 24px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .section3 .swiper-slide .namebox p {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .section3 .swiper-slide ul li {
    font-family: "Pretendard", sans-serif;
    font-weight: 400;
    font-size: 24px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .section3 .swiper-slide ul li {
    font-size: 20px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .section3 .swiper-slide ul li {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .section3 .swiper-slide.swiper-slide-active {
    transform: scale(1.1);
    z-index: 5;
  }
  .section3 .swiper-slide-prev {
    transform: translateX(60px) scale(1);
    z-index: 2;
  }
  .section3 .swiper-slide-next {
    transform: translateX(-60px) scale(1);
    z-index: 2;
  }
  .section3 .swiper-button-prev,
  .section3 .swiper-button-next {
    width: 32px;
    height: 32px;
  }
  .section3 .bg-wrap .bg-box {
    margin-top: 45%;
  }
  .section3 .bg-wrap .bg-box .bg-img {
    bottom: 50%;
  }
  .section3 .bg-wrap .bg-box .bg-img.bg-img1 {
    width: 141px;
  }
  .section3 .bg-wrap .bg-box .bg-img.bg-img2 {
    width: 187px;
  }
  .section4 .service-box {
    gap: 8px;
  }
  .section4 .service-box .box {
    border-radius: 20px;
    position: relative;
  }
  .section4 .service-box .box .overlay {
    display: none;
  }
  .section4 .service-box .box:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 18px;
    border: 3px solid var(--color-primary);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    z-index: 1;
  }
  .section4 .service-box .box:hover {
    border: 2px solid var(--color-primary);
  }
  .section4 .service-box .box:hover::after {
    opacity: 1;
    visibility: visible;
  }
  .section5 .map-wrap .bg-img {
    content: url("../../../assets/images/main/img-section5-cha2.png");
    left: auto;
    bottom: auto;
    top: -60px;
    right: -40px;
    width: auto;
    height: 116px;
    animation: none;
  }
  .section5 .map-box {
    width: 100%;
    position: relative;
    z-index: 0;
  }
  .section5 .map-box img {
    height: 100%;
  }
  .section5 .way-box {
    width: 100%;
    position: relative;
    margin-top: -100px;
    padding: 20px;
    z-index: 1;
  }
  .section5 .way-box .btn-wrap a {
    height: 62px;
  }
  .section5 .bot {
    display: flex;
    gap: 16px;
  }
  .section5 .bot .bot-item {
    width: 50%;
  }
  .section5 .bot .bot-item + .bot-item {
    margin-top: 0;
  }
  .section5 .bot .bot-item ul li {
    align-items: flex-start;
  }
  .section5 .bot .bot-item ul li b {
    padding-top: 3px;
  }
  .section5 .bot .bot-item ul li b + span {
    display: inline-block;
  }
  .section5 .bot .bot-item button {
    margin-left: 16px;
  }
}
/* media 768 */
@media (max-width: 768px) {
  /*==============================*/
  /*==============================*/
  .float {
    display: none;
  }
  .section-title {
    margin-bottom: 8px;
  }
  .section-title + .section-sub-title {
    font-family: "Pretendard", sans-serif;
    font-weight: 400;
    font-size: 18px;
  }
  /* popup zone */
  /*==============================*/
  /*==============================*/
}
@media (max-width: 768px) and (max-width: 1024px) {
  .section-title + .section-sub-title {
    font-size: 16px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .section-title + .section-sub-title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .popup-zone {
    padding: 0 20px;
  }
  .popup-zone .popup-zone-inner {
    padding: 0;
  }
  .popup-zone .popup-top {
    width: 100%;
    height: 86px;
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .popup-zone .swiper {
    padding-top: 134px;
  }
  .popup-zone .swiper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .popup-zone .swiper .swiper-slide a {
    width: 100%;
    height: 100%;
  }
  .popup-zone .swiper .swiper-slide a img {
    height: 100%;
  }
  .popup-zone .swiper-btn button {
    width: 40px;
    height: 40px;
    z-index: 1;
  }
  .popup-zone .swiper-btn .prev {
    top: 100px;
    left: auto;
    right: 48px;
  }
  .popup-zone .swiper-btn .next {
    top: 100px;
    right: 0px;
  }
  .popup-zone .popup-zone-btnwrap .total-count {
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 1;
  }
  .section1 .container {
    height: 100%;
  }
  .section1 .container video {
    height: 100%;
  }
  .section1 .container .floating-box {
    flex-direction: row;
    bottom: -12px;
    right: -150px;
  }
  .section2 .box {
    margin-top: 40px;
    gap: 8px;
  }
  .section2 .box a {
    gap: 8px;
  }
  .section2 .box a .img {
    width: 100px;
    height: 100px;
  }
  .section3 {
    /* 왼쪽 카드 */
    /* 오른쪽 카드 */
  }
  .section3 .swiper {
    margin: 0 20%;
  }
  .section3 .swiper-slide {
    padding: 10px;
    transform: none;
    transition: none;
    z-index: 1;
  }
  .section3 .swiper-slide.swiper-slide-active {
    transform: none;
    z-index: 1;
  }
  .section3 .swiper-slide .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section3 .swiper-slide .img-box img {
    width: 100%;
  }
  .section3 .swiper-slide ul {
    display: none;
  }
  .section3 .swiper-slide-prev {
    transform: none;
    z-index: 1;
  }
  .section3 .swiper-slide-next {
    transform: none;
    z-index: 1;
  }
  .section3 .bg-wrap .bg-box {
    margin-top: 45%;
  }
  .section3 .bg-wrap .bg-box .bg-img {
    bottom: 50%;
  }
  .section3 .bg-wrap .bg-box .bg-img.bg-img1 {
    width: 141px;
  }
  .section3 .bg-wrap .bg-box .bg-img.bg-img2 {
    width: 187px;
  }
  .section4 .section-title + p br {
    display: none;
  }
  .section4 .service-box {
    flex-direction: column;
    margin-top: 40px;
  }
  .section4 .service-box .round-tit {
    font-family: "Pretendard", sans-serif;
    font-weight: 600;
    font-size: 20px;
    top: 10px;
    height: 37px;
    padding: 0 20px;
  }
}
@media (max-width: 768px) and (max-width: 1024px) {
  .section4 .service-box .round-tit {
    font-size: 18px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .section4 .service-box .round-tit {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .section4 .service-box .round-tit.left {
    left: 10px;
  }
  .section4 .service-box .round-tit.center {
    left: 10px;
    transform: inherit;
  }
  .section4 .service-box .round-tit.right {
    left: 10px;
  }
  .section4 .service-box .box {
    width: 100%;
    height: 178px;
    overflow: hidden;
  }
  .section4 .service-box .box .round-tit.left, .section4 .service-box .box .round-tit.right, .section4 .service-box .box .round-tit.center {
    margin: 0;
  }
  .section4 .service-box .box img {
    width: 100%;
  }
  .section5 .icon-naver:before,
  .section5 .icon-kakao:before {
    width: 16px;
    height: 16px;
  }
  .section5 .map-box img {
    width: 100%;
    content: url("../../../assets/images/main/img-map2.jpg");
  }
  .section5 .way-box {
    gap: 16px;
  }
  .section5 .way-box .btn-wrap a {
    height: 34px;
    gap: 8px;
  }
  .section5 .way-box .btn-wrap a .icon {
    width: 16px;
    height: 16px;
  }
  .section5 .bot {
    flex-direction: column;
    gap: 32px;
  }
  .section5 .bot .bot-item {
    width: 100%;
  }
  .section5 .bot .bot-item ul li {
    gap: 8px;
  }
  .section5 .bot .bot-item ul li b + span {
    padding-left: 8px;
  }
}
/* media 400 */