@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 .btn-soon {
  cursor: not-allowed;
  pointer-events: none;
}

.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;
}
.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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@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;
}
.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: 1160px;
}
.product-eco .slick-list * {
  font-size: 0;
}
.product-eco .slick-dots {
  margin-top: 30px;
}
.product-eco .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.15;
}
.product-eco .slick-dots li.slick-active {
  opacity: 1;
}
.product-eco .eco-1413 {
  display: inline-block;
  line-height: 1;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
.product-eco .title-box .loopy {
  margin-top: 50px;
}
.product-eco .title-box .loopy + .main-title {
  margin-top: 5px;
}
.product-eco .title-box p {
  color: #000;
}
.product-eco .title-box p.main-title {
  margin-top: 100px;
  color: #000;
  font-size: 36px;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -1.44px;
}
.product-eco .title-box p.main-title span {
  font-weight: 400;
}
.product-eco .title-box p.sub-title {
  margin-top: 50px;
  font-size: 30px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -1.2px;
}
.product-eco .title-box p.sub-title strong {
  font-weight: 700;
}
.product-eco .title-box p.num-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 19px;
  font-size: 12px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -0.48px;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.product-eco .title-box p.num-title + .main-title {
  margin-top: 20px;
}
.product-eco .title-box p.num-title + .sub-title {
  margin-top: 20px;
}
.product-eco .title-box p.notice {
  color: #6E6E6E;
}
.product-eco .title-box .point {
  font-weight: inherit;
}
.product-eco .point {
  color: #FF8000;
}
.product-eco .notice {
  margin: 15px auto 0;
  text-align: left;
  color: #6E6E6E;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.42px;
}
.product-eco .frame {
  position: relative;
  padding: 50px 59px;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background-color: #fff;
}
.product-eco .frame + .frame {
  margin-top: 16px;
}
.product-eco .frame .title-box .main-title {
  margin-top: 0;
  font-size: 28px;
}
.product-eco .frame .title-box .sub-title {
  margin-top: 0;
  font-size: 23px;
}
.product-eco .frame .list-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  gap: 8px;
}
.product-eco .frame .img-box {
  margin-top: 30px;
}
.product-eco .frame .action {
  text-align: right;
}
.product-eco .btn-more, .product-eco .btn-soon, .product-eco .btn-link {
  min-width: 189px;
  text-align: center;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.7px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .btn-more, .product-eco .btn-soon, .product-eco .btn-link {
  position: relative;
  display: inline-block;
}
.product-eco .btn-more::before, .product-eco .btn-soon::before, .product-eco .btn-link::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 .btn-more::before, .product-eco .btn-soon::before, .product-eco .btn-link::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-more::before, .product-eco .btn-soon::before, .product-eco .btn-link::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-more::before, .product-eco .btn-soon::before, .product-eco .btn-link::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-more::before, .product-eco .btn-soon::before, .product-eco .btn-link::before {
    right: 12px;
  }
}
.product-eco .btn-link {
  color: #A3A3A3;
  font-weight: 500;
  border: 1px solid #C9C9C9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(51.43%, #FFF), to(#F2F2F2));
  background: linear-gradient(180deg, #FFF 51.43%, #F2F2F2 100%);
}
.product-eco .btn-soon {
  color: #2F86FE;
  font-weight: 900;
  background: #F6F2FF;
}
.product-eco .btn-more {
  min-width: 300px;
  padding: 16px 0;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #2B2B2B), to(#5D5D5D));
  background: linear-gradient(0deg, #2B2B2B 50%, #5D5D5D 100%);
}
.product-eco .btn-more::before {
  right: 30px;
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .fix-right {
  position: fixed;
  bottom: 200px;
  right: 10px;
  z-index: 99;
}
.product-eco .fix-right div {
  border-radius: 12px;
  border: 1px solid #342200;
  background: linear-gradient(106deg, #FFFDF6 -5.98%, #FFEFB4 103.88%);
}
.product-eco .fix-right div + div {
  margin-top: 7px;
  border-color: #834200;
  background: linear-gradient(113deg, #FFF 0%, #FFD28B 103.12%);
}
.product-eco .fix-right div + div .text-2 {
  color: #C06100;
}
.product-eco .fix-right a {
  display: block;
  padding: 20px 16px;
  text-align: left;
}
.product-eco .fix-right a .text-1 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.2px;
}
.product-eco .fix-right a .text-2 {
  margin-top: 20px;
  color: #A58100;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.64px;
}
.product-eco .fix-right a .text-2 {
  position: relative;
  display: inline-block;
}
.product-eco .fix-right a .text-2::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.9722222222vw;
  height: 0.9722222222vw;
  margin-top: -0.4861111111vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.9444444444vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-right a .text-2::before {
    width: 7px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-right a .text-2::before {
    height: 7px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-right a .text-2::before {
    margin-top: -3.5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-right a .text-2::before {
    right: 14px;
  }
}
.product-eco .fix-right a .text-2::before {
  right: -10px;
}
.product-eco .sector-title {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(255, 222, 113)), color-stop(67.14%, rgb(255, 177, 183)));
  background: linear-gradient(90deg, rgb(255, 222, 113) 50%, rgb(255, 177, 183) 67.14%);
}
.product-eco .sector-title .wrap-full {
  background-image: url("//img.eduwill.net/eduwill/img/2025/G/product/250903/pc/title_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-attention {
  background: #FFFCF3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, #FFFCF3), color-stop(90%, #FFF));
  background: linear-gradient(to bottom, #FFFCF3 90%, #FFF 90%);
}
.product-eco .sector-attention .title-box + .attention-list {
  margin-top: 20px;
}
.product-eco .sector-attention .attention-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-eco .sector-attention .attention-list > div:nth-child(2) {
  margin: 3px -50px 0 -80px;
}
.product-eco .sector-attention .attention-list > div:nth-child(3) {
  margin-top: 42px;
}
.product-eco .sector-intro {
  padding-bottom: 100px;
}
.product-eco .sector-intro .intro-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
  margin-top: 54px;
}
.product-eco .sector-intro .intro-list > div {
  border-radius: 8px;
  -webkit-box-shadow: 2px 5px 20px 0 #E1D9CB;
          box-shadow: 2px 5px 20px 0 #E1D9CB;
}
.product-eco .sector-item {
  padding-bottom: 120px;
  background-color: #FFF1CA;
}
.product-eco .sector-item .title-box + .frame {
  margin-top: 50px;
}
.product-eco .sector-item .frame {
  border-color: #FFD136;
  background: #FFF8E6;
}
.product-eco .sector-item .frame .title-box .main-title {
  font-size: 30px;
}
.product-eco .sector-item .box-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.product-eco .sector-item .box-price {
  position: relative;
  width: 100%;
  height: 540px;
  padding: 30px;
  text-align: left;
  border-radius: 10px;
  border: 1px solid #828282;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .box-price.box-price-sinlge {
  height: auto;
}
.product-eco .sector-item .box-price.box-price-sinlge .box-detail {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: auto;
  padding-top: 10px;
  border-top: 1px solid #DEDEDE;
}
.product-eco .sector-item .box-price.box-price-sinlge .text-list {
  border: none;
}
.product-eco .sector-item .box-price.box-price-sinlge .text-plus {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 72px;
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #DEDEDE;
}
.product-eco .sector-item .box-price.box-price-sinlge .price-list {
  position: absolute;
  right: 0;
  top: -72px;
}
.product-eco .sector-item .box-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-eco .sector-item .title-list {
  position: relative;
  text-align: left;
}
.product-eco .sector-item .title-list p {
  line-height: 1.2;
  letter-spacing: -2px;
}
.product-eco .sector-item .title-list p.title-1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 5px;
  font-size: 22px;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, right top, from(#FFB005), to(#FF6E73));
  background: linear-gradient(to right, #FFB005, #FF6E73);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.product-eco .sector-item .title-list p.title-2 {
  margin-top: 24px;
  color: #000;
  font-size: 28px;
}
.product-eco .sector-item .title-list p.title-2 strong {
  font-weight: 900;
}
.product-eco .sector-item .box-detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 210px;
  margin-top: 30px;
}
.product-eco .sector-item .text-list {
  min-height: 94px;
  padding: 10px 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .text-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.product-eco .sector-item .text-list p {
  line-height: 1.6;
  color: #000;
  font-size: 15px;
}
.product-eco .sector-item .text-list p.text-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 52px;
}
.product-eco .sector-item .text-list p.text-title:has(span) {
  display: inline-grid;
  grid-template-columns: 3fr 1fr;
}
.product-eco .sector-item .price-list strong {
  line-height: inherit;
  font-weight: inherit;
}
.product-eco .sector-item .price-list .price-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  line-height: 100%;
}
.product-eco .sector-item .price-list .price-before + .price-after {
  margin-top: 10px;
}
.product-eco .sector-item .price-list .price-before p {
  line-height: 1;
  color: #9F9F9F;
  font-size: 15px;
  font-weight: 400;
}
.product-eco .sector-item .price-list .price-before p.cost {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-eco .sector-item .price-list .price-before p.cost::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
}
.product-eco .sector-item .price-list .price-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.product-eco .sector-item .price-list .price-after:only-child {
  width: 100%;
  text-align: right;
}
.product-eco .sector-item .price-list .price-after p {
  line-height: 1;
}
.product-eco .sector-item .price-list .price-after p.text {
  color: #FF7900;
  font-size: 20px;
  font-weight: 900;
}
.product-eco .sector-item .price-list .price-after p.cost {
  color: #000;
  font-size: 36px;
}
.product-eco .sector-item .price-list .price-after p.cost strong {
  font-weight: 900;
}
.product-eco .sector-item .price-action {
  margin-top: 20px;
}
.product-eco .sector-item .price-action a {
  width: 100%;
  padding: 22px;
  text-align: left;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-weight: 900;
  line-height: normal;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .price-action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .price-action a::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: currentColor;
  -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 .price-action a::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-action a::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-action a::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-action a::before {
    right: 20px;
  }
}
.product-eco .sector-special {
  padding-bottom: 128px;
  background: linear-gradient(190deg, #FFC800 1.52%, #FF973C 46.72%, #FF7F88 104.83%);
}
.product-eco .sector-special::before {
  content: "SPECIAL EVENT";
  position: absolute;
  bottom: -35px;
  right: 0;
  left: 0;
  font-family: "Montserrat", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 216px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -10px;
  background: -webkit-gradient(linear, left top, right top, from(#FFB2A3), to(#FFAE90));
  background: linear-gradient(90deg, #FFB2A3 0%, #FFAE90 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 0.3;
  -webkit-filter: drop-shadow(5px 5px 0px #DA6337);
          filter: drop-shadow(5px 5px 0px #DA6337);
}
.product-eco .sector-special::after {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  width: 102px;
  height: 99px;
  margin-left: -51px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/G/product/250903/pc/icon_plus.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-special .title-box + .frame {
  margin-top: 50px;
}
.product-eco .sector-special .frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 60px 16px;
  border-radius: 10px;
  border: 1px solid #C05D53;
  background: #FFF;
  -webkit-box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.25);
}
.product-eco .sector-special .special-text {
  margin-top: 30px;
  text-align: left;
}
.product-eco .sector-special .special-text .flag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 22px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.64px;
  border-radius: 34px;
  border: 1px solid #E67B52;
  background: linear-gradient(91deg, #FFAD14 -29.05%, #FF8672 105.41%);
}
.product-eco .sector-special .special-text .text {
  margin-top: 30px;
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.04px;
}
.product-eco .sector-special .loppy {
  position: absolute;
  top: -59px;
  right: -121px;
}
.product-eco .sector-teacher {
  padding-bottom: 100px;
  background-color: #FFF4D6;
}
.product-eco .sector-teacher .frame {
  border-color: #545454;
}
.product-eco .sector-teacher .teacher-box {
  margin-top: 50px;
}
.product-eco .sector-teacher .teacher-box + .frame {
  margin-top: 16px;
}
.product-eco .sector-teacher .teacher-box .frame {
  border-color: #9B7925;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(41.83%, #FFF), to(#FFE6B4));
  background: linear-gradient(180deg, #FFF 41.83%, #FFE6B4 100%);
}
.product-eco .sector-teacher .teacher-box .frame .title-box .main-title {
  font-size: 32px;
}
.product-eco .sector-teacher .img-box {
  position: absolute;
  bottom: 0;
  left: 0;
}
.product-eco .sector-teacher .teacher-info {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.product-eco .sector-teacher .teacher-info .list-box {
  margin-top: 0;
}
.product-eco .sector-teacher .teacher-info .slide-box {
  width: 456px;
}
.product-eco .sector-teacher .teacher-info .slide-box .review-slide {
  margin-top: 20px;
}
.product-eco .sector-teacher .teacher-info .slide-box .slick-slide {
  border: 0;
}
.product-eco .sector-teacher .teacher-info .slide-box .slick-slide + .slick-slide {
  margin-top: 10px;
}
.product-eco .sector-teacher .teacher-info .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.product-eco .sector-teacher .teacher-info .action + div {
  margin-top: 0;
}
.product-eco .sector-teacher .teacher-info .notice {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 0 10px #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.78px;
}
.product-eco .sector-review {
  padding-bottom: 100px;
}
.product-eco .sector-review .review-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 50px;
}
.product-eco .sector-review .review-list > div {
  position: relative;
  -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 .sector-review .review-list > div:hover .hover {
  display: none;
}
.product-eco .sector-review .review-list .hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 19px;
  border-radius: 10px;
  border: 1.105px solid #D0D0D0;
  background: #242424;
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
}
.product-eco .sector-review .review-list .hover .title {
  color: #FFD900;
  font-size: 24px;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -0.96px;
}
.product-eco .sector-review .review-list .hover .user {
  color: #AFAFAF;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}
.product-eco .sector-hit {
  padding-bottom: 100px;
  background-color: #F8F8F8;
}
.product-eco .sector-hit .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 180px;
}
.product-eco .sector-hit .tab-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border: 1px solid #CFCFCF;
  border-radius: 10px 0 0 0;
  background: #E7E7E7;
  cursor: pointer;
}
.product-eco .sector-hit .tab-list li .teacher {
  position: relative;
  margin-top: -124px;
}
.product-eco .sector-hit .tab-list li .teacher::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
  width: 240px;
  height: 220px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/G/product/250903/pc/tab_active.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-hit .tab-list li .teacher img {
  position: relative;
  z-index: 1;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.product-eco .sector-hit .tab-list li .text {
  padding: 20px 30px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
}
.product-eco .sector-hit .tab-list li .text span {
  color: #666;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}
.product-eco .sector-hit .tab-list li .text span.name {
  font-weight: 900;
}
.product-eco .sector-hit .tab-list li:first-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border-radius: 0 10px 0 0;
}
.product-eco .sector-hit .tab-list li:first-child .text {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.product-eco .sector-hit .tab-list li.active {
  border-color: #D59500;
  background: #FB9B00;
}
.product-eco .sector-hit .tab-list li.active span {
  color: #FFF;
}
.product-eco .sector-hit .tab-list li.active .teacher::after {
  display: block;
}
.product-eco .sector-hit .tab-list li.active .teacher img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.product-eco .sector-hit .tab-view {
  display: none;
  position: relative;
  padding: 60px;
  background: #FFF;
}
.product-eco .sector-hit .tab-view.active {
  display: block;
}
.product-eco .sector-curriculum {
  padding-bottom: 100px;
}
.product-eco .sector-curriculum .title-box + .frame {
  margin-top: 50px;
}
.product-eco .sector-exam {
  padding-bottom: 30px;
  background-color: #F6F6F6;
}
.product-eco .sector-exam .title-box + .frame {
  margin-top: 50px;
}
.product-eco .sector-exam .list-box {
  gap: 6px;
}
.product-eco .sector-puri {
  padding-bottom: 100px;
  background-color: #F6F6F6;
}
.product-eco .sector-band {
  background: -webkit-gradient(linear, left top, right top, color-stop(16.2%, #FFDB64), color-stop(99.71%, #FFADA2));
  background: linear-gradient(90deg, #FFDB64 16.2%, #FFADA2 99.71%);
}
.product-eco .sector-band .loopy {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -610px;
}/*# sourceMappingURL=web.css.map */