@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;
  box-sizing: border-box;
}
.grid .col {
  position: relative;
  float: left;
  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% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    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% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes effectBounceUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    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% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
}
@keyframes effectExtend {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
}

.effect-blink, .product-eco .sector-item .price-list .flag {
  -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;
  }
}

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

.promotion,
.product-eco,
.fullservice {
  text-align: center;
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion .wrap,
.product-eco .wrap,
.fullservice .wrap {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.fix-sale-banner {
  bottom: 100px !important;
}

#fixApply {
  display: none !important;
}

.product-eco {
  overflow: hidden;
  text-align: center;
}
.product-eco * {
  line-height: normal;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: inherit;
  color: inherit;
  letter-spacing: -1px;
}
.product-eco [class^=product-],
.product-eco .item {
  position: relative;
}
.product-eco .wrap {
  width: 1200px;
}
.product-eco .eco-puri {
  display: inline-block;
}
.product-eco button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.product-eco .only-pc {
  display: inline-block;
}
.product-eco .only-mobile {
  display: none;
}
.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: 13.75vw;
  height: 13.3333333333vw;
  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) {
  .product-eco .icon-pointer:after {
    width: 99px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .icon-pointer:after {
    height: 96px;
  }
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.product-eco p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #666;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco p.fly, .product-eco p.eco {
  position: absolute;
}
.product-eco .grounds-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.4);
}
.product-eco .asterisk {
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}
.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: 8.0555555556vw;
  height: 8.8888888889vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_1.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: 58px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .icon-pointer:after {
    height: 64px;
  }
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.product-eco .point-1 {
  color: #194CB8;
}
.product-eco .point-3 {
  color: #fdcf0e;
}
.product-eco .highlight {
  display: inline-block;
  position: relative;
  font-weight: 900;
  padding: 0 5px;
  z-index: 1;
}
.product-eco .highlight:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 22px;
  background: #f9c400;
  z-index: -1;
}
.product-eco .slider-contents {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.product-eco .slick-slide * {
  line-height: 1;
  font-size: 0;
  vertical-align: top;
}
.product-eco .slick-arrow {
  border-radius: 50%;
}
.product-eco .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;
  transform: translateY(-50%);
  left: 50%;
  margin-left: -;
  background: rgba(0, 0, 0, 0.4);
  left: 30px;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    height: 60px;
  }
}
.product-eco .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: #fff;
  border-bottom-width: 2px;
  border-left-width: 2px;
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev:before {
    width: 15px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev:before {
    height: 15px;
  }
}
.product-eco .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;
  transform: translateY(-50%);
  right: 50%;
  margin-right: -;
  background: rgba(0, 0, 0, 0.4);
  right: 30px;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    height: 60px;
  }
}
.product-eco .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: #fff;
  border-top-width: 2px;
  border-right-width: 2px;
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next:before {
    width: 15px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next:before {
    height: 15px;
  }
}
.product-eco .action {
  margin-top: 12px;
}
.product-eco .action a {
  display: inline-block;
  padding: 14px 50px 15px;
  border: 1px solid #222;
  border-radius: 60px;
  box-sizing: border-box;
}
.product-eco .action a span {
  position: relative;
  display: block;
  padding-right: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  letter-spacing: -1px;
}
.product-eco .action a span {
  position: relative;
  display: inline-block;
}
.product-eco .action a span:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  margin-top: -0.5555555556vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .product-eco .action a span:before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .action a span:before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .action a span:before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .action a span:before {
    right: 16px;
  }
}
.product-eco .action a span:before {
  right: 0;
}
.product-eco .action.type-2 a {
  width: 316px;
  height: 56px;
  padding: 0;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #e2e2e2;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
}
.product-eco .action.type-2 a span {
  display: block;
  padding-left: 30px;
  line-height: 54px;
  font-size: 21px;
  font-weight: 700;
  color: #222;
  letter-spacing: -1.5px;
  background: none;
}
.product-eco .action.type-2 a span {
  position: relative;
  display: inline-block;
}
.product-eco .action.type-2 a span:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  margin-top: -0.5555555556vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .product-eco .action.type-2 a span:before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .action.type-2 a span:before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .action.type-2 a span:before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .action.type-2 a span:before {
    right: 16px;
  }
}
.product-eco .action.type-2 a span:before {
  right: 0;
}
.product-eco .action.cop, .product-eco .action.fire, .product-eco .action.post, .product-eco .action.seven {
  display: none;
}
.product-eco .action.gov {
  display: block;
}
.product-eco .comm-title {
  margin-bottom: 45px;
  letter-spacing: -2px;
  font-size: 50px;
  text-align: left;
  font-weight: 900;
  line-height: 1.4;
  color: #000;
}
.product-eco .comm-sub-title {
  padding-left: 28px;
  letter-spacing: -2px;
  font-size: 40px;
  position: relative;
  text-align: left;
  font-weight: 900;
  color: #000;
  line-height: 1;
  border-left: 1px solid #c1c1c1;
}
.product-eco .comm-sub-title .highlight {
  padding: 0 5px;
  font-size: 40px;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-weight: 900;
  line-height: 1;
}
.product-eco .comm-sub-title .highlight:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 15px;
  background: #f9c400;
  z-index: -1;
}
.product-eco .comm-sub-title em {
  position: relative;
  color: #222;
  vertical-align: bottom;
  top: 5px;
  font-size: 22px;
}
.product-eco .comm-sub-title .sub-title {
  margin-top: 16px;
  letter-spacing: -2px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.4;
  color: #000;
}
.product-eco .comm-sub-title .grounds-text {
  margin-top: 20px;
  font-weight: 400;
  color: #afafaf;
}
.product-eco .section-title {
  position: relative;
  text-align: left;
  line-height: 1.3;
  font-size: 50px;
  font-weight: 900;
  color: #000;
  letter-spacing: -2px;
}
.product-eco .section-title.title-white {
  color: #fff;
}
.product-eco .section-title.title-center {
  text-align: center;
}
.product-eco .section-title em {
  display: inline-block;
  margin-left: 3px;
  vertical-align: text-top;
  font-size: 16px;
  font-weight: 400;
  color: inherit;
  opacity: 0.5;
}
.product-eco .section-title em.star {
  vertical-align: top;
  font-size: 20px;
  color: inherit;
}
.product-eco .section-title .small-title {
  display: inline-block;
  font-weight: 500;
  font-size: 36px;
}
.product-eco .section-title .sub-title {
  display: block;
  margin-top: 16px;
  font-size: 30px;
  font-weight: 300;
  color: inherit;
  letter-spacing: -2px;
}
.product-eco .section-title .grounds-text {
  margin-top: 20px;
  font-weight: 400;
  color: #afafaf;
}
.product-eco .product-system {
  padding: 100px 0 115px;
}
.product-eco .product-system .action {
  position: absolute;
  top: 300px;
  left: 700px;
  z-index: 1;
}
.product-eco .product-system .grounds-text {
  margin-top: 15px;
  text-align: left;
  color: #afafaf;
  line-height: 1.4;
  font-weight: 400;
}
.product-eco .product-life {
  padding-bottom: 115px;
}
.product-eco .product-puri {
  padding-bottom: 115px;
}
.product-eco .product-puri .action {
  position: absolute;
  top: 258px;
  left: 682px;
  z-index: 1;
}
.product-eco .product-king {
  padding-bottom: 50px;
}
.product-eco .product-king .slider-contents {
  position: absolute;
  top: 110px;
  left: 0;
  width: 600px;
  height: 226px;
  overflow: hidden;
  z-index: 1;
}
.product-eco .product-king .slider-contents .slick-slide .col {
  border-bottom: 1px solid #b2b2b2;
}
.product-eco .product-king .slider-contents .slick-slide .col strong {
  display: inline-block;
  line-height: 56px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  letter-spacing: -1.5px;
}
.product-eco .product-king .slider-contents .slick-slide .col strong.num {
  width: 100px;
  text-align: center;
}
.product-eco .product-king .slider-contents .slick-slide .col strong.desc {
  width: 490px;
  text-align: left;
  padding-left: 10px;
  font-weight: 400;
  box-sizing: border-box;
}
.product-eco .product-king .slider-contents .slick-slide .col strong.desc .ea {
  display: inline-block;
  margin-left: 5px;
  color: #ffa300;
}
.product-eco .product-king .action {
  position: absolute;
  top: 378px;
  left: 663px;
  z-index: 1;
}
.product-eco .product-program .grounds-text,
.product-eco .product-mock .grounds-text {
  position: absolute;
  top: 210px;
  left: 710px;
  text-align: left;
  font-size: 17px;
}
.product-eco .product-program .grounds-text span,
.product-eco .product-mock .grounds-text span {
  display: block;
}
.product-eco .fix-banner {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #2955A2;
}
.product-eco .fix-banner a::after {
  right: 2%;
  width: 40px;
  height: 45px;
}
.product-eco .fix-banner img {
  margin-top: -20px;
}
.product-eco .sector-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1353px;
  background-color: #3B79D4;
  background-image: url("https://img.eduwill.net/eduwill/img/2023/G/product/230301/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-title .wrap-full {
  z-index: 1;
}
.product-eco .sector-title .wide {
  position: absolute;
  top: 404px;
  z-index: -1;
}
.product-eco .benefit-box {
  margin-top: 70px;
}
.product-eco .benefit-box .list {
  margin: 0 -10px;
  font-size: 0;
  text-align: center;
}
.product-eco .benefit-box .list .col {
  float: none;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0 10px 12px;
  border-radius: 0 30px 0 30px;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
}
.product-eco .benefit-box .list .subject {
  position: absolute;
  top: 22px;
  left: 25px;
  text-align: left;
  padding-top: 10px;
  font-size: 24px;
  font-weight: 900;
  color: #222;
  line-height: 1.3;
  letter-spacing: -1.5px;
}
.product-eco .benefit-box .list .subject span {
  font-weight: 900;
}
.product-eco .benefit-box .list .subject em {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
  font-weight: 500;
  color: #707070;
}
.product-eco .benefit-box .list .subject .badge {
  display: inline-block;
  padding: 7px 12px 6px;
  margin-bottom: 6px;
  border-radius: 50px;
  color: #fff;
  font-weight: 900;
  font-size: 15px;
  letter-spacing: -1px;
  line-height: 1;
  vertical-align: top;
  background: #ea1d00;
}
.product-eco .benefit-box .list .flag {
  position: absolute;
  top: 140px;
  left: 160px;
}
.product-eco .benefit-box .plus {
  margin-top: 50px;
}
.product-eco .sector-benefit {
  margin-top: 90px;
}
.product-eco .sector-benefit .grounds-text {
  margin: -15px 40px 0 0;
  font-size: 15px;
  text-align: right;
  letter-spacing: -0.5px;
}
.product-eco .sector-item::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100px;
  left: 0;
  width: 100%;
  height: 1123px;
  background: rgba(255, 221, 65, 0);
  background: linear-gradient(to bottom, rgba(255, 221, 65, 0) 0%, #FFDD41 100%);
}
.product-eco .sector-item .price-list {
  margin-top: 100px;
}
.product-eco .sector-item .price-list > div {
  position: relative;
}
.product-eco .sector-item .price-list > div:first-child a::after {
  top: 36%;
  right: 8%;
}
.product-eco .sector-item .price-list > div:last-child a::after {
  top: 28%;
  right: 8%;
}
.product-eco .sector-item .price-list .flag {
  position: absolute;
  top: 70px;
  left: 70px;
}
.product-eco .sector-ready {
  z-index: 2;
  margin: 33px 0 -215px;
}
.product-eco .sector-reason {
  z-index: 1;
  padding-top: 215px;
}
.product-eco .sector-reason::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 150px;
  left: 0;
  width: 100%;
  height: 2352px;
  background-color: #E2EAFA;
  background-image: url("https://img.eduwill.net/eduwill/img/2023/G/product/230301/pc/bg_reason.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-reason .wrap {
  z-index: 1;
}
.product-eco .sector-reason .phone-box {
  position: relative;
  margin-top: 35px;
}
.product-eco .sector-reason .phone-box::before {
  content: "";
  position: absolute;
  top: 56px;
  right: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 528px;
  height: 1064px;
  margin: 0 auto;
  border-radius: 80px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}
