@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap");

/* kakao floating btn */
.kakao-floating-btn {
  position: fixed;
  right: 2.4rem;
  bottom: 2.4rem;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.kakao-floating-btn:hover {
  transform: scale(1.08);
}
.kakao-floating-btn img {
  width: 5.6rem;
  height: 5.6rem;
  display: block;
}

/* cursor follower */
.cursor-dot {
  width: 1rem;
  height: 1rem;
  background: #63a7c7;
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 99999;
  transform: translate(-50%, -50%);
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
  will-change: transform;
}
.cursor-dot.is-hover {
  transform: translate(-50%, -50%) scale(4);
  opacity: 0.2;
}
.cursor-dot.is-hidden {
  opacity: 0;
}
@media (hover: none), (max-width: 768px) {
  .cursor-dot {
    display: none;
  }
}

html {
  font-size: 10px;
  background: #0b131f;
}

/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(11, 19, 31, 0.5);
  backdrop-filter: blur(8px);
}
section {
  padding: 14rem 0;
}
header .s__row {
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo img {
  height: 2rem;
}
.right-menu {
  display: flex;
  align-items: center;
  gap: 4.8rem;
  height: 100%;
}
.pc-menu {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  height: 100%;
}
.pc-menu a {
  color: #fff;
  font-family: Pretendard;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 2.4rem */
  letter-spacing: -0.0352rem;
  height: auto;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  position: relative;
}
.pc-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.pc-menu a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.pc-move-btn {
  display: flex;
  padding: 1rem 2rem;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  border-radius: 10rem;
  background: var(--main2, #8448ff);
  color: var(--white, #fff);
  font-family: Pretendard;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.032rem;
}
.pc-move-btn:hover {
  background: var(--main1, #6639e8);
}
.sec01 {
  padding-top: 10rem;
  padding-bottom: 0;
  overflow: hidden;
}
.sec01 .s__row {
  display: flex;
  padding: 14rem 2.4rem;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
.sec01-name {
  color: #fff;
  text-align: center;
  font-family: "GmarketSans";
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 6.72rem */
  letter-spacing: -0.1056rem;
}
.sec01-title {
  text-align: center;
  font-family: Pretendard;
  font-size: 8.6rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 10.32rem */
  letter-spacing: -0.1892rem;
  text-align: center;
  background: linear-gradient(90deg, #75a6ff 0%, #9c6cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
section .s__container {
  z-index: 2;
  position: relative;
}
.sec01-subtitle {
  color: #85898f;
  text-align: center;
  font-family: Pretendard;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 3rem */
  letter-spacing: -0.044rem;
  margin-top: 5rem;
}
.sec01-01 {
  position: absolute;
  top: 30rem;
  left: 0;
  z-index: -1;
}
.sec01-02 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.sec01-03 {
  position: absolute;
  right: 0;
  top: 70rem;
  z-index: -1;
}
.sec01-bg01 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.sec01-bg02 {
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}
.sec01-table {
  margin-top: 30rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.sec01-table-tr {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.sec01-table-td {
  display: flex;
  flex-direction: column;
  padding: 3.2rem 0;
  align-items: center;
  justify-content: center;
  width: 33.3%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.sec01-table-td:not(:nth-child(3n)) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.sec01-table-td h3 {
  color: var(--main2, #8448ff);
  text-align: center;
  font-family: "GmarketSans";
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 7.2rem */
  letter-spacing: -0.1056rem;
}
.sec01-table-td p {
  color: var(--white, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 3.6rem */
  letter-spacing: -0.0528rem;
}
.sec01-table-text-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.sec01-table-text {
  color: #85898f;
  text-align: right;
  font-family: Pretendard;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 2.4rem */
  letter-spacing: -0.0352rem;
}
.sec02 {
  background: #1b2332;
  padding: 24rem 0;
  position: relative;
}
.sec02 .s__row {
  display: flex;

  align-items: center;
  gap: 2.4rem;
}
.sec02 .s__row > * {
  width: 50%;
}
.sec02-img-wrap {
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
}
.sec02-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec02-name {
  color: var(--main1, #307aff);
  font-family: "Gmarket Sans TTF";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 2.4rem */
  letter-spacing: -0.0352rem;
}
.title {
  color: var(--white, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 5.2rem */
  letter-spacing: -0.088rem;
}

.subtitle {
  color: var(--white, #fff);
  font-family: Pretendard;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 2.4rem */
  letter-spacing: -0.0352rem;
  text-align: center;
}
.sec02-text-box .title {
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 6.24rem */
  letter-spacing: -0.1056rem;
}
.sec02-move-btn {
  display: flex;
  padding: 1.2rem 6.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  border-radius: 0.8rem;
  border: 1px solid var(--main1, #307aff);
  color: var(--main1, #307aff);
  text-align: center;
  font-family: Inter;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 2.4rem */
  letter-spacing: -0.0352rem;
  margin-top: 1.2rem;
  transition: all 0.3s ease;
}
.sec02-move-btn:hover {
  background: var(--main1, #307aff);
  color: var(--white, #fff);
}
.sec02-text-box .subtitle {
  color: var(--white, #fff);
}
.title-box.title-box-left {
  align-items: flex-start;
}
.title-box-left .title,
.title-box-left .subtitle {
  text-align: left;
}
.title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  flex-shrink: 0;
}
.sec03 .s__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8rem;
}
.sec02-text-box {
  align-items: flex-start;
}
.sec03-slide {
  width: 100%;
}
.sec03-slide .swiper-slide {
  height: auto;
}
.sec03-slide-list {
  display: flex;
  gap: 2.4rem;
}
.sec03-slide-item-img {
  aspect-ratio: 41/20;
  width: 100%;
  position: relative;
}
.sec03-slide-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: all 0.3s ease;
}
.sec03-slide-item:hover .sec03-slide-item-img img {
  transform: translate(-50%, -50%) scale(1.05);
}
.sec03-slide-item {
  position: relative;
  flex: 1;
  border-radius: 0.8rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sec03-slide-item-info {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  flex: 1;
}
.sec03-slide-item-info {
  padding: 5.8rem 3.2rem 3.2rem;
  background: #1b2332;
}
.sec03-icon-wrap {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  padding: 2.2rem;
  border-radius: 10rem;
  background: #cbd0fe;
}
.sec03-icon-wrap img {
  width: 4rem;
}
.sec03-slide-title {
  color: var(--white, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 3.6rem */
  letter-spacing: -0.0528rem;
}
.sec03-slide-subtitle {
  color: #85898f;
  text-align: center;
  font-family: Pretendard;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 2.1rem */
  letter-spacing: -0.0308rem;
}
.sec03-slide-item-bottom {
  background: #263050;
  display: flex;
  padding: 1.2rem 3.2rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.sec03-slide-item-bottom p {
  color: #8a93b0;
  text-align: center;
  font-family: Pretendard;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 1.8rem */
  letter-spacing: -0.0264rem;
}
.sec03 {
  padding-bottom: 9rem;
}
.sec04,
.sec05 {
  padding: 9rem 0;
}
.sec04 .s__row {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10rem;
}
.sec04-slide-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 2.4rem;
}
.sec04-slide-title {
  color: #fff;
  font-family: Pretendard;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 3.12rem */
}
.sec04-slide-subtitle {
  color: #85898f;
  font-family: Pretendard;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 2.1rem */
  letter-spacing: -0.028rem;
}
.sec04-slide {
  width: 100%;
  padding-bottom: 0rem !important;
}
.sec04-slide .swiper-pagination {
  bottom: 0;
}
.sec04-slide .swiper-button-prev,
.sec04-slide .swiper-button-next {
  top: calc(50% - 7rem);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 100%;
}
.sec03-slide .swiper-button-prev,
.sec03-slide .swiper-button-next {
  top: calc(50%);
  transform: translateY(-50%);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 100%;
}
.sec04-slide .swiper-button-prev::after,
.sec03-slide .swiper-button-prev::after,
.sec04-slide .swiper-button-next::after,
.sec03-slide .swiper-button-next::after {
  display: none;
}
.sec04-slide .swiper-button-prev,
.sec03-slide .swiper-button-prev {
  background: url("../image/icon_slide_arrow_left.svg") no-repeat center /
    contain;
  width: 4.8rem;
  height: 4.8rem;
}
.sec04-slide .swiper-button-next,
.sec03-slide .swiper-button-next {
  background: url("../image/icon_slide_arrow_right.svg") no-repeat center /
    contain;
  width: 4.8rem;
  height: 4.8rem;
}
.sec04-slide .slide-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.slide-img-wrap {
  overflow: hidden;
  border-radius: 0.8rem;
}
.sec04-slide .slide-item:hover img {
  transform: scale(1.05);
}
.move-link-btn {
  color: #fff;
  font-family: Manrope;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.04rem;
  display: flex;
  padding: 1.6rem 2.4rem;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  background: #003147;
  transition: all 0.3s ease;
}
.move-link-btn img {
  transition: all 0.3s ease;
}
.move-link-btn:hover {
  background: #002232;
}
.move-link-btn:hover img {
  margin-left: 0.8rem;
}

.slide-logos {
  display: flex;
  position: relative;
  overflow: hidden;
  height: 4rem;
  width: 100%;
}
.slide-logo-list {
  display: flex;
  align-items: center;
  gap: 12rem;
  position: absolute;
  width: max-content;
  padding: 0 6rem;
}
.slide-logo-list img {
  max-height: 4rem;
  height: 100%;
  width: 28rem;
}
.slide-logo-list:nth-child(1) {
  animation: slide01 30s linear 0s infinite;
}
.slide-logo-list:nth-child(2) {
  animation: slide02 30s linear 0s infinite;
}

@keyframes slide01 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.sec06 .s__row {
  display: flex;
  margin-bottom: 8rem;
  width: 100%;
  align-items: center;
  flex-direction: column;
}
.sec08 {
  padding: 0;
}
.sec08 .title-box {
  padding-top: 8rem;
}
.sec05 .title-box * {
  color: #fff;
}
.faq-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.faq-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  align-self: stretch;
  cursor: pointer;
}
.faq-info {
  overflow: hidden;
  max-height: 0;
  /* transition: max-height 0.4s ease, margin-top 0.4s ease; */
  margin-top: 0;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  padding: 0 3.4rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.7rem;
  align-self: stretch;
}
.faq-item.is-active .faq-info {
  max-height: 100rem;
  padding: 3.4rem;
}
.faq-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 2rem;
  padding: 2.5rem 0;
}
.faq-title img {
  transition: transform 0.4s ease;
  flex-shrink: 0;
}
.faq-item.is-active .faq-title img {
  transform: rotate(180deg);
}
.faq-title p {
  color: #fff;
  font-family: Pretendard;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  flex: 1;
  line-height: 150%;
}
.faq-info p {
  color: var(--white, #fff);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 2.4rem */
  letter-spacing: -0.0352rem;
  text-align: left;
}
.faq-info img {
  max-height: 14rem;
}
.sec05 .s__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8rem;
}
.sec07 {
  background: #1b2332;
  z-index: 2;
  position: relative;
}
.sec07 .s__row {
  gap: 10rem;
  display: flex;
  flex-direction: column;
}
.form-list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
}
.line {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.input-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  flex: 1 0 0;
}
.input-wrap label {
  color: var(--white, #fff);
  font-family: Pretendard;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 2.4rem */
  letter-spacing: -0.0352rem;
}
.input-wrap input,
.input-wrap textarea {
  display: flex;
  height: 4.8rem;
  padding: 1.6rem 0;
  align-items: center;
  gap: 0.8rem;
  align-self: stretch;
  font-family: Pretendard;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 2.7rem */
  line-height: normal;
  background: #1b2332;
  border: none;
  border-bottom: 1px solid #fff;
}
.input-wrap textarea {
  height: 15rem;
  resize: none;
}
.input-wrap input::placeholder,
.input-wrap textarea::placeholder {
  color: #989a9c;
}
.sec07-form {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  align-items: center;
}
.form-btn {
  display: flex;
  width: 19.3rem;
  padding: 0.8rem 2rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 10rem;
  background: var(--main1, #307aff);
  transition: all 0.3s ease;
  margin: 0 auto;
  margin-top: 4.8rem;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 2.4rem */
  letter-spacing: -0.0352rem;
}
.form-btn:hover {
  background: #2766da;
}
footer {
  border-top: 1px solid #1b2332;
  background: #0b131f;
  padding: 6.4rem 0;
}
.footer-top {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  align-items: center;
  margin-bottom: 1.6rem;
}
.footer-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-logo img {
  height: 2rem;
}
.footer-sns {
  display: inline-flex;
  height: 2.4rem;
  align-items: flex-start;
  gap: 1.2rem;
}
.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.8rem;
}
.company-info {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
}
.company-info-item {
  display: flex;
}
.company-info-item p {
  color: #717171;
  font-family: Pretendard;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.032rem;
  opacity: 0.5;
}
.company-info-item:not(:last-child):after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 1.4rem;
  opacity: 0.5;
  background: #717171;
  margin-left: 1.2rem;
  margin-top: 0.2rem;
}
.copyright {
  color: #717171;
  font-family: Pretendard;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.032rem;
  opacity: 0.5;
}
.company-map {
  width: 100%;
  height: 35rem;
}
.mobile-only {
  display: none;
}
@media all and (max-width: 1200px) {
  html {
    font-size: 8px;
  }
  .sec02-img-wrap {
    width: 50%;
  }
  .sec01-01,
  .sec01-02,
  .sec01-03 {
    zoom: 0.8;
  }
}
/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1023px)*/
@media all and (max-width: 1023px) {
}
/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/
@media all and (max-width: 767px) {
  .mobile-only {
    display: block;
  }

  .sec01-01,
  .sec01-02,
  .sec01-03 {
    zoom: 0.4;
  }
  .sec01-01 {
    top: -50px;
  }
  .sec01-03 {
    display: none;
  }
  .sec01-bg02 {
    top: 50%;
  }
  .pc-menu,
  .pc-move-btn {
    display: none;
  }
  .hamburger-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
    width: 4rem;
    height: 4rem;
    background: none;
    cursor: pointer;
  }
  .hamburger-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background: #003147;
    border-radius: 0.2rem;
    transition:
      transform 0.3s ease,
      opacity 0.3s ease;
  }
  .sec01-name {
    font-size: 3.2rem;
  }
  .sec01-title {
    font-size: 4.2rem;
  }
  .sec01-subtitle {
    margin-top: 2.4rem;
  }
  .sec01-table-td p {
    font-size: 2rem;
  }
  .sec02 {
    padding-bottom: 0;
    padding-top: 10rem;
  }
  .sec02 .s__row {
    flex-direction: column;
  }
  .sec02 .s__row > * {
    width: 100%;
  }
  .sec02-img-wrap img {
    max-width: max-content;
  }
  .sec02-img-wrap {
    position: relative;
    width: 100%;
    margin-top: 10rem;
  }
  .sec02-text-box .title {
    font-size: 3.2rem;
  }
  .sec05 .s__row {
    flex-direction: column;
  }
  .footer-top {
    gap: 4rem;
    flex-direction: column;
    margin-bottom: 4rem;
  }
  header .s__row {
    height: 8rem;
  }
  .sec01 {
    padding-top: 8rem;
  }
  .sec01 .s__row {
    padding: 14rem 2.4rem 10rem;
    justify-content: center;
  }
  .sec01-table-td {
    display: flex;
    flex-direction: column;
    padding: 2.8rem 0;
    align-items: center;
    justify-content: center;
    width: 50%;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .sec01-table-td h3 {
    font-size: 3.6rem;
  }
  .sec01-table-td:not(:nth-child(3n)) {
    border-right: none;
  }
  .sec01-table-td:not(:nth-child(2n)) {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  .sec01-table {
    margin-top: 10rem;
  }
  .sec03-slide-subtitle,
  .sec04-slide-subtitle {
    font-size: 1.7rem;
  }
  .title {
    font-size: 3.2rem;
  }
  .subtitle {
    font-size: 1.8rem;
  }
  .title-box {
    gap: 1.6rem;
    width: 100%;
  }
  .sec04 .s__row,
  .sec05 .s__row,
  .sec07 .s__row {
    gap: 4rem;
  }
  section {
    padding: 10rem 0;
  }
  .sec04-slide {
    padding-bottom: 0 !important;
  }
  .sec03 .s__row,
  .sec04 .s__row,
  .sec05 .s__row {
    flex-direction: column;
    gap: 5rem;
  }
  .sec04 .s__row > * {
    width: 100%;
  }
  .sec04-slide-title {
    font-size: 2.8rem;
  }
  .sec04-slide-pagination button {
    font-size: 2.2rem;
  }
  .data-value-wrap {
    width: 100%;
  }
  .data-value {
    flex: 1;
  }
  .data-value-item {
    width: 100%;
    aspect-ratio: 1/1;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .slide-logo-list:nth-child(1),
  .slide-logo-list:nth-child(2) {
    animation-duration: 10s;
  }
  .slide-logo-list img {
    max-height: 4rem;
  }
  .slide-logos {
    height: 4rem;
  }
  .faq-title img {
    width: 2rem;
    height: 2rem;
  }
  .faq-info p {
    font-size: 1.8rem;
  }
  .line {
    flex-direction: column;
  }
  .input-wrap,
  .form-btn {
    width: 100%;
  }
  .form-btn {
    font-size: 1.8rem;
    padding: 1.6rem;
  }
  footer {
    padding: 8rem 0;
  }
  .header-logo img {
    height: 2rem;
  }
  .input-wrap input,
  .input-wrap textarea {
    font-size: 16px;
    color: #fff;
  }
}
/* 모바일 이상 */
@media all and (min-width: 768px) {
  .hamburger-btn {
    display: none;
  }
  .mobile-nav,
  .mobile-nav-overlay {
    display: none !important;
  }
}

/* mobile nav */
.mobile-nav {
  position: fixed;
  top: 0;
  right: 0px;
  width: 42rem;
  height: 100%;
  background: #131d2e;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 2000;
  display: flex;
  flex-direction: column;
  padding: 3.2rem 2.4rem;
  gap: 3.2rem;
  transform: translateX(100%);
  transition: transform 0.35s ease;
}
.mobile-nav.is-open {
  transform: translateX(0);
}
.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.mobile-nav-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}
.mobile-nav-close {
  align-self: flex-end;
  width: 4rem;
  height: 4rem;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-nav-close img {
  width: 100%;
  height: 100%;
}
.mobile-menu {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.mobile-menu a {
  color: rgba(255, 255, 255, 0.85);
  font-family: Pretendard;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -0.036rem;
  padding: 1.8rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: color 0.2s ease;
}
.mobile-menu a:hover {
  color: #fff;
}
.mobile-move-btn {
  display: flex;
  padding: 1.4rem 1.6rem;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  background: var(--main2, #8448ff);
  color: #fff;
  font-family: Pretendard;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.032rem;
  margin-top: auto;
  transition: background 0.2s ease;
}
.mobile-move-btn:hover {
  background: var(--main1, #6639e8);
}

/* modal */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.modal-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}
.modal {
  background: #fcf9f5;
  padding: 3.6rem 2.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  max-width: 46rem;
  width: 90%;
  transform: translateY(2rem);
  transition: transform 0.3s ease;
}
.modal-overlay.is-open .modal {
  transform: translateY(0);
}
.modal-logo {
  height: 1.4rem;
  margin-bottom: 2.8rem;
}
.modal-title {
  color: #003147;
  font-family: Pretendard;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.modal-desc {
  color: #555;
  font-family: Pretendard;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
}
.modal-close-btn {
  margin-top: 1.6rem;
  display: flex;
  padding: 1.2rem 4rem;
  justify-content: center;
  align-items: center;
  background: #003147;
  color: #fff;
  font-family: Pretendard;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.032rem;
  cursor: pointer;
  width: 100%;
}

/* =====================
   Scroll Animation
   ani01 ~ ani99 클래스를 요소에 붙이면
   스크롤로 진입 시 순차적으로 부드럽게 나타납니다.
   ===================== */

/* 기본 스타일: 요소 전체 페이드 + 슬라이드업 */
[class*="ani"] {
  opacity: 0;
  transform: translateY(3rem);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
[class*="ani"].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ani-style01: 글자별 순차 노출 */
/* 부모 요소는 즉시 보이도록 기본 애니메이션을 원짜 정의 */
[class*="ani"].ani-style01 {
  opacity: 1 !important;
  transform: none !important;
}
/* 각 글자 span */
.ani-style01 .ani-char {
  opacity: 0;
  display: inline-block;
  transform: translateY(0.6em);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}
/* 스크롤 진입 후 글자 노출 */
.ani-style01.is-visible .ani-char {
  opacity: 1;
  transform: translateY(0);
}
