@charset "UTF-8";
.grid {
  *zoom: 1;
}
.grid:before, .grid:after {
  content: "";
  display: table;
}
.grid: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;
}

.effect-bounce-diagonal {
  animation-name: effectBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@-webkit-keyframes effectBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

.effect-bounce-updown {
  animation-name: effectBounceUpDown;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@-webkit-keyframes effectBounceUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes effectBounceUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.effect-extend {
  animation-name: effectExtend;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@-webkit-keyframes effectExtend {
  0%, 100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
@keyframes effectExtend {
  0%, 100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

.effect-blink {
  animation-name: effectBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
}
@-webkit-keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

#edufLayerApply .eduf-layer-wrap .eduf-layer-content {
  padding: 4.4444444444vw 5.2777777778vw 0;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content {
    padding: 32px 38px 0;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-title {
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-title {
    font-size: 22px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-radio {
  margin-left: 0;
  margin-bottom: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-radio {
    margin-bottom: 12px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-radio:last-child {
  margin-bottom: 0;
}

#eventPopup {
  display: none;
}
#eventPopup .layer-dimmed {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#eventPopup .layer-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 11000;
  transform: translate(-50%, -50%);
  width: 69.4444444444vw;
}
@media screen and (min-width: 720px) {
  #eventPopup .layer-inner {
    width: 500px;
  }
}
#eventPopup .close-set {
  font-size: 12px;
  font-family: "Noto Sans KR", "맑은 고딕", "Molgun Gothic", "Dotum", "돋움";
  letter-spacing: -1px;
  font-weight: 400;
  background-color: #000;
  color: #fff;
  padding: 0 10px 5px;
  text-align: right;
}
#eventPopup .close-set span:before {
  content: "|";
  display: inline-block;
  margin: 0 8px;
  font-size: 11px;
  color: #fff;
  vertical-align: middle;
}
#eventPopup .close-set span:first-child:before {
  display: none;
}
#eventPopup .close-set a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
#eventPopup .layer-inner img {
  font-size: 0;
  vertical-align: top;
}
@media screen and (min-width: 720px) {
  #eventPopup .layer-inner {
    width: 500px;
  }
  #eventPopup .close-set {
    font-size: 14px;
  }
}

.motion-1 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-3 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-4 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-5 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-6 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-7 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-8 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-9 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-10 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-11 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-12 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-x-1 {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-x-2 {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-x-3 {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-x-4 {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-x-5 {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-x-6 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-x-7 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-x-8 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-x-9 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-x-10 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-extend-1 {
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-extend-2 {
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-extend-3 {
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-extend-4 {
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-extend-5 {
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-extend-6 {
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-extend-7 {
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-extend-8 {
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-extend-9 {
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-extend-10 {
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-reduce-1 {
  opacity: 0;
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-reduce-2 {
  opacity: 0;
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-reduce-3 {
  opacity: 0;
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-reduce-4 {
  opacity: 0;
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-reduce-5 {
  opacity: 0;
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-reduce-6 {
  opacity: 0;
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-reduce-7 {
  opacity: 0;
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-reduce-8 {
  opacity: 0;
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-reduce-9 {
  opacity: 0;
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-reduce-10 {
  opacity: 0;
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-scale-y-1 {
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center bottom;
}

.motion-scale-y-2 {
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center bottom;
}

.motion-scale-y-3 {
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
  transform-origin: center bottom;
}

.active .motion-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.active .motion-2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.active .motion-3 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.active .motion-4 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.active .motion-5 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.active .motion-6 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.active .motion-7 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.active .motion-8 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.active .motion-9 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.active .motion-10 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}
.active .motion-11 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.active .motion-12 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.active .motion-x-1 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.active .motion-x-2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.active .motion-x-3 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.active .motion-x-4 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.active .motion-x-5 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.active .motion-x-6 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.active .motion-x-7 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.active .motion-x-8 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.active .motion-x-9 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.active .motion-x-10 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}
.active .motion-extend-1 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.active .motion-extend-2 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.active .motion-extend-3 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.active .motion-extend-4 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.active .motion-extend-5 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.active .motion-extend-6 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.active .motion-extend-7 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.active .motion-extend-8 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.active .motion-extend-9 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.active .motion-extend-10 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.active .motion-reduce-1 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.active .motion-reduce-2 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.active .motion-reduce-3 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.active .motion-reduce-4 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.active .motion-reduce-5 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.active .motion-reduce-6 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.active .motion-reduce-7 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.active .motion-reduce-8 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.active .motion-reduce-9 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.active .motion-reduce-10 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.active .motion-scale-y-1 {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.active .motion-scale-y-2 {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.active .motion-scale-y-3 {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.promotion,
.product,
.product-eco,
.fullservice {
  text-align: center;
}
.promotion [class^=sector-],
.product [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion .wrap,
.product .wrap,
.product-eco .wrap,
.fullservice .wrap {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.promotion .sector-notice-title,
.product .sector-notice-title,
.product-eco .sector-notice-title,
.fullservice .sector-notice-title {
  background-color: #F1F1F1;
  padding: 4.1666666667vw 0vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice-title,
  .product .sector-notice-title,
  .product-eco .sector-notice-title,
  .fullservice .sector-notice-title {
    padding: 30px 0px;
  }
}
.promotion .sector-notice-title strong,
.product .sector-notice-title strong,
.product-eco .sector-notice-title strong,
.fullservice .sector-notice-title strong {
  color: #000;
  font-size: 4.4444444444vw;
  line-height: 1;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice-title strong,
  .product .sector-notice-title strong,
  .product-eco .sector-notice-title strong,
  .fullservice .sector-notice-title strong {
    font-size: 32px;
  }
}
.promotion .sector-notice,
.product .sector-notice,
.product-eco .sector-notice,
.fullservice .sector-notice {
  background: #F9F9F9;
  padding: 6.9444444444vw 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice,
  .product .sector-notice,
  .product-eco .sector-notice,
  .fullservice .sector-notice {
    padding: 50px 40px;
  }
}
.promotion .sector-notice dl,
.product .sector-notice dl,
.product-eco .sector-notice dl,
.fullservice .sector-notice dl {
  margin-top: 6.9444444444vw;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice dl,
  .product .sector-notice dl,
  .product-eco .sector-notice dl,
  .fullservice .sector-notice dl {
    margin-top: 50px;
  }
}
.promotion .sector-notice dl:first-child,
.product .sector-notice dl:first-child,
.product-eco .sector-notice dl:first-child,
.fullservice .sector-notice dl:first-child {
  margin-top: 0;
}
.promotion .sector-notice dl dt,
.product .sector-notice dl dt,
.product-eco .sector-notice dl dt,
.fullservice .sector-notice dl dt {
  margin-bottom: 2.0833333333vw;
  font-size: 3.6111111111vw;
  line-height: 1;
  font-weight: 700;
  color: #010101;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice dl dt,
  .product .sector-notice dl dt,
  .product-eco .sector-notice dl dt,
  .fullservice .sector-notice dl dt {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice dl dt,
  .product .sector-notice dl dt,
  .product-eco .sector-notice dl dt,
  .fullservice .sector-notice dl dt {
    font-size: 26px;
  }
}
.promotion .sector-notice dl dd li,
.product .sector-notice dl dd li,
.product-eco .sector-notice dl dd li,
.fullservice .sector-notice dl dd li {
  position: relative;
  text-align: left;
  font-size: 2.7777777778vw;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice dl dd li,
  .product .sector-notice dl dd li,
  .product-eco .sector-notice dl dd li,
  .fullservice .sector-notice dl dd li {
    font-size: 20px;
  }
}
.promotion .sector-notice dl dd li a,
.product .sector-notice dl dd li a,
.product-eco .sector-notice dl dd li a,
.fullservice .sector-notice dl dd li a {
  position: relative;
  display: inline-block;
  margin: 0.2777777778vw 0 0 0.6944444444vw;
  padding: 0.9722222222vw 2.7777777778vw 0.6944444444vw;
  font-size: 2.2222222222vw;
  text-align: center;
  line-height: 1;
  border: 1px solid #B3B3B3;
  border-radius: 90px;
  color: #8E8E8E;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice dl dd li a,
  .product .sector-notice dl dd li a,
  .product-eco .sector-notice dl dd li a,
  .fullservice .sector-notice dl dd li a {
    margin: 2px 0 0 5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice dl dd li a,
  .product .sector-notice dl dd li a,
  .product-eco .sector-notice dl dd li a,
  .fullservice .sector-notice dl dd li a {
    padding: 7px 20px 5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice dl dd li a,
  .product .sector-notice dl dd li a,
  .product-eco .sector-notice dl dd li a,
  .fullservice .sector-notice dl dd li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .promotion .sector-notice dl dd li a,
  .product .sector-notice dl dd li a,
  .product-eco .sector-notice dl dd li a,
  .fullservice .sector-notice dl dd li a {
    font-size: 16px;
    padding: 0.9722222222vw 1.3888888889vw 0.6944444444vw;
  }
}
@media screen and (min-width: 1024px) and (min-width: 720px) {
  .promotion .sector-notice dl dd li a,
  .product .sector-notice dl dd li a,
  .product-eco .sector-notice dl dd li a,
  .fullservice .sector-notice dl dd li a {
    padding: 7px 10px 5px;
  }
}

.promotion {
  overflow: hidden;
}
.promotion * {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -1px;
}
.promotion .only-mobile {
  display: none;
}
.promotion .only-pc {
  display: inline-block;
}
.promotion .wrap {
  position: relative;
  width: 1200px;
}
.promotion .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer:after {
  content: "";
  position: absolute;
  top: 60%;
  right: 0%;
  z-index: 1;
  display: block;
  width: 7.9166666667vw;
  height: 9.0277777778vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_12.png") no-repeat 0 0;
  background-size: 100% auto;
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer:after {
    width: 57px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer:after {
    height: 65px;
  }
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
.promotion .grounds-text {
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  color: rgba(167, 166, 166, 0.6);
}
.promotion .slick-arrow {
  border-radius: 50%;
}
.promotion .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 10.5555555556vw;
  height: 10.5555555556vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  margin-left: -80.5555555556vw;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    width: 76px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    height: 76px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    margin-left: -580px;
  }
}
.promotion .slick-arrow.slick-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.6388888889vw;
  height: 2.6388888889vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 2px;
  border-left-width: 2px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  -ms-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev:before {
    width: 19px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev:before {
    height: 19px;
  }
}
.promotion .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 10.5555555556vw;
  height: 10.5555555556vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50%;
  margin-right: -80.5555555556vw;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    width: 76px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    height: 76px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    margin-right: -580px;
  }
}
.promotion .slick-arrow.slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.6388888889vw;
  height: 2.6388888889vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-top-width: 2px;
  border-right-width: 2px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  -ms-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next:before {
    width: 19px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next:before {
    height: 19px;
  }
}
.promotion .slick-dots {
  display: flex;
  justify-content: center;
}
.promotion .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border-radius: 50%;
  background: #ccc;
  transition: all 0.3s;
  transition-timing-function: ease-in;
  overflow: hidden;
}
.promotion .slick-dots li.slick-active {
  background: #000;
}
.promotion .slick-dots li button {
  color: transparent;
  text-indent: -9999em;
}
.promotion .wing {
  z-index: 15;
  position: fixed;
}
.promotion .wing-left {
  top: 30%;
  left: 40px;
}
.promotion .wing-right {
  top: 30%;
  right: 0;
}
.promotion .wing-right a {
  display: block;
  margin-bottom: 14px;
}
.promotion .wing-right a:last-child {
  margin-bottom: 0;
}
.promotion .btn-grounds a {
  display: inline-block;
  font-size: 18px;
  color: #9f9f9f;
  padding: 4px 12px;
  border: 1px solid #9f9f9f;
}
.promotion .btn-grounds a span {
  display: inline-block;
  padding-right: 12px;
}
.promotion .btn-grounds a span {
  position: relative;
  display: inline-block;
}
.promotion .btn-grounds a span:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  margin-top: -0.5555555556vw;
  border-width: 0;
  border-style: solid;
  border-color: #9f9f9f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .promotion .btn-grounds a span:before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-grounds a span:before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-grounds a span:before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-grounds a span:before {
    right: 16px;
  }
}
.promotion .btn-grounds a span:before {
  right: 0;
}
.promotion .fixed-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  background: linear-gradient(92.07deg, #F4E27A 19.21%, #EECC5D 95.99%);
  height: 80px;
}
.promotion .fixed-bottom a {
  display: inline-block;
  position: relative;
  top: -20px;
}
.promotion .fixed-bottom a .date {
  position: absolute;
  left: 200px;
  top: 0px;
  display: inline-block;
  color: #001C77;
  font-weight: 700;
  font-size: 14px;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  background: #FFFFFF;
  border: 2px solid #001C77;
  border-radius: 999px;
  padding: 7px 16px;
  line-height: 1;
}
.promotion .action {
  background: linear-gradient(272.43deg, #FFC225 21.95%, #FFCD1B 67.59%);
  border-radius: 999px;
  text-align: center;
  padding: 25px 0;
  margin-top: 50px;
}
.promotion .action a {
  display: inline-block;
  letter-spacing: -0.03em;
  color: #000;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
}
.promotion .action a:after {
  content: "";
  display: inline-block;
  background-image: url("//img.eduwill.net/eduwill/img/2023/0/event/230531/pc/icon_arrow.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  width: 20px;
  height: 15px;
  margin-left: 10px;
  animation-name: effectArrowLeft;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@-webkit-keyframes effectArrowLeft {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes effectArrowLeft {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.promotion .sector-title {
  background-image: url("//img.eduwill.net/eduwill/img/2023/0/event/230531/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 1029px;
}
.promotion .sector-title .title-coupon {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 267px;
}
.promotion .sector-title .title-1 {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 112px;
}
.promotion .sector-title .title-2 {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 163px;
}
.promotion .sector-title .title-3 {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 717px;
  margin-left: -578px;
}
.promotion .sector-title .title-4 {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 805px;
  margin-left: -127px;
}
.promotion .sector-banner {
  background: #FFC225;
  padding: 56px 0 66px;
}
.promotion .sector-banner .text strong {
  font-weight: 900;
  font-size: 50px;
  line-height: 72px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #000;
}
.promotion .sector-banner .action {
  width: 500px;
  margin: 30px auto 0;
  background: #000000;
}
.promotion .sector-banner .action a {
  color: #fff;
}
.promotion .sector-banner .action a:after {
  background-image: url("//img.eduwill.net/eduwill/img/2023/0/event/230531/pc/icon_arrow_white.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}
.promotion .sector-coupon {
  padding-top: 80px;
}
.promotion .sector-coupon .coupon-box {
  width: 1000px;
  margin: 0 auto;
}
.promotion .sector-coupon .coupon-box .coupon-title {
  background: #000;
  border: 2px solid #000;
  border-radius: 50px 50px 0px 0px;
  padding: 30px 0;
}
.promotion .sector-coupon .coupon-box .coupon-title strong {
  color: #FFFFFF;
  letter-spacing: -0.05em;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
}
.promotion .sector-coupon .coupon-box .coupon-content {
  background: #FFFFFF;
  border: 2px solid #000;
  box-shadow: 0px 20px 40px rgba(43, 83, 162, 0.25);
  border-radius: 50px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 170px;
}
.promotion .sector-coupon .coupon-box .coupon-content dl {
  text-align: left;
  margin-top: 40px;
}
.promotion .sector-coupon .coupon-box .coupon-content dl:first-child {
  margin-top: 0;
}
.promotion .sector-coupon .coupon-box .coupon-content dl dt {
  color: #000000;
  font-weight: 700;
  font-size: 30px;
}
.promotion .sector-coupon .coupon-box .coupon-content dl dd {
  margin-top: 10px;
}
.promotion .sector-coupon .coupon-box .coupon-content .form-group {
  text-align: center;
  background-image: url("//img.eduwill.net/eduwill/img/2023/0/event/230531/pc/bg_coupon_yellow.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 660px;
  height: 310px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 108px;
}
.promotion .sector-coupon .coupon-box .coupon-content .form-group .form-title {
  color: #000000;
  font-weight: 700;
  font-size: 30px;
}
.promotion .sector-coupon .coupon-box .coupon-content .form-group .form-input {
  width: 465px;
  height: 70px;
  margin: 28px auto 0;
}
.promotion .sector-coupon .coupon-box .coupon-content .form-group .form-input input {
  color: #000000;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
}
.promotion .sector-coupon .coupon-box .coupon-content .form-group .form-input input::placeholder {
  color: #B3B3B3;
}
.promotion .sector-coupon .coupon-box .coupon-content .form-select select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.promotion .sector-coupon .coupon-box .coupon-content .form-select select::-ms-expand {
  display: none;
}
.promotion .sector-coupon .coupon-box .coupon-content .form-select select {
  height: 70px;
  padding: 5px 34px 5px 24px;
  border: 1px solid #C9C9C9;
  border-radius: 4px;
  color: #222222;
  font-weight: 400;
  font-size: 22px;
  width: 100%;
  background: #fff url("//img.eduwill.net/eduwill/img/2023/0/event/230531/pc/icon_select.png") no-repeat 97% center;
  background-size: 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promotion .sector-coupon .layer-box {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  align-items: center;
  justify-content: center;
  width: 1000px;
  margin-left: -500px;
  border-radius: 50px;
}
.promotion .sector-coupon .layer-box.active {
  display: flex;
}
.promotion .sector-coupon .layer-box .layer-text {
  color: #fff;
  font-weight: 700;
  font-size: 7.2222222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-coupon .layer-box .layer-text {
    font-size: 52px;
  }
}
.promotion .sector-info {
  padding-bottom: 100px;
}
.promotion .sector-info .info-title {
  margin-top: 85px;
}
.promotion .sector-info .info-title strong {
  font-weight: 900;
  font-size: 50px;
  background: linear-gradient(91deg, #000 10.71%, #B48600 99.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.promotion .sector-info .info-list {
  margin-top: 39px;
}
.promotion .sector-info .info-list ul {
  display: flex;
}
.promotion .sector-info .info-list ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border-radius: 30px;
  width: 190px;
  height: 139px;
  margin-left: 14px;
  background: #FFF3D0;
}
.promotion .sector-info .info-list ul li:first-child {
  margin-left: 0;
}
.promotion .sector-info .info-list ul li:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-left-color: #FFF3D0;
  border-right: 0;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
}
.promotion .sector-info .info-list ul li:nth-child(2) {
  background: #FFECB7;
}
.promotion .sector-info .info-list ul li:nth-child(2):after {
  border-left-color: #FFECB7;
}
.promotion .sector-info .info-list ul li:nth-child(3) {
  background: #FFE59C;
}
.promotion .sector-info .info-list ul li:nth-child(3):after {
  border-left-color: #FFE59C;
}
.promotion .sector-info .info-list ul li:nth-child(4) {
  background: #FFE088;
}
.promotion .sector-info .info-list ul li:nth-child(4):after {
  border-left-color: #FFE088;
}
.promotion .sector-info .info-list ul li:nth-child(5) {
  background: #FFD55F;
}
.promotion .sector-info .info-list ul li:nth-child(5):after {
  border-left-color: #FFD55F;
}
.promotion .sector-info .info-list ul li:nth-child(6) {
  background: #FFBF00;
}
.promotion .sector-info .info-list ul li:nth-child(6):after {
  display: none;
}
.promotion .sector-info .info-list ul li span {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
.promotion .sector-info .info-list ul li span.black {
  color: #000000;
}
.promotion .sector-service {
  background-color: #FFBF00;
}
.promotion .sector-service .wrap {
  display: flex;
  justify-content: center;
  height: 130px;
  align-items: center;
}
.promotion .sector-service .wrap span {
  display: inline-block;
  letter-spacing: -0.05em;
  color: #000;
  font-size: 34px;
  font-weight: 700;
}
.promotion .sector-service .wrap strong {
  letter-spacing: -0.05em;
  color: #000;
  font-size: 70px;
  margin-left: 19px;
  display: inline-block;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}

br.mobile {
  display: none;
}/*# sourceMappingURL=web.css.map */