@charset "UTF-8";
.grid {
  *zoom: 1;
}
.grid:before, .grid:after {
  content: "";
  display: table;
}
.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;
}

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

.dim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.7);
}

.layer {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100001;
  width: 1000px;
  height: 715px;
  margin: -327px 0 0 -500px;
  background-color: #fff;
}

.dim.in,
.layer.in {
  display: block;
}

.layer_detail_info .layer_body {
  width: 1000px;
  margin: 0 auto;
}

.layer_detail_info .bx-wrapper {
  width: 1000px;
  height: 550px;
}

.layer_detail_info .bx-wrapper .bx-viewport {
  left: 0;
  width: 1000px !important;
  height: 550px !important;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.gallery-thumbs-container {
  margin-top: 28px;
  padding: 0 75px;
  overflow: hidden;
}

.gallery-thumbs-container .bx-wrapper .bx-viewport {
  width: 100% !important;
  height: 110px !important;
}

.gallery-thumbs-container .academy_gallery_thumb {
  overflow: hidden;
}

.gallery-thumbs-container .academy_gallery_thumb .thumb-item {
  width: 200px !important;
  height: 110px !important;
}

.gallery-thumbs-container .academy_gallery_thumb .thumb-item img {
  width: 100%;
}

.gallery-thumbs-container .bx-controls-direction a {
  top: 0;
  width: 75px;
  height: 110px;
  margin-top: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0 !important;
}

.gallery-thumbs-container .bx-wrapper .bx-prev {
  margin-left: 0;
  left: -75px;
  background-image: url("https://img.eduwill.net/Img2/Won2/promotion/license/180503_01/btn_prev.png");
}

.gallery-thumbs-container .bx-wrapper .bx-next {
  margin-right: 0;
  right: -75px;
  background-image: url("https://img.eduwill.net/Img2/Won2/promotion/license/180503_01/btn_next.png");
}

.close_layer {
  position: absolute;
  top: 0;
  right: -50px;
  display: block;
  width: 50px;
  height: 50px;
  background: url("https://img.eduwill.net/Img2/Won2/promotion/license/180503_01/layer_close.png") no-repeat center center;
}

.product-eco {
  min-width: 1200px;
  overflow: hidden;
}
.product-eco *, .product-eco *:before, .product-eco *:after {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -1px;
}
.product-eco [class^=sector-] {
  position: relative;
}
.product-eco .wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.product-eco .wrap.wrap-1300 {
  width: 1300px;
}
.product-eco p {
  margin: 0;
}
.product-eco .sector-top-banner {
  background: #000;
}
.product-eco .sector-top-banner .flow-slider {
  white-space: nowrap;
}
.product-eco .sector-top-banner .flow-slider div {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  color: #FFC80B;
  padding: 15px 24px;
}
.product-eco .sector-top-banner .flow-slider div:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FFC80B;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-eco .sector-title {
  background-image: url("https://img.eduwill.net/eduwill/img/2025/_105/product/250912/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-title:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 196, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(54.51%, rgba(255, 196, 0, 0)), to(#FFC400));
  background: linear-gradient(180deg, rgba(255, 196, 0, 0) 54.51%, #FFC400 100%);
}
.product-eco .sector-title .btn-action {
  position: absolute;
  top: 500px;
  left: 20px;
}
.product-eco .sector-title .btn-action a {
  display: inline-block;
  font-size: 26px;
  line-height: 140%;
  padding: 24px 40px;
  border: 2px solid #FFC600;
  border-radius: 999px;
  background: #444;
  background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
  background: linear-gradient(180deg, #444 0%, #000 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-title .btn-action span {
  display: block !important;
  font-size: 26px;
  color: #FFC600;
  letter-spacing: -1.04px;
  padding-right: 32px;
}
.product-eco .sector-title .btn-action span {
  position: relative;
  display: inline-block;
}
.product-eco .sector-title .btn-action span: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: #FFC600;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .btn-action span:before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .btn-action span:before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .btn-action span:before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .btn-action span:before {
    right: 20px;
  }
}
.product-eco .sector-title .btn-action span:before {
  right: 0;
}
.product-eco .sector-intro {
  background: #FAFAFA;
}
.product-eco .sector-worry {
  background: #FFF;
}
.product-eco .sector-step {
  background: #FFBF01;
}
.product-eco .sector-band {
  padding: 40px 0;
  background: #444;
  background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
  background: linear-gradient(180deg, #444 0%, #000 100%);
}
.product-eco .sector-band p {
  font-family: "EduwillPassRegular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 140%;
  color: #FFF;
  letter-spacing: -2.16px;
}
.product-eco .sector-band strong {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 42px;
  font-weight: 700;
  color: #FFD800;
  letter-spacing: -1.68px;
}
.product-eco .sector-band.band-2 {
  padding: 60px 0;
}
.product-eco .sector-frame {
  padding: 100px 0;
  background: #FAFAFA;
}
.product-eco .sector-frame .frame {
  width: 1160px;
  margin: 0 auto 50px;
  padding: 40px 0;
  border-radius: 10px;
  background: #FFF;
}
.product-eco .sector-frame .frame:last-child {
  margin-bottom: 0;
}
.product-eco .sector-frame .frame-1 .img-box {
  margin-top: -35px;
}
.product-eco .sector-frame .frame-3 {
  padding-bottom: 60px;
}
.product-eco .sector-frame .frame-4 {
  padding-bottom: 80px;
}
.product-eco .sector-frame .title-box {
  margin-bottom: 50px;
}
.product-eco .sector-frame .num-title {
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  line-height: 120%;
  color: #000;
  letter-spacing: -0.48px;
  margin-bottom: 20px;
  padding: 16px 40px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  background: #FFF;
}
.product-eco .sector-frame .sub-title {
  font-size: 22px;
  line-height: 140%;
  color: #000;
  letter-spacing: -0.88px;
}
.product-eco .sector-frame .marketing-active {
  padding: 0 30px;
}
.product-eco .sector-frame .marketing-active ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.product-eco .sector-frame .marketing-active li {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  color: #C4C4C4;
  letter-spacing: -1.08px;
  padding: 24px 0;
  border-right: 1px solid #E6E6E6;
  background: #F3F3F3;
}
.product-eco .sector-frame .marketing-active li:last-child {
  border-right: 0;
}
.product-eco .sector-frame .marketing-active li.active {
  color: #FFBF00;
  background: #000;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(#333));
  background: linear-gradient(0deg, #000 0%, #333 100%);
}
.product-eco .sector-frame .marketing-slider {
  margin: 0 30px;
  padding: 40px 0;
  border: solid #E6E6E6;
  border-width: 0 1px 1px 1px;
}
.product-eco .sector-master {
  background: linear-gradient(278deg, #000 6.83%, #2B2B2B 63.35%);
}
.product-eco .sector-curriuclum {
  background: #FFF;
}
.product-eco .sector-teacher-2 {
  background: #FFF9EB;
}
.product-eco .sector-story .interview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.product-eco .sector-story .interview-list .video {
  width: 575px;
  height: 288px;
}
.product-eco .sector-network {
  padding-bottom: 100px;
  background: #FFF9EB;
}
.product-eco .sector-network .slick-slide {
  margin: 0 10px;
  padding: 0;
  opacity: 0.3;
}
.product-eco .sector-network .slick-slide p {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product-eco .sector-network .slick-slide.slick-current {
  opacity: 1;
}
.product-eco .sector-lecture {
  background: #FFF;
}
.product-eco .sector-awards {
  background: #FFF9EB;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF9EB), to(#FFF));
  background: linear-gradient(180deg, #FFF9EB 0%, #FFF 100%);
}/*# sourceMappingURL=web.css.map */