@charset "UTF-8";
.grid, .promotion .container, .promotion .wrap {
  *zoom: 1;
}

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

.grid:after, .promotion .container:after, .promotion .wrap: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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.table {
  display: table;
}

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

.promotion .promotion-review .slider-review .slick-arrow {
  text-indent: -9999px;
  font-size: 0;
  color: transparent;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 720px) {
  .popup {
    letter-spacing: -1px;
  }
}

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

.popup-body {
  padding: 1.25rem;
}

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

.popup-body p {
  position: relative;
  padding-left: 12px;
  font-size: 2.77778vw;
}

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

.popup-body p:before {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
}

.popup-close {
  position: absolute;
  top: 0;
  right: 0;
}

.popup-close a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
}

.popup-close a:before, .popup-close a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  margin-left: -10px;
  background-color: #fff;
}

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

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

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

@media screen and (min-width: 720px) {
  .popup-close a {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
  }
  .popup-close a:before, .popup-close a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 30px;
    height: 1px;
    margin-left: -15px;
    background-color: #fff;
  }
  .popup-close a:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .popup-close a:after {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .popup-close a 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;
  }
}

.only-web {
  display: block;
}

.only-mobile {
  display: none;
}

.promotion {
  overflow: hidden;
}

.promotion * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -1px;
}

.promotion .container {
  position: relative;
  text-align: center;
}

