@charset "UTF-8";
.grid {
  *zoom: 1;
}
.grid:before, .grid:after {
  content: "";
  display: table;
}
.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;
}

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

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

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

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

.promotion,
.product,
.product-eco,
.fullservice {
  text-align: center;
}
.promotion [class^=sector-],
.product [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion .wrap,
.product .wrap,
.product-eco .wrap,
.fullservice .wrap {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.promotion .motion-1 {
  opacity: 0.1;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-2 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-3 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-4 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-5 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-6 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-7 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-8 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-9 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-10 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-11 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-12 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-13 {
  opacity: 0.2;
  transform: translateY(0px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-flip {
  opacity: 0;
  transform: rotateY(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-1 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-2 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-3 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-4 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-5 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-6 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-7 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-8 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-9 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-10 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-11 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-12 {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-1 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-2 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-3 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-4 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-5 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-6 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-7 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-8 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-9 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-10 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-1 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-2 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-3 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-4 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-5 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-6 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-7 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-8 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-9 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-10 {
  opacity: 0;
  transform: translateX(150px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-1 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-2 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-3 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-4 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-5 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-6 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-7 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-8 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-9 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .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 {
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center bottom;
}
.promotion .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 {
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center bottom;
}
.promotion .motion-scale {
  opacity: 0;
  transform: scale(1.1, 1.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center bottom;
}
.promotion .active .motion-1,
.promotion .slick-current .motion-1,
.promotion .slick-active .motion-1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.promotion .active .motion-2,
.promotion .slick-current .motion-2,
.promotion .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 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.promotion .active .motion-4,
.promotion .slick-current .motion-4,
.promotion .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 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.promotion .active .motion-6,
.promotion .slick-current .motion-6,
.promotion .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 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.4s;
}
.promotion .active .motion-8,
.promotion .slick-current .motion-8,
.promotion .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 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.8s;
}
.promotion .active .motion-10,
.promotion .slick-current .motion-10,
.promotion .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 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.2s;
}
.promotion .active .motion-12,
.promotion .slick-current .motion-12,
.promotion .slick-active .motion-12 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.4s;
}
.promotion .active .motion-13,
.promotion .slick-current .motion-13,
.promotion .slick-active .motion-13 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.promotion .active .motion-y-rivers-1,
.promotion .slick-current .motion-y-rivers-1,
.promotion .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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.3s;
  transform-origin: center bottom;
}
.promotion .active .motion-scale,
.promotion .slick-current .motion-scale,
.promotion .slick-active .motion-scale {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.3s;
  transform-origin: center bottom;
}
.promotion .active .motion-flip,
.promotion .slick-current .motion-flip,
.promotion .slick-active .motion-flip {
  opacity: 1;
  transform: rotateY(180deg);
  transition-delay: 0.2s;
}

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

.popup-dim {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup-dim2 {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.7);
}

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

.popup {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 200;
  display: none;
  width: 95%;
  background: #fff;
  letter-spacing: -1px;
  transform: translateX(-50%);
  box-sizing: border-box;
  max-width: 1100px;
}
.popup * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.popup .popup-body {
  padding: 0.78125rem;
  text-align: left;
  line-height: 1.4;
  font-size: 2.5vw;
  font-weight: 400;
  color: #222;
  border: 2px solid #000;
  background-color: #fff;
}
@media screen and (min-width: 720px) {
  .popup .popup-body {
    padding: 25px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-body {
    font-size: 18px;
  }
}
.popup .popup-body p {
  font-size: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-body p {
    font-size: 16px;
  }
}
.popup .popup-body .base-title {
  margin-top: 0.625rem;
}
@media screen and (min-width: 720px) {
  .popup .popup-body .base-title {
    margin-top: 20px;
  }
}
.popup .popup-body .base-title:first-child {
  margin-top: 0;
}
.popup .popup-body strong {
  display: block;
  font-size: 3.3333333333vw;
  line-height: 1.5;
}
@media screen and (min-width: 720px) {
  .popup .popup-body strong {
    font-size: 24px;
  }
}
@media screen and (min-width: 1100px) {
  .popup .popup-body strong {
    font-size: 18px;
  }
}
.popup .popup-body ul li {
  text-indent: -10px;
  padding-left: 10px;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-body ul li {
    font-size: 24px;
  }
}
@media screen and (min-width: 1100px) {
  .popup .popup-body ul li {
    font-size: 16px;
  }
}
.popup.popup-base .popup-body {
  max-height: 18.75rem;
  overflow-y: auto;
}
@media screen and (min-width: 720px) {
  .popup.popup-base .popup-body {
    max-height: 600px;
  }
}

.eco-base-text, .eco-3222 p {
  display: none;
  line-height: 1.5;
  font-size: 2.7777777778vw;
  font-weight: 400;
  color: #222;
  letter-spacing: -1px;
}
@media screen and (min-width: 720px) {
  .eco-base-text, .eco-3222 p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .eco-base-text, .eco-3222 p {
    font-size: 14px;
  }
}

#popupBase .eco-3222 p {
  display: block;
}

.layer-dim, .layer-dimmed {
  display: none;
  position: fixed;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: #000;
  opacity: 0.8;
  overflow: hidden;
}
.layer-review {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10001;
  max-width: 768px;
  margin: 0 auto;
  box-sizing: border-box;
}
.layer-review .layer-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  top: -60px;
  z-index: 10002;
}
@media screen and (min-width: 720px) {
  .layer-review .layer-close {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .layer-review .layer-close {
    height: 60px;
  }
}
.layer-review .layer-close:before, .layer-review .layer-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 2px;
  margin-left: -15px;
  background-color: #fff;
}
.layer-review .layer-close:before {
  transform: rotate(45deg);
}
.layer-review .layer-close:after {
  transform: rotate(315deg);
}
.layer-review .layer-close span {
  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;
}
.layer-review .layer-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.layer-review .layer-box iframe, .layer-review .layer-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: inherit;
     object-fit: inherit;
}

#videoPop {
  width: 94%;
  z-index: 10001;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
#videoPop .video-cont {
  position: relative;
  padding-bottom: 56.65%;
  height: 0;
}
#videoPop iframe, #videoPop video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: inherit;
  object-fit: inherit;
}
#videoPop .btn-close {
  position: absolute;
  top: -41px !important;
  right: -5px !important;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (min-width: 720px) {
  #videoPop .btn-close {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  #videoPop .btn-close {
    height: 40px;
  }
}
#videoPop .btn-close:before, #videoPop .btn-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  margin-left: -10px;
  background-color: #fff;
}
#videoPop .btn-close:before {
  transform: rotate(45deg);
}
#videoPop .btn-close:after {
  transform: rotate(315deg);
}
#videoPop .btn-close span {
  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;
}
#videoPop .btn-close:before, #videoPop .btn-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  margin-left: -10px;
  background-color: #fff;
}
#videoPop .btn-close:before {
  transform: rotate(45deg);
}
#videoPop .btn-close:after {
  transform: rotate(315deg);
}

