
/* ===================================================== */
/* 제품중심형 템플릿 공통css */
/* ===================================================== */

@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.promotion-page {
  font-family: "Pretendard Variable";
  text-align:left;
  padding-top: 46px;
}
.promotion-page [data-aos=fade-up] {
  transform: translate3d(0, 10%, 0) scale(1);
  opacity: 0;
  will-change: transform, opacity; /* GPU 힌트 */
}
.promotion-page [data-aos=fade-up].aos-animate {
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .promotion-page [data-aos] {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
@keyframes promotion-mark-shadow {
  0% {
    width: 50%;
    height: 50%;
    opacity: 0.5;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
.promotion-page .container {
  margin: 0 auto;
  max-width: 1720px;
  width: 100%;
  padding: 0 60px;
}
.promotion-page .container-md {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.promotion-page .container-sm {
  width: 1280px;
  margin: 0 auto;
}

/* ===================================================== */
/* SECTION 01 : HERO */
/* ===================================================== */

.promotion-page .sec1 img {
  width: 100%;
}
/* ===================================================== */
/* SECTION 02-1 : TEXT INTERACTION (GSAP) */
/* ===================================================== */

.promotion-page .sec2-text {
  padding: 80px 0;
}

.promotion-page .sec2-text .title {
  color: #1d1d1d;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}

.promotion-page .sec2-text .desc {
  margin-top: 36px;
  color: #8e8e8e;
  font-size: 40px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.4px;
  height: 240px;
}

.promotion-page .sec2-text .desc span {
  transition: all 0.1s ease-in-out;
}

.promotion-page .sec2 {
  padding: 80px 0 160px;
}
.promotion-page .sec2 .title {
  color: #1d1d1d;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.4px;
  text-align: left!important;
}
.promotion-page .sec2 .desc {
  margin-top: 24px;
  color: #1d1d1d;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: -0.2px;
  text-transform: uppercase;
  text-align: left!important;
}





