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

.product-eco .slick-dots {
  font-size: 0;
}
.product-eco .slick-dots li {
  display: inline-block;
}
.product-eco .slick-dots button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: 0;
  background: none;
}

.promotion .wide,
.product-eco .wide,
.fullservice .wide {
  position: relative;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.effect-bounce-diagonal {
  -webkit-animation-name: effectBounceDiagonal;
          animation-name: effectBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@-webkit-keyframes effectBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

.effect-bounce-updown {
  -webkit-animation-name: effectBounceUpDown;
          animation-name: effectBounceUpDown;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@-webkit-keyframes effectBounceUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes effectBounceUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.effect-extend {
  -webkit-animation-name: effectExtend;
          animation-name: effectExtend;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@-webkit-keyframes effectExtend {
  0%, 100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
@keyframes effectExtend {
  0%, 100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

.effect-blink {
  -webkit-animation-name: effectBlink;
          animation-name: effectBlink;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: step-end;
          animation-timing-function: step-end;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@-webkit-keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.promotion,
.product-eco,
.fullservice {
  text-align: center;
  overflow: hidden;
}
.promotion *,
.product-eco *,
.fullservice * {
  line-height: normal;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
  -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;
}
.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 .only-pc {
  display: block;
}
.product-eco .only-mobile {
  display: none;
}
.product-eco .support-message {
  color: #a1a1a1 !important;
}
.product-eco .fix-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  height: 80px;
  background: #FDC201;
}
.product-eco .fix-bottom .wrap {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.product-eco .fix-bottom a {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.product-eco .fix-wing {
  z-index: 100;
  position: fixed;
  right: 50px;
  bottom: 100px;
}
.product-eco .slick-dots {
  margin-top: 16px;
}
.product-eco .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 10px;
  background: #D9D9D9;
}
.product-eco .slick-dots li.slick-active {
  background: #3B3B3B;
}
.product-eco .slick-arrow {
  border-radius: 50%;
}
.product-eco .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 6.9444444444vw;
  height: 6.9444444444vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  margin-left: -75vw;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    width: 50px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    height: 50px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    margin-left: -540px;
  }
}
.product-eco .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.7361111111vw;
  height: 1.7361111111vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 2px;
  border-left-width: 2px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    width: 12.5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    height: 12.5px;
  }
}
.product-eco .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 6.9444444444vw;
  height: 6.9444444444vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50%;
  margin-right: -75vw;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    width: 50px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    height: 50px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    margin-right: -540px;
  }
}
.product-eco .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.7361111111vw;
  height: 1.7361111111vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-top-width: 2px;
  border-right-width: 2px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    width: 12.5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    height: 12.5px;
  }
}
.product-eco .notice {
  font-size: 12px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.5);
}
.product-eco .title-content .flag {
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  line-height: 120%;
  color: #000;
  letter-spacing: -0.48px;
  margin-bottom: 20px;
  padding: 12px 20px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  background: #FFF;
}
.product-eco .title-content p {
  font-size: 22px;
  line-height: 140%;
  color: #FFF;
  letter-spacing: -0.88px;
}
.product-eco .title-content p strong {
  font-weight: 700;
}
.product-eco .title-content p.notice {
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  color: #6E6E6E;
  letter-spacing: -0.42px;
}
.product-eco .sector-title {
  background-color: #FDC906;
  background-image: url("//img.eduwill.net/eduwill/img/2025/J/product/250804/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-title .wrap {
  padding: 80px 0;
}
.product-eco .sector-title .benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  width: 900px;
  margin: 45px auto 0;
}
.product-eco .sector-title .benefit-list li {
  position: relative;
  border: 2px solid #000;
  border-radius: 10px;
  background: #FFF;
}
.product-eco .sector-title .benefit-list li .text-box {
  position: absolute;
  top: 20px;
  left: 24px;
  text-align: left;
}
.product-eco .sector-title .benefit-list li .text-box p {
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.92px;
  color: #222;
}
.product-eco .sector-title .benefit-list li .text-box p span {
  display: block;
  font-weight: 700;
  color: #FFB200;
}
.product-eco .sector-title .benefit-list li .text-box small {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #999;
  line-height: 120%;
  letter-spacing: -0.46px;
  margin-top: 4px;
}
.product-eco .sector-title .benefit-list li .btn-tip {
  z-index: 5;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}
