@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,
.popup .popup-close span {
  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;
  color: #000;
}
.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;
  color: inherit;
}
.promotion a,
.promotion a:link,
.product-eco a,
.product-eco a:link,
.fullservice a,
.fullservice a:link {
  color: currentColor;
}
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  width: 100%;
}
.promotion .icon-pointer,
.product-eco .icon-pointer,
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 7.6388888889vw;
  height: 7.7777777778vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
  -webkit-animation-name: pointerBounceDiagonal;
          animation-name: pointerBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 55px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 56px;
  }
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

.popup-dim {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
}

.popup {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 400;
  display: none;
  width: 90%;
  max-width: 720px;
  letter-spacing: -1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1100px) {
  .popup {
    max-width: 500px;
  }
}
.popup * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.popup p {
  margin: 0;
}
.popup .popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  margin: 2.0833333333vw;
  background: url(https://img.eduwill.net/eduwill/img/2022/X/common/closed_btn.png) no-repeat 0;
  background-size: 100%;
  cursor: pointer;
}
@media screen and (min-width: 720px) {
  .popup .popup-close {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-close {
    height: 40px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-close {
    margin: 15px;
  }
}
.popup .popup-close:after, .popup .popup-close:before {
  display: none !important;
}
@media screen and (min-width: 1100px) {
  .popup .popup-close {
    width: 30px;
    height: 30px;
    margin: 20px;
  }
}
.popup .popup-title {
  padding: 0.625rem;
  text-align: left;
  border-radius: 0;
  background-color: #000;
}
@media screen and (min-width: 720px) {
  .popup .popup-title {
    padding: 20px;
  }
}
.popup .popup-title p {
  font-size: 3.3333333333vw;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 720px) {
  .popup .popup-title p {
    font-size: 24px;
  }
}
.popup .popup-body {
  padding: 0.78125rem;
  text-align: left;
  line-height: 1.4;
  font-size: 2.5vw;
  font-weight: 400;
  color: #222;
  border: 2px solid #000;
  border-radius: 0;
  background-color: #fff;
}
@media screen and (min-width: 720px) {
  .popup .popup-body {
    padding: 25px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-body {
    font-size: 18px;
  }
}
.popup .popup-body > div {
  margin-top: 20px;
}
.popup .popup-body > div:first-child {
  margin-top: 0;
}
.popup .popup-body div:first-child strong {
  margin-top: 0;
}
.popup .popup-body p {
  font-size: 2.2222222222vw;
  display: block;
  color: #000;
  margin-bottom: 1.3888888889vw;
  opacity: 0.8;
}
@media screen and (min-width: 720px) {
  .popup .popup-body p {
    font-size: 16px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-body p {
    margin-bottom: 10px;
  }
}
.popup .popup-body p.popup-notice {
  margin-top: 0.3125rem;
  text-align: left;
  font-size: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-body p.popup-notice {
    margin-top: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-body p.popup-notice {
    font-size: 14px;
  }
}
.popup .popup-body strong {
  display: block;
  margin-top: 0.625rem;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-body strong {
    margin-top: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-body strong {
    font-size: 18px;
  }
}
.popup .popup-table .table-row {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.popup .popup-table .table-row th,
.popup .popup-table .table-row td {
  padding: 0.3125rem;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
@media screen and (min-width: 720px) {
  .popup .popup-table .table-row th,
  .popup .popup-table .table-row td {
    padding: 10px;
  }
}
.popup .popup-table .table-row th {
  font-size: 2.2222222222vw;
  background-color: #ddd;
}
@media screen and (min-width: 720px) {
  .popup .popup-table .table-row th {
    font-size: 16px;
  }
}
.popup .popup-table .table-row td {
  font-size: 1.9444444444vw;
  background-color: #fff;
}
@media screen and (min-width: 720px) {
  .popup .popup-table .table-row td {
    font-size: 14px;
  }
}
@media screen and (min-width: 1100px) {
  .popup.popup-base {
    max-width: 1000px;
  }
}
.popup.popup-base .popup-body {
  max-height: 18.75rem;
  overflow-y: auto;
}
@media screen and (min-width: 720px) {
  .popup.popup-base .popup-body {
    max-height: 600px;
  }
}

.eco-base-text {
  display: none;
  line-height: 1.5;
  font-size: 2.7777777778vw;
  font-weight: 400;
  color: #222;
  letter-spacing: -1px;
}
@media screen and (min-width: 720px) {
  .eco-base-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .eco-base-text {
    font-size: 14px;
  }
}

.eco-3268 div + div {
  margin-top: 10px;
}

.eco-3272 p {
  display: block;
  text-align: left;
  color: #000;
}
.eco-3272 > div {
  margin-bottom: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .eco-3272 > div {
    margin-bottom: 20px;
  }
}

.eduf-layer-base .eduf-layer-content {
  text-align: left;
}

#fixApply {
  display: none !important;
}

.product-eco {
  line-height: normal;
  letter-spacing: -1px;
  /*공통영역*/
}
.product-eco * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco .fix-wing {
  z-index: 50;
  position: fixed;
  right: 50px;
  bottom: 150px;
}
.product-eco .fix-wing a {
  display: block;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.14);
}
.product-eco .fix-wing a:last-child {
  margin-bottom: 0;
}
.product-eco .fix-bottom {
  z-index: 50;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
}
.product-eco .fix-bottom .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .fix-bottom .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
.product-eco .fix-bottom .blink-box {
  font-size: 26px;
  font-weight: 900;
  line-height: 150%;
  color: #FFF;
  letter-spacing: -0.52px;
  padding: 14px 30px;
  border: 1px solid #FF4820;
  border-radius: 10px;
  background: #FF4820;
  -webkit-animation-name: fixBlink;
          animation-name: fixBlink;
  -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 fixBlink {
  0%, 100% {
    border-color: #FFF;
    background: transparent;
  }
  50% {
    border-color: #FF4820;
    background: #FF4820;
  }
}
@keyframes fixBlink {
  0%, 100% {
    border-color: #FFF;
    background: transparent;
  }
  50% {
    border-color: #FF4820;
    background: #FF4820;
  }
}
.product-eco .fix-bottom .text-content {
  text-align: left;
}
.product-eco .fix-bottom .text-content span {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: -0.4px;
}
.product-eco .fix-bottom .text-content p {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
  color: #FFF;
  letter-spacing: -0.5px;
}
.product-eco .fix-bottom .btn-action a {
  display: block;
  width: 252px;
  font-size: 0;
  padding: 10px 0 12px;
  border-radius: 500px;
  background: #FFC900;
}
.product-eco .fix-bottom .btn-action a span {
  font-size: 20px;
  font-weight: 900;
  color: #000;
  letter-spacing: -0.5px;
  padding-right: 15px;
}
.product-eco .fix-bottom .btn-action a span {
  position: relative;
  display: inline-block;
}
.product-eco .fix-bottom .btn-action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  margin-top: -0.5555555556vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 0.2777777778vw;
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .btn-action a span::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .btn-action a span::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .btn-action a span::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .btn-action a span::before {
    right: 16px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .btn-action a span::before {
    border-top-width: 2px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .btn-action a span::before {
    border-right-width: 2px;
  }
}
.product-eco .fix-bottom .btn-action a span:before {
  right: 0;
}
.product-eco .slick-arrow {
  border-radius: 50%;
}
.product-eco .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  margin-left: -78.4722222222vw;
  background: #000;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    height: 40px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    margin-left: -565px;
  }
}
.product-eco .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  border-bottom-width: 2px;
  border-left-width: 2px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    height: 10px;
  }
}
.product-eco .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50%;
  margin-right: -78.4722222222vw;
  background: #000;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    height: 40px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    margin-right: -565px;
  }
}
.product-eco .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  border-top-width: 2px;
  border-right-width: 2px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    height: 10px;
  }
}
.product-eco img {
  max-width: 100%;
}
.product-eco .support-message {
  color: rgba(0, 0, 0, 0.5);
}
.product-eco .fc-point {
  color: #FFC900;
}
.product-eco .title-box {
  margin-bottom: 60px;
}
.product-eco .title-box .main-title {
  font-size: 34px;
  line-height: 140%;
  color: #000;
  letter-spacing: -1.36px;
}
.product-eco .title-box .main-title strong {
  font-weight: 700;
}
.product-eco .title-box .main-title em {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -1.2px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 10px;
}
.product-eco .title-box .small-title {
  font-size: 24px;
  color: #000;
  letter-spacing: -1px;
  margin-top: 20px;
}
.product-eco .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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: 10px;
}
.product-eco .btn-base {
  position: absolute;
  display: inline-block;
  font-size: 0;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.product-eco .btn-base button {
  font-size: 0;
  line-height: 0;
  padding: 4px 10px;
}
.product-eco .btn-base button span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: -0.56px;
  padding-right: 8px;
}
.product-eco .btn-base button span {
  position: relative;
  display: inline-block;
}
.product-eco .btn-base button span::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: rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 0.1388888889vw;
  border-right-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base button span::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base button span::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base button span::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base button span::before {
    right: 12px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base button span::before {
    border-top-width: 1px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base button span::before {
    border-right-width: 1px;
  }
}
.product-eco .btn-base button span:before {
  right: 0;
}
.product-eco .wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.product-eco .wrap-full {
  width: 100%;
}
.product-eco [class^=sector-] {
  position: relative;
}
.product-eco .sector-title {
  background-image: url("//img.eduwill.net/eduwill/img/2025/_101/product/251204/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-title:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(327deg, rgba(255, 250, 231, 0.1) 24.6%, rgba(255, 212, 0, 0.1) 64.22%), linear-gradient(356deg, #FFF8DE 32.91%, #FFE460 86.71%);
}
.product-eco .sector-title .wrap {
  width: 1300px;
}
.product-eco .sector-item {
  padding-top: 100px;
  padding-bottom: 100px;
}
.product-eco .sector-item .box-item {
  position: relative;
  padding: 33px 34px 24px;
  margin: 0 20px;
  text-align: left;
  border-radius: 10px;
  border: 1px solid #828282;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .box-item.highlight {
  border-width: 3px;
  border-color: #FFAA00;
}
.product-eco .sector-item .box-item + .box-item {
  margin-top: 20px;
}
.product-eco .sector-item .flag-wrap {
  position: absolute;
  top: -1px;
  right: 30px;
}
.product-eco .sector-item .flag-wrap img {
  width: 95px;
}
.product-eco .sector-item .flag-wrap img + img {
  margin-left: -10px;
}
.product-eco .sector-item .info-top-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.product-eco .sector-item .info-top-area .title-1 {
  margin-bottom: 24px;
  color: #6A6A6A;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 220%;
  letter-spacing: -1px;
}
.product-eco .sector-item .info-top-area .title-1 strong {
  font-weight: 900;
  color: #FFAA00;
}
.product-eco .sector-item .info-top-area .title-2 {
  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.3;
  letter-spacing: -1px;
}
.product-eco .sector-item .info-top-area .title-2 strong {
  font-weight: 900;
}
.product-eco .sector-item .price-list {
  position: absolute;
  right: 38px;
  bottom: 258px;
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
}
.product-eco .sector-item .price-list .price-before {
  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;
  position: relative;
}
.product-eco .sector-item .price-list .price-before .text {
  color: #6A6A6A;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin-right: 3px;
}
.product-eco .sector-item .price-list .price-before .price {
  color: #6A6A6A;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-decoration-line: line-through;
}
.product-eco .sector-item .price-list .price-after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  color: #171923;
}
.product-eco .sector-item .price-list .price-after .text {
  margin-right: 14px;
  margin-bottom: 6px;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -1px;
}
.product-eco .sector-item .price-list .price-after .price {
  font-family: inherit;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #000;
}
.product-eco .sector-item .price-list .price-after .price strong {
  font-weight: 900;
  color: #000;
}
.product-eco .sector-item .info-bottom-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 29px;
  border-top: 1px solid #DEDEDE;
  padding: 24px 0 35px;
}
.product-eco .sector-item .info-bottom-area .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.72px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.product-eco .sector-item .info-bottom-area .info:not(.list) + .info {
  margin-left: 28px;
}
.product-eco .sector-item .info-bottom-area .info .ico-1, .product-eco .sector-item .info-bottom-area .info .ico-3 {
  margin-right: 5px;
}
.product-eco .sector-item .info-bottom-area .info .ico-2 {
  margin-right: 14px;
}
.product-eco .sector-item .info-bottom-area .info p {
  color: #444;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.56px;
}
.product-eco .sector-item .info-bottom-area .info p strong {
  display: inline-block;
  margin-bottom: 3px;
  font-size: 15px;
  letter-spacing: -0.6px;
  font-weight: 700;
}
.product-eco .sector-item .info-bottom-area .info:not(.list) strong {
  color: #000;
}
.product-eco .sector-item .info-bottom-area .info.list {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 297px;
  min-width: 297px;
}
.product-eco .sector-item .info-bottom-area .info.list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.product-eco .sector-item .info-bottom-area .info.list ul li .title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 131%;
  letter-spacing: -1px;
}
.product-eco .sector-item .info-bottom-area .info.list ul li .text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 131%;
  letter-spacing: -0.6px;
}
.product-eco .sector-item .info-bottom-area .info.list ul li + li {
  margin-top: 8px;
}
.product-eco .sector-item .info-bottom-area .info.list + .info {
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px solid #DEDEDE;
}
.product-eco .sector-item .action {
  margin: 0 -13px;
}
.product-eco .sector-item .action a {
  display: inline-block;
  width: 100%;
  padding: 26px 35px;
  border-radius: 8px;
  background: #646464;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -1px;
  vertical-align: top;
}
.product-eco .sector-item .action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .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: 0.4166666667vw;
  border-right-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a::before {
    right: 20px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a::before {
    border-top-width: 3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a::before {
    border-right-width: 3px;
  }
}
.product-eco .sector-item .action a:before {
  right: 35px;
}
.product-eco .sector-discount {
  padding-bottom: 100px;
}
.product-eco .sector-discount .text-wait {
  display: block;
  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;
  opacity: 0.8;
  background: linear-gradient(94deg, #FFC801 35.45%, #FFE0B7 60.76%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #E89900;
  paint-order: stroke;
}
.product-eco .sector-discount .flag-only {
  position: absolute;
  top: 0;
  right: 0;
}
.product-eco .sector-discount .box-list {
  -webkit-box-align: stretch;
  -ms-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 20px;
  gap: 14px;
}
.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: 33px 40px;
}
.product-eco .sector-discount .box-list .box.w-full .side-text {
  max-width: 281px;
  min-width: 281px;
  margin-right: 40px;
  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;
  border-right: 2px solid rgba(212, 212, 212, 0.6);
}
.product-eco .sector-discount .box-list .box.w-full .side-text strong {
  font-weight: 900;
}
.product-eco .sector-discount .box-list .box.w-full .discount-value {
  margin-top: -10px;
  margin-bottom: 0;
}
.product-eco .sector-discount .box-list .box.w-full .title-discount {
  font-weight: 700;
}
.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;
  text-align: center;
  padding: 48px 0;
}
.product-eco .sector-discount .box-list .box.w-full .action a:before {
  right: 90px;
}
.product-eco .sector-discount .box-list .box .title-discount {
  min-height: 75px;
  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;
  margin-top: 10px;
  margin-bottom: 10px;
}
.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: #646464;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.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: 1.1111111111vw;
  height: 1.1111111111vw;
  margin-top: -0.5555555556vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 0.2777777778vw;
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    right: 16px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    border-top-width: 2px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    border-right-width: 2px;
  }
}
.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: 0.2777777778vw;
  border-right-width: 0.2777777778vw;
}
@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;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    border-top-width: 2px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    border-right-width: 2px;
  }
}
.product-eco .sector-discount .box-list .box-full .action a .text:before {
  right: 0;
}
.product-eco .sector-benefit {
  padding: 70px 0 150px;
  background: #FFF;
}
.product-eco .sector-benefit .img-box {
  position: relative;
}
.product-eco .sector-benefit .btn-action {
  position: absolute;
  top: 190px;
  left: 58px;
}
.product-eco .sector-benefit .btn-action a {
  width: 216px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.16px;
  text-align: left;
  padding: 16px 30px;
  border-radius: 999px;
  background: #FFF;
  -webkit-box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.03);
}
.product-eco .sector-benefit .btn-action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-benefit .btn-action 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: 0.2777777778vw;
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .btn-action a::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .btn-action a::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .btn-action a::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .btn-action a::before {
    right: 16px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .btn-action a::before {
    border-top-width: 2px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .btn-action a::before {
    border-right-width: 2px;
  }
}
.product-eco .sector-benefit .btn-action a:before {
  right: 30px;
}
.product-eco .sector-benefit .btn-base {
  bottom: -50px;
  right: 20px;
}
.product-eco .sector-ready {
  background: #FAFAFA;
}
.product-eco .sector-tip {
  padding: 100px 0 132px;
  background: #FFC900;
}
.product-eco .sector-tip .slide-box {
  width: 1090px;
  margin: 0 auto;
}
.product-eco .sector-tip .slide-box .slick-slide {
  width: 540px;
  margin: 0 5px;
}
.product-eco .sector-tip .video-box {
  z-index: 5;
  position: relative;
  margin-top: 100px;
}
.product-eco .sector-tip .video-box:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 398px;
  left: 50%;
  width: 786px;
  height: 143px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("//img.eduwill.net/eduwill/img/2025/_101/product/251204/pc/tip_shadow.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.product-eco .sector-tip .video-title {
  font-size: 24px;
  line-height: 140%;
  color: #000;
  letter-spacing: -1.68px;
  margin-bottom: 55px;
}
.product-eco .sector-tip .video-frame {
  z-index: 5;
  position: relative;
  width: 590px;
  height: 332px;
  margin: 0 auto;
  border-radius: 10px;
}
.product-eco .sector-tip .video-frame .eduwill-video-play {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  border-radius: 10px;
  background: transparent;
  overflow: hidden;
}
.product-eco .sector-tip .video-frame .eduwill-video-player {
  display: block;
  border-radius: 10px;
}
.product-eco .sector-how {
  background: #FAFAFA;
}
.product-eco .sector-best {
  background: #FFF;
}
.product-eco .sector-curriculum {
  background: rgba(250, 250, 250, 0.5);
}
.product-eco .sector-note {
  background: #FFBF00;
}
.product-eco .sector-fast {
  background: #FFF;
}
.product-eco .sector-interview {
  padding: 100px 0;
  background: #FFBF00;
}
.product-eco .sector-interview .title-box .main-title strong {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 46px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-stroke-width: 8px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  -webkit-filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000);
          filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000);
}
.product-eco .sector-interview .tab-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
}
.product-eco .sector-interview .tab-box .tab-view {
  display: none;
  width: 740px;
  height: 416px;
}
.product-eco .sector-interview .tab-box .tab-view.on {
  display: block;
}
.product-eco .sector-interview .tab-box .tab-list li {
  width: 243px;
  margin-bottom: 4px;
  border-radius: 4px;
  opacity: 0.5;
  overflow: hidden;
  cursor: pointer;
}
.product-eco .sector-interview .tab-box .tab-list li:last-child {
  margin-bottom: 0;
}
.product-eco .sector-interview .tab-box .tab-list li.active {
  opacity: 1;
}
.product-eco .sector-interview .slide-box {
  width: 1000px;
  margin: 20px auto;
}
.product-eco .sector-interview .slide-box .slick-slide {
  margin: 0 5px;
}
.product-eco .sector-interview .slide-box .slick-prev {
  margin-left: -510px;
}
.product-eco .sector-interview .slide-box .slick-next {
  margin-right: -510px;
}
.product-eco .sector-interview .btn-action {
  width: 1000px;
  text-align: right;
  margin: 0 auto;
}
.product-eco .sector-interview .btn-action a {
  display: inline-block;
  font-size: 16px;
  color: #444;
  letter-spacing: -1px;
  padding: 10px 20px;
  border: 1px solid #444;
  border-radius: 4px;
}
.product-eco .sector-interview .btn-action span {
  padding-right: 10px;
}
.product-eco .sector-interview .btn-action span {
  position: relative;
  display: inline-block;
}
.product-eco .sector-interview .btn-action span::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: #444;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 0.1388888889vw;
  border-right-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .btn-action span::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .btn-action span::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .btn-action span::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .btn-action span::before {
    right: 12px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .btn-action span::before {
    border-top-width: 1px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .btn-action span::before {
    border-right-width: 1px;
  }
}
.product-eco .sector-interview .btn-action span:before {
  right: 0;
}
.product-eco .sector-interview .support-text {
  width: 1000px;
  margin: 0 auto;
}
.product-eco .sector-interview .support-text .support-message {
  color: rgba(0, 0, 0, 0.5);
}
.product-eco .sector-band {
  padding: 40px 0;
  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-band .title-box {
  margin-bottom: 0;
}
.product-eco .sector-band .title-box .main-title {
  font-size: 26px;
  line-height: 140%;
  color: #FFF;
  letter-spacing: -1.56px;
}
.product-eco .sector-band .title-box .main-title strong {
  font-size: 36px;
  color: #FFBF00;
}
.product-eco .sector-band .title-box .main-title small {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: -0.56px;
  margin-top: 10px;
}
.product-eco .sector-frame {
  padding: 100px 0;
  background: #FAFAFA;
}
.product-eco .sector-frame .frame {
  position: relative;
  width: 1160px;
  margin: 0 auto 20px;
  padding: 60px 0;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background: #FFF;
}
.product-eco .sector-frame .frame:last-child {
  margin-bottom: 0;
}
.product-eco .sector-frame .frame.contents {
  z-index: 5;
  border-color: #FFD044;
  background: #FFD044;
}
.product-eco .sector-frame .frame.contents:before {
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  width: 70px;
  height: 70px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("//img.eduwill.net/eduwill/img/2025/_101/product/251204/pc/icon_plus.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.product-eco .sector-frame .frame.teacher .btn-base {
  top: 80px;
  left: 50%;
  margin-left: -140px;
  opacity: 0.5;
}
.product-eco .sector-frame .frame.best .btn-base {
  top: 155px;
  left: 50%;
  margin-left: 140px;
  opacity: 0.5;
}
.product-eco .sector-frame .frame .title-box {
  margin-bottom: 35px;
}
.product-eco .sector-frame .frame .num-title {
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  line-height: 120%;
  color: #000;
  letter-spacing: -0.48px;
  margin-bottom: 20px;
  padding: 12px 36px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
}
.product-eco .sector-frame .frame .num-title span {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 120%;
  padding-left: 16px;
}
.product-eco .sector-frame .frame .num-title span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_101/product/251204/pc/icon_check.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-eco .sector-frame .frame .main-title {
  font-size: 22px;
  line-height: 140%;
  letter-spacing: -0.88px;
}
.product-eco .sector-frame .frame .main-title small {
  display: block;
  font-size: 14px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: -0.56px;
  margin-top: 20px;
}
.product-eco .sector-frame .frame .img-box {
  position: relative;
}
.product-eco .sector-frame .frame .sale-text {
  position: absolute;
  top: 105px;
  left: 50%;
  width: 173px;
  text-align: center;
  -webkit-transform: rotate(-23deg);
          transform: rotate(-23deg);
  margin-left: -123px;
}
.product-eco .sector-frame .frame .sale-text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 135%;
  color: #FFF;
}
.product-eco .sector-frame .frame .sale-before {
  position: absolute;
  top: 181px;
  width: 250px;
  left: 50%;
  margin-left: -388px;
  padding: 0 16px;
}
.product-eco .sector-frame .frame .total-sale {
  margin-bottom: 40px;
}
.product-eco .sector-frame .frame .total-sale .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1.456px;
}
.product-eco .sector-frame .frame .total-sale .price {
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -2.4px;
  color: #000;
}
.product-eco .sector-frame .frame .sale-list {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-frame .frame .sale-list li {
  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;
}
.product-eco .sector-frame .frame .sale-list p {
  color: #444;
  font-weight: 500;
  line-height: 160%;
}
.product-eco .sector-frame .frame .sale-list .text {
  font-size: 14px;
  letter-spacing: -1.12px;
}
.product-eco .sector-frame .frame .sale-list .price {
  font-size: 15px;
  letter-spacing: -1.2px;
}
.product-eco .sector-frame .frame .sale-after {
  position: absolute;
  top: 298px;
  left: 50%;
  width: 239px;
  margin-left: -66px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-frame .frame .sale-after .text {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -1.44px;
  color: #2E2200;
}
.product-eco .sector-frame .frame .sale-after .text strong {
  font-weight: 700;
}
.product-eco .sector-frame .frame .sale-after .price {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 120%;
  color: #FFF;
  letter-spacing: -1.7px;
  margin-top: 6px;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  -webkit-filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000);
          filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000);
}
.product-eco .sector-frame .frame .sale-coupon {
  position: absolute;
  top: 319px;
  left: 50%;
  width: 140px;
  margin-left: 208px;
}
.product-eco .sector-frame .frame .sale-coupon p {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.45px;
  margin-bottom: 10px;
}
.product-eco .sector-frame .frame .sale-coupon strong {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  color: #000;
}
.product-eco .sector-frame .frame .sale-coupon strong span {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  color: #FF0000;
}
.product-eco .sector-frame .frame .book-slide .slick-slide {
  width: 500px;
  margin: 0 5px;
}
.product-eco .sector-frame .frame .contents-slide .slick-slide {
  width: 300px;
  margin: 0 5px;
}
.product-eco .sector-frame .frame .support-message {
  color: rgba(0, 0, 0, 0.5);
}
.product-eco .sector-branding {
  background: #FFC900;
}
.product-eco .sector-branding .img-box {
  position: relative;
  margin-top: -34px;
}
.product-eco .sector-branding .btn-base {
  top: 258px;
  right: 20px;
  opacity: 0.5;
}
.product-eco .sector-apply {
  padding: 100px 0 0;
  background: #FFF;
}
.product-eco .sector-apply .title-box .main-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -2.16px;
}
.product-eco .sector-apply .title-box .main-title span {
  font-size: 26px;
  font-weight: 500;
  line-height: 140%;
  color: #000;
  letter-spacing: -1.56px;
}
.product-eco .sector-apply .title-box small {
  display: block;
  font-size: 16px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: -0.96px;
  margin-top: 10px;
}/*# sourceMappingURL=web.css.map */