@charset "UTF-8";
.grid {
  *zoom: 1;
}
.grid:before, .grid:after {
  content: "";
  display: table;
}
.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;
}

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

.dim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.7);
}

.layer {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100001;
  width: 1000px;
  height: 715px;
  margin: -327px 0 0 -500px;
  background-color: #fff;
}

.dim.in,
.layer.in {
  display: block;
}

.layer_detail_info .layer_body {
  width: 1000px;
  margin: 0 auto;
}

.layer_detail_info .bx-wrapper {
  width: 1000px;
  height: 550px;
}

.layer_detail_info .bx-wrapper .bx-viewport {
  left: 0;
  width: 1000px !important;
  height: 550px !important;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.gallery-thumbs-container {
  margin-top: 28px;
  padding: 0 75px;
  overflow: hidden;
}

.gallery-thumbs-container .bx-wrapper .bx-viewport {
  width: 100% !important;
  height: 110px !important;
}

.gallery-thumbs-container .academy_gallery_thumb {
  overflow: hidden;
}

.gallery-thumbs-container .academy_gallery_thumb .thumb-item {
  width: 200px !important;
  height: 110px !important;
}

.gallery-thumbs-container .academy_gallery_thumb .thumb-item img {
  width: 100%;
}

.gallery-thumbs-container .bx-controls-direction a {
  top: 0;
  width: 75px;
  height: 110px;
  margin-top: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0 !important;
}

.gallery-thumbs-container .bx-wrapper .bx-prev {
  margin-left: 0;
  left: -75px;
  background-image: url("https://img.eduwill.net/Img2/Won2/promotion/license/180503_01/btn_prev.png");
}

.gallery-thumbs-container .bx-wrapper .bx-next {
  margin-right: 0;
  right: -75px;
  background-image: url("https://img.eduwill.net/Img2/Won2/promotion/license/180503_01/btn_next.png");
}

.close_layer {
  position: absolute;
  top: 0;
  right: -50px;
  display: block;
  width: 50px;
  height: 50px;
  background: url("https://img.eduwill.net/Img2/Won2/promotion/license/180503_01/layer_close.png") no-repeat center center;
}

.product-eco {
  min-width: 1200px;
  overflow: hidden;
}
.product-eco p {
  margin: 0;
}
.product-eco *, .product-eco *:before, .product-eco *:after {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -1px;
}
.product-eco [class^=sector-] {
  position: relative;
}
.product-eco .wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.product-eco .wrap.wrap-1300 {
  width: 1300px;
}
.product-eco .slick-dots {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.product-eco .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}
.product-eco .slick-dots li button {
  width: 20px;
  height: 20px;
  text-indent: -9999em;
  border: none;
  border-radius: 50%;
  background-color: #d8d8d8;
  outline: none;
  cursor: pointer;
}
.product-eco .slick-dots li.slick-active button {
  width: 20px;
  border-radius: 15px;
  background-color: #1a2553;
}
.product-eco .btn-text, .product-eco .btn-grounds {
  display: inline-block;
  color: #8a8a8a;
  font-size: 15px;
  letter-spacing: -1px;
  line-height: 1;
  font-weight: 400;
}
.product-eco .btn-text span, .product-eco .btn-grounds span {
  padding-right: 10px;
}
.product-eco .btn-text span, .product-eco .btn-grounds span {
  position: relative;
  display: inline-block;
}
.product-eco .btn-text span:before, .product-eco .btn-grounds span:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.5555555556vw;
  height: 0.5555555556vw;
  margin-top: -0.2777777778vw;
  border-width: 0;
  border-style: solid;
  border-color: #8a8a8a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.1111111111vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-text span:before, .product-eco .btn-grounds span:before {
    width: 4px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-text span:before, .product-eco .btn-grounds span:before {
    height: 4px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-text span:before, .product-eco .btn-grounds span:before {
    margin-top: -2px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-text span:before, .product-eco .btn-grounds span:before {
    right: 8px;
  }
}
.product-eco .btn-text span:before, .product-eco .btn-grounds span:before {
  right: 0;
}
.product-eco .btn-text {
  position: absolute;
  right: 210px;
  top: 30px;
}
.product-eco .btn-grounds {
  position: relative;
  margin-top: 10px;
  font-size: 14px;
}
.product-eco .btn-grounds span {
  padding-right: 10px;
}
.product-eco .slide-group {
  position: relative;
  margin-top: 20px;
}
.product-eco .slide-group .video-container .slick-slide {
  opacity: 0.4;
}
.product-eco .slide-group .video-container .slick-active {
  opacity: 1;
}
.product-eco .slide-group .video-container .slide-list {
  padding-top: 30px;
}
.product-eco .slide-group .video-container .slide-list img {
  border-top-right-radius: 20px;
}
.product-eco .slide-group .slick-dots {
  text-align: center;
}
.product-eco .slide-group .slick-dots li {
  display: inline-block;
  margin-left: 6px;
}
.product-eco .slide-group .slick-dots li button {
  cursor: pointer;
  text-indent: -10000em;
  border: 0;
  padding: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #bbbbbb;
}
.product-eco .slide-group .slick-dots li.slick-active button {
  background: #f4582e;
}
.product-eco .slide-group .slide-list {
  margin: 0 10px;
  padding-bottom: 30px;
}
.product-eco .slide-group .slide-list img {
  -webkit-box-shadow: 7px 7px 27px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 7px 7px 27px 0px rgba(0, 0, 0, 0.23);
}
.product-eco .holder {
  position: relative;
}
.product-eco .icon-pointer {
  position: relative;
  display: inline-block;
}
.product-eco .icon-pointer:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 7.9166666667vw;
  height: 9.0277777778vw;
  background: url("https://img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_12.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) {
  .product-eco .icon-pointer:after {
    width: 57px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .icon-pointer:after {
    height: 65px;
  }
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
.product-eco .benefit-box-1 {
  position: absolute;
  width: 270px;
  height: 402px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 38px 0 0 0;
}
.product-eco .benefit-box-1 .benefit-title {
  color: #222;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -1.5px;
}
.product-eco .benefit-box-1 .benefit-title .desc {
  margin-top: 15px;
  font-weight: 400;
  font-size: 12px;
  color: rgba(34, 34, 34, 0.6);
}
.product-eco .benefit-box-1 .sale-text {
  position: absolute;
  top: 204px;
  left: 158px;
  right: 47px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
.product-eco .benefit-box-1 .flag-text {
  position: absolute;
  top: 280px;
  left: 140px;
  right: 30px;
  padding: 7px 0;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: -1.5px;
  border-radius: 100px;
  background: #ff0000;
}
.product-eco .sector-title {
  position: relative;
  background: url("https://img.eduwill.net/eduwill/img/2025/_105/product/250905_2/pc/bg_title.jpg") 50% 0 no-repeat;
  background-size: cover;
}
.product-eco .sector-price {
  background: #FAFAFA;
}
.product-eco .sector-price * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco .sector-price .wrap {
  padding: 100px 0;
}
.product-eco .sector-price .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 0 20px;
}
.product-eco .sector-price .box-item {
  width: 572px;
  text-align: left;
  border: 1px solid #888;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-price .fc-point {
  color: #FFAA00;
}
.product-eco .sector-price .title-box {
  margin: 0 35px;
  padding: 35px 0 24px;
  border-bottom: 1px solid #CFCFCF;
}
.product-eco .sector-price .title-box .title-1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 220%;
  letter-spacing: -0.8px;
}
.product-eco .sector-price .title-box .title-2 {
  font-size: 28px;
  color: #000;
  margin-top: 24px;
  letter-spacing: -1.12px;
}
.product-eco .sector-price .title-box .title-2 strong {
  font-weight: 900;
}
.product-eco .sector-price .benefit-box {
  padding: 12px 0;
}
.product-eco .sector-price .benefit-box .benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  margin-bottom: 6px;
  padding: 0 35px;
}
.product-eco .sector-price .benefit-box .benefit-list:last-child {
  min-height: 140px;
  margin-bottom: 0;
  padding: 10px 35px;
  background: rgba(255, 191, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-price .benefit-box .benefit-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 52px;
}
.product-eco .sector-price .benefit-box .benefit-label span {
  font-size: 15px;
  line-height: 160%;
  letter-spacing: -0.9px;
}
.product-eco .sector-price .benefit-box ul li {
  font-size: 15px;
  line-height: 160%;
  color: #444;
  letter-spacing: -0.75px;
}
.product-eco .sector-price .benefit-box p {
  font-size: 15px;
  line-height: 160%;
  color: #000;
  letter-spacing: -0.75px;
}
.product-eco .sector-price .benefit-box strong {
  font-weight: 700;
  color: #E30000;
}
.product-eco .sector-price .box-price {
  padding: 36px 35px 24px;
}
.product-eco .sector-price .box-price .price-before p {
  font-size: 16px;
  line-height: 125%;
  color: #AAA;
  letter-spacing: -0.8px;
  text-decoration: line-through;
}
.product-eco .sector-price .box-price .price-after p {
  font-size: 36px;
  line-height: 120%;
  color: #000;
  letter-spacing: -1px;
}
.product-eco .sector-price .box-price .price-after p span {
  font-weight: 900;
}
.product-eco .sector-price .box-action {
  padding: 0 35px 24px;
}
.product-eco .sector-price .box-action a {
  width: 100%;
  font-size: 20px;
  font-weight: 900;
  color: #FFF;
  padding: 24px 30px;
  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-action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-price .box-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: #FFF;
  -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-price .box-action a:before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .box-action a:before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .box-action a:before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .box-action a:before {
    right: 20px;
  }
}
.product-eco .sector-price .box-action a:before {
  right: 30px;
}
.product-eco .sector-intro {
  background: rgba(255, 191, 0, 0.04);
}
.product-eco .sector-chance {
  background: #FFF;
}
.product-eco .sector-bar {
  border: solid #000;
  border-width: 4px 0;
  background: #666;
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
  background: linear-gradient(180deg, #666 0%, #000 100%);
}
.product-eco .sector-bar.bar-2 {
  background: #FFE28D;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE28D), to(#FFBF00));
  background: linear-gradient(180deg, #FFE28D 0%, #FFBF00 100%);
}
.product-eco .sector-frame {
  background: #F3F3F3;
}
.product-eco .sector-frame .wrap {
  padding: 100px 0;
}
.product-eco .sector-frame .frame {
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  margin: 0 20px 24px;
  padding: 60px 0;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background: #FFF;
}
.product-eco .sector-frame .title-box {
  margin-bottom: 40px;
}
.product-eco .sector-frame .title-box .num-title {
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -0.48px;
  color: #000;
  margin-bottom: 28px;
  padding: 12px 36px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  background: #FFF;
}
.product-eco .sector-frame .title-box .sub-title {
  font-size: 22px;
  line-height: 140%;
  color: #000;
  letter-spacing: -0.88px;
}
.product-eco .sector-frame .video-box {
  position: relative;
  width: 1040px;
  height: 585px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
.product-eco .sector-frame .video-box .eduwill-video-play {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}
.product-eco .sector-frame .video-box a {
  display: inline-block;
}
.product-eco .sector-frame .step-motion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 60px;
}
.product-eco .sector-frame .step-motion .motion {
  z-index: 5;
  position: relative;
  width: 280px;
  padding: 48px 0;
  border: 2px solid #E6E6E6;
  border-radius: 10px;
  background: #F8F8F8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-frame .step-motion .motion:after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 50%;
  width: 101px;
  height: 12px;
  right: -101px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("https://img.eduwill.net/eduwill/img/2025/_105/product/250905_2/pc/curriculum_after.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.product-eco .sector-frame .step-motion .motion:last-child::after {
  display: none;
}
.product-eco .sector-frame .step-motion .motion span {
  display: block;
  font-size: 16px;
  line-height: 100%;
  color: #AAA;
  letter-spacing: -0.64px;
  margin-bottom: 10px;
}
.product-eco .sector-frame .step-motion .motion p {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  color: #AAA;
  letter-spacing: -0.8px;
}
.product-eco .sector-frame .step-motion .motion.active {
  border-color: #000;
  background: #FFE597;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE597), color-stop(82.18%, #FFD352));
  background: linear-gradient(180deg, #FFE597 0%, #FFD352 82.18%);
}
.product-eco .sector-frame .step-motion .motion.active span, .product-eco .sector-frame .step-motion .motion.active p {
  color: #000;
}
.product-eco .sector-frame .step-list {
  margin-top: 40px;
}
.product-eco .sector-frame .step-list .step {
  margin-bottom: 24px;
}
.product-eco .sector-frame .step-list .step:last-child {
  margin-bottom: 0;
}
.product-eco .sector-frame .img-box {
  width: 1040px;
  margin: 0 auto;
}
.product-eco .sector-premium {
  background-color: #FFF9EB;
  background-image: url("https://img.eduwill.net/eduwill/img/2025/_105/product/250905_2/pc/bg_premium.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.product-eco .sector-teacher-2 {
  background: #FFF9EB;
}
.product-eco .sector-story .interview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1160px;
  margin: 0 auto;
}
.product-eco .sector-story .interview-list .video {
  display: block;
  width: 575px;
  height: 288px;
  position: relative;
}
.product-eco .sector-story .interview-list .video:nth-child(2) {
  margin-left: 10px;
}
.product-eco .sector-story .interview-list .video a img {
  z-index: 7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.product-eco .sector-story .interview-list .video video {
  height: 300px;
}
.product-eco .sector-story .interview-list:after {
  content: "";
  display: block;
  clear: both;
}
.product-eco .sector-story .interview-list {
  width: 1160px;
}
.product-eco .sector-story .interview-list .video {
  width: 575px;
  height: 288px;
}
.product-eco .sector-network {
  padding-bottom: 100px;
  background: #FFF9EB;
}
.product-eco .sector-network .slick-slide {
  margin: 0 10px;
  opacity: 0.3;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.product-eco .sector-network .slick-slide.slick-active {
  opacity: 0.3;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.product-eco .sector-network .slick-slide.slick-center {
  opacity: 1;
  -webkit-filter: blur(1);
          filter: blur(1);
}
.product-eco .sector-network .slick-slide p {
  overflow: hidden;
}
.product-eco .sector-network .slick-slide p img {
  width: 100%;
}
.product-eco .sector-lecture {
  background: #FFF;
}
.product-eco .sector-awards {
  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 */