@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
/* 배너 설명 여백 최소화 */
.banner-extra {
  position: relative;
  top: -42px;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 1.4;
}

@font-face {
  font-family: "Cafe24ShiningStar";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Shiningstar.woff")
    format("woff");
  font-weight: normal;
  font-display: swap;
}
.scroll-down {
  animation: scrollDownUp 1.6s ease-in-out infinite alternate;
}

@keyframes scrollDownUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(18px);
  }
}

/* 배너 바로가기 링크 스타일 */

/* musinsa-codimap-arrow 방향 명확하게 */
.musinsa-codimap-arrow.prev span {
  transform: rotate(180deg) !important;
  display: block;
}
.musinsa-codimap-arrow.next span {
  transform: rotate(0deg) !important;
  display: block;
}
.banner-link {
  display: inline-block;
  margin-top: 12px;
  padding: 6px 18px;
  background: #ffee00;
  color: #2e2e2e;
  font-weight: 700;
  border-radius: 20px;
  font-size: 18px;
  text-decoration: none;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); */
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 24px;
  z-index: 20;
  /* 반짝임 애니메이션 적용 */
  box-shadow: 0 0 8px 2px #ffee0088;
  animation: sparkle-banner-link 1.5s infinite alternate;
}
.banner-link:hover {
  background: #ffe600;
  color: #222;
  /* box-shadow: 0 4px 16px #ffee0088; */
  animation: sparkle-banner-link 0.9s infinite alternate;
  box-shadow: 0 0 12px 4px #ffee0088, 0 0 20px 8px #fff20033;
}
/* Fixed header offset for anchor scroll */
#section3,
#section4,
#section5,
#banner-section,
#section6 {
  scroll-margin-top: 70px;
  padding-top: 0.1px;
}

