@charset "UTF-8";
.grid, .promotion .container, .promotion .wrap, .promotion .promotion-price .price-list ul, .promotion .promotion-price .price-list ul li .price-info {
  *zoom: 1;
}

.grid:before, .promotion .container:before, .promotion .wrap:before, .promotion .promotion-price .price-list ul:before, .promotion .promotion-price .price-list ul li .price-info:before, .grid:after, .promotion .container:after, .promotion .wrap:after, .promotion .promotion-price .price-list ul:after, .promotion .promotion-price .price-list ul li .price-info:after {
  content: '';
  display: table;
}

.grid:after, .promotion .container:after, .promotion .wrap:after, .promotion .promotion-price .price-list ul:after, .promotion .promotion-price .price-list ul li .price-info: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;
}

.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;
  }
  50% {
    opacity: 1;
  }
}

@keyframes blink {
  0%, 100% {
    opacity: 0;
  }
  50% {
    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;
  overflow: hidden;
}

.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;
  left: 0;
  width: 100%;
  height: 100%;
}

.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.13889vw;
  -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: 6.94444vw 5.55556vw;
}

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

.popup-close {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  text-indent: -999px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
}

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

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

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

.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-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
  }
  .popup-close:before, .popup-close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 30px;
    height: 1px;
    margin-left: -15px;
    background-color: #fff;
  }
  .popup-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .popup-close:after {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .popup-close span {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 0px;
    height: 0px;
    margin: -1px;
    padding: 0;
    word-break: keep-all;
    white-space: nowrap;
    color: transparent;
    border: 0;
    text-indent: -9999px;
  }
}

.popup-base .popup-body {
  background: #fff;
  color: #000;
  overflow-y: auto;
  max-height: 80vh;
  font-size: 2.77778vw;
}

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

.popup-base .popup-body p {
  color: #000;
  line-height: 1.4;
  font-weight: normal;
  font-size: 2.77778vw;
}

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

.popup-base .popup-close {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  text-indent: -999px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
}

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

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

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

.popup-base .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-base .popup-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
  }
  .popup-base .popup-close:before, .popup-base .popup-close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 30px;
    height: 1px;
    margin-left: -15px;
    background-color: #000;
  }
  .popup-base .popup-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .popup-base .popup-close:after {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .popup-base .popup-close span {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 0px;
    height: 0px;
    margin: -1px;
    padding: 0;
    word-break: keep-all;
    white-space: nowrap;
    color: transparent;
    border: 0;
    text-indent: -9999px;
  }
}

.popup-apply {
  max-width: 600px;
}

.popup-apply label {
  cursor: pointer;
}

.popup-apply .pointer {
  position: relative;
}

.popup-apply .pointer::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -20px;
  z-index: 1;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
  width: 9.72222vw;
  height: 9.72222vw;
  -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-animation: none;
          animation: none;
}

@media screen and (min-width: 720px) {
  .popup-apply .pointer::after {
    width: 70px;
  }
}

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

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

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

.popup-apply .pointer.none::after {
  display: none;
}

.popup-apply .popup-head {
  line-height: 1.2;
  text-align: center;
  background-color: #393939;
  padding: 5.55556vw;
  font-size: 4.72222vw;
}

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

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

.popup-apply .popup-body {
  padding: 5.55556vw 4.16667vw;
  letter-spacing: -0.20833vw;
  background-color: #fff;
  color: #000;
}

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

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

.popup-apply .popup-body .action {
  margin-top: 2.77778vw;
}

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

.popup-apply .popup-body .action button, .popup-apply .popup-body .action a {
  display: block;
  width: 100%;
  background-color: #ffd504;
  font-weight: 600;
  border-radius: 4.86111vw;
  font-size: 3.33333vw;
  height: 9.72222vw;
  line-height: 9.72222vw;
  text-align: center;
}

@media screen and (min-width: 720px) {
  .popup-apply .popup-body .action button, .popup-apply .popup-body .action a {
    border-radius: 35px;
  }
}

@media screen and (min-width: 720px) {
  .popup-apply .popup-body .action button, .popup-apply .popup-body .action a {
    font-size: 24px;
  }
}

