@charset "UTF-8";
.product-eco .sector-prize .grid, .grid {
  *zoom: 1;
}
.product-eco .sector-prize .grid:before, .grid:before, .product-eco .sector-prize .grid:after, .grid:after {
  content: "";
  display: table;
}
.product-eco .sector-prize .grid:after, .grid:after {
  clear: both;
}

.hidden,
.sr_only,
.sr-only,
.popup.popup-base .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;
  box-sizing: border-box;
}
.grid .col {
  position: relative;
  float: left;
  box-sizing: border-box;
}

.table {
  display: table;
}
.table .table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.product-eco .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  border: none;
  background: none;
  outline: none;
  transform: rotate(45deg) translateY(-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% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    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% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes effectBounceUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    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% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
}
@keyframes effectExtend {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    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-start;
          animation-timing-function: step-start;
  -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,
.product-eco,
.fullservice {
  text-align: center;
}
.promotion [class^=sector-],
.product [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion .wrap,
.product .wrap,
.product-eco .wrap,
.fullservice .wrap {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

@-webkit-keyframes slideUp {
  0% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(-10px, 0);
  }
}
@keyframes slideUp {
  0% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(-10px, 0);
  }
}
.bounce {
  animation: bounce 2s infinite both;
  -webkit-animation: bounce 2s infinite both;
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes bgChange {
  0%, 100% {
    background-color: #fff;
  }
  50% {
    background: #fff9d0;
    background: linear-gradient(to bottom, #fff9d0 0%, #ffe86a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fff9d0", endColorstr="#ffe86a",GradientType=0 );
  }
}
@-webkit-keyframes bgColorChange {
  0%, 100% {
    background-color: #fff;
  }
  50% {
    background: #fff9d0;
    background: linear-gradient(to bottom, #fff9d0 0%, #ffe86a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fff9d0", endColorstr="#ffe86a",GradientType=0 );
  }
}
@keyframes bgColorChange {
  0%, 100% {
    background-color: #fff;
  }
  50% {
    background: #fff9d0;
    background: linear-gradient(to bottom, #fff9d0 0%, #ffe86a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fff9d0", endColorstr="#ffe86a",GradientType=0 );
  }
}
.product-eco {
  position: relative;
  text-align: center;
  background-color: #fff;
  margin: 0;
  letter-spacing: -1px;
  /* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
  /* input type number 에서 화살표 제거 */
  /* Select box 스타일 초기화 */
  /* IE 에서 Select box 화살표 제거 */
}
.product-eco *, .product-eco *:before, .product-eco *:after {
  box-sizing: border-box;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif !important;
}
.product-eco img {
  border: 0;
  vertical-align: top;
  line-height: 0;
  font-size: 0;
}
.product-eco input::-ms-clear {
  display: none;
}
.product-eco input[type=number]::-webkit-inner-spin-button,
.product-eco input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.product-eco select {
  border-radius: 0; /* 아이폰 사파리 보더 없애기 */
  -webkit-appearance: none; /* 화살표 없애기 for chrome*/
  -moz-appearance: none; /* 화살표 없애기 for firefox*/
  appearance: none;
}
.product-eco select::-ms-expand {
  display: none;
}
.product-eco .slick-dots {
  position: relative;
  text-align: center;
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-dots {
    margin-top: 40px;
  }
}
.product-eco .slick-dots li {
  display: inline-block;
  margin: 0 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-dots li {
    margin: 0 8px;
  }
}
.product-eco .slick-dots li button {
  cursor: pointer;
  text-indent: -10000em;
  width: 2.3611111111vw;
  height: 2.2222222222vw;
  background: #bbb;
  border-radius: 50%;
  border: 0;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-dots li button {
    width: 17px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-dots li button {
    height: 16px;
  }
}
.product-eco .slick-dots li.slick-active button {
  background: #ffcc00;
}
.product-eco .slick-arrow {
  border-radius: 50%;
  transform: translateY(-40%);
}
.product-eco .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  background: none;
  left: -13.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    width: 100px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    height: 100px;
  }
}
.product-eco .slick-arrow.slick-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.78125rem;
  height: 0.78125rem;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  border-bottom-width: 3px;
  border-left-width: 3px;
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev:before {
    width: 25px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev:before {
    height: 25px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    left: -100px;
  }
}
.product-eco .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  background: none;
  right: -13.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    width: 100px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    height: 100px;
  }
}
.product-eco .slick-arrow.slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.78125rem;
  height: 0.78125rem;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  border-top-width: 3px;
  border-right-width: 3px;
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next:before {
    width: 25px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next:before {
    height: 25px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    right: -100px;
  }
}
.product-eco .text-light {
  color: #fff !important;
}
.product-eco .text-left {
  text-align: left !important;
}
.product-eco .text-center {
  text-align: center !important;
}
.product-eco .highlight {
  color: #b08043 !important;
}

.dimmed {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup {
  display: none;
  position: absolute;
  left: 50%;
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
  z-index: 300;
  transform: translateX(-50%);
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 1100px) {
  .popup {
    max-width: 1000px;
  }
}
.popup * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.popup.popup-base {
  border-radius: 0;
}
.popup.popup-base .popup-body {
  /*@include vw(max-height, 600px);
  overflow-y: auto;*/
  padding: 3.4722222222vw;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.4;
  font-size: 3.3333333333vw;
  letter-spacing: -0.1388888889vw;
  font-weight: 400;
  color: #666;
  border: 2px solid #000;
  background-color: #fff;
}
@media screen and (min-width: 720px) {
  .popup.popup-base .popup-body {
    padding: 25px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-base .popup-body {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-base .popup-body {
    letter-spacing: -1px;
  }
}
.popup.popup-base .popup-body p {
  margin: 0;
  color: #666;
  line-height: 1.4;
  font-size: 2.2222222222vw;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .popup.popup-base .popup-body p {
    font-size: 16px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-base .popup-body p {
    letter-spacing: -1px;
  }
}
.popup.popup-base .popup-body .base-title {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup.popup-base .popup-body .base-title {
    margin-top: 20px;
  }
}
.popup.popup-base .popup-body .base-title:first-child {
  margin-top: 0;
}
.popup.popup-base .popup-body strong {
  display: block;
  color: #000;
  font-size: 3.8888888889vw;
  margin: 1.9444444444vw 0 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .popup.popup-base .popup-body strong {
    font-size: 28px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-base .popup-body strong {
    margin: 14px 0 8px;
  }
}
@media screen and (min-width: 720px) {
  .popup.popup-base .popup-body {
    font-size: 16px;
  }
  .popup.popup-base .popup-body p {
    font-size: 16px;
  }
  .popup.popup-base .popup-body strong {
    font-size: 18px;
  }
}
.popup.popup-base .popup-close {
  position: absolute;
  top: -40px;
  right: 0;
  background-color: #000;
  cursor: pointer;
  box-sizing: content-box;
}
.popup.popup-base .popup-close {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 10px;
  cursor: pointer;
}
.popup.popup-base .popup-close:before, .popup.popup-base .popup-close:after {
  content: "";
  display: block;
  width: 140%;
  height: 2px;
  background: #fff;
}
.popup.popup-base .popup-close:before {
  margin-top: -0.5px;
  margin-left: 1px;
  transform: rotate(45deg);
  transform-origin: 0 0;
}
.popup.popup-base .popup-close:after {
  margin-left: -41%;
  margin-top: -2px;
  transform: rotate(-45deg);
  transform-origin: 100% 0;
}
.popup.popup-base .popup-close:before, .popup.popup-base .popup-close:after {
  position: static;
}
.eduf-layer-base .eduf-layer-wrap {
  max-width: 720px;
}

.eduf-layer-base .eduf-layer-close {
  top: 5.777778%;
}
@media screen and (min-width: 720px) {
  .eduf-layer-base .eduf-layer-close {
    top: 0;
    right: 0;
  }
}

.eduf-layer-base .eduf-layer-content p {
  margin: 0;
  line-height: 1.5;
}

.product-eco * {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -1px;
}
.product-eco .wrap {
  width: 1200px;
}
.product-eco .icon-pointer {
  position: relative;
  display: inline-block;
}
.product-eco .icon-pointer:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 1.78125rem;
  height: 2.03125rem;
  background: url("https://img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_12.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) {
  .product-eco .icon-pointer:after {
    width: 57px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .icon-pointer:after {
    height: 65px;
  }
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.product-eco .item {
  position: relative;
}
.product-eco .blink {
  -webkit-animation: bgChange 1s step-start infinite;
  animation: bgChange 1s step-start infinite;
}
.product-eco .btn {
  position: relative;
  display: inline-block;
  border: 1px solid #bbb;
  padding: 5px 25px 5px 15px;
  color: #999;
  font-size: 14px;
  letter-spacing: -1px;
}
.product-eco .btn:after {
  content: "";
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  margin-top: -0.125rem;
  border-width: 0;
  border-style: solid;
  border-color: #bbb;
  transform: rotate(45deg);
  border-top-width: 1px;
  border-right-width: 1px;
  margin-left: 0;
  left: auto;
  right: 10px;
}
@media screen and (min-width: 720px) {
  .product-eco .btn:after {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn:after {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn:after {
    margin-top: -4px;
  }
}
.product-eco .btn-text {
  border-color: #999;
  color: #999;
}
.product-eco .btn-text:after {
  border-color: #999;
}
.product-eco .notice {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -1px;
  text-align: left;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3);
}
.product-eco .notice span {
  padding-left: 10px;
  text-indent: -10px;
}
.product-eco .subtitle > div {
  color: #222;
  line-height: 1;
  text-align: left;
}
.product-eco .subtitle > div.sub {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -3px;
}
.product-eco .subtitle > div.sub strong {
  font-weight: 700;
}
.product-eco .subtitle > div.main {
  font-size: 55px;
  letter-spacing: -4px;
  line-height: 1.3;
  font-weight: 900;
}
.product-eco .subtitle > div.main strong {
  display: inline-block;
  font-weight: 900;
  line-height: 1.3;
}
.product-eco .subtitle > div.notice {
  margin-top: 16px;
  color: #999;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -1px;
}
.product-eco .title-group {
  padding-top: 95px;
  text-align: left;
}
.product-eco .title-group em {
  font-weight: 500;
  font-size: 40px;
  vertical-align: top;
}
.product-eco .title-group .main-t {
  font-size: 54px;
  color: #222;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: -3px;
}
.product-eco .title-group .main-t strong {
  font-weight: 900;
  letter-spacing: -3px;
}
.product-eco .title-group .main-t .label {
  line-height: 1;
  display: block;
  width: 157px;
  height: 47px;
  line-height: 45px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  border: 2px solid #000000;
  border-radius: 23px;
  margin-bottom: 20px;
}
.product-eco .title-group .sub-t {
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 1.3;
  color: #222;
  font-size: 40px;
}
.product-eco .title-group .sub-t + .main-t {
  margin-top: 10px;
}
.product-eco .title-group .notice {
  margin-top: 14px;
}
.product-eco .title-group.center-mode .main-t,
.product-eco .title-group.center-mode .sub-t,
.product-eco .title-group.center-mode .notice {
  text-align: center;
}
.product-eco .wing {
  position: fixed;
  top: 20%;
  z-index: 2;
}
.product-eco .wing.right {
  right: 5%;
}
.product-eco .sector-title {
  background: #110f13 url("https://img.eduwill.net/eduwill/img/2022/D/product/220502/pc/bg_title.jpg") 50% 0 no-repeat;
  background-size: cover;
}
.product-eco .sector-title .btn-text {
  position: absolute;
  top: 176px;
  right: 140px;
  z-index: 1;
}
.product-eco .sector-title .light {
  position: absolute;
  z-index: 1;
}
.product-eco .sector-title .light.light-1 {
  top: 231px;
  left: 436px;
}
.product-eco .sector-title .light.light-2 {
  top: 357px;
  left: 690px;
}
.product-eco .sector-benefit .benefit-title {
  padding-top: 120px;
  font-weight: 900;
  font-size: 60px;
  color: #000;
  line-height: 1.2;
  letter-spacing: -3px;
}
.product-eco .sector-benefit .benefit-title em {
  display: inline-block;
  font-size: 40px;
  font-weight: 400;
  vertical-align: top;
}
.product-eco .sector-benefit .benefit-title strong {
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -3px;
}
.product-eco .sector-benefit .benefit-title .notice {
  text-align: center;
}
.product-eco .sector-benefit .btn-text {
  position: absolute;
  right: 50px;
  bottom: 100px;
  z-index: 1;
}
.product-eco .sector-benefit .btn-text.five {
  bottom: 150px;
}
.product-eco .sector-benefit-plus {
  background: #313579;
  background: #31367b;
  background: linear-gradient(to bottom, #31367b 0%, #2c316a 100%);
}
.product-eco .sector-benefit-plus:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -48px;
  transform: translateX(-50%);
  width: 13.8888888889vw;
  height: 13.8888888889vw;
  background: url("https://img.eduwill.net/eduwill/img/2022/D/product/220502/pc/icon_plus.png") 50% 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit-plus:before {
    width: 100px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit-plus:before {
    height: 100px;
  }
}
.product-eco .sector-benefit-plus .benefit-title {
  padding-top: 95px;
  font-weight: 900;
  font-size: 30px;
  color: #fff;
  line-height: 1.4;
}
.product-eco .sector-benefit-plus .benefit-title em {
  display: inline-block;
  font-size: 40px;
  font-weight: 400;
  vertical-align: top;
}
.product-eco .sector-benefit-plus .benefit-title strong {
  display: block;
  font-weight: 900;
  color: #d49443;
  line-height: 1.4;
  font-size: 54px;
  letter-spacing: -3px;
}
.product-eco .sector-benefit-plus .benefit-title .notice {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
.product-eco .sector-price {
  position: relative;
  padding-bottom: 25px;
  background: #2c316a;
  background: linear-gradient(to bottom, #2c316a 50%, #fff 50%);
}
.product-eco .sector-price .price-box {
  position: relative;
  border-radius: 30px;
  width: 1100px;
  margin: 0 auto;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
.product-eco .sector-price .price-box .price-subject {
  position: absolute;
  top: 53px;
  left: 58px;
  font-weight: 900;
  font-size: 40px;
  letter-spacing: -2px;
  line-height: 1;
  text-align: left;
  color: #222;
}
.product-eco .sector-price .price-box .price-text {
  position: absolute;
  width: 430px;
  top: 48px;
  right: 78px;
  text-align: right;
}
.product-eco .sector-price .price-box .price-text .sale-flag {
  display: inline-block;
  margin: 0 0 15px;
  padding: 6px 24px;
  border-radius: 100px;
  font-size: 22px;
  line-height: 1;
  vertical-align: top;
  font-weight: 700;
  color: #ea1d00;
  border: 3px solid #ea1d00;
  min-width: 230px;
  text-align: center;
}
.product-eco .sector-price .price-box .price-text .sale {
  margin-bottom: 20px;
  text-align: right;
}
.product-eco .sector-price .price-box .price-text .sale .before-price {
  display: inline-block;
  color: #999;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 1;
  text-decoration: line-through;
}
.product-eco .sector-price .price-box .price-text .sale strong {
  display: inline-block;
  margin-left: 10px;
  font-size: 54px;
  font-weight: 900;
  line-height: 1;
  color: #ea1d00;
  letter-spacing: -3px;
}
.product-eco .sector-price .price-box .price-text .sale .flag {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
  padding: 5px 24px;
  line-height: 1;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
  background: #222;
}
.product-eco .sector-price .price-box .price-text .after-price {
  padding-right: 20px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #ea1d00;
  font-size: 68px;
  line-height: 1;
  font-weight: 900;
}
.product-eco .sector-price .price-box .price-text .after-price strong {
  line-height: 1;
  font-weight: 900;
  font-size: 76px;
  letter-spacing: -4px;
}
.product-eco .sector-bar {
  background: #2c2e54 url("https://img.eduwill.net/eduwill/img/2022/D/product/220502/pc/bg_bar.jpg") 50% 0 no-repeat;
  background-size: cover;
}
.product-eco .sector-bar:after {
  content: "";
  display: block;
  position: absolute;
  width: 33.0555555556vw;
  height: 9.3055555556vw;
  transform: translateX(-50%);
  top: 100%;
  left: 50%;
  z-index: 1;
  background: url("https://img.eduwill.net/eduwill/img/2022/D/product/220502/pc/bg_arrow.png") 50% 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-bar:after {
    width: 238px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-bar:after {
    height: 67px;
  }
}
.product-eco .sector-bar .bar-title {
  padding: 45px 0 30px;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -2px;
}
.product-eco .sector-bar .bar-title strong {
  line-height: 1.3;
  font-size: 54px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -3px;
}
.product-eco .sector-bar .bar-title em {
  font-weight: 500;
  font-size: 30px;
  vertical-align: top;
}
.product-eco .sector-bar .bar-title .notice {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: -1px;
}
.product-eco .sector-bar.apply-title {
  background: #2c2e54;
}
.product-eco .sector-bar.apply-title .bar-title {
  padding: 20px 0;
  font-size: 40px;
  letter-spacing: -2px;
}
.product-eco .sector-bar.apply-title .bar-title .highlight {
  font-size: 40px;
  letter-spacing: -2px;
  color: #ff5bde !important;
}
.product-eco .sector-bar.apply-title:after {
  display: none;
}
.product-eco .sector-winner {
  padding: 100px 0 60px;
  overflow: hidden;
  background: url("https://img.eduwill.net/eduwill/img/2022/D/product/220502/pc/bg_winner.jpg") 50% bottom no-repeat;
  background-size: cover;
}
.product-eco .sector-winner .title-group {
  padding: 0;
  background: url("https://img.eduwill.net/eduwill/img/2022/D/product/220502/pc/bg_winnertitle.png") 50% center no-repeat;
}
.product-eco .sector-winner .winner-contents {
  position: relative;
  top: -20px;
  margin: 0;
  width: 100%;
  transform: translateX(40px);
  z-index: 98;
}
.product-eco .sector-winner .winner-contents .winner-list {
  transform: perspective(400px) rotateX(40deg);
}
.product-eco .sector-winner .winner-contents .winner-list .slick-track {
  transform: translate(0) !important;
}
.product-eco .sector-winner .winner-contents .winner-list a {
  display: block;
}
.product-eco .sector-winner .winner-contents .winner-list p {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  text-align: left;
  line-height: 2;
  font-weight: 4500;
  font-size: 18px;
  letter-spacing: -1px;
  color: #222;
}
.product-eco .sector-search .search-box {
  position: relative;
}
.product-eco .sector-search .typing {
  position: absolute;
  top: 400px;
  left: 92px;
  letter-spacing: -2px;
  line-height: 1;
  color: #022222;
  font-weight: 900;
  font-size: 38px;
}
.product-eco .sector-search .typing:after {
  content: "";
  position: relative;
  top: -5px;
  display: inline-block;
  -webkit-animation-name: cursor;
          animation-name: cursor;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  width: 2px;
  height: 40px;
  background-color: #fff;
  vertical-align: middle;
}
@-webkit-keyframes cursor {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #022222;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes cursor {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #022222;
  }
  100% {
    background-color: #fff;
  }
}
.product-eco .sector-info-1 {
  background: #fff;
  background: linear-gradient(to bottom, #fff 70%, #f8f8f8 90%);
}
.product-eco .sector-info-1 .title-group {
  padding-top: 130px;
}
.product-eco .sector-info-3 {
  background: #f7f7f7;
}
.product-eco .sector-teacher {
  padding-bottom: 100px;
  background: #f7f7f7;
}
.product-eco .sector-teacher .teacher-box {
  position: relative;
}
.product-eco .sector-teacher .teacher-box .btn-link {
  display: block;
  position: absolute;
  top: 518px;
  width: 45px;
  height: 42px;
}
.product-eco .sector-teacher .teacher-box .btn-link.link-1 {
  left: 484px;
}
.product-eco .sector-teacher .teacher-box .btn-link.link-2 {
  left: 738px;
}
.product-eco .sector-teacher .teacher-contents {
  width: 800px;
  margin: 0 auto;
  text-align: center;
}
.product-eco .sector-curriculum {
  padding-bottom: 100px;
}
.product-eco .sector-curriculum .title-group {
  margin-bottom: 50px;
}
.product-eco .sector-care {
  background: #f7f7f7;
}
.product-eco .sector-winners {
  padding-bottom: 100px;
}
.product-eco .sector-winners .title-group {
  padding-top: 150px;
  margin-bottom: 90px;
}
.product-eco .sector-graph {
  overflow: hidden;
  background: #f7f7f7;
}
.product-eco .sector-graph .winner-contents {
  position: relative;
}
.product-eco .sector-graph .winner-contents > img {
  position: relative;
  z-index: 2;
}
.product-eco .sector-graph .winner-contents .winner-list {
  position: absolute;
  top: 0;
  height: 80%;
  overflow: hidden;
  left: 0;
  right: 0;
  transform: perspective(800px) rotateX(30deg);
}
.product-eco .sector-graph .winner-contents .winner-list:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  background: #f7f7f7;
  background: linear-gradient(to bottom, #f7f7f7 0%, rgba(255, 255, 255, 0) 100%);
}
.product-eco .sector-graph .winner-contents .winner-list .slick-track {
  transform: translate(0) !important;
}
.product-eco .sector-graph .winner-contents .winner-list a {
  display: block;
}
.product-eco .sector-graph .winner-contents .winner-list p {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  text-align: center;
  line-height: 3;
  font-weight: 4500;
  font-size: 22px;
  letter-spacing: -1px;
  color: #bbb;
}
.product-eco .sector-prize {
  background: #fff;
}
.product-eco .sector-prize .grid .col {
  width: 50%;
}
.product-eco .sector-prize .subtitle {
  position: absolute;
  top: 88px;
  left: 50px;
}
.product-eco .sector-prize .notice {
  position: absolute;
  top: 865px;
  left: auto;
}
.product-eco .sector-unbreakable {
  padding-top: 0;
  background: #fff !important;
}
.product-eco .sector-unbreakable .wrap {
  width: 1200px !important;
  max-width: 1200px !important;
}
.product-eco .sector-unbreakable .unbreakable-title .title {
  margin: 0;
  font-size: 54px;
  letter-spacing: -3px;
}
.product-eco .sector-unbreakable .unbreakable-title .title em {
  font-weight: 500;
  font-size: 40px;
  vertical-align: top;
}
.product-eco .sector-unbreakable .unbreakable-list:before {
  background: #fff;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.product-eco .sector-unbreakable .unbreakable-list:after {
  background: #fff;
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.product-eco .sector-service {
  background: #f7f7f7;
}
.product-eco.ver-230717 .sector-title .light-1 {
  top: 202px;
  left: 355px;
}
.product-eco.ver-230717 .sector-title .light-2 {
  top: 382px;
  left: 690px;
}
.product-eco.ver-230717 .sector-info-1 .title-group {
  padding-top: 95px;
}
.product-eco.ver-230717 .sector-info-2 {
  overflow: hidden;
}
.product-eco.ver-230717 .sector-info-2 .wrap > img {
  position: relative;
  z-index: 1;
}
.product-eco.ver-230717 .sector-info-2 .wrap .title-group {
  padding-top: 165px;
}
.product-eco.ver-230717 .sector-info-2 .wrap .deco {
  position: absolute;
  top: -30px;
  right: 0;
}/*# sourceMappingURL=web.css.map */