@charset "UTF-8";
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full, .grid {
  *zoom: 1;
}
.promotion .wrap::before,
.promotion .wrap-full::before,
.product-eco .wrap::before,
.product-eco .wrap-full::before,
.fullservice .wrap::before,
.fullservice .wrap-full::before, .grid::before, .promotion .wrap::after,
.promotion .wrap-full::after,
.product-eco .wrap::after,
.product-eco .wrap-full::after,
.fullservice .wrap::after,
.fullservice .wrap-full::after, .grid::after {
  content: "";
  display: table;
}
.promotion .wrap::after,
.promotion .wrap-full::after,
.product-eco .wrap::after,
.product-eco .wrap-full::after,
.fullservice .wrap::after,
.fullservice .wrap-full::after, .grid::after {
  clear: both;
}

.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;
}

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

.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,
.product-eco,
.fullservice {
  text-align: center;
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion .wrap,
.product-eco .wrap,
.fullservice .wrap {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.promotion .disabled,
.product-eco .disabled,
.fullservice .disabled {
  opacity: 0.5;
}
.promotion .icon-pointer,
.product-eco .icon-pointer,
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.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) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 60px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}

.motion-1 {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-2 {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-3 {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-4 {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-5 {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-6 {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-7 {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-8 {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-9 {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-10 {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-11 {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-12 {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-x-1 {
  opacity: 0;
  transform: translateX(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-x-2 {
  opacity: 0;
  transform: translateX(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-x-3 {
  opacity: 0;
  transform: translateX(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-x-4 {
  opacity: 0;
  transform: translateX(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-x-5 {
  opacity: 0;
  transform: translateX(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-x-6 {
  opacity: 0;
  transform: translateX(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-x-7 {
  opacity: 0;
  transform: translateX(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-x-8 {
  opacity: 0;
  transform: translateX(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-x-9 {
  opacity: 0;
  transform: translateX(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-x-10 {
  opacity: 0;
  transform: translateX(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-extend-1 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.motion-extend-2 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.motion-extend-3 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.motion-extend-4 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.motion-extend-5 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.motion-extend-6 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.motion-extend-7 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.motion-extend-8 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.motion-extend-9 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.motion-extend-10 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.motion-reduce-1 {
  opacity: 0;
  transform: scale(1.5, 1.5);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-reduce-2 {
  opacity: 0;
  transform: scale(1.5, 1.5);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-reduce-3 {
  opacity: 0;
  transform: scale(1.5, 1.5);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-reduce-4 {
  opacity: 0;
  transform: scale(1.5, 1.5);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-reduce-5 {
  opacity: 0;
  transform: scale(1.5, 1.5);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-reduce-6 {
  opacity: 0;
  transform: scale(1.5, 1.5);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-reduce-7 {
  opacity: 0;
  transform: scale(1.5, 1.5);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-reduce-8 {
  opacity: 0;
  transform: scale(1.5, 1.5);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-reduce-9 {
  opacity: 0;
  transform: scale(1.5, 1.5);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-reduce-10 {
  opacity: 0;
  transform: scale(1.5, 1.5);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.motion-scale-y-1 {
  opacity: 0;
  transform: scaleY(0);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center bottom;
}

.motion-scale-y-2 {
  opacity: 0;
  transform: scaleY(0);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center bottom;
}

.motion-scale-y-3 {
  opacity: 0;
  transform: scaleY(0);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center bottom;
}

.motion-scale-y-4 {
  opacity: 0;
  transform: scaleY(0);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center bottom;
}

.motion-scale-y-5 {
  opacity: 0;
  transform: scaleY(0);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center bottom;
}

.motion-scale-y-6 {
  opacity: 0;
  transform: scaleY(0);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center bottom;
}

.motion-scale-y-7 {
  opacity: 0;
  transform: scaleY(0);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center bottom;
}

.motion-scale-y-8 {
  opacity: 0;
  transform: scaleY(0);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center bottom;
}

.motion-scale-y-9 {
  opacity: 0;
  transform: scaleY(0);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center bottom;
}

.motion-scale-y-10 {
  opacity: 0;
  transform: scaleY(0);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center bottom;
}

.motion-scale-x-1 {
  opacity: 0;
  transform: scaleX(0);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center center;
}

.motion-scale-x-2 {
  opacity: 0;
  transform: scaleX(0);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center center;
}

.motion-scale-x-3 {
  opacity: 0;
  transform: scaleX(0);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center center;
}

.motion-scale-x-4 {
  opacity: 0;
  transform: scaleX(0);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center center;
}

.motion-scale-x-5 {
  opacity: 0;
  transform: scaleX(0);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center center;
}

.motion-scale-x-6 {
  opacity: 0;
  transform: scaleX(0);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center center;
}

.motion-scale-x-7 {
  opacity: 0;
  transform: scaleX(0);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center center;
}

.motion-scale-x-8 {
  opacity: 0;
  transform: scaleX(0);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center center;
}

.motion-scale-x-9 {
  opacity: 0;
  transform: scaleX(0);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center center;
}

.motion-scale-x-10 {
  opacity: 0;
  transform: scaleX(0);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center center;
}

.active .motion-1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.active .motion-2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.active .motion-3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.active .motion-4 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.active .motion-5 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.active .motion-6 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}
.active .motion-7 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.4s;
}
.active .motion-8 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.6s;
}
.active .motion-9 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.8s;
}
.active .motion-10 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2s;
}
.active .motion-11 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.2s;
}
.active .motion-12 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.4s;
}
.active .motion-x-1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.active .motion-x-2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}
.active .motion-x-3 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}
.active .motion-x-4 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.8s;
}
.active .motion-x-5 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.active .motion-x-6 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.2s;
}
.active .motion-x-7 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.4s;
}
.active .motion-x-8 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.6s;
}
.active .motion-x-9 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.8s;
}
.active .motion-x-10 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2s;
}
.active .motion-extend-1 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.1s;
}
.active .motion-extend-2 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.2s;
}
.active .motion-extend-3 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.3s;
}
.active .motion-extend-4 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.4s;
}
.active .motion-extend-5 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.5s;
}
.active .motion-extend-6 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.6s;
}
.active .motion-extend-7 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.7s;
}
.active .motion-extend-8 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.8s;
}
.active .motion-extend-9 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.9s;
}
.active .motion-extend-10 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1s;
}
.active .motion-reduce-1 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.1s;
}
.active .motion-reduce-2 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.2s;
}
.active .motion-reduce-3 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.3s;
}
.active .motion-reduce-4 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.4s;
}
.active .motion-reduce-5 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.5s;
}
.active .motion-reduce-6 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.6s;
}
.active .motion-reduce-7 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.7s;
}
.active .motion-reduce-8 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.8s;
}
.active .motion-reduce-9 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.9s;
}
.active .motion-reduce-10 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1s;
}
.active .motion-scale-y-1 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.1s;
}
.active .motion-scale-y-2 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.2s;
}
.active .motion-scale-y-3 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.3s;
}
.active .motion-scale-y-4 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.4s;
}
.active .motion-scale-y-5 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.5s;
}
.active .motion-scale-y-6 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.6s;
}
.active .motion-scale-y-7 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.7s;
}
.active .motion-scale-y-8 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.8s;
}
.active .motion-scale-y-9 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.9s;
}
.active .motion-scale-y-10 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1s;
}
.active .motion-scale-x-1 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.1s;
}
.active .motion-scale-x-2 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.2s;
}
.active .motion-scale-x-3 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.3s;
}
.active .motion-scale-x-4 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.4s;
}
.active .motion-scale-x-5 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.5s;
}
.active .motion-scale-x-6 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.6s;
}
.active .motion-scale-x-7 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.7s;
}
.active .motion-scale-x-8 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.8s;
}
.active .motion-scale-x-9 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.9s;
}
.active .motion-scale-x-10 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1s;
}