@media screen and (min-width: 720px) {
  .popup-apply .popup-body .action button, .popup-apply .popup-body .action a {
    height: 70px;
  }
}

@media screen and (min-width: 720px) {
  .popup-apply .popup-body .action button, .popup-apply .popup-body .action a {
    line-height: 70px;
  }
}

.popup-apply .popup-body .agree-box {
  color: #777;
  word-break: keep-all;
  font-size: 2.77778vw;
}

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

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

.popup-apply .popup-body .agree-box .row + .row {
  margin-top: 2.77778vw;
}

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

.popup-apply .popup-body .agree-box .check-box {
  margin-top: 1.38889vw;
  padding: 2.77778vw 2.08333vw;
  background-color: #eee;
}

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

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

.popup-apply .popup-body .agree-box .check {
  padding-left: 4.16667vw;
  text-indent: -4.16667vw;
}

@media screen and (min-width: 720px) {
  .popup-apply .popup-body .agree-box .check {
    padding-left: 30px;
  }
}

@media screen and (min-width: 720px) {
  .popup-apply .popup-body .agree-box .check {
    text-indent: -30px;
  }
}

.popup-apply .popup-body .agree-box .check em {
  color: #ed331a;
  font-weight: 400;
}

.popup-apply .popup-body .agree-box .inner-box {
  padding: 0 0 0.69444vw 2.08333vw;
}

@media screen and (min-width: 720px) {
  .popup-apply .popup-body .agree-box .inner-box {
    padding: 0 0 5px 15px;
  }
}

.popup-apply .popup-body .agree-box .inner-box .inner-title {
  font-weight: 500;
  text-indent: -1.94444vw;
  margin-bottom: 0.69444vw;
}

@media screen and (min-width: 720px) {
  .popup-apply .popup-body .agree-box .inner-box .inner-title {
    text-indent: -14px;
  }
}

@media screen and (min-width: 720px) {
  .popup-apply .popup-body .agree-box .inner-box .inner-title {
    margin-bottom: 5px;
  }
}

.popup-apply .popup-body .agree-box .inner-box strong {
  font-weight: 600;
  font-size: 1.01em;
}

.popup-apply .popup-body .survey-box + .action {
  margin-top: 5.55556vw;
}

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

.popup-apply .popup-body .survey-box .row + .row {
  margin-top: 5.55556vw;
}

@media screen and (min-width: 720px) {
  .popup-apply .popup-body .survey-box .row + .row {
    margin-top: 40px;
  }
}

.popup-apply .popup-body .survey-box .link {
  color: #3453eb;
}

.popup-apply .popup-body .survey-box .form-title {
  display: block;
  line-height: 1.2;
  font-size: 3.05556vw;
  margin-bottom: 2.08333vw;
}

@media screen and (min-width: 720px) {
  .popup-apply .popup-body .survey-box .form-title {
    font-size: 22px;
  }
}

@media screen and (min-width: 720px) {
  .popup-apply .popup-body .survey-box .form-title {
    margin-bottom: 15px;
  }
}

.popup-apply .popup-body .survey-box input[type="text"] {
  border: 1px solid #dedede;
  width: 100%;
  padding: 0 20px;
  letter-spacing: -0.20833vw;
  font-size: 3.05556vw;
  height: 7.77778vw;
}

@media screen and (min-width: 720px) {
  .popup-apply .popup-body .survey-box input[type="text"] {
    letter-spacing: -1.5px;
  }
}

@media screen and (min-width: 720px) {
  .popup-apply .popup-body .survey-box input[type="text"] {
    font-size: 22px;
  }
}

@media screen and (min-width: 720px) {
  .popup-apply .popup-body .survey-box input[type="text"] {
    height: 56px;
  }
}

.popup-apply .popup-body .survey-box input[type="text"]::-webkit-input-placeholder {
  color: #b7b7b7;
}

.popup-apply .popup-body .survey-box input[type="text"]:-ms-input-placeholder {
  color: #b7b7b7;
}

.popup-apply .popup-body .survey-box input[type="text"]::-ms-input-placeholder {
  color: #b7b7b7;
}

.popup-apply .popup-body .survey-box input[type="text"]::placeholder {
  color: #b7b7b7;
}

