@charset "UTF-8";
.grid {
  *zoom: 1;
}
.grid:before, .grid:after {
  content: "";
  display: table;
}
.grid:after {
  clear: both;
}

.promotion .wide {
  position: relative;
  left: 50%;
  display: block;
  transform: translateX(-50%);
}

.hidden,
.sr_only,
.sr-only {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

.grid {
  position: relative;
  box-sizing: border-box;
}
.grid .col {
  position: relative;
  float: left;
  box-sizing: border-box;
}

.table {
  display: table;
}
.table .table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.effect-bounce-diagonal {
  animation-name: effectBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}

.effect-bounce-updown {
  animation-name: effectBounceUpDown;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBounceUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.effect-extend {
  animation-name: effectExtend;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectExtend {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
}

.effect-blink {
  animation-name: effectBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.promotion .motion-1,
.product-eco .motion-1 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-2,
.product-eco .motion-2 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-3,
.product-eco .motion-3 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-4,
.product-eco .motion-4 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-5,
.product-eco .motion-5 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-6,
.product-eco .motion-6 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-7,
.product-eco .motion-7 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-8,
.product-eco .motion-8 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-9,
.product-eco .motion-9 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-10,
.product-eco .motion-10 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-11,
.product-eco .motion-11 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-12,
.product-eco .motion-12 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-1,
.product-eco .motion-y-rivers-1 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-2,
.product-eco .motion-y-rivers-2 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-3,
.product-eco .motion-y-rivers-3 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-4,
.product-eco .motion-y-rivers-4 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-5,
.product-eco .motion-y-rivers-5 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-6,
.product-eco .motion-y-rivers-6 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-7,
.product-eco .motion-y-rivers-7 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-8,
.product-eco .motion-y-rivers-8 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-9,
.product-eco .motion-y-rivers-9 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-10,
.product-eco .motion-y-rivers-10 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-11,
.product-eco .motion-y-rivers-11 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-12,
.product-eco .motion-y-rivers-12 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-1,
.product-eco .motion-x-1 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-2,
.product-eco .motion-x-2 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-3,
.product-eco .motion-x-3 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-4,
.product-eco .motion-x-4 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-5,
.product-eco .motion-x-5 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-6,
.product-eco .motion-x-6 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-7,
.product-eco .motion-x-7 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-8,
.product-eco .motion-x-8 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-9,
.product-eco .motion-x-9 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-10,
.product-eco .motion-x-10 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-1,
.product-eco .motion-x-r-1 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-2,
.product-eco .motion-x-r-2 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-3,
.product-eco .motion-x-r-3 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-4,
.product-eco .motion-x-r-4 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-5,
.product-eco .motion-x-r-5 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-6,
.product-eco .motion-x-r-6 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-7,
.product-eco .motion-x-r-7 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-8,
.product-eco .motion-x-r-8 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-9,
.product-eco .motion-x-r-9 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-10,
.product-eco .motion-x-r-10 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-1,
.product-eco .motion-box-1 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-2,
.product-eco .motion-box-2 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-3,
.product-eco .motion-box-3 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-4,
.product-eco .motion-box-4 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-5,
.product-eco .motion-box-5 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-6,
.product-eco .motion-box-6 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-7,
.product-eco .motion-box-7 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-8,
.product-eco .motion-box-8 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-9,
.product-eco .motion-box-9 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-10,
.product-eco .motion-box-10 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-scale-y-1,
.product-eco .motion-scale-y-1 {
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center bottom;
}
.promotion .motion-scale-y-2,
.product-eco .motion-scale-y-2 {
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center bottom;
}
.promotion .motion-scale-y-3,
.product-eco .motion-scale-y-3 {
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center bottom;
}
.promotion .motion-graph-end,
.product-eco .motion-graph-end {
  opacity: 0;
  transform: scale(1, 1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center center;
}
.promotion .motion-stamp-1,
.product-eco .motion-stamp-1 {
  opacity: 0;
  transform: scale(1.5, 1.5);
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center center;
}
.promotion .active .motion-1,
.promotion .slick-current .motion-1,
.promotion .slick-active .motion-1,
.product-eco .active .motion-1,
.product-eco .slick-current .motion-1,
.product-eco .slick-active .motion-1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.promotion .active .motion-2,
.promotion .slick-current .motion-2,
.promotion .slick-active .motion-2,
.product-eco .active .motion-2,
.product-eco .slick-current .motion-2,
.product-eco .slick-active .motion-2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.promotion .active .motion-3,
.promotion .slick-current .motion-3,
.promotion .slick-active .motion-3,
.product-eco .active .motion-3,
.product-eco .slick-current .motion-3,
.product-eco .slick-active .motion-3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.promotion .active .motion-4,
.promotion .slick-current .motion-4,
.promotion .slick-active .motion-4,
.product-eco .active .motion-4,
.product-eco .slick-current .motion-4,
.product-eco .slick-active .motion-4 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.promotion .active .motion-5,
.promotion .slick-current .motion-5,
.promotion .slick-active .motion-5,
.product-eco .active .motion-5,
.product-eco .slick-current .motion-5,
.product-eco .slick-active .motion-5 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.promotion .active .motion-6,
.promotion .slick-current .motion-6,
.promotion .slick-active .motion-6,
.product-eco .active .motion-6,
.product-eco .slick-current .motion-6,
.product-eco .slick-active .motion-6 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}
.promotion .active .motion-7,
.promotion .slick-current .motion-7,
.promotion .slick-active .motion-7,
.product-eco .active .motion-7,
.product-eco .slick-current .motion-7,
.product-eco .slick-active .motion-7 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.4s;
}
.promotion .active .motion-8,
.promotion .slick-current .motion-8,
.promotion .slick-active .motion-8,
.product-eco .active .motion-8,
.product-eco .slick-current .motion-8,
.product-eco .slick-active .motion-8 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.6s;
}
.promotion .active .motion-9,
.promotion .slick-current .motion-9,
.promotion .slick-active .motion-9,
.product-eco .active .motion-9,
.product-eco .slick-current .motion-9,
.product-eco .slick-active .motion-9 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.8s;
}
.promotion .active .motion-10,
.promotion .slick-current .motion-10,
.promotion .slick-active .motion-10,
.product-eco .active .motion-10,
.product-eco .slick-current .motion-10,
.product-eco .slick-active .motion-10 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2s;
}
.promotion .active .motion-11,
.promotion .slick-current .motion-11,
.promotion .slick-active .motion-11,
.product-eco .active .motion-11,
.product-eco .slick-current .motion-11,
.product-eco .slick-active .motion-11 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.2s;
}
.promotion .active .motion-12,
.promotion .slick-current .motion-12,
.promotion .slick-active .motion-12,
.product-eco .active .motion-12,
.product-eco .slick-current .motion-12,
.product-eco .slick-active .motion-12 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.4s;
}
.promotion .active .motion-y-rivers-1,
.promotion .slick-current .motion-y-rivers-1,
.promotion .slick-active .motion-y-rivers-1,
.product-eco .active .motion-y-rivers-1,
.product-eco .slick-current .motion-y-rivers-1,
.product-eco .slick-active .motion-y-rivers-1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.promotion .active .motion-y-rivers-2,
.promotion .slick-current .motion-y-rivers-2,
.promotion .slick-active .motion-y-rivers-2,
.product-eco .active .motion-y-rivers-2,
.product-eco .slick-current .motion-y-rivers-2,
.product-eco .slick-active .motion-y-rivers-2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.promotion .active .motion-y-rivers-3,
.promotion .slick-current .motion-y-rivers-3,
.promotion .slick-active .motion-y-rivers-3,
.product-eco .active .motion-y-rivers-3,
.product-eco .slick-current .motion-y-rivers-3,
.product-eco .slick-active .motion-y-rivers-3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.promotion .active .motion-y-rivers-4,
.promotion .slick-current .motion-y-rivers-4,
.promotion .slick-active .motion-y-rivers-4,
.product-eco .active .motion-y-rivers-4,
.product-eco .slick-current .motion-y-rivers-4,
.product-eco .slick-active .motion-y-rivers-4 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.promotion .active .motion-y-rivers-5,
.promotion .slick-current .motion-y-rivers-5,
.promotion .slick-active .motion-y-rivers-5,
.product-eco .active .motion-y-rivers-5,
.product-eco .slick-current .motion-y-rivers-5,
.product-eco .slick-active .motion-y-rivers-5 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.promotion .active .motion-y-rivers-6,
.promotion .slick-current .motion-y-rivers-6,
.promotion .slick-active .motion-y-rivers-6,
.product-eco .active .motion-y-rivers-6,
.product-eco .slick-current .motion-y-rivers-6,
.product-eco .slick-active .motion-y-rivers-6 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}
.promotion .active .motion-y-rivers-7,
.promotion .slick-current .motion-y-rivers-7,
.promotion .slick-active .motion-y-rivers-7,
.product-eco .active .motion-y-rivers-7,
.product-eco .slick-current .motion-y-rivers-7,
.product-eco .slick-active .motion-y-rivers-7 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.4s;
}
.promotion .active .motion-y-rivers-8,
.promotion .slick-current .motion-y-rivers-8,
.promotion .slick-active .motion-y-rivers-8,
.product-eco .active .motion-y-rivers-8,
.product-eco .slick-current .motion-y-rivers-8,
.product-eco .slick-active .motion-y-rivers-8 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.6s;
}
.promotion .active .motion-y-rivers-9,
.promotion .slick-current .motion-y-rivers-9,
.promotion .slick-active .motion-y-rivers-9,
.product-eco .active .motion-y-rivers-9,
.product-eco .slick-current .motion-y-rivers-9,
.product-eco .slick-active .motion-y-rivers-9 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.8s;
}
.promotion .active .motion-y-rivers-10,
.promotion .slick-current .motion-y-rivers-10,
.promotion .slick-active .motion-y-rivers-10,
.product-eco .active .motion-y-rivers-10,
.product-eco .slick-current .motion-y-rivers-10,
.product-eco .slick-active .motion-y-rivers-10 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2s;
}
.promotion .active .motion-y-rivers-11,
.promotion .slick-current .motion-y-rivers-11,
.promotion .slick-active .motion-y-rivers-11,
.product-eco .active .motion-y-rivers-11,
.product-eco .slick-current .motion-y-rivers-11,
.product-eco .slick-active .motion-y-rivers-11 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.2s;
}
.promotion .active .motion-y-rivers-12,
.promotion .slick-current .motion-y-rivers-12,
.promotion .slick-active .motion-y-rivers-12,
.product-eco .active .motion-y-rivers-12,
.product-eco .slick-current .motion-y-rivers-12,
.product-eco .slick-active .motion-y-rivers-12 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.4s;
}
.promotion .active .motion-x-1,
.promotion .slick-current .motion-x-1,
.promotion .slick-active .motion-x-1,
.product-eco .active .motion-x-1,
.product-eco .slick-current .motion-x-1,
.product-eco .slick-active .motion-x-1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.promotion .active .motion-x-2,
.promotion .slick-current .motion-x-2,
.promotion .slick-active .motion-x-2,
.product-eco .active .motion-x-2,
.product-eco .slick-current .motion-x-2,
.product-eco .slick-active .motion-x-2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}
.promotion .active .motion-x-3,
.promotion .slick-current .motion-x-3,
.promotion .slick-active .motion-x-3,
.product-eco .active .motion-x-3,
.product-eco .slick-current .motion-x-3,
.product-eco .slick-active .motion-x-3 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}
.promotion .active .motion-x-4,
.promotion .slick-current .motion-x-4,
.promotion .slick-active .motion-x-4,
.product-eco .active .motion-x-4,
.product-eco .slick-current .motion-x-4,
.product-eco .slick-active .motion-x-4 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.8s;
}
.promotion .active .motion-x-5,
.promotion .slick-current .motion-x-5,
.promotion .slick-active .motion-x-5,
.product-eco .active .motion-x-5,
.product-eco .slick-current .motion-x-5,
.product-eco .slick-active .motion-x-5 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.promotion .active .motion-x-6,
.promotion .slick-current .motion-x-6,
.promotion .slick-active .motion-x-6,
.product-eco .active .motion-x-6,
.product-eco .slick-current .motion-x-6,
.product-eco .slick-active .motion-x-6 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.2s;
}
.promotion .active .motion-x-7,
.promotion .slick-current .motion-x-7,
.promotion .slick-active .motion-x-7,
.product-eco .active .motion-x-7,
.product-eco .slick-current .motion-x-7,
.product-eco .slick-active .motion-x-7 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.4s;
}
.promotion .active .motion-x-8,
.promotion .slick-current .motion-x-8,
.promotion .slick-active .motion-x-8,
.product-eco .active .motion-x-8,
.product-eco .slick-current .motion-x-8,
.product-eco .slick-active .motion-x-8 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.6s;
}
.promotion .active .motion-x-9,
.promotion .slick-current .motion-x-9,
.promotion .slick-active .motion-x-9,
.product-eco .active .motion-x-9,
.product-eco .slick-current .motion-x-9,
.product-eco .slick-active .motion-x-9 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.8s;
}
.promotion .active .motion-x-10,
.promotion .slick-current .motion-x-10,
.promotion .slick-active .motion-x-10,
.product-eco .active .motion-x-10,
.product-eco .slick-current .motion-x-10,
.product-eco .slick-active .motion-x-10 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2s;
}
.promotion .active .motion-x-r-1,
.promotion .slick-current .motion-x-r-1,
.promotion .slick-active .motion-x-r-1,
.product-eco .active .motion-x-r-1,
.product-eco .slick-current .motion-x-r-1,
.product-eco .slick-active .motion-x-r-1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.promotion .active .motion-x-r-2,
.promotion .slick-current .motion-x-r-2,
.promotion .slick-active .motion-x-r-2,
.product-eco .active .motion-x-r-2,
.product-eco .slick-current .motion-x-r-2,
.product-eco .slick-active .motion-x-r-2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}
.promotion .active .motion-x-r-3,
.promotion .slick-current .motion-x-r-3,
.promotion .slick-active .motion-x-r-3,
.product-eco .active .motion-x-r-3,
.product-eco .slick-current .motion-x-r-3,
.product-eco .slick-active .motion-x-r-3 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}
.promotion .active .motion-x-r-4,
.promotion .slick-current .motion-x-r-4,
.promotion .slick-active .motion-x-r-4,
.product-eco .active .motion-x-r-4,
.product-eco .slick-current .motion-x-r-4,
.product-eco .slick-active .motion-x-r-4 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.8s;
}
.promotion .active .motion-x-r-5,
.promotion .slick-current .motion-x-r-5,
.promotion .slick-active .motion-x-r-5,
.product-eco .active .motion-x-r-5,
.product-eco .slick-current .motion-x-r-5,
.product-eco .slick-active .motion-x-r-5 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.promotion .active .motion-x-r-6,
.promotion .slick-current .motion-x-r-6,
.promotion .slick-active .motion-x-r-6,
.product-eco .active .motion-x-r-6,
.product-eco .slick-current .motion-x-r-6,
.product-eco .slick-active .motion-x-r-6 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.2s;
}
.promotion .active .motion-x-r-7,
.promotion .slick-current .motion-x-r-7,
.promotion .slick-active .motion-x-r-7,
.product-eco .active .motion-x-r-7,
.product-eco .slick-current .motion-x-r-7,
.product-eco .slick-active .motion-x-r-7 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.4s;
}
.promotion .active .motion-x-r-8,
.promotion .slick-current .motion-x-r-8,
.promotion .slick-active .motion-x-r-8,
.product-eco .active .motion-x-r-8,
.product-eco .slick-current .motion-x-r-8,
.product-eco .slick-active .motion-x-r-8 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.6s;
}
.promotion .active .motion-x-r-9,
.promotion .slick-current .motion-x-r-9,
.promotion .slick-active .motion-x-r-9,
.product-eco .active .motion-x-r-9,
.product-eco .slick-current .motion-x-r-9,
.product-eco .slick-active .motion-x-r-9 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.8s;
}
.promotion .active .motion-x-r-10,
.promotion .slick-current .motion-x-r-10,
.promotion .slick-active .motion-x-r-10,
.product-eco .active .motion-x-r-10,
.product-eco .slick-current .motion-x-r-10,
.product-eco .slick-active .motion-x-r-10 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2s;
}
.promotion .active .motion-box-1,
.promotion .slick-current .motion-box-1,
.promotion .slick-active .motion-box-1,
.product-eco .active .motion-box-1,
.product-eco .slick-current .motion-box-1,
.product-eco .slick-active .motion-box-1 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.1s;
}
.promotion .active .motion-box-2,
.promotion .slick-current .motion-box-2,
.promotion .slick-active .motion-box-2,
.product-eco .active .motion-box-2,
.product-eco .slick-current .motion-box-2,
.product-eco .slick-active .motion-box-2 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.2s;
}
.promotion .active .motion-box-3,
.promotion .slick-current .motion-box-3,
.promotion .slick-active .motion-box-3,
.product-eco .active .motion-box-3,
.product-eco .slick-current .motion-box-3,
.product-eco .slick-active .motion-box-3 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.3s;
}
.promotion .active .motion-box-4,
.promotion .slick-current .motion-box-4,
.promotion .slick-active .motion-box-4,
.product-eco .active .motion-box-4,
.product-eco .slick-current .motion-box-4,
.product-eco .slick-active .motion-box-4 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.4s;
}
.promotion .active .motion-box-5,
.promotion .slick-current .motion-box-5,
.promotion .slick-active .motion-box-5,
.product-eco .active .motion-box-5,
.product-eco .slick-current .motion-box-5,
.product-eco .slick-active .motion-box-5 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.5s;
}
.promotion .active .motion-box-6,
.promotion .slick-current .motion-box-6,
.promotion .slick-active .motion-box-6,
.product-eco .active .motion-box-6,
.product-eco .slick-current .motion-box-6,
.product-eco .slick-active .motion-box-6 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.6s;
}
.promotion .active .motion-box-7,
.promotion .slick-current .motion-box-7,
.promotion .slick-active .motion-box-7,
.product-eco .active .motion-box-7,
.product-eco .slick-current .motion-box-7,
.product-eco .slick-active .motion-box-7 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.7s;
}
.promotion .active .motion-box-8,
.promotion .slick-current .motion-box-8,
.promotion .slick-active .motion-box-8,
.product-eco .active .motion-box-8,
.product-eco .slick-current .motion-box-8,
.product-eco .slick-active .motion-box-8 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.8s;
}
.promotion .active .motion-box-9,
.promotion .slick-current .motion-box-9,
.promotion .slick-active .motion-box-9,
.product-eco .active .motion-box-9,
.product-eco .slick-current .motion-box-9,
.product-eco .slick-active .motion-box-9 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.9s;
}
.promotion .active .motion-box-10,
.promotion .slick-current .motion-box-10,
.promotion .slick-active .motion-box-10,
.product-eco .active .motion-box-10,
.product-eco .slick-current .motion-box-10,
.product-eco .slick-active .motion-box-10 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1s;
}
.promotion .active .motion-scale-y-1,
.promotion .slick-current .motion-scale-y-1,
.promotion .slick-active .motion-scale-y-1,
.product-eco .active .motion-scale-y-1,
.product-eco .slick-current .motion-scale-y-1,
.product-eco .slick-active .motion-scale-y-1 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.1s;
  transform-origin: center bottom;
}
.promotion .active .motion-scale-y-2,
.promotion .slick-current .motion-scale-y-2,
.promotion .slick-active .motion-scale-y-2,
.product-eco .active .motion-scale-y-2,
.product-eco .slick-current .motion-scale-y-2,
.product-eco .slick-active .motion-scale-y-2 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.2s;
  transform-origin: center bottom;
}
.promotion .active .motion-scale-y-3,
.promotion .slick-current .motion-scale-y-3,
.promotion .slick-active .motion-scale-y-3,
.product-eco .active .motion-scale-y-3,
.product-eco .slick-current .motion-scale-y-3,
.product-eco .slick-active .motion-scale-y-3 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.3s;
  transform-origin: center bottom;
}
.promotion .active .motion-graph-end,
.promotion .slick-current .motion-graph-end,
.promotion .slick-active .motion-graph-end,
.product-eco .active .motion-graph-end,
.product-eco .slick-current .motion-graph-end,
.product-eco .slick-active .motion-graph-end {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 2.2s;
  transform-origin: center center;
}
.promotion .active .motion-stamp-1,
.promotion .slick-current .motion-stamp-1,
.promotion .slick-active .motion-stamp-1,
.product-eco .active .motion-stamp-1,
.product-eco .slick-current .motion-stamp-1,
.product-eco .slick-active .motion-stamp-1 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.1s;
  transform-origin: center center;
}