@keyframes sparkle-banner-link {
  0% {
    box-shadow: 0 0 4px 1px #ffee0088, 0 0 0px 0px #fff20000;
    filter: brightness(1);
  }
  30% {
    box-shadow: 0 0 12px 4px #ffee0088, 0 0 20px 8px #fff20033;
    filter: brightness(1.07);
  }
  60% {
    box-shadow: 0 0 8px 2px #ffee0088, 0 0 12px 4px #fff20022;
    filter: brightness(1.03);
  }
  100% {
    box-shadow: 0 0 4px 1px #ffee0088, 0 0 0px 0px #fff20000;
    filter: brightness(1);
  }
}
@keyframes tabRotate {
  0% {
    transform: scale(1) rotate(0deg);
  }
  30% {
    transform: scale(1.08) rotate(-7deg);
  }
  60% {
    transform: scale(1.08) rotate(7deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
.musinsa-codimap-pagination .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d1d5db !important;
  opacity: 1 !important;
  margin: 0 4px !important;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 1px 4px #0001;
  display: block !important;
  z-index: 30;
}
.musinsa-codimap-pagination .dot.active {
  background: #111 !important;
  box-shadow: 0 2px 8px #0002;
}
.musinsa-codimap-pagination {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex !important;
  gap: 8px;
  z-index: 20;
  width: auto;
  min-width: 60px;
  pointer-events: auto;
}
.musinsa-codimap-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d1d5db;
  opacity: 1;
  margin: 0 4px;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 1px 4px #0001;
}
.musinsa-codimap-pagination .swiper-pagination-bullet-active {
  background: #111;
  box-shadow: 0 2px 8px #0002;
}

/* Etc Work 하단 버튼 및 Work2 Swiper */
.etc-work-tab-buttons {
  position: relative;
  display: flex;
  gap: 32px;
  justify-content: flex-end;
  top: -20px;
  left: -40px;
  background: transparent;
  padding-right: 60px;
}
.etc-work-tab-btn {
  font-size: 1.1rem;
  font-weight: 500;
  padding: 8px 22px;
  border: none;
  background: #fff;
  color: #3c444d;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.18s, color 0.18s,
    box-shadow 0.35s cubic-bezier(0.4, 0.2, 0.2, 1),
    filter 0.35s cubic-bezier(0.4, 0.2, 0.2, 1);
  border-radius: 30px;
}
.etc-work-tab-btn:hover,
.etc-work-tab-btn:focus {
  animation: tabRotate 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
  will-change: transform;
  background: #fff;
  color: #4b77a4;
  box-shadow: 0 0 8px 1px #1b1b1b9f, 0 0 16px 4px #3a3a3a33;
  filter: brightness(1.08) drop-shadow(0 0 3px #b3e0ff44);
  outline: none;
  outline: none;
  min-width: 70px;
  box-shadow: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.etc-work-tab-btn.active {
  background: #4b77a4;
  color: #fff;
  z-index: 2;
}
.etc-work-content {
  display: none;
}
.etc-work-content.active {
  display: block;
}
.etc-work2-swiper-wrap {
  max-width: 600px;
  margin: 0 auto;
  padding: 40px 0 0 0;
}
.etc-work2-swiper {
  width: 100%;
  max-width: 600px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  background: #fff;
  position: relative;
}
.etc-work2-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 420px;
  background: #f7f7f7;
}
.etc-work2-swiper img {
  max-width: 100%;
  max-height: 380px;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.etc-work2-swiper-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}
.etc-work2-prev,
.etc-work2-next {
  background: #fff;
  border: 1.5px solid #386ca0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, border 0.2s;
  pointer-events: auto;
}
.etc-work2-prev:hover,
.etc-work2-next:hover {
  background: #386ca0;
  border-color: #386ca0;
}
.etc-work2-prev img,
.etc-work2-next img {
  width: 18px;
  height: 18px;
  filter: invert(34%) sepia(41%) saturate(1100%) hue-rotate(176deg)
    brightness(90%) contrast(90%);
}
.etc-work2-prev:hover img,
.etc-work2-next:hover img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(200%)
    contrast(100%);
}

/* MUSINSA Codimap Work 2 레이아웃 */
.musinsa-codimap-layout {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  background: #fafbfc;
  border-radius: 24px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  /* padding: 60px 40px 60px 80px; */
  min-height: 520px;
  max-width: 1200px;
  margin: 0 auto 60px auto;
}
.musinsa-codimap-left {
  flex: 0 0 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.musinsa-codimap-image {
  position: relative;
  width: 600px;
  height: 600px;
  /* background: #f3f3f3; */
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07); */
}
.musinsa-codimap-image img {
  width: 560px;
  height: 560px;
  object-fit: scale-down;
  border-radius: 12px;
  background: #fff;
}
.musinsa-codimap-pagination {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.musinsa-codimap-pagination .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d1d5db;
  transition: background 0.2s;
}
.musinsa-codimap-pagination .dot.active {
  background: #222;
}
.musinsa-codimap-right {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 320px;
  max-width: 420px;
  padding-left: 30px;
}
.musinsa-codimap-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  align-items: center;
}
.musinsa-codimap-tab {
  background: #f3f3f3;
  color: #222;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  padding: 8px 24px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.musinsa-codimap-tab.active {
  background: #111;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.musinsa-codimap-title {
  font-size: 40px;
  font-weight: 700;
  color: #3c444d;
  margin-bottom: 18px;
  margin-top: 10px;
  letter-spacing: 0.01em;
}
.musinsa-codimap-viewmore {
  font-size: 1.05rem;
  color: #222;
  font-weight: 500;
  text-decoration: none;
  margin-top: 30px;
  margin-bottom: 32px;
  display: inline-block;
  transition: color 0.2s;
}
.musinsa-codimap figure img {
  padding: 18px;
}
.musinsa-codimap-viewmore:hover {
  color: #386ca0;
  text-decoration: underline;
}
.musinsa-codimap-arrow {
  margin-top: 18px;
  background: #3c444d;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.15s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.musinsa-codimap-arrow:hover {
  background: #386ca0;
  color: #fff;
  transform: scale(1.08);
}
@media (max-width: 1024px) {
  .musinsa-codimap-layout {
    flex-direction: column;
    padding: 40px 10px;
    gap: 30px;
    min-height: 0;
  }
  .musinsa-codimap-left,
  .musinsa-codimap-right {
    max-width: 100%;
    padding-left: 0;
    align-items: center;
  }
  .musinsa-codimap-right {
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .musinsa-codimap-layout {
    padding: 20px 2vw;
    gap: 16px;
  }
  .musinsa-codimap-image {
    width: 90vw;
    height: 60vw;
    min-width: 0;
    min-height: 0;
  }
  .musinsa-codimap-image img {
    width: 80vw;
    height: 50vw;
  }
}
/* musinsa Swiper 갤러리 스타일 */
.musinsa-gallery-wrap {
  max-width: 600px;
  margin: 0 auto 40px auto;
  padding: 32px 0 24px 0;
  text-align: center;
}
.musinsa-title {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 18px;
  letter-spacing: 0.1em;
}
/* musinsa Swiper 갤러리 스타일 (이미지 크게) */
.musinsa-swiper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 18px auto;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  background: #fff;
}
.musinsa-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 480px;
  background: #f7f7f7;
}
.musinsa-swiper img {
  max-width: 100%;
  max-height: 440px;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.musinsa-nav {
  display: flex;
  justify-content: space-between;
  margin: 0 16px 0 16px;
  position: relative;
  top: -48px;
  z-index: 2;
}
.musinsa-prev,
.musinsa-next {
  background: #fff;
  border: 1px solid #386ca0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, border 0.2s;
}
.musinsa-prev:hover,
.musinsa-next:hover {
  background: #386ca0;
  border-color: #386ca0;
}
.musinsa-prev img,
.musinsa-next img {
  width: 18px;
  height: 18px;
  filter: invert(34%) sepia(41%) saturate(1100%) hue-rotate(176deg)
    brightness(90%) contrast(90%);
}
.musinsa-prev:hover img,
.musinsa-next:hover img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(200%)
    contrast(100%);
}
.musinsa-pagination {
  position: relative;
  bottom: 0;
  margin-top: 8px;
}
.musinsa-desc {
  font-size: 1rem;
  color: #555;
  margin-top: 10px;
}
/* Etc Work 탭 스타일 */
.etc-work-tabs {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-bottom: 24px;
}
.etc-work-tab {
  background: #f5f7fa;
  border: 1px solid #386ca0;
  color: #386ca0;
  padding: 8px 20px;
  border-radius: 20px 20px 0 0;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.etc-work-tab.active {
  background: #386ca0;
  color: #fff;
  border-bottom: 2px solid #fff;
  z-index: 1;
}
.etc-work-content {
  display: none;
}
.etc-work-content.active {
  display: block;
}
/* CONTACT 섹션 전체 반짝반짝 효과 */

.contect-section .sparkle-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
}