.popup-apply .popup-body .survey-box .radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.popup-apply .popup-body .survey-box .radio-group label {
  font-size: 3.05556vw;
  color: #999;
}

@media screen and (min-width: 720px) {
  .popup-apply .popup-body .survey-box .radio-group label {
    font-size: 22px;
  }
}

.popup-apply .popup-body .survey-box .radio-group label + label {
  margin-left: 1.11111vw;
}

@media screen and (min-width: 720px) {
  .popup-apply .popup-body .survey-box .radio-group label + label {
    margin-left: 8px;
  }
}

.popup-apply .popup-body .survey-box .radio-group input[type="radio"] {
  width: 2.22222vw;
  height: 2.22222vw;
  margin: -0.27778vw 0 0 0;
}

@media screen and (min-width: 720px) {
  .popup-apply .popup-body .survey-box .radio-group input[type="radio"] {
    width: 16px;
  }
}

@media screen and (min-width: 720px) {
  .popup-apply .popup-body .survey-box .radio-group input[type="radio"] {
    height: 16px;
  }
}

@media screen and (min-width: 720px) {
  .popup-apply .popup-body .survey-box .radio-group input[type="radio"] {
    margin: -2px 0 0 0;
  }
}

.popup-apply .popup-body .survey-box .radio-group input[type="text"] {
  width: 20%;
  padding: 0 1.38889vw;
  margin: -1.38889vw 0 0 0.69444vw;
}

.popup-apply .popup-body .survey-box .radio-group input[type="text"]::-webkit-input-placeholder {
  text-align: center;
}

.popup-apply .popup-body .survey-box .radio-group input[type="text"]:-ms-input-placeholder {
  text-align: center;
}

.popup-apply .popup-body .survey-box .radio-group input[type="text"]::-ms-input-placeholder {
  text-align: center;
}

.popup-apply .popup-body .survey-box .radio-group input[type="text"]::placeholder {
  text-align: center;
}

.popup-apply .popup-body .survey-box .radio-group input[type="text"]:disabled {
  opacity: .5;
  background-color: #eee;
}

@media screen and (min-width: 720px) {
  .popup-apply .popup-body .survey-box .radio-group input[type="text"] {
    padding: 0 10px;
  }
}

@media screen and (min-width: 720px) {
  .popup-apply .popup-body .survey-box .radio-group input[type="text"] {
    margin: -10px 0 0 5px;
  }
}

@media screen and (min-width: 720px) {
  .popup-apply .popup-body .survey-box .radio-group input[type="text"] {
    width: 17%;
  }
}

.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 .pointer {
  position: relative;
}

.promotion .pointer::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -20px;
  z-index: 1;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
  width: 70px;
  height: 70px;
  -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;
}

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

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

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

.promotion .slick-arrow.slick-prev {
  left: -50px;
  background: url("//img.eduwill.net/eduwill/img/2021/Z/event/211005/pc/btn-prev.png") no-repeat 50% 0;
  background-size: cover;
}

.promotion .slick-arrow.slick-next {
  right: -50px;
  background: url("//img.eduwill.net/eduwill/img/2021/Z/event/211005/pc/btn-next.png") no-repeat 50% 0;
  background-size: cover;
}

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

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

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

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

.promotion .bottom-banner {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.85);
  display: table;
  width: 100%;
  padding: 20px 0;
}

.promotion .bottom-banner .wrap {
  width: 1100px;
}

.promotion .bottom-banner .wrap > a {
  display: block;
  display: table;
  width: 100%;
}

