@charset "UTF-8";
.grid, .popup .popup-body .list {
  *zoom: 1;
}

.grid:before, .popup .popup-body .list:before, .grid:after, .popup .popup-body .list:after {
  content: '';
  display: table;
}

.grid:after, .popup .popup-body .list:after {
  clear: both;
}

.hidden,
.sr_only,
.sr-only,
.promotion .promotion-timetable .timetable .lecture-list 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;
}

.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, .popup .popup-body .list .list-item {
  display: table;
}

.table .table-cell, .popup .popup-body .list .list-item .table-cell, .popup .popup-body .list .table .list-item > div, .popup .popup-body .list .list-item > div {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.promotion .promotion-teacher .tab-list li:only-child, .promotion .promotion-teacher .tab-list li:nth-child(1):nth-last-child(1) {
  width: 100%;
}

.promotion .promotion-teacher .tab-list li:nth-child(1):nth-last-child(2), .promotion .promotion-teacher .tab-list li:nth-child(2):nth-last-child(1) {
  width: 50%;
}

.promotion .promotion-teacher .tab-list li:nth-child(1):nth-last-child(3), .promotion .promotion-teacher .tab-list li:nth-child(2):nth-last-child(2), .promotion .promotion-teacher .tab-list li:nth-child(3):nth-last-child(1) {
  width: calc(100% / 3);
  width: 33.33%;
}

.promotion .promotion-teacher .tab-list li:nth-child(1):nth-last-child(4), .promotion .promotion-teacher .tab-list li:nth-child(2):nth-last-child(3), .promotion .promotion-teacher .tab-list li:nth-child(3):nth-last-child(2), .promotion .promotion-teacher .tab-list li:nth-child(4):nth-last-child(1) {
  width: 25%;
}

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

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

.popup.popup-apply {
  width: 88.88889%;
  max-width: 640px;
}

@media screen and (min-width: 1100px) {
  .popup.popup-apply {
    width: 100%;
    max-width: 800px;
  }
}

.popup.popup-apply .popup-body {
  padding: 1.25rem 0.9375rem 1.5625rem;
}

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

.popup.popup-apply .popup-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  top: 0.3125rem;
  right: 0.3125rem;
}

@media screen and (min-width: 720px) {
  .popup.popup-apply .popup-close {
    width: 50px;
  }
}

@media screen and (min-width: 720px) {
  .popup.popup-apply .popup-close {
    height: 50px;
  }
}

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

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

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

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

@media screen and (min-width: 720px) {
  .popup.popup-apply .popup-close {
    top: 10px;
  }
}

@media screen and (min-width: 720px) {
  .popup.popup-apply .popup-close {
    right: 10px;
  }
}

.popup.popup-gift {
  width: 92.77778%;
  max-width: 668px;
  overflow: hidden;
  border-radius: 0.625rem;
  background-image: url("//img.eduwill.net/eduwill/img/2021/0/onlive/210809/pc/bg_gift.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

@media screen and (min-width: 720px) {
  .popup.popup-gift {
    border-radius: 20px;
  }
}

@media screen and (min-width: 1100px) {
  .popup.popup-gift {
    width: 100%;
    max-width: 668px;
  }
}

.popup.popup-gift .popup-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  top: 0.3125rem;
  right: 0.3125rem;
}

@media screen and (min-width: 720px) {
  .popup.popup-gift .popup-close {
    width: 50px;
  }
}

@media screen and (min-width: 720px) {
  .popup.popup-gift .popup-close {
    height: 50px;
  }
}

.popup.popup-gift .popup-close:before, .popup.popup-gift .popup-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 2px;
  margin-left: -12.5px;
  background-color: #666;
}

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

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

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

@media screen and (min-width: 720px) {
  .popup.popup-gift .popup-close {
    top: 10px;
  }
}

@media screen and (min-width: 720px) {
  .popup.popup-gift .popup-close {
    right: 10px;
  }
}

.popup .popup-head {
  padding: 0.875rem;
  text-align: left;
  line-height: 1.2;
  font-size: 5vw;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1px;
  background-color: #2e2b48;
}

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

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

.popup .popup-head strong {
  display: block;
  color: #ffd500;
}

@media screen and (min-width: 1100px) {
  .popup .popup-head strong {
    display: inline-block;
  }
}

.popup .popup-body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup .popup-body label {
  cursor: pointer;
}

.popup .popup-body .list {
  margin-top: 0.3125rem;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .list {
    margin-top: 10px;
  }
}

.popup .popup-body .list:first-child {
  margin-top: 0;
}