.sparkle-dot {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 90%, #b3c7df 100%);
  opacity: 0.95;
  animation: sparkleDot 2.5s infinite ease-in-out;
  box-shadow: 0 0 2px 1px #fff, 0 0 4px 2px #b3c7df;
  filter: blur(0.3px);
}

@keyframes sparkleDot {
  0%,
  100% {
    opacity: 0.7;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.3);
  }
}
/* 마우스 별 효과 */
.star {
  position: fixed;
  pointer-events: none;
  border-radius: 50%;
  z-index: 9999;
  animation: sparkleAnimation 1s ease-out forwards;
  border: none;
  outline: none;
  will-change: transform, opacity;
  transform: translateZ(0);
}

@keyframes sparkleAnimation {
  0% {
    opacity: 1;
    transform: scale(0) rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: scale(1.2) rotate(180deg);
  }
  100% {
    opacity: 0;
    transform: scale(0.8) rotate(360deg);
  }
}

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

html {
  scroll-behavior: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

@keyframes scrollDownMove {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(18px);
  }
}

.yunseul-picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  background: #4b77a4;
  background: linear-gradient(
    180deg,
    rgba(75, 119, 164, 1) 0%,
    rgba(75, 119, 164, 0.6) 53%,
    rgba(75, 119, 164, 0) 100%
  );
}

@keyframes sparkle {
  0%,
  100% {
    opacity: 1;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8),
      0 0 20px rgba(255, 255, 255, 0.6), 0 0 30px rgba(255, 255, 255, 0.4);
  }
  50% {
    opacity: 0.7;
    text-shadow: 0 0 20px rgba(255, 255, 255, 1),
      0 0 40px rgba(255, 255, 255, 0.8), 0 0 60px rgba(255, 255, 255, 0.6),
      0 0 80px rgba(255, 255, 255, 0.4);
  }
}

.yunseul-pic dl dt {
  z-index: 2;
  font-size: 40px;
  margin-bottom: 5px;
}

.yunseul-pic dl dd {
  font-size: 30px;
}

.wave img {
  width: 40px;
  height: auto;
}

/* Swiper Pagination */
.swiper-pagination {
  bottom: 30px;
}

.swiper-pagination-bullet-active {
  background: #000;
}

.samsung-bg {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(179, 216, 255, 0.95) 0%,
    rgba(179, 216, 255, 0.85) 20%,
    rgba(74, 144, 226, 0.55) 45%,
    rgba(74, 144, 226, 0.25) 65%,
    rgba(179, 216, 255, 0.1) 80%,
    rgba(179, 216, 255, 0.03) 95%,
    rgba(179, 216, 255, 0) 100%
  );
  border-radius: 50%;
  top: 40%;
  left: 40%;
  transform: translate(-50%, -50%) scale(0.7);
  z-index: 5;
  box-shadow: 0 0 40px 10px #b3d8ff66, 0 0 80px 20px #4a90e222;
  /* animation: samsungGlow 2.5s infinite alternate; */
}

@keyframes samsungGlow {
  0% {
    box-shadow: 0 0 40px 10px #b3d8ff66, 0 0 80px 20px #4a90e222;
    filter: brightness(1.05);
    opacity: 0.85;
    transform: translate(-50%, -50%) scale(0.7);
  }
  60% {
    box-shadow: 0 0 80px 30px #b3d8ff99, 0 0 120px 50px #4a90e244;
    filter: brightness(1.13);
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.05);
  }
  100% {
    box-shadow: 0 0 40px 10px #b3d8ff66, 0 0 80px 20px #4a90e222;
    filter: brightness(1.08);
    opacity: 0.92;
    transform: translate(-50%, -50%) scale(0.9);
  }
}

@keyframes barExpand {
  from {
    width: 0;
  }
  to {
    width: 300px;
  }
}

@keyframes barHide {
  from {
    width: 300px;
  }
  to {
    width: 0;
  }
}

.view-pro {
  font-size: 20px;
  font-weight: 500;
  color: #3c444d;
}

/* 제주맥주 */

.jeju-bg {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(59, 197, 202, 0.95) 0%,
    rgba(59, 197, 202, 0.85) 20%,
    rgba(59, 197, 202, 0.55) 45%,
    rgba(59, 197, 202, 0.18) 70%,
    rgba(59, 197, 202, 0.06) 85%,
    rgba(59, 197, 202, 0.01) 97%,
    rgba(59, 197, 202, 0) 100%
  );
  border-radius: 50%;
  top: 40%;
  left: 40%;
  transform: translate(-50%, -50%) scale(0.7);
  z-index: 5;
  box-shadow: 0 0 80px 30px #3bc5ca33, 0 0 160px 60px #3bc5ca11;
  /* animation: samsungGlow 2.5s infinite alternate; */
}

.jeju {
  border: none;
  display: flex;
  position: relative;
  height: 780px;
}

.jeju-info {
  position: static;
  color: #000000;
  text-align: center;
  flex-direction: column;
  display: flex;
  gap: 30px;
}

.jeju-title {
  font-size: 50px;
  font-weight: 700;
  padding: 20px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.jeju-title::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 0;
  height: 25px;
  background-color: #3bc5ca;
  z-index: -1;
}

.jeju-title.animate-bar::after {
  animation: barExpand 0.5s ease-out forwards;
}

