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

.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: "Pretendard", "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 [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion button,
.product-eco button,
.fullservice button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.promotion p,
.product-eco p,
.fullservice p {
  margin: 0;
  padding: 0;
  line-height: 1;
  color: inherit;
}
.promotion a,
.promotion a:link,
.product-eco a,
.product-eco a:link,
.fullservice a,
.fullservice a:link {
  color: currentColor;
}
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  width: 100%;
}
.promotion .icon-pointer,
.product-eco .icon-pointer,
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 7.6388888889vw;
  height: 7.7777777778vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
  -webkit-animation-name: pointerBounceDiagonal;
          animation-name: pointerBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
    width: 55px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
    height: 56px;
  }
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

#fixApply {
  display: none !important;
}

.product-eco .only-mobile {
  display: none;
}
.product-eco .only-pc {
  display: block;
}
.product-eco .wrap {
  width: 1160px;
}
.product-eco .sector-strategy .frame .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  row-gap: 20px;
}
.product-eco .sector-strategy .frame .list-box > div + div {
  padding-top: 20px;
  border-top: 1px solid #DDDDDD;
}
.product-eco .sector-guide .frame .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.product-eco .title-box {
  margin-top: 100px;
}
.product-eco .title-box + div {
  margin-top: 50px;
}
.product-eco .title-box p {
  text-align: left;
  color: #000;
}
.product-eco .title-box p.main-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.44px;
}
.product-eco .title-box p.main-title .numeral {
  vertical-align: bottom;
  color: #FFBF00;
  font-family: "Nanum Myeongjo", serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -3.2px;
  opacity: 0.3;
}
.product-eco .title-box p.sub-title {
  margin-top: 20px;
  color: #444;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.8px;
}
.product-eco .title-box p.label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 7px 20px;
  color: #111;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  border-radius: 35px;
  border: 1px solid currentColor;
  background: #FFF;
}
.product-eco .title-box p.label + .sub-title {
  margin-top: 10px;
}
.product-eco .notice {
  margin: 20px auto 0;
  text-align: left;
  color: rgba(68, 68, 68, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.56px;
  word-break: keep-all;
  word-wrap: break-word;
}
.product-eco .frame {
  position: relative;
  margin-top: 60px;
  padding: 40px;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background-color: #fff;
}
.product-eco .frame + .frame {
  margin-top: 20px;
}
.product-eco .frame.frame-plus {
  margin-top: 70px;
  padding-top: 60px;
}
.product-eco .frame.frame-plus::before, .product-eco .frame.frame-plus::after {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 80px;
  height: 80px;
  line-height: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-eco .frame.frame-plus::before {
  content: "";
  border-radius: 50%;
  background-color: #fff;
}
.product-eco .frame.frame-plus::after {
  content: "+";
  font-size: 70px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFBF00), color-stop(150%, #D4FF00));
  background: linear-gradient(180deg, #FFBF00 0%, #D4FF00 150%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.product-eco .frame .title-box {
  margin-top: 0;
}
.product-eco .frame .title-box .sub-title {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  line-height: 130%;
}
.product-eco .frame .img-box {
  position: relative;
  margin-top: 30px;
}
.product-eco .frame .img-box + div {
  margin-top: 90px;
}
.product-eco .frame .vertical-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  row-gap: 20px;
}
.product-eco .frame .vertical-list > div + div {
  padding-top: 20px;
  border-top: 1px solid #DDDDDD;
}
.product-eco .frame .horizontal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.product-eco .frame .tab-box {
  margin-top: 20px;
}
.product-eco .frame .tab-box .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}
.product-eco .frame .tab-box .tab-list li {
  width: 100%;
  padding: 20px 0;
  line-height: 1;
  color: #6D6D6D;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.72px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.product-eco .frame .tab-box .tab-list li.active {
  color: #fff;
  background: #000;
}
.product-eco .frame .tab-box .tab-view {
  display: none;
  margin-top: 10px;
}
.product-eco .frame .tab-box .tab-view.active {
  display: block;
}
.product-eco .point-1 {
  color: #FFAE00;
}
.product-eco .sector-title {
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/product/250612/pc/title_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD968), color-stop(13.64%, #FFE085), color-stop(27.61%, #FFE8A3), color-stop(39.66%, #FFEEBD), color-stop(48.33%, #FFF3CF), color-stop(57%, #FFF8E2), color-stop(78.2%, #FFF));
  background: linear-gradient(180deg, #FFD968 0%, #FFE085 13.64%, #FFE8A3 27.61%, #FFEEBD 39.66%, #FFF3CF 48.33%, #FFF8E2 57%, #FFF 78.2%);
}
.product-eco .sector-intro {
  padding-bottom: 100px;
}
.product-eco .sector-intro .title-box {
  margin-top: 0;
}
.product-eco .sector-intro .title-box + img {
  margin-top: 60px;
}
.product-eco .sector-intro .title-box .main-title .numeral {
  color: #000;
}
.product-eco .sector-analysis {
  padding-bottom: 100px;
  background-color: #FFFEF2;
}
.product-eco .sector-analysis .sort-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  margin-top: 20px;
}
.product-eco .sector-analysis .sort-list > div {
  padding: 9px 0;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.72px;
  border-radius: 10px;
}
.product-eco .sector-analysis .sort-list > div:first-child {
  width: 646px;
  background: #FFBF00;
}
.product-eco .sector-analysis .sort-list > div:last-child {
  width: 428px;
  background: #CDE900;
}
.product-eco .sector-strategy {
  padding-bottom: 100px;
  background: #FFF6DA;
}
.product-eco .sector-guide {
  padding-bottom: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFBF00), to(#FFBF00));
  background: linear-gradient(180deg, #FFBF00 0%, #FFBF00 100%);
}
.product-eco .sector-guide .title-box .main-title .numeral {
  color: #FFF;
}
.product-eco .sector-guide .title-box .sub-title {
  text-align: center;
  font-size: 25px;
}
.product-eco .sector-guide .frame .img-box {
  margin-bottom: -40px;
}
.product-eco .sector-guide .notice + .title-box {
  margin-top: 40px;
}
.product-eco .sector-guide .discount-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 20px;
  margin: 20px auto 0;
}
.product-eco .sector-guide .discount-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.product-eco .sector-item {
  padding-bottom: 50px;
}
.product-eco .sector-item .wrap {
  width: 1160px;
}
.product-eco .sector-item .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.product-eco .sector-item .price-box .box-item {
  width: 570px;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 1px 10px 12px -7px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 10px 12px -7px rgba(0, 0, 0, 0.07);
}
.product-eco .sector-item .price-box .box-item.select a {
  -webkit-box-shadow: inset 0 0 0 3px #000;
  box-shadow: inset 0 0 0 3px #000;
}
.product-eco .sector-item .price-box .box-item.select a::before {
  border-color: #000;
}
.product-eco .sector-item .price-box .box-item.select a::after {
  display: block;
}
.product-eco .sector-item .price-box .box-item a {
  position: relative;
  display: block;
  padding: 56px 40px 40px;
  text-align: left;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0 1px #D4D4D4;
  box-shadow: inset 0 0 0 1px #D4D4D4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .price-box .box-item a::before, .product-eco .sector-item .price-box .box-item a::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .price-box .box-item a::before {
  display: block;
  top: 24px;
  right: 24px;
  width: 36px;
  height: 36px;
  border: 2px solid #AEAEB2;
}
.product-eco .sector-item .price-box .box-item a::after {
  display: none;
  top: 29px;
  right: 29px;
  width: 26px;
  height: 26px;
  background-color: #000;
}
.product-eco .sector-item .price-box .box-item .title {
  color: #222;
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -2px;
}
.product-eco .sector-item .price-box .box-item .price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  margin-top: 10px;
}
.product-eco .sector-item .price-box .box-item .price-list .price-flag {
  padding: 7px 10px 9px;
  line-height: 1;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  letter-spacing: -0.16px;
  border-radius: 6px;
  background-color: #F00;
}
.product-eco .sector-item .price-box .box-item .price-list .price-after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1;
  font-size: 20px;
  font-weight: 800;
  color: #171923;
  letter-spacing: -0.2px;
}
.product-eco .sector-item .price-box .box-item .price-list .price-after strong {
  line-height: inherit;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 40px;
  font-weight: inherit;
}
.product-eco .sector-item .price-box .box-item .text-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
  margin-top: 20px;
}
.product-eco .sector-item .price-box .box-item .text-list > div {
  width: 242px;
  padding: 5px 0;
  text-align: center;
  color: #222;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.68px;
  border: 1px solid #CFCFCF;
  border-radius: 6px;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .action {
  margin-top: 50px;
}
.product-eco .sector-item .action a {
  display: block;
  padding: 30px 0;
  line-height: 1;
  border-radius: 8px;
  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-item .action a span {
  padding-right: 20px;
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -1.04px;
  line-height: 1;
}
.product-eco .sector-item .action a span {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a span::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a span::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a span::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a span::before {
    right: 20px;
  }
}
.product-eco .sector-item .action a span::before {
  right: 0;
}/*# sourceMappingURL=web.css.map */