@import url('https://fonts.cdnfonts.com/css/termina-test');

@font-face {
  font-family: "Paperlogy";
  src: url('./fonts/Paperlogy-1Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Paperlogy";
  src: url('./fonts/Paperlogy-2ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Paperlogy";
  src: url('./fonts/Paperlogy-3Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Paperlogy";
  src: url('./fonts/Paperlogy-4Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Paperlogy";
  src: url('./fonts/Paperlogy-5Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Paperlogy";
  src: url('./fonts/Paperlogy-6SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Paperlogy";
  src: url('./fonts/Paperlogy-7Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Paperlogy";
  src: url('./fonts/Paperlogy-8ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Paperlogy";
  src: url('./fonts/Paperlogy-9Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

@media (hover: none) and (pointer: coarse) {
  html, body {
    overscroll-behavior: none;
    touch-action: pan-y;
  }
}

body::-webkit-scrollbar {
  display: none;
}

html, body {
  height: inherit;
}

body {
  background: #000;
  overflow-y: hidden;
}

body.active-scrolled {
  overflow-y: inherit;
}

.hide {
  display: none;
}

.stra {
  overflow: hidden;
  max-width: 1920px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.termina *,
.termina {
  font-family: 'Termina Test' !important;
}

.stra h5 {
  font-weight: 300;
  line-height: 1.4;
  font-size: 32px;
  text-align: center;
  padding-bottom: 30px;
}

.gra1 {
  background: linear-gradient(180deg, white, rgba(255, 255, 255, 0.3));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  display: block;
}

.stra h6 {
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 20px;
}

.des-1 {
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.max-width {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  padding: 0px 20px;
}

.flex {
  display: flex;
}

.flex.between {
  justify-content: space-between;
}

.flex.wrap {
  flex-wrap: wrap;
}

.paper *,
.paper {
  font-family: "Paperlogy" !important;
}

.sample_ {
  width: 100%;
  object-fit: cover;
}

.space_bg {
  overflow: hidden;
  max-width: 1920px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}

.space_bg>div {
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url('../images/space2.png') 50% 0% no-repeat;
  filter: brightness(0.45);
  background-size: 130%;
}

.spacer {
  width: 100%;
  height: 250vh;
}

canvas {
  filter: brightness(0.75);
  z-index: -1;
  position: fixed;
  inset: 0;
  pointer-events: none;
  /* mix-blend-mode: lighten; */
}

#icon1 {
  width: 250px;
  mix-blend-mode: screen;
}

.hero_box {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  text-align: center;
}

.hero_box>div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.hero_box .brand {
  position: relative;
  width: 100%;
  transition: opcaity 2s ease;
}

.hero_box .brand svg {
  max-width: 55vw;
  height: 100%;
  transition: opacity 2s ease;
  transform-style: preserve-3d;
  transform-origin: bottom center;
  position: relative;
  opacity: 0;
}

.hero_box .brand.active {
  opacity: 1;
}

.hero_box .brand svg .coloristic {
  opacity: 0;
}

.hero_box .brand svg * {
  transition: all 1s ease 1s;
}

.hero_box .brand.active svg {
  opacity: 1;
}

.hero_box .brand.active svg .coloristic {
  opacity: 1;
}

.hero_box .brand.active svg rect.left {
  width: 158px;
  transition-delay: 1.3s;
  x: 0;
}

.hero_box .brand.active svg rect.right {
  transition-delay: 1.3s;
  width: 158px;
}

.hero_box .ani_txt1 {
  color: #fff;
  position: relative;
  margin-top: 10vh;
  text-align: center;
  display: inline-block;
}

.hero_box .ani_txt1 span {
  display: block !important;
  /* background: url(../images/bg1.png);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: left;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent; */
  color: #fff;
  transition: background 2s ease, opacity 2s ease;
  display: block;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  font-size: 32px;
  opacity: 0;
}

.hero_box .ani_txt1.active span {
  /* background-size: 100% 100%; */
  opacity: 1;
}

/*
.hero_box .ani_txt1.active span:nth-child(1) {
  transition-delay: 0s;
}

.hero_box .ani_txt1.active span:nth-child(2) {
  transition-delay: .6s
}

.hero_box .ani_txt1.active span:nth-child(3) {
  transition-delay: 1.2s;
} */
/* .hero_box .ani_txt1 span p {
  display: inline-block;
  background: url(../images/bg2.png);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: left;
  background-clip: text;
  -webkit-background-clip: text;
  transition: background 2s ease;
  color: transparent;
} */
/* .hero_box .ani_txt1.active span:nth-child(2) p {
  transition-delay: 1.4s;
  background-size: 100% 100%;
} */
.btn-more {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  padding: 18px 90px 18px 40px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  border: 1.5px solid #fff;
  color: #fff;
  border-radius: 5px;
  background: url(../images/arrow1.svg) calc(100% - 40px) 50% no-repeat;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all .5s ease;
}

.btn-more:hover {
  background: url(../images/arrow2.svg) calc(100% - 20px) 50% no-repeat;
  background-color: #fff;
  color: #222;
  border-color: transparent;
}

.orora {
  position: relative;
  padding: 200px 0;
}

.orora .video-wrap {
  width: 100%;
  overflow: hidden;
}

.orora .video-wrap video {
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
  filter: grayscale(0.25) hue-rotate(43deg) brightness(0.645);
  height: auto;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 50%, black 85%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 50%, black 85%, transparent 100%);
}

.premium {
  pointer-events: none;
  padding: 3em 0;
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
}

.premium .slick-slide {
  /* transform: scale(1.1); */
  display: flex !important;
  justify-content: center;
  z-index: 1;
}

.premium .slick-list {
  overflow: inherit;
}

.premium .slick-slide>* {
  transition: all 0.5s ease;
  transform: scale(0.55);
  filter: grayscale(0.5) blur(3px);
  opacity: 0;
}

.premium .slick-slide.is-near>* {
  z-index: 2;
  transform: scale(0.75);
  filter: grayscale(0) blur(0px);
}

.premium .slick-slide.slick-center>* {
  z-index: 3;
  transform: scale(1);
  filter: grayscale(0) blur(0px);
  box-shadow: 0px 20px 45px rgba(0, 0, 0, 1);
}

.premium.no-transition .slick-slide>* {
  transition: none !important;
}

.premium .slick-slide img {
  height: 45vh;
}

/* 예외처리 */
.premium .slick-slide>* {
  opacity: 0;
}

.premium .slick-slide.slick-center>*,
.premium .slick-slide.slick-center+div>* {
  opacity: 1;
}

.orora {}

.orora .performance {
  padding: 4rem 20px;
  gap: 2%;
  row-gap: 1.5rem;
}

.orora .performance .item {
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  width: 49%;
  padding: 2rem 2rem;
  box-sizing: border-box;
  border-radius: 14px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  gap: 40px;
}

.orora .performance .item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.orora .performance .item img {
  object-fit: contain;
  height: 120px;
  transform: scale(1.2);
}

.orora .performance .item .mt1 {
  padding-top: 5px;
  letter-spacing: -0.03em;
  font-size: 26px;
  color: #fff;
  line-height: 1.2;
  font-weight: 600;
}

.orora .performance .item .mt1+span {
  margin-top: 15px;
  display: block;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  padding-left: 15px;
}

.orora .performance .item .mt1+span>b {
  color: #fff;
  font-weight: 400;
}

.review {
  padding: 0px 20px;
  padding-bottom: 200px;
}

.review_slider {
  padding: 0 !important;
  padding-top: 50px !important;
}

.review_slider .slick-slide {}

.review_slider .slick-slide>div {
  padding: 0px 10px;
}

.review_slider .slick-slide>div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.review_slider .slick-arrow {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  bottom: -40px;
  background: url('../images/arrow3.svg') center center no-repeat rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 0;
  line-height: 0;
  opacity: 0.5;
  transition: all .3s ease;
}

.review_slider .slick-arrow.slick-next {
  left: 40px;
  transform: scaleX(-1);
}

.review_slider .slick-arrow:hover {
  opacity: 1;
  background: url('../images/arrow4.svg') center center no-repeat #fff;
  border-color: transparent;
}

.review_slider .slick-arrow {}

.review_slider .slick-dots {
  top: 30px;
  height: 20px;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  border-radius: 15px;
}

.review_slider .slick-dots li {
  display: flex;
  align-items: center;
}

.review_slider .slick-dots li button {
  margin: 0 7px;
  font-size: 0;
  line-height: 0;
  border-radius: 10px;
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.5);
  transition: all .3s ease;
}

.review_slider .slick-dots li.slick-active button {
  width: 3rem;
  height: 5px;
  background: #fff;
  box-shadow: 0px 0px 20px 2px #fff;
}

@media screen and (max-width:1180px) {
  .orora .performance {
    padding: 4rem 20px;
    justify-content: center;
    gap: 2%;
    row-gap: 1.5rem;
  }

  .orora .performance .item {
    flex-direction: column;
    width: 47%;
    padding: 0rem 1rem 2rem 1rem;
    gap: 0px;
  }

  .orora .performance .item img {
    height: 150px;
    transform: inherit;
  }

  .orora .performance .item .mt1 {
    padding-top: 0px;
    font-size: 26px;
    text-align: center;
  }

  .orora .performance .item .mt1+span {
    margin-top: 12px;
    display: block;
    border-left: 0px;
    font-size: 18px;
    text-align: center;
    padding-left: 0px;
  }

  .orora .video-wrap video {
    width: 230vw;
  }
}

@media screen and (max-width:960px) {
  .hero_box .ani_txt1 span {
    font-size: 28px;
  }

  .des-1 {
    font-size: 28px;
  }

  .stra h5 {
    font-size: 24px;
    padding-bottom: 20px;
  }

  .orora {
    position: relative;
    padding: 16vh 0;
  }

  .review {
    padding-bottom: 16vh;
  }

  .orora .performance .item .mt1 {
    font-size: 22px;
  }

  .orora .performance .item .mt1+span {
    margin-top: 12px;
    font-size: 16px;
  }

  .orora .video-wrap video {
    width: 300vw;
  }
}

@media screen and (max-width:640px) {
  .des-1 {
    font-size: 22px;
  }

  .stra h5 {
    font-size: 20px;
  }

  .hero_box .ani_txt1 span {
    font-size: 22px;
  }

  .hero_box .ani_txt1 {
    margin-top: 5vh;
  }

  .orora .performance .item {
    width: 49%;
    padding: 0rem 0.5rem 2rem 0.5rem;
  }

  .orora .performance .item .mt1+span {
    margin-top: 8px;
    font-size: 12px;
  }

  .review_slider .slick-dots {
    margin: inherit;
    justify-content: end;
  }

  .orora .video-wrap video {
    width: 400vw;
  }
}

@media screen and (max-width:480px) {
  .des-1 {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .stra h5 {
    font-size: 16px;
  }

  .hero_box .brand svg {
    max-width: 69vw;
  }

  .hero_box .ani_txt1 span {
    font-size: 4.5vw;
  }

  .orora .performance {
    padding: 2rem 20px;
  }

  .orora .performance .item img {
    height: 25vw;
  }

  .orora .performance .item .mt1 {
    font-size: 18px;
  }

  .orora .performance .item .mt1+span {
    margin-top: 8px;
    font-size: 12px;
  }

  .orora .performance .item .mt1+span br {
    display: none;
  }

  .orora .video-wrap video {
    width: 250vh;
  }

  .review_slider .slick-arrow {
    bottom: inherit;
    left: -15px;
    top: calc(50% - 10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }

  .review_slider .slick-arrow.slick-next {
    left: inherit;
    right: -15px;
  }

  .review_slider {
    padding-top: 2rem !important;
  }

  .btn-more {
    width: calc(100% - 40px);
    font-size: 16px;
  }
}