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

.product-eco .slick-dots {
  font-size: 0;
}
.product-eco .slick-dots li {
  display: inline-block;
}
.product-eco .slick-dots button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: 0;
  background: none;
}

.promotion .wide,
.product-eco .wide,
.fullservice .wide {
  position: relative;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

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

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

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

.promotion,
.product-eco,
.fullservice {
  text-align: center;
  overflow: hidden;
  color: #000;
}
.promotion *,
.product-eco *,
.fullservice * {
  line-height: normal;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -1px;
  }
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion button,
.product-eco button,
.fullservice button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.promotion p,
.product-eco p,
.fullservice p {
  margin: 0;
  padding: 0;
  line-height: 1;
  color: inherit;
}
.promotion a,
.promotion a:link,
.product-eco a,
.product-eco a:link,
.fullservice a,
.fullservice a:link {
  color: currentColor;
}
.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: 7.6388888889vw;
  height: 7.7777777778vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
  -webkit-animation-name: pointerBounceDiagonal;
          animation-name: pointerBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 55px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 56px;
  }
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

.product-eco .wrap {
  width: 1200px;
}
.product-eco .slick-list * {
  font-size: 0;
}
.product-eco .slick-dots li button {
  width: 15px;
  height: 15px;
  margin: 0 4px;
  background-color: #bbb;
  border-radius: 15px;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.product-eco .slick-dots li.slick-active button {
  width: 48px;
  border-radius: 15px;
  background-color: #FFBF00;
}
.product-eco .action .btn-base {
  padding: 1px 18px 3px 7px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  opacity: 0.6;
}
.product-eco .action .btn-base {
  position: relative;
  display: inline-block;
}
.product-eco .action .btn-base::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-top: -0.4166666667vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .product-eco .action .btn-base::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .action .btn-base::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .action .btn-base::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .action .btn-base::before {
    right: 12px;
  }
}
.product-eco .action .btn-base span {
  display: inline-block;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.48px;
  vertical-align: top;
}
.product-eco .action .btn-base:before {
  right: 7px;
}
.product-eco .fix-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  background: rgba(0, 0, 0, 0.9);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .fix-bottom a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100px;
  font-size: 30px;
  font-weight: 900;
  color: #fff;
}
.product-eco .fix-bottom a {
  position: relative;
  display: inline-block;
}
.product-eco .fix-bottom a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  margin-top: -0.8333333333vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 3.3333333333vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a::before {
    width: 12px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a::before {
    height: 12px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a::before {
    margin-top: -6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a::before {
    right: 24px;
  }
}
.product-eco .fix-bottom a strong {
  display: inline-block;
  color: #FFC700;
  font-weight: 900;
  margin-left: 6px;
}
.product-eco .fix-bottom a:before {
  right: 20%;
}
.product-eco .fix-bottom a:after {
  right: 18%;
}
.product-eco .sector-visual {
  background-color: #FFF9C8;
  background-image: url("//img.eduwill.net/eduwill/img/2025/J/product/250616/pc/bg_visual.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-visual .action {
  position: absolute;
  top: 227px;
  right: 0;
}
.product-eco .sector-benefit1 {
  background: #FEF6DE;
}
.product-eco .sector-benefit1 .action {
  width: 640px;
  height: 100px;
  margin: 0 auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -1.5px;
  font-size: 34px;
  background: #000;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.product-eco .sector-benefit1 .action {
  position: relative;
  display: inline-block;
}
.product-eco .sector-benefit1 .action::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.9444444444vw;
  height: 1.9444444444vw;
  margin-top: -0.9722222222vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 3.8888888889vw;
  border-top-width: 4px;
  border-right-width: 4px;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit1 .action::before {
    width: 14px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit1 .action::before {
    height: 14px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit1 .action::before {
    margin-top: -7px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit1 .action::before {
    right: 28px;
  }
}
.product-eco .sector-item {
  padding-top: 120px;
  padding-bottom: 120px;
}
.product-eco .sector-item .box-price {
  margin: 0;
  border: 4px solid #333;
  border-radius: 40px;
  text-align: left;
  overflow: hidden;
}
.product-eco .sector-item .box-price .box-inner {
  background: #F2F2F2;
}
.product-eco .sector-item .box-price .box-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 51px 40px;
  border-radius: 40px;
  background-color: #fff;
}
.product-eco .sector-item .box-price .box-detail .box-title-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-eco .sector-item .box-price .box-detail .box-title-wrap .flag-list {
  font-size: 0;
}
.product-eco .sector-item .box-price .box-detail .box-title-wrap .flag-list [class^=flag-] + [class^=flag-] {
  margin-left: 4px;
}
.product-eco .sector-item .box-price .box-detail .box-title-wrap .flag-list .flag-1 {
  display: inline-block;
  padding: 3px 16px 4px;
  border-radius: 90px;
  border: 2px solid #FF000E;
  vertical-align: top;
  color: #F00;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.6px;
}
.product-eco .sector-item .box-price .box-detail .box-title-wrap .flag-list .flag-2 {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 90px;
  background-color: #F00;
  vertical-align: top;
  color: #fff;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.54px;
}
.product-eco .sector-item .box-price .box-detail .box-title-wrap .text-1 {
  margin-top: 15px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  line-height: 1.2;
  font-size: 46px;
  font-weight: 900;
  color: #000;
  letter-spacing: -1.38px;
}
.product-eco .sector-item .box-price .box-detail .price-list {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: right;
}
.product-eco .sector-item .box-price .box-detail .price-list .price-discount {
  margin-bottom: 9px;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  font-weight: 700;
  color: #CF0000;
  letter-spacing: -0.66px;
}
.product-eco .sector-item .box-price .box-detail .price-list .price-before {
  position: relative;
  display: inline-block;
  margin-right: 11px;
  font-size: 28px;
  font-weight: 700;
  color: #C2C2C2;
  letter-spacing: -0.84px;
}
.product-eco .sector-item .box-price .box-detail .price-list .price-before::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
}
.product-eco .sector-item .box-price .box-detail .price-list .price-before strong {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: inherit;
  font-size: 30px;
  color: currentColor;
  letter-spacing: -0.9px;
}
.product-eco .sector-item .box-price .box-detail .price-list .price-after {
  display: inline-block;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 51px;
  font-weight: 900;
  color: #000;
  letter-spacing: -1.53px;
}
.product-eco .sector-item .box-price .box-detail .price-list .price-after strong {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: inherit;
  font-size: 55px;
  color: currentColor;
  letter-spacing: -1.65px;
}
.product-eco .sector-item .box-price .box-detail .price-list .price-action {
  margin-top: 20px;
  width: 475px;
}
.product-eco .sector-item .box-price .box-detail .price-list .price-action a {
  width: 100%;
  padding: 11px 0;
  border-radius: 50px;
  background: linear-gradient(341deg, #FFBF00 26.96%, #FFE712 74.26%);
  text-align: center;
}
.product-eco .sector-item .box-price .box-detail .price-list .price-action a .text {
  padding-right: 15px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.66px;
  color: #000;
}
.product-eco .sector-item .box-price .box-detail .price-list .price-action a .text {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .box-price .box-detail .price-list .price-action a .text::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-price .box-detail .price-list .price-action a .text::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-price .box-detail .price-list .price-action a .text::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-price .box-detail .price-list .price-action a .text::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-price .box-detail .price-list .price-action a .text::before {
    right: 20px;
  }
}
.product-eco .sector-item .box-price .box-detail .price-list .price-action a .text:before {
  right: 0;
}
.product-eco .sector-item .box-price .box-benefit .benefit-list {
  padding: 20px 0 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-eco .sector-item .box-price .box-benefit .benefit-list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 40px;
  text-align: center;
  border-left: 1px dashed #a6a6a6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .box-price .box-benefit .benefit-list > div:first-child {
  border-left-width: 0;
}
.product-eco .sector-item .box-price .box-benefit .benefit-list .benefit-icon {
  margin-bottom: 15px;
}
.product-eco .sector-item .box-price .box-benefit .benefit-list .text {
  margin-top: 5px;
  line-height: 1.3;
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
.product-eco .sector-item .box-price .box-benefit .benefit-list .text strong {
  font-weight: 700;
}
.product-eco .sector-item .box-price .box-benefit .benefit-list .text em {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.product-eco .sector-item .box-price .box-benefit .benefit-list .text em::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: #FFF000;
  z-index: -1;
}
.product-eco .sector-benefit2 {
  background: #FEF6DE;
}
.product-eco .sector-bar1 {
  position: relative;
  background: #000;
}
.product-eco .sector-bar1 .wrap:after {
  content: "";
  display: block;
  position: absolute;
  width: 148px;
  height: 74px;
  top: 99%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("//img.eduwill.net/eduwill/img/2025/J/product/250616/pc/bg_deco_bar1.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  z-index: 1;
}
.product-eco .sector-special {
  background: #fff;
}
.product-eco .sector-special .wrap img {
  margin-top: -16px;
}
.product-eco .sector-info {
  background-color: #FEF6DE;
}
.product-eco .sector-teacher .wrap .notice {
  position: absolute;
  top: 390px;
  left: 0;
  right: 0;
  text-align: center;
  color: #aaa;
  font-size: 12px;
  letter-spacing: -0.5px;
}
.product-eco .sector-teacher .wrap-full {
  margin-top: 310px;
  background-color: #FFE7A4;
}
.product-eco .sector-teacher .wrap-full:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100px;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 191, 0, 0.5)), to(rgba(255, 191, 0, 0))), #FFE7A4;
  background: linear-gradient(180deg, rgba(255, 191, 0, 0.5) 0%, rgba(255, 191, 0, 0) 100%), #FFE7A4;
}
.product-eco .sector-teacher .wrap-full .slide-box {
  margin: 0 auto;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect-pager {
  position: absolute;
  top: -253px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect-pager .slick-list {
  text-align: center;
  font-size: 0;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect-pager .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto !important;
  left: 0 !important;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect-pager .slick-slide {
  position: relative;
  width: 222px;
  margin: 0 7px;
  cursor: pointer;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect-pager .slick-slide .btn-pager {
  position: relative;
  width: 222px;
  height: 222px;
  margin-top: 36px;
  border-radius: 111px;
  background-color: #2D303A;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect-pager .slick-slide .btn-pager .flag-top {
  position: absolute;
  top: -12px;
  right: -7px;
  width: 79px;
  height: 78px;
  z-index: 1;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect-pager .slick-slide .btn-pager img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect-pager .slick-slide.slick-current .btn-pager {
  background-color: #FFBF00;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect-pager .slick-slide:not(.slick-current) .img-teacher {
  -webkit-filter: grayscale(100%) brightness(0.5);
          filter: grayscale(100%) brightness(0.5);
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect {
  padding-top: 50px;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect .slick-slide {
  position: relative;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect .slick-slide img {
  display: inline-block;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect .action-home {
  position: absolute;
  bottom: 80px;
  right: 50%;
  margin-right: -610px;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect .action-home a {
  display: inline-block;
  padding-right: 50px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/J/product/250616/pc/ico_btn_home.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto;
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.73;
  letter-spacing: -1.04px;
}
.product-eco .sector-teacher-sub {
  padding-bottom: 100px;
  background: #F2F2F2;
}
.product-eco .sector-teacher-sub .teacher-group {
  padding: 0 100px;
  margin: -5px;
}
.product-eco .sector-teacher-sub .teacher-group a {
  margin: 5px;
}
.product-eco .sector-graph {
  background: #FEF6DE;
}
.product-eco .sector-curriculum {
  padding-bottom: 100px;
  background: #F6F6F6;
}
.product-eco .sector-curriculum .tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
}
.product-eco .sector-curriculum .tab-group .tab-list li {
  cursor: pointer;
}
.product-eco .sector-curriculum .tab-group .tab-list li + li {
  margin-top: 15px;
}
.product-eco .sector-curriculum .tab-group .tab-view {
  position: relative;
  left: -48px;
}
.product-eco .sector-book {
  padding-bottom: 100px;
}
.product-eco .sector-exam {
  padding-bottom: 100px;
  background: #EAEAEA;
}
.product-eco .sector-exam .slick-track .slick-slide .slide-list {
  margin-right: -22px;
}
.product-eco .sector-step {
  padding-bottom: 100px;
}
.product-eco .sector-step .slide-container .slide-list {
  padding: 10px 0 20px;
}
.product-eco .sector-step .slide-container .slide-list img {
  margin: 0 10px;
  border-radius: 0 20px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.product-eco .sector-bar2 {
  background-image: url("//img.eduwill.net/eduwill/img/2025/J/product/250616/pc/bg_bar2.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-winners {
  position: relative;
  height: 800px;
  background-color: #000;
}
.product-eco .sector-winners .wrap {
  z-index: 3;
}
.product-eco .sector-winners .eduf-winner-contents {
  position: absolute;
  top: 280px;
  left: 0;
  right: 0;
  z-index: 1;
}
.product-eco .sector-winners .eduf-winner-list {
  overflow: hidden;
  -webkit-transform: perspective(300px) rotateX(30deg);
          transform: perspective(300px) rotateX(30deg);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-winners .eduf-winner-list p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  margin: 0;
  letter-spacing: -1px;
}
.product-eco .sector-winners .bg-video {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-eco .sector-winners:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}/*# sourceMappingURL=web.css.map */