@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;
  box-sizing: border-box;
}
.grid .col {
  position: relative;
  float: left;
  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;
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}

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

.effect-extend {
  animation-name: effectExtend;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectExtend {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    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;
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.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 {
  overflow: hidden;
}
.promotion * {
  font-family: Pretendard, "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: block;
}
.promotion .wrap {
  width: 1200px;
  box-sizing: border-box;
}
.promotion .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  display: block;
  width: 11.8055555556vw;
  height: 13.0555555556vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_1.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: 85px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer:after {
    height: 94px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.promotion .fix-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.85);
}
.promotion .fix-bottom a {
  display: block;
  padding: 14px 0;
}
.promotion .fix-bottom a .text {
  display: inline-block;
  padding-right: 28px;
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: -0.7px;
  vertical-align: top;
}
.promotion .fix-bottom a .text {
  position: relative;
  display: inline-block;
}
.promotion .fix-bottom a .text:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  margin-top: -1.0416666667vw;
  border-width: 0;
  border-style: solid;
  border-color: #FFBF00;
  transform: rotate(45deg);
  right: 4.1666666667vw;
  border-top-width: 3px;
  border-right-width: 3px;
}
@media screen and (min-width: 720px) {
  .promotion .fix-bottom a .text:before {
    width: 15px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .fix-bottom a .text:before {
    height: 15px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .fix-bottom a .text:before {
    margin-top: -7.5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .fix-bottom a .text:before {
    right: 30px;
  }
}
.promotion .fix-bottom a .text:before {
  right: 0;
}
.promotion .fix-bottom a .text .fc-point {
  display: inline-block;
  color: #FFBF00;
  font-weight: 900;
}
.promotion .sector-title {
  background-color: #FCF9CC;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/event/250630_1/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 3000px auto;
  overflow: hidden;
}
.promotion .sector-title .motion-title-1 {
  position: absolute;
  top: 84px;
  right: 0;
  left: 0;
}
.promotion .sector-title .motion-title-2 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.promotion .sector-title .motion-title-3 {
  position: absolute;
  top: 294px;
  left: 50%;
  transform: translateX(-50%);
}
.promotion .sector-title .motion-title-4 {
  position: absolute;
  top: 791px;
  right: 99px;
  z-index: 1;
}
.promotion .sector-how .how-list {
  position: absolute;
  top: 306px;
  right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.promotion .sector-lecture {
  padding-bottom: 100px;
  background-color: #FAFAFA;
}
.promotion .sector-lecture .video-box {
  position: relative;
  width: 950px;
  height: 534px;
  margin: 0 auto;
  background-color: #000;
}
.promotion .sector-lecture .video-box iframe {
  width: 100%;
  height: 100%;
}
.promotion .sector-lecture .video-box .eduwill-iframe-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.promotion .sector-curriculum {
  background-color: #fff;
}
.promotion .sector-curriculum .video-box {
  position: relative;
  width: 700px;
  height: 350px;
  margin: 0 auto;
  background-color: #000;
}
.promotion .sector-curriculum .video-box .speech-bubble-curriculum {
  position: absolute;
  top: -47px;
  left: -75px;
  z-index: 2;
}
.promotion .sector-curriculum .video-box .eduwill-video-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.promotion .sector-recommend {
  background-color: #000;
}/*# sourceMappingURL=web.css.map */