/* layer */
.hidden,
.sr-only {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

.dimmed {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2001;
  transform: translateX(-50%);
  width: 88.88%;
  text-align: center;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .popup {
    width: 640px;
    max-width: 640px;
  }
}
.popup *, .popup *:before, .popup *:after {
  box-sizing: border-box;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.0694444444vw;
}
@media screen and (min-width: 720px) {
  .popup *, .popup *:before, .popup *:after {
    letter-spacing: -0.5px;
  }
}
.popup img {
  max-width: 100%;
}
.popup .popup-title p {
  background-color: #222;
  color: #fff;
  text-align: left;
  padding: 3.4722222222vw 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-title p {
    padding: 25px 40px;
  }
}
.popup .popup-title p strong {
  color: #fff;
  line-height: 1.3;
  font-size: 4.1666666667vw;
  letter-spacing: -1px;
}
@media screen and (min-width: 720px) {
  .popup .popup-title p strong {
    font-size: 30px;
  }
}
.popup .table-box .text {
  line-height: 130%;
  color: #585858;
  margin-bottom: 3%;
  font-weight: normal;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .popup .table-box .text {
    font-size: 22px;
  }
}
.popup .table-box .text strong {
  font-weight: 700;
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  .popup .table-box .text strong {
    font-size: 26px;
  }
}
.popup .table-box table {
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.popup .table-box table th,
.popup .table-box table td {
  padding: 2.0833333333vw;
  font-size: 3.3333333333vw;
  line-height: 1.4;
  color: #000;
  text-align: left;
  border-top: 1px solid #C9C9C9;
}
@media screen and (min-width: 720px) {
  .popup .table-box table th,
  .popup .table-box table td {
    padding: 15px;
  }
}
@media screen and (min-width: 720px) {
  .popup .table-box table th,
  .popup .table-box table td {
    font-size: 24px;
  }
}
.popup .table-box table th {
  font-weight: 700;
  text-align: center;
  color: #000;
  background: #F6F6F6;
}
.popup .table-box table tr:first-child th, .popup .table-box table tr:first-child td {
  border-top: 0;
}
.popup .table-box table .blue {
  color: #0096F2;
}
@media screen and (min-width: 720px) {
  .popup .table-box .text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .popup .table-box .text strong {
    font-weight: 700;
    font-size: 18px;
  }
  .popup .table-box table {
    margin-bottom: 20px;
  }
  .popup .table-box table th, .popup .table-box table td {
    font-size: 16px;
  }
}
.popup .notice-box {
  padding: 5.5555555556vw;
  background: #f8f8f8;
  text-align: left;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .popup .notice-box {
    padding: 40px;
  }
}
.popup .notice-box dl dt {
  margin-bottom: 1.3888888889vw;
  font-size: 3.3333333333vw;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 720px) {
  .popup .notice-box dl dt {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup .notice-box dl dt {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .popup .notice-box dl dt {
    font-size: 18px;
  }
}
.popup .notice-box dl dd {
  margin-top: 0.6944444444vw;
  padding-left: 1.3888888889vw;
  position: relative;
  color: rgba(0, 0, 0, 0.4);
  font-size: 3.0555555556vw;
  line-height: 1.5;
}
@media screen and (min-width: 720px) {
  .popup .notice-box dl dd {
    margin-top: 5px;
  }
}
@media screen and (min-width: 720px) {
  .popup .notice-box dl dd {
    padding-left: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup .notice-box dl dd {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .popup .notice-box dl dd {
    font-size: 18px;
  }
}
.popup .notice-box dl dd:before {
  content: "·";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.popup .notice {
  margin: 1.3888888889vw 0;
  color: #999;
  line-height: 1.3;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup .notice {
    margin: 10px 0;
  }
}
@media screen and (min-width: 720px) {
  .popup .notice {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup .notice {
    font-size: 15px;
  }
}

.layer-close,
.popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .layer-close,
  .popup-close {
    width: 80px;
    height: 80px;
  }
}
.layer-close a,
.popup-close a {
  display: block;
  width: 56px;
  height: 56px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .layer-close a,
  .popup-close a {
    width: 80px;
    height: 80px;
  }
}
.layer-close a:before, .layer-close a:after,
.popup-close a:before,
.popup-close a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 1px;
  margin-left: -15px;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .layer-close a:before, .layer-close a:after,
  .popup-close a:before,
  .popup-close a:after {
    width: 40px;
    height: 2px;
    margin-left: -20px;
  }
}
.layer-close a:before,
.popup-close a:before {
  transform: rotate(45deg);
}
.layer-close a:after,
.popup-close a:after {
  transform: rotate(-45deg);
}

.layer-close a:before, .layer-close a:after {
  background-color: #000;
}

#popup-nomember, #popup-check {
  max-width: 540px;
  box-sizing: border-box;
  padding: 40px 20px;
}
@media screen and (min-width: 720px) {
  #popup-nomember, #popup-check {
    width: 540px;
  }
}
#popup-nomember dl dt, #popup-check dl dt {
  color: #000;
  font-weight: 700;
  font-size: 4.1666666667vw;
  letter-spacing: -0.2777777778vw;
}
@media screen and (min-width: 720px) {
  #popup-nomember dl dt, #popup-check dl dt {
    font-size: 30px;
  }
}
@media screen and (min-width: 720px) {
  #popup-nomember dl dt, #popup-check dl dt {
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 720px) {
  #popup-nomember dl dt, #popup-check dl dt {
    font-size: 30px;
  }
}
#popup-nomember dl dd, #popup-check dl dd {
  color: #000;
  font-size: 3.3333333333vw;
  line-height: 140%;
  font-weight: 400;
  margin-top: 2.7777777778vw;
  word-break: keep-all;
}
@media screen and (min-width: 720px) {
  #popup-nomember dl dd, #popup-check dl dd {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  #popup-nomember dl dd, #popup-check dl dd {
    margin-top: 20px;
  }
}
@media screen and (min-width: 720px) {
  #popup-nomember dl dd, #popup-check dl dd {
    font-size: 18px;
  }
}
#popup-nomember .btn-box, #popup-check .btn-box {
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  #popup-nomember .btn-box, #popup-check .btn-box {
    margin-top: 30px;
  }
}
#popup-nomember .btn-box a, #popup-check .btn-box a {
  display: inline-block;
  width: 48%;
  color: #fff;
  font-size: 3.0555555556vw;
  display: inline-block;
  padding: 2.7777777778vw 0;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  #popup-nomember .btn-box a, #popup-check .btn-box a {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  #popup-nomember .btn-box a, #popup-check .btn-box a {
    padding: 20px 0;
  }
}
@media screen and (min-width: 720px) {
  #popup-nomember .btn-box a, #popup-check .btn-box a {
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 720px) {
  #popup-nomember .btn-box a, #popup-check .btn-box a {
    font-size: 18px;
  }
}
#popup-nomember .btn-box a:first-child, #popup-check .btn-box a:first-child {
  margin-right: 2%;
}
#popup-nomember .btn-box a:only-child, #popup-check .btn-box a:only-child {
  width: 90%;
  margin: 0 auto;
}
#popup-nomember .btn-box a.btn-receive, #popup-nomember .btn-box a.btn-request, #popup-check .btn-box a.btn-receive, #popup-check .btn-box a.btn-request {
  background: #de283b;
}
#popup-nomember .btn-box a.btn-nomember, #popup-check .btn-box a.btn-nomember {
  background: #bababa;
}
#popup-nomember .btn-box a.btn-close, #popup-check .btn-box a.btn-close {
  background: #484848;
}
#popup-nomember .btn-box a strong, #popup-check .btn-box a strong {
  font-weight: 700;
  font-size: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  #popup-nomember .btn-box a strong, #popup-check .btn-box a strong {
    font-size: 30px;
  }
}
@media screen and (min-width: 720px) {
  #popup-nomember .btn-box a strong, #popup-check .btn-box a strong {
    font-size: 24px;
  }
}
#popup-nomember .btn-close, #popup-check .btn-close {
  display: inline-block;
  margin-top: 5%;
  width: 33.3333333333vw;
}
@media screen and (min-width: 720px) {
  #popup-nomember .btn-close, #popup-check .btn-close {
    width: 240px;
  }
}