.promotion .bottom-banner .warn {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 20%;
  padding-left: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .bottom-banner .warn p {
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
  white-space: nowrap;
}

.promotion .bottom-banner .pass-timer {
  display: table-cell;
  vertical-align: middle;
  width: 54%;
  text-align: left;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .bottom-banner .pass-timer > div {
  display: inline-block;
  line-height: 1;
}

.promotion .bottom-banner .pass-timer > div em, .promotion .bottom-banner .pass-timer > div span {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 55px;
  vertical-align: middle;
  color: #fff;
  font-weight: 600;
  padding: 0 3px;
}

.promotion .bottom-banner .pass-timer > div .day {
  margin-right: 15px;
}

.promotion .bottom-banner .action {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .bottom-banner .action .pointer {
  display: inline-block;
  width: 240px;
  height: 60px;
  line-height: 60px;
  background-color: #f9b903;
  font-size: 24px;
  border-radius: 30px;
  text-align: center;
  font-weight: 600;
}

.promotion .bottom-banner .action .pointer::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 10%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 3px solid #000;
  border-bottom: 0;
  border-left: 0;
}

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

.promotion .action {
  margin: 0 auto;
}

.promotion .action .btn-apply {
  display: inline-block;
  width: 691px;
  height: 100px;
  line-height: 100px;
  background-color: #f9b903;
  font-size: 30px;
  border-radius: 60px;
  text-align: center;
  font-weight: 900;
  border-top: 5px solid #000;
  border-left: 5px solid #000;
  border-right: 5px solid #000;
  border-bottom: 10px solid #000;
}

.promotion .action .btn-apply em {
  color: #002afe;
}

.promotion .action .btn-apply::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 10%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 3px solid #000;
  border-bottom: 0;
  border-left: 0;
}

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

.promotion .promotion-title .action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 7;
}

.promotion .promotion-title .illust {
  position: absolute;
  z-index: 7;
}

.promotion .promotion-title .illust.finger {
  top: 274px;
  right: -100px;
}

