@charset "UTF-8";
@import url("/assets/css/common.css");


body {
  background: var(--white-01);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Arial", sans-serif;
  overflow-x: hidden;
}

section.kv .title {
  padding: 160px 0 80px 0;
}

section.kv .title h1 {
  color: var(--black-01);
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 30px;
}

section.kv .title h2 {
  font-size: 2rem;
  color: var(--blue-02);
  font-weight: 700;
}

section.kv .title .next {
  position: absolute;
  z-index: 800;
  top: 8%;
  left: 50%;
  transform: translate(-50%, 50%);
  animation: fadeInOut 4s ease-in-out infinite;
}

section.kv .title .next img {
  width: 78px;
  animation: moveUpDown 2s infinite alternate;
  animation-timing-function: ease-in-out;
}

@keyframes fadeInOut {

  0%,
  30% {
    opacity: 1;
    visibility: visible;
  }

  50%,
  60% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes moveUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(30px);
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  background-color: #fff;
  margin: 20% auto;
  padding: 20px 30px;
  border-radius: 8px;
  width: 90%;
  max-width: 400px;
  text-align: center;
  font-size: 1rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
}

.close-button {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

@media (max-width: 480px) {
  .modal-content {
    margin: 30% auto;
    font-size: 0.95rem;
  }
}


section.kv .video {
  width: 45%;
  height: 1300px;
  margin: 0 auto;
  transition: all 0.5s;
}

section.kv .video video {
  border-radius: 28px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  object-fit: cover;
}

section.kv .video.expanded {
  width: 100%;
}

section.kv .video.expanded video {
  border-radius: 0;
}

.section02 {
  background: var(--black-01);
  height: auto;
  padding: var(--section-padding);
  text-align: center;
  position: relative;
}

.section02 .container {
  height: auto;
  align-items: center;
  justify-content: center;
}

.section02 .container .title {
  margin-bottom: 58px;
  font-weight: 700;
}

.section02 .container .title p {
  font-size: 1.5rem;
  color: var(--blue-01);
}

.section02 .container .title h2 {
  color: var(--white-01);
  font-size: 3rem;
  line-height: 140%;
}

.section02 .container .swiper {
  width: 100%;
  height: 100%;
}

.section02 .container .swiper .swiper-wrapper .swiper-slide {
  height: 650px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
}

.section02 .container .swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section02 .container .sec02_Swiper .swiper-slide {
  position: relative;
  /* 텍스트 오버레이를 위해 position relative */
  overflow: hidden;
  cursor: pointer;
}

.section03 {
  height: auto;
  padding: var(--section-padding);
  text-align: left;
  position: relative;
}

.section03 .title {
  margin-bottom: 58px;
  font-weight: 700;
}

.section03 .title p {
  font-size: 1.5rem;
  color: var(--blue-01);
}

.section03 .title h2 {
  color: var(--black-02);
  font-size: 3rem;
  line-height: 140%;
  font-weight: 700;
}

.section03 .box {
  position: relative;
  display: flex;
  height: 600px;
}

.section03 .box .content {
  position: absolute;
  left: calc(40% + 80px);
  color: var(--black-01);
  top: 15%;
}

.section03 .box .content .title {
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: 700;
}

.section03 .box .content .desc {
  font-size: 1.5rem;
  color: var(--blue-02);
  font-weight: 700;
  line-height: 1.5;
}

.section03 .box .swiper {
  width: 100%;
  border-radius: 40px;
  margin: unset;
  background-size: cover;
}

.section03 .box .swiper .swiper-button-prev,
.section03 .box .swiper .swiper-button-next {
  background-color: #fff;
  opacity: 0.7;
  padding: 25px 10px;
  border-radius: 20px;
  color: black !important;
  transition: all 0.3s;
}

.section03 .box .swiper .swiper-button-prev:hover,
.section03 .box .swiper .swiper-button-next:hover {
  opacity: 1;
}

.section03 .box .swiper .swiper-button-prev:after,
.section03 .box .swiper .swiper-button-next:after {
  font-size: 1.1rem !important;
  font-weight: 600 !important;
}

.section03 .box .swiper.swiper-lg {
  max-width: 40%;
}

.section03 .box .swiper.swiper-mini {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(60% - 80px);
  height: 250px;
  border-radius: 0;
}

.section03 .box .swiper.swiper-mini .swiper-slide {
  opacity: 0.3;
}

.section03 .box .swiper.swiper-mini .swiper-slide .img-wrapper {
  width: 100%;
  height: 100%;
}

.section03 .box .swiper.swiper-mini .swiper-slide .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 20px;
}

.section03 .box .swiper.swiper-mini .swiper-slide-thumb-active {
  opacity: 1;
}

