@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;
  color: #000;
}
.promotion *,
.product-eco *,
.fullservice * {
  line-height: normal;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
  -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);
  }
}

.product-eco .wrap {
  width: 1200px;
}
.product-eco .slick-list * {
  font-size: 0;
}
.product-eco .fix-wing {
  position: fixed;
  right: 10px;
  bottom: 200px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-eco .fix-wing a {
  width: 180px;
  padding: 24px 20px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: #FFF;
  background: linear-gradient(124deg, #FFF 9.96%, #EFFBFF 84.49%, #FFF);
  -webkit-box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.14);
  text-align: left;
}
.product-eco .fix-wing a {
  position: relative;
  display: inline-block;
}
.product-eco .fix-wing a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.25vw;
  height: 1.25vw;
  margin-top: -0.625vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.5vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-wing a::before {
    width: 9px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-wing a::before {
    height: 9px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-wing a::before {
    margin-top: -4.5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-wing a::before {
    right: 18px;
  }
}
.product-eco .fix-wing a:before {
  margin-top: 0;
  top: unset;
  right: 18px;
  bottom: 28px;
}
.product-eco .fix-wing a .label-course {
  display: inline-block;
  width: 62px;
  padding: 4px;
  border-radius: 999px;
  border: 1px solid #444;
  color: #444;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.28px;
  vertical-align: top;
  text-align: center;
}
.product-eco .fix-wing a .text {
  display: block;
  margin-top: 8px;
  color: #444;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.36px;
}
.product-eco .fix-wing a .text strong {
  display: block;
  font-weight: 700;
}
.product-eco .fix-wing a:first-child {
  background: #FFF;
  background: linear-gradient(124deg, #FFF 9.96%, #EFFBFF 84.49%, #FFF);
}
.product-eco .fix-wing a:nth-child(2) {
  background: #FFF;
  background: linear-gradient(124deg, #FFF 9.96%, #F3FFDE 84.49%, #FFF);
}
.product-eco .fix-wing a:nth-child(3) {
  background: #FFF;
  background: linear-gradient(124deg, #FFF 9.96%, #FEF3A8 84.49%, #FFF);
}
.product-eco .fix-wing a + a {
  margin-top: 10px;
}
.product-eco .fix-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: #000;
}
.product-eco .fix-bottom a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 60px;
  text-align: left;
}
.product-eco .fix-bottom a .label {
  position: absolute;
  top: -16px;
  left: 60px;
  padding: 4px 20px;
  border-radius: 999px;
  background: #E30000;
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.36px;
}
.product-eco .fix-bottom a p {
  color: #E1E1E1;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.32px;
}
.product-eco .fix-bottom a strong {
  margin-left: 40px;
  color: #FFC801;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -1.2px;
}
.product-eco .fix-bottom a .fake-btn {
  padding: 12px 35px 12px 20px;
  margin-left: auto;
  border-radius: 5px;
  border: 1px solid #FFC801;
  background: #FFC801;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.36px;
}
.product-eco .fix-bottom a .fake-btn {
  position: relative;
  display: inline-block;
}
.product-eco .fix-bottom a .fake-btn::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: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a .fake-btn::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a .fake-btn::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a .fake-btn::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a .fake-btn::before {
    right: 16px;
  }
}
.product-eco .fix-bottom a .fake-btn:before {
  right: 20px;
}
.product-eco .fix-bottom a:before {
  position: absolute;
  bottom: 0;
  right: 246px;
  content: "";
  display: inline-block;
  width: 182px;
  height: 133px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/product/250725_1/pc/deco_fix_bottom.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.product-eco .title-box {
  margin-bottom: 60px;
}
.product-eco .title-box p {
  color: #000;
}
.product-eco .title-box p.main-title {
  font-size: 35px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -1.4px;
}
.product-eco .title-box p.main-title strong {
  font-weight: 700;
}
.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;
  min-width: 140px;
  padding: 12px 0 12px 16px;
  margin-bottom: 20px;
  color: #111;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -0.48px;
  line-height: 1.2;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/product/250725_1/mobile/ico_chk.png");
  background-repeat: no-repeat;
  background-position: 36px center;
  background-size: 12px 12px;
}
.product-eco .frame {
  margin: 0 20px;
  padding: 39px 21px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.product-eco .frame .title-box {
  margin-bottom: 50px;
}
.product-eco .frame .title-box .main-title {
  font-size: 22px;
  letter-spacing: -0.88px;
}
.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: 14px;
}
.product-eco .sector-title {
  overflow: hidden;
  background: #E8FFB1;
  background: -webkit-gradient(linear, left bottom, left top, from(#E8FFB1), color-stop(98.31%, #BEE6FF));
  background: linear-gradient(0deg, #E8FFB1 0%, #BEE6FF 98.31%);
}
.product-eco .sector-title .wrap {
  width: 1300px;
}
.product-eco .sector-title:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  content: "";
  display: inline-block;
  width: 1644px;
  height: 162px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/product/250725_1/pc/bg_deco_title.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-item {
  padding-top: 100px;
  padding-bottom: 100px;
}
.product-eco .sector-item .product-box {
  padding: 100px 20px 120px;
}
.product-eco .sector-item .product-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 20px;
  gap: 16px;
}
.product-eco .sector-item .product-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 33px 31px 23px;
  text-align: left;
  border: 1px solid #828282;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.product-eco .sector-item .product-item:not(.w-full) {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.product-eco .sector-item .product-item.w-full {
  width: 100%;
}
.product-eco .sector-item .product-item.w-full .text-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0 30px;
}
.product-eco .sector-item .product-item.w-full .text-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 15px 0;
  color: #171717;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.842px;
}
.product-eco .sector-item .product-item.w-full .text-list li.fc-red {
  color: #D20000;
}
.product-eco .sector-item .product-item.w-full .text-list li + li {
  margin-left: 42px;
  padding-left: 42px;
  border-left: 1px solid #CFCFCF;
}
.product-eco .sector-item .product-item.w-full .product-price {
  border-top: 0;
  padding-top: 0;
}
.product-eco .sector-item .product-item.w-full .product-price .price-box .price-before {
  position: absolute;
  top: 140px;
  right: 42px;
  text-align: right;
}
.product-eco .sector-item .product-item.w-full .product-price .price-box .price-after {
  position: absolute;
  top: 166px;
  right: 42px;
  text-align: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 16px;
}
.product-eco .sector-item .product-item.w-full .product-price .price-box .price-after p {
  display: inline-block;
  vertical-align: top;
}
.product-eco .sector-item .product-item.w-full .product-price .action {
  margin: 0 -10px;
}
.product-eco .sector-item .product-item .product-info .product-subject-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
.product-eco .sector-item .product-item .product-info .product-subject-wrap .subject {
  padding: 8px 15px 9px 15px;
  border-radius: 5px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.8px;
}
.product-eco .sector-item .product-item .product-info .product-subject-wrap .subject.industry {
  background-color: #FFF0BB;
}
.product-eco .sector-item .product-item .product-info .product-subject-wrap .subject.architect {
  background-color: #F1FFD5;
}
.product-eco .sector-item .product-item .product-info .product-subject-wrap .subject.danger {
  background-color: #EFFFF9;
}
.product-eco .sector-item .product-item .product-info .product-label {
  color: #F59B00;
  font-size: 20px;
  font-weight: 900;
  line-height: 2.2;
}
.product-eco .sector-item .product-item .product-info .product-title {
  margin-top: 24px;
  color: #000;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -2px;
}
.product-eco .sector-item .product-item .product-info .product-title strong {
  font-weight: 900;
}
.product-eco .sector-item .product-item .product-info .text-list {
  margin-top: 25px;
  padding: 12px 0;
  border-top: 1px solid #CFCFCF;
}
.product-eco .sector-item .product-item .product-info .text-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
}
.product-eco .sector-item .product-item .product-info .text-list li .text-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 48px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -1px;
}
.product-eco .sector-item .product-item .product-info .text-list li .text-desc {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -1px;
  word-break: keep-all;
}
.product-eco .sector-item .product-item .product-info .text-list li .text-desc strong {
  font-weight: 500;
}
.product-eco .sector-item .product-item .product-price {
  padding-top: 60px;
  border-top: 1px solid #DEDEDE;
}
.product-eco .sector-item .product-item .product-price .price-box {
  margin-bottom: 21px;
}
.product-eco .sector-item .product-item .product-price .price-box .price-before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-bottom: 5px;
}
.product-eco .sector-item .product-item .product-price .price-box .price-before p {
  font-size: 14px;
  line-height: 160%;
  color: #6A6A6A;
  font-weight: 700;
  letter-spacing: -1px;
}
.product-eco .sector-item .product-item .product-price .price-box .price-before .price {
  position: relative;
}
.product-eco .sector-item .product-item .product-price .price-box .price-before .price:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #6A6A6A;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-eco .sector-item .product-item .product-price .price-box .price-after {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.21;
  letter-spacing: -1px;
  color: #000;
}
.product-eco .sector-item .product-item .product-price .price-box .price-after .text {
  font-size: 15px;
  font-weight: 500;
  line-height: 160%;
  color: #000;
  font-weight: 700;
  letter-spacing: -1px;
}
.product-eco .sector-item .product-item .product-price .price-box .price-after strong {
  font-weight: 900;
}
.product-eco .sector-item .product-item .product-price .action .btn-product {
  display: block;
  padding: 25px 31px;
  border-radius: 6px;
  background: #646464;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
}
.product-eco .sector-item .product-item .product-price .action .btn-product .text {
  width: 100%;
  font-size: 28px;
  font-weight: 600;
  color: #FFF;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -1px;
}
.product-eco .sector-item .product-item .product-price .action .btn-product .text {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .product-item .product-price .action .btn-product .text::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 3px;
  border-right-width: 3px;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .product-item .product-price .action .btn-product .text::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .product-item .product-price .action .btn-product .text::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .product-item .product-price .action .btn-product .text::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .product-item .product-price .action .btn-product .text::before {
    right: 20px;
  }
}
.product-eco .sector-item .product-item .product-price .action .btn-product .text:before {
  right: 0;
}
.product-eco .sector-discount {
  padding-top: 10px;
  padding-bottom: 100px;
}
.product-eco .sector-discount .title-box .text-wait {
  color: #FFC700;
  font-family: "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.25;
}
.product-eco .sector-discount .box-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.product-eco .sector-discount .box-list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 41px 29px 26px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #828282;
  background: #FBFBFB;
  text-align: left;
}
.product-eco .sector-discount .box-list .box:not(.w-full) {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.product-eco .sector-discount .box-list .box.w-full {
  width: 100%;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 41px;
}
.product-eco .sector-discount .box-list .box.w-full .side-text {
  padding-right: 108px;
  margin-right: 40px;
  border-right: 2px solid rgba(212, 212, 212, 0.6);
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -0.84px;
}
.product-eco .sector-discount .box-list .box.w-full .side-text strong {
  font-weight: 900;
}
.product-eco .sector-discount .box-list .box.w-full .text-info .discount-value {
  -webkit-box-pack: start;
  -ms-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.product-eco .sector-discount .box-list .box.w-full .action {
  margin: 0 0 0 auto;
}
.product-eco .sector-discount .box-list .box.w-full .action a {
  width: 290px;
  text-align: center;
  padding: 46px 0;
}
.product-eco .sector-discount .box-list .box.w-full .action a:before {
  right: 90px;
}
.product-eco .sector-discount .box-list .box .title-discount {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.27;
  letter-spacing: -0.56px;
}
.product-eco .sector-discount .box-list .box .title-discount strong {
  font-weight: 700;
}
.product-eco .sector-discount .box-list .box .discount-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-eco .sector-discount .box-list .box .discount-value strong {
  color: #171923;
  font-family: Inter;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -1.8px;
}
.product-eco .sector-discount .box-list .box .discount-value .text {
  margin-top: 3px;
  margin-left: 3px;
  color: #171923;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.2px;
}
.product-eco .sector-discount .box-list .box .action {
  margin: auto -7px 0;
}
.product-eco .sector-discount .box-list .box .action a {
  width: 100%;
  padding: 13px 30px;
  border-radius: 6px;
  border: 1px solid #CCC;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000)), -webkit-gradient(linear, left bottom, left top, from(#000), to(#000)), -webkit-gradient(linear, left bottom, left top, from(#FFF), to(#FFF)), #000;
  background: linear-gradient(180deg, #646464 0%, #000 100%), linear-gradient(0deg, #000 0%, #000 100%), linear-gradient(0deg, #FFF 0%, #FFF 100%), #000;
}
.product-eco .sector-discount .box-list .box .action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-discount .box-list .box .action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-top: -0.4166666667vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    right: 12px;
  }
}
.product-eco .sector-discount .box-list .box .action a:before {
  right: 30px;
}
.product-eco .sector-discount .box-list .box .action a .text {
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.8px;
}
.product-eco .sector-discount .box-list .box-full {
  position: relative;
  width: 100%;
}
.product-eco .sector-discount .box-list .box-full .action {
  position: absolute;
  top: 61px;
  right: 54px;
  bottom: 51px;
}
.product-eco .sector-discount .box-list .box-full .action a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 290px;
  height: 122px;
  border-radius: 8px;
  background-color: #000;
}
.product-eco .sector-discount .box-list .box-full .action a .text {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.88px;
  vertical-align: top;
}
.product-eco .sector-discount .box-list .box-full .action a .text {
  position: relative;
  display: inline-block;
}
.product-eco .sector-discount .box-list .box-full .action a .text::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-top: -0.4166666667vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    right: 12px;
  }
}
.product-eco .sector-discount .box-list .box-full .action a .text:before {
  right: 0;
}
.product-eco .sector-strength {
  padding: 100px 0;
  background-color: #F3F3F3;
}
.product-eco .sector-strength .title-box .main-title {
  font-weight: 700;
}
.product-eco .sector-strength .title-box .main-title strong {
  font-size: 42px;
  color: #FA0;
  letter-spacing: -1.68px;
}
.product-eco .sector-strength .title-box .main-title .txt-udl {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.product-eco .sector-bar {
  padding: 42px 0;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  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 23px;
  background-color: #F3F3F3;
}
.product-eco .sector-curriculum .tab-box {
  width: 1040px;
  margin: 0 auto;
}
.product-eco .sector-curriculum .tab-box .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}
.product-eco .sector-curriculum .tab-box .tab-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.product-eco .sector-curriculum .tab-box .tab-list li .btn-tab {
  width: 100%;
  padding: 20px 0;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  color: #6D6D6D;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
}
.product-eco .sector-curriculum .tab-box .tab-list li.active button {
  background-color: #000;
  color: #fff;
}
.product-eco .sector-curriculum .tab-box .tab-view:not(.active) {
  display: none;
}
.product-eco .sector-reasonable {
  padding-bottom: 23px;
  background-color: #F3F3F3;
}
.product-eco .sector-reasonable .title-box {
  margin-bottom: 35px;
}
.product-eco .sector-teacher {
  padding-bottom: 23px;
  background-color: #F3F3F3;
}
.product-eco .sector-teacher .title-box {
  margin-bottom: 35px;
}
.product-eco .sector-teacher .title-box ~ .title-box {
  margin-top: 60px;
}
.product-eco .sector-teacher .box-list [class^=box] {
  position: relative;
}
.product-eco .sector-teacher .box-list [class^=box] a {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 119px;
  left: 117px;
}
.product-eco .sector-teacher .box-list .box3 .link-teacher2 {
  left: 144px;
}
.product-eco .sector-teacher .tbl-review-wrap {
  position: relative;
  width: 950px;
  margin: 0 auto;
}
.product-eco .sector-teacher .tbl-review-wrap .review-slide {
  position: absolute;
  bottom: 1px;
  left: 1px;
  right: 1px;
}
.product-eco .sector-teacher .review-slide {
  width: 948px;
  height: 230px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
.product-eco .sector-teacher .review-slide:after {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 0;
  content: "";
  width: 948x;
  height: 275px;
  display: block;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(64.73%, rgba(255, 255, 255, 0)), to(#FFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 64.73%, #FFF 100%);
}
.product-eco .sector-teacher .review-slide .slick-slide .review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #DADADA;
}
.product-eco .sector-teacher .review-slide .slick-slide .review-item .star-rating {
  width: 160px;
  padding: 4px 21px;
  font-size: 0;
}
.product-eco .sector-teacher .review-slide .slick-slide .review-item .star-rating .star {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 999px;
  background-color: #F8F8F8;
  color: #000;
  text-align: center;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.4;
  vertical-align: top;
}
.product-eco .sector-teacher .review-slide .slick-slide .review-item .text-review {
  width: 674px;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  padding: 10px 20px;
  color: #454545;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.4;
  letter-spacing: -0.64px;
  text-align: left;
}
.product-eco .sector-teacher .review-slide .slick-slide .review-item .user-name {
  width: 114px;
  padding: 10px 20px;
  color: #888;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.4;
  letter-spacing: -0.64px;
}
.product-eco .sector-contents {
  padding-bottom: 100px;
  background-color: #F3F3F3;
}
.product-eco .sector-apply {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  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%);
  padding: 37px 0;
}/*# sourceMappingURL=web.css.map */