.product-eco .sector-title .benefit-list li .tip-layer {
  z-index: 2;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: 116px;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(10px);
          transform: translateX(-50%) translateY(10px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.product-eco .sector-title .benefit-list li .tip-layer.active {
  opacity: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.product-eco .sector-title .btn-base {
  z-index: 10;
  position: absolute;
  top: 170px;
  left: 50%;
  margin-left: 364px;
}
.product-eco .sector-title .btn-action {
  z-index: 10;
  position: absolute;
  top: 539px;
  left: 50%;
  margin-left: -112px;
}
.product-eco .sector-earlybird {
  background: #3D3D3D url("//img.eduwill.net/eduwill/img/2025/J/product/250804/pc/bg_earlybird.jpg") no-repeat center/auto 100%;
}
.product-eco .sector-earlybird:after {
  content: "";
  position: absolute;
  top: -55px;
  left: 50%;
  width: 123px;
  height: 123px;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("//img.eduwill.net/eduwill/img/2025/J/product/250804/pc/icon_plus.png") no-repeat center;
}
.product-eco .sector-price {
  background: #FAFAFA;
}
.product-eco .sector-price .wrap {
  padding: 100px 0;
}
.product-eco .sector-price .box-list {
  padding: 0 20px;
}
.product-eco .sector-price .box-list .box-item {
  text-align: left;
  padding: 28px 32px;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background: #FFF;
}
.product-eco .sector-price .box-list .box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-eco .sector-price .box-list .box-title .text-1 {
  font-size: 18px;
  font-weight: 700;
  line-height: 240%;
  color: #FF9900;
  letter-spacing: -0.72px;
}
.product-eco .sector-price .box-list .box-title .text-2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 170%;
  color: #000;
  letter-spacing: -1px;
  margin-top: 30px;
}
.product-eco .sector-price .box-list .box-price .after-price .price {
  font-size: 36px;
  line-height: 120%;
  color: #000;
  letter-spacing: -1px;
}
.product-eco .sector-price .box-list .box-price .after-price .price strong {
  font-weight: 900;
}
.product-eco .sector-price .box-list .box-bottom {
  margin-top: 20px;
  padding-top: 32px;
  border-top: 1px solid #CFCFCF;
}
.product-eco .sector-price .box-list .benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-eco .sector-price .box-list .benefit-list li {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  color: #000;
  letter-spacing: -0.84px;
  padding: 10px 28px;
  border-right: 1px solid #CFCFCF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-price .box-list .benefit-list li:first-child {
  padding-left: 0;
}
.product-eco .sector-price .box-list .benefit-list li:last-child {
  padding-right: 0;
  border-right: 0;
}
.product-eco .sector-price .box-list .btn-action {
  margin-top: 32px;
}
.product-eco .sector-price .box-list .btn-action a {
  width: 100%;
  font-size: 20px;
  font-weight: 900;
  color: #FFF;
  letter-spacing: -1px;
  padding: 24px 32px;
  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%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-price .box-list .btn-action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-price .box-list .btn-action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  margin-top: -0.5555555556vw;
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  -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 .sector-price .box-list .btn-action a::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .box-list .btn-action a::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .box-list .btn-action a::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .box-list .btn-action a::before {
    right: 16px;
  }
}
.product-eco .sector-price .box-list .btn-action a:before {
  right: 32px;
}
.product-eco .sector-reason {
  background: #F3F3F3;
}
.product-eco .sector-reason .wrap {
  padding: 100px 20px;
}
.product-eco .sector-reason .title-box {
  margin-bottom: 50px;
}
.product-eco .sector-reason .title-box p {
  font-size: 36px;
  font-weight: 700;
  line-height: 140%;
  color: #000;
  letter-spacing: -1.44px;
}
.product-eco .sector-reason .title-box span {
  display: block;
  font-size: 16px;
  line-height: 140%;
  color: #888;
  letter-spacing: -1.44px;
  margin-top: 24px;
}
.product-eco .sector-reason .title-content p {
  color: #000;
}
.product-eco .sector-reason .title-content p strong {
  font-weight: 700;
}
.product-eco .sector-reason .frame {
  position: relative;
  padding: 50px 0;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
}
.product-eco .sector-reason .frame-box {
  margin-bottom: 30px;
  border-radius: 5px;
  background: #FFF;
  overflow: hidden;
}
.product-eco .sector-reason .frame-box:last-child {
  margin-bottom: 0;
}
.product-eco .sector-reason .frame .notice {
  text-align: center;
  color: #6E6E6E;
}
.product-eco .sector-reason .interview-section {
  padding: 0 80px;
}
.product-eco .sector-reason .interview-section .interview-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0 20px;
}
.product-eco .sector-reason .interview-section .interview-tab div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 92px;
  color: #777;
  padding: 9px 9px 6px;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background: #F8F8F8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-reason .interview-section .interview-tab div a p {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.48px;
}
.product-eco .sector-reason .interview-section .interview-tab div a img {
  display: block;
  width: 50px;
  margin: 9px auto 6px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.product-eco .sector-reason .interview-section .interview-tab div a span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.48px;
}
.product-eco .sector-reason .interview-section .interview-tab div.active a {
  color: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#000));
  background: linear-gradient(180deg, #424242 0%, #000 100%);
}
.product-eco .sector-reason .interview-section .interview-tab div.active a p {
  color: #FFF;
}
.product-eco .sector-reason .interview-section .interview-tab div.active a img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.product-eco .sector-reason .interview-section .view-wrap {
  width: 1000px;
  margin: 0 auto;
  height: 500px;
}
.product-eco .sector-reason .interview-section .view-wrap img, .product-eco .sector-reason .interview-section .view-wrap iframe {
  width: 100%;
  height: 100%;
}
.product-eco .sector-reason .notice {
  font-size: 14px;
  text-align: left;
  margin-top: 20px;
}
.product-eco .sector-reason .teacher-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-top: 36px;
}
.product-eco .sector-reason .teacher-list a {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.product-eco .sector-reason .teacher-list a span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  color: #FFF;
  letter-spacing: -1px;
  padding: 4px 20px;
  border-radius: 0 0 10px 0;
  background: #FF6200;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.06%, #FF6200), color-stop(115.97%, #FFB200));
  background: linear-gradient(90deg, #FF6200 0.06%, #FFB200 115.97%);
}
.product-eco .sector-reason .reason-slide {
  margin-top: 40px;
}
.product-eco .sector-reason .reason-slide .slick-slide {
  margin: 0 6px;
}
.product-eco .sector-reason .img-box {
  margin-top: 40px;
}
.product-eco .sector-reason .book-slide {
  margin: 50px 0;
}
.product-eco .sector-reason .book-slide .slick-slide {
  margin: 0 5px;
}
.product-eco .sector-reason .review-slide .slick-slide {
  width: 300px;
  margin: 0 5px;
}
.product-eco .sector-reason .btn-base {
  position: absolute;
  top: 147px;
  left: 50%;
  margin-left: 230px;
}
.product-eco .sector-reason .btn-base a {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.6);
  padding-right: 12px;
}
.product-eco .sector-reason .btn-base a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-reason .btn-base 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: rgba(0, 0, 0, 0.6);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .btn-base a::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .btn-base a::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .btn-base a::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .btn-base a::before {
    right: 12px;
  }
}
.product-eco .sector-reason .btn-base a:before {
  right: 0;
}
.product-eco .sector-reason .slide-video {
  margin-top: 30px;
}
.product-eco .sector-reason .slide-video .slick-slide {
  width: 197px;
  margin: 0;
  padding: 6px;
}
.product-eco .sector-reason .slide-video .slick-slide img {
  width: 100%;
  border-radius: 0 10px 10px 10px;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.23);
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.23);
}
.product-eco .house-banner {
  background: url("//img.eduwill.net/eduwill/img/2022/J/product/220419/pc/bg_banner2.jpg") no-repeat center top/cover;
}
.product-eco .sector-winner {
  overflow: hidden;
  height: 800px;
}
.product-eco .sector-winner .wrap {
  z-index: 3;
  padding: 80px 0;
}
.product-eco .sector-winner .section-title p {
  color: #fff;
}
.product-eco .sector-winner .section-title .title-2 {
  font-size: 42px;
  line-height: 160%;
  letter-spacing: -5px;
}
.product-eco .sector-winner .section-title .title-1 {
  font-size: 54px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -5px;
}
.product-eco .sector-winner .eduf-winner-list {
  overflow: hidden;
  -webkit-transform: perspective(300px) rotateX(30deg);
          transform: perspective(300px) rotateX(30deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-winner .eduf-winner-list p {
  margin: 0;
  line-height: 2;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.product-eco .sector-winner .bg-video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.product-eco .sector-winner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}/*# sourceMappingURL=web.css.map */