.product-eco .sector-up {
  margin-top: -150px;
}
.product-eco .sector-lineup::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 379px;
  background: rgba(196, 196, 196, 0.4);
  background: linear-gradient(to top, rgba(196, 196, 196, 0.4) 0%, rgba(229, 229, 229, 0) 100%);
}
.product-eco .sector-lineup .wrap-full {
  z-index: 1;
}
.product-eco .sector-lineup .section-title {
  text-align: center;
}
.product-eco .sector-lineup .section-title span {
  font-weight: 400;
}
.product-eco .sector-lineup .section-title img {
  display: block;
  margin: 0 auto;
}
.product-eco .sector-lineup .tab-list {
  margin-top: 50px;
  font-size: 0;
}
.product-eco .sector-lineup .tab-list a {
  display: inline-block;
  width: 302px;
  margin-left: 10px;
  padding: 30px;
  line-height: 1.4;
  font-size: 40px;
  font-weight: 900;
  color: #7b7b7b;
  border-radius: 20px 20px 0 0;
  background-color: #E0E0E0;
  box-sizing: border-box;
}
.product-eco .sector-lineup .tab-list a span {
  display: block;
  line-height: 1;
  font-size: 24px;
  font-weight: 700;
}
.product-eco .sector-lineup .tab-list a:first-child {
  margin-left: 0;
}
.product-eco .sector-lineup .tab-list a.active {
  color: #000;
  background-color: #fff;
}
.product-eco .sector-lineup .tab-view {
  position: relative;
  display: none;
}
.product-eco .sector-lineup .tab-view.active {
  display: block;
}
.product-eco .sector-lineup .tab-view .btn-home {
  position: absolute;
  top: 515px;
  left: 50%;
  margin-left: 355px;
}
.product-eco .sector-curriculum {
  background-color: #fff;
}
.product-eco .sector-graph {
  background: #ecebf1;
}
.product-eco .sector-awards {
  border-top: 20px solid #f4f4f4;
}/*# sourceMappingURL=web.css.map */