.jeju-title.hide-bar::after {
  animation: barHide 0.3s ease-out forwards;
}

.jeju-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
  gap: 80px;
}

.fashion-card {
  width: 1400px;
  border-radius: 20px;
  padding: 60px;
}

.thumbnail-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.thumbnail {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
  background: #f0f0f0;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.thumbnail:hover {
  transform: scale(1.05);
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.thumbnail:hover img:not(.color-filter) {
  filter: grayscale(70%);
  transform: scale(1.1);
}

.thumbnail:hover img.color-filter {
  filter: brightness(1.1) contrast(1.05);
  transform: scale(1.1);
}

.fashion-text {
  font-size: 20px;
}

.fashion-title .char.scrambling {
  animation: scramble 0.1s infinite;
}

@keyframes scramble {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}

.fashion-description {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}

.fashion-description p {
  margin-bottom: 10px;
}

/* Toggle Switch Styles */
.toggle-container {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 20px 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background: white;
  transition: 0.4s;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.toggle-text {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  transition: color 0.3s ease;
}

input:checked ~ .toggle-text {
  color: #4ecdc4;
}

/* 이미지 및 비디오 필터 효과 */
.grayscale-filter {
  filter: grayscale(100%);
  transition: filter 0.5s ease-in-out;
}

.color-filter {
  filter: grayscale(0%);
  transition: filter 0.5s ease-in-out;
}

.grayscale-filter:hover {
  filter: grayscale(70%);
}

.color-filter:hover {
  filter: brightness(1.1) contrast(1.05);
}

/* 반응형 디자인 */
@media (max-width: 1024px) {
  .fashion-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .fashion-info {
    padding-left: 0;
    text-align: center;
  }

  .graduation-fashion {
    padding: 40px 30px;
  }
}

@media (max-width: 768px) {
  .main-images {
    grid-template-columns: 1fr;
  }

  .thumbnail-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .fashion-title {
    font-size: 36px;
  }
}

.yunseul-text {
  color: #fff;
  /* background: rgba(255, 255, 255, 0.85); */
  font-size: 20px;
  font-weight: 700;
  top: 470px;
  left: 35%;
  /* padding: 12px 32px; */
  /* border-radius: 12px; */
  z-index: 100;
  position: relative;
  opacity: 1 !important;
  display: inline-block !important;
  visibility: visible !important;
}
/* .contect-title:hover {
  color: #ddd;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
} */

.contect-title .char {
  display: inline-block;
  transition: all 0.3s ease;
}

.contect-title .char.scrambling {
  animation: scramble 0.1s infinite;
}

/* .contect-info dl dt::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 0;
  height: 15px;
  background-color: rgb(167, 216, 255);
  z-index: -1;
  transition: width 1s ease-out 1s;
} */

.number {
  margin-bottom: 30px;
}

/* CONTACT 섹션 전체 반짝반짝 효과 */

.contect-section .sparkle-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
}

.sparkle-dot {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 90%, #b3c7df 100%);
  opacity: 0.95;
  animation: sparkleDot 2.5s infinite ease-in-out;
  box-shadow: 0 0 2px 1px #fff, 0 0 4px 2px #b3c7df;
  filter: blur(0.3px);
}

@keyframes sparkleDot {
  0%,
  100% {
    opacity: 0.7;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.3);
  }
}
/* 마우스 별 효과 */
.star {
  position: fixed;
  pointer-events: none;
  border-radius: 50%;
  z-index: 9999;
  animation: sparkleAnimation 1s ease-out forwards;
  border: none;
  outline: none;
  will-change: transform, opacity;
  transform: translateZ(0);
}

@keyframes sparkleAnimation {
  0% {
    opacity: 1;
    transform: scale(0) rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: scale(1.2) rotate(180deg);
  }
  100% {
    opacity: 0;
    transform: scale(0.8) rotate(360deg);
  }
}

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

html {
  scroll-behavior: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.yunseul-start {
  margin-top: 0;
  padding-top: 40px;
  width: 100%;
  height: 100vh;
  color: #000000;
  text-align: left;
  font-size: clamp(80px, 12vw, 178px) !important;
  line-height: 1.2;
  font-weight: 700;
  transform-origin: center center;
  position: relative;
}

.yunseul-start p {
  position: relative;
  left: 100px;
  margin: 0;
  padding: 0px;
  line-height: 1.2;
  top: 130px;
  color: #3c444d;
}

.yunseul-start p .highlight {
  color: #386ca0;
  display: inline-block;
  line-height: inherit;
  vertical-align: baseline;
}

.start-wrap {
  position: absolute;
  top: 635px;
  left: 960px;
  z-index: 10;
  width: 620px;
  height: auto;
}

.yunseul-wrap {
  position: absolute;
  top: 455px;
  left: 1200px;
  z-index: 10;
  width: 450px;
  height: auto;
  transform: rotate(10deg);
}

section {
  position: relative;
  height: 100svh;
  width: 100%;
  overflow: hidden;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}

section.section2 {
  height: fit-content;
  background: #00274e;
}

.scroll-down {
  position: absolute;
  bottom: 5rem;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 15px;
  color: #386ca0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.image-motion {
  width: 100%;
  height: 100%;
  transform-origin: 50% 0;
}

.image-motion img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff;
}

