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

.promotion .wide,
.product-eco .wide,
.fullservice .wide {
  position: relative;
  left: 50%;
  display: block;
  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% {
    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-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: "Pretendard", "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 [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion button,
.product-eco button,
.fullservice button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.promotion p,
.product-eco p,
.fullservice p {
  margin: 0;
  padding: 0;
  line-height: 1;
  color: inherit;
}
.promotion a,
.promotion a:link,
.product-eco a,
.product-eco a:link,
.fullservice a,
.fullservice a:link {
  color: currentColor;
}
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  width: 100%;
}
.promotion .icon-pointer,
.product-eco .icon-pointer,
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 7.6388888889vw;
  height: 7.7777777778vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
  -webkit-animation-name: pointerBounceDiagonal;
          animation-name: pointerBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
    width: 55px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
    height: 56px;
  }
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}

.promotion .only-pc {
  display: block;
}
.promotion .only-mobile {
  display: none;
}
.promotion .wrap {
  width: 1200px;
}
.promotion .fix-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99;
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: #fff;
  background-color: #000;
  opacity: 0;
}
.promotion .fix-bottom a {
  display: block;
}
.promotion .sector-title {
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/simple/250613/pc/title_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(157deg, #23FFD7 9.11%, #FFD723 90.42%);
}
.promotion .sector-title p {
  position: absolute;
  right: 0;
  left: 0;
  opacity: 0;
}
.promotion .sector-title p.title-teacher {
  position: static;
}
.promotion .sector-title p.title-1 {
  top: 80px;
}
.promotion .sector-title p.title-2 {
  bottom: 0;
}
.promotion .teacher-tab {
  background: #FEFDF8;
}
.promotion .teacher-tab .tab-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
}
.promotion .teacher-tab .tab-list.scroll-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  background: #FEFDF8;
}
.promotion .teacher-tab .tab-list a {
  width: 100%;
  padding: 20px 0;
  border-bottom: 5px solid #BABABA;
  box-sizing: border-box;
  cursor: pointer;
}
.promotion .teacher-tab .tab-list a.active {
  border-image-slice: 1;
  border-width: 5px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-image-source: linear-gradient(to right, #00C8A3 27%, #FFD723 100%);
}
.promotion .teacher-tab .tab-list a.active span.text {
  background: linear-gradient(143deg, #00C8A3 41.34%, #FFD723 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.promotion .teacher-tab .tab-list a.active span.name {
  background: linear-gradient(143deg, #00C8A3 41.34%, #FFD723 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.promotion .teacher-tab .tab-list a span {
  display: block;
  color: #BABABA;
  line-height: 130%;
}
.promotion .teacher-tab .tab-list a span.text {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.75px;
}
.promotion .teacher-tab .tab-list a span.name {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.9px;
}
.promotion .teacher-tab .tab-view {
  display: none;
}
.promotion .teacher-tab .tab-view.active {
  display: block;
}
.promotion .sector-teacher::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1800px;
  height: 947px;
  z-index: 0;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/simple/250613/pc/teacher_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  transform: translateX(-50%);
}
.promotion .sector-teacher .wrap {
  z-index: 1;
}
.promotion .video-box {
  position: relative;
  margin: 0 auto;
}
.promotion .video-box video,
.promotion .video-box iframe {
  width: 100%;
  height: 100%;
  border: 1px solid #00C8A3;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to right, #00C8A3 27%, #FFD723 100%);
  box-sizing: border-box;
}
.promotion .video-box a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.promotion #teacherBL23 .sector-curriculum {
  padding-bottom: 100px;
}
.promotion #teacherBL23 .sector-curriculum .video-box {
  width: 950px;
  height: 535px;
}
.promotion #teacherBL26 .video-box {
  width: 1100px;
  height: 550px;
}
.promotion #teacherCH0A .sector-curriculum {
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/simple/250613/pc/CH0A/curriculum_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion #teacherCH0A .sector-letter {
  background-color: #000;
}
.promotion #teacherOC00 .sector-intro {
  padding-bottom: 110px;
}
.promotion #teacherOC00 .sector-intro .intro-list {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.promotion #teacherOC00 .sector-analysis {
  padding-bottom: 110px;
}
.promotion #teacherOC00 .sector-analysis .video-box {
  width: 950px;
  height: 476px;
}/*# sourceMappingURL=web.css.map */