@charset "UTF-8";
.product-eco .sector-reason .item, .product-eco .sector-reason .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-reason .item::before, .product-eco .sector-reason .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-reason .item::after, .product-eco .sector-reason .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-reason .item::after, .product-eco .sector-reason .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;
}

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

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

.product-eco .sector-price .text-list li {
  position: relative;
  padding-left: 1.3888888889vw;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .text-list li {
    padding-left: 10px;
  }
}
.product-eco .sector-price .text-list li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: inherit;
}

.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;
}
@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 .fix-wing {
  position: fixed;
  right: 20px;
  bottom: 200px;
  z-index: 99;
}
.product-eco .fix-wing a {
  display: block;
  -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 .fix-wing a + a {
  margin-top: 5px;
}
.product-eco .fix-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: #FFF;
  background: -webkit-gradient(linear, left top, right top, from(#FFF), to(#FFF4D8));
  background: linear-gradient(90deg, #FFF 0%, #FFF4D8 100%);
}
.product-eco .fix-bottom a {
  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;
  width: 100%;
  height: 100%;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .fix-bottom a .flag {
  padding: 11px 15px;
  color: #FFF;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.32px;
  border-radius: 7px;
  background: #000;
}
.product-eco .fix-bottom a .text-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: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.product-eco .fix-bottom a .text-list .text-1 {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.12px;
}
.product-eco .fix-bottom a .text-list .text-2 {
  position: relative;
  padding-left: 10px;
  color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  text-shadow: 0px -1px 9px #FFF;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}
.product-eco .fix-bottom a .text-list .text-2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 25px;
  background-color: rgba(36, 36, 36, 0.2);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-eco .fix-bottom a .text-list .text-2 span {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco .fix-bottom a .text-list .point {
  color: #FFBE00;
}
.product-eco .fix-bottom a .detail {
  width: 258px;
  margin-left: 34px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 700;
  color: #FFBF00;
  letter-spacing: -0.54px;
  border-radius: 48px;
  background: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .fix-bottom a .detail {
  position: relative;
  display: inline-block;
}
.product-eco .fix-bottom a .detail::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 .fix-bottom a .detail::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a .detail::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a .detail::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a .detail::before {
    right: 12px;
  }
}
.product-eco .sector-title {
  padding-bottom: 89px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_127/product/250626/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;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFDB70), to(#FFBF00));
  background: linear-gradient(180deg, #FFDB70 0%, #FFBF00 100%);
}
.product-eco .sector-combine {
  background: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF9E9));
  background: linear-gradient(180deg, #FFF 0%, #FFF9E9 100%);
}
.product-eco .sector-reason {
  padding-bottom: 134px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_127/product/250626/pc/reason_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-reason .title-box + .item, .product-eco .sector-reason .title-box + .item-draw {
  margin-top: 50px;
}
.product-eco .sector-reason .item, .product-eco .sector-reason .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-reason .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-reason .item-plus {
  margin-top: -20px;
}
.product-eco .sector-reason .tab-box {
  text-align: center;
}
.product-eco .sector-reason .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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-top: 30px;
}
.product-eco .sector-reason .tab-box .tab-list li {
  width: 100%;
  padding: 14px 0;
  color: #CECECE;
  font-size: 20px;
  font-weight: 700;
  line-height: 132%;
  border-radius: 5px;
  background: #EEE;
  cursor: pointer;
}
.product-eco .sector-reason .tab-box .tab-list li.active {
  color: #FFF;
  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-reason .tab-box .tab-view {
  display: none;
  margin-top: 20px;
}
.product-eco .sector-reason .tab-box .tab-view.active {
  display: block;
}
.product-eco .sector-reason .slide-box {
  width: 812px;
  margin: 30px auto 0;
}
.product-eco .sector-reason .slide-box .slick-dots {
  margin-top: 20px;
  text-align: center;
}
.product-eco .sector-reason .slide-box .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 3px;
  border-radius: 12px;
  background-color: #D9D9D9;
}
.product-eco .sector-reason .slide-box .slick-dots li.slick-active {
  width: 30px;
  background-color: #FFBF00;
}
.product-eco .sector-book {
  background: #FFFCF3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(52%, #FFFCF3), color-stop(52%, #FDF3D0), to(#FFFCF3));
  background: linear-gradient(to bottom, #FFFCF3 52%, #FDF3D0 52%, #FFFCF3 100%);
}
.product-eco .sector-price {
  padding: 100px 0;
  background-color: #FAFAFA;
}
.product-eco .sector-price .price-title {
  color: #111;
  font-size: 35px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.7px;
}
.product-eco .sector-price .price-title strong {
  font-weight: 900;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .sector-price .price-title strong span {
  color: #FFBF00;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .sector-price .box-list {
  position: relative;
  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;
  margin-top: 50px;
  gap: 20px;
}
.product-eco .sector-price .box-price {
  position: relative;
  width: 100%;
  height: 397px;
  text-align: left;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-price .box-price.recommend {
  border-width: 2px;
  border-color: #666;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.product-eco .sector-price .box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-eco .sector-price .title-list {
  padding: 30px;
}
.product-eco .sector-price .title-list p {
  line-height: 100%;
}
.product-eco .sector-price .title-list p.title-1 {
  color: #E3AA00;
  font-size: 16px;
  font-weight: 900;
}
.product-eco .sector-price .title-list p.title-2 {
  margin-top: 20px;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -2px;
}
.product-eco .sector-price .title-list p.title-2 strong {
  font-weight: 700;
}
.product-eco .sector-price .text-list {
  min-height: 114px;
  padding: 20px 30px;
  background: #FAFAFA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-price .text-list li {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.8px;
}
.product-eco .sector-price .box-bottom {
  padding: 16px;
}
.product-eco .sector-price .price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-eco .sector-price .price-list .price-discount {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -2px;
}
.product-eco .sector-price .price-list .price-before {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  font-size: 26px;
  font-weight: 500;
  line-height: 100%;
}
.product-eco .sector-price .price-list .price-before + .price-after {
  margin-top: 10px;
}
.product-eco .sector-price .price-list .price-before::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
}
.product-eco .sector-price .price-list .price-after {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1px;
}
.product-eco .sector-price .price-list .price-after:only-child {
  width: 100%;
  text-align: right;
}
.product-eco .sector-price .price-list .price-after strong {
  color: currentColor;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: inherit;
  font-weight: 800;
  line-height: inherit;
}
.product-eco .sector-price .price-action {
  margin-top: 20px;
}
.product-eco .sector-price .price-action a {
  width: 100%;
  padding: 11px 20px;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.9px;
  border-radius: 6px;
  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 .price-action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-price .price-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: 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-price .price-action a::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .price-action a::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .price-action a::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .price-action a::before {
    right: 20px;
  }
}
.product-eco .sector-band {
  padding: 20px 0;
  background: #000;
}
.product-eco .sector-band p {
  color: #FFBF00;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 171.875%;
  letter-spacing: -0.32px;
}/*# sourceMappingURL=web.css.map */