#popup-request {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 40000;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
  width: 88.8888888889vw;
  padding-bottom: 6.9444444444vw;
}
#popup-request::-webkit-scrollbar {
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  #popup-request::-webkit-scrollbar {
    width: 8px;
  }
}
#popup-request::-webkit-scrollbar-track {
  background: #e9e9e9;
}
#popup-request::-webkit-scrollbar-thumb {
  background: #777;
}
#popup-request::-webkit-scrollbar-thumb:hover {
  background: #777;
}
@media screen and (min-width: 720px) {
  #popup-request {
    width: 640px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request {
    padding-bottom: 50px;
  }
}
#popup-request .popup-cont input[type=checkbox] + label,
#popup-request .popup-cont input[type=radio] + label {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
}
#popup-request .popup-cont input[type=checkbox],
#popup-request .popup-cont input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#popup-request .popup-cont input[type=checkbox] + label,
#popup-request .popup-cont input[type=radio] + label {
  position: relative;
  display: inline-block;
  padding: 0 1.3888888889vw 0 5.5555555556vw;
  min-height: 15px;
  line-height: 15px;
  font-weight: 400;
  background: url(https://img.eduwill.net/eduwill/img/2024/_124/event/240219/pc/ico_check_off.png) no-repeat 0 50%;
  background-size: 15px auto;
  cursor: pointer;
  color: #333;
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont input[type=checkbox] + label,
  #popup-request .popup-cont input[type=radio] + label {
    padding: 0 10px 0 40px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont input[type=checkbox] + label,
  #popup-request .popup-cont input[type=radio] + label {
    font-size: 26px;
  }
}
#popup-request .popup-cont input[type=checkbox] + label.on,
#popup-request .popup-cont input[type=checkbox]:checked + label,
#popup-request .popup-cont input[type=radio] + label.on,
#popup-request .popup-cont input[type=radio]:checked + label {
  background: url(https://img.eduwill.net/eduwill/img/2024/_124/event/240219/pc/ico_check_on.png) no-repeat 0 50%;
  background-size: 15px auto;
}
#popup-request .popup-cont input[type=checkbox] + label {
  background: url(https://img.eduwill.net/eduwill/img/2024/_124/event/240219/pc/ico_check_off2.png) no-repeat 0 50%;
  background-size: 15px auto;
}
#popup-request .popup-cont input[type=checkbox] + label.on,
#popup-request .popup-cont input[type=checkbox]:checked + label {
  background: url(https://img.eduwill.net/eduwill/img/2024/_124/event/240219/pc/ico_check_on2.png) no-repeat 0 50%;
  background-size: 15px auto;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont input[type=checkbox] + label,
  #popup-request .popup-cont input[type=radio] + label {
    min-height: 20px;
    line-height: 20px;
    font-size: 18px;
    padding: 0 6.9444444444vw 0 4.1666666667vw;
    background-size: 20px auto;
    padding-left: 28px;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #popup-request .popup-cont input[type=checkbox] + label,
  #popup-request .popup-cont input[type=radio] + label {
    padding: 0 50px 0 30px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont input[type=checkbox] + label.on,
  #popup-request .popup-cont input[type=checkbox]:checked + label,
  #popup-request .popup-cont input[type=radio] + label.on,
  #popup-request .popup-cont input[type=radio]:checked + label {
    background-size: 20px auto;
  }
}
#popup-request .popup-cont .input-box {
  position: relative;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  text-align: left;
  padding-top: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box {
    padding-top: 40px;
  }
}
#popup-request .popup-cont .input-box dl {
  margin-bottom: 2%;
}
#popup-request .popup-cont .input-box dl:after {
  content: "";
  display: block;
  clear: both;
}
#popup-request .popup-cont .input-box dl dt {
  float: left;
  position: relative;
  width: 25%;
  color: #222;
  font-size: 3.4722222222vw;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dt {
    font-size: 25px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dt {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
  }
}
#popup-request .popup-cont .input-box dl dd {
  float: left;
  width: 75%;
  height: 40px;
  line-height: 40px;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd {
    height: 50px;
    line-height: 50px;
  }
}
#popup-request .popup-cont .input-box dl dd select,
#popup-request .popup-cont .input-box dl dd input[type=number],
#popup-request .popup-cont .input-box dl dd input[type=text] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  color: #666;
  font-size: 14px;
  padding: 0 10px;
}
#popup-request .popup-cont .input-box dl dd select::-webkit-inner-spin-button,
#popup-request .popup-cont .input-box dl dd input[type=number]::-webkit-inner-spin-button,
#popup-request .popup-cont .input-box dl dd input[type=text]::-webkit-inner-spin-button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd select,
  #popup-request .popup-cont .input-box dl dd input[type=number],
  #popup-request .popup-cont .input-box dl dd input[type=text] {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
}
#popup-request .popup-cont .input-box dl dd .btn-member {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  color: #fff;
  background-color: #a9a9a9;
  text-align: center;
  width: 100px;
  height: 40px;
  line-height: 40px;
}
#popup-request .popup-cont .input-box dl dd .fileBox {
  display: flex;
  justify-content: space-between;
}
#popup-request .popup-cont .input-box dl dd .fileBox .fileName {
  display: inline-block;
  width: 68%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  color: #666;
  font-size: 14px;
  margin-right: 2%;
  background-color: #fff;
  padding: 0 10px;
}
#popup-request .popup-cont .input-box dl dd .fileBox .btn-file {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #333;
  color: #fff;
  font-size: 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd .fileBox .btn-file {
    font-size: 25px;
  }
}
#popup-request .popup-cont .input-box dl dd .fileBox input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd .fileBox .fileName {
    height: 50px;
    line-height: 50px;
  }
  #popup-request .popup-cont .input-box dl dd .fileBox .btn-file {
    width: 31.2%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
}
#popup-request .popup-cont .input-box dl dd .btn-method {
  display: inline-block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-radius: 6px;
  text-align: center;
  vertical-align: middle;
  background-color: #aaa;
  color: #fff;
  font-size: 3.0555555556vw;
  letter-spacing: -1px;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd .btn-method {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd .btn-method {
    height: 40px;
    line-height: 40px;
    font-size: 22px;
  }
}
#popup-request .popup-cont .input-box dl dd.address {
  margin-bottom: 2%;
  height: auto;
}
#popup-request .popup-cont .input-box dl dd.address .adress-form {
  margin-bottom: 2%;
}
#popup-request .popup-cont .input-box dl dd.address .adress-form .post-num {
  display: inline-block;
  width: 66%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  color: #666;
  font-size: 14px;
  margin-right: 2%;
  background-color: #fff;
  padding: 0 10px;
}
#popup-request .popup-cont .input-box dl dd.address .adress-form .btn-post {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #333;
  color: #fff;
  font-size: 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd.address .adress-form .btn-post {
    font-size: 25px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd.address .adress-form .post-num {
    height: 50px;
    line-height: 50px;
  }
  #popup-request .popup-cont .input-box dl dd.address .adress-form .btn-post {
    width: 31.2%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
}
#popup-request .popup-cont .input-box dl dd.notice {
  margin-left: 25%;
  height: auto;
  line-height: auto;
  font-size: 2.7777777778vw;
  line-height: 1.3;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd.notice {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .input-box dl dd.notice {
    font-size: 15px;
  }
}
#popup-request .popup-cont .input-box dl dd.notice.text-gray {
  color: #aaa;
  word-break: keep-all;
}
#popup-request .popup-cont .exam-box {
  padding: 13% 0 10%;
}
#popup-request .popup-cont .exam-box .btn-ticket {
  display: block;
  width: 44.4444444444vw;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .exam-box .btn-ticket {
    width: 320px;
  }
}
#popup-request .popup-cont .exam-box .notice {
  color: #ff0000;
  font-size: 3.3333333333vw;
  margin: 5% 0 7%;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .exam-box .notice {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .exam-box .notice {
    font-size: 18px;
    margin: 20px 0 30px;
  }
}
#popup-request .popup-cont .exam-box .btn-method {
  display: block;
  width: 53.1944444444vw;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .exam-box .btn-method {
    width: 383px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .exam-box .btn-method {
    width: 39.3055555556vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #popup-request .popup-cont .exam-box .btn-method {
    width: 283px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .exam-box {
    padding: 12% 0 10%;
  }
}
#popup-request .popup-cont .all-check {
  width: 90%;
  text-align: left;
  margin: 0 auto;
  box-sizing: border-box;
}
#popup-request .popup-cont .all-check label {
  font-size: 3.3333333333vw;
  font-weight: 700 !important;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .all-check label {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .all-check label {
    font-size: 15px;
  }
}
#popup-request .popup-cont .all-check .alert {
  margin-top: 1.3888888889vw;
  font-weight: normal;
  color: #888;
  line-height: 1.5;
  font-size: 2.5vw;
  letter-spacing: -1px;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .all-check .alert {
    margin-top: 10px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .all-check .alert {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .all-check .alert {
    font-size: 14px;
  }
}
#popup-request .popup-cont .toggle-wrap {
  position: relative;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
}
#popup-request .popup-cont .toggle-wrap .toggle-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.7777777778vw 0;
  border-bottom: 1px solid #222;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .toggle-wrap .toggle-title {
    padding: 20px 0;
  }
}
#popup-request .popup-cont .toggle-wrap .toggle-title label {
  width: 95%;
  font-weight: 700;
  text-align: left;
  font-size: 3.3333333333vw;
  display: inline-block;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .toggle-wrap .toggle-title label {
    font-size: 24px;
  }
}
#popup-request .popup-cont .toggle-wrap .toggle-title .highlight {
  color: #F93737;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .toggle-wrap .toggle-title {
    padding: 12px 0 10px;
  }
  #popup-request .popup-cont .toggle-wrap .toggle-title label {
    font-size: 15px;
  }
}
#popup-request .popup-cont .toggle-wrap .toggle-box {
  display: none;
  padding: 4%;
  overflow-y: scroll;
  text-align: left;
  border-bottom: 1px solid #ddd;
  height: 41.6666666667vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .toggle-wrap .toggle-box {
    height: 300px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .toggle-wrap .toggle-box {
    height: 180px;
  }
}
#popup-request .popup-cont .toggle-wrap .toggle-box::-webkit-scrollbar {
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .toggle-wrap .toggle-box::-webkit-scrollbar {
    width: 8px;
  }
}
#popup-request .popup-cont .toggle-wrap .toggle-box::-webkit-scrollbar-track {
  background: #e9e9e9;
}
#popup-request .popup-cont .toggle-wrap .toggle-box::-webkit-scrollbar-thumb {
  background: #777;
}
#popup-request .popup-cont .toggle-wrap .toggle-box::-webkit-scrollbar-thumb:hover {
  background: #777;
}
#popup-request .popup-cont .toggle-wrap .toggle-box p {
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .toggle-wrap .toggle-box p {
    font-size: 24px;
  }
}
#popup-request .popup-cont .toggle-wrap .toggle-box p strong {
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .toggle-wrap .toggle-box p strong {
    font-size: 28px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .toggle-wrap .toggle-box p {
    font-size: 15px;
    color: #666;
  }
  #popup-request .popup-cont .toggle-wrap .toggle-box p strong {
    font-size: 18px;
    color: #000;
    font-weight: 700;
  }
}
#popup-request .popup-cont .toggle-wrap + .toggle-wrap {
  border-top: 0;
}
#popup-request .popup-cont .agree-box {
  padding: 4.1666666667vw 0;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .agree-box {
    padding: 30px 0;
  }
}
#popup-request .popup-cont .agree-box .agree-tit {
  color: #222;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .agree-box .agree-tit {
    font-size: 24px;
  }
}
#popup-request .popup-cont .agree-box .agree-tit strong {
  display: block;
  margin-bottom: 5%;
  font-weight: 500;
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .agree-box .agree-tit strong {
    font-size: 28px;
  }
}
#popup-request .popup-cont .agree-box .agree-tit .highlight {
  color: #f00;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .agree-box .agree-tit {
    font-size: 16px;
  }
  #popup-request .popup-cont .agree-box .agree-tit strong {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