.section03 .box .swiper .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.section03 .box .swiper .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.section04 {
  padding: var(--section-padding);
  text-align: center;
}

.section04 .row.partners {
  text-align: left;
}

.section04 .row.partners p {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--blue-01);
}

.section04 .row.partners h2 {
  font-size: 3rem;
  font-weight: 700;
}

.section04 .row.title {
  margin: 130px 0;
  display: flex;
  align-items: center;
}

.section04 .row.title h2 {
  font-size: 3rem;
  font-weight: 700;
  color: var(--black-01);
}

.section04 .row.title h2 span {
  display: block;
}

.section04 .swiper.logoSwiper .swiper-wrapper {
  transition-timing-function: linear;
}

.section04 .swiper.logoSwiper .swiper-wrapper .swiper-slide img {
  display: flex;
  align-items: center;
  width: 100px;
  object-fit: contain;
}

.section06 {
  position: relative;
  background: var(--blue-01);
  padding: var(--section-padding);
  text-align: center;
  color: var(--white-01);
  display: flex;
  justify-content: center;
  align-items: center;
}

.section06 p {
  font-size: 1.5rem;
  margin-bottom: 27px;
  font-weight: 500;
}

.section06 h2 {
  text-transform: uppercase;
  font-size: 6.25em;
  font-weight: 700;
  margin-bottom: 60px;
}

.section06 .sec06-btn {
  --glow-color: rgb(255, 255, 255);
  --glow-spread-color: rgba(255, 255, 255, 0.781);
  --enhanced-glow-color: rgb(60, 99, 228);
  --btn-color: rgb(44, 102, 209);
  border: 0.25em solid var(--glow-color);
  padding: 20px 60px;
  color: var(--glow-color);
  font-size: 15px;
  font-weight: bold;
  background-color: var(--btn-color);
  border-radius: 1em;
  outline: none;
  box-shadow: 0 0 1em 0.25em var(--glow-color), 0 0 4em 1em var(--glow-spread-color), inset 0 0 0.75em 0.25em var(--glow-color);
  text-shadow: 0 0 0.5em var(--glow-color);
  position: relative;
  transition: all 0.3s;
}

.section06 .sec06-btn::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 120%;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--glow-spread-color);
  filter: blur(2em);
  opacity: 0.7;
  transform: perspective(1.5em) rotateX(35deg) scale(1, 0.6);
}

.section06 .sec06-btn:hover {
  color: var(--btn-color);
  background-color: var(--glow-color);
  box-shadow: 0 0 1em 0.25em var(--glow-color), 0 0 4em 2em var(--glow-spread-color), inset 0 0 0.75em 0.25em var(--glow-color);
}

.section06 .sec06-btn:active {
  box-shadow: 0 0 0.6em 0.25em var(--glow-color), 0 0 2.5em 2em var(--glow-spread-color), inset 0 0 0.5em 0.25em var(--glow-color);
}

footer {
  background-color: #ffffff;
  color: #1a1a1a;
  padding: 60px 0 30px;
  border-top: 1px solid #e2e8f0;
  transition: all 0.3s ease;
  /* 푸터 그리드 레이아웃 */
  /* 회사 정보 섹션 */
  /* 소셜 미디어 아이콘 */
  /* 링크 섹션 */
  /* 하단 바 */
  /* 다크 모드 토글 */
}

footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  margin-bottom: 50px;
}

footer .brand-section {
  max-width: 280px;
}

footer .logo {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

footer .company-desc {
  color: #4a5568;
  margin-bottom: 20px;
  font-size: 16px;
}

footer .footer.dark .company-desc {
  color: #adb5bd;
}

footer .social-links {
  display: flex;
  gap: 15px;
}

footer .social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

footer .social-icon:hover {
  background-color: #4f46e5;
  color: white;
  transform: translateY(-3px);
}

footer .footer-section h3 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}

footer .footer-links {
  list-style: none;
}

footer .footer-links li {
  margin-bottom: 12px;
}

footer .footer-links a {
  color: #4a5568;
  text-decoration: none;
  transition: color 0.2s;
  font-size: 15px;
}

footer .footer.dark .footer-links a {
  color: #adb5bd;
}

footer .footer-links a:hover {
  color: #4f46e5;
}

footer .footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 1px solid #e2e8f0;
}

footer .footer-bottom p {
  color: #4a5568;
  font-size: 14px;
}

footer .theme-toggle {
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}

footer body.dark-mode footer {
  background-color: #1e1e1e;
  color: #cccccc;
}

footer body.dark-mode .footer-links a {
  color: #cccccc;
}

footer body.dark-mode .social-icon svg {
  stroke: #cccccc;
}