.yunseul-pic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
}
.yunseul-picture {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.yunseul-pic dl {
  text-align: center;
  padding: 0 20px;
  color: #fff;
  line-height: 1.5;
  animation: sparkle 3s ease-in-out infinite;
  font-family: "Cafe24ShiningStar", cursive;
}

@keyframes sparkle {
  0%,
  100% {
    opacity: 1;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8),
      0 0 20px rgba(255, 255, 255, 0.6), 0 0 30px rgba(255, 255, 255, 0.4);
  }
  50% {
    opacity: 0.7;
    text-shadow: 0 0 20px rgba(255, 255, 255, 1),
      0 0 40px rgba(255, 255, 255, 0.8), 0 0 60px rgba(255, 255, 255, 0.6),
      0 0 80px rgba(255, 255, 255, 0.4);
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 4px rgba(130, 155, 221, 0.1);
  display: flex;
  align-items: center;
  justify-content: right;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.header.visible {
  opacity: 1;
  pointer-events: auto;
}

.nav {
  position: relative;
  left: -30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.header .nav a {
  /* border: 1px solid #000; */
  font-weight: 400;
  padding: 9px 50px;
  text-decoration: none;
  font-size: 18px;
  white-space: nowrap;
  color: #3c444d;
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    to right,
    #000 0%,
    #000 0%,
    transparent 0%,
    transparent 100%
  );
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: color 0.3s ease;
}

.header .nav a span {
  position: relative;
  z-index: 1;
}

/* .header .nav a:hover {
} */

.profile {
  order: -1;
  margin-right: 40px;
}

.profile img {
  width: 522px;
  height: 321px;
  object-fit: cover;
  border-radius: 25px;
}

.section3 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-wrap {
  width: 1430px;
  margin: 0 auto;
}

.about-me {
  display: flex;
  gap: 10px;
}
.about-me h2 {
  position: relative;
  font-size: 140px;
  font-weight: 700;
  bottom: -50px;
  color: #a8c1db;
}

.wrap {
  position: absolute;
  top: 135px;
  left: 0;
  z-index: 10;
  transform: rotate(-10deg);
  width: 620px;
  height: auto;
}

.about-title {
  position: relative;
  top: -42px;
}

.about-info {
  margin-top: 50px;
  display: flex;
  gap: 40px;
}

.about-info > * {
  flex: 1 1 auto;
}

.info-name,
.info-birth {
  display: flex;
  align-items: baseline;
  gap: 15px;
}

.info-name p {
  margin-top: 0;
  font-size: 20px;
  line-height: 1.6;
  color: #000000;
}

.about-info p {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}

.name-birth {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 30px;
}
.about-info strong {
  padding: 5px 20px;
  background: #3c444d;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  display: inline-block;
}
.skill-experience {
  display: flex;
  gap: 40px;
}

.experience strong {
  padding: 5px 20px;
  background: #3c444d;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  display: inline-block;
}

.experience ul {
  margin-top: 15px;
}

.experience li {
  margin-bottom: 13px;
}

.skill-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 15px;
}

.skill-item img {
  width: 40px;
  height: 40px;
}

.skill strong {
  padding: 5px 20px;
  background: #3c444d;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 15px;
  display: inline-block;
}

.skill-item::after {
  content: "";
  flex: 1;
  width: 460px;
  height: 10px;
  background-color: #e0e0e0;
  border-radius: 10px;
  margin-left: 15px;
  background-image: linear-gradient(to right, #3c444d, #3c444d);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  transition: background-size 1.5s ease-out 0.5s;
}

.skill-item.animate::after {
  background-size: calc(var(--bar-width, 460px) / 460px * 100%) 100%;
  border-radius: 10px;
}

.wave img {
  width: 40px;
  height: auto;
}

.section4 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.website-slider-wrap {
  width: 1392px;
  height: 780px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.swiper-bth {
  width: 50px;
  position: absolute;
  bottom: 110px;
  right: 285px;
  width: fit-content;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.swiper-bth button {
  position: relative;
  z-index: 10;
  pointer-events: auto;
}

/* Swiper Pagination */
.swiper-pagination {
  bottom: 30px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #386ca0;
}

.samsung-project {
  position: absolute;
  z-index: 100;
  width: 500px;
  height: auto;
  top: -50px;
  left: 50px;
  font-size: 220px;
  font-weight: 700;
  transform-origin: bottom center;
  transform: scale(1);
  color: #3c444d;
}

.samsung-design {
  top: 30px;
  position: relative;
}

.samsung-design figure img {
  width: 600px;
  height: auto;
  position: relative;
  left: -100px;
  z-index: 10;
}

@keyframes expandCircle {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

.samsung {
  border: none;
  display: flex;
  position: relative;
  height: 780px;
}

.samsung-info {
  position: static;
  color: #000000;
  text-align: center;
  flex-direction: column;
  display: flex;
  gap: 30px;
}

.samsung-title {
  font-size: 50px;
  font-weight: 700;
  padding: 20px;
  align-items: center;
  position: relative;
  z-index: 2;
  color: #3c444d;
}

.samsung-title::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 0;
  height: 25px;
  background-color: #7eace0;
  z-index: -1;
}

.samsung-title.animate-bar::after {
  animation: barExpand 0.5s ease-out forwards;
}

.samsung-title.hide-bar::after {
  animation: barHide 0.2s ease-out forwards;
}

@keyframes barExpand {
  from {
    width: 0;
  }
  to {
    width: 300px;
  }
}

@keyframes barHide {
  from {
    width: 300px;
  }
  to {
    width: 0;
  }
}

.samsung-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
  gap: 80px;
}

.redesign {
  font-size: 25px;
  font-weight: 500;
  color: #3c444d;
}
.view {
  font-size: 20px;
  font-weight: 500;
  color: #3c444d;
}

/* 프로젝트용 nav-arrow 방향만 다르게 */
.website-slider-wrap .project-prev span,
.musinsa-codimap-arrow.project-prev span {
  transform: rotate(360deg) !important;
  display: block;
}
.website-slider-wrap .project-next span,
.musinsa-codimap-arrow.project-next span {
  transform: rotate(0deg) !important;
  display: block;
}

/* 제주맥주 */

.jeju-design {
  top: 30px;
  position: relative;
}

.jeju-design figure img {
  width: 600px;
  height: auto;
  position: relative;
  left: -100px;
  z-index: 10;
}

.jeju {
  border: none;
  display: flex;
  position: relative;
  height: 780px;
}

.jeju-info {
  position: static;
  color: #000000;
  text-align: center;
  flex-direction: column;
  display: flex;
  gap: 30px;
}

.jeju-title {
  font-size: 50px;
  font-weight: 700;
  padding: 20px;
  align-items: center;
  position: relative;
  z-index: 2;
  color: #3c444d;
}

.jeju-title::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 0;
  height: 25px;
  background-color: #84c8ca;
  z-index: -1;
}

.jeju-title.animate-bar::after {
  animation: barExpand 0.5s ease-out forwards;
}

.jeju-title.hide-bar::after {
  animation: barHide 0.3s ease-out forwards;
}

.jeju-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
  gap: 80px;
}

/* 오르빗*/

.orbit-design {
  top: 30px;
  position: relative;
}

.orbit-design figure img {
  width: 600px;
  height: auto;
  position: relative;
  left: -100px;
  z-index: 10;
  top: 30px;
}

.orbit {
  border: none;
  display: flex;
  position: relative;
  height: 780px;
}

.orbit-info {
  position: static;
  color: #000000;
  text-align: center;
  flex-direction: column;
  display: flex;
  gap: 30px;
}

.orbit-title {
  font-size: 50px;
  font-weight: 700;
  padding: 20px;
  align-items: center;
  position: relative;
  z-index: 2;
  color: #3c444d;
}

.orbit-title::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 0;
  height: 25px;
  background-color: #c8b7d4;
  z-index: -1;
}

