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

.promotion .wide,
.product-eco .wide,
.fullservice .wide {
  position: relative;
  left: 50%;
  display: block;
  transform: translateX(-50%);
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.effect-bounce-diagonal {
  animation-name: effectBounceDiagonal;
  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-bounce-updown {
  animation-name: effectBounceUpDown;
  animation-duration: 1s;
  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-extend {
  animation-name: effectExtend;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.effect-blink {
  animation-name: effectBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
}

.promotion,
.product-eco,
.fullservice {
  text-align: center;
  overflow: hidden;
}
.promotion *,
.product-eco *,
.fullservice * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.2vw;
}
@media screen and (min-width: 720px) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -1px;
  }
}
.promotion *,
.product-eco *,
.fullservice * {
  box-sizing: border-box;
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  width: 100%;
}
.promotion .icon-pointer,
.product-eco .icon-pointer,
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 12.8vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 64px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  height: 12.2vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 61px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
.promotion .icon-pointer:after,
.product-eco .icon-pointer:after,
.fullservice .icon-pointer:after {
  background-image: url("//img.eduwill.net/eduwill/img/2026/0/event/260227/pc/ico_pointer.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .slick-list *,
.product-eco .slick-list *,
.fullservice .slick-list * {
  font-size: 0;
}

.bottom_fix_btn, .winner-toggle-wrap, .top-rolling-group, .ibm {
  display: none !important;
}

.promotion {
  background: linear-gradient(180deg, #FFF 0%, #9BC0FF 100%);
}
.promotion .wrap {
  max-width: 500px;
}
.promotion img {
  width: 100%;
}
.promotion .fc-point {
  color: #5180FF;
}
.promotion .title-box {
  margin-bottom: 8vw;
}
@media screen and (min-width: 720px) {
  .promotion .title-box {
    margin-bottom: 40px;
  }
}
.promotion .title-box .main-title {
  color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 6.4vw;
}
@media screen and (min-width: 720px) {
  .promotion .title-box .main-title {
    font-size: 32px;
  }
}
.promotion .title-box .main-title {
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.256vw;
}
@media screen and (min-width: 720px) {
  .promotion .title-box .main-title {
    letter-spacing: -1.28px;
  }
}
.promotion .title-box .main-title span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.promotion .sector-title .wrap {
  padding-top: 19.4vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .wrap {
    padding-top: 97px;
  }
}
.promotion .sector-title .wrap {
  padding-bottom: 9vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .wrap {
    padding-bottom: 45px;
  }
}
.promotion .sector-title .wrap {
  background-image: url("//img.eduwill.net/eduwill/img/2026/0/event/260227/mobile/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .sector-title [class^=title-] {
  opacity: 0;
}
.promotion .sector-title .title-1 {
  margin-top: 5.4vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .title-1 {
    margin-top: 27px;
  }
}
.promotion .sector-title .title-1 {
  color: #5180FF;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 8.85vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .title-1 {
    font-size: 44.25px;
  }
}
.promotion .sector-title .title-1 {
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.354vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .title-1 {
    letter-spacing: -1.77px;
  }
}
.promotion .sector-title .title-2 {
  display: inline-block;
  margin-top: 4.4vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .title-2 {
    margin-top: 22px;
  }
}
.promotion .sector-title .title-2 {
  padding: 1vw 3.4vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .title-2 {
    padding: 5px 17px;
  }
}
.promotion .sector-title .title-2 {
  border-radius: 11.4198vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .title-2 {
    border-radius: 57.099px;
  }
}
.promotion .sector-title .title-2 {
  background: #5180FF;
  color: #FFF;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 3.4088vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .title-2 {
    font-size: 17.044px;
  }
}
.promotion .sector-title .title-2 {
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.1364vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .title-2 {
    letter-spacing: -0.682px;
  }
}
.promotion .sector-title .title-img1, .promotion .sector-title .title-img2 {
  will-change: transform;
  backface-visibility: hidden;
}
.promotion .sector-step .wrap {
  padding: 20vw 0;
}
@media screen and (min-width: 720px) {
  .promotion .sector-step .wrap {
    padding: 100px 0;
  }
}
.promotion .sector-step .wrap {
  background: #EDF6FF;
}
.promotion .sector-product .wrap {
  padding: 20vw 0;
}
@media screen and (min-width: 720px) {
  .promotion .sector-product .wrap {
    padding: 100px 0;
  }
}
.promotion .sector-product .wrap {
  background-color: #fff;
}
.promotion .sector-product .tab-group {
  margin: 0 3.4vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-product .tab-group {
    margin: 0 17px;
  }
}
.promotion .sector-product .group-list {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D5D5D5;
}
.promotion .sector-product .group-list li {
  width: 100%;
  padding: 4.8vw 0;
}
@media screen and (min-width: 720px) {
  .promotion .sector-product .group-list li {
    padding: 24px 0;
  }
}
.promotion .sector-product .group-list li {
  color: #000;
  font-size: 4.8vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-product .group-list li {
    font-size: 24px;
  }
}
.promotion .sector-product .group-list li {
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.192vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-product .group-list li {
    letter-spacing: -0.96px;
  }
}
.promotion .sector-product .group-list li {
  background: #FFF;
  cursor: pointer;
}
.promotion .sector-product .group-list li.on {
  background: #FFBF00;
}
.promotion .sector-product .group-list li + li {
  border-left: 1px solid #D5D5D5;
}
.promotion .sector-product .tab-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-product .tab-list {
    gap: 10px;
  }
}
.promotion .sector-product .tab-list {
  margin-top: 4.4vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-product .tab-list {
    margin-top: 22px;
  }
}
.promotion .sector-product .tab-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2.8vw 0;
}
@media screen and (min-width: 720px) {
  .promotion .sector-product .tab-list li a {
    padding: 14px 0;
  }
}
.promotion .sector-product .tab-list li a {
  border-radius: 1.2vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-product .tab-list li a {
    border-radius: 6px;
  }
}
.promotion .sector-product .tab-list li a {
  border: 1px solid #D5D5D5;
  background: #FFF;
  color: #555;
  font-size: 4vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-product .tab-list li a {
    font-size: 20px;
  }
}
.promotion .sector-product .tab-list li a {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.0374vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-product .tab-list li a {
    letter-spacing: -0.187px;
  }
}
.promotion .sector-product .tab-list li a {
  word-break: keep-all;
  overflow-wrap: break-word;
  white-space: pre-line;
}
.promotion .sector-product .tab-list li:hover a {
  background: #222;
  color: #fff;
  font-weight: 500;
}
.promotion .sector-product .tab-view {
  display: flex;
  flex-direction: column;
  gap: 4vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-product .tab-view {
    gap: 20px;
  }
}
.promotion .sector-product .tab-view {
  margin-top: 4vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-product .tab-view {
    margin-top: 20px;
  }
}
.promotion .sector-notice .wrap {
  background: #EDEDED;
  padding: 12.4vw 5.6vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .wrap {
    padding: 62px 28px;
  }
}
.promotion .sector-notice .wrap {
  box-sizing: border-box;
  text-align: left;
}
.promotion .sector-notice .notice-title {
  margin-bottom: 2.8vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-title {
    margin-bottom: 14px;
  }
}
.promotion .sector-notice .notice-title {
  color: #000;
  font-family: "Noto Sans KR";
  font-size: 3.6vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-title {
    font-size: 18px;
  }
}
.promotion .sector-notice .notice-title {
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.promotion .sector-notice .notice-list li {
  position: relative;
  padding-left: 2vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-list li {
    padding-left: 10px;
  }
}
.promotion .sector-notice .notice-list li {
  color: #646464;
  font-size: 3.2vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-list li {
    font-size: 16px;
  }
}
.promotion .sector-notice .notice-list li {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.promotion .sector-notice .notice-list li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}/*# sourceMappingURL=mobile.css.map */