#popup-request .popup-cont .agree-box .agree-tit + .table-box {
  margin-top: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .agree-box .agree-tit + .table-box {
    margin-top: 15px;
  }
}
#popup-request .popup-cont .agree-box .check-box {
  padding: 4.1666666667vw 0;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .agree-box .check-box {
    padding: 30px 0;
  }
}
#popup-request .popup-cont .agree-box .check-box + .agree-tit {
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .agree-box .check-box + .agree-tit {
    margin-top: 30px;
  }
}
#popup-request .popup-cont .check-text {
  margin-top: 1.3888888889vw;
  font-size: 3.3333333333vw;
  line-height: 1.4;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .check-text {
    margin-top: 10px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .check-text {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .check-text {
    font-size: 16px;
  }
}
#popup-request .popup-cont .btn-box {
  text-align: center;
}
#popup-request .popup-cont .btn-box a {
  display: inline-block;
  width: 48%;
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-size: 3.3333333333vw;
  letter-spacing: -0.2777777778vw;
  padding: 2.7777777778vw 0;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .btn-box a {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .btn-box a {
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .btn-box a {
    padding: 20px 0;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .btn-box a {
    font-size: 30px;
  }
}
#popup-request .popup-cont .btn-box a:first-child {
  margin-right: 2%;
}
#popup-request .popup-cont .btn-box a:only-child {
  width: 90%;
  margin: 0 auto;
}
#popup-request .popup-cont .btn-box a.btn-receive, #popup-request .popup-cont .btn-box a.btn-request {
  background: #F93737;
}
#popup-request .popup-cont .btn-box a.btn-nomember {
  background: #bababa;
}
#popup-request .popup-cont .btn-box a.btn-close {
  background: #484848;
}
#popup-request .popup-cont .btn-box a strong {
  font-weight: 900;
  font-size: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .btn-box a strong {
    font-size: 30px;
  }
}
@media screen and (min-width: 720px) {
  #popup-request .popup-cont .btn-box a strong {
    font-size: 36px;
  }
}

