@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: "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 .wrap {
  width: 1160px;
}
.product-eco .slick-list * {
  font-size: 0;
}
.product-eco .fix-wing {
  position: fixed;
  bottom: 200px;
  right: 10px;
  z-index: 99;
  display: none;
}
.product-eco .fix-wing div {
  -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);
}
.product-eco .fix-wing div + div {
  margin-top: 10px;
}
.product-eco .fix-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  background-color: rgba(60, 41, 0, 0.7);
}
.product-eco .fix-bottom .benefit-day-box {
  position: relative;
  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: 10px 0;
  padding: 14px 50px;
  border-radius: 10px;
  border: 2px solid #3C2900;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.product-eco .fix-bottom .benefit-day-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: inline-block;
  width: 0;
  height: 100%;
  background-color: #3C2900;
  -webkit-animation-name: gaugeUp;
          animation-name: gaugeUp;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@-webkit-keyframes gaugeUp {
  100% {
    width: 100%;
  }
}
@keyframes gaugeUp {
  100% {
    width: 100%;
  }
}
.product-eco .fix-bottom .benefit-day-box .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -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: 77px;
     -moz-column-gap: 77px;
          column-gap: 77px;
}
.product-eco .fix-bottom .benefit-day-box .text-box .text {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.8px;
}
.product-eco .fix-bottom .benefit-day-box .text-box .text.point {
  color: #FFE500;
  font-weight: 700;
}
.product-eco .fix-bottom .benefit-day-box .timer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}
.product-eco .fix-bottom .benefit-day-box .timer-box .timer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: auto;
  background: none;
}
.product-eco .fix-bottom .benefit-day-box .timer-box p {
  color: #FFE500;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.52px;
}
.product-eco .fix-bottom .benefit-day-box .timer-box p span {
  color: currentColor;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.product-eco .fix-bottom .benefit-day-box .timer-box p.unit {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.8px;
}
.product-eco .fix-bottom .benefit-day-box .timer-box p.unit + p {
  margin-left: 10px;
}
.product-eco .fix-bottom .benefit-day-box .action a {
  padding: 17px 46px 17px 30px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.9px;
  line-height: 1;
  border-radius: 10px;
  background: #FFE500;
}
.product-eco .fix-bottom .benefit-day-box .action a {
  position: relative;
  display: inline-block;
}
.product-eco .fix-bottom .benefit-day-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: 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 .benefit-day-box .action a::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .benefit-day-box .action a::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .benefit-day-box .action a::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .benefit-day-box .action a::before {
    right: 12px;
  }
}
.product-eco .fix-bottom .benefit-day-box .action a:before {
  right: 20px;
}
.product-eco .title-box p {
  color: #000;
}
.product-eco .title-box p.main-title {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1.4px;
}
.product-eco .title-box p.main-title strong {
  font-weight: 900;
}
.product-eco .title-box p.sub-title {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.88px;
}
.product-eco .title-box p.sub-title strong {
  font-weight: 700;
}
.product-eco .title-box p.num-title {
  display: inline-block;
  padding: 12px 19px;
  margin-bottom: 20px;
  color: #111;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
  border-radius: 100px;
  border: 1px solid #111;
  background: #FFF;
}
.product-eco .sector-title {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-5.54%, #FFDAF9), color-stop(85.53%, #FFED91));
  background: linear-gradient(0deg, #FFDAF9 -5.54%, #FFED91 85.53%);
}
.product-eco .sector-title p {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
}
.product-eco .sector-title p.text-1 {
  top: 178px;
  color: #000;
  font-size: 32px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -2.24px;
}
.product-eco .sector-title p.text-1.active {
  font-weight: 700;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.product-eco .sector-title p.text-2 {
  top: 222px;
  color: #000;
  font-size: 32px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -2.24px;
}
.product-eco .sector-title p.text-2.active {
  font-weight: 700;
  -webkit-transition-property: font-weight;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: font-weight;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  transition-property: font-weight;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.product-eco .sector-title p.text-3 {
  top: 495px;
}
.product-eco .sector-title p.text-4 {
  top: 615px;
}
.product-eco .sector-title p.text-5 {
  bottom: 0;
}
.product-eco .sector-title p.title {
  position: static;
}
.product-eco .sector-title p.line {
  top: 309px;
  width: 1px;
  height: 145px;
  background: rgba(0, 0, 0, 0.3);
}
.product-eco .sector-item {
  padding: 100px 0;
}
.product-eco .sector-item .title-box + .box-list {
  margin-top: 60px;
}
.product-eco .sector-item .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: 16px;
  gap: 16px;
}
.product-eco .sector-item .box-list.box-list-full .box-price {
  height: auto;
}
.product-eco .sector-item .box-list.box-list-full .box-detail {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  min-height: auto;
}
.product-eco .sector-item .box-list.box-list-full .text-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;
  padding-top: 30px;
  border-bottom: 0;
}
.product-eco .sector-item .box-list.box-list-full .text-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60px;
  color: #171717;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.842px;
}
.product-eco .sector-item .box-list.box-list-full .text-list li:first-child::before {
  display: none;
}
.product-eco .sector-item .box-list.box-list-full .text-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  display: block;
  width: 1px;
  height: 60px;
  background-color: #CFCFCF;
}
.product-eco .sector-item .box-list.box-list-full .price-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -70px;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
.product-eco .sector-item .box-list.box-list-full .price-list .price-discount {
  position: relative;
}
.product-eco .sector-item .box-list.box-list-full .price-list .price-discount::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  display: block;
  width: 1px;
  height: 30px;
  margin-top: -15px;
  background-color: #CFCFCF;
}
.product-eco .sector-item .box-price {
  position: relative;
  width: 100%;
  height: 640px;
  padding: 30px;
  text-align: left;
  border-radius: 10px;
  border: 1px solid #828282;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .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-item .title-list {
  position: relative;
  text-align: left;
}
.product-eco .sector-item .title-list p {
  line-height: 1.2;
}
.product-eco .sector-item .title-list p.title-1 {
  color: #FA0;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.8px;
}
.product-eco .sector-item .title-list p.title-2 {
  margin-top: 30px;
  color: #000;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -1px;
}
.product-eco .sector-item .title-list p.title-2 strong {
  font-weight: 900;
}
.product-eco .sector-item .box-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  min-height: 210px;
  margin-top: 30px;
}
.product-eco .sector-item .text-list {
  padding: 10px 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
.product-eco .sector-item .text-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.product-eco .sector-item .text-list p {
  line-height: 1.6;
  color: #000;
  font-size: 15px;
}
.product-eco .sector-item .text-list p.text-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 52px;
}
.product-eco .sector-item .text-list p.text-title:has(span) {
  display: inline-grid;
  grid-template-columns: 3fr 1fr;
}
.product-eco .sector-item .text-list .point {
  color: #FFAA00;
}
.product-eco .sector-item .price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 35px;
}
.product-eco .sector-item .price-list .price-discount {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 126%;
  letter-spacing: -1px;
}
.product-eco .sector-item .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-item .price-list .price-before + .price-after {
  margin-top: 10px;
}
.product-eco .sector-item .price-list .price-before::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
}
.product-eco .sector-item .price-list .price-after {
  color: #000;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1px;
}
.product-eco .sector-item .price-list .price-after:only-child {
  width: 100%;
  text-align: right;
}
.product-eco .sector-item .price-list .price-after strong {
  display: inline-block;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 40px;
  font-weight: 900;
  color: currentColor;
}
.product-eco .sector-item .price-action {
  margin-top: 20px;
}
.product-eco .sector-item .price-action a {
  width: 100%;
  padding: 22px;
  text-align: left;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-weight: 900;
  line-height: normal;
  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-item .price-action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .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-item .price-action a::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-action a::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-action a::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-action a::before {
    right: 20px;
  }
}
.product-eco .sector-discount {
  padding-bottom: 100px;
}
.product-eco .sector-discount .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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 14px;
}
.product-eco .sector-discount .discount-list .discount:last-child {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
}
.product-eco .sector-discount .discount-list .discount a {
  display: block;
}
.product-eco .sector-know {
  background-color: #F3F3F3;
}
.product-eco .sector-band {
  border-width: 0;
  border-style: solid;
  border-color: #000;
  border-top-width: 4px;
  border-bottom-width: 4px;
  background: #FFD453;
  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%);
}
.product-eco .sector-curriculum {
  padding: 100px 0;
  background-color: #FFFCF5;
}
.product-eco .sector-curriculum .tab-box {
  text-align: center;
}
.product-eco .sector-curriculum .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-curriculum .tab-box .tab-list li {
  width: 100%;
  padding: 17px 0;
  color: #A5A5A5;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.8px;
  border-radius: 10px;
  background: #E6E6E6;
  opacity: 0.6;
  cursor: pointer;
}
.product-eco .sector-curriculum .tab-box .tab-list li.active {
  color: #FFF;
  background: #000;
  opacity: 1;
}
.product-eco .sector-curriculum .tab-box .tab-view {
  display: none;
  margin-top: 20px;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
}
.product-eco .sector-curriculum .tab-box .tab-view.active {
  display: block;
}
.product-eco .sector-teacher {
  padding-bottom: 100px;
  background-color: #FFFCF5;
}
.product-eco .sector-teacher .teacher-box {
  margin-top: 60px;
  padding: 39px 59px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-teacher .teacher-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;
  gap: 10px;
}
.product-eco .sector-teacher .teacher-list + .teacher-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
.product-eco .sector-teacher .teacher-list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.product-eco .sector-teacher .teacher-list > div:nth-child(1) .list-title {
  background: #FFEDAC;
}
.product-eco .sector-teacher .teacher-list > div:nth-child(2) .list-title {
  background: #FFD0E9;
}
.product-eco .sector-teacher .list-title {
  width: 100%;
  padding: 10px 0;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.56px;
  border-radius: 5px;
  background: #FFFFA6;
}
.product-eco .sector-teacher .list-item {
  position: relative;
}
.product-eco .sector-teacher .list-item .link-list {
  position: absolute;
  bottom: 36px;
  left: 126px;
  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;
  gap: 6px;
}
.product-eco .sector-teacher .list-item .link-list a {
  display: block;
  width: 24px;
  height: 24px;
}
.product-eco .pin-spacer {
  background-color: #FFFCF5;
}
.product-eco .sector-benefit {
  background-color: #FFFCF5;
  padding-bottom: 100px;
}
.product-eco .sector-benefit .benefit-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: 19px;
     -moz-column-gap: 19px;
          column-gap: 19px;
  margin-top: 60px;
}
.product-eco .sector-benefit .benefit-list > div {
  -webkit-filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.04));
          filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.04));
}/*# sourceMappingURL=web.css.map */