.promotion .wrap {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

.promotion .contents {
  position: relative;
}

.promotion .block-anchor {
  display: block;
  position: relative;
}

.promotion .brand-toggle-wrap {
  z-index: 10;
}

.promotion .right-banner {
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 100;
}

.promotion .right-banner .btn-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

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

.promotion .right-banner a:nth-child(1) {
  height: 181px;
}

.promotion .right-banner a:nth-child(2) {
  height: 184px;
}

.promotion .right-banner a:nth-child(3) {
  height: 167px;
}

.promotion .btn-signup {
  position: relative;
  display: inline-block;
  padding: 3px 13px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 14px;
  letter-spacing: -2px;
  word-break: keep-all;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 4px 0px 0 #1107ab;
  box-shadow: 0 4px 0px 0 #1107ab;
}

.promotion .btn-signup:after {
  content: '';
  position: absolute;
  top: 70%;
  right: -10%;
  z-index: 1;
  display: block;
  width: 3.4375rem;
  height: 3.34375rem;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
  -webkit-animation-name: pointerBounce;
          animation-name: pointerBounce;
  -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;
}

@media screen and (min-width: 720px) {
  .promotion .btn-signup:after {
    width: 110px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .btn-signup:after {
    height: 107px;
  }
}

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

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

.promotion .btn-link {
  position: relative;
  display: inline-block;
  padding: 26px;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  border-bottom: 7px solid #1d1493;
  border-radius: 5px;
  background-color: #3229c4;
  letter-spacing: -2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .btn-link:after {
  content: '';
  position: absolute;
  top: 70%;
  right: -10%;
  z-index: 1;
  display: block;
  width: 3.4375rem;
  height: 3.34375rem;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
  -webkit-animation-name: pointerBounce;
          animation-name: pointerBounce;
  -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;
}

@media screen and (min-width: 720px) {
  .promotion .btn-link:after {
    width: 110px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .btn-link:after {
    height: 107px;
  }
}

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

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

.promotion .teacher-list {
  font-size: 0;
}

.promotion .teacher-list .teacher {
  position: relative;
  display: inline-block;
  margin: 0 10px 60px;
}

.promotion .title {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.2;
  font-size: 40px;
  font-weight: 700;
  color: #222;
  letter-spacing: -2px;
}

.promotion .sub-wrap {
  padding: 0 50px;
}

.promotion .sub-wrap .signup-box {
  position: relative;
}

.promotion .sub-wrap .signup-box + .signup-box {
  margin-top: 75px;
}

.promotion .sub-wrap .classWrap {
  font-size: 0;
}

.promotion .sub-wrap .classWrap + .classWrap {
  margin-top: 83px;
}

.promotion .sub-wrap .contents {
  position: relative;
  display: inline-block;
  width: 495px;
  min-height: 470px;
  vertical-align: top;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 3px 10px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 10px 10px 5px rgba(0, 0, 0, 0.2);
}

.promotion .sub-wrap .contents:nth-child(odd) {
  margin-right: 5px;
}

.promotion .sub-wrap .contents:nth-child(even) {
  margin-left: 5px;
}

.promotion .sub-wrap .contents:only-child {
  margin: 0;
}

.promotion .sub-wrap .contents.full {
  display: block;
  width: 100%;
  margin-left: 0;
  background-color: #14a6fa;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.promotion .sub-wrap .contents.full .con {
  padding: 60px 60px 60px 40px;
}

.promotion .sub-wrap .contents.full .price-box {
  margin-top: -265px;
}

.promotion .sub-wrap .contents.full .price-info {
  text-align: right;
}

.promotion .sub-wrap .contents.full .price-info .item-1 {
  margin-top: -100px;
}

.promotion .sub-wrap .contents.full .btn-signup {
  width: 360px;
  background-color: #e03727;
  border-bottom: 6px solid #be1b0c;
  border-radius: 10px;
  padding: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.promotion .sub-wrap .contents .lecture-title {
  background-color: #14a6fa;
}

.promotion .sub-wrap .contents .btn-signup {
  width: 100%;
}

.promotion .sub-wrap a, .promotion .sub-wrap button {
  display: block;
  width: 100%;
}

.promotion .sub-wrap .lecture-title {
  padding: 17px 0;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -2px;
  background-color: #415cdf;
  border-radius: 6px 6px 0 0;
}

.promotion .sub-wrap .con {
  padding: 25px;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
}

.promotion .sub-wrap .lecture-info {
  text-align: left;
}

.promotion .sub-wrap .lecture-info .flag {
  position: absolute;
  top: -48px;
  right: -50px;
  left: auto;
}

.promotion .sub-wrap .lecture-info .flag p {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -5px;
  line-height: 1.2;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.promotion .sub-wrap .lecture-info .flag p em {
  font-size: 40px;
}

.promotion .sub-wrap .lecture-info .flag p:nth-of-type(1) {
  -webkit-animation-name: flagOpacityChange2;
          animation-name: flagOpacityChange2;
  -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 flagOpacityChange2 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

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

.promotion .sub-wrap .lecture-info .flag p:nth-of-type(2) {
  color: #ffea58;
  -webkit-animation-name: flagOpacityChange3;
          animation-name: flagOpacityChange3;
  -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 flagOpacityChange3 {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

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

.promotion .sub-wrap .list {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .sub-wrap .list > div {
  display: table-cell;
  vertical-align: middle;
}

.promotion .sub-wrap .list:not(:last-child) {
  margin-bottom: 10px;
}

.promotion .sub-wrap .subject {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  padding: 20px 0;
  line-height: 1.2;
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  color: #232222;
  border-radius: 5px;
  background: #eaeaea;
}

.promotion .sub-wrap .desc {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: calc(100% - 100px);
  padding: 0 10px 0 20px;
  font-size: 23px;
  color: #232222;
  letter-spacing: -2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .sub-wrap .desc span {
  display: block;
  max-width: 400px;
  word-break: keep-all;
}

.promotion .sub-wrap .desc span:not(:first-child) {
  line-height: 1.5;
}

.promotion .sub-wrap .highlight {
  font-size: 42px;
  font-weight: 700;
  color: #e03727;
}

.promotion .sub-wrap .highlight em {
  font-size: 55px;
}

.promotion .sub-wrap .price-box .item {
  margin-top: 10px;
}

.promotion .sub-wrap .price-box .item:first-child {
  margin-top: 0;
}

.promotion .sub-wrap .price-box .disc {
  color: #fff;
  background: #281919;
  font-size: 26px;
  font-weight: 600;
  display: inline-block;
  border-radius: 5px;
  width: 200px;
  padding: 3px;
  text-align: center;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .sub-wrap .price-box .cost {
  display: inline-block;
  font-size: 34px;
  color: #959595;
  letter-spacing: -1.5px;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: #555;
          text-decoration-color: #555;
}

.promotion .sub-wrap .price-box .sale {
  color: #e03727;
  font-size: 58px;
  font-weight: 600;
  letter-spacing: -1.5px;
}

.promotion .sub-wrap .price-box .sale span {
  font-size: 42px;
}

.promotion .sub-wrap .price-box .month-cost {
  margin-top: 7px;
  text-align: right;
  font-size: 20px;
  color: #959595;
}

.promotion .sub-wrap .notice {
  text-align: right;
  font-size: 18px;
  color: #8f8f8f;
  margin-top: 20px;
}

.promotion .sub-wrap .signup {
  margin-top: 30px;
  text-align: right;
}

.promotion .sub-wrap .signup .btn-signup {
  text-align: center;
  padding: 25px 15px;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -3px;
}

.promotion .sub-wrap .signup .btn-signup span {
  position: relative;
  display: block;
}

.promotion .sub-wrap .signup .btn-signup span + span:before {
  content: '+';
  display: block;
}

.promotion .promotion-title {
  background: url("//img.eduwill.net/eduwill/img/2021/Z/event/211007/pc/bg_title.jpg") no-repeat 50% 0;
}

.promotion .promotion-title .wrap {
  height: 1325px;
  text-align: center;
}

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

.promotion .promotion-title .motion.motion1 {
  top: 83px;
  right: 0;
}

.promotion .promotion-title .motion.motion2 {
  top: 245px;
  right: 0;
}

.promotion .promotion-title .motion.motion3 {
  top: 420px;
  right: 0;
}

.promotion .promotion-title .motion.motion4 {
  top: 130px;
  left: 925px;
}

.promotion .promotion-title .motion.motion5 {
  top: 628px;
  right: 0;
}

.promotion .promotion-title .motion.motion6 {
  top: 490px;
  left: -430px;
}

.promotion .promotion-title .motion.motion7 {
  top: -150px;
  right: -500px;
  left: auto;
}

.promotion .promotion-title .motion.motion8 {
  top: 250px;
  right: -650px;
  left: auto;
}

.promotion .promotion-title .motion.motion6, .promotion .promotion-title .motion.motion7, .promotion .promotion-title .motion.motion8 {
  pointer-events: none;
  z-index: 1;
}

.promotion .promotion-title.active .motion1 {
  -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 .promotion-title.active .motion2 {
  -webkit-animation: motion2 0.5s ease-out 0.4s forwards;
          animation: motion2 0.5s ease-out 0.4s forwards;
}

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

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

.promotion .promotion-title.active .motion3 {
  -webkit-animation: motion3 0.5s ease-out 0.6s forwards;
          animation: motion3 0.5s ease-out 0.6s forwards;
}

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

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

.promotion .promotion-title.active .motion4 {
  -webkit-animation: motion4 2.5s ease-out 1.0s infinite;
          animation: motion4 2.5s ease-out 1.0s infinite;
}

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

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

.promotion .promotion-title.active .motion5 {
  -webkit-animation: motion5 0.5s ease-out 1.0s forwards;
          animation: motion5 0.5s ease-out 1.0s forwards;
}

@-webkit-keyframes motion5 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes motion5 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.promotion .promotion-title.active .motion6 {
  -webkit-animation: motionDeco 1.5s ease-out 0.1s forwards;
          animation: motionDeco 1.5s ease-out 0.1s forwards;
}

.promotion .promotion-title.active .motion7 {
  -webkit-animation: motionDeco 0.5s ease-out 0.1s forwards;
          animation: motionDeco 0.5s ease-out 0.1s forwards;
}

.promotion .promotion-title.active .motion8 {
  -webkit-animation: motionDeco 1s ease-out 0.1s forwards;
          animation: motionDeco 1s ease-out 0.1s forwards;
}

@-webkit-keyframes motionDeco {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes motionDeco {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.promotion .promotion-title .period-list .period-title {
  display: inline-block;
  width: 135px;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  background-color: #fff;
  font-size: 24px;
  color: #322b9c;
  font-weight: 600;
}

.promotion .promotion-title .period-list p {
  font-size: 26px;
  color: #fff;
  margin-top: 20px;
}

.promotion .promotion-way .wrap > img {
  margin-top: -175px;
}

.promotion .promotion-state .wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 50px 100px;
}

.promotion .promotion-state table {
  width: 100%;
}

.promotion .promotion-state table th, .promotion .promotion-state table td {
  padding: 10px 0;
  font-size: 24px;
  border-right: 2px solid #fff;
}

.promotion .promotion-state table th:last-child, .promotion .promotion-state table td:last-child {
  border-right: 0;
}

.promotion .promotion-state table thead th {
  color: #fff;
  background-color: #3229c3;
  border-bottom: 6px solid #fff;
  font-weight: 600;
}

.promotion .promotion-state table tbody td {
  border-bottom: 2px solid #fff;
  font-weight: 500;
}

.promotion .promotion-state table tbody tr:nth-child(odd) {
  background-color: #ececec;
}

.promotion .promotion-state table tbody tr:nth-child(even) {
  background-color: #f6f6f6;
}

.promotion .promotion-state .table-desc {
  padding-top: 15px;
  text-align: right;
  font-size: 18px;
  color: #999;
}

.promotion .promotion-intro2 {
  background-color: #eaf7ff;
}

.promotion .promotion-intro3 .action-wrap {
  position: relative;
}

.promotion .promotion-intro3 .blink {
  position: absolute;
  top: 214px;
  left: 161px;
}

.promotion .promotion-process .wrap {
  padding-bottom: 130px;
}

.promotion .promotion-process .table-box {
  width: 1000px;
  margin: 0 auto;
}

.promotion .promotion-process .table-box .table {
  width: 100%;
  line-height: 1.3;
}

.promotion .promotion-process .table-box .table thead th {
  padding: 7px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  background-color: #f7f7f7;
}

.promotion .promotion-process .table-box .table thead th:first-child {
  border-left: 0;
}

.promotion .promotion-process .table-box .table thead th.th-height {
  height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.promotion .promotion-process .table-box .table thead tr.sub-row th {
  font-size: 18px;
  border-left: 1px solid #000;
}

.promotion .promotion-process .table-box .table thead tr:first-child th {
  border-top: 3px solid #000;
}

.promotion .promotion-process .table-box .table td {
  height: 70px;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #222;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #fff;
}

.promotion .promotion-process .table-box .table td:first-child {
  border-left: 0;
}

.promotion .promotion-process .table-box .table td:first-child[rowspan] {
  border-right: 1px solid #000;
}

.promotion .promotion-process .table-box .table tr:first-child td {
  border-top: 2px solid #000;
}

.promotion .promotion-process .table-box .table .left {
  text-align: left;
}

.promotion .promotion-process .table-box .table .center {
  text-align: center;
}

.promotion .promotion-process .table-box .table .right {
  text-align: right;
}

.promotion .promotion-process .table-box .table .none-height {
  height: 0;
}

.promotion .promotion-process .table-box .table .full-height {
  height: 100%;
}

.promotion .promotion-process .table-box .table .bg1 {
  color: #3c3d3f;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: #e6effe;
}

.promotion .promotion-process .table-box .table .bg2 {
  color: #3c3d3f;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: #cce0fb;
}

.promotion .promotion-process .table-box .table .bg3 {
  color: #3c3d3f;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: #d8e7fc;
}

.promotion .promotion-process .table-box .table.type1 th {
  height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.promotion .promotion-process .table-box .table.type1 col:nth-child(1) {
  width: 11%;
}

.promotion .promotion-process .table-box .table.type1 col:nth-child(2) {
  width: 15%;
}

.promotion .promotion-process .table-box .table.type1 col:nth-child(3) {
  width: 8%;
}

.promotion .promotion-process .table-box .table.type1 col:nth-child(4) {
  width: 8%;
}

.promotion .promotion-process .table-box .table.type1 col:nth-child(5) {
  width: 8%;
}

.promotion .promotion-process .table-box .table.type1 col:nth-child(6) {
  width: 8%;
}

.promotion .promotion-process .table-box .table.type1 col:nth-child(7) {
  width: 8%;
}

.promotion .promotion-process .table-box .table.type1 col:nth-child(8) {
  width: 8%;
}

.promotion .promotion-process .table-box .table.type1 col:nth-child(9) {
  width: 8%;
}

.promotion .promotion-process .table-box .table.type1 col:nth-child(10) {
  width: 8%;
}

.promotion .promotion-process .table-box .table.type1 col:nth-child(11) {
  width: 10%;
}

.promotion .promotion-process .table-box .table.type1 .btn-signup {
  background-color: #2319c1;
  border-color: #1107ab;
}

.promotion .promotion-process .table-box .table.type2 col:nth-child(1) {
  width: 11.4%;
}

.promotion .promotion-process .table-box .table.type2 col:nth-child(2) {
  width: 16.3%;
}

.promotion .promotion-process .table-box .table.type2 col:nth-child(9) {
  width: 7.2%;
}

.promotion .promotion-process .table-box .table.type2 col:nth-child(10) {
  width: 12.1%;
}

.promotion .promotion-process .table-box .table.type2 .btn-signup {
  background-color: #1a5dc1;
  border-color: #023581;
}

.promotion .promotion-process .table-box .table.type3 col:nth-child(1) {
  width: 19%;
}

.promotion .promotion-process .table-box .table.type3 col:nth-child(2) {
  width: 19%;
}

.promotion .promotion-process .table-box .table.type3 col:last-child {
  width: 12.1%;
}

.promotion .promotion-process .table-box .table.type3 .btn-signup {
  background-color: #1f9fe9;
  border-color: #0091b5;
}

.promotion .promotion-process .table-box .table.type4 .btn-signup {
  background-color: #27ad11;
  border-color: #168604;
}

.promotion .promotion-process .table-box .btn-signup {
  width: 100%;
  height: calc(100% - 4px);
}

.promotion .promotion-process .table-box .btn-signup::after {
  width: 90px;
  right: -60px;
}

.promotion .promotion-process .table-box .btn-signup em {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  margin-top: 3px;
}

.promotion .promotion-process .txt-notice {
  margin: 20px 50px 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  text-align: right;
}

.promotion .promotion-curriculum {
  background: #2319c1;
}

.promotion .promotion-curriculum:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 790px;
  background-color: #eaf7ff;
  z-index: 0;
}

.promotion .promotion-curriculum .wrap {
  z-index: 1;
}

.promotion .promotion-curriculum .badge {
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.promotion .promotion-class {
  padding-bottom: 170px;
  background-color: #2319c1;
}

.promotion .promotion-class .title {
  margin-bottom: 0;
  color: #fff;
  margin-bottom: 60px;
}

.promotion .promotion-class .title:nth-of-type(n+2) {
  margin-top: 80px;
}

.promotion .promotion-info2 {
  padding-bottom: 105px;
  background-color: #eaf7ff;
}

.promotion .promotion-info2 .info2-slider {
  width: 947px;
  margin: 0 auto;
}

.promotion .promotion-info2 .info2-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  width: 35px;
  height: 56px;
  font-size: 0;
  border: none;
  cursor: pointer;
}

.promotion .promotion-info2 .info2-slider .slick-arrow.slick-prev {
  left: -32px;
  background: url("//img.eduwill.net/eduwill/img/2021/Z/event/211007/pc/btn_slide_prev.png") no-repeat 0 0;
}

.promotion .promotion-info2 .info2-slider .slick-arrow.slick-next {
  right: -32px;
  background: url("//img.eduwill.net/eduwill/img/2021/Z/event/211007/pc/btn_slide_next.png") no-repeat 0 0;
}

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

.promotion .promotion-info2 .info2-slider .slick-dots li button {
  width: 20px;
  height: 20px;
  text-indent: -10000em;
  border: 0;
  border-radius: 50%;
  background-color: #999;
  cursor: pointer;
}

.promotion .promotion-info2 .info2-slider .slick-dots li.slick-active button {
  width: 54px;
  border-radius: 50px;
  background-color: #3229c4;
}

.promotion .promotion-pass {
  background-color: #e7f1ff;
}

.promotion .promotion-pass .wrap {
  padding: 130px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.promotion .promotion-pass .title {
  font-size: 55px;
  text-align: left;
}

.promotion .promotion-pass .pass-wrap {
  margin-top: 100px;
}

.promotion .promotion-pass .slider-box {
  position: relative;
  float: left;
  width: 494px;
  height: 560px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .promotion-pass .slider-box:before, .promotion .promotion-pass .slider-box:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 150px;
  background: transparent;
}

.promotion .promotion-pass .slider-box:before {
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(231, 241, 255, 0.1)), to(#e7f1ff));
  background: linear-gradient(0deg, rgba(231, 241, 255, 0.1) 0%, #e7f1ff 100%);
}

.promotion .promotion-pass .slider-box:after {
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#e7f1ff), to(rgba(231, 241, 255, 0.1)));
  background: linear-gradient(0deg, #e7f1ff 0%, rgba(231, 241, 255, 0.1) 100%);
}

.promotion .promotion-pass .slider-box .slider-logo {
  height: 100%;
}

.promotion .promotion-pass .slider-box .slick-list {
  height: 100% !important;
}

.promotion .promotion-pass .slider-box .slick-list .logo {
  display: table;
  height: 80px;
}

.promotion .promotion-pass .slider-box .slick-list p {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 17px;
}

.promotion .promotion-pass .slider-box .slick-list p:last-child {
  padding-left: 50px;
}

.promotion .promotion-pass .text-box {
  text-align: left;
  color: #222;
  float: right;
  padding-top: 109px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .promotion-pass .text-box .title {
  position: relative;
  padding-top: 40px;
  line-height: 1.5;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -2.5px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("//img.eduwill.net/eduwill/img/2021/Z/event/211007/pc/line_white.png");
}

.promotion .promotion-pass .text-box .title span {
  display: block;
  line-height: 1.4;
}

.promotion .promotion-pass .text-box .desc {
  line-height: 1.6;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -1px;
}

.promotion .promotion-pass .text-box .desc + .title {
  padding-top: 2px;
}

.promotion .promotion-video .video-box {
  position: relative;
  margin: 0 auto;
  width: 764px;
}

.promotion .promotion-review {
  padding-top: 60px;
}

.promotion .promotion-review .slider-review {
  position: relative;
}

.promotion .promotion-review .slider-review .slick-slide {
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  margin: 0 -80px;
}

.promotion .promotion-review .slider-review .slick-slide.slick-center {
  position: relative;
  z-index: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.promotion .promotion-review .slider-review .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 20px;
  height: 30px;
  margin-top: -15px;
  background-repeat: no-repeat;
  background-position: center center;
}

.promotion .promotion-review .slider-review .slick-arrow.slick-prev {
  left: -40px;
  background-image: url("//img.eduwill.net/eduwill/img/2021/Z/event/211007/pc/review_slide_prev.png");
}

.promotion .promotion-review .slider-review .slick-arrow.slick-next {
  right: -40px;
  background-image: url("//img.eduwill.net/eduwill/img/2021/Z/event/211007/pc/review_slide_next.png");
}

.promotion .promotion-review .btn-wrap {
  width: 700px;
  margin: 40px auto 0;
}

.promotion .promotion-review .btn-wrap button, .promotion .promotion-review .btn-wrap a {
  width: 100%;
  margin-top: 14px;
}

.promotion .promotion-review .btn-wrap button:first-child, .promotion .promotion-review .btn-wrap a:first-child {
  margin-top: 0;
}
/*# sourceMappingURL=web.css.map */