@charset "UTF-8";
.promotion-title .wrap.video .video-wrap, .promotion-postit .list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-item: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid {
  *zoom: 1;
}

.grid:before, .grid:after {
  content: '';
  display: table;
}

.grid:after {
  clear: both;
}

.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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

button {
  overflow: visible;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  width: auto;
  outline: 0;
  cursor: pointer;
  font-family: inherit;
}

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

.popup {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10001;
  width: 100%;
  max-width: 700px;
  background-color: #fff;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 720px) {
  .popup {
    max-width: 1100px;
  }
}

.popup-head {
  padding: 5.55556vw;
  text-align: left;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  letter-spacing: -2px;
  border-radius: 10px 10px 0 0;
  background-color: #66efe7;
}

@media screen and (min-width: 720px) {
  .popup-head {
    padding: 40px;
  }
}

@media screen and (min-width: 720px) {
  .popup-head {
    padding: 30px 40px;
    font-size: 20px;
  }
}

.popup-body {
  overflow-y: auto;
  max-height: 80vh;
  padding: 2.77778vw;
  font-size: 2.22222vw;
}

@media screen and (min-width: 720px) {
  .popup-body {
    padding: 20px;
  }
}

@media screen and (min-width: 720px) {
  .popup-body {
    font-size: 16px;
  }
}

.popup-body b {
  font-weight: 600;
}

.popup .btn-close, .popup .popup-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
  top: -60px;
  z-index: 10002;
  font-size: 0;
  text-indent: -9999px;
  line-height: 0;
}

.popup .btn-close:before, .popup .btn-close:after, .popup .popup-close:before, .popup .popup-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 2px;
  margin-left: -15px;
  background-color: #fff;
}

.popup .btn-close:before, .popup .popup-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup .btn-close:after, .popup .popup-close:after {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.popup .btn-close span, .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;
}

.video-popup {
  width: 94%;
  z-index: 10001;
  max-width: 768px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.video-popup .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
  top: -60px;
  z-index: 10002;
  font-size: 0;
  text-indent: -9999px;
  line-height: 0;
}

.video-popup .btn-close:before, .video-popup .btn-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 2px;
  margin-left: -15px;
  background-color: #fff;
}

.video-popup .btn-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.video-popup .btn-close:after {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

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

.video-popup .video-cont {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-popup .video-cont iframe,
.video-popup .video-cont video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: inherit;
     object-fit: inherit;
}

.only-web {
  display: block;
}

.only-mobile {
  display: none;
}

.promotion *, .promotion *:before, .promotion *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[data-eduwill-eco-content="2684"] {
  display: none !important;
}

.promotion {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: #000;
  letter-spacing: -.5px;
  background-color: #fff;
  overflow: hidden;
  margin: 0 auto;
}

.promotion .container {
  position: relative;
  margin-top: 0;
  border-bottom-width: 0;
}

.promotion .wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: -1px;
  line-height: 1;
}

.promotion .contents {
  position: relative;
}

.promotion .bottom-banner {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #ffdf00;
  display: table;
  width: 100%;
}

.promotion .bottom-banner .pointer {
  display: block;
}

.promotion .video-box {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000;
}

.promotion .video-box .video {
  position: relative;
  padding-top: 56.25%;
  z-index: 1;
}

.promotion .video-box .btn-play, .promotion .video-box iframe, .promotion .video-box video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.promotion .video-box .btn-play {
  z-index: 2;
}

.promotion .video-box.playing .btn-play {
  z-index: 0;
  opacity: 0;
}