#privacyPopup *, #privacyPopup *:before, #privacyPopup *:after {
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  #privacyPopup *, #privacyPopup *:before, #privacyPopup *:after {
    letter-spacing: -1px;
  }
}
#privacyPopup .eduf-layer-wrap {
  width: 90%;
  max-width: 640px;
}
@media screen and (min-width: 720px) {
  #privacyPopup .eduf-layer-wrap {
    width: 640px;
  }
}
#privacyPopup .privacy-title {
  background-color: #fff;
  text-align: left;
  padding: 3.8888888889vw 4.1666666667vw;
  font-size: 5vw;
  border-bottom: 2px solid #000 !important;
  font-weight: 700;
  color: #000;
}
@media screen and (min-width: 720px) {
  #privacyPopup .privacy-title {
    padding: 28px 30px;
  }
}
@media screen and (min-width: 720px) {
  #privacyPopup .privacy-title {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  #privacyPopup .privacy-title {
    padding: 22px 30px;
    font-size: 24px;
  }
}
#privacyPopup .privacy-title a:before, #privacyPopup .privacy-title a:after {
  background-color: #000;
}
@media screen and (min-width: 1024px) {
  #privacyPopup .privacy-title a {
    top: 5px;
  }
}
#privacyPopup .privacy-content {
  box-sizing: border-box;
  padding: 6.9444444444vw 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  #privacyPopup .privacy-content {
    padding: 50px 30px;
  }
}
@media screen and (min-width: 1024px) {
  #privacyPopup .privacy-content {
    padding-top: 29px;
    padding-bottom: 29px;
  }
}
#privacyPopup .privacy-content .desc {
  margin-bottom: 6.9444444444vw;
  font-weight: 700;
  font-size: 3.8888888889vw;
  line-height: 1.4;
  color: #000;
  word-break: keep-all;
}
@media screen and (min-width: 720px) {
  #privacyPopup .privacy-content .desc {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 720px) {
  #privacyPopup .privacy-content .desc {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  #privacyPopup .privacy-content .desc {
    font-size: 18px;
  }
}
#privacyPopup .privacy-content .privacy-check {
  font-weight: bold;
  text-align: left;
  color: #000;
  font-size: 4.1666666667vw;
  padding-bottom: 4.8611111111vw;
}
@media screen and (min-width: 720px) {
  #privacyPopup .privacy-content .privacy-check {
    font-size: 30px;
  }
}
@media screen and (min-width: 720px) {
  #privacyPopup .privacy-content .privacy-check {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 1024px) {
  #privacyPopup .privacy-content .privacy-check {
    font-size: 20px;
    padding-bottom: 18px;
  }
}
#privacyPopup .privacy-content .privacy-check input {
  vertical-align: middle;
  width: 5.2777777778vw;
  height: 5.2777777778vw;
}
@media screen and (min-width: 720px) {
  #privacyPopup .privacy-content .privacy-check input {
    width: 38px;
  }
}
@media screen and (min-width: 720px) {
  #privacyPopup .privacy-content .privacy-check input {
    height: 38px;
  }
}
@media screen and (min-width: 1024px) {
  #privacyPopup .privacy-content .privacy-check input {
    width: 28px;
    height: 28px;
  }
}
#privacyPopup .privacy-content .privacy-check label {
  vertical-align: middle;
  font-weight: bold;
  padding-left: 1.8055555556vw;
}
@media screen and (min-width: 720px) {
  #privacyPopup .privacy-content .privacy-check label {
    padding-left: 13px;
  }
}
@media screen and (min-width: 1024px) {
  #privacyPopup .privacy-content .privacy-check label {
    padding-left: 7px;
  }
}
#privacyPopup .privacy-content .scroll-box {
  text-align: left;
  border: 1px solid #ccc;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
  font-size: 3.6111111111vw;
  padding: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  #privacyPopup .privacy-content .scroll-box {
    font-size: 26px;
  }
}
@media screen and (min-width: 720px) {
  #privacyPopup .privacy-content .scroll-box {
    padding: 30px;
  }
}
#privacyPopup .privacy-content .scroll-box + .privacy-check {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #privacyPopup .privacy-content .scroll-box + .privacy-check {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  #privacyPopup .privacy-content .scroll-box {
    font-size: 14px;
    padding: 22px;
  }
}
#privacyPopup .privacy-content .scroll-box-2 {
  padding: 0;
  border: none;
}
@media screen and (min-width: 1024px) {
  #privacyPopup .privacy-content .scroll-box-2 {
    line-height: 1.4;
    font-size: 14px;
    padding: 0;
  }
}
#privacyPopup .privacy-content .scroll-box ul {
  margin-left: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  #privacyPopup .privacy-content .scroll-box ul {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1024px) {
  #privacyPopup .privacy-content .scroll-box ul {
    margin-left: 10px;
  }
}
#privacyPopup .privacy-content .scroll-box ul li {
  list-style: decimal;
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #privacyPopup .privacy-content .scroll-box ul li {
    margin-top: 20px;
  }
}
#privacyPopup .privacy-content .scroll-box ul li:first-child {
  margin-top: 0;
}
#privacyPopup .privacy-content .scroll-box ul li ul {
  margin-top: 0.6944444444vw;
  margin-left: 0;
}
@media screen and (min-width: 720px) {
  #privacyPopup .privacy-content .scroll-box ul li ul {
    margin-top: 5px;
  }
}
#privacyPopup .privacy-content .scroll-box ul li li {
  list-style: none;
  margin-top: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  #privacyPopup .privacy-content .scroll-box ul li li {
    margin-top: 5px;
  }
}
#privacyPopup .privacy-content .scroll-box strong {
  display: block;
  color: #000;
  font-weight: bold;
  font-size: 4.4444444444vw;
  margin-bottom: 4.7222222222vw;
}
@media screen and (min-width: 720px) {
  #privacyPopup .privacy-content .scroll-box strong {
    font-size: 32px;
  }
}
@media screen and (min-width: 720px) {
  #privacyPopup .privacy-content .scroll-box strong {
    margin-bottom: 34px;
  }
}
@media screen and (min-width: 1024px) {
  #privacyPopup .privacy-content .scroll-box strong {
    font-size: 16px;
    margin-bottom: 17px;
  }
}
#privacyPopup .privacy-content .scroll-box span {
  display: block;
  padding-left: 1.8055555556vw;
}
@media screen and (min-width: 720px) {
  #privacyPopup .privacy-content .scroll-box span {
    padding-left: 13px;
  }
}
@media screen and (min-width: 1024px) {
  #privacyPopup .privacy-content .scroll-box span {
    padding-left: 13px;
    padding-bottom: 10px;
  }
}
#privacyPopup .privacy-content .scroll-box em {
  font-size: 4.4444444444vw;
  font-weight: 700;
  color: #000;
}
@media screen and (min-width: 720px) {
  #privacyPopup .privacy-content .scroll-box em {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  #privacyPopup .privacy-content .scroll-box em {
    font-size: 18px;
  }
}
#privacyPopup .privacy-btn {
  text-align: center;
  background-color: #FFCE1F !important;
}
#privacyPopup .privacy-btn a {
  position: relative;
  display: block;
  padding: 3.1944444444vw 0 3.3333333333vw;
  font-size: 5.5555555556vw;
  font-weight: 700;
  color: #000;
}
@media screen and (min-width: 720px) {
  #privacyPopup .privacy-btn a {
    padding: 23px 0 24px;
  }
}
@media screen and (min-width: 720px) {
  #privacyPopup .privacy-btn a {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  #privacyPopup .privacy-btn a {
    font-size: 24px;
  }
}

