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

.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: #111;
}
.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;
  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);
  }
}

#fixApply.fix-apply {
  display: none !important;
}

.top-eco-4228 .top-earlybird {
  display: block;
}

.top-eco-4228 .sector-earlybird,
.eco-4228 .right-earlybird {
  display: none;
}

.product-eco .wrap {
  width: 1200px;
}
.product-eco .only-pc {
  display: block;
}
.product-eco .only-mobile {
  display: none;
}
.product-eco .point-1 {
  color: #FFBF00;
}
.product-eco .point-2 {
  color: #FDB800;
}
.product-eco .title-box {
  margin-bottom: 60px;
}
.product-eco .title-box:last-child {
  margin-bottom: 0;
}
.product-eco .title-box .main-title {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -1.75px;
  color: #000;
  line-height: 130%;
}
.product-eco .title-box .sub-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1.12px;
  color: #000;
  line-height: 130%;
}
.product-eco .title-box .sub-title + .notice {
  margin-top: 10px;
}
.product-eco .frame {
  padding: 60px;
  margin: 0 20px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.product-eco .frame .title-box {
  margin-bottom: 40px;
}
.product-eco .frame .title-box:last-child {
  margin-bottom: 0;
}
.product-eco .frame .title-box p {
  line-height: 140%;
  letter-spacing: -0.88px;
}
.product-eco .frame .title-box p.num-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 13px 23px;
  font-size: 12px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -0.48px;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.product-eco .frame .title-box p.main-title {
  margin-top: 20px;
  font-size: 22px;
}
.product-eco .frame .title-box p.sub-title {
  font-size: 20px;
}
.product-eco .frame .img-box {
  margin-top: 40px;
}
.product-eco .frame .img-box + .title-box {
  margin-top: 30px;
}
.product-eco .frame .slide-box {
  margin-top: 40px;
}
.product-eco .notice {
  margin-top: 15px;
  color: rgba(68, 68, 68, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.56px;
}
.product-eco .tab-box {
  margin: 0 20px;
}
.product-eco .tab-box .tab-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: 10px;
}
.product-eco .tab-box .tab-list li {
  position: relative;
  width: 100%;
  color: #969696;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.8px;
  border-radius: 10px;
  background: #E3E3E3;
  cursor: pointer;
}
.product-eco .tab-box .tab-list li.on {
  color: #000;
  background: #FFBE00;
}
.product-eco .tab-box .tab-list li.on p,
.product-eco .tab-box .tab-list li.on strong {
  color: inherit;
}
.product-eco .tab-box .tab-list li p {
  font-size: inherit;
}
.product-eco .tab-box .tab-list li strong {
  font-size: inherit;
  font-weight: 700;
}
.product-eco .tab-box .tab-view {
  display: none;
}
.product-eco .tab-box .tab-view.on {
  display: block;
}
.product-eco .btn-soon, .product-eco .btn-link {
  display: inline-block;
  padding: 7px 20px;
  font-size: 18px;
  letter-spacing: -0.9px;
  border-radius: 5px;
}
.product-eco .btn-link {
  font-weight: 500;
  color: rgba(18, 9, 37, 0.4);
  background: #F7F7F7;
}
.product-eco .btn-link {
  position: relative;
  display: inline-block;
}
.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-link::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-link::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-link::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-link::before {
    right: 12px;
  }
}
.product-eco .btn-soon {
  color: #2F86FE;
  font-weight: 900;
  background: #F6F2FF;
}
.product-eco .slide-box {
  margin-top: 60px;
}
.product-eco .slide-box .slick-arrow {
  border-radius: 50%;
}
.product-eco .slide-box .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  margin-left: -84.7222222222vw;
  background: #FFF;
}
@media screen and (min-width: 720px) {
  .product-eco .slide-box .slick-arrow.slick-prev {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slide-box .slick-arrow.slick-prev {
    height: 60px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slide-box .slick-arrow.slick-prev {
    margin-left: -610px;
  }
}
.product-eco .slide-box .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  border-bottom-width: 2px;
  border-left-width: 2px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .product-eco .slide-box .slick-arrow.slick-prev::before {
    width: 15px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slide-box .slick-arrow.slick-prev::before {
    height: 15px;
  }
}
.product-eco .slide-box .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50%;
  margin-right: -84.7222222222vw;
  background: #FFF;
}
@media screen and (min-width: 720px) {
  .product-eco .slide-box .slick-arrow.slick-next {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slide-box .slick-arrow.slick-next {
    height: 60px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slide-box .slick-arrow.slick-next {
    margin-right: -610px;
  }
}
.product-eco .slide-box .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  border-top-width: 2px;
  border-right-width: 2px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .product-eco .slide-box .slick-arrow.slick-next::before {
    width: 15px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slide-box .slick-arrow.slick-next::before {
    height: 15px;
  }
}
.product-eco .slide-box .slide-connect-pager .slick-track {
  left: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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% !important;
}
.product-eco .slide-box .slide-connect-pager .slick-slide {
  width: 100%;
}
.product-eco .slide-box .slide-connect-pager .slick-slide + .slick-slide {
  margin-left: 10px;
}
.product-eco .slide-box .slide-connect-pager .slick-slide.slick-current .pager {
  color: #000;
  background: #FFBF00;
}
.product-eco .slide-box .slide-connect-pager .pager {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 27px 0;
  color: #969696;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  border-radius: 10px;
  background: #E3E3E3;
  cursor: pointer;
}
.product-eco .slide-box .slide-connect-pager .pager strong {
  color: currentColor;
  font-size: 20px;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: -0.8px;
}
.product-eco .slide-box .slide-connect {
  margin-top: 10px;
}
.product-eco .sector-title {
  padding: 85px 0;
  background: rgba(255, 248, 228, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 248, 228, 0)), to(#FFF8E4));
  background: linear-gradient(0deg, rgba(255, 248, 228, 0) 0%, #FFF8E4 100%);
}
.product-eco .sector-title .wrap > .title-1, .product-eco .sector-title .wrap > .title-2 {
  margin: 0 20px;
}
.product-eco .sector-title p {
  text-align: left;
  color: #000;
  line-height: 120%;
}
.product-eco .sector-title p.title-1 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1.28px;
}
.product-eco .sector-title p.title-2 {
  font-size: 60px;
  font-weight: 900;
  letter-spacing: -1.2px;
}
.product-eco .sector-title .visual-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 20px 0;
  gap: 10px;
}
.product-eco .sector-title .visual-box .visual-title {
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 2px 7px 28px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 2px 7px 28px 0 rgba(0, 0, 0, 0.08);
  font-size: 0;
}
.product-eco .sector-title .visual-box .visual-title p {
  position: absolute;
  left: 50px;
  line-height: 140%;
}
.product-eco .sector-title .visual-box .visual-title p.title-1 {
  top: 50px;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -1.04px;
  opacity: 0.7;
}
.product-eco .sector-title .visual-box .visual-title p.title-2 {
  top: 142px;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1.6px;
}
.product-eco .sector-title .visual-box .visual-title p.title-3 {
  top: 346px;
  display: inline-block;
  padding: 7px 17px 9px 17px;
  color: #FFBE00;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.48px;
  border-radius: 50px;
  background: #000;
  -webkit-box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.08);
}
.product-eco .sector-title .visual-box .visual-link {
  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;
  width: 100%;
  height: auto;
  gap: 10px;
}
.product-eco .sector-title .visual-box .visual-link > div {
  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;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid rgba(204, 198, 165, 0.4);
  background: #FFF;
}
.product-eco .sector-title .visual-box .visual-link > div a {
  display: block;
  width: 100%;
  padding: 14px 0;
  color: #222;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.72px;
}
.product-eco .sector-title .visual-box .visual-link > div a strong {
  display: block;
  font-weight: 700;
  line-height: inherit;
}
.product-eco .sector-item {
  padding: 100px 0;
}
.product-eco .sector-item .tab-list li {
  padding: 20px 0;
}
.product-eco .sector-item .tab-list .flag {
  position: absolute;
  top: 0;
  left: 16px;
  width: 66px;
  height: 55px;
  background-image: url("//img.eduwill.net/eduwill/img/2024/G/product/241209/pc/bg_flag.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-item .tab-list .flag span {
  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;
  width: 100%;
  height: 100%;
  padding-bottom: 5px;
  color: #FFF;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -1.08px;
  -webkit-transform: rotate(-8deg) skew(-10deg);
          transform: rotate(-8deg) skew(-10deg);
}
.product-eco .sector-item .box-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 14px;
  gap: 6px;
}
.product-eco .sector-item .box-list .box-price {
  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;
  gap: 30px;
  width: 100%;
  padding: 30px;
  text-align: left;
  border-radius: 10px;
  border: 1px solid #828282;
  background: #FFF;
}
.product-eco .sector-item .box-list .box-price > div {
  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;
}
.product-eco .sector-item .box-list .price-title {
  position: relative;
  text-align: left;
}
.product-eco .sector-item .box-list .price-title p.sub-title {
  color: #FA0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.8px;
}
.product-eco .sector-item .box-list .price-title p.main-title {
  margin-top: 30px;
  color: #000;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 1.2;
}
.product-eco .sector-item .box-list .price-title p.main-title strong {
  font-weight: 900;
}
.product-eco .sector-item .box-list .price-benefit {
  margin-bottom: auto;
  padding: 18px 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
.product-eco .sector-item .box-list .price-benefit > div {
  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 .box-list .price-benefit > div.plus {
  margin-top: 20px;
  padding: 17px 0 17px 70px;
  border-radius: 10px;
  border: 1px solid rgba(255, 190, 0, 0.1);
  background: #FFFBEF;
  -webkit-box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.05);
}
.product-eco .sector-item .box-list .price-benefit > div.plus p {
  font-weight: 500;
}
.product-eco .sector-item .box-list .price-benefit p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.9px;
}
.product-eco .sector-item .box-list .price-benefit p.text-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 52px;
}
.product-eco .sector-item .box-list .price-benefit p.text-title:has(span) {
  display: inline-grid;
  grid-template-columns: 3fr 1fr;
}
.product-eco .sector-item .box-list .price-list strong {
  line-height: inherit;
  font-weight: inherit;
}
.product-eco .sector-item .box-list .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 .box-list .price-list .price-before + .price-after {
  margin-top: 10px;
}
.product-eco .sector-item .box-list .price-list .price-before p {
  line-height: 1;
  color: #9F9F9F;
  font-size: 15px;
  font-weight: 400;
}
.product-eco .sector-item .box-list .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 .box-list .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 .box-list .price-list .price-after {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10px;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.product-eco .sector-item .box-list .price-list .price-after:only-child {
  width: 100%;
  text-align: right;
}
.product-eco .sector-item .box-list .price-list .price-after p {
  line-height: 1;
  color: #000;
}
.product-eco .sector-item .box-list .price-list .price-after p.text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.8px;
}
.product-eco .sector-item .box-list .price-list .price-after p.cost {
  margin-top: 5px;
  font-size: 36px;
  font-weight: 400;
}
.product-eco .sector-item .box-list .price-list .price-after p.cost strong {
  font-weight: 900;
}
.product-eco .sector-item .box-list .price-list .price-after p.notice {
  margin-top: 20px;
}
.product-eco .sector-item .box-list .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%);
}
.product-eco .sector-item .box-list .price-action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .box-list .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 .box-list .price-action a::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-action a::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-action a::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-action a::before {
    right: 20px;
  }
}
.product-eco .sector-item .title-box {
  margin-top: 40px;
}
.product-eco .sector-band {
  padding: 50px 0;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  border-top-width: 4px;
  border-bottom-width: 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-27.78%, #FFD453), color-stop(94.44%, #FFBF00));
  background: linear-gradient(180deg, #FFD453 -27.78%, #FFBF00 94.44%);
}
.product-eco .sector-band p {
  color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.84px;
}
.product-eco .sector-band p strong {
  color: #FFF;
  font-family: inherit;
  font-weight: inherit;
  line-height: 1;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  -webkit-filter: drop-shadow(1px 3px #000) drop-shadow(0px -1px #000) drop-shadow(-1px 1px #000) drop-shadow(-1px 0px #000);
          filter: drop-shadow(1px 3px #000) drop-shadow(0px -1px #000) drop-shadow(-1px 1px #000) drop-shadow(-1px 0px #000);
}
.product-eco .sector-reform {
  padding: 100px 0;
  background-color: #222;
}
.product-eco .sector-reform .slide-box {
  margin: 0 auto;
  width: 1160px;
}
.product-eco .sector-step {
  padding: 100px 0;
  overflow: hidden;
}
.product-eco .sector-step::before {
  content: "eduwill pass";
  position: absolute;
  top: -80px;
  left: 50%;
  color: rgba(0, 0, 0, 0.02);
  font-family: "Montserrat", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 300px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -18px;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-eco .sector-solution {
  padding: 100px 0;
  background-color: #FAFAFA;
}
.product-eco .sector-solution .wrap + .wrap {
  margin-top: 30px;
}
.product-eco .sector-solution .care-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  gap: 10px;
}
.product-eco .sector-solution .care-box .img-box {
  margin-top: 0;
}
.product-eco .sector-solution .list-box {
  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;
  width: 100%;
  height: auto;
  gap: 10px;
}
.product-eco .sector-solution .list-box > div {
  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;
  width: 100%;
  height: 100%;
  padding: 28px 0;
  color: #444;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.64px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FAFAFA;
}
.product-eco .sector-review {
  padding: 100px 0;
  background-color: #FFFBF1;
}
.product-eco .sector-review .tab-box {
  margin-top: 60px;
}
.product-eco .sector-review .tab-list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.product-eco .sector-review .tab-list li.on .winner {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.product-eco .sector-review .tab-list li .winner {
  margin-top: -22px;
  font-size: 0;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.product-eco .sector-review .tab-view {
  position: relative;
  width: 100%;
  height: 652px;
  margin: 20px auto 0;
  border-radius: 10px;
  overflow: hidden;
}
.product-eco .sector-review .tab-view a {
  position: absolute;
  top: 0;
  left: 0;
}
.product-eco .sector-review .tab-view a img {
  width: 100%;
}
.product-eco .sector-review .tab-view iframe, .product-eco .sector-review .tab-view video {
  width: 100%;
}
.product-eco .sector-benefit {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 191, 0, 0.2)), to(rgba(255, 191, 0, 0.5)));
  background: linear-gradient(180deg, rgba(255, 191, 0, 0.2) 0%, rgba(255, 191, 0, 0.5) 100%);
}/*# sourceMappingURL=web.css.map */