.popup {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 200;
  display: none;
  width: 90%;
  max-width: 720px;
  letter-spacing: -1px;
  background: #fff;
  border-radius: 20px;
  transform: translateX(-50%);
  box-sizing: border-box;
}
@media screen and (min-width: 1100px) {
  .popup {
    max-width: 1000px;
  }
}
.popup * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.popup .popup-close {
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1.40625rem;
  height: 1.40625rem;
  cursor: pointer;
  top: 5px;
  right: 5px;
}
@media screen and (min-width: 720px) {
  .popup .popup-close {
    width: 45px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-close {
    height: 45px;
  }
}
.popup .popup-close:before, .popup .popup-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 22.5px;
  height: 1px;
  margin-left: -11.25px;
  background-color: #333;
}
.popup .popup-close:before {
  transform: rotate(45deg);
}
.popup .popup-close:after {
  transform: rotate(315deg);
}
.popup .popup-close span {
  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;
}
.popup .popup-body {
  padding: 6.9444444444vw 5.5555555556vw;
  background-color: #fff;
}
@media screen and (min-width: 720px) {
  .popup .popup-body {
    padding: 50px 40px;
  }
}
.popup .popup-body P {
  text-align: left;
  line-height: 1.4;
  font-size: 2.5vw;
  font-weight: 400;
  color: #222;
  margin: 0;
}
@media screen and (min-width: 720px) {
  .popup .popup-body P {
    font-size: 18px;
  }
}

