@charset "UTF-8";
.grid {
  *zoom: 1;
}

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

.grid:after {
  clear: both;
}

.sr-only, .popup-close span, .popup.popup-list .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;
}

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

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

.popup {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 300;
  display: none;
  width: 96%;
  max-width: 1000px;
  text-align: left;
  letter-spacing: -1px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

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

.popup-body {
  padding: 5.55556vw;
}

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

.popup-head {
  padding: 4.44444vw 2.77778vw;
  font-size: 4.16667vw;
  font-weight: 600;
  color: #000;
  background-color: #ececec;
}

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

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

.popup-desc {
  padding: 20px;
}

.popup-desc li {
  padding: 1.38889vw 0;
  font-size: 2.77778vw;
  line-height: 1.2;
  color: #000;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 720px) {
  .popup-desc li {
    padding: 10px 0;
  }
}

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

.popup-close {
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  top: 0;
  right: 0;
}

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

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

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

.popup-close a {
  display: block;
  width: 100%;
  height: 100%;
}

.popup.popup-base {
  border-radius: 10px;
}

.popup.popup-base p {
  line-height: 1.5;
  margin-bottom: 0.69444vw;
  font-size: 3.61111vw;
}

@media screen and (min-width: 720px) {
  .popup.popup-base p {
    margin-bottom: 5px;
  }
}

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

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

.popup.popup-base .txt-ind {
  text-indent: -1.38889vw;
  padding-left: 1.38889vw;
}

@media screen and (min-width: 720px) {
  .popup.popup-base .txt-ind {
    text-indent: -10px;
  }
}

@media screen and (min-width: 720px) {
  .popup.popup-base .txt-ind {
    padding-left: 10px;
  }
}

@media screen and (min-width: 720px) {
  .popup.popup-base .txt-ind {
    text-indent: -10px;
    padding-left: 10px;
  }
}

.popup.popup-list .popup-body {
  padding: 0;
}

.popup.popup-list .popup-close {
  right: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 55px;
  height: 55px;
}

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

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

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

.popup.popup-list .list-title {
  text-align: left;
  background: #333333;
  color: #fff;
  padding: 4%;
  letter-spacing: -1px;
  line-height: 1.4;
  font-weight: 400;
  font-size: 2.5vw;
}

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

.popup.popup-list .list-title strong {
  display: block;
  font-size: 4.16667vw;
}

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

.popup.popup-list .list {
  position: relative;
  background: #fff;
  padding: 4%;
  height: 52.77778vw;
  overflow-y: auto;
}

@media screen and (min-width: 720px) {
  .popup.popup-list .list {
    height: 380px;
  }
}

@media screen and (min-width: 720px) {
  .popup.popup-list .list {
    height: 500px;
    overflow-y: auto;
  }
}

.popup.popup-list .list ul li {
  line-height: 1.4;
  color: #333;
  font-size: 3.05556vw;
}

@media screen and (min-width: 720px) {
  .popup.popup-list .list ul li {
    font-size: 22px;
  }
}

@media screen and (min-width: 720px) {
  .popup.popup-list .list ul li {
    font-size: 18px;
  }
}

.popup.popup-benefit .popup-body {
  padding: 0;
}

.popup.popup-benefit .popup-body img {
  width: 100%;
}

iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

#popupLayer {
  height: 1197px;
}

#popupLayer .popup-close:before, #popupLayer .popup-close:after {
  background: none;
}

.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;
  background-repeat: no-repeat;
  background-position: center top;
}

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

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

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

@-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 .slick-dots {
  width: 100%;
  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: 70px;
  border-radius: 15px;
  background-color: #ffc20e;
}

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

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

.promotion-title {
  z-index: 1;
  background: #16213b url("//img.eduwill.net/eduwill/img/2021/5/event/210706/pc/title_bg.jpg");
  background-size: cover;
}

.promotion-title .btn-base {
  position: absolute;
  top: 20px;
  right: 50px;
}