#zipcode-layer {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 300;
  display: none;
  border-style: solid;
  border-color: #000;
  border-width: 0.8333333333vw;
  transform: translateX(-50%);
}
@media screen and (min-width: 720px) {
  #zipcode-layer {
    border-width: 6px;
  }
}
#zipcode-layer > div {
  min-width: 320px !important;
  width: 100% !important;
}
@media screen and (min-width: 720px) {
  #zipcode-layer > div {
    width: 500px !important;
  }
}
#zipcode-layer .zipcode-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 300;
  display: block;
  width: 46px;
  height: 46px;
  background-color: #000;
}
#zipcode-layer .zipcode-close:before, #zipcode-layer .zipcode-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 3px;
  margin-left: -15px;
  background-color: #fff;
}
#zipcode-layer .zipcode-close:before {
  transform: rotate(45deg);
}
#zipcode-layer .zipcode-close:after {
  transform: rotate(-45deg);
}

.eduf-layer .eduf-layer-content * {
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.eduf-layer .eduf-layer-content ul li {
  color: #999;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer .eduf-layer-content ul li {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer .eduf-layer-content ul li {
    font-size: 16px;
  }
}
.eduf-layer .eduf-layer-content ul li + li {
  margin-top: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer .eduf-layer-content ul li + li {
    margin-top: 8px;
  }
}
.eduf-layer .eduf-layer-content p {
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer .eduf-layer-content p {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer .eduf-layer-content p {
    font-size: 16px;
  }
}
.eduf-layer .eduf-layer-content p + p {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer .eduf-layer-content p + p {
    margin-top: 20px;
  }
}

.pc-only {
  display: block;
}

.mobile-only {
  display: none;
}

.product-top-banner {
  display: none !important;
}

.icon-pointer {
  position: relative;
  display: inline-block;
}
.icon-pointer:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  background: url("https://img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_16.png") no-repeat 0 0;
  background-size: 100% auto;
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .icon-pointer:after {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .icon-pointer:after {
    height: 60px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}

.full-cover .cover-dim {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.7);
  display: table;
}
.full-cover .cover-img {
  z-index: 2001;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}

.promotion [class^=sector-] {
  position: relative;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.5px;
  box-sizing: border-box;
}
.promotion .wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.promotion .wing-right {
  display: none;
  position: fixed;
  z-index: 7;
  bottom: 120px;
  right: 10px;
}
.promotion .wing-right a {
  display: block;
}
.promotion .wing-right a + a {
  margin-top: 10px;
}
.promotion .wing-right .link-area {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 13px;
  z-index: 10;
}
.promotion .wing-right .link-area a {
  display: block;
  width: 100%;
  height: 200px;
}
.promotion .wing-right .link-area a:nth-child(2) {
  height: 195px;
}
.promotion .wing-right .link-area a:nth-child(3) {
  height: 180px;
}
.promotion .btn-text, .promotion .btn-grounds {
  display: inline-block;
  padding: 5px 10px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 1;
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.promotion .btn-text span, .promotion .btn-grounds span {
  padding-right: 12px;
  position: relative;
  display: inline-block;
}
.promotion .btn-text span:before, .promotion .btn-grounds span:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.9722222222vw;
  height: 0.9722222222vw;
  margin-top: -0.4861111111vw;
  border-width: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.5);
  transform: rotate(45deg);
  right: 14px;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .promotion .btn-text span:before, .promotion .btn-grounds span:before {
    width: 7px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-text span:before, .promotion .btn-grounds span:before {
    height: 7px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-text span:before, .promotion .btn-grounds span:before {
    margin-top: -3.5px;
  }
}
.promotion .btn-text span:before, .promotion .btn-grounds span:before {
  right: 0;
  margin-top: -5.5px;
}
.promotion .btn-text.color-fff, .promotion .btn-grounds.color-fff {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}
.promotion .btn-text.color-fff span:before, .promotion .btn-grounds.color-fff span:before {
  border-color: rgba(255, 255, 255, 0.6);
}
.promotion .btn-text.line, .promotion .btn-grounds.line {
  padding: 5px 2px;
  color: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}
.promotion .btn-text.line span:before, .promotion .btn-grounds.line span:before {
  border-color: rgba(0, 0, 0, 0.8);
}
.promotion .fix-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #9236EE;
  z-index: 10;
}
.promotion .fix-bottom .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
}
.promotion .fix-bottom .wrap a:after {
  top: 60%;
  right: 5%;
}
.promotion .action {
  min-width: 700px;
}
.promotion .action a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  border-radius: 100px;
  background: #000;
}
.promotion .action a span {
  font-family: "Jalnan", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 36px;
  color: #fff;
}
.promotion .action a span strong {
  color: #FBFF21;
}
.promotion .sector-visual {
  position: relative;
  background: url("https://img.eduwill.net/eduwill/img/2024/_124/event/240219/pc/bg_visual.jpg") no-repeat 50% 0;
  background-size: cover;
}
.promotion .sector-visual .wrap {
  height: 100%;
}
.promotion .sector-visual .motion {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
}
.promotion .sector-visual .motion.motion-title-1 {
  top: 100px;
}
.promotion .sector-visual .motion.motion-title-1 u {
  position: relative;
  display: inline-block;
  color: #222;
  text-decoration: none;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.56px;
}
.promotion .sector-visual .motion.motion-title-1 u:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #222;
}
.promotion .sector-visual .motion.motion-title-2 {
  top: 190px;
}
.promotion .sector-visual .motion.action {
  opacity: 1 !important;
  width: 750px;
  bottom: 40px;
  left: 50%;
  right: auto;
  z-index: 5;
  margin-left: -375px;
}
.promotion .sector-visual .motion.action a:after {
  width: 80px;
  height: 80px;
  right: -5%;
}
.promotion .sector-lucky {
  background: #B870FF;
}
.promotion .sector-method {
  padding-bottom: 130px;
  background: #f8f8f8;
}
.promotion .sector-method .action {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  z-index: 1;
}
.promotion .sector-event1 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), linear-gradient(180deg, #FFF 12.9%, #DEF0F2 29.71%, #B7ADE0 49.2%, #B7ADE0 76.08%, #B58DD3 97.69%, #B58DD3 120.91%);
}
.promotion .sector-event2 {
  background: #fff;
}
.promotion .sector-event2 .btn-coupon {
  position: absolute;
  display: block;
  top: 407px;
  right: 333px;
  width: 104px;
  height: 30px;
  z-index: 1;
}
.promotion .sector-notice {
  background: #f8f8f8;
}
.promotion .sector-notice .wrap {
  padding: 70px 0;
}
.promotion .sector-notice .notice-box {
  text-align: left;
  box-sizing: border-box;
}
.promotion .sector-notice .notice-box dl dt {
  margin-bottom: 8px;
  line-height: 1.5;
  font-size: 22px;
  font-weight: 500;
  color: #000;
}
.promotion .sector-notice .notice-box dl dd {
  margin-top: 5px;
  padding-left: 10px;
  position: relative;
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  line-height: 1.5;
}
.promotion .sector-notice .notice-box dl dd:before {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.promotion .sector-notice .notice-box dl dd + dt {
  margin-top: 20px;
}
.promotion .sector-notice .notice-box dl dd strong {
  color: #000;
}
.promotion .sector-bar {
  background: #ffd32c;
}
.promotion .sector-bar:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  width: 263px;
  height: 68px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  background: url("https://img.eduwill.net/eduwill/img/2024/_124/event/240219/pc/bg_bar.png") no-repeat 50% 0;
  background-size: cover;
}
.promotion .sector-awards {
  padding-bottom: 80px;
}
.promotion .sector-awards .trophy {
  position: relative;
}
.promotion .sector-awards .trophy .btn-text {
  position: absolute;
  bottom: 0;
  right: 50px;
  z-index: 3;
}
.promotion .sector-awards .trophy img {
  display: block;
  z-index: 1;
}
.promotion .sector-awards .trophy img.motion-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.promotion .sector-awards .winner-list {
  padding: 10px 0;
  overflow: hidden;
  transform: perspective(400px) rotateX(35deg);
  overflow: hidden;
  box-sizing: border-box;
}
.promotion .sector-awards .winner-list p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #222;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  margin: 0;
  letter-spacing: -1px;
}/*# sourceMappingURL=web.css.map */