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

.promotion .sector-notice .notice-box .dash-list .dot-list li, .promotion .sector-event .apply-box .dot-list li {
  position: relative;
  padding-left: 1.3888888889vw;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-box .dash-list .dot-list li, .promotion .sector-event .apply-box .dot-list li {
    padding-left: 10px;
  }
}
.promotion .sector-notice .notice-box .dash-list .dot-list li:before, .promotion .sector-event .apply-box .dot-list li:before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: inherit;
}

.promotion .sector-notice .notice-box .dash-list li {
  position: relative;
  padding-left: 1.3888888889vw;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-box .dash-list li {
    padding-left: 10px;
  }
}
.promotion .sector-notice .notice-box .dash-list li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: inherit;
}

.promotion .sector-notice .notice-box .dot-list li, .promotion .sector-notice .notice-box .refer-list li {
  position: relative;
  padding-left: 1.9444444444vw;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-box .dot-list li, .promotion .sector-notice .notice-box .refer-list li {
    padding-left: 14px;
  }
}
.promotion .sector-notice .notice-box .dot-list li:before, .promotion .sector-notice .notice-box .refer-list li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: inherit;
}

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

.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;
  }
}
@-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 .fix-wing {
  position: fixed;
  top: 40%;
  right: 10px;
  z-index: 99;
}
.promotion .fix-wing a {
  display: block;
}
.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;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  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;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  left: 20px;
}
@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;
  -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: 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;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  right: 20px;
}
@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;
  -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: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next:before {
    height: 10px;
  }
}
.promotion .sector-title {
  background-color: #FFEBB1;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/event/250703_2/pc/title_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 3000px auto;
  overflow: hidden;
  height: 720px;
}
.promotion .sector-title p {
  opacity: 0;
  position: absolute;
  right: 0;
  left: 0;
}
.promotion .sector-title p.title-1 {
  top: 80px;
}
.promotion .sector-title p.title-2 {
  top: 149px;
}
.promotion .sector-title p.title-3 {
  top: 275px;
}
.promotion .sector-title p.title-gift {
  top: 373px;
}
.promotion .sector-band {
  background-color: #03031C;
}
.promotion .sector-band .flow-slide .slick-slide {
  position: relative;
  color: #FFBA00;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
}
.promotion .sector-band .flow-slide .slick-slide:before {
  content: "";
  display: inline-block;
  background-color: #FFBA00;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.promotion .sector-event {
  padding-bottom: 100px;
  position: relative;
  background: linear-gradient(0deg, rgba(255, 191, 0, 0.04) 0%, rgba(255, 191, 0, 0.04) 100%), #FFF;
}
.promotion .sector-event:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/event/250703_2/pc/event_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  width: 100%;
  height: 241px;
  z-index: 1;
}
.promotion .sector-event .event-slide-box {
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: linear-gradient(0deg, rgba(255, 191, 0, 0.02) 0%, rgba(255, 191, 0, 0.02) 100%), #F8F8F8;
}
.promotion .sector-event .learning-box {
  padding-top: 100px;
}
.promotion .sector-event .apply-box {
  padding-top: 100px;
}
.promotion .sector-event .apply-box .action {
  margin-top: 60px;
}
.promotion .sector-event .apply-box .action a {
  text-align: center;
  width: 664px;
  padding: 25px 0;
  border-radius: 10px;
  border: 1px solid #FC0;
  background: linear-gradient(180deg, #333 0%, #000 100%);
}
.promotion .sector-event .apply-box .action a {
  position: relative;
  display: inline-block;
}
.promotion .sector-event .apply-box .action a: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: #FF9000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-event .apply-box .action a:before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-event .apply-box .action a:before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-event .apply-box .action a:before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-event .apply-box .action a:before {
    right: 16px;
  }
}
.promotion .sector-event .apply-box .action a span {
  display: inline-block;
  background: linear-gradient(90deg, #FC0 0%, #FF9000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-weight: 700;
}
.promotion .sector-event .apply-box .action a.btn-completed {
  background: #686868;
  font-size: 24px;
  font-weight: 700;
  color: #A6A6A6;
  border-color: #686868;
}
.promotion .sector-event .apply-box .action a.btn-completed:before {
  display: none;
}
.promotion .sector-event .apply-box .dot-list {
  width: 364px;
  margin: 0 auto;
  margin-top: 20px;
}
.promotion .sector-event .apply-box .dot-list li {
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.56px;
}
.promotion .sector-event .apply-box .dot-list li .btn-member {
  display: inline-block;
  margin-left: 5px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0 17px 0 5px;
}
.promotion .sector-event .apply-box .dot-list li .btn-member span {
  position: relative;
  display: inline-block;
}
.promotion .sector-event .apply-box .dot-list li .btn-member span:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  margin-top: -0.3472222222vw;
  border-width: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.3888888889vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-event .apply-box .dot-list li .btn-member span:before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-event .apply-box .dot-list li .btn-member span:before {
    height: 5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-event .apply-box .dot-list li .btn-member span:before {
    margin-top: -2.5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-event .apply-box .dot-list li .btn-member span:before {
    right: 10px;
  }
}
.promotion .sector-event .apply-box .dot-list li .btn-member span:before {
  right: -10px;
}
.promotion .sector-notice {
  color: #000;
  background-color: #fff;
}
.promotion .sector-notice .wrap-full {
  padding: 20px 0;
  background: #F0F0F0;
}
.promotion .sector-notice .wrap-full .notice-title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: currentColor;
  letter-spacing: -1.2px;
}
.promotion .sector-notice .wrap {
  width: 1100px;
  padding: 80px 0;
}
.promotion .sector-notice .wrap .red {
  color: #F60000 !important;
}
.promotion .sector-notice .wrap .blue {
  color: #006DFF !important;
}
.promotion .sector-notice .notice-box {
  text-align: left;
  font-size: 18px;
  color: currentColor;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #D2D2D2;
}
.promotion .sector-notice .notice-box .notice-subject {
  font-weight: 700;
  color: #000;
  font-size: 20px;
  border-bottom: 1.5px solid #000;
  text-align: left;
  display: inline-block;
}
.promotion .sector-notice .notice-box .notice-title {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
}
.promotion .sector-notice .notice-box .notice-title:first-child {
  margin-top: 0;
}
.promotion .sector-notice .notice-box .notice-sub-title {
  margin-top: 10px;
  font-size: 19px;
  font-weight: 500;
}
.promotion .sector-notice .notice-box .dash-list {
  margin-top: 10px;
}
.promotion .sector-notice .notice-box .dash-list li {
  font-size: 18px;
  font-weight: 300;
  color: currentColor;
}
.promotion .sector-notice .notice-box .dash-list li strong {
  font-size: inherit;
  color: currentColor;
}
.promotion .sector-notice .notice-box .dash-list .dot-list {
  padding-left: 10px;
}
.promotion .sector-notice .notice-box .refer-list {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 300;
}
.promotion .sector-notice .notice-box .dot-list {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 300;
}/*# sourceMappingURL=web.css.map */