.promotion {
  background: url("https://img.eduwill.net/eduwill/img/2023/_101/event/230330/pc/bg_title.jpg") no-repeat;
  background-size: 100% 800px;
}
.promotion * {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.5px;
}
.promotion .only-mobile {
  display: none;
}
.promotion .wrap {
  width: 1200px;
}
.promotion .pink {
  background: #21c3e9;
  background: linear-gradient(to left, #e100cb 1%, #ff3887 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="E100CB", endColorstr="FF3887",GradientType=0 );
  transition: 0.3s;
  color: #fff;
  border: 1px solid #fff;
}
.promotion .title {
  position: relative;
  font-size: 42px;
  padding-bottom: 60px;
}
.promotion .title strong {
  font-weight: 900;
  background: linear-gradient(to right, #e100cb, #ff3887);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .title span {
  display: block;
  font-size: 12px;
  opacity: 0.6;
  margin-top: 10px;
}
.promotion .action {
  width: 594px;
  height: 80px;
  color: #fff;
  border-radius: 80px;
  margin-top: 60px;
  padding: 18px 50px 18px 50px;
  box-sizing: border-box;
  font-size: 30px;
}
.promotion .action a {
  display: block;
  height: 100%;
}
.promotion .action a em {
  color: #fff500;
  font-weight: 900;
}
.promotion .action a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  border-left: none;
  border-top: none;
  transform: rotate(-45deg);
  vertical-align: 5px;
  margin-left: 10px;
}
.promotion .fix-right {
  opacity: 0;
  position: fixed;
  width: 208px;
  right: 0;
  top: 25%;
  z-index: 10;
}
.promotion .sector {
  position: relative;
  box-sizing: border-box;
}
.promotion .sector-title {
  padding: 100px 0 78px;
  height: 800px;
  box-sizing: border-box;
  font-size: 30px;
}
.promotion .sector-title .wrap .left {
  float: left;
  padding-left: 35px;
}
.promotion .sector-title .wrap .left p {
  opacity: 0;
}
.promotion .sector-title .wrap .left .text-2 {
  text-align: left;
  padding: 30px 0 0 4px;
}
.promotion .sector-title .wrap .right {
  float: left;
}
.promotion .sector-title .wrap .right p {
  opacity: 0;
}
.promotion .sector-title .wrap .right .flag {
  position: absolute;
  top: -50px;
  right: -55px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: none;
  z-index: 2;
}
.promotion .sector-title .wrap .right .flag span {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid #fff500;
  font-weight: 900;
  font-size: 30px;
  text-align: center;
  padding: 30px 6px;
  box-sizing: border-box;
}
.promotion .sector-title .wrap .right .book {
  margin-left: 50px;
}
.promotion .sector-point {
  padding: 180px 0 100px;
}
.promotion .sector-point .title {
  position: relative;
  height: 150px;
}
.promotion .sector-point .title .second {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.promotion .sector-point .title .second strong {
  display: block;
}
.promotion .sector-point .title > div {
  opacity: 0;
}
.promotion .sector-point .title > div.on {
  opacity: 1;
  transition: 1s;
}
.promotion .sector-point .cont {
  position: relative;
  width: 850px;
  height: 236px;
  margin-bottom: 30px;
  perspective: 1100px;
  transform-style: preserve-3d;
  transition: 2s;
  transform: rotateY(0deg);
}
.promotion .sector-point .cont.on {
  transform: rotateY(180deg);
}
.promotion .sector-point .cont:first-child {
  transition-delay: 0.2s;
}
.promotion .sector-point .cont:nth-child(2) {
  transition-delay: 0.4s;
}
.promotion .sector-point .cont:nth-child(3) {
  transition-delay: 0.6s;
}
.promotion .sector-point .cont:nth-child(2) {
  margin-left: 300px;
}
.promotion .sector-point .cont:nth-child(2) .contents {
  margin-left: 60px;
  margin-right: 0;
}
.promotion .sector-point .cont .box {
  width: 100%;
  height: 100%;
  padding: 38px 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 20px;
  border: none;
  margin-right: 300px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.promotion .sector-point .cont .box p {
  font-size: 26px;
  text-align: left;
}
.promotion .sector-point .cont .box p.contents {
  font-weight: 900;
  font-size: 100px;
  margin-right: 60px;
  letter-spacing: -1.3px;
}
.promotion .sector-point .cont .box.pink {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.promotion .sector-point .cont .box.review {
  z-index: 5;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  transform: rotateY(180deg);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.promotion .sector-point .cont .box.review span {
  color: #999;
  font-size: 20px;
}
.promotion .sector-book {
  padding-top: 120px;
}
.promotion .sector-book .flag-2 {
  position: absolute;
  border: none;
  bottom: 100px;
  right: 0;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  font-weight: 900;
  padding: 95px 0;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.2;
  letter-spacing: -5%;
}
.promotion .sector-book .flag-2 span {
  width: 178px;
  height: 40px;
  border-radius: 40px;
  background-color: #fff;
  color: #FF3988;
  opacity: 1;
  padding: 5px 32px;
  box-sizing: border-box;
}
.promotion .sector-book .flag-2 p {
  margin-top: 15px;
  font-size: 26px;
}
.promotion .sector-book .flag-2 strong {
  font-size: 44px;
  color: #fff;
  letter-spacing: -2px;
}
.promotion .sector-survey {
  background-color: #f5f5f5;
  padding: 100px 0 140px;
}
.promotion .sector-survey .survey-box {
  text-align: center;
  padding: 80px 70px;
  width: 1140px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.promotion .sector-survey .survey-box .question {
  margin-bottom: 43px;
  border-bottom: 1px solid #ddd;
}
.promotion .sector-survey .survey-box .question:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.promotion .sector-survey .survey-box .survey-title {
  font-weight: 900;
  font-size: 30px;
}
.promotion .sector-survey .survey-box .answer-box {
  width: 1000px;
  margin: 50px auto;
}
.promotion .sector-survey .survey-box .answer-box a {
  margin-right: 5px;
}
.promotion .sector-survey .survey-box .answer-box a i {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("https://img.eduwill.net/eduwill/img/2023/_101/event/230330/pc/star_off.png") 50% 0 no-repeat;
  background-size: cover;
}
.promotion .sector-survey .survey-box .answer-box a:last-child {
  margin-right: 0;
}
.promotion .sector-survey .survey-box .answer-box a.on i {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("https://img.eduwill.net/eduwill/img/2023/_101/event/230330/pc/star_on.png") 50% 0 no-repeat;
  background-size: cover;
}
.promotion .sector-survey .survey-box .answer-box.answer2 {
  background-color: #f5f5f5;
  width: 1000px;
  margin: 50px auto;
  padding: 40px 80px;
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
}
.promotion .sector-survey .survey-box .answer-box.answer2 .answer-form {
  float: left;
  width: 50%;
  font-size: 22px;
  line-height: 33px;
  text-align: left;
  margin-bottom: 30px;
}
.promotion .sector-survey .survey-box .answer-box.answer2 .answer-form [type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  background: url("https://img.eduwill.net/eduwill/img/2023/_101/event/230330/pc/unchecked.png") 50% 0 no-repeat;
  background-size: cover;
}
.promotion .sector-survey .survey-box .answer-box.answer2 .answer-form [type=radio]:checked {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  background: url("https://img.eduwill.net/eduwill/img/2023/_101/event/230330/pc/check.png") 50% 0 no-repeat;
  background-size: cover;
}
.promotion .sector-survey .survey-box .answer-box.answer2 .answer-form:nth-child(3) {
  margin-bottom: 0;
}
.promotion .sector-survey .survey-box .answer-box.answer2 .answer-form:nth-child(4) {
  margin-bottom: 0;
}
.promotion .sector-survey .survey-box .answer-box.answer2 .answer-form [type=text] {
  width: 210px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #bbb;
  margin-left: 10px;
  padding-left: 10px;
}
.promotion .sector-survey .survey-box .answer-box textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1000px;
  height: 204px;
  margin: 0 auto;
  border: 1px solid #bbb;
  border-radius: 20px;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 30px 40px;
  color: #bbb;
  font-size: 16px;
}
.promotion .sector-survey .survey-box .answer-box #file {
  display: none;
  font-size: 0;
}
.promotion .sector-survey .survey-box .answer-box .upload-box {
  margin-top: -5px;
  width: 1000px;
  height: 60px;
  background-color: #bbb;
  text-align: right;
  border-radius: 20px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  font-size: 0;
  padding: 13px 20px;
  font-size: 16px;
  box-sizing: border-box;
}
.promotion .sector-survey .survey-box .answer-box .upload-box label {
  display: block;
  width: 100%;
  cursor: pointer;
}
.promotion .sector-survey .survey-box .answer-box .upload-box label .file-txt {
  color: #fff;
  vertical-align: middle;
}
.promotion .sector-survey .survey-box .answer-box .upload-box label .file-txt i {
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url("https://img.eduwill.net/eduwill/img/2023/_101/event/230330/pc/photo.png") 50% 0 no-repeat;
  background-size: cover;
}
.promotion .sector-survey .action {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.promotion .sector-survey .action a:after {
  margin-left: 0;
}

.notice-wrap {
  width: 1200px;
  padding-top: 100px;
  margin: 0 auto;
  font-size: 18px;
  text-align: left;
}
.notice-wrap dt {
  font-weight: 900;
  margin-bottom: 10px;
}/*# sourceMappingURL=web.css.map */