.promotion .flag {
  position: absolute;
  top: 610px;
  left: 5%;
  -webkit-animation-name: slideup;
          animation-name: slideup;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -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 slideup {
  0%, 100% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  50% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
}

@keyframes slideup {
  0%, 100% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  50% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
}

.promotion .blink {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: blink 1s step-start infinite;
          animation: blink 1s step-start infinite;
  z-index: 10;
}

@-webkit-keyframes blink {
  0%, 100% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}

@keyframes blink {
  0%, 100% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}

.promotion .right-banner {
  z-index: 100;
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}

.promotion .right-banner .action {
  position: absolute;
  top: 136px;
  width: 170px;
  left: 21px;
}

.promotion .right-banner .action a {
  display: block;
}

.promotion .right-banner .action a.btn1 {
  height: 194px;
}

.promotion .right-banner .action a.btn2 {
  height: 217px;
}

.promotion .right-banner .action a.btn3 {
  height: 207px;
}

.promotion .left-banner {
  position: fixed;
  top: 30%;
  right: 50%;
  z-index: 10;
  margin-right: 650px;
  width: 160px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.promotion .left-banner.active {
  opacity: 1;
  pointer-events: auto;
}

.promotion .left-banner .blink {
  top: 157px;
  left: 33px;
}

.promotion .pointer {
  position: relative;
  display: inline-block;
}

.promotion .pointer::after {
  content: '';
  position: absolute;
  top: 40%;
  right: 5%;
  z-index: 1;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_2.png") no-repeat 0 0;
  background-size: 100% auto;
  width: 57px;
  height: 57px;
  -webkit-animation-name: moving;
          animation-name: moving;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -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 moving {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
}

@keyframes moving {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
}

.promotion .pointer.none::after {
  display: none;
}

.promotion .slick-dots {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

.promotion .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}

.promotion .slick-dots li button {
  width: 15px;
  height: 15px;
  text-indent: -9999em;
  border: none;
  border-radius: 50%;
  background-color: #999;
  outline: none;
  cursor: pointer;
}

.promotion .slick-dots li.slick-active button {
  width: 40px;
  border-radius: 15px;
  background-color: #003ccd;
}

.promotion .action {
  text-align: center;
}

.promotion .action .btn {
  display: inline-block;
  border-radius: 55px;
  -webkit-box-shadow: 0px 29px 40px 0px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 29px 40px 0px rgba(0, 0, 0, 0.22);
}

.promotion .btn-base {
  z-index: 20;
  min-width: 92px;
  line-height: 1;
  padding: 4px 10px 5px;
  font-size: 14px;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .btn-base::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  margin-left: 10px;
  margin-top: -3px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.promotion-title {
  position: relative;
  background: #080705 url("//img.eduwill.net/eduwill/img/2022/Z/event/220503/pc/bg_title.jpg") repeat-x 50% 0;
  overflow: hidden;
  height: 1945px;
}

.promotion-title .guide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.promotion-title .wrap.title {
  height: 1095px;
  overflow: visible;
}

.promotion-title .wrap.video {
  position: relative;
  z-index: 6;
}

.promotion-title .wrap.video .video-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.promotion-title .wrap.video .thumb-list {
  width: 280px;
  height: 510px;
  margin: 0;
}

.promotion-title .wrap.video .thumb-list .thumb {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid #8a611e;
  margin: 4px auto;
  background-color: #8a611e;
}

.promotion-title .wrap.video .thumb-list .thumb img {
  width: 100%;
}

.promotion-title .wrap.video .thumb-list .btn-play {
  position: relative;
  padding: 0;
}

.promotion-title .wrap.video .thumb-list .btn-play::before {
  content: '';
  display: block;
  position: absolute;
  width: 69px;
  height: 69px;
  top: 52%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  background: url("//img.eduwill.net/eduwill/img/2022/Z/event/220503/pc/thumb_btn.png") no-repeat;
}

.promotion-title .wrap.video .thumb-list .btn-play::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.promotion-title .wrap.video .thumb-list .btn-play.active:after {
  display: none;
}

.promotion-title .wrap.video .thumb-list .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 45px;
  height: 45px;
  margin-top: -22px;
  font-size: 0;
  text-indent: -9999px;
  color: transparent;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
}

.promotion-title .wrap.video .thumb-list .slick-arrow.slick-prev {
  left: -50px;
}

.promotion-title .wrap.video .thumb-list .slick-arrow.slick-prev:before {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom-width: 5px;
  border-left-width: 5px;
}

.promotion-title .wrap.video .thumb-list .slick-arrow.slick-next {
  right: -50px;
}

.promotion-title .wrap.video .thumb-list .slick-arrow.slick-next:before {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-width: 5px;
  border-right-width: 5px;
}

.promotion-title .wrap.video .view-wrap {
  background-color: #efefef;
  margin: 0;
  overflow-y: hidden;
  width: 893px;
  height: 501px;
}

.promotion-title .wrap.video .view-wrap iframe, .promotion-title .wrap.video .view-wrap video, .promotion-title .wrap.video .view-wrap img {
  width: 100%;
  height: 100%;
}

.promotion-title .motion {
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: 2;
  text-align: center;
}

.promotion-title .motion.motion1 {
  top: 242px;
  z-index: 3;
}

.promotion-title .motion.motion2 {
  top: 314px;
}

.promotion-title .motion.motion3 {
  top: 427px;
}

.promotion-title .motion.motion3 img {
  position: absolute;
  top: 0;
  left: 0;
}

.promotion-title .motion.motion3 img:last-child {
  mix-blend-mode: screen;
}

.promotion-title .motion.motion4 {
  top: 608px;
  left: 3px;
}

.promotion-title .motion.motion4 img {
  position: absolute;
  top: 0;
  left: 0;
}

.promotion-title .motion.motion4 img:last-child {
  mix-blend-mode: screen;
}

.promotion-title .motion.motion5 {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  bottom: 143px;
  left: 855px;
  z-index: 3;
}

.promotion-title .motion.motion6 {
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  top: 212px;
  left: auto;
  right: -165px;
  z-index: 5;
}

.promotion-title .motion.motion7 {
  top: 666px;
  left: 670px;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.promotion-title .motion.motion7 img {
  width: 100%;
}

.promotion-title .motion.motion8 {
  top: 0;
  left: 381px;
  z-index: 4;
  overflow: hidden;
  -webkit-transition: all 3s;
  transition: all 3s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  height: 0;
}

.promotion-title .motion.motion9 {
  top: 1000px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 5;
}

.promotion-title .motion.motion10 {
  top: 930px;
  right: -1110px;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.promotion-title .motion.motion11 {
  top: 0px;
  right: -1010px;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 5;
}

.promotion-title.active .motion1, .promotion-title.active .motion2 {
  -webkit-animation: motion1 0.5s ease-out 0.2s forwards;
          animation: motion1 0.5s ease-out 0.2s forwards;
}

@-webkit-keyframes motion1 {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes motion1 {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
  }
}

.promotion-title.active .motion3 {
  mix-blend-mode: lighten;
  -webkit-animation: TxtArea 0.5s ease-out 0.6s forwards;
          animation: TxtArea 0.5s ease-out 0.6s forwards;
}

.promotion-title.active .motion4 {
  mix-blend-mode: lighten;
  -webkit-animation: TxtArea 0.5s ease-out 0.8s forwards;
          animation: TxtArea 0.5s ease-out 0.8s forwards;
}

@-webkit-keyframes TxtArea {
  0% {
    left: -100px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}

@keyframes TxtArea {
  0% {
    left: -100px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}

.promotion-title.active .motion5 {
  -webkit-animation: 2s motion5 0.4s ease forwards;
          animation: 2s motion5 0.4s ease forwards;
}

@-webkit-keyframes motion5 {
  0% {
    height: 300px;
  }
  50% {
    height: 810px;
    opacity: 1;
  }
  70% {
    height: 790px;
    opacity: 1;
  }
  100% {
    height: 827px;
    opacity: 1;
  }
}

@keyframes motion5 {
  0% {
    height: 300px;
  }
  50% {
    height: 810px;
    opacity: 1;
  }
  70% {
    height: 790px;
    opacity: 1;
  }
  100% {
    height: 827px;
    opacity: 1;
  }
}

.promotion-title.active .motion6 {
  opacity: 1;
}

.promotion-title.active .motion7 {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.promotion-title.active .motion7 img {
  opacity: 0;
  -webkit-animation: 3s motion7 1.5s linear infinite both;
          animation: 3s motion7 1.5s linear infinite both;
}

@-webkit-keyframes motion7 {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes motion7 {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.promotion-title.active .motion8 {
  opacity: 1;
  height: 200%;
}

.promotion-title.active .motion9 {
  -webkit-animation: 1.5s motion9 1.5s linear infinite both;
          animation: 1.5s motion9 1.5s linear infinite both;
}

@-webkit-keyframes motion9 {
  0%, 100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes motion9 {
  0%, 100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.promotion-title.active .motion10 {
  opacity: 1;
}

.promotion-title.active .motion11 {
  opacity: 1;
  mix-blend-mode: screen;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.promotion-title.active .motion11 img {
  opacity: 0;
  -webkit-animation: 2.5s motion7 2s linear infinite both;
          animation: 2.5s motion7 2s linear infinite both;
}

.promotion-postit {
  background: #faf6f5;
}

.promotion-postit .list-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: 307px;
  width: 1120px;
  left: 40px;
}

.promotion-postit .list-wrap > div {
  opacity: 0;
  background: #faf6f5;
  cursor: pointer;
}

.promotion-postit .list-wrap > div:hover {
  opacity: 1;
}

.promotion-laurel {
  padding-bottom: 120px;
}

.promotion-laurel .wrap {
  overflow-x: visible;
}

.promotion-laurel .wrap .slick-list {
  overflow: visible;
}

.promotion-laurel .btn-base {
  position: absolute;
  top: 283px;
  right: 43px;
  opacity: 0;
}

.promotion-bar {
  background: #272016;
}

.promotion-bar::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 275px;
  height: 80px;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  background: url("//img.eduwill.net/eduwill/img/2022/Z/event/220503/pc/arrow_bar.png") no-repeat 50% 0;
}

.promotion-info1 .btn-base {
  position: absolute;
  top: 245px;
  right: 30px;
}

.promotion-info2 {
  padding-bottom: 120px;
}

.promotion-info4 {
  background-color: #faf6f5;
}

.promotion-info4 .link-wrap {
  position: relative;
}

.promotion-info4 .link-wrap .action {
  position: absolute;
}

.promotion-info4 .link-wrap .action .pointer::after {
  width: 48px;
  height: 48px;
  top: 30%;
  right: 0%;
}

.promotion-info4 .link-wrap.link-wrap-1 .action.btn1 {
  top: 224px;
  left: 436px;
}

.promotion-info4 .link-wrap.link-wrap-1 .action.btn2 {
  top: 543px;
  left: 436px;
}

.promotion-info4 .link-wrap.link-wrap-2 .action.btn1 {
  top: 261px;
  left: 214px;
}

.promotion-info4 .link-wrap.link-wrap-2 .action.btn2 {
  top: 261px;
  left: 540px;
}

.promotion-info4 .link-wrap.link-wrap-2 .action.btn3 {
  top: 261px;
  left: 868px;
}

.promotion-info4 .link-wrap.link-wrap-2 .action.btn4 {
  top: 527px;
  left: 214px;
}

.promotion-info4 .link-wrap.link-wrap-2 .action.btn5 {
  top: 527px;
  left: 540px;
}

.promotion-info4 .link-wrap.link-wrap-2 .action.btn6 {
  top: 916px;
  left: 214px;
}

.promotion-info4 .link-wrap.link-wrap-2 .action.btn7 {
  top: 916px;
  left: 540px;
}

.promotion-info4 .link-wrap.link-wrap-2 .action.btn8 {
  top: 916px;
  left: 868px;
}

.promotion-info4 .link-wrap.link-wrap-3 .action.btn1 {
  top: 290px;
  left: 214px;
}

.promotion-info4 .link-wrap.link-wrap-3 .action.btn2 {
  top: 290px;
  left: 705px;
}

.promotion-info4 .link-wrap.link-wrap-4 .action.btn1 {
  top: 320px;
  left: 214px;
}

.promotion-info4 .link-wrap.link-wrap-4 .action.btn2 {
  top: 320px;
  left: 705px;
}

.promotion-info4 .link-wrap.link-wrap-4 .action.btn3 {
  top: 701px;
  left: 214px;
}

.promotion-info4 .link-wrap.link-wrap-4 .action.btn4 {
  top: 701px;
  left: 705px;
}

.promotion-content {
  padding-bottom: 120px;
}

.promotion-content .wrap {
  overflow-x: visible;
}

.promotion-content .wrap .slick-list {
  overflow: visible;
}

.promotion-coupon {
  background: url("//img.eduwill.net/eduwill/img/2022/Z/event/220503/pc/bg_coupon.jpg") repeat-x 50% 0;
}

.promotion-coupon .arrow {
  position: absolute;
  top: 0px;
  right: 255px;
  opacity: 0;
}

.promotion-coupon .action {
  position: absolute;
  top: 630px;
  left: 195px;
}

.promotion-coupon.active .arrow {
  opacity: 1;
  top: 110px;
  -webkit-transition-duration: .7s;
          transition-duration: .7s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.promotion-successful {
  background-color: #faf6f5;
}

.promotion-successful .successful-motion {
  position: absolute;
  right: 156px;
  bottom: 196px;
  width: 167px;
  height: 5px;
  overflow: hidden;
}

.promotion-successful .successful-motion img {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 167px;
  height: 443px;
}

.promotion-successful.active .successful-motion {
  height: 443px;
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.promotion-video-one {
  background-color: #faf6f5;
}

.promotion-video-one .video-box {
  position: relative;
  width: 998px;
  min-height: 562px;
  margin: 0 auto;
  /* box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.5); */
}

.promotion-video-one .video-box a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.promotion-video-one .video-box a img {
  width: 100%;
}

.promotion-video-one .notice {
  text-align: left;
  width: 1000px;
  padding: 20px 0 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px auto 0;
  line-height: 1.5;
  color: #666;
  font-size: 16px;
}
/*# sourceMappingURL=web.css.map */