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

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

.grid:after {
  clear: both;
}

.promotion-event .comment-list td.desc {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sr-only {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

.grid {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.pc_img {
  display: block;
}

.mo_img {
  display: none;
}

@-webkit-keyframes slideupY {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@keyframes slideupY {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@-webkit-keyframes appearing {
  from,
  30%,
  60%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes appearing {
  from,
  30%,
  60%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

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

.promotion .container {
  position: relative;
  margin-top: 0;
  border-bottom-width: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}

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

.promotion .banner-follow {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  text-align: center;
  background-color: #ffd800;
}

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

.promotion .banner-follow img {
  margin-top: -22px;
}

.promotion-title {
  height: 1082px;
  background-color: #f8ffeb;
  background-image: url("//img.eduwill.net/Img2/public/promotion/200303/bg_title_2.jpg");
}

.promotion-title .fly {
  position: absolute;
}

.promotion-title .fly {
  -webkit-transform: translateX(-50%) matrix(3, 0, 0, 3, -240, 0);
  transform: translateX(-50%) matrix(3, 0, 0, 3, -240, 0);
  -webkit-animation: appearing .2s 1s ease-in;
  animation: appearing .2s 1s ease-in;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.promotion-title .fly-4 {
  top: 72px;
  left: 155px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  z-index: 6;
}

.promotion-title .fly-1 {
  top: 102px;
  left: 205px;
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
  z-index: 7;
}

.promotion-title .fly-5 {
  top: 85px;
  right: 115px;
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  z-index: 6;
}

.promotion-title .fly-2 {
  top: 116px;
  left: 70px;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  z-index: 7;
}

.promotion-title .fly-6 {
  top: 233px;
  right: -4px;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  z-index: 6;
}

.promotion-title .fly-3 {
  top: 261px;
  right: 60px;
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
  z-index: 7;
}

.promotion-title .fly-7 {
  top: 70px;
  left: 707px;
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  z-index: 5;
}

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

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

.promotion-title .action a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75px;
  height: 82px;
  margin-left: 275px;
  margin-top: 20px;
  background: url("//img.eduwill.net/Img2/public/promotion/200303/icon_hand.png") no-repeat 0 0;
  -webkit-animation-name: moving;
          animation-name: moving;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@-webkit-keyframes moving {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(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);
  }
}

.promotion-title .fixed_timer {
  position: fixed;
  top: 436px;
  left: 50%;
  z-index: 100;
  width: 200px;
  margin-left: 600px;
}

.promotion-title .fixed_timer_in {
  position: relative;
  background: #fff;
}

.promotion-title .fixed_timer_in .timer_title {
  background: #001832;
  color: #fff;
  padding: 15px 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.promotion-title .fixed_timer_in .timer_title span {
  color: #ffcc00;
}

.promotion-title .fixed_timer_in .timer_num_wrap {
  padding: 21px;
}

.promotion-title .fixed_timer_in .timer_num_wrap .timer_num {
  display: block;
  line-height: 1;
  *zoom: 1;
}

.promotion-title .fixed_timer_in .timer_num_wrap .timer_num div {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  font-size: 40px;
}

.promotion-title .fixed_timer_in .timer_num_wrap .timer_num div.text {
  font-weight: 400;
}

.promotion-title .fixed_timer_in .timer_num_wrap .timer_num span {
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
}

.promotion-title .fixed_timer_in .btn_apply {
  display: block;
  padding-bottom: 20px;
  font-weight: 600;
}

.promotion-title .fixed_timer_in .btn_apply span {
  display: inline-block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  background: #ffd800;
  color: #333;
  font-size: 18px;
  border-radius: 20px;
  position: relative;
}

.promotion-title .fixed_timer_in .btn_apply span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.promotion-title .fixed_timer_in .btn_apply .pointer {
  position: absolute;
  bottom: -18px;
  right: 0;
}

.promotion-title .fixed_timer_in .btn_apply .pointer img {
  -webkit-animation: 0.4s slideupY ease-in-out infinite alternate;
          animation: 0.4s slideupY ease-in-out infinite alternate;
}

.promotion-lineup1 {
  background: #fff;
  padding-bottom: 110px;
}

.promotion-lineup1 .video {
  position: relative;
  width: 952px;
  height: 513px;
  margin: 0 auto;
}

.promotion-lineup1 .video video {
  width: 100%;
  height: 100%;
}

.promotion-lineup1 .video .btn_play {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.promotion-knowhow {
  background-color: #eee;
  background-image: url("//img.eduwill.net/Img2/public/promotion/200303/bg_knowhow.jpg");
}

.promotion-swiper {
  background: #aae636;
}

.promotion-swiper .swiper01 {
  position: relative;
  width: 1100px;
  height: 100%;
  margin: 0 auto;
  background: transparent;
}

.promotion-swiper .swiper-button-next, .promotion-swiper .swiper-button-prev {
  background-size: 56px 104px;
  width: 56px;
  height: 104px;
  margin-top: -110px;
}

.promotion-swiper .swiper-button-prev, .promotion-swiper .swiper-container-rtl .swiper-button-next {
  background-image: url("//img.eduwill.net/Img2/public/promotion/200303/prev_btn.png");
  left: 3%;
  right: auto;
}

.promotion-swiper .swiper-button-next, .promotion-swiper .swiper-container-rtl .swiper-button-prev {
  background-image: url("//img.eduwill.net/Img2/public/promotion/200303/next_btn.png");
  right: 3%;
  left: auto;
}

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

.promotion-review .stamp {
  position: absolute;
  top: 0;
  right: 0;
}

.promotion-review .stamp {
  -webkit-transform: translateX(-50%) matrix(3, 0, 0, 3, -240, 0);
  transform: translateX(-50%) matrix(3, 0, 0, 3, -240, 0);
  -webkit-animation: appearing .4s 1s ease-in-out;
  animation: appearing .4s 1s ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.promotion-review .stamp p.nth-1 {
  position: relative;
  top: 210px;
  right: 82px;
}

.promotion-review .stamp p.nth-2 {
  position: relative;
  top: 338px;
  right: 82px;
}

.promotion-review .animation {
  opacity: 0;
}

.promotion-review .active .animation {
  opacity: 1 !important;
}

.promotion-lineup2 {
  background: #fff;
  padding-bottom: 110px;
}

.promotion-lineup2 .video {
  position: relative;
  width: 952px;
  height: 513px;
  margin: 0 auto;
}

.promotion-lineup2 .video video {
  width: 100%;
  height: 100%;
}

.promotion-lineup2 .video .btn_play {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.promotion-knowhow2 {
  background-color: #eee;
  background-image: url("//img.eduwill.net/Img2/public/promotion/200303/bg_knowhow2.jpg");
}

.promotion-open {
  background: #fff;
}

.promotion-letter {
  background: #f1ffd7;
}

.promotion-letter2 {
  background: #def5af;
}

.promotion-review2 {
  background: #4fa601;
}

.promotion-text {
  background: #001932;
}

.promotion-branding {
  z-index: 1;
}

.promotion-branding img {
  margin-bottom: -51px;
}

.promotion-swiper-2 {
  background: #f5f5f5;
  padding-bottom: 83px;
}

.promotion-swiper-2 .swiper02 {
  position: relative;
  width: 1100px;
  height: 100%;
  margin: 0 auto;
  background: #e0eeff;
}

.promotion-swiper-2 .swiper-button-next, .promotion-swiper-2 .swiper-button-prev {
  background-size: 56px 104px;
  width: 56px;
  height: 104px;
  margin-top: -65px;
}

.promotion-swiper-2 .swiper-button-prev, .promotion-swiper-2 .swiper-container-rtl .swiper-button-next {
  background-image: url("//img.eduwill.net/Img2/public/promotion/200303/prev_btn2.png");
  left: 1%;
  right: auto;
}

.promotion-swiper-2 .swiper-button-next, .promotion-swiper-2 .swiper-container-rtl .swiper-button-prev {
  background-image: url("//img.eduwill.net/Img2/public/promotion/200303/next_btn2.png");
  right: 1%;
  left: auto;
}

.promotion-event {
  background-color: #4fa601;
}

.promotion-event .comment-wrap {
  padding: 0 90px 90px;
  background-color: #fff;
}

.promotion-event .comment-form {
  border: 2px solid #316800;
  border-radius: 15px;
}

.promotion-event .comment-form .desc {
  width: calc(100% - 253px);
}

.promotion-event .comment-form .text {
  width: 100%;
  height: 68px;
  line-height: 68px;
  font-size: 23px;
  text-indent: 20px;
  border: none;
}

.promotion-event .comment-form .action {
  width: 253px;
}

.promotion-event .comment-form .action a {
  display: inline-block;
  width: 100%;
  height: 68px;
  line-height: 68px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
  background-color: #316800;
}

.promotion-event .comment-list {
  margin-top: 50px;
  border-top: 1px solid #081f48;
}

.promotion-event .comment-list table {
  width: 100%;
}

.promotion-event .comment-list th,
.promotion-event .comment-list td {
  padding: 10px 0;
  font-size: 16px;
  color: #2c2c2c;
}

.promotion-event .comment-list th {
  font-weight: 700;
  border-bottom: 1px solid #081f48;
}

.promotion-event .comment-list td {
  border-bottom: 1px solid #eaeaea;
}

.promotion-event .comment-list td.desc {
  padding-left: 10px;
  text-align: left;
}

.promotion-event .comment-list td.nodata {
  padding: 20px 0;
}

.promotion-event .paging {
  margin-top: 50px;
  text-align: center;
}

.promotion-event .paging a {
  position: relative;
  display: inline-block;
  height: 18px;
  padding: 0 10px;
  line-height: 18px;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 700;
  color: #666;
}

.promotion-event .paging a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background-color: #666;
}

.promotion-event .paging a.control + a:before {
  display: none;
}

.promotion-event .paging a.control:before {
  width: 8px;
  height: 8px;
  border-width: 0;
  border-style: solid;
  border-color: #999;
  background-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.promotion-event .paging a.control-prev:before {
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.promotion-event .paging a.control-next:before {
  border-top-width: 2px;
  border-right-width: 2px;
}

.promotion-event .paging a.active {
  color: #e62a29;
}

.promotion-event .event-wrap {
  margin-top: 167px;
}

.promotion-banner {
  background-color: #4fa601;
}

.promotion-banner .event-wrap {
  padding-top: 167px;
}

.promotion-notice {
  background: #4fa601;
  padding-bottom: 110px;
}

.promotion-notice .wrap table {
  table-layout: fixed;
  width: 1036px;
  margin: 0 auto;
  border: 1px solid #ccd1d6;
}

.promotion-notice .wrap table th, .promotion-notice .wrap table td {
  padding: 20px;
  border-bottom: 1px solid #ccd1d6;
  line-height: 1.5;
}

.promotion-notice .wrap table th {
  background: #ddff9c;
  font-weight: 700;
  text-align: center;
  font-size: 24px;
}

.promotion-notice .wrap table td {
  background: #fff;
  font-weight: 400;
  text-align: left;
  font-size: 17px;
}

.promotion-notice .wrap table td strong {
  font-weight: 700;
  color: #4fa601;
}
/*# sourceMappingURL=web.css.map */