@charset "UTF-8";
.product-eco .sector-point3 .item, .product-eco .sector-point3 .item-draw, .promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full, .grid {
  *zoom: 1;
}
.product-eco .sector-point3 .item::before, .product-eco .sector-point3 .item-draw::before, .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, .product-eco .sector-point3 .item::after, .product-eco .sector-point3 .item-draw::after, .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;
}
.product-eco .sector-point3 .item::after, .product-eco .sector-point3 .item-draw::after, .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: "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);
  }
}

.product-eco .only-mobile {
  display: none;
}
.product-eco .only-pc {
  display: block;
}
.product-eco .wrap {
  width: 1200px;
}
.product-eco .title-box {
  position: relative;
  margin-bottom: 60px;
}
.product-eco .title-box .num-title {
  display: inline-block;
  width: 140px;
  padding: 11px 0 10px;
  margin-bottom: 20px;
  color: #000;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -0.48px;
  line-height: 1.2;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.product-eco .title-box .num-title img {
  display: inline-block;
  margin-right: 4px;
  vertical-align: top;
}
.product-eco .title-box .num-title + .main-title {
  font-size: 35px;
  letter-spacing: -1.75px;
}
.product-eco .title-box .main-title {
  color: #212121;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -1.4px;
}
.product-eco .title-box .main-title strong {
  font-weight: 700;
}
.product-eco .title-box .main-title .fc-point {
  color: #FA0;
}
.product-eco .title-box .sub-title {
  margin-top: 24px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.96px;
}
.product-eco .frame {
  width: 1160px;
  padding: 59px;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.product-eco .frame .title-box {
  margin-bottom: 50px;
}
.product-eco .frame .title-box .main-title {
  font-size: 22px;
  font-weight: 350;
  letter-spacing: -0.88px;
}
.product-eco .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-eco .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}
.product-eco .tab-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 24px 0;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  cursor: pointer;
  color: #6D6D6D;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1px;
}
.product-eco .tab-list li.active {
  background-color: #000;
  color: #fff;
}
.product-eco .tab-view {
  display: none;
}
.product-eco .tab-view.active {
  display: block;
}
.product-eco .action .btn-base {
  padding-right: 10px;
  color: #6E6E6E;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.42px;
}
.product-eco .action .btn-base {
  position: relative;
  display: inline-block;
}
.product-eco .action .btn-base::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  margin-top: -0.2083333333vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0.8333333333vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .product-eco .action .btn-base::before {
    width: 3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .action .btn-base::before {
    height: 3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .action .btn-base::before {
    margin-top: -1.5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .action .btn-base::before {
    right: 6px;
  }
}
.product-eco .action .btn-base:before {
  right: 0;
}
.product-eco .slick-dots {
  width: 100%;
  text-align: center;
  font-size: 0;
}
.product-eco .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}
.product-eco .slick-dots li button {
  width: 14px;
  height: 14px;
  text-indent: -9999em;
  border: none;
  border-radius: 50%;
  background-color: rgba(207, 207, 207, 0.5);
  outline: none;
  cursor: pointer;
}
.product-eco .slick-dots li.slick-active button {
  background-color: #000;
}
.product-eco .fix-wing {
  position: fixed;
  right: 10px;
  bottom: 150px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-eco .fix-wing a {
  width: 180px;
  padding: 24px 20px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: #FFF;
  background: linear-gradient(124deg, #FFF 9.96%, #EFFBFF 84.49%, #FFF);
  -webkit-box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.14);
  text-align: left;
}
.product-eco .fix-wing a {
  position: relative;
  display: inline-block;
}
.product-eco .fix-wing a::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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-wing a::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-wing a::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-wing a::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-wing a::before {
    right: 16px;
  }
}
.product-eco .fix-wing a:before {
  margin-top: 0;
  top: unset;
  right: 19px;
  bottom: 32px;
}
.product-eco .fix-wing a .label-wrap {
  font-size: 0;
}
.product-eco .fix-wing a .label-wrap .label-course + .label-course {
  margin-left: 4px;
}
.product-eco .fix-wing a .label-course {
  display: inline-block;
  min-width: 86px;
  padding: 4px 11px;
  border-radius: 999px;
  border: 1px solid #444;
  color: #444;
  background-color: #FFBF00;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.28px;
  vertical-align: top;
  text-align: center;
}
.product-eco .fix-wing a .text {
  display: block;
  margin-top: 8px;
  color: #444;
  font-size: 18px;
  font-weight: 5400;
  line-height: 1.35;
  letter-spacing: -0.36px;
}
.product-eco .fix-wing a .text strong {
  display: block;
  font-weight: 700;
}
.product-eco .fix-wing a:first-child {
  background: #FFF;
  background: linear-gradient(124deg, #FFF 9.96%, #FFFED2 84.49%);
}
.product-eco .fix-wing a:nth-child(2) {
  background: #FFF;
  background: linear-gradient(124deg, #FFF 9.96%, #FFF4BC 84.49%);
}
.product-eco .fix-wing a:nth-child(3) {
  background: #FFF;
  background: linear-gradient(124deg, #FFF 9.96%, #FFFBB8 84.49%);
}
.product-eco .fix-wing a + a {
  margin-top: 10px;
}
.product-eco .sector-title {
  background-image: url("//img.eduwill.net/eduwill/img/2025/_127/product/251204/pc/bg_title.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;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(38.88%, #FFE25E), color-stop(106.74%, #CCFFCE));
  background: linear-gradient(0deg, #FFE25E 38.88%, #CCFFCE 106.74%);
}
.product-eco .sector-title .wrap {
  width: 1300px;
}
.product-eco .sector-item {
  padding: 100px 0 50px;
}
.product-eco .sector-item .product-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 20px;
  gap: 16px;
}
.product-eco .sector-item .product-item {
  position: relative;
  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;
  padding: 33px 31px 23px;
  text-align: left;
  border: 1px solid #828282;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.product-eco .sector-item .product-item.highlight {
  border: 4px solid #FFAA00;
}
.product-eco .sector-item .product-item:not(.w-full) {
  min-width: 572px;
}
.product-eco .sector-item .product-item .product-info .product-label {
  color: #FF7A00;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: 2.2;
}
.product-eco .sector-item .product-item .product-info .product-label + .product-title {
  margin-top: 20px;
}
.product-eco .sector-item .product-item .product-info .product-title {
  min-height: 79px;
  color: #000;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -2px;
}
.product-eco .sector-item .product-item .product-info .product-title strong {
  font-weight: 900;
}
.product-eco .sector-item .product-item .product-info .text-list {
  margin-top: 25px;
  padding: 12px 0;
  border-top: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
}
.product-eco .sector-item .product-item .product-info .text-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
}
.product-eco .sector-item .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-item .product-item .product-info .text-list li .text-desc {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.75px;
  word-break: keep-all;
}
.product-eco .sector-item .product-item .product-info .text-list li .text-desc span {
  display: block;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .sector-item .product-item .product-info .text-list li .text-desc strong {
  font-weight: 700;
}
.product-eco .sector-item .product-item .product-info .text-list li .text-desc .fc-point {
  color: #FA0;
}
.product-eco .sector-item .product-item .product-price {
  padding-top: 30px;
}
.product-eco .sector-item .product-item .product-price .price-box {
  margin-bottom: 21px;
}
.product-eco .sector-item .product-item .product-price .price-box .price-before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.product-eco .sector-item .product-item .product-price .price-box .price-before p {
  font-size: 16px;
  line-height: 125%;
  color: #9F9F9F;
  font-weight: 400;
  letter-spacing: -0.8px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco .sector-item .product-item .product-price .price-box .price-before .price {
  position: relative;
}
.product-eco .sector-item .product-item .product-price .price-box .price-before .price:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #6A6A6A;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-eco .sector-item .product-item .product-price .price-box .price-after {
  font-size: 0;
}
.product-eco .sector-item .product-item .product-price .price-box .price-after .sup-text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.8px;
}
.product-eco .sector-item .product-item .product-price .price-box .price-after .text {
  display: inline-block;
  margin-top: 18px;
  vertical-align: top;
  color: #FF7900;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 125%;
}
.product-eco .sector-item .product-item .product-price .price-box .price-after .price {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.21;
  letter-spacing: -1px;
  color: #000;
}
.product-eco .sector-item .product-item .product-price .price-box .price-after .price strong {
  font-weight: 900;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco .sector-item .product-item .product-price .price-box .price-after .flag-red {
  display: inline-block;
  margin: 8px 0;
  padding: 2px 12px;
  border-radius: 99px;
  background: #E60004;
  vertical-align: top;
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.96px;
}
.product-eco .sector-item .product-item .product-price .action .btn-product {
  display: block;
  padding: 25px 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-item .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-item .product-item .product-price .action .btn-product .text {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .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-item .product-item .product-price .action .btn-product .text::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .product-item .product-price .action .btn-product .text::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .product-item .product-price .action .btn-product .text::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .product-item .product-price .action .btn-product .text::before {
    right: 20px;
  }
}
.product-eco .sector-item .product-item .product-price .action .btn-product .text:before {
  right: 0;
}
.product-eco .sector-item .plus-benefit {
  margin-top: 8px;
}
.product-eco .sector-discount {
  padding-top: 10px;
  padding-bottom: 100px;
}
.product-eco .sector-discount .title-box .text-wait {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -2.8px;
  background: linear-gradient(94deg, #FFF2C4 35.45%, #FFF6E6 60.76%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(232, 153, 0, 0.25);
  paint-order: stroke;
}
.product-eco .sector-discount .box-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 20px;
}
.product-eco .sector-discount .box-list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 41px 29px 26px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #828282;
  background: #FBFBFB;
  text-align: left;
}
.product-eco .sector-discount .box-list .box:not(.w-full) {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.product-eco .sector-discount .box-list .box.w-full {
  width: 100%;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 41px;
  background-color: #fff;
}
.product-eco .sector-discount .box-list .box.w-full .side-text {
  padding-right: 108px;
  margin-right: 40px;
  border-right: 2px solid rgba(212, 212, 212, 0.6);
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -0.84px;
}
.product-eco .sector-discount .box-list .box.w-full .side-text strong {
  font-weight: 900;
}
.product-eco .sector-discount .box-list .box.w-full .text-info .discount-value {
  -webkit-box-pack: start;
  -ms-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.product-eco .sector-discount .box-list .box.w-full .action {
  margin: 0 0 0 auto;
}
.product-eco .sector-discount .box-list .box.w-full .action a {
  width: 290px;
  padding: 46px 0;
}
.product-eco .sector-discount .box-list .box.w-full .action a:before {
  right: 90px;
}
.product-eco .sector-discount .box-list .box .title-discount {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.27;
  letter-spacing: -0.56px;
}
.product-eco .sector-discount .box-list .box .title-discount strong {
  font-weight: 700;
}
.product-eco .sector-discount .box-list .box .discount-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-eco .sector-discount .box-list .box .discount-value strong {
  color: #171923;
  font-family: Inter;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -1.8px;
}
.product-eco .sector-discount .box-list .box .discount-value .text {
  margin-top: 3px;
  margin-left: 3px;
  color: #171923;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.2px;
}
.product-eco .sector-discount .box-list .box .action {
  margin: auto -7px 0;
}
.product-eco .sector-discount .box-list .box .action a {
  width: 100%;
  padding: 13px 30px;
  border-radius: 6px;
  border: 1px solid #CCC;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000)), -webkit-gradient(linear, left bottom, left top, from(#000), to(#000)), -webkit-gradient(linear, left bottom, left top, from(#FFF), to(#FFF)), #000;
  background: linear-gradient(180deg, #646464 0%, #000 100%), linear-gradient(0deg, #000 0%, #000 100%), linear-gradient(0deg, #FFF 0%, #FFF 100%), #000;
  text-align: center;
}
.product-eco .sector-discount .box-list .box .action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-discount .box-list .box .action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-top: -0.4166666667vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    right: 12px;
  }
}
.product-eco .sector-discount .box-list .box .action a:before {
  right: 110px;
}
.product-eco .sector-discount .box-list .box .action a .text {
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.8px;
}
.product-eco .sector-discount .box-list .box-full {
  position: relative;
  width: 100%;
}
.product-eco .sector-discount .box-list .box-full .action {
  position: absolute;
  top: 61px;
  right: 54px;
  bottom: 51px;
}
.product-eco .sector-discount .box-list .box-full .action a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
  width: 290px;
  height: 122px;
  border-radius: 8px;
  background-color: #000;
}
.product-eco .sector-discount .box-list .box-full .action a .text {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.88px;
  vertical-align: top;
}
.product-eco .sector-discount .box-list .box-full .action a .text {
  position: relative;
  display: inline-block;
}
.product-eco .sector-discount .box-list .box-full .action a .text::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-top: -0.4166666667vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    right: 12px;
  }
}
.product-eco .sector-discount .box-list .box-full .action a .text:before {
  right: 0;
}
.product-eco .sector-combine {
  position: relative;
  padding: 100px 0;
  background-color: #FFC416;
}
.product-eco .sector-combine:before {
  position: absolute;
  top: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "WHY";
  color: #FFF;
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -2.8px;
  opacity: 0.25;
}
.product-eco .sector-combine p.main-title {
  font-weight: 700;
}
.product-eco .sector-combine .text-why {
  margin-top: 60px;
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -1.4px;
}
.product-eco .cont-point-wrap {
  padding: 100px 0;
  background: #F3F3F3;
}
.product-eco .cont-point-wrap [class^=sector-point] + [class^=sector-point] {
  margin-top: 23px;
}
.product-eco .sector-point2 .title-box ~ .title-box {
  margin-top: 69px;
  margin-bottom: 35px;
}
.product-eco .sector-point2 .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.product-eco .sector-point2 .category-list li:nth-child(2) .title-category {
  background-color: #724818;
}
.product-eco .sector-point2 .category-list .title-category {
  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;
  height: 70px;
  margin-bottom: 10px;
  border-radius: 10px;
  background: #000;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1px;
}
.product-eco .sector-point2 .category-list .teacher-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.product-eco .sector-point2 .category-list .teacher-list > div {
  position: relative;
}
.product-eco .sector-point2 .category-list .teacher-list > div .action {
  position: absolute;
  bottom: 36px;
  left: 108px;
  font-size: 0;
}
.product-eco .sector-point2 .category-list .teacher-list > div .action a {
  display: inline-block;
  vertical-align: top;
}
.product-eco .sector-point2 .category-list .teacher-list > div .action a img {
  width: 24px;
}
.product-eco .sector-point2 .category-list .teacher-list > div .action a + a {
  margin-left: 5px;
}
.product-eco .sector-point2 .category-list .teacher-list > div:nth-child(n+2) .action {
  left: 114px;
}
.product-eco .sector-point2 .tbl-review-wrap {
  position: relative;
  width: 950px;
  margin: 0 auto;
}
.product-eco .sector-point2 .tbl-review-wrap .review-slide {
  position: absolute;
  bottom: 1px;
  left: 1px;
  right: 1px;
}
.product-eco .sector-point2 .review-slide {
  width: 948px;
  height: 230px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  font-size: 0;
}
.product-eco .sector-point2 .review-slide:after {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 0;
  content: "";
  width: 948x;
  height: 275px;
  display: block;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(64.73%, rgba(255, 255, 255, 0)), to(#FFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 64.73%, #FFF 100%);
}
.product-eco .sector-point2 .review-slide .slick-track {
  font-size: 0;
}
.product-eco .sector-point2 .review-slide .slick-slide .review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid #DADADA;
}
.product-eco .sector-point2 .review-slide .slick-slide .review-item > div {
  -ms-flex-item-align: center;
      align-self: center;
}
.product-eco .sector-point2 .review-slide .slick-slide .review-item .star-rating {
  width: 160px;
  padding: 4px 21px;
  font-size: 0;
}
.product-eco .sector-point2 .review-slide .slick-slide .review-item .star-rating .star {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 999px;
  background-color: #F8F8F8;
  color: #000;
  text-align: center;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.4;
  vertical-align: top;
}
.product-eco .sector-point2 .review-slide .slick-slide .review-item .text-review {
  width: 672px;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  padding: 10px 20px;
  color: #454545;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.4;
  letter-spacing: -0.64px;
  text-align: left;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .sector-point2 .review-slide .slick-slide .review-item .user-name {
  width: 114px;
  padding: 10px 20px;
  color: #888;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.4;
  letter-spacing: -0.64px;
}
.product-eco .sector-point2 .text-notice {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.56px;
}
.product-eco .sector-point3 .item, .product-eco .sector-point3 .item-draw {
  width: 980px;
  margin: 20px auto 0;
  text-align: left;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}
.product-eco .sector-point3 .item-price {
  position: relative;
}
.product-eco .sector-point3 .item-price .img-mobile {
  display: none;
}
.product-eco .sector-point3 .item-price .before-item-box {
  position: absolute;
  top: 108px;
  left: 225px;
  width: 250px;
  height: 312px;
  padding: 0 13px;
  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-align: stretch;
  -ms-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-point3 .item-price .before-item-box .title {
  color: #222;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 121%;
  letter-spacing: -1.456px;
}
.product-eco .sector-point3 .item-price .before-item-box .before-total-price {
  margin-top: 4px;
  color: #222;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 121%;
  letter-spacing: -1.137px;
}
.product-eco .sector-point3 .item-price .before-item-box ul {
  margin-top: 28px;
}
.product-eco .sector-point3 .item-price .before-item-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
.product-eco .sector-point3 .item-price .before-item-box ul li .item-tit, .product-eco .sector-point3 .item-price .before-item-box ul li .price {
  word-break: keep-all;
  overflow-wrap: break-word;
  color: #8D8D8D;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -1.12px;
}
.product-eco .sector-point3 .item-price .before-item-box ul li .price {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-eco .sector-point3 .item-price .before-item-box .bottom-text {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #444;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -1.04px;
  text-align: left;
}
.product-eco .sector-point3 .item-price .bubble-speech {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  position: absolute;
  top: 137px;
  right: 225px;
  width: 169px;
  height: 92px;
  color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 121%;
  letter-spacing: -1.76px;
}
.product-eco .sector-point3 .item-price .bubble-speech span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .sector-point3 .item-price .after-item-box {
  position: absolute;
  top: 268px;
  right: 252px;
  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-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: 8px;
  width: 239px;
  height: 152px;
}
.product-eco .sector-point3 .item-price .after-item-box .title {
  color: #000;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 121%;
  letter-spacing: -1.44px;
  text-align: center;
}
.product-eco .sector-point3 .item-price .after-item-box .price-after {
  color: #FFF;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: #111;
  paint-order: stroke;
  -webkit-filter: drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111);
          filter: drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111);
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 121%;
  letter-spacing: -0.682px;
}
.product-eco .sector-point3 .item-draw {
  padding: 50px;
  border: 1px solid #E6E6E6;
  background: linear-gradient(136deg, #FFFCF1 24.37%, #FFF7DA 92.18%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-point3 .item-plus {
  margin-top: -20px;
}
.product-eco .sector-point4 .title-box {
  margin-bottom: 0;
}
.product-eco .sector-point5 .text-notice {
  color: #888;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.28px;
  text-align: left;
}
.product-eco .sector-point5 .frame {
  position: relative;
}
.product-eco .sector-point5 .action {
  position: absolute;
  left: 438px;
  bottom: 111px;
}
.product-eco .sector-band {
  padding: 30px 0;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-27.78%, #FFD453), color-stop(94.44%, #FFBF00));
  background: linear-gradient(180deg, #FFD453 -27.78%, #FFBF00 94.44%);
}/*# sourceMappingURL=web.css.map */