.orbit-title.animate-bar::after {
  animation: barExpand 0.5s ease-out forwards;
}

.orbit-title.hide-bar::after {
  animation: barHide 0.3s ease-out forwards;
}

.orbit-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
  gap: 80px;
}

.orbit-bg {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(169, 138, 191, 0.95) 0%,
    rgba(169, 138, 191, 0.85) 20%,
    rgba(169, 138, 191, 0.55) 45%,
    rgba(169, 138, 191, 0.18) 70%,
    rgba(169, 138, 191, 0.06) 85%,
    rgba(169, 138, 191, 0.01) 97%,
    rgba(169, 138, 191, 0) 100%
  );
  border-radius: 50%;
  top: 40%;
  left: 40%;
  transform: translate(-50%, -50%) scale(0.7);
  z-index: 5;
  box-shadow: 0 0 80px 30px #c7a1e633, 0 0 160px 60px #e0c3fc11;
  /* animation: samsungGlow 2.5s infinite alternate; */
}

/* ZARA 슬라이드 */
.zara-bg {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(44, 44, 44, 0.95) 0%,
    rgba(44, 44, 44, 0.85) 20%,
    rgba(44, 44, 44, 0.55) 45%,
    rgba(44, 44, 44, 0.18) 70%,
    rgba(44, 44, 44, 0.06) 85%,
    rgba(44, 44, 44, 0.01) 97%,
    rgba(44, 44, 44, 0) 100%
  );
  border-radius: 50%;
  top: 40%;
  left: 40%;
  transform: translate(-50%, -50%) scale(0.7);
  z-index: 5;
  box-shadow: 0 0 80px 30px #22222233, 0 0 160px 60px #22222211;
}

.zara {
  border: none;
  display: flex;
  position: relative;
  height: 780px;
}
.zara-info {
  position: static;
  color: #222;
  text-align: center;
  flex-direction: column;
  display: flex;
  gap: 30px;
}
.zara-title {
  font-size: 50px;
  font-weight: 700;
  padding: 20px;
  align-items: center;
  position: relative;
  z-index: 2;
  color: #222;
}
.zara-title::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 0;
  height: 25px;
  background-color: #9e9e9e;
  z-index: -1;
}
.zara-title.animate-bar::after {
  animation: barExpand 0.5s ease-out forwards;
}
.zara-title.hide-bar::after {
  animation: barHide 0.3s ease-out forwards;
}
.zara-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
  gap: 80px;
}
.zara-design {
  top: 30px;
  position: relative;
}
.zara-design figure img {
  width: 600px;
  height: auto;
  position: relative;
  left: -100px;
  z-index: 10;
}

/* Etc Work 섹션 */
.section5 {
  background-color: #ededed;
  padding: 100px 0;
  min-height: 100vh;
}

.etc-work-container {
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 20px;
}

.etc-work-header {
  text-align: center;
  margin-bottom: 10px;
}

