@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 {
  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: #000;
}
.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;
}
.promotion .slick-arrow {
  border-radius: 50%;
}
.promotion .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  left: 0;
  background: #000;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    height: 40px;
  }
}
.promotion .slick-arrow.slick-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  border-bottom-width: 2px;
  border-left-width: 2px;
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev:before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev:before {
    height: 10px;
  }
}
.promotion .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  right: 0;
  background: #000;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    height: 40px;
  }
}
.promotion .slick-arrow.slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  border-top-width: 2px;
  border-right-width: 2px;
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next:before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next:before {
    height: 10px;
  }
}
.promotion .sector-title {
  background-color: #FFDA01;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/event/250703/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: 70px;
  right: 0;
  left: 0;
}
.promotion .sector-title .motion-title-2 {
  position: absolute;
  top: 675px;
  right: 0;
  left: 0;
}
.promotion .sector-lecture {
  padding-bottom: 100px;
  background-color: rgba(255, 191, 0, 0.04);
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/event/250703/pc/bg_lecture.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}
.promotion .sector-lecture .wrap {
  padding: 0 20px;
}
.promotion .sector-lecture .lecture-item {
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.promotion .sector-lecture .lecture-item .lecture-text {
  display: inline-block;
  border-radius: 10px;
  margin: 60px 0 20px;
  padding: 1px;
  background: linear-gradient(90deg, rgba(255, 161, 0, 0.5) 0%, rgba(255, 217, 0, 0.5) 100%);
}
.promotion .sector-lecture .lecture-item .lecture-text p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: rgba(86, 86, 86, 0.7);
  padding: 10px 30px;
  border-radius: 10px;
  background: #FFFCF5;
}
.promotion .sector-lecture .lecture-item .lecture-text p a {
  font-weight: 400;
  text-decoration: underline;
}
.promotion .sector-lecture .lecture-item .lecture-text p span {
  font-weight: 400;
}
.promotion .sector-lecture .lecture-slide {
  position: relative;
}
.promotion .sector-lecture .lecture-slide-box {
  margin: 0 80px 60px;
  padding: 40px;
  border: 1px solid #E6E6E6;
  background: #F8F8F8;
  box-sizing: border-box;
}
.promotion .sector-lecture .lecture-slide-box .slick-slide img {
  margin: 0 auto;
}
.promotion .sector-lecture .lecture-slide-box .slick-prev {
  left: -60px;
}
.promotion .sector-lecture .lecture-slide-box .slick-next {
  right: -60px;
}
.promotion .sector-lecture .video-box {
  padding-bottom: 60px;
}
.promotion .sector-video {
  padding-bottom: 110px;
  background: #222;
}
.promotion .sector-video .video-box {
  position: relative;
  width: 1160px;
  height: 653px;
  margin: 0 auto;
}
.promotion .sector-video .video-box iframe {
  width: 100%;
  height: 100%;
}
.promotion .sector-video .video-box a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.promotion .sector-teacher {
  padding-bottom: 180px;
  background-color: #FFF7E4;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/event/250703/pc/bg_teacher.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-teacher .slick-slide {
  margin: 0 30px;
}
.promotion .sector-teacher .slick-prev {
  left: 50%;
  margin-left: -40px;
}
.promotion .sector-teacher .slick-next {
  right: auto;
  left: 50%;
  margin-left: 40px;
}
.promotion .sector-teacher .slick-arrow {
  top: 100%;
  transform: translateY(40px);
}/*# sourceMappingURL=web.css.map */