@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%);
}

@-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-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 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-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 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-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 effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.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;
}

.promotion,
.product-eco,
.fullservice {
  text-align: center;
  overflow: hidden;
}
.promotion *,
.product-eco *,
.fullservice * {
  line-height: normal;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -1px;
  }
}
.promotion *,
.product-eco *,
.fullservice * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion button,
.product-eco button,
.fullservice button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.promotion p,
.product-eco p,
.fullservice p {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  width: 100%;
}
.promotion .icon-pointer,
.product-eco .icon-pointer,
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 7.6388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 55px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  height: 7.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 56px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
}
@-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);
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  -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;
}

.product-eco .wrap {
  width: 1200px;
}
.product-eco .title-box {
  margin: 0 42px 60px;
}
.product-eco .title-box .main-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 126%;
  color: #111;
  letter-spacing: -0.72px;
}
.product-eco .title-box .main-title strong {
  font-weight: 700;
}
.product-eco .title-box .main-title + .sub-text {
  margin-top: 15px;
}
.product-eco .title-box .fc-point {
  color: #FFAA00;
}
.product-eco .title-box .label-title {
  display: inline-block;
  padding: 12px 43px;
  border-radius: 200px;
  background: var(--bn1, linear-gradient(90deg, #FCDA00 0%, #FBEE3A 100%), linear-gradient(90deg, #FFC400 0%, #FFA600 100%));
  color: #320707;
  font-size: 22px;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-style: normal;
  line-height: 120%;
  letter-spacing: -0.48px;
}
.product-eco .title-box .label-title + .main-title {
  margin-top: 35px;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -1.68px;
  text-align: left;
}
.product-eco .title-box .label-title + .main-title strong {
  font-weight: 900;
  font-size: 42px;
  letter-spacing: -1.68px;
}
.product-eco .title-box .label-title + .main-title strong .fc-point {
  font-weight: inherit;
  color: #957800;
  letter-spacing: inherit;
}
.product-eco .title-box .label-title + .main-title ~ p.user {
  margin-top: 8px;
  color: #666;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
}
.product-eco .title-box .label-title + .main-title ~ p.text-notice {
  margin-top: 10px;
  color: #BFBFBF;
  font-size: 16px;
  text-align: left;
}
.product-eco .title-box .sub-text {
  color: #444;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
}
.product-eco .text-notice {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-eco .interview-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 50px;
  margin: 50px 50px 0;
  border-radius: 40px 0;
  background-image: url("//img.eduwill.net/eduwill/img/2026/K/product/260602/pc/bg_interview.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-box-shadow: 4px 5px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 4px 5px 15px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #E6E6E6;
}
.product-eco .interview-box:before {
  content: "";
  position: absolute;
  top: -46px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 102px;
  height: 63px;
  background: url("//img.eduwill.net/eduwill/img/2026/K/product/260602/pc/icon_arrow_down_yellow.png") 50% 50% no-repeat;
  background-size: cover;
}
.product-eco .interview-box .box-left {
  position: relative;
  width: 400px;
  text-align: center;
  z-index: 1;
}
.product-eco .interview-box .box-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 280px;
  height: 280px;
  background: url("//img.eduwill.net/eduwill/img/2026/K/product/260602/pc/bg_trophy.png") 50% 50% no-repeat;
  background-size: contain;
  z-index: -1;
}
.product-eco .interview-box .box-left .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 58px;
  padding: 0 37px 0 67px;
  color: #fff;
  border-radius: 2px;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 25px;
  background-color: #000022;
  background-image: url("//img.eduwill.net/eduwill/img/2026/K/product/260602/pc/bg_label_interview.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.product-eco .interview-box .box-left .desc {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -1.5px;
}
.product-eco .interview-box .box-left .desc span {
  font-weight: 700;
  color: #957800;
}
.product-eco .interview-box .box-right {
  width: 500px;
  border-radius: 10px;
  overflow: hidden;
}
.product-eco .interview-box .box-right img {
  width: 100%;
}
.product-eco .img-box {
  position: relative;
}
.product-eco .sector-title {
  position: relative;
  background-image: url("//img.eduwill.net/eduwill/img/2026/K/product/260602/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(357deg, #FFEDB7 12.58%, #FFDB29 88.2%);
  z-index: -1;
}
.product-eco .sector-title .wrap {
  width: 1350px;
}
.product-eco .sector-item {
  position: relative;
  padding: 100px 0;
  background: #FDFCF5;
}
.product-eco .sector-item:before {
  position: absolute;
  top: 423px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 1700px;
  height: 480px;
  border-radius: 1700px;
  background: rgba(255, 238, 171, 0.77);
  -webkit-filter: blur(200px);
          filter: blur(200px);
}
.product-eco .sector-item .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  margin: 0 20px;
}
.product-eco .sector-item .item-list .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 5.4166666667vw 5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item {
    padding: 39px 36px;
  }
}
.product-eco .sector-item .item-list .item {
  border-radius: 20px;
  border: 3px solid #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 253, 255, 0.5)), to(#FFFDFF));
  background: linear-gradient(180deg, rgba(255, 253, 255, 0.5) 0%, #FFFDFF 100%);
  -webkit-box-shadow: 4px 4px 24px 0 rgba(176, 164, 133, 0.15);
          box-shadow: 4px 4px 24px 0 rgba(176, 164, 133, 0.15);
  text-align: left;
}
.product-eco .sector-item .item-list .item .sup-title {
  margin-bottom: 10px;
  color: #444;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.56px;
}
.product-eco .sector-item .item-list .item .title {
  color: #957800;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.56px;
}
.product-eco .sector-item .item-list .item .list {
  margin-top: 18px;
  padding-bottom: 18px;
}
.product-eco .sector-item .item-list .item .list li {
  position: relative;
  padding-left: 32px;
  margin-top: 10px;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.16px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .sector-item .item-list .item .list li:first-child {
  margin-top: 0;
}
.product-eco .sector-item .item-list .item .list li:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/K/product/260602/mobile/ico_chk.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-item .item-list .item .price-wrap .price-after {
  color: #222;
  text-align: right;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.26px;
}
.product-eco .sector-item .item-list .item .text-price {
  margin-top: 18px;
  color: #999;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.16px;
}
.product-eco .sector-item .item-list .item .action {
  margin-top: auto;
  padding-top: 8px;
  width: 100%;
}
.product-eco .sector-item .item-list .item .action .btn-apply {
  width: 100%;
  padding: 20px 29px;
  border-radius: 14px;
  background: -webkit-gradient(linear, left top, right top, from(#FFEC72), to(#FC0));
  background: linear-gradient(90deg, #FFEC72 0%, #FC0 100%);
  color: #121212;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.16px;
  text-align: left;
}
.product-eco .sector-item .item-list .item .action .btn-apply {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .item-list .item .action .btn-apply::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .action .btn-apply::before {
    width: 8px;
  }
}
.product-eco .sector-item .item-list .item .action .btn-apply::before {
  height: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .action .btn-apply::before {
    height: 8px;
  }
}
.product-eco .sector-item .item-list .item .action .btn-apply::before {
  margin-top: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .action .btn-apply::before {
    margin-top: -4px;
  }
}
.product-eco .sector-item .item-list .item .action .btn-apply::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .action .btn-apply::before {
    right: 16px;
  }
}
.product-eco .sector-item .item-list .item .action .btn-apply::before {
  border-top-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .action .btn-apply::before {
    border-top-width: 2px;
  }
}
.product-eco .sector-item .item-list .item .action .btn-apply::before {
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .action .btn-apply::before {
    border-right-width: 2px;
  }
}
.product-eco .sector-item .item-list .item .action .btn-apply:before {
  right: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .action .btn-apply:before {
    right: 40px;
  }
}
.product-eco .sector-interview-1 {
  padding: 100px 0;
  background: #fff;
}
.product-eco .sector-interview-1 .interview-title {
  text-align: center;
  margin-bottom: 40px;
}
.product-eco .sector-interview-1 .interview-title .point-text {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  padding: 0 40px;
  border: 3px solid #111;
  border-radius: 50px;
  background: #FFEA00;
  color: #111;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -1px;
}
.product-eco .sector-interview-1 .interview-title .point-text .icon-clock {
  position: absolute;
  top: 50%;
  left: -24px;
  width: 70px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-eco .sector-interview-1 .step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
  margin: 0 50px;
}
.product-eco .sector-interview-1 .step-list .step {
  width: 350px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 4px 5px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 4px 5px 15px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #E6E6E6;
  text-align: center;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-eco .sector-interview-1 .step-list .step .img-box {
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-eco .sector-interview-1 .step-list .step .img-box img {
  max-width: 100%;
  max-height: 100%;
}
.product-eco .sector-interview-1 .step-list .step p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  color: #111;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
}
.product-eco .sector-interview-1 .step-list .step p:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 17px;
  margin-right: 8px;
  background: url("//img.eduwill.net/eduwill/img/2026/K/product/260602/pc/icon_check_black.png") 50% 50% no-repeat;
  background-size: cover;
}
.product-eco .sector-interview-1 .text-notice {
  margin-top: 20px;
}
.product-eco .sector-bar {
  padding: 50px 0;
  background-color: #FDF299;
  background-image: url("//img.eduwill.net/eduwill/img/2026/K/product/260602/pc/bg_bar.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-bar p {
  color: #222;
  font-size: 46px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -2.3px;
}
.product-eco .sector-bar small {
  color: #222;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.6px;
}
.product-eco .sector-bar .text-notice {
  display: block;
  margin-top: 10px;
}
.product-eco .sector-interview-2 {
  padding: 100px 0;
  background: #fff;
}
.product-eco .sector-interview-2 .graph-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
  margin: 0 50px 50px;
}
.product-eco .sector-interview-2 .graph-list .item {
  width: 50%;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 4px 5px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 4px 5px 15px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #E6E6E6;
  text-align: center;
  padding: 40px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-eco .sector-interview-2 .graph-list .item .title {
  color: #222;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.product-eco .sector-interview-2 .graph-list .item .title strong {
  font-weight: 700;
  line-height: 1.3;
  color: #957800;
}
.product-eco .sector-interview-2 .graph-list .item .source {
  color: #BFBFBF;
  font-size: 12px;
  letter-spacing: -0.5px;
}
.product-eco .sector-interview-2 .text-notice {
  margin-top: 20px;
  color: #999;
  font-size: 13px;
  letter-spacing: -0.5px;
}
.product-eco .sector-interview-2 .action-text {
  margin-top: 10px;
}
.product-eco .sector-interview-2 .action-text p {
  color: #222;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1px;
}
.product-eco .sector-interview-2 .action-text strong {
  display: block;
  color: #957800;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1px;
}
.product-eco .sector-interview-3 {
  padding: 100px 0;
  background: #fff;
}
.product-eco .sector-interview-3 .text-notice {
  margin-top: 20px;
  color: #999;
  font-size: 13px;
  letter-spacing: -0.5px;
}
.product-eco .sector-interview-3 .action-text {
  margin-top: 10px;
}
.product-eco .sector-interview-3 .action-text p {
  color: #222;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1px;
}
.product-eco .sector-interview-3 .action-text strong {
  display: block;
  color: #957800;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1px;
}
.product-eco .sector-earlybird {
  background: #FFDF00;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFDF00), to(#FAAB01));
  background: linear-gradient(to bottom, #FFDF00 0%, #FAAB01 100%);
}
.product-eco .sector-earlybird:after {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  z-index: 1;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #FFDF01;
  background-image: url("//img.eduwill.net/eduwill/img/2022/G/common/bg/bg_plus_black.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-eco .earlybird-banner {
  position: fixed;
  right: 10px;
  bottom: 150px;
  z-index: 99;
}
.product-eco .sector-curriculum {
  padding: 50px 0;
}
.product-eco .sector-curriculum .title-box:first-child p.main-title {
  font-size: 44px;
}
.product-eco .sector-curriculum .img-box {
  position: relative;
}
.product-eco .sector-curriculum .img-box .flag {
  position: absolute;
  bottom: 380px;
  left: 426px;
  text-align: left;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1px;
  z-index: 1;
}
.product-eco .sector-teacher {
  padding-top: 50px;
}
.product-eco .sector-teacher .info-pager {
  width: 1200px;
  margin: 0 auto;
}
.product-eco .sector-teacher .info-pager.slick-slider .slick-track, .product-eco .sector-teacher .info-pager.slick-slider .slick-list {
  left: 0 !important;
  width: 1100px !important;
  margin: 0 auto;
}
.product-eco .sector-teacher .info-pager .slick-slide {
  padding-bottom: 20px;
  width: 350px !important;
}
.product-eco .sector-teacher .info-pager .slick-slide:not(:first-child) {
  margin-left: 25px;
}
.product-eco .sector-teacher .info-pager .slick-slide .col {
  position: relative;
  cursor: pointer;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: background-color;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 256px;
  height: 380px;
}
.product-eco .sector-teacher .info-pager .slick-slide .col .teacher-img {
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: #c6c6c6;
  text-align: center;
}
.product-eco .sector-teacher .info-pager .slick-slide .col .teacher-img img {
  display: inline-block;
}
.product-eco .sector-teacher .info-pager .slick-slide .col .teacher-info {
  padding: 20px 22px;
  text-align: left;
  font-size: 20px;
  color: #222;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -1px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.product-eco .sector-teacher .info-pager .slick-slide .col .teacher-info strong {
  letter-spacing: -1px;
  font-weight: 900;
}
.product-eco .sector-teacher .info-pager .slick-slide .col .teacher-info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-teacher .info-pager .slick-slide.slick-current .col {
  border: 2px solid #ffac00;
}
.product-eco .sector-teacher .info-pager .slick-slide.slick-current .col .teacher-img {
  background: #ff9800;
  background: -webkit-gradient(linear, left top, right top, from(#ff9800), to(#f4b300));
  background: linear-gradient(to right, #ff9800 0%, #f4b300 100%);
}
.product-eco .sector-teacher .info-slider {
  width: 100%;
  margin-top: 20px;
  background-color: #FCFAEF;
}
.product-eco .sector-teacher .info-slider:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: "";
  display: block;
  height: 46px;
  background-color: #fff;
}
.product-eco .sector-teacher .info-slider .col {
  text-align: center;
}
.product-eco .sector-teacher .info-slider .col img {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.product-eco .sector-book {
  padding: 100px 0;
}
.product-eco .sector-contents {
  padding: 100px 0;
  background: #F4F4F4;
}
.product-eco .sector-contents .title-box {
  margin-right: 0;
  margin-left: 20px;
}/*# sourceMappingURL=web.css.map */