.etc-work-title {
  position: relative;
  font-size: 220px;
  font-weight: 700;
  color: #3c444d;
  margin: 0;
  left: -270px;
  top: 90px;
  text-align: left;
}

.etc-work-title .highlight {
  color: #4b77a4;
}

.fashion-card {
  width: 1400px;
  border-radius: 20px;
  padding: 60px;
}

.fashion-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: start;
}

.fashion-gallery {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 20px;
}

.large-image {
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 10px;
  background: #f0f0f0;
}

.large-image img,
.large-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.3s ease;
}

.large-image video {
  pointer-events: none; /* 비디오 컨트롤 방지 */
}

.large-image:hover img:not(.color-filter),
.large-image:hover video:not(.color-filter) {
  filter: grayscale(70%);
}

.thumbnail-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.thumbnail {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
  background: #f0f0f0;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.thumbnail:hover {
  transform: scale(1.05);
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.thumbnail:hover img:not(.color-filter) {
  filter: grayscale(70%);
  transform: scale(1.1);
}

.thumbnail:hover img.color-filter {
  filter: brightness(1.1) contrast(1.05);
  transform: scale(1.1);
}

.fashion-info {
  padding-left: 20px;
}

.fashion-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #3c444d;
}

.fashion-text {
  color: #3c444d;
  font-size: 20px;
}

.fashion-title:hover {
  color: #333;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.fashion-title .char.scrambling {
  animation: scramble 0.1s infinite;
}

@keyframes scramble {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}

.fashion-description {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}

.fashion-description p {
  margin-bottom: 10px;
}

/* Toggle Switch Styles */
.toggle-container {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 20px 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #4b77a4, #4b77a4);
  transition: 0.4s;
  border-radius: 34px;
  box-shadow: 0 4px 15px rgba(116, 152, 253, 0.3);
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background: white;
  transition: 0.4s;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

input:checked + .slider {
  background: linear-gradient(45deg, #4b77a4, #4b77a4);
  box-shadow: 0 4px 15px rgba(78, 205, 196, 0.3);
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.toggle-text {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  transition: color 0.3s ease;
}

input:checked ~ .toggle-text {
  color: #4ecdc4;
}

/* 이미지 및 비디오 필터 효과 */
.grayscale-filter {
  filter: grayscale(100%);
  transition: filter 0.5s ease-in-out;
}

.color-filter {
  filter: grayscale(0%);
  transition: filter 0.5s ease-in-out;
}

.grayscale-filter:hover {
  filter: grayscale(70%);
}

.color-filter:hover {
  filter: brightness(1.1) contrast(1.05);
}

/* 반응형 디자인 */
@media (max-width: 1024px) {
  .fashion-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .fashion-info {
    padding-left: 0;
    text-align: center;
  }

  .graduation-fashion {
    padding: 40px 30px;
  }
}

@media (max-width: 768px) {
  .main-images {
    grid-template-columns: 1fr;
  }

  .thumbnail-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .fashion-title {
    font-size: 36px;
  }
}

/* 이미지 모달 */
.image-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.image-modal.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}

.modal-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  z-index: 10000;
}

.modal-close {
  position: absolute;
  top: -50px;
  right: 0;
  background: none;
  border: none;
  color: white;
  font-size: 40px;
  cursor: pointer;
  z-index: 10001;
  transition: opacity 0.3s ease;
}

.modal-close:hover {
  opacity: 0.7;
}

#modalImage {
  width: 80vw;
  height: 80vh;
  max-width: 800px;
  max-height: 600px;
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}

.modal-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.modal-prev,
.modal-next {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  font-size: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.modal-prev:hover,
.modal-next:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.modal-prev {
  margin-left: -70px;
}

.modal-next {
  margin-right: -70px;
}

@media (max-width: 768px) {
  .modal-prev {
    margin-left: -30px;
  }

  .modal-next {
    margin-right: -30px;
  }

  .modal-close {
    top: -40px;
    font-size: 30px;
  }
}

/* Banner Carousel Section */
.banner-section {
  width: 100%;
  min-height: 100vh;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
}

.banner-container {
  max-width: 1400px;
  width: 100%;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  transform: none !important;
}

.banner-container.detail-view {
  transform: translateX(-15%);
}

.carousel-wrapper {
  position: relative;
  display: flex;
  top: 150px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.banner-container.detail-view .carousel-wrapper {
  transform: scale(0.85);
}

.carousel-track {
  width: 450px;
  height: 580px;
  position: relative;
  perspective: 1000px;
}

.banner-card {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px #4b77a4;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
  cursor: pointer;
}

.banner-card.active {
  opacity: 1;
  transform: translateY(0) scale(1);
  z-index: 5;
  pointer-events: auto;
}

.banner-card.prev-1 {
  opacity: 0.7;
  transform: translateY(-80px) scale(0.9);
  z-index: 4;
  filter: brightness(0.7);
}

.banner-card.prev-2 {
  opacity: 0.4;
  transform: translateY(-140px) scale(0.8);
  z-index: 3;
  filter: brightness(0.5);
}

.banner-card.next-1 {
  opacity: 0.7;
  transform: translateY(80px) scale(0.9);
  z-index: 4;
  filter: brightness(0.7);
}

.banner-card.next-2 {
  opacity: 0.4;
  transform: translateY(140px) scale(0.8);
  z-index: 3;
  filter: brightness(0.5);
}

.banner-card.hidden {
  opacity: 0;
  transform: translateY(200px) scale(0.6);
  z-index: 1;
}

.banner-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.banner-overlay {
  display: none;
}

.nav-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: #4b77a4;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 4px 12px rgb(0, 0, 0); */
  z-index: 10;
  position: relative;
}

.nav-arrow:hover {
  background: #4b77a4;
  /* background: #f0f0f0; */
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgb(51, 105, 141);
}

.nav-arrow.up span {
  transform: rotate(90deg);
  display: block;
}

.nav-arrow.down span {
  transform: rotate(90deg);
  display: block;
}

/* Banner Section Title */
.banner-section-title {
  position: absolute;
  top: 810px;
  right: -150px;
  transform: translate(50%, -50%) scale(1);
  z-index: 10;
  pointer-events: none;
  transform-origin: center center;
  transition: transform 2s cubic-bezier(0.4, 0, 0.2, 1) 0.8s;
}

.banner-section-title.shrink {
  transform: translate(50%, -50%) scale(0.615);
}

.banner-section-title h1 {
  font-size: 150px;
  font-weight: 700;
  color: #3c444d;
  text-align: center;
  white-space: nowrap;
  margin: 0;
  letter-spacing: -2px;
}
.banner-section-title h1 span {
  color: #4b77a4;
}
.banner-info {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #3c444d;
  max-width: 500px;
  width: 400px;
  z-index: 10;
}

.banner-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-bottom: 10px;
  --underline-color: #ff6600;
  z-index: 2;
}

