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

@-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-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 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-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 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-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 effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.effect-blink, .product-eco .sector-curriculum .frame .flag-2 {
  -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;
}

.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;
}
@media screen and (min-width: 720px) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -1px;
  }
}
.promotion *,
.product-eco *,
.fullservice * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.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;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 55px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  height: 7.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 56px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
}
@-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);
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  -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;
}

.product-eco .wrap {
  width: 1200px;
}
.product-eco .only-mobile {
  display: none;
}
.product-eco .slick-dots {
  margin-top: 20px;
}
.product-eco .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.2);
}
.product-eco .slick-dots li.slick-active {
  width: 36px;
  background: #FFBF00;
}
.product-eco .slick-arrow {
  border-radius: 50%;
}
.product-eco .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    width: 50px;
  }
}
.product-eco .slick-arrow.slick-prev {
  height: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    height: 50px;
  }
}
.product-eco .slick-arrow.slick-prev {
  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: -75vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    margin-left: -540px;
  }
}
.product-eco .slick-arrow.slick-prev {
  background: rgba(0, 0, 0, 0.5);
}
.product-eco .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.7361111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    width: 12.5px;
  }
}
.product-eco .slick-arrow.slick-prev::before {
  height: 1.7361111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    height: 12.5px;
  }
}
.product-eco .slick-arrow.slick-prev::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 2px;
  border-left-width: 2px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
.product-eco .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    width: 50px;
  }
}
.product-eco .slick-arrow.slick-next {
  height: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    height: 50px;
  }
}
.product-eco .slick-arrow.slick-next {
  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: -75vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    margin-right: -540px;
  }
}
.product-eco .slick-arrow.slick-next {
  background: rgba(0, 0, 0, 0.5);
}
.product-eco .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.7361111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    width: 12.5px;
  }
}
.product-eco .slick-arrow.slick-next::before {
  height: 1.7361111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    height: 12.5px;
  }
}
.product-eco .slick-arrow.slick-next::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-top-width: 2px;
  border-right-width: 2px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