footer body.dark-mode .theme-toggle {
  background-color: #2b2b2b;
  color: #ffffff;
}

@media (max-width: 1280px) {
  .container {
    width: 100%;
  }

  section.kv .title .next {
    top: 8%;
  }

  section.kv .video {
    width: 60%;
    height: 600px;
  }

  .section02 .container .swiper .swiper-wrapper .swiper-slide {
    height: 437px;
  }

  .section03 .box .swiper.swiper-mini {
    height: 209px;
  }

  .section04 .row.title h2 {
    font-size: 48px;
    font-weight: 700;
    color: var(--black-01);
  }
}

/* 반응형 디자인 */
@media (max-width: 1024px) {
  .me-2 {
    display: none;
  }

  section.kv .title .next img {
    width: 50px;
  }

  .section02 .container .swiper .swiper-wrapper .swiper-slide {
    height: 300px;
  }

  .section04 .row.title h2 {
    font-size: 37px;
    font-weight: 700;
    color: var(--black-01);
  }

  .section06 p {
    font-size: 1.2rem;
  }

  .section06 h2 {
    font-size: 4rem;
  }
}

@media (max-width: 768px) {
  section.kv .title .next {
    top: 8.7%;
  }

  section.kv .video {
    height: 614px;
    width: 100%;
  }

  section.kv .video video {
    border-radius: 0;
  }

  .box {
    flex-direction: column;
  }

  .box .content {
    position: static;
    padding: 0 10% 2rem;
  }

  .section03 .box .swiper.swiper-lg {
    max-width: 80%;
    height: 300px;
    margin: 2rem auto;
  }

  .section03 .box .swiper.swiper-mini {
    position: static;
    width: 80%;
    margin: auto;
  }

  .section03 .title {
    margin-bottom: 27px;
  }

  .section03 .box .content {
    position: static;
    left: calc(33% + 80px);
    color: var(--black-01);
    top: 10%;
  }

  .section03 .box .swiper.swiper-mini {
    position: static;
    height: 130px;
    border-radius: 0;
  }

  .section03 .box .content .title {
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 700;
  }

  .section04 .row.title h2 {
    font-size: 26px;
    font-weight: 700;
    color: var(--black-01);
  }

  .section06 p {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .section06 h2 {
    font-size: 45px;
  }
}

@media (max-width: 586px) {
  :root {
    --swiper-navigation-size: 27px;
  }

  .container {
    padding: 0 30px;
  }

  section.kv .title {
    padding: 120px 0 80px 0;
  }

  section.kv .title .next img {
    width: 35px;
  }

  section.kv .title h1 {
    font-size: 3rem;
    margin-bottom: 20px;
  }

  section.kv .title h2 {
    font-size: 1.5rem;
    color: var(--blue-02);
    font-weight: 700;
  }

  section.kv .title .next {
    top: 6.5%;
  }

  section.kv .video {
    height: 600px;
  }

  .section02 .container .title p {
    font-size: 1rem;
  }

  .section02 .container .title h2 {
    font-size: 2rem;
  }

  .section02 .container .title {
    margin-bottom: 30px;
  }

  .section02 .container .swiper .swiper-wrapper .swiper-slide {
    height: 180px;
    border-radius: 20px;
  }

  .section03 .title p {
    font-size: 1rem;
  }

  .section03 .title h2 {
    font-size: 2rem;
  }

  .section03 .title {
    margin-bottom: 10px;
  }

  .section03 .box .swiper.swiper-lg {
    max-width: 100%;
  }

  .section03 .box .swiper.swiper-mini {
    width: 100%;
    height: 80px;
  }

  .section04 .swiper.logoSwiper .swiper-wrapper .swiper-slide img {
    width: 40px;
  }

  video {
    height: 600px;
  }

  .section04 .row.partners p {
    font-size: 1rem;
  }

  .section04 .row.partners h2 {
    font-size: 2rem;
  }

  .section04 .row.title {
    margin: 80px 0;
  }

  .section04 .row.title h2 {
    font-size: 26px;
    letter-spacing: -1px;
  }

  .section06 p {
    margin-bottom: 30px;
  }

  .section06 .sec06-btn {
    padding: 10px 40px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  footer .footer-section h3 {
    font-size: 1.2rem;
  }

  footer .footer-links a {
    font-size: 1rem;
  }
}

@media (max-width: 500px) {
  section.kv .title .next {
    top: 8.5%;
  }

  .section03 .box .content {
    padding: 0 5% 1rem;
  }

  .section06 .sec06-btn {
    --glow-spread-color: rgba(255, 255, 255, 0.381);
  }
}

/*# sourceMappingURL=style.css.map */