.eduf-layer-sale .eduf-layer-wrap {
  margin: 0 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-sale .eduf-layer-wrap {
    margin: 0 40px;
  }
}
.eduf-layer-sale .eduf-layer-content {
  margin: 0 auto;
  overflow-y: auto;
}
@media screen and (min-width: 720px) {
  .eduf-layer-sale .eduf-layer-content {
    max-width: 620px;
  }
}
.eduf-layer-sale .eduf-layer-content .top-content {
  position: relative;
}
.eduf-layer-sale .eduf-layer-content .top-content p {
  position: absolute;
  top: 8.8888888889vw;
  left: 5.5555555556vw;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
}
@media screen and (min-width: 720px) {
  .eduf-layer-sale .eduf-layer-content .top-content p {
    top: 64px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-sale .eduf-layer-content .top-content p {
    left: 40px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-sale .eduf-layer-content .top-content p {
    font-size: 36px;
  }
}
.eduf-layer-sale .eduf-layer-content .top-content img {
  max-width: 100%;
}
.eduf-layer-sale .eduf-layer-content .top-content a {
  position: absolute;
  top: 56.6666666667vw;
  left: 5.5555555556vw;
  right: 5.5555555556vw;
  font-size: 4.4444444444vw;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  padding: 3.3333333333vw 0;
  border: 2px solid #000;
  background: linear-gradient(to top, #AE1804 0%, #F51D00 56%);
}
@media screen and (min-width: 720px) {
  .eduf-layer-sale .eduf-layer-content .top-content a {
    top: 408px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-sale .eduf-layer-content .top-content a {
    left: 40px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-sale .eduf-layer-content .top-content a {
    right: 40px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-sale .eduf-layer-content .top-content a {
    font-size: 32px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-sale .eduf-layer-content .top-content a {
    padding: 24px 0;
  }
}
.eduf-layer-sale .eduf-layer-content .content-wrap {
  padding: 5.5555555556vw;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .eduf-layer-sale .eduf-layer-content .content-wrap {
    padding: 40px;
  }
}
.eduf-layer-sale .eduf-layer-content .content-wrap .content-box {
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-sale .eduf-layer-content .content-wrap .content-box {
    margin-top: 40px;
  }
}
.eduf-layer-sale .eduf-layer-content .content-wrap .content-box:first-child {
  margin-top: 0;
}
.eduf-layer-sale .eduf-layer-content .content-wrap .content-box .content-title {
  font-size: 3.6111111111vw;
  font-weight: 500;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .eduf-layer-sale .eduf-layer-content .content-wrap .content-box .content-title {
    font-size: 26px;
  }
}
.eduf-layer-sale .eduf-layer-content .content-wrap .content-box .content-item {
  margin-top: 2.7777777778vw;
  padding: 2.7777777778vw;
  border: 1px solid #DCDCDC;
  background: #f9f9f9;
}
@media screen and (min-width: 720px) {
  .eduf-layer-sale .eduf-layer-content .content-wrap .content-box .content-item {
    margin-top: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-sale .eduf-layer-content .content-wrap .content-box .content-item {
    padding: 20px;
  }
}
.eduf-layer-sale .eduf-layer-content .content-wrap .content-box .content-item strong {
  font-size: 3.0555555556vw;
  color: #6C6C6C;
}
@media screen and (min-width: 720px) {
  .eduf-layer-sale .eduf-layer-content .content-wrap .content-box .content-item strong {
    font-size: 22px;
  }
}
.eduf-layer-sale .eduf-layer-content .content-wrap .content-box .content-item span {
  display: block;
  font-size: 3.0555555556vw;
  line-height: 1.4;
  color: #6C6C6C;
  margin-top: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-sale .eduf-layer-content .content-wrap .content-box .content-item span {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-sale .eduf-layer-content .content-wrap .content-box .content-item span {
    margin-top: 12px;
  }
}
.eduf-layer-sale .eduf-layer-content .content-wrap .content-box .content-item span:first-child {
  margin-top: 0;
}
.eduf-layer-sale .eduf-layer-content .content-wrap .content-box.slide-content .content-title {
  position: relative;
}
.eduf-layer-sale .eduf-layer-content .content-wrap .content-box.slide-content .content-title:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 0.5555555556vw;
  border-style: solid;
  border-width: 1.3888888889vw 1.1111111111vw 0 1.1111111111vw;
  border-color: #000 transparent transparent transparent;
}
@media screen and (min-width: 720px) {
  .eduf-layer-sale .eduf-layer-content .content-wrap .content-box.slide-content .content-title:after {
    margin-left: 4px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-sale .eduf-layer-content .content-wrap .content-box.slide-content .content-title:after {
    border-width: 10px 8px 0 8px;
  }
}
.eduf-layer-sale .eduf-layer-content .content-wrap .content-box.slide-content .content-title.active:after {
  border-width: 0 1.1111111111vw 1.3888888889vw 1.1111111111vw;
  border-color: transparent transparent #000 transparent;
}
@media screen and (min-width: 720px) {
  .eduf-layer-sale .eduf-layer-content .content-wrap .content-box.slide-content .content-title.active:after {
    border-width: 0 8px 10px 8px;
  }
}
.eduf-layer-sale .eduf-layer-content .content-wrap .content-box.slide-content .content-item {
  display: none;
  box-sizing: border-box;
}
.eduf-layer-sale .eduf-layer-content .content-wrap .content-box.slide-content .content-item span {
  margin-top: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-sale .eduf-layer-content .content-wrap .content-box.slide-content .content-item span {
    margin-top: 8px;
  }
}

.promotion {
  position: relative;
  overflow: hidden;
}
.promotion * {
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -1px;
}
.promotion .only-mobile {
  display: none;
}
.promotion .only-pc {
  display: block;
}
.promotion .wrap {
  width: 1200px;
}
.promotion .sector-title {
  z-index: 5;
}
.promotion .sector-title:before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background: #C83027;
  background: linear-gradient(180deg, #C83027 46.56%, #9B0900 100%);
}
.promotion .sector-title:after {
  z-index: -1;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background: #FFC801;
  background: linear-gradient(180deg, #FFC801 60%, #FFA006 100%);
}
.promotion .sector-title .wrap {
  height: 1120px;
}
.promotion .sector-title p {
  position: absolute;
  left: 50%;
  opacity: 0;
}
.promotion .sector-title p.title-logo {
  top: 28px;
  transform: translateX(-50%);
  opacity: 1;
}
.promotion .sector-title p.title-desc {
  top: 1031px;
  margin-left: -338px;
  opacity: 1;
}
.promotion .sector-title p.title-1-1 {
  top: 70px;
  margin-left: -379px;
}
.promotion .sector-title p.title-1-2 {
  top: 322px;
  margin-left: -610px;
}
.promotion .sector-title p.title-2-1 {
  top: 64px;
  margin-left: 0;
}
.promotion .sector-title p.title-2-2 {
  top: 322px;
  margin-left: 284px;
}
.promotion .sector-title p.title-3 {
  top: 618px;
  margin-left: -605px;
}
.promotion .sector-title p.title-cross {
  top: 857px;
  margin-left: -42px;
}
.promotion .sector-title p.title-4-1 {
  top: 870px;
  margin-left: -320px;
}
.promotion .sector-title p.title-4-2 {
  top: 870px;
  margin-left: 82px;
}
.promotion .sector-pass {
  padding: 100px 0;
  background: #202020;
}
.promotion .sector-pass .content-box {
  position: relative;
}
.promotion .sector-pass .content-box .btn-action {
  position: absolute;
  top: 450px;
  right: 95px;
}
.promotion .sector-pass .content-box .btn-action a {
  display: block;
  width: 290px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 16px 0;
  border: 2px solid #000;
  background: #AE1804;
  background: linear-gradient(0deg, #AE1804 0%, #F51D00 56.5%);
}
.promotion .sector-pass .content-box .btn-action a span {
  padding-right: 16px;
}
.promotion .sector-pass .content-box .btn-action a span {
  position: relative;
  display: inline-block;
}
.promotion .sector-pass .content-box .btn-action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  margin-top: -0.5555555556vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-pass .content-box .btn-action a span::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-pass .content-box .btn-action a span::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-pass .content-box .btn-action a span::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-pass .content-box .btn-action a span::before {
    right: 16px;
  }
}
.promotion .sector-pass .content-box .btn-action a span:before {
  right: 0;
}
.promotion .sector-step {
  padding-bottom: 100px;
  background: #fff;
}
.promotion .sector-step .step-list {
  display: flex;
  justify-content: center;
  gap: 0 12px;
}
.promotion .sector-step .step-list .step {
  position: relative;
  width: 280px;
  padding: 24px 14px 20px;
  border: 1px solid #E6E6E6;
  background: #F8F8F8;
  box-sizing: border-box;
}
.promotion .sector-step .step-list .step:not(:last-child):before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 68px;
  right: -26px;
  width: 40px;
  height: 40px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/event/250410/pc/icon_arrow.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.promotion .sector-step .step-list .step-label {
  width: 134px;
  font-size: 12px;
  text-align: center;
  color: #121212;
  margin: 0 auto;
  padding: 16px 0;
  border: 1px solid #E6E6E6;
  background: #fff;
}
.promotion .sector-step .step-list .step p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #212121;
  margin-top: 16px;
}
.promotion .sector-step .step-list .step .btn-action {
  margin-top: 20px;
}
.promotion .sector-step .step-list .step .btn-action a {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  background: #AE1804;
  background: linear-gradient(0deg, #AE1804 0%, #F51D00 56.5%);
}
.promotion .sector-step .step-list .step .btn-action a span {
  padding-right: 16px;
}
.promotion .sector-step .step-list .step .btn-action a span {
  position: relative;
  display: inline-block;
}
.promotion .sector-step .step-list .step .btn-action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  margin-top: -0.5555555556vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-step .step-list .step .btn-action a span::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-step .step-list .step .btn-action a span::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-step .step-list .step .btn-action a span::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-step .step-list .step .btn-action a span::before {
    right: 16px;
  }
}
.promotion .sector-step .step-list .step .btn-action a span:before {
  right: 0;
}
.promotion .sector-step .step-list .step .btn-action.btn-1 a {
  background: #000;
  background: linear-gradient(0deg, #000 0%, #373737 54.46%);
}
.promotion .sector-middle {
  background: #000;
  background: linear-gradient(0deg, #000 0%, #373737 54.46%);
}
.promotion .sector-middle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 50%;
  height: 74px;
  transform: translateY(-50%);
  border: 2px solid #000;
  border-width: 2px 0;
  background: #FFC602;
  box-sizing: border-box;
}
.promotion .sector-middle .item-box {
  z-index: 3;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.promotion .sector-middle .item-box:before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 914px;
  top: 50%;
  transform: translateY(-50%);
  height: 74px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/event/250410/pc/middle.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.promotion .sector-middle .item-box .text {
  padding: 0 24px;
}
.promotion .sector-middle .item-box .text p {
  font-size: 20px;
  font-weight: 700;
  color: #090909;
}
.promotion .sector-middle .item-box .btn-action a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 290px;
  height: 100px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #FFC602;
  box-sizing: border-box;
  transition: all 0.3s;
}
.promotion .sector-middle .item-box .btn-action a span {
  padding-right: 20px;
}
.promotion .sector-middle .item-box .btn-action a span {
  position: relative;
  display: inline-block;
}
.promotion .sector-middle .item-box .btn-action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: #FFC602;
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-middle .item-box .btn-action a span::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-middle .item-box .btn-action a span::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-middle .item-box .btn-action a span::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-middle .item-box .btn-action a span::before {
    right: 20px;
  }
}
.promotion .sector-middle .item-box .btn-action a span:before {
  right: 0;
}
.promotion .sector-middle .item-box .btn-action a:hover {
  font-size: 40px;
}
.promotion .sector-tab {
  padding-bottom: 100px;
  background: #f8f8f8;
}
.promotion .sector-tab .tab-container {
  padding: 0 20px;
}
.promotion .sector-tab .tab-container .main-tab-list {
  display: flex;
  justify-content: center;
  gap: 0 8px;
}
.promotion .sector-tab .tab-container .main-tab-list li {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 28px 0;
  border: 1px solid #CFCFCF;
  background: transparent;
  cursor: pointer;
}
.promotion .sector-tab .tab-container .main-tab-list li.active {
  color: #fff;
  background: #383838;
}
.promotion .sector-tab .tab-container .main-content {
  display: none;
  margin-top: 30px;
  padding: 48px 60px 50px;
  border: 1px solid #E6E6E6;
  border-bottom: none;
  background: #fff;
}
.promotion .sector-tab .tab-container .main-content.on {
  display: block;
}
.promotion .sector-tab .tab-container .main-content .tab-view {
  display: none;
}
.promotion .sector-tab .tab-container .main-content .tab-view.active {
  display: block;
}
.promotion .sector-tab .tab-container .main-content .tab-list {
  display: flex;
  border: 1px solid #E6E6E6;
  border-width: 1px 0;
}
.promotion .sector-tab .tab-container .main-content .tab-list li {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  color: #000;
  border: 1px solid #E6E6E6;
  border-width: 0 1px;
  padding: 16px 0;
  background: #fff;
  cursor: pointer;
}
.promotion .sector-tab .tab-container .main-content .tab-list li.active {
  font-weight: 700;
  color: #fff;
  border: none;
  background: #383838;
}
.promotion .sector-tab .tab-container .main-content .filter-list {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin-top: 8px;
  padding: 20px 12px;
  border: 1px solid #E6E6E6;
}
.promotion .sector-tab .tab-container .main-content .filter-list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.promotion .sector-tab .tab-container .main-content .filter-list ul li {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #656565;
  padding: 4px 8px;
  border: 1px solid #F4F4F4;
  border-radius: 4px;
  cursor: pointer;
}
.promotion .sector-tab .tab-container .main-content .filter-list ul li.active {
  font-weight: 700;
  color: #000;
}
.promotion .sector-tab .tab-container .main-content .book-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.promotion .sector-tab .tab-container .main-content .book-list .book {
  position: relative;
  width: 243px;
  border: 1px solid #E6E6E6;
  box-shadow: 6px 7px 38px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.promotion .sector-tab .tab-container .main-content .book-list .book-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  background: #F5F5F5;
  background: linear-gradient(122deg, #F5F5F5 0%, rgba(255, 255, 255, 0.5) 85.66%);
}
.promotion .sector-tab .tab-container .main-content .book-list .book-thumb img {
  height: 157px !important;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
}
.promotion .sector-tab .tab-container .main-content .book-list .book-content {
  border-top: 1px solid #E6E6E6;
  padding: 16px 20px 20px;
}
.promotion .sector-tab .tab-container .main-content .book-list .book-text {
  z-index: 1;
  position: relative;
}
.promotion .sector-tab .tab-container .main-content .book-list .book-text p {
  position: relative;
  font-size: 16px;
  height: 44px;
  line-height: 1.4;
  color: #000;
  text-align: left;
  display: -webkit-box;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}
.promotion .sector-tab .tab-container .main-content .book-list .book [data-tooltip-text]:hover::after {
  content: attr(data-tooltip-text);
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 12%;
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: -0.42px;
  white-space: nowrap;
  padding: 4px 10px;
  border: 1px solid #797979;
  border-radius: 2px;
  background: #4A4A4A;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
}
.promotion .sector-tab .tab-container .main-content .book-list .book-action {
  margin-top: 32px;
}
.promotion .sector-tab .tab-container .main-content .book-list .book-action a {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 14px 0;
  border-radius: 2px;
  background: #000;
  background: linear-gradient(0deg, #000 0%, #373737 54.46%);
}
.promotion .sector-tab .tab-container .main-content .book-list .book-action a span {
  padding-right: 16px;
}
.promotion .sector-tab .tab-container .main-content .book-list .book-action a span {
  position: relative;
  display: inline-block;
}
.promotion .sector-tab .tab-container .main-content .book-list .book-action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-tab .tab-container .main-content .book-list .book-action a span::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-tab .tab-container .main-content .book-list .book-action a span::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-tab .tab-container .main-content .book-list .book-action a span::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-tab .tab-container .main-content .book-list .book-action a span::before {
    right: 20px;
  }
}
.promotion .sector-tab .tab-container .main-content .book-list .book-action a span:before {
  right: 0;
}
.promotion .sector-tab .tab-container .main-content .book-list .book.best:before {
  z-index: 5;
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 84px;
  height: 80px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/event/250410/pc/book_best.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.promotion .sector-tab .tab-container .main-content .book-list .book.before .book-action a {
  color: #9C9C9C;
  background: #D7D7D7;
}
.promotion .sector-tab .tab-container .main-content .book-list .book.before .book-action a span {
  padding: 0;
}
.promotion .sector-tab .tab-container .main-content .book-list .book.before .book-action a span:before {
  display: none;
}
.promotion .sector-tab .coupon {
  position: relative;
  margin: 0 20px;
  padding: 0 60px 50px;
  border: 1px solid #E6E6E6;
  border-top: none;
  background: #fff;
  box-sizing: border-box;
}
.promotion .sector-tab .coupon .btn-action {
  position: absolute;
  top: 36px;
  right: 96px;
}
.promotion .sector-tab .coupon .btn-action a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  padding: 16px 36px;
  background: #AE1804;
  background: linear-gradient(0deg, #AE1804 0%, #F51D00 56.5%);
}
.promotion .sector-tab .coupon .btn-action a span {
  padding-right: 16px;
}
.promotion .sector-tab .coupon .btn-action a span {
  position: relative;
  display: inline-block;
}
.promotion .sector-tab .coupon .btn-action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.5277777778vw;
  height: 1.5277777778vw;
  margin-top: -0.7638888889vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg);
  right: 3.0555555556vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-tab .coupon .btn-action a span::before {
    width: 11px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-tab .coupon .btn-action a span::before {
    height: 11px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-tab .coupon .btn-action a span::before {
    margin-top: -5.5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-tab .coupon .btn-action a span::before {
    right: 22px;
  }
}
.promotion .sector-tab .coupon .btn-action a span:before {
  right: 0;
}/*# sourceMappingURL=web.css.map */