.promotion .promotion-title .illust.heart1 {
  top: 246px;
  left: 149px;
  -webkit-animation-name: moving;
          animation-name: moving;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

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

.promotion .promotion-title .illust.heart2 {
  top: 429px;
  left: 677px;
  -webkit-animation-name: moving;
          animation-name: moving;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

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

.promotion .promotion-video {
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(70%, #fff), color-stop(70%, #f1f1f1), to(#f1f1f1));
  background: linear-gradient(to bottom, #fff 0%, #fff 70%, #f1f1f1 70%, #f1f1f1 100%);
}

.promotion .promotion-video .thumb-list {
  margin: 0 auto;
  width: 882px;
}

.promotion .promotion-video .thumb-list .thumb {
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.promotion .promotion-video .thumb-list .thumb + .thumb {
  margin-top: 10px;
}

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

.promotion .promotion-video .thumb-list .btn-play {
  position: relative;
}

.promotion .promotion-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 .promotion-video .thumb-list .btn-play.active:after {
  display: none;
}

.promotion .promotion-video .view-wrap {
  background-color: #efefef;
  margin: 0 auto;
  margin-top: 10px;
  overflow-y: hidden;
  width: 882px;
  height: 504px;
}

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

.promotion .promotion-review {
  background-color: #f1f1f1;
}

.promotion .promotion-review:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 7;
  width: 198px;
  height: 180px;
  bottom: -180px;
  background: url("//img.eduwill.net/eduwill/img/2021/Z/event/211005/pc/bg_arrow.png") no-repeat 50% 0;
}

.promotion .promotion-review .wrap {
  max-width: 1200px;
  width: 100%;
}

.promotion .promotion-review .slider {
  margin: 85px 70px 90px;
}

.promotion .promotion-review .slider .slick-slider {
  margin: 0 -10px;
}

.promotion .promotion-review .slider .slick-list {
  overflow: visible;
}

.promotion .promotion-review .slider .slick-slide div {
  overflow: hidden;
  display: block;
  width: 380px;
}

.promotion .promotion-teacher {
  padding-top: 180px;
}

.promotion .promotion-teacher .btn-base {
  position: absolute;
  z-index: 7;
  top: 90px;
  right: 30px;
}

.promotion .promotion-curri {
  margin: 0 auto;
}

.promotion .promotion-curri .wrap .slider {
  width: 950px;
  margin: 0 auto;
}

.promotion .promotion-curri .wrap .slider .slick-list {
  z-index: 1;
}

.promotion .promotion-book .btn-base {
  position: absolute;
  z-index: 7;
  top: 90px;
  right: 30px;
}

.promotion .promotion-event {
  background: #002afe;
}

.promotion .promotion-event .flag {
  position: absolute;
  z-index: 7;
  top: 270px;
  left: 30px;
  -webkit-animation-name: moving;
          animation-name: moving;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

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

.promotion .promotion-event .action {
  position: absolute;
  z-index: 7;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.promotion .promotion-price {
  background: #fff;
}

.promotion .promotion-price .price-list {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.promotion .promotion-price .price-list ul {
  margin: 0 auto;
}

.promotion .promotion-price .price-list ul li {
  float: left;
  width: 48%;
  margin: 1% 1% 4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
  padding: 40px;
  -webkit-box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.promotion .promotion-price .price-list ul li strong {
  display: inline-block;
  font-size: 40px;
  padding-bottom: 30px;
  letter-spacing: -4px;
}

.promotion .promotion-price .price-list ul li .price-info {
  line-height: 1;
  letter-spacing: -2px;
}

.promotion .promotion-price .price-list ul li .price-info .info-left {
  width: 40%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .promotion-price .price-list ul li .price-info .info-left span {
  display: inline-block;
  font-size: 30px;
  width: 102px;
  height: 102px;
  line-height: 102px;
  border-radius: 51px;
  background-color: #002afe;
  color: #fff;
  font-weight: bold;
}

.promotion .promotion-price .price-list ul li .price-info .info-right {
  width: 60%;
  float: left;
  text-align: right;
  line-height: 1.4;
}

.promotion .promotion-price .price-list ul li .price-info .info-right .before {
  display: block;
  font-size: 30px;
  color: #999;
  text-decoration: line-through;
}

.promotion .promotion-price .price-list ul li .price-info .info-right .after {
  display: block;
  font-size: 56px;
  color: #002afe;
  font-weight: bold;
}

.promotion .promotion-price .price-list ul li .price-btn {
  width: 100%;
  margin-top: 20px;
}

.promotion .promotion-price .price-list ul li .price-btn .btn-price {
  display: inline-block;
  width: 47%;
  margin: 0 1%;
  background-color: #222;
  color: #fff;
  font-size: 28px;
  padding: 10px 0;
  border-radius: 60px;
  text-align: center;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2.5px solid #000;
  border-left: 2.5px solid #000;
  border-right: 2.5px solid #000;
  border-bottom: 5px solid #000;
}

.promotion .promotion-price .notice-box {
  position: relative;
  font-size: 18px;
  color: #999;
  line-height: 1.4;
  text-align: center;
}

.promotion .promotion-year5 {
  background: #fff;
  padding-bottom: 100px;
}

.promotion .promotion-year5 .year5-box {
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}

.promotion .promotion-year5 .year5-title {
  position: relative;
}

.promotion .promotion-year5 .year5-list {
  overflow: hidden;
  -webkit-transform: perspective(570px) rotateX(45deg);
  transform: perspective(570px) rotateX(45deg);
}

.promotion .promotion-year5 .year5-list:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1.5625rem;
  background: #f8f7f0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f7f0), to(rgba(248, 247, 240, 0)));
  background: linear-gradient(180deg, #f8f7f0 0%, rgba(248, 247, 240, 0) 100%);
}

@media screen and (min-width: 720px) {
  .promotion .promotion-year5 .year5-list:before {
    height: 50px;
  }
}

.promotion .promotion-year5 .year5-list:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1.5625rem;
  background: #f8f7f0;
  background: -webkit-gradient(linear, left bottom, left top, from(#f8f7f0), to(rgba(248, 247, 240, 0)));
  background: linear-gradient(0deg, #f8f7f0 0%, rgba(248, 247, 240, 0) 100%);
}

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

.promotion .promotion-year5 .year5-list .slick-slide {
  margin-top: 0.9375rem;
}

@media screen and (min-width: 720px) {
  .promotion .promotion-year5 .year5-list .slick-slide {
    margin-top: 30px;
  }
}

.promotion .promotion-year5 .year5-list .slick-slide img {
  display: inline-block;
}

.promotion .promotion-year5 .action {
  position: absolute;
  top: 1120px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.promotion .promotion-year5 .action .btn-base {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .promotion-year5 .action .btn-base:after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-width: 0;
  border-style: solid;
  border-color: #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-width: 2px;
  border-right-width: 2px;
  right: 0;
}
/*# sourceMappingURL=web.css.map */