.banner-title::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 450px;
  height: 26px;
  background-color: var(--underline-color);
  transition: background-color 0.3s ease;
  z-index: -1;
}

.banner-description {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 40px;
  opacity: 0.8;
  transition: all 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.banner-dots {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #c22626;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  /* color: #000; */
  cursor: pointer;
  transition: all 0.3s ease;
  background: #3c444d;
}

.dot.active {
  background: #4b77a4;
  width: 32px;
  border-radius: 5px;
}

.dot:hover {
  background: rgba(255, 255, 255, 0.5);
}

/* Detail View Panel */
.detail-panel {
  position: absolute;
  right: -900px;
  top: 50%;
  transform: translateY(-50%);
  width: 850px;
  height: 90vh;
  background: transparent;
  padding: 40px 40px 80px 40px;
  transition: right 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 100;
  overflow-y: auto;
  overflow-x: visible;
}

.detail-panel.active {
  right: 60px;
}

.detail-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #3c444d;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.detail-close:hover {
  background: #4b77a4;
  transform: rotate(90deg);
}

.detail-content {
  display: none;
}

.detail-content h2 {
  color: white;
  font-size: 32px;
  margin-bottom: 10px;
}

.detail-content p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-bottom: 30px;
}

.detail-images {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  height: auto;
  align-items: center;
  padding-bottom: 40px;
}

.detail-image {
  width: auto;
  max-width: 100%;
  max-height: 600px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px #4b77a4;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s ease forwards;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-image:nth-child(1) {
  animation-delay: 0.1s;
}
.detail-image:nth-child(2) {
  animation-delay: 0.2s;
}
.detail-image:nth-child(3) {
  animation-delay: 0.3s;
}

.detail-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 600px;
  display: block;
  object-fit: contain;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Scrollbar styling for detail panel */
.detail-panel::-webkit-scrollbar {
  width: 6px;
}

.detail-panel::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}

.detail-panel::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

.detail-panel::-webkit-scrollbar-thumb:hover {
  background: #222;
}

/* contect */

.contect-info {
  display: flex;
  gap: 60px;
  left: 70%;
  top: 78%;
  transform: translate(-50%, -50%);
  width: fit-content;
  text-align: center;
  position: relative;
  z-index: 3;
}
.contect-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.contect-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  /* filter: grayscale(100%); */
}

.contect-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.8); */
  z-index: 2;
  pointer-events: none;
}

.contect-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 882px;
  background: linear-gradient(
    180deg,
    rgb(255 255 255) 22%,
    rgba(255, 255, 255, 0.6) 51%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 12;
  pointer-events: none;
}

.contect-title {
  position: absolute;
  top: 640px;
  left: 6%;
  z-index: 100;
  font-size: 120px;
  font-weight: 900;
  color: #fff;
  opacity: 1 !important;
  display: block !important;
  pointer-events: auto;
  cursor: pointer;
  transition: all 0.1s ease;
}

.yunseul-text {
  color: #fff;
  /* background: rgba(255, 255, 255, 0.85); */
  font-size: 20px;
  font-weight: 700;
  top: 790px;
  left: 7%;
  /* padding: 12px 32px; */
  /* border-radius: 12px; */
  z-index: 100;
  position: relative;
  opacity: 1 !important;
  display: inline-block !important;
  visibility: visible !important;
}
/* .contect-title:hover {
  color: #ddd;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
} */

.contect-title .char {
  display: inline-block;
  transition: all 0.3s ease;
}

.contect-title .char.scrambling {
  animation: scramble 0.1s infinite;
}

.contect-info dl dt {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  position: relative;
  display: block;
  margin: 0 auto;
}

/* .contect-info dl dt::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 0;
  height: 15px;
  background-color: rgb(167, 216, 255);
  z-index: -1;
  transition: width 1s ease-out 1s;
} */

.contect-info dl dt.animate::before {
  width: 300px;
}

.contect-info dl dd {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
}

.number {
  margin-bottom: 30px;
}