.popup .popup-body .list .list-item {
  width: 100%;
  table-layout: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup .popup-body .list .list-item .subject {
  width: 22%;
  text-align: left;
  font-size: 3.33333vw;
  font-weight: 500;
  color: #000;
}

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

.popup .popup-body .list .list-item .forms {
  width: 78%;
}

.popup .popup-body .list .list-item.agree-item {
  padding-left: 22%;
}

.popup .popup-body .agree-box {
  margin-top: 0.625rem;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .agree-box {
    margin-top: 20px;
  }
}

.popup .popup-body .agree-box:first-child {
  margin-top: 0;
}

.popup .popup-body .agree-title {
  display: block;
  font-size: 2.5vw;
  font-weight: 500;
  color: #000;
}

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

.popup .popup-body .agree-title span {
  color: #ff0000;
}

.popup .popup-body .agree-item {
  font-size: 2.5vw;
}

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

.popup .popup-body .agree-item .agree-title {
  font-size: 2.5vw;
}

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

.popup .popup-body .agree-item .btn {
  display: block;
  margin-top: 0.3125rem;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .agree-item .btn {
    margin-top: 10px;
  }
}

.popup .popup-body .text {
  display: block;
  width: 100%;
  padding: 0.25rem 0.5rem;
  height: 40px;
  font-size: 3.33333vw;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

.popup .popup-body .btn {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.popup .popup-body .btn.btn-apply {
  padding: 0.625rem;
  font-size: 3.88889vw;
  font-weight: 700;
  color: #000;
  border: 1px solid #000;
  background-color: #ffd900;
}

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

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

.popup .popup-body .btn.btn-apply:after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  margin-top: -0.125rem;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-width: 2px;
  border-right-width: 2px;
  right: 5%;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .btn.btn-apply:after {
    width: 8px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-body .btn.btn-apply:after {
    height: 8px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-body .btn.btn-apply:after {
    margin-top: -4px;
  }
}

.popup .popup-body .btn.btn-cancel {
  padding: 0.625rem;
  font-size: 3.88889vw;
  font-weight: 700;
  color: #333;
  border: 1px solid #999;
  background-color: #999;
}

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

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

.popup .popup-body .btn.btn-cancel:after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  margin-top: -0.125rem;
  border-width: 0;
  border-style: solid;
  border-color: #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-width: 2px;
  border-right-width: 2px;
  right: 5%;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .btn.btn-cancel:after {
    width: 8px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-body .btn.btn-cancel:after {
    height: 8px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-body .btn.btn-cancel:after {
    margin-top: -4px;
  }
}

.popup .popup-body .btn.btn-modify {
  padding: 0.3125rem;
  font-size: 2.5vw;
  color: #222;
  border: 1px solid #ccc;
  background-color: #eee;
}

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

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

.popup .popup-body .btn.btn-modify:after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  margin-top: -0.125rem;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-width: 2px;
  border-right-width: 2px;
  right: 5%;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .btn.btn-modify:after {
    width: 8px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-body .btn.btn-modify:after {
    height: 8px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-body .btn.btn-modify:after {
    margin-top: -4px;
  }
}

.popup .popup-body .privacy-box {
  height: 6.25rem;
  margin: 0.3125rem 0;
  padding: 0.46875rem;
  text-align: left;
  line-height: 1.4;
  font-size: 2.77778vw;
  font-weight: 400;
  color: #666;
  background: #e7e7e7;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .privacy-box {
    height: 200px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-body .privacy-box {
    margin: 10px 0;
  }
}

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

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

.popup .popup-body .privacy-box .core {
  margin-top: 0.625rem;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .privacy-box .core {
    margin-top: 20px;
  }
}

.popup .popup-body .privacy-box .core:first-child {
  margin-top: 0;
}

.popup .popup-body .privacy-box .core strong {
  color: #000;
}

.popup .popup-body .privacy-box .core .highlight {
  font-size: 3.33333vw;
  font-weight: 700;
  color: #666;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .privacy-box .core .highlight {
    font-size: 24px;
  }
}

.popup .popup-body .privacy-box .core ul {
  margin: 0.3125rem 0 0.625rem;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .privacy-box .core ul {
    margin: 10px 0 20px;
  }
}

.popup .popup-body .privacy-box .core ul li {
  position: relative;
  padding-left: 10px;
}

.popup .popup-body .privacy-box .core ul li:before {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
}

.popup .popup-body .privacy-box .core .table-wrap {
  margin: 0.3125rem 0 0.625rem;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .privacy-box .core .table-wrap {
    margin: 10px 0 20px;
  }
}

.popup .popup-body .privacy-box .core .table-wrap table {
  width: 100%;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}

.popup .popup-body .privacy-box .core .table-wrap table th,
.popup .popup-body .privacy-box .core .table-wrap table td {
  padding: 0.15625rem;
  text-align: center;
  font-size: 2.22222vw;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .privacy-box .core .table-wrap table th,
  .popup .popup-body .privacy-box .core .table-wrap table td {
    padding: 5px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-body .privacy-box .core .table-wrap table th,
  .popup .popup-body .privacy-box .core .table-wrap table td {
    font-size: 16px;
  }
}

.popup .popup-body .privacy-box .core .table-wrap table th.highlight,
.popup .popup-body .privacy-box .core .table-wrap table td.highlight {
  font-size: 3.33333vw;
  font-weight: 700;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .privacy-box .core .table-wrap table th.highlight,
  .popup .popup-body .privacy-box .core .table-wrap table td.highlight {
    font-size: 24px;
  }
}

.popup .popup-body .gift-title {
  padding-top: 1.5625rem;
  text-align: center;
  line-height: 1.4;
  font-size: 5vw;
  font-weight: 900;
}

@media screen and (min-width: 720px) {
  .popup .popup-body .gift-title {
    padding-top: 50px;
  }
}

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

.popup .popup-body .gift-title strong {
  font-size: 5.55556vw;
  font-weight: 900;
}

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

.popup .popup-body .gift-title .replace-text {
  color: #2722e0;
}

.popup .popup-action {
  display: block;
  margin-top: 1.25rem;
}

@media screen and (min-width: 720px) {
  .popup .popup-action {
    margin-top: 40px;
  }
}

.popup .popup-action .btn {
  width: 49%;
}

.popup .popup-action .btn:only-child {
  width: 100%;
}

.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: 1200px;
  margin: 0 auto;
  text-align: center;
}

.promotion .notice-box {
  margin-top: 60px;
  text-align: left;
  font-size: 16px;
  color: #999;
}

.promotion .notice-box .notice-title {
  font-weight: 700;
}

.promotion .notice-box .notice-subject {
  margin-top: 20px;
  font-weight: 500;
}

.promotion .notice-box .notice-desc {
  margin-top: 10px;
}

.promotion .notice-box .notice-list {
  margin-top: 10px;
}

.promotion .notice-box .notice-list li {
  position: relative;
  padding-left: 10px;
}

.promotion .notice-box .notice-list li:before {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
}

.promotion .notice-box .underline {
  text-decoration: underline;
}

.promotion .notice-box a {
  display: inline-block;
  padding: 0 5px;
  line-height: 1.4;
  background: #fff;
}

.promotion .promotion-wing {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 30;
  -webkit-transform: translateY(-49%);
  transform: translateY(-49%);
}

.promotion .promotion-wing a {
  display: block;
  margin: -20px 0;
}

.promotion .promotion-timer {
  font-size: 0;
  background-color: #ffc600;
}

.promotion .promotion-timer.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
}

.promotion .promotion-timer a {
  display: block;
  padding: 24px 0;
}

.promotion .promotion-timer .banner-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 38px;
  font-weight: 900;
  color: #1d1d1d;
}

.promotion .promotion-timer .banner-title strong {
  display: inline-block;
  padding: 10px 15px;
  line-height: 1;
  font-size: 38px;
  color: #fff;
  border-radius: 35px;
  background-color: #0a069e;
}

.promotion .promotion-timer .banner-timer {
  display: inline-block;
  margin-left: 40px;
  vertical-align: middle;
}

.promotion .promotion-timer .banner-timer .bundle {
  display: inline-block;
  margin: 0 5px;
  font-size: 24px;
  font-weight: 900;
  color: #1d1d1d;
}

.promotion .promotion-timer .banner-timer p {
  position: relative;
  display: inline-block;
  min-width: 70px;
  margin: 0 5px;
  padding: 12px 0;
  line-height: 1;
  font-family: "Montserrat", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 36px;
  font-weight: 700;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .promotion-timer .banner-timer p:before, .promotion .promotion-timer .banner-timer p:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  z-index: 0;
}

.promotion .promotion-timer .banner-timer p:before {
  background: #e3e3e3;
}

.promotion .promotion-timer .banner-timer p:after {
  background: #838383;
}

.promotion .promotion-timer .banner-timer p.day {
  min-width: auto;
  margin: 0 0 0 5px;
  padding: 0;
  font-size: 28px;
  border-radius: 0;
  background: none;
}

.promotion .promotion-timer .banner-timer p.day:before, .promotion .promotion-timer .banner-timer p.day:after {
  display: none;
}

.promotion .promotion-timer .banner-timer p span {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.promotion .promotion-timer .banner-timer .unit {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-family: "Montserrat", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 700;
}

.promotion .promotion-title {
  background-color: #131aa9;
  background-image: url("//img.eduwill.net/eduwill/img/2021/0/onlive/210809/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.promotion .promotion-title .onair {
  position: absolute;
  top: 155px;
  right: 0;
  left: 0;
}

.promotion .promotion-title .action {
  position: absolute;
  top: 1135px;
  right: 0;
  left: 0;
  z-index: 1;
}

.promotion .promotion-title .action a {
  position: relative;
  display: inline-block;
}

.promotion .promotion-title .action a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 46px;
  z-index: 1;
  display: block;
  width: 1.875rem;
  height: 2.0625rem;
  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 .promotion-title .action a:after {
    width: 60px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .promotion-title .action a:after {
    height: 66px;
  }
}

@-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 .promotion-video {
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e7ebff));
  background: linear-gradient(to bottom, #fff 0%, #e7ebff 100%);
}

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

.promotion .promotion-video .video-box a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.promotion .promotion-video .video-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.promotion .promotion-intro {
  background-color: #ffcc00;
  background-image: url("//img.eduwill.net/eduwill/img/2021/0/onlive/210809/pc/bg_intro.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.promotion .promotion-intro .wrap {
  width: 100%;
}

.promotion .promotion-intro .point {
  position: absolute;
  top: 350px;
  right: 0;
  left: 0;
}

.promotion .promotion-teacher {
  padding-bottom: 100px;
}

.promotion .promotion-teacher .tab-list {
  margin: 0 80px;
  font-size: 0;
}

.promotion .promotion-teacher .tab-list li {
  display: inline-block;
  padding: 0 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .promotion-teacher .tab-list li a {
  display: block;
  padding: 10px 0;
  font-size: 30px;
  font-weight: 700;
  color: #a4a4a4;
  border-radius: 20px;
  background-color: #d6d6d6;
}

.promotion .promotion-teacher .tab-list li.on a {
  color: #222;
  background-color: #ffcc00;
}

.promotion .promotion-teacher .tab-view {
  position: relative;
}

.promotion .promotion-teacher .sample {
  position: absolute;
  top: 355px;
  left: 160px;
}

.promotion .promotion-teacher .review-list {
  position: absolute;
  top: 721px;
  left: 134px;
  width: 815px;
}

.promotion .promotion-growth {
  background-color: #ebecf0;
}

.promotion .promotion-timetable .timetable {
  position: relative;
}

.promotion .promotion-timetable .timetable .lecture-list {
  position: absolute;
  top: 93px;
}

.promotion .promotion-timetable .timetable .lecture-list1 {
  left: 387px;
}

.promotion .promotion-timetable .timetable .lecture-list2 {
  left: 673px;
}

.promotion .promotion-timetable .timetable .lecture-list3 {
  left: 818px;
}

.promotion .promotion-timetable .timetable .lecture-list a {
  position: relative;
  display: block;
  width: 138px;
  height: 110px;
  margin-bottom: 7px;
}

.promotion .promotion-plus {
  z-index: 1;
  background-color: #101a91;
}

.promotion .promotion-plus img {
  margin-top: -54px;
}

.promotion .promotion-mission1 {
  padding-bottom: 100px;
  background-color: #fff6d3;
}

.promotion .promotion-mission1 .mission-list {
  font-size: 0;
}

.promotion .promotion-mission1 .mission-list a {
  display: inline-block;
}

.promotion .promotion-mission1 .action {
  margin-top: 28px;
}

.promotion .promotion-mission1 .action a {
  position: relative;
  display: inline-block;
}

.promotion .promotion-mission1 .action a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 46px;
  z-index: 1;
  display: block;
  width: 1.875rem;
  height: 2.0625rem;
  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 .promotion-mission1 .action a:after {
    width: 60px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .promotion-mission1 .action a:after {
    height: 66px;
  }
}

@-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 .promotion-mission1 .notice-box {
  margin: 60px 80px 0;
}

.promotion .promotion-mission2 {
  padding-bottom: 100px;
}

.promotion .promotion-mission2 .attendance-box {
  position: relative;
}

.promotion .promotion-mission2 .attendance-box .seal {
  position: absolute;
  top: 27px;
  right: 45px;
  z-index: 1;
  -webkit-animation-name: sealBounce;
          animation-name: sealBounce;
  -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 sealBounce {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
  }
}

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

.promotion .promotion-mission2 .attendance-box .marker {
  position: absolute;
  top: 27px;
  right: 45px;
  z-index: 1;
}

.promotion .promotion-mission2 .dice-board {
  position: relative;
}

.promotion .promotion-mission2 .dice-board .dice-view {
  position: absolute;
  width: 110px;
  height: 110px;
  top: 300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-perspective: 800px;
          perspective: 800px;
  -webkit-box-shadow: 0px 20px 30px 5px rgba(0, 0, 0, 0.31);
          box-shadow: 0px 20px 30px 5px rgba(0, 0, 0, 0.31);
}

.promotion .promotion-mission2 .dice-board .dice-view.stop {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-animation: roll 3s linear;
          animation: roll 3s linear;
}

.promotion .promotion-mission2 .dice-board .dice-view.stop + .btn-click {
  pointer-events: none;
}

.promotion .promotion-mission2 .dice-board .dice-view.stop .dice {
  -webkit-animation: spin-duplicate 3s linear;
          animation: spin-duplicate 3s linear;
}

.promotion .promotion-mission2 .dice-board .dice-view.num1 > .dice {
  -webkit-transform: rotateY(360deg) !important;
          transform: rotateY(360deg) !important;
}

.promotion .promotion-mission2 .dice-board .dice-view.num2 > .dice {
  -webkit-transform: rotateY(-90deg) !important;
          transform: rotateY(-90deg) !important;
}

.promotion .promotion-mission2 .dice-board .dice-view.num3 > .dice {
  -webkit-transform: rotateY(180deg) !important;
          transform: rotateY(180deg) !important;
}

.promotion .promotion-mission2 .dice-board .dice-view.num4 > .dice {
  -webkit-transform: rotateY(90deg) !important;
          transform: rotateY(90deg) !important;
}

.promotion .promotion-mission2 .dice-board .dice-view.num5 > .dice {
  -webkit-transform: rotateX(-90deg) !important;
          transform: rotateX(-90deg) !important;
}

.promotion .promotion-mission2 .dice-board .dice-view.num6 > .dice {
  -webkit-transform: rotateX(90deg) !important;
          transform: rotateX(90deg) !important;
}

@-webkit-keyframes roll {
  0% {
    -webkit-transform: translate3d(-150px, -50px, -200px);
            transform: translate3d(-150px, -50px, -200px);
  }
  12% {
    -webkit-transform: translate3d(150px, -100px, -50px);
            transform: translate3d(150px, -100px, -50px);
  }
  25% {
    -webkit-transform: translate3d(0, -25px, -200px);
            transform: translate3d(0, -25px, -200px);
  }
  37% {
    -webkit-transform: translate3d(-100px, -50px, -100px);
            transform: translate3d(-100px, -50px, -100px);
  }
  50% {
    -webkit-transform: translate3d(-200px, 50px, -200px);
            transform: translate3d(-200px, 50px, -200px);
  }
  62% {
    -webkit-transform: translate3d(-100px, 0, -100px);
            transform: translate3d(-100px, 0, -100px);
  }
  70% {
    -webkit-transform: translate3d(-50, -25px, -50px);
            transform: translate3d(-50, -25px, -50px);
  }
  90% {
    -webkit-transform: translate3d(-100px, 0, -100px);
            transform: translate3d(-100px, 0, -100px);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes roll {
  0% {
    -webkit-transform: translate3d(-150px, -50px, -200px);
            transform: translate3d(-150px, -50px, -200px);
  }
  12% {
    -webkit-transform: translate3d(150px, -100px, -50px);
            transform: translate3d(150px, -100px, -50px);
  }
  25% {
    -webkit-transform: translate3d(0, -25px, -200px);
            transform: translate3d(0, -25px, -200px);
  }
  37% {
    -webkit-transform: translate3d(-100px, -50px, -100px);
            transform: translate3d(-100px, -50px, -100px);
  }
  50% {
    -webkit-transform: translate3d(-200px, 50px, -200px);
            transform: translate3d(-200px, 50px, -200px);
  }
  62% {
    -webkit-transform: translate3d(-100px, 0, -100px);
            transform: translate3d(-100px, 0, -100px);
  }
  70% {
    -webkit-transform: translate3d(-50, -25px, -50px);
            transform: translate3d(-50, -25px, -50px);
  }
  90% {
    -webkit-transform: translate3d(-100px, 0, -100px);
            transform: translate3d(-100px, 0, -100px);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: translateZ(-100px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: translateZ(-100px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  16% {
    -webkit-transform: translateZ(-100px) rotateX(180deg) rotateY(180deg) rotateZ(0deg);
            transform: translateZ(-100px) rotateX(180deg) rotateY(180deg) rotateZ(0deg);
  }
  33% {
    -webkit-transform: translateZ(-100px) rotateX(360deg) rotateY(90deg) rotateZ(180deg);
            transform: translateZ(-100px) rotateX(360deg) rotateY(90deg) rotateZ(180deg);
  }
  50% {
    -webkit-transform: translateZ(-100px) rotateX(360deg) rotateY(360deg) rotateZ(360deg);
            transform: translateZ(-100px) rotateX(360deg) rotateY(360deg) rotateZ(360deg);
  }
  66% {
    -webkit-transform: translateZ(-100px) rotateX(180deg) rotateY(360deg) rotateZ(270deg);
            transform: translateZ(-100px) rotateX(180deg) rotateY(360deg) rotateZ(270deg);
  }
  83% {
    -webkit-transform: translateZ(-100px) rotateX(270deg) rotateY(180deg) rotateZ(180deg);
            transform: translateZ(-100px) rotateX(270deg) rotateY(180deg) rotateZ(180deg);
  }
  100% {
    -webkit-transform: translateZ(-100px) rotateX(360deg) rotateY(360deg) rotateZ(360deg);
            transform: translateZ(-100px) rotateX(360deg) rotateY(360deg) rotateZ(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: translateZ(-100px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: translateZ(-100px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  16% {
    -webkit-transform: translateZ(-100px) rotateX(180deg) rotateY(180deg) rotateZ(0deg);
            transform: translateZ(-100px) rotateX(180deg) rotateY(180deg) rotateZ(0deg);
  }
  33% {
    -webkit-transform: translateZ(-100px) rotateX(360deg) rotateY(90deg) rotateZ(180deg);
            transform: translateZ(-100px) rotateX(360deg) rotateY(90deg) rotateZ(180deg);
  }
  50% {
    -webkit-transform: translateZ(-100px) rotateX(360deg) rotateY(360deg) rotateZ(360deg);
            transform: translateZ(-100px) rotateX(360deg) rotateY(360deg) rotateZ(360deg);
  }
  66% {
    -webkit-transform: translateZ(-100px) rotateX(180deg) rotateY(360deg) rotateZ(270deg);
            transform: translateZ(-100px) rotateX(180deg) rotateY(360deg) rotateZ(270deg);
  }
  83% {
    -webkit-transform: translateZ(-100px) rotateX(270deg) rotateY(180deg) rotateZ(180deg);
            transform: translateZ(-100px) rotateX(270deg) rotateY(180deg) rotateZ(180deg);
  }
  100% {
    -webkit-transform: translateZ(-100px) rotateX(360deg) rotateY(360deg) rotateZ(360deg);
            transform: translateZ(-100px) rotateX(360deg) rotateY(360deg) rotateZ(360deg);
  }
}

@-webkit-keyframes spin-duplicate {
  0% {
    -webkit-transform: translateZ(-100px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: translateZ(-100px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  16% {
    -webkit-transform: translateZ(-100px) rotateX(180deg) rotateY(180deg) rotateZ(0deg);
            transform: translateZ(-100px) rotateX(180deg) rotateY(180deg) rotateZ(0deg);
  }
  33% {
    -webkit-transform: translateZ(-100px) rotateX(360deg) rotateY(90deg) rotateZ(180deg);
            transform: translateZ(-100px) rotateX(360deg) rotateY(90deg) rotateZ(180deg);
  }
  60% {
    -webkit-transform: translateZ(-100px) rotateX(360deg) rotateY(360deg) rotateZ(360deg);
            transform: translateZ(-100px) rotateX(360deg) rotateY(360deg) rotateZ(360deg);
  }
  70% {
    -webkit-transform: translateZ(-100px) rotateX(180deg) rotateY(360deg) rotateZ(270deg);
            transform: translateZ(-100px) rotateX(180deg) rotateY(360deg) rotateZ(270deg);
  }
  100% {
    -webkit-transform: translateZ(-100px) rotateX(360deg) rotateY(360deg) rotateZ(360deg);
            transform: translateZ(-100px) rotateX(360deg) rotateY(360deg) rotateZ(360deg);
  }
}

@keyframes spin-duplicate {
  0% {
    -webkit-transform: translateZ(-100px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: translateZ(-100px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }
  16% {
    -webkit-transform: translateZ(-100px) rotateX(180deg) rotateY(180deg) rotateZ(0deg);
            transform: translateZ(-100px) rotateX(180deg) rotateY(180deg) rotateZ(0deg);
  }
  33% {
    -webkit-transform: translateZ(-100px) rotateX(360deg) rotateY(90deg) rotateZ(180deg);
            transform: translateZ(-100px) rotateX(360deg) rotateY(90deg) rotateZ(180deg);
  }
  60% {
    -webkit-transform: translateZ(-100px) rotateX(360deg) rotateY(360deg) rotateZ(360deg);
            transform: translateZ(-100px) rotateX(360deg) rotateY(360deg) rotateZ(360deg);
  }
  70% {
    -webkit-transform: translateZ(-100px) rotateX(180deg) rotateY(360deg) rotateZ(270deg);
            transform: translateZ(-100px) rotateX(180deg) rotateY(360deg) rotateZ(270deg);
  }
  100% {
    -webkit-transform: translateZ(-100px) rotateX(360deg) rotateY(360deg) rotateZ(360deg);
            transform: translateZ(-100px) rotateX(360deg) rotateY(360deg) rotateZ(360deg);
  }
}

.promotion .promotion-mission2 .dice-board .dice-view .dice {
  width: 110px;
  height: 110px;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translateZ(0) rotateX(157deg) rotateY(325deg) rotateZ(100deg);
  transform: translateZ(0) rotateX(157deg) rotateY(325deg) rotateZ(100deg);
}

.promotion .promotion-mission2 .dice-board .dice-view .dice .dice-face {
  position: absolute;
  width: 110px;
  height: 110px;
  text-align: center;
  line-height: 110px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.promotion .promotion-mission2 .dice-board .dice-view .dice .dice-face.front {
  background-image: url("//img.eduwill.net/eduwill/img/2021/0/onlive/210809/pc/dice_front.png");
  -webkit-transform: rotateY(0deg) translateZ(54px);
  transform: rotateY(0deg) translateZ(54px);
}

.promotion .promotion-mission2 .dice-board .dice-view .dice .dice-face.right {
  background-image: url("//img.eduwill.net/eduwill/img/2021/0/onlive/210809/pc/dice_right.png");
  -webkit-transform: rotateY(90deg) translateZ(54px);
  transform: rotateY(90deg) translateZ(54px);
}

.promotion .promotion-mission2 .dice-board .dice-view .dice .dice-face.back {
  background-image: url("//img.eduwill.net/eduwill/img/2021/0/onlive/210809/pc/dice_back.png");
  -webkit-transform: rotateY(180deg) translateZ(54px);
  transform: rotateY(180deg) translateZ(54px);
}

.promotion .promotion-mission2 .dice-board .dice-view .dice .dice-face.left {
  background-image: url("//img.eduwill.net/eduwill/img/2021/0/onlive/210809/pc/dice_left.png");
  -webkit-transform: rotateY(-90deg) translateZ(54px);
  transform: rotateY(-90deg) translateZ(54px);
}

.promotion .promotion-mission2 .dice-board .dice-view .dice .dice-face.top {
  background-image: url("//img.eduwill.net/eduwill/img/2021/0/onlive/210809/pc/dice_top.png");
  -webkit-transform: rotateX(90deg) translateZ(54px);
  transform: rotateX(90deg) translateZ(54px);
}

.promotion .promotion-mission2 .dice-board .dice-view .dice .dice-face.bottom {
  background-image: url("//img.eduwill.net/eduwill/img/2021/0/onlive/210809/pc/dice_bottom.png");
  -webkit-transform: rotateX(-90deg) translateZ(54px);
  transform: rotateX(-90deg) translateZ(54px);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .promotion .promotion-mission2 .dice-board .dice-view {
    background: url("//img.eduwill.net/eduwill/img/2021/0/onlive/210809/pc/dice.png") no-repeat 50% 0;
    background-size: 100% 100%;
    width: 121px;
    height: 126px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .promotion .promotion-mission2 .dice-board .dice-view .dice-face {
    display: none;
  }
  .promotion .promotion-mission2 .dice-board .dice-view.num1 {
    background: url("//img.eduwill.net/eduwill/img/2021/0/onlive/210809/pc/dice_front.png") no-repeat 50% 0;
  }
  .promotion .promotion-mission2 .dice-board .dice-view.num2 {
    background: url("//img.eduwill.net/eduwill/img/2021/0/onlive/210809/pc/dice_right.png") no-repeat 50% 0;
  }
  .promotion .promotion-mission2 .dice-board .dice-view.num3 {
    background: url("//img.eduwill.net/eduwill/img/2021/0/onlive/210809/pc/dice_back.png") no-repeat 50% 0;
  }
  .promotion .promotion-mission2 .dice-board .dice-view.num4 {
    background: url("//img.eduwill.net/eduwill/img/2021/0/onlive/210809/pc/dice_left.png") no-repeat 50% 0;
  }
  .promotion .promotion-mission2 .dice-board .dice-view.num5 {
    background: url("//img.eduwill.net/eduwill/img/2021/0/onlive/210809/pc/dice_top.png") no-repeat 50% 0;
  }
  .promotion .promotion-mission2 .dice-board .dice-view.num6 {
    background: url("//img.eduwill.net/eduwill/img/2021/0/onlive/210809/pc/dice_bottom.png") no-repeat 50% 0;
  }
  .promotion .promotion-mission2 .dice-board .dice-view.num1, .promotion .promotion-mission2 .dice-board .dice-view.num2, .promotion .promotion-mission2 .dice-board .dice-view.num3, .promotion .promotion-mission2 .dice-board .dice-view.num4, .promotion .promotion-mission2 .dice-board .dice-view.num5, .promotion .promotion-mission2 .dice-board .dice-view.num6 {
    width: 110px;
    height: 110px;
    background-size: contain;
  }
  .promotion .promotion-mission2 .dice-board .dice-view.stop {
    -webkit-animation: ball 2s linear;
            animation: ball 2s linear;
  }
}

@-webkit-keyframes ball {
  0% {
    margin-top: -120px;
    width: 121px;
    height: 126px;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  10% {
    margin-top: 0;
    width: 130px;
    height: 135px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  20% {
    margin-top: -80px;
    width: 121px;
    height: 126px;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  30% {
    margin-top: 0;
    width: 126px;
    height: 130px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    margin-top: -50px;
    width: 121px;
    height: 126px;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  50% {
    margin-top: 0;
    width: 121px;
    height: 126px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  60% {
    margin-top: -30px;
    width: 121px;
    height: 126px;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  70% {
    margin-top: 0;
    width: 121px;
    height: 126px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    margin-top: 0;
    width: 121px;
    height: 126px;
  }
}

@keyframes ball {
  0% {
    margin-top: -120px;
    width: 121px;
    height: 126px;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  10% {
    margin-top: 0;
    width: 130px;
    height: 135px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  20% {
    margin-top: -80px;
    width: 121px;
    height: 126px;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  30% {
    margin-top: 0;
    width: 126px;
    height: 130px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    margin-top: -50px;
    width: 121px;
    height: 126px;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  50% {
    margin-top: 0;
    width: 121px;
    height: 126px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  60% {
    margin-top: -30px;
    width: 121px;
    height: 126px;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  70% {
    margin-top: 0;
    width: 121px;
    height: 126px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    margin-top: 0;
    width: 121px;
    height: 126px;
  }
}

.promotion .promotion-mission2 .dice-board .action {
  position: absolute;
  top: 500px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.promotion .promotion-mission2 .dice-board .action .btn-click {
  position: relative;
  display: inline-block;
}

.promotion .promotion-mission2 .dice-board .action .btn-click:after {
  content: '';
  position: absolute;
  top: 80%;
  right: 0;
  z-index: 1;
  display: block;
  width: 1.875rem;
  height: 2.0625rem;
  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 .promotion-mission2 .dice-board .action .btn-click:after {
    width: 60px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .promotion-mission2 .dice-board .action .btn-click:after {
    height: 66px;
  }
}

@-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 .promotion-mission2 .dice-board .marker {
  position: absolute;
  height: 204px;
  -webkit-animation: jump 2.3s ease-in-out infinite;
          animation: jump 2.3s ease-in-out infinite;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: left 1s, bottom 1s;
  transition: left 1s, bottom 1s;
}

@-webkit-keyframes jump {
  10% {
    -webkit-transform: scale(1.2, 0.8);
            transform: scale(1.2, 0.8);
  }
  24%, 26% {
    -webkit-transform: translateY(-5vh) scale(1, 1.001);
            transform: translateY(-5vh) scale(1, 1.001);
  }
  40% {
    -webkit-transform: translateY(0) scale(1, 0.999);
            transform: translateY(0) scale(1, 0.999);
  }
  44% {
    -webkit-transform: translateY(0) scale(1.05, 0.97);
            transform: translateY(0) scale(1.05, 0.97);
  }
  56% {
    -webkit-transform: translateY(-2vh) scale(1.01, 1);
            transform: translateY(-2vh) scale(1.01, 1);
  }
  70% {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
}

@keyframes jump {
  10% {
    -webkit-transform: scale(1.2, 0.8);
            transform: scale(1.2, 0.8);
  }
  24%, 26% {
    -webkit-transform: translateY(-5vh) scale(1, 1.001);
            transform: translateY(-5vh) scale(1, 1.001);
  }
  40% {
    -webkit-transform: translateY(0) scale(1, 0.999);
            transform: translateY(0) scale(1, 0.999);
  }
  44% {
    -webkit-transform: translateY(0) scale(1.05, 0.97);
            transform: translateY(0) scale(1.05, 0.97);
  }
  56% {
    -webkit-transform: translateY(-2vh) scale(1.01, 1);
            transform: translateY(-2vh) scale(1.01, 1);
  }
  70% {
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
}

.promotion .promotion-mission2 .dice-board .marker.marker0 {
  left: 172px;
  bottom: 106px;
  height: auto;
}

.promotion .promotion-mission2 .dice-board .marker.marker1 {
  left: 0;
  bottom: 204px;
  width: 247px;
  -webkit-transition: left 0s, bottom 1s;
  transition: left 0s, bottom 1s;
}

.promotion .promotion-mission2 .dice-board .marker.marker2 {
  left: 0;
  bottom: 408px;
  width: 247px;
  -webkit-transition: left 0s, bottom 1s;
  transition: left 0s, bottom 1s;
}

.promotion .promotion-mission2 .dice-board .marker.marker3 {
  left: 0;
  bottom: 612px;
  width: 247px;
  -webkit-transition: left 0s, bottom 1s;
  transition: left 0s, bottom 1s;
}

.promotion .promotion-mission2 .dice-board .marker.marker4 {
  left: 247px;
  bottom: 612px;
  width: 257px;
}

.promotion .promotion-mission2 .dice-board .marker.marker5 {
  left: 504px;
  bottom: 612px;
  width: 257px;
}

.promotion .promotion-mission2 .dice-board .marker.marker6 {
  left: 762px;
  bottom: 612px;
  width: 258px;
}

.promotion .promotion-mission2 .dice-board .marker.marker7 {
  left: 762px;
  bottom: 408px;
  width: 258px;
}

.promotion .promotion-mission2 .dice-board .marker.marker8 {
  left: 762px;
  bottom: 204px;
  width: 258px;
}

.promotion .promotion-mission2 .dice-board .marker.marker9 {
  left: 762px;
  bottom: 0;
  width: 258px;
}

.promotion .promotion-mission2 .dice-board .marker.marker10 {
  left: 504px;
  bottom: 0;
  width: 258px;
}

.promotion .promotion-mission2 .dice-board .marker.marker11 {
  left: 247px;
  bottom: 0;
  width: 258px;
}

.promotion .promotion-mission2 .check-box {
  margin: 0 80px;
  padding: 50px;
  background-color: #f8f8f8;
}

.promotion .promotion-mission2 .check-box .check-list {
  font-size: 0;
}

.promotion .promotion-mission2 .check-box .check-list .check {
  position: relative;
  display: inline-block;
  margin: 9px;
}

.promotion .promotion-mission2 .check-box .check-list .check.checked .checked-img {
  display: block;
}

.promotion .promotion-mission2 .check-box .check-list .check .checked-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}

.promotion .promotion-mission2 .notice-box {
  margin: 60px 80px 0;
}

.promotion .promotion-mission2 .notice-box a {
  background: #fff6d3;
}

.promotion .promotion-mission3 {
  background-color: #ffd200;
}

.promotion .promotion-banner {
  padding-bottom: 100px;
}

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

.promotion .promotion-banner .banner-list a {
  position: relative;
  display: inline-block;
}

.promotion .promotion-banner .banner-list a:after {
  content: '';
  position: absolute;
  top: 80%;
  right: 0;
  z-index: 1;
  display: block;
  width: 1.875rem;
  height: 2.0625rem;
  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 .promotion-banner .banner-list a:after {
    width: 60px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .promotion-banner .banner-list a:after {
    height: 66px;
  }
}

@-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 .promotion-banner .banner-list a:first-child {
  margin-right: 10px;
}

.promotion .promotion-banner .banner-list a:last-child {
  margin-left: 10px;
}

.promotion .comment-event .comment-section .title:before,
.promotion .comment-event .comment-section .title .bg {
  height: 640px;
}

.promotion-onair .promotion-notice {
  padding: 80px 0 100px;
  background-color: #f3f4f7;
}

.promotion-onair .promotion-notice .notice-box {
  margin: 0 100px;
}

.promotion-onair .promotion-notice .notice-box a {
  color: #fff;
  background: #a7a7a7;
}

.promotion-onair .promotion-video {
  padding-bottom: 80px;
}

.promotion-onair .promotion-video .action {
  margin-top: 20px;
}

.promotion-onair .promotion-video .action a {
  position: relative;
  display: inline-block;
}

.promotion-onair .promotion-video .action a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 46px;
  z-index: 1;
  display: block;
  width: 1.875rem;
  height: 2.0625rem;
  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-onair .promotion-video .action a:after {
    width: 60px;
  }
}

@media screen and (min-width: 720px) {
  .promotion-onair .promotion-video .action a:after {
    height: 66px;
  }
}

@-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-onair .promotion-mission1 .dim {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.77);
}

.promotion-onair .promotion-mission1 .dim p {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  font-size: 50px;
  font-weight: 900;
  color: #c3c3c3;
}

.promotion-onair .promotion-mission2 .dice-board .dice-view {
  top: 280px;
  width: auto;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: none;
  transition: none;
  -webkit-animation: none;
          animation: none;
}

.promotion-onair .promotion-mission2 .dice-board .dice-view.stop {
  -webkit-transition: none;
  transition: none;
  -webkit-animation: none;
          animation: none;
}

.promotion-onair .promotion-mission2 .dice-board .dice-view.stop .dice {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
  -webkit-animation: none;
          animation: none;
}

.promotion-onair .promotion-mission2 .dice-board .dice-view .dice {
  width: auto;
  height: auto;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
  -webkit-animation: none;
          animation: none;
}

.promotion-onair .promotion-mission2 .check-box {
  position: relative;
}

.promotion-onair .promotion-mission2 .check-box .check-all {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
/*# sourceMappingURL=web.css.map */