.product-eco .fc-point {
  color: #FF9000 !important;
}
.product-eco .img-box {
  position: relative;
}
.product-eco .btn-base button {
  padding: 2px 17px 2px 8px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  opacity: 0.6;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
}
.product-eco .btn-base button {
  position: relative;
  display: inline-block;
}
.product-eco .btn-base button::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base button::before {
    width: 4px;
  }
}
.product-eco .btn-base button::before {
  height: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base button::before {
    height: 4px;
  }
}
.product-eco .btn-base button::before {
  margin-top: -0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base button::before {
    margin-top: -2px;
  }
}
.product-eco .btn-base button::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base button::before {
    right: 8px;
  }
}
.product-eco .btn-base button::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.product-eco .btn-base button:before {
  right: 8px;
}
.product-eco .text-base {
  margin: 20px 20px 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  letter-spacing: -1px;
  text-align: left;
}
.product-eco .title-box {
  position: relative;
  margin-bottom: 60px;
}
.product-eco .title-box .base-text {
  position: absolute;
  top: 6px;
  left: 50%;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
}
.product-eco .title-box p .fc-point {
  color: #FF8000;
}
.product-eco .title-box p.main-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -2.16px;
  color: #222;
}
.product-eco .title-box p.main-title strong {
  font-weight: 700;
}
.product-eco .title-box p.sub-title {
  margin-top: 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -1.56px;
  color: #222;
}
.product-eco .title-box p.sub-title strong {
  font-weight: 700;
}
.product-eco .title-box p.label-title {
  display: inline-block;
  min-width: 118px;
  padding: 12px 19px;
  margin-bottom: 20px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -0.48px;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.product-eco .title-box .notice {
  text-align: center;
}
.product-eco .frame {
  padding: 39px 0 49px;
  margin: 0 20px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  overflow: hidden;
}
.product-eco .frame + .frame {
  margin-top: 10px;
}
.product-eco .frame .title-box {
  margin-bottom: 40px;
}
.product-eco .frame .title-box .main-title {
  font-size: 26px;
  font-weight: 400;
}
.product-eco .frame .notice {
  margin: 20px 59px 0;
}
.product-eco .tab-box {
  margin: 0 20px;
}
.product-eco .tab-box .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}
.product-eco .tab-box .tab-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.product-eco .tab-box .tab-list li button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
  width: 100%;
  height: 100%;
  min-height: 93px;
  padding: 0 75px;
  border-radius: 10px;
  border: 1px solid #000;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -1px;
}
.product-eco .tab-box .tab-list li button span {
  color: #353535;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 140%;
  letter-spacing: -0.6px;
}
.product-eco .tab-box .tab-list li.active button {
  background-color: #000;
  color: #fff;
  font-weight: 500;
}
.product-eco .tab-box .tab-list li.active button span {
  color: rgba(255, 255, 255, 0.8);
}
.product-eco .tab-box .tab-view:not(.active) {
  display: none;
}
.product-eco .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.product-eco .fix-wing-nav {
  position: fixed;
  right: 50px;
  bottom: 200px;
  z-index: 99;
  --nav-color: #000;
  --nav-color-opacity: rgba(0, 0, 0, 0.30);
  --nav-bg: #fff;
}
.product-eco .fix-wing-nav.is-dark-bg {
  --nav-color: #fff;
  --nav-color-opacity: rgba(255, 255, 255, 0.30);
  --nav-bg: #000;
}
.product-eco .fix-wing-nav.is-dark-bg li.active span {
  color: #FFC100;
}
.product-eco .fix-wing-nav.is-dark-bg li.active em {
  background-color: #FFC100;
}
.product-eco .fix-wing-nav .nav-title {
  margin-bottom: 20px;
  margin-right: 5px;
  text-align: right;
  color: var(--nav-color);
  font-size: 22px;
  font-weight: 800;
}
.product-eco .fix-wing-nav ul {
  position: relative;
}
.product-eco .fix-wing-nav ul:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  content: "";
  width: 1px;
  height: calc(100% - 20px);
  display: inline-block;
  border-right: 1px dashed #755E00;
  z-index: -1;
}
.product-eco .fix-wing-nav li {
  position: relative;
}
.product-eco .fix-wing-nav li + li {
  margin-top: 10px;
}
.product-eco .fix-wing-nav li.active a em, .product-eco .fix-wing-nav li:hover a em {
  background-color: #FFC10B;
}
.product-eco .fix-wing-nav li.active a em:after, .product-eco .fix-wing-nav li:hover a em:after {
  content: "";
  background-color: var(--nav-color);
}
.product-eco .fix-wing-nav li.active a span, .product-eco .fix-wing-nav li:hover a span {
  color: var(--nav-color);
}
.product-eco .fix-wing-nav li a {
  position: relative;
  padding-right: 25px;
  z-index: 10;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 253px;
}
.product-eco .fix-wing-nav li a em {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.product-eco .fix-wing-nav li a em:after {
  content: "";
  background-color: var(--nav-color);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.product-eco .fix-wing-nav li a span {
  display: inline-block;
  color: var(--nav-color-opacity);
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.product-eco .fix-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.9);
}
.product-eco .fix-bottom a img {
  margin-top: -14px;
}
.product-eco .fix-bottom a:after {
  right: 180px;
}
.product-eco .sector-title {
  position: relative;
  background-image: url("//img.eduwill.net/eduwill/img/2026/J/product/260326/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-title .wrap {
  width: 1300px;
}
.product-eco .sector-title:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(355deg, #FFF4E1 3.68%, #FFE786 65.58%);
  z-index: -1;
}
.product-eco .sector-title .btn-base {
  position: absolute;
  top: 73px;
  right: 38px;
  z-index: 1;
}
.product-eco .sector-worry {
  padding-top: 100px;
}
.product-eco .sector-worry p.main-title {
  font-weight: 700;
}
.product-eco .sector-bar {
  padding: 42px 0;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  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-bar p {
  color: #000;
  font-size: 42px;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  line-height: 120%;
  letter-spacing: -0.84px;
}
.product-eco .sector-bar strong {
  color: #FFF;
  -webkit-text-stroke-width: 4px;
  paint-order: stroke;
  -webkit-text-stroke-color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
  -webkit-filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000);
          filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000);
}
.product-eco .sector-review {
  padding: 100px 0;
  background-color: #FFFADB;
}
.product-eco .sector-review .text-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 20px 0;
}
.product-eco .sector-review .text-btn-wrap .text-base {
  margin: 0;
}
.product-eco .sector-review .text-btn-wrap a {
  margin-left: auto;
  padding: 7px 25px 7px 11px;
  border: 1px solid rgba(71, 71, 71, 0.25);
  background: -webkit-gradient(linear, left bottom, left top, from(#F5F5F5), to(#FFF));
  background: linear-gradient(0deg, #F5F5F5 0%, #FFF 100%);
  color: #272727;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.56px;
}
.product-eco .sector-review .text-btn-wrap a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-review .text-btn-wrap a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.9722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .text-btn-wrap a::before {
    width: 7px;
  }
}
.product-eco .sector-review .text-btn-wrap a::before {
  height: 0.9722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .text-btn-wrap a::before {
    height: 7px;
  }
}
.product-eco .sector-review .text-btn-wrap a::before {
  margin-top: -0.4861111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .text-btn-wrap a::before {
    margin-top: -3.5px;
  }
}
.product-eco .sector-review .text-btn-wrap a::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .text-btn-wrap a::before {
    right: 14px;
  }
}
.product-eco .sector-review .text-btn-wrap a::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.product-eco .sector-review .text-btn-wrap a:before {
  right: 13px;
}
.product-eco .sector-interview {
  padding: 100px 0;
}
.product-eco .sector-interview .frame {
  padding-top: 0;
  padding-bottom: 0;
}
.product-eco .sector-interview .frame #interviewSection .interview-tab {
  padding: 0 79px;
  margin-right: -79px;
  margin-left: -79px;
}
.product-eco .sector-curriculum {
  padding: 100px 0;
  background-color: #F3F3F3;
}
.product-eco .sector-curriculum .frame {
  position: relative;
}
.product-eco .sector-curriculum .frame .flag-1, .product-eco .sector-curriculum .frame .flag-2 {
  position: absolute;
  right: 31px;
}
.product-eco .sector-curriculum .frame .flag-1 {
  top: 10px;
}
.product-eco .sector-curriculum .frame .flag-2 {
  top: 303px;
}
.product-eco .sector-price {
  padding: 100px 0;
}
.product-eco .sector-price .benefit-list {
  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;
  padding-top: 12px;
  margin-top: 30px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #DEDEDE;
}
.product-eco .sector-price .benefit-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 14px 0;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.64px;
  text-align: center;
}
.product-eco .sector-price .benefit-list li + li {
  border-left: 1px solid #E6E6E6;
}
.product-eco .sector-price .box-list {
  padding: 0 20px;
}
.product-eco .sector-price .box-list .box-item {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 28px 32px;
  border: 1px solid #828282;
  border-radius: 10px;
  background: #FFF;
}
.product-eco .sector-price .box-list .box-item .box-price {
  position: absolute;
  bottom: 250px;
  right: 40px;
}
.product-eco .sector-price .box-list .box-title .text-1 {
  font-size: 20px;
  font-weight: 900;
  line-height: 240%;
  color: #FF7A00;
  letter-spacing: -0.8px;
}
.product-eco .sector-price .box-list .box-title .text-2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 130%;
  color: #000;
  letter-spacing: -1px;
  margin-top: 20px;
}
.product-eco .sector-price .box-list .box-title .text-2 strong {
  font-weight: 900;
}
.product-eco .sector-price .box-list .box-price .after-price .price {
  font-size: 36px;
  line-height: 120%;
  color: #000;
  letter-spacing: -1px;
}
.product-eco .sector-price .box-list .box-price .after-price .price strong {
  font-weight: 900;
}
.product-eco .sector-price .box-list .box-bottom {
  margin-top: 30px;
}
.product-eco .sector-price .box-list .btn-action {
  margin-top: 32px;
}
.product-eco .sector-price .box-list .btn-action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-price .box-list .btn-action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .box-list .btn-action a::before {
    width: 8px;
  }
}
.product-eco .sector-price .box-list .btn-action a::before {
  height: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .box-list .btn-action a::before {
    height: 8px;
  }
}
.product-eco .sector-price .box-list .btn-action a::before {
  margin-top: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .box-list .btn-action a::before {
    margin-top: -4px;
  }
}
.product-eco .sector-price .box-list .btn-action a::before {
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .box-list .btn-action a::before {
    right: 16px;
  }
}
.product-eco .sector-price .box-list .btn-action a::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-price .box-list .btn-action a {
  width: 100%;
  font-size: 20px;
  font-weight: 900;
  color: #FFF;
  letter-spacing: -1px;
  padding: 24px 32px;
  border-radius: 6px;
  background: #646464;
  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-price .box-list .btn-action a:before {
  right: 32px;
}
.product-eco .sector-point {
  background: #FFF3CC;
  padding: 100px 0;
}
.product-eco .sector-point .frame {
  position: relative;
}
.product-eco .sector-point .frame .img-box ul li {
  position: absolute;
  width: 214px;
  padding: 29px 16px;
  border-radius: 10px;
  border: 1px solid #000;
  background: #F8F8F8;
}
.product-eco .sector-point .frame .img-box ul li p {
  padding: 6px;
  border-radius: 5px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.product-eco .sector-point .frame .img-box ul li small {
  display: block;
  margin-top: 14px;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.product-eco .sector-point .frame .img-box ul li.on {
  -webkit-box-shadow: 0 0 0 2px #FFBB00 inset;
          box-shadow: 0 0 0 2px #FFBB00 inset;
  border-color: #FFBB00;
}
.product-eco .sector-point .frame .img-box ul li:nth-child(n+4) {
  bottom: 0;
}
.product-eco .sector-point .frame .img-box ul li:first-child {
  top: 0;
  left: 201px;
}
.product-eco .sector-point .frame .img-box ul li:nth-child(2) {
  top: 0;
  left: 473px;
}
.product-eco .sector-point .frame .img-box ul li:nth-child(3) {
  top: 0;
  left: 745px;
}
.product-eco .sector-point .frame .img-box ul li:nth-child(4) {
  left: 780px;
}
.product-eco .sector-point .frame .img-box ul li:nth-child(5) {
  left: 508px;
}
.product-eco .sector-point .frame .img-box ul li:nth-child(6) {
  left: 236px;
}
.product-eco .sector-point .frame.frame-point2 {
  background-color: #fff;
  background-image: url("//img.eduwill.net/eduwill/img/2026/J/product/260326/pc/bg_professor.png");
  background-repeat: no-repeat;
  background-position: center bottom 87px;
  background-size: 1053px 405px;
}
.product-eco .sector-point .frame.frame-point2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-eco .sector-point .frame.frame-point2 ul li {
  position: relative;
}
.product-eco .sector-point .frame.frame-point2 ul li + li {
  position: relative;
}
.product-eco .sector-point .frame.frame-point2 ul li + li:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 100%;
  display: block;
  border-left: 0.4px dashed #ddd;
  z-index: 1;
}
.product-eco .sector-point .frame.frame-point2 ul li .flag {
  position: absolute;
  right: -10px;
  bottom: 56px;
  z-index: 2;
}
.product-eco .sector-point .frame.frame-point2 ul li .flag img {
  width: 58px;
}
.product-eco .sector-point .frame.frame-point2 ul li a {
  display: block;
  width: 163px;
}
.product-eco .sector-point .frame.frame-point2 ul li a > img {
  width: 100%;
}
.product-eco .sector-point .frame.frame-point2 ul li a .teacher-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 9px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(18.33%, rgba(0, 0, 0, 0)), color-stop(70.83%, rgba(0, 0, 0, 0.2))), rgba(0, 0, 0, 0.66);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 18.33%, rgba(0, 0, 0, 0.2) 70.83%), rgba(0, 0, 0, 0.66);
}
.product-eco .sector-point .frame.frame-point2 ul li a .teacher-info span {
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  line-height: 136%;
  letter-spacing: -0.32px;
}
.product-eco .sector-point .frame.frame-point2 ul li a .teacher-info span.subject {
  font-weight: 400;
}
.product-eco .sector-point .frame.frame-point2 ul li a .teacher-info span.name {
  display: block;
  font-weight: 700;
}
.product-eco .sector-point .frame.frame-point3 .title-box {
  margin-bottom: 0;
}
.product-eco .sector-point .frame.frame-point3 .btn-base {
  margin: 30px 33px 0;
  text-align: left;
}
.product-eco .sector-point .title-box ~ .title-box {
  margin-top: 80px;
}
.product-eco .sector-point .title-box ~ .title-box p.main-title {
  font-size: 22px;
  letter-spacing: -0.88px;
}
.product-eco .sector-point .slide-dots .slick-slide {
  width: 460px;
  margin: 0 5px;
}
.product-eco .sector-point .interview-section {
  padding-bottom: 40px;
}
.product-eco .sector-point .interview-section .wrap {
  padding: 0;
}
.product-eco .sector-point .btn-base a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-point .btn-base a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-point .btn-base a::before {
    width: 6px;
  }
}
.product-eco .sector-point .btn-base a::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-point .btn-base a::before {
    height: 6px;
  }
}
.product-eco .sector-point .btn-base a::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-point .btn-base a::before {
    margin-top: -3px;
  }
}
.product-eco .sector-point .btn-base a::before {
  border-width: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.6);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-point .btn-base a::before {
    right: 12px;
  }
}
.product-eco .sector-point .btn-base a::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.product-eco .sector-point .btn-base a {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.6);
  padding-right: 12px;
}
.product-eco .sector-point .btn-base a:before {
  right: 0;
}
.product-eco .sector-point .slide-video {
  margin-top: 40px;
}
.product-eco .sector-point .slide-video .slick-list {
  overflow: visible;
}
.product-eco .sector-point .slide-video .slick-slide {
  width: 260px;
  margin: 0;
  padding: 6px;
}
.product-eco .sector-point .slide-video .slick-slide img {
  width: 100%;
  border-radius: 0 10px 10px 10px;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.23);
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.23);
}
.product-eco .sector-brand {
  background-color: #002B7E;
  background-image: url("https://img.eduwill.net/eduwill/img/2025/J/event/251217/pc/bg_brand.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-brand .btn-base {
  position: absolute;
  top: 227px;
  right: 28px;
}
.product-eco .sector-brand .btn-base button {
  color: #fff;
  border-color: #fff;
}
.product-eco .sector-winner {
  padding: 100px 0;
  overflow: hidden;
}
.product-eco .sector-winner .title-box {
  margin-bottom: 0;
}
.product-eco .sector-winner .wrap {
  z-index: 2;
}
.product-eco .sector-winner p.main-title {
  color: #fff;
}
.product-eco .sector-winner .eduf-winner-list {
  overflow: hidden;
  -webkit-transform: perspective(300px) rotateX(30deg);
          transform: perspective(300px) rotateX(30deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-winner .eduf-winner-list p {
  margin: 0;
  line-height: 2;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.product-eco .sector-winner .bg-video {
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  z-index: -1;
  width: auto;
  max-width: 100%;
  height: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-eco .sector-winner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}/*# sourceMappingURL=web.css.map */