.promotion-price {
  background: #ffbf00;
  background: -webkit-gradient(linear, left top, right top, from(#ffbf00), to(#ffea00));
  background: linear-gradient(90deg, #ffbf00 0%, #ffea00 100%);
  padding: 82px 0;
}

.promotion-price .price-box {
  margin: 0 auto;
  width: 1140px;
  height: 606px;
  border-radius: 0 30px;
  padding: 68px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 13.519px 18.607px 51px 0px rgba(0, 0, 0, 0.28);
          box-shadow: 13.519px 18.607px 51px 0px rgba(0, 0, 0, 0.28);
}

.promotion-price .prd-list {
  width: 1000px;
  margin: 42px auto 0;
  display: inline-block;
}

.promotion-price .prd-list li {
  float: left;
  width: calc(50% - 13px);
  height: 343px;
  border-radius: 20px;
  background: #f5f5f5;
  line-height: 1;
}

.promotion-price .prd-list li + li {
  margin-left: 26px;
}

.promotion-price .prd-list li .prd-name {
  margin-top: 70px;
  font-size: 36px;
  font-weight: 500;
}

.promotion-price .prd-list li .prd-name strong {
  font-weight: 700;
}

.promotion-price .prd-list li .prd-price {
  margin-top: 35px;
  font-size: 58px;
  font-weight: 700;
  color: #ea1d00;
}

.promotion-price .prd-list li .prd-apply {
  margin-top: 25px;
}

.promotion-solve {
  background: #f7f7f7;
}

.promotion-solve p {
  position: relative;
}

.promotion-solve p.solve-tit img {
  margin-top: -85px;
}

.promotion-solve p .tag {
  position: absolute;
  top: 116px;
  right: -2px;
  -webkit-animation: blink 1.2s step-start infinite;
          animation: blink 1.2s step-start infinite;
}

.promotion-best .best-tit {
  position: relative;
  background: #04197a;
}

.promotion-best .best-tit::after {
  content: '';
  position: absolute;
  display: block;
  width: 250px;
  height: 68px;
  bottom: -67px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("//img.eduwill.net/eduwill/img/2021/5/event/210706/pc/best_tit_bg.png") no-repeat center;
  z-index: 1;
}

.promotion-best .best-cont {
  position: relative;
  background: #e4e4e4 url("//img.eduwill.net/eduwill/img/2021/5/event/210706/pc/best_bg.jpg");
  background-size: cover;
}

.promotion-best .best-cont .btn-base {
  position: absolute;
  bottom: 188px;
  right: 30px;
}

.promotion-winner {
  background: #ffbf00;
  background: -webkit-gradient(linear, left top, right top, from(#ffbf00), to(#ffea00));
  background: linear-gradient(90deg, #ffbf00 0%, #ffea00 100%);
}

.promotion-winner .winner-wrap {
  padding: 30px 0 90px;
  font-size: 20px;
  line-height: 2;
}

.promotion-winner .winner-wrap .winner-list {
  -webkit-transform: perspective(40px) rotateX(4deg);
          transform: perspective(40px) rotateX(4deg);
  top: -30px;
}

.promotion-brand .typing {
  position: absolute;
  top: 433px;
  left: 90px;
  font-size: 40px;
  font-weight: 800;
  color: #222;
}

.promotion-brand .typing::after {
  content: '';
  position: relative;
  display: inline-block;
  width: 1px;
  height: 40px;
  top: 5px;
  left: 5px;
  background-color: #222;
  -webkit-animation: blink .3s step-start infinite;
          animation: blink .3s step-start infinite;
}

.promotion-prove {
  background: #f7f7f7;
}

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

.promotion-review .slider .slick-slide {
  margin: 68px 15px 60px;
}

.promotion-review .slider .slick-slide img {
  border-radius: 0 40px 0 40px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.18);
}

.promotion-review .btn-more {
  position: absolute;
  right: 17px;
  bottom: 36px;
}

.promotion-teacher {
  background: #f7f7f7;
  padding-bottom: 120px;
}

.promotion-teacher .slider {
  width: 1100px;
  margin: 0 auto;
}

.promotion-teacher .teacher-item {
  position: relative;
}

.promotion-teacher .teacher-item .btn-enter {
  position: absolute;
  width: 370px;
  height: 120px;
  top: 480px;
  left: 50px;
}

.promotion-teacher .teacher-item .btn-enter span {
  height: 0;
  line-height: 0;
  opacity: 0;
}

.promotion-prize {
  background: #f7f7f7;
}

.promotion-only {
  padding-bottom: 3.75rem;
  background-color: #f8f7f0;
}

@media screen and (min-width: 720px) {
  .promotion-only {
    padding-bottom: 120px;
  }
}

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

.promotion-only .title .action {
  position: absolute;
  top: 200px;
  left: 30px;
}

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

.promotion-only .only-list:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1.5625rem;
  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-only .only-list:before {
    height: 50px;
  }
}

.promotion-only .only-list:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1.5625rem;
  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-only .only-list:after {
    height: 50px;
  }
}

.promotion-only .only-list .slick-track {
  -webkit-transform: translate(0) !important;
  transform: translate(0) !important;
}

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

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

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

.promotion-apply {
  background: #ffbf00;
  background: -webkit-gradient(linear, left top, right top, from(#ffbf00), to(#ffea00));
  background: linear-gradient(90deg, #ffbf00 0%, #ffea00 100%);
  padding: 110px 0 105px;
}

.promotion-apply .apply-box {
  margin: 40px auto 0;
  width: 1140px;
  height: 453px;
  border-radius: 0 30px;
  padding: 60px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 13.519px 18.607px 51px 0px rgba(0, 0, 0, 0.28);
          box-shadow: 13.519px 18.607px 51px 0px rgba(0, 0, 0, 0.28);
}

.promotion-apply .check-box {
  width: 1000px;
  margin: 0 auto 20px;
  display: inline-block;
  border-radius: 20px;
  background: #f5f5f5;
  padding: 50px 0 0 0;
}

.promotion-apply .check-box li {
  float: left;
  width: 25%;
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  color: #222;
}

.promotion-apply .check-box li input[type="checkbox"] {
  margin-right: 25px;
  width: 30px;
  height: 30px;
}

.promotion-apply .final-price {
  float: left;
  width: 50%;
  line-height: 92px;
  padding-left: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 54px;
  font-weight: 900;
}

.promotion-apply .final-price .red {
  color: #ea1d00;
  margin-left: 15px;
}

.promotion-apply .price-btn {
  float: right;
  text-align: right;
  width: 50%;
  padding-right: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.promotion-notice {
  background: #fbfbfb;
  padding: 90px 0 80px;
}

.promotion-notice .notice-table {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font-size: 24px;
}

.promotion-notice .notice-table dt {
  position: absolute;
  left: 0;
  padding: 20px 0;
  width: 185px;
  font-weight: 600;
}

.promotion-notice .notice-table dd {
  padding: 20px 0 20px 220px;
  text-align: left;
  border-bottom: 1px solid #646464;
}

.promotion-notice .notice-table dd .ind {
  text-indent: -25px;
  padding-left: 25px;
}

.promotion-notice .notice-table dd .btn-detail {
  vertical-align: middle;
  margin-left: 10px;
}
/*# sourceMappingURL=web.css.map */