@charset "UTF-8";
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full, .grid {
  *zoom: 1;
}
.promotion .wrap::before,
.promotion .wrap-full::before,
.product-eco .wrap::before,
.product-eco .wrap-full::before,
.fullservice .wrap::before,
.fullservice .wrap-full::before, .grid::before, .promotion .wrap::after,
.promotion .wrap-full::after,
.product-eco .wrap::after,
.product-eco .wrap-full::after,
.fullservice .wrap::after,
.fullservice .wrap-full::after, .grid::after {
  content: "";
  display: table;
}
.promotion .wrap::after,
.promotion .wrap-full::after,
.product-eco .wrap::after,
.product-eco .wrap-full::after,
.fullservice .wrap::after,
.fullservice .wrap-full::after, .grid::after {
  clear: both;
}

.hidden,
.sr_only,
.sr-only {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

.grid {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid .col {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.table {
  display: table;
}
.table .table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

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

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

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

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

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

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

.promotion,
.product-eco,
.fullservice {
  text-align: center;
  overflow: hidden;
}
.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);
  }
}

.eduf-layer-base .eduf-layer-wrap .eduf-layer-close {
  top: -0.6944444444vw;
  right: 0;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .eduf-layer-wrap .eduf-layer-close {
    top: -5px;
  }
}
.eduf-layer-base .eduf-layer-wrap .eduf-layer-close:before, .eduf-layer-base .eduf-layer-wrap .eduf-layer-close:after {
  background-color: #fff;
}
.eduf-layer-base .eduf-layer-wrap .eduf-layer-title {
  background-color: transparent;
  padding: 0 0 2.0833333333vw 0;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .eduf-layer-wrap .eduf-layer-title {
    padding: 0 0 15px 0;
  }
}
.eduf-layer-base .eduf-layer-wrap .eduf-layer-title strong {
  color: #fff;
  font-size: 4.1666666667vw;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.2083333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .eduf-layer-wrap .eduf-layer-title strong {
    font-size: 30px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .eduf-layer-wrap .eduf-layer-title strong {
    letter-spacing: -1.5px;
  }
}
.eduf-layer-base .eduf-layer-wrap .eduf-layer-content {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
.eduf-layer-base .eduf-layer-wrap .eduf-layer-content table {
  width: 100%;
  table-layout: fixed;
}
.eduf-layer-base .eduf-layer-wrap .eduf-layer-content table thead th {
  padding: 2.0833333333vw 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
  background: linear-gradient(180deg, #444 0%, #000 100%);
  color: #FFBF00;
  font-size: 2.7777777778vw;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .eduf-layer-wrap .eduf-layer-content table thead th {
    padding: 15px 0;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .eduf-layer-wrap .eduf-layer-content table thead th {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .eduf-layer-wrap .eduf-layer-content table thead th {
    letter-spacing: -1px;
  }
}
.eduf-layer-base .eduf-layer-wrap .eduf-layer-content table thead th + th {
  border-left-width: 0.1388888889vw;
  border-left-style: solid;
  border-color: #D8D8D8;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .eduf-layer-wrap .eduf-layer-content table thead th + th {
    border-left-width: 1px;
  }
}
.eduf-layer-base .eduf-layer-wrap .eduf-layer-content table tbody td {
  padding: 1.25vw 2.7777777778vw;
  border-right: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  background: #FFF;
  color: #000;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.125vw;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .eduf-layer-wrap .eduf-layer-content table tbody td {
    padding: 9px 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .eduf-layer-wrap .eduf-layer-content table tbody td {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .eduf-layer-wrap .eduf-layer-content table tbody td {
    letter-spacing: -0.9px;
  }
}
.eduf-layer-base .eduf-layer-wrap .eduf-layer-content table tbody td[rowspan] {
  text-align: center;
  color: #000;
  font-size: 2.7777777778vw;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .eduf-layer-wrap .eduf-layer-content table tbody td[rowspan] {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .eduf-layer-wrap .eduf-layer-content table tbody td[rowspan] {
    letter-spacing: -1px;
  }
}

.product-eco .wrap {
  width: 1200px;
}
.product-eco .slick-dots {
  margin-top: 20px;
  text-align: center;
}
.product-eco .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 6px;
  border-radius: 7px;
  background-color: #D9D9D9;
}
.product-eco .slick-dots li.slick-active {
  background-color: #FFBF00;
  width: 50px;
}
.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: 20px 14px;
}
.product-eco .slick-list * {
  font-size: 0;
}
.product-eco .mrt-banner {
  position: fixed;
  top: 270px;
  right: 10px;
  z-index: 99;
}
.product-eco .mrt-banner a {
  position: relative;
  display: block;
  z-index: 1;
}
.product-eco .mrt-banner .close-banner {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
.product-eco .title-box {
  margin-bottom: 60px;
}
.product-eco .title-box p.main-title {
  font-size: 19px;
  font-weight: 350;
  line-height: 1.2;
  letter-spacing: -0.76px;
  color: #000;
}
.product-eco .title-box p.main-title strong {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.88px;
}
.product-eco .title-box p.main-title .fc-point {
  color: #F90;
}
.product-eco .title-box p.num-title {
  display: inline-block;
  padding: 12px 37px;
  margin-bottom: 20px;
  color: #111;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.48px;
  border-radius: 8px;
  border: 1px solid #EEE;
  background: #FFF;
}
.product-eco .frame {
  margin: 0 20px;
  padding: 39px 0;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #fff;
}
.product-eco .sector-top {
  background-color: #161616;
}
.product-eco .sector-top .btn-top-tab {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 20px;
}
.product-eco .sector-top .btn-top-tab .tab-btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  text-align: left;
  background: #161616;
  padding: 24px 14px;
}
.product-eco .sector-top .btn-top-tab .tab-btn span {
  color: #797979;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.48px;
}
.product-eco .sector-top .btn-top-tab .tab-btn strong {
  display: inline-block;
  margin-top: 4px;
  color: #797979;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.66px;
}
.product-eco .sector-top .btn-top-tab .tab-btn .badge-title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 23px;
}
.product-eco .sector-top .btn-top-tab .tab-btn [class^=img-title-teacher] {
  position: absolute;
  bottom: 0;
  right: 20px;
}
.product-eco .sector-top .btn-top-tab .tab-btn:not(.is-active) [class^=img-title-teacher] {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.product-eco .sector-top .btn-top-tab .tab-btn.is-active {
  background-color: #FFD800;
}
.product-eco .sector-top .btn-top-tab .tab-btn.is-active span, .product-eco .sector-top .btn-top-tab .tab-btn.is-active strong {
  color: #000;
}
.product-eco .sector-top .btn-top-tab .tab-btn + .tab-btn {
  border-left: 1px solid #565656;
}
.product-eco .sector-title {
  position: relative;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_105/product/250905/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  background: #FFFADC;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10.37%, #FFFADC), to(#FFDB3D));
  background: linear-gradient(180deg, #FFFADC 10.37%, #FFDB3D 100%);
}
.product-eco .sector-title .title-visual {
  position: relative;
}
.product-eco .sector-title .title-visual .action-title {
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-eco .sector-title .title-visual .action-title img {
  -webkit-filter: drop-shadow(0 7px 20px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 7px 20px rgba(0, 0, 0, 0.2));
}
.product-eco .sector-why {
  background-color: #FFDC3A;
  background-color: #FFDC3A;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_105/product/250905/pc/bg_why.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-prove .video-box {
  position: absolute;
  top: 260px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1160px;
  height: 580px;
}
.product-eco .sector-prove .video-box .eduwill-iframe-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.product-eco .sector-prove .video-box iframe {
  width: 100%;
  height: 100%;
}
.product-eco .sector-target {
  background-color: #FFDF40;
}
.product-eco .sector-band {
  padding: 40px 0;
  background: #444;
  background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
  background: linear-gradient(180deg, #444 0%, #000 100%);
}
.product-eco .sector-band p {
  color: #EBEBEB;
  font-family: "EduwillPassRegular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.56px;
}
.product-eco .sector-band strong {
  display: block;
  color: #FFD800;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.68px;
}
.product-eco .cont-benefit-wrap {
  padding: 100px 0;
  background: #FAFAFA;
}
.product-eco .cont-benefit-wrap [class^=sector-benefit] + [class^=sector-benefit] {
  margin-top: 20px;
}
.product-eco .cont-benefit-wrap .tab-box {
  width: 1040px;
  margin: 0 auto;
}
.product-eco .cont-benefit-wrap .tab-box .tab-list {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.product-eco .cont-benefit-wrap .tab-box .tab-list .tab-btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 25px 0;
  background: #F3F3F3;
  color: #797979;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1.2px;
}
.product-eco .cont-benefit-wrap .tab-box .tab-list .tab-btn img {
  position: absolute;
  left: 50px;
  bottom: 0;
}
.product-eco .cont-benefit-wrap .tab-box .tab-list .tab-btn:first-child {
  border-top-left-radius: 10px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #ddd;
}
.product-eco .cont-benefit-wrap .tab-box .tab-list .tab-btn:last-child {
  border-top-right-radius: 10px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #ddd;
}
.product-eco .cont-benefit-wrap .tab-box .tab-list .tab-btn:not(.is-active) img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.product-eco .cont-benefit-wrap .tab-box .tab-list .tab-btn.is-active {
  background: #000;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(#333));
  background: linear-gradient(0deg, #000 0%, #333 100%);
  color: #FFBF00;
}
.product-eco .cont-benefit-wrap .tab-view {
  padding: 45px 0;
  border-radius: 0 0 10px 10px;
  border: 1px solid #DDD;
  border-top: 0;
}
.product-eco .cont-benefit-wrap .tab-view .video-box {
  position: relative;
  width: 950px;
  height: 475px;
  margin: 0 auto;
}
.product-eco .cont-benefit-wrap .tab-view .video-box .eduwill-iframe-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product-eco .cont-benefit-wrap .tab-view .video-box iframe {
  width: 100%;
  height: 100%;
}
.product-eco .cont-benefit-wrap .tab-view:not(.is-active) {
  display: none;
}
.product-eco .sector-benefit1 .tab-box {
  width: 1040px;
  margin: 0 auto;
}
.product-eco .sector-benefit1 .tab-box .tab-list {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.product-eco .sector-benefit1 .tab-box .tab-list .tab-btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 25px 0;
  background: #F3F3F3;
  color: #797979;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1.2px;
}
.product-eco .sector-benefit1 .tab-box .tab-list .tab-btn img {
  position: absolute;
  left: 50px;
  bottom: 0;
}
.product-eco .sector-benefit1 .tab-box .tab-list .tab-btn:first-child {
  border-top-left-radius: 10px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #ddd;
}
.product-eco .sector-benefit1 .tab-box .tab-list .tab-btn:last-child {
  border-top-right-radius: 10px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #ddd;
}
.product-eco .sector-benefit1 .tab-box .tab-list .tab-btn:not(.is-active) img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.product-eco .sector-benefit1 .tab-box .tab-list .tab-btn.is-active {
  background: #000;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(#333));
  background: linear-gradient(0deg, #000 0%, #333 100%);
  color: #FFBF00;
}
.product-eco .sector-benefit1 .tab-view {
  padding: 45px 0;
  border-radius: 0 0 10px 10px;
  border: 1px solid #DDD;
  border-top: 0;
}
.product-eco .sector-benefit1 .tab-view .video-box {
  position: relative;
  width: 950px;
  height: 475px;
  margin: 0 auto;
}
.product-eco .sector-benefit1 .tab-view .video-box .eduwill-iframe-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product-eco .sector-benefit1 .tab-view .video-box iframe {
  width: 100%;
  height: 100%;
}
.product-eco .sector-benefit2 .tab-view {
  position: relative;
}
.product-eco .sector-benefit2 .tab-view .btn-curriculum {
  position: absolute;
  left: 164px;
  bottom: 53px;
  width: 170px;
  height: 20px;
}
.product-eco .sector-product {
  padding: 100px 0;
  background: #FFDF40;
}
.product-eco .sector-product .product-box {
  margin-top: 60px;
  padding: 0 20px;
}
.product-eco .sector-product .product-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 16px;
}
.product-eco .sector-product .product-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  border: 1px solid #B3B3B3;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.product-eco .sector-product .product-item.is-active {
  border: 2px solid #000;
}
.product-eco .sector-product .product-item .product-info {
  padding: 29px 34px 0;
}
.product-eco .sector-product .product-item .product-info .product-subject {
  font-size: 20px;
  letter-spacing: -2px;
  line-height: 2.2;
  color: #FFBF00;
  font-weight: 900;
}
.product-eco .sector-product .product-item .product-info .product-title {
  margin-top: 24px;
  color: #000;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -2px;
}
.product-eco .sector-product .product-item .product-info .product-title strong {
  font-weight: 900;
}
.product-eco .sector-product .product-item .product-info .text-list {
  margin-top: 25px;
  padding: 12px 0;
  border-top: 1px solid #DEDEDE;
}
.product-eco .sector-product .product-item .product-info .text-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
}
.product-eco .sector-product .product-item .product-info .text-list li .text-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 51px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -1px;
}
.product-eco .sector-product .product-item .product-info .text-list li .text-desc {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -1px;
  word-break: keep-all;
}
.product-eco .sector-product .product-item .product-info .text-list li .text-desc .dash-text {
  position: relative;
  display: block;
  padding: 0 10px;
  color: #5D5D5D;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -1px;
}
.product-eco .sector-product .product-item .product-info .text-list li .text-desc .dash-text:before {
  content: "-";
  position: absolute;
  top: 2px;
  left: 0;
}
.product-eco .sector-product .product-item .product-price {
  margin: 0 34px;
  padding-top: 54px;
  padding-bottom: 22px;
  border-top: 1px solid #DEDEDE;
}
.product-eco .sector-product .product-item .product-price .price-box {
  margin-bottom: 21px;
  text-align: right;
}
.product-eco .sector-product .product-item .product-price .price-box .price-before {
  color: #9F9F9F;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -1px;
  text-decoration-line: line-through;
}
.product-eco .sector-product .product-item .product-price .price-box .price-after {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.21;
  letter-spacing: -1px;
  color: #000;
}
.product-eco .sector-product .product-item .product-price .price-box .price-after strong {
  font-weight: 900;
}
.product-eco .sector-product .product-item .product-price .action {
  margin: 0 -16px;
}
.product-eco .sector-product .product-item .product-price .action .btn-product {
  display: block;
  padding: 26px 31px;
  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%);
}
.product-eco .sector-product .product-item .product-price .action .btn-product .text {
  width: 100%;
  font-size: 28px;
  font-weight: 600;
  color: #FFF;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -1px;
}
.product-eco .sector-product .product-item .product-price .action .btn-product .text {
  position: relative;
  display: inline-block;
}
.product-eco .sector-product .product-item .product-price .action .btn-product .text::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 3px;
  border-right-width: 3px;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-product .product-item .product-price .action .btn-product .text::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-product .product-item .product-price .action .btn-product .text::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-product .product-item .product-price .action .btn-product .text::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-product .product-item .product-price .action .btn-product .text::before {
    right: 20px;
  }
}
.product-eco .sector-product .product-item .product-price .action .btn-product .text:before {
  right: 0;
}
.product-eco .sector-product .notice-text {
  margin-top: 10px;
  color: #6E6E6E;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.42px;
  text-align: left;
}
.product-eco .sector-teacher {
  background-color: #FFF9EB;
}
.product-eco .sector-story .interview-list {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 10px;
}
.product-eco .sector-story .interview-list .video {
  width: 575px;
}
.product-eco .sector-story .interview-list .video img {
  width: 100%;
}
.product-eco .sector-network {
  padding-bottom: 100px;
  background-color: #FFF9EB;
}
.product-eco .sector-network .network-slider .slick-slide {
  margin: 0 10px;
  opacity: 0.4;
}
.product-eco .sector-network .network-slider .slick-slide.slick-center {
  opacity: 1;
}
.product-eco .sector-brand {
  background: #FFF9EB;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF9EB), to(#FFF));
  background: linear-gradient(180deg, #FFF9EB 0%, #FFF 100%);
}/*# sourceMappingURL=web.css.map */