@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 .slick-dots {
  font-size: 0;
}
.promotion .slick-dots li {
  display: inline-block;
}
.promotion .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;
  transform: translateX(-50%);
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.effect-bounce-diagonal {
  animation-name: effectBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBounceUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.effect-bounce-updown {
  animation-name: effectBounceUpDown;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectExtend {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
}
.effect-extend {
  animation-name: effectExtend;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.effect-blink {
  animation-name: effectBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  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 * {
  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;
}
.promotion img,
.product-eco img,
.fullservice img {
  vertical-align: top;
}
.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;
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
.promotion .pointer,
.product-eco .pointer,
.fullservice .pointer {
  position: relative;
  display: inline-block;
}
.promotion .pointer::after,
.product-eco .pointer::after,
.fullservice .pointer::after {
  content: "";
  position: absolute;
  top: 55%;
  right: 5%;
  z-index: 1;
  display: block;
  width: 9.1666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .pointer::after,
  .product-eco .pointer::after,
  .fullservice .pointer::after {
    width: 66px;
  }
}
.promotion .pointer::after,
.product-eco .pointer::after,
.fullservice .pointer::after {
  height: 10.1388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .pointer::after,
  .product-eco .pointer::after,
  .fullservice .pointer::after {
    height: 73px;
  }
}
.promotion .pointer::after,
.product-eco .pointer::after,
.fullservice .pointer::after {
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.promotion .pointer::after,
.product-eco .pointer::after,
.fullservice .pointer::after {
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}

.promotion .only-mobile {
  display: none;
}
.promotion .only-pc {
  display: block;
}
.promotion .wrap {
  width: 1200px;
}
.promotion .fix-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: #000;
}
.promotion .fix-bottom a {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 32px;
}
.promotion .fix-bottom a img {
  margin-top: -20px;
}
.promotion .fix-bottom .text-box p {
  text-align: left;
  color: #FFF;
  font-weight: 700;
}
.promotion .fix-bottom .text-box .text-1 {
  font-size: 16px;
  letter-spacing: -0.64px;
}
.promotion .fix-bottom .text-box .text-2 {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 27px;
  letter-spacing: -1.08px;
}
.promotion .fix-bottom .text-box .text-2 strong {
  color: #FFBF00;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
.promotion .fix-bottom .detail {
  width: 302px;
  margin-left: auto;
  padding: 10px 30px;
  color: #000;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.9px;
  border-radius: 48px;
  background: #FFD000;
}
.promotion .slick-list * {
  font-size: 0;
}
.promotion .slick-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.promotion .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #DDD;
}
.promotion .slick-dots li.slick-active {
  width: 24px;
  background: #FFBF00;
}
.promotion .title-box {
  margin-bottom: 60px;
}
.promotion .title-box p {
  font-size: 35px;
  line-height: 120%;
  color: #000;
  letter-spacing: -1.4px;
}
.promotion .title-box p strong {
  display: block;
  font-weight: 700;
}
.promotion .title-box small {
  font-size: 14px;
  line-height: 140%;
  color: rgba(68, 68, 68, 0.5);
  letter-spacing: -0.7px;
}
.promotion .title-box span {
  display: block;
  font-size: 20px;
  line-height: 150%;
  color: #444;
  letter-spacing: -0.8px;
  margin-top: 10px;
}
.promotion .btn-apply, .promotion .sector-title .action a {
  position: relative;
  display: inline-block;
}
.promotion .btn-apply::before, .promotion .sector-title .action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-apply::before, .promotion .sector-title .action a::before {
    width: 12px;
  }
}
.promotion .btn-apply::before, .promotion .sector-title .action a::before {
  height: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-apply::before, .promotion .sector-title .action a::before {
    height: 12px;
  }
}
.promotion .btn-apply::before, .promotion .sector-title .action a::before {
  margin-top: -0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-apply::before, .promotion .sector-title .action a::before {
    margin-top: -6px;
  }
}
.promotion .btn-apply::before, .promotion .sector-title .action a::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-apply::before, .promotion .sector-title .action a::before {
    right: 24px;
  }
}
.promotion .btn-apply::before, .promotion .sector-title .action a::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.promotion .btn-apply, .promotion .sector-title .action a {
  width: 758px;
  padding: 22px 0;
  color: #FFF;
  font-size: 24px;
  letter-spacing: -0.96px;
  border-radius: 100px;
  border: 2px solid #FFBF00;
  background: linear-gradient(180deg, #666 0%, #000 100%);
}
.promotion .btn-apply span, .promotion .sector-title .action a span {
  color: #FFBF00;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: inherit;
}
.promotion .sector-top {
  padding: 28px 0;
  background: linear-gradient(90deg, #2D2314 0%, #7F6948 50%, #2D2314 100%);
}
.promotion .sector-top .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.promotion .sector-top strong {
  color: #FFFFC2;
  font-size: 32px;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: -1.6px;
}
.promotion .sector-top span {
  color: #FFF;
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -1.4px;
}
.promotion .sector-title {
  background-image: url("//img.eduwill.net/eduwill/img/2025/J/event/250924_2/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-title:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFD930;
  background: linear-gradient(180deg, #FFD930 0%, #FFB700 75.88%);
}
.promotion .sector-title .laurel-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
.promotion .sector-title .laurel-wrap .laurel {
  position: relative;
  display: flex;
  padding: 0 43px;
  min-height: 77px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #7C7129;
  font-size: 15px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.36px;
}
.promotion .sector-title .laurel-wrap .laurel:before, .promotion .sector-title .laurel-wrap .laurel:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 40px;
  height: 77px;
}
.promotion .sector-title .laurel-wrap .laurel:before {
  left: 0;
  background-image: url("//img.eduwill.net/eduwill/img/2025/J/product/250312/mobile/ico_laurel.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  filter: invert(41%) sepia(67%) saturate(406%) hue-rotate(15deg) brightness(91%) contrast(89%);
}
.promotion .sector-title .laurel-wrap .laurel:after {
  right: 0;
  background-image: url("//img.eduwill.net/eduwill/img/2025/J/product/250312/mobile/ico_laurel.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  transform: scaleX(-1);
  filter: invert(41%) sepia(67%) saturate(406%) hue-rotate(15deg) brightness(91%) contrast(89%);
}
.promotion .sector-title .laurel-wrap .laurel strong {
  color: currentColor;
  font-size: 19px;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -0.52px;
}
.promotion .sector-title .laurel-wrap .laurel strong.fs-large {
  font-size: 26px;
}
.promotion .sector-title .title-1 {
  margin-top: 50px;
  color: #000;
  font-family: "EduwillPassRegular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -1.28px;
}
.promotion .sector-title .title-2 {
  color: #FFF;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: #000;
  filter: drop-shadow(0 4px 0 #000);
  paint-order: stroke;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -3.2px;
}
.promotion .sector-title .title-3 {
  margin-top: 20px;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.96px;
}
.promotion .sector-title .action-base {
  position: absolute;
  top: 90px;
  left: 50%;
  margin-left: 550px;
}
.promotion .sector-title .action-base a {
  position: relative;
  display: inline-block;
}
.promotion .sector-title .action-base a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .action-base a::before {
    width: 8px;
  }
}
.promotion .sector-title .action-base a::before {
  height: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .action-base a::before {
    height: 8px;
  }
}
.promotion .sector-title .action-base a::before {
  margin-top: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .action-base a::before {
    margin-top: -4px;
  }
}
.promotion .sector-title .action-base a::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .action-base a::before {
    right: 16px;
  }
}
.promotion .sector-title .action-base a::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.promotion .sector-title .action-base a {
  padding: 5px 16px 5px 5px;
  font-size: 16px;
  line-height: 1;
  color: #7C7129;
  letter-spacing: -0.6px;
  white-space: nowrap;
  border: 1px solid currentColor;
  opacity: 0.4;
}
.promotion .sector-title .action-base a::before {
  right: 8px;
}
.promotion .sector-title .title-img {
  margin-top: 50px;
}
.promotion .sector-title .action {
  position: absolute;
  right: 0;
  bottom: 80px;
  left: 0;
}
.promotion .sector-start {
  background: #FAFAFA;
}
.promotion .sector-start .wrap {
  padding: 100px 0;
}
.promotion .sector-start .slick-arrow {
  border-radius: 50px;
}
.promotion .sector-start .slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-start .slick-prev {
    width: 40px;
  }
}
.promotion .sector-start .slick-prev {
  height: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-start .slick-prev {
    height: 40px;
  }
}
.promotion .sector-start .slick-prev {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  left: 50%;
  margin-left: -83.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-start .slick-prev {
    margin-left: -600px;
  }
}
.promotion .sector-start .slick-prev {
  background: rgba(0, 0, 0, 0.8);
}
.promotion .sector-start .slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-start .slick-prev::before {
    width: 10px;
  }
}
.promotion .sector-start .slick-prev::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-start .slick-prev::before {
    height: 10px;
  }
}
.promotion .sector-start .slick-prev::before {
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  border-bottom-width: 2px;
  border-left-width: 2px;
  transform: translate(-25%, -50%) rotate(45deg);
}
.promotion .sector-start .slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-start .slick-next {
    width: 40px;
  }
}
.promotion .sector-start .slick-next {
  height: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-start .slick-next {
    height: 40px;
  }
}
.promotion .sector-start .slick-next {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  right: 50%;
  margin-right: -83.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-start .slick-next {
    margin-right: -600px;
  }
}
.promotion .sector-start .slick-next {
  background: rgba(0, 0, 0, 0.8);
}
.promotion .sector-start .slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-start .slick-next::before {
    width: 10px;
  }
}
.promotion .sector-start .slick-next::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-start .slick-next::before {
    height: 10px;
  }
}
.promotion .sector-start .slick-next::before {
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  border-top-width: 2px;
  border-right-width: 2px;
  transform: translate(-75%, -50%) rotate(45deg);
}
.promotion .sector-start .slick-slide {
  text-align: center;
  margin: 0 20px;
}
.promotion .sector-start .slick-slide img {
  margin: 0 auto;
}
.promotion .sector-start .btn-base {
  position: absolute;
  right: 20px;
  bottom: 64px;
  font-size: 14px;
  line-height: 120%;
  color: #000;
  letter-spacing: -0.7px;
  padding: 2px 8px;
  border: 1px solid #000;
  opacity: 0.3;
}
.promotion .sector-start .btn-base span {
  position: relative;
  display: inline-block;
}
.promotion .sector-start .btn-base span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-start .btn-base span::before {
    width: 6px;
  }
}
.promotion .sector-start .btn-base span::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-start .btn-base span::before {
    height: 6px;
  }
}
.promotion .sector-start .btn-base span::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-start .btn-base span::before {
    margin-top: -3px;
  }
}
.promotion .sector-start .btn-base span::before {
  border-width: 0;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
  right: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-start .btn-base span::before {
    right: 12px;
  }
}
.promotion .sector-start .btn-base span::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.promotion .sector-start .btn-base span {
  padding-right: 10px;
}
.promotion .sector-start .btn-base span:before {
  right: 0;
}
.promotion .sector-interview {
  background: #FFF;
}
.promotion .sector-interview .wrap {
  padding: 100px 0;
}
.promotion .sector-interview .interview-group {
  display: flex;
  justify-content: center;
  gap: 14px;
  height: 476px;
}
.promotion .sector-interview .video-box {
  position: relative;
  width: 846px;
  height: 476px;
}
.promotion .sector-interview .video-box .btn-video {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.promotion .sector-interview .video-box video {
  display: block;
  width: 100%;
  height: 100%;
}
.promotion .sector-interview .interview-list {
  width: 177px;
}
.promotion .sector-interview .interview-list img {
  max-width: 100%;
}
.promotion .sector-interview .slide-list {
  position: relative;
}
.promotion .sector-interview .btns-play {
  position: relative;
  display: block;
  width: 164px;
  text-align: right;
  margin-left: auto;
}
.promotion .sector-interview .btns-play.on:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 177px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/J/event/250924_2/pc/interview_active.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.promotion .sector-bar-text {
  border: solid #000;
  border-width: 4px 0;
  background: #FFD453;
  background: linear-gradient(180deg, #FFD453 -27.78%, #FFBF00 94.44%);
}
.promotion .sector-bar-text .wrap {
  padding: 50px 0;
}
.promotion .sector-bar-text span {
  font-family: "EduwillPassRegular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  line-height: 150%;
  color: #000;
  letter-spacing: -0.88px;
}
.promotion .sector-bar-text p {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 150%;
  color: #000;
  letter-spacing: -1.68px;
}
.promotion .sector-frame {
  background: #FAFAFA;
}
.promotion .sector-frame .wrap {
  padding: 100px 0;
}
.promotion .sector-frame .frame-box {
  margin: 0 20px;
  margin-bottom: 40px;
  padding: 50px 0;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background: #FFF;
}
.promotion .sector-frame .frame-box:last-child {
  margin-bottom: 0;
}
.promotion .sector-frame .title-box {
  margin-bottom: 40px;
}
.promotion .sector-frame .title-box span {
  display: block;
  font-size: 16px;
  line-height: 140%;
  color: #444;
  letter-spacing: -0.48px;
  margin-top: 4px;
}
.promotion .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: 15px 20px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  background: #FFF;
}
.promotion .sector-frame .sub-title {
  font-size: 22px;
  line-height: 140%;
  color: #000;
  letter-spacing: -0.66px;
}
.promotion .sector-frame .sub-title strong {
  display: inline-block;
  font-weight: 700;
}
.promotion .sector-frame .video-tab-box {
  padding: 0 60px;
}
.promotion .sector-frame .video-tab-list {
  display: flex;
  gap: 10px;
  margin: 60px 0 10px;
}
.promotion .sector-frame .video-tab-list li {
  width: 100%;
  font-size: 20px;
  line-height: 130%;
  color: #AAA;
  letter-spacing: -0.8px;
  padding: 20px 0;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  cursor: pointer;
}
.promotion .sector-frame .video-tab-list li.active {
  color: #FFF;
  border-color: #000;
  background: #000;
}
.promotion .sector-frame .video-tab-cont {
  padding-bottom: 60px;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background: #F8F8F8;
  overflow: hidden;
}
.promotion .sector-frame .video-tab-view {
  display: none;
}
.promotion .sector-frame .video-tab-view.active {
  display: block;
}
.promotion .sector-frame .video-tab-view .tab-list {
  display: flex;
}
.promotion .sector-frame .video-tab-view .tab-list li {
  width: 100%;
  font-size: 20px;
  line-height: 130%;
  color: #AAA;
  letter-spacing: -0.8px;
  padding: 20px 0;
  border-bottom: 1px solid #E6E6E6;
  background: #FFF;
  cursor: pointer;
}
.promotion .sector-frame .video-tab-view .tab-list li.active {
  font-weight: 700;
  color: #000;
  border-color: #FFBF00;
  background: #FFBF00;
}
.promotion .sector-frame .tab-cont {
  padding-top: 40px;
}
.promotion .sector-frame .tab-cont .title-box {
  font-size: 22px;
  line-height: 140%;
  color: #000;
  letter-spacing: -0.88px;
}
.promotion .sector-frame .contents-box {
  display: flex;
  gap: 40px;
  margin: 0 30px;
  padding: 30px 32px;
  border-radius: 10px;
  background: #FFF;
}
.promotion .sector-frame .contents-box .video-box {
  position: relative;
  max-width: 524px;
  min-width: 524px;
  height: 262px;
}
.promotion .sector-frame .contents-box .video-box button {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.promotion .sector-frame .contents-box .video-box video {
  display: block;
  width: 100%;
  height: 100%;
}
.promotion .sector-frame .tab-view {
  display: none;
}
.promotion .sector-frame .tab-view.active {
  display: block;
}
.promotion .sector-frame .review-box {
  text-align: left;
}
.promotion .sector-frame .review-box h3 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #FFAA00;
  letter-spacing: -1.4px;
  margin-top: 10px;
  margin-bottom: 6px;
  padding-left: 24px;
}
.promotion .sector-frame .review-box h3:first-child {
  margin-top: 0;
}
.promotion .sector-frame .review-box h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 19px;
  transform: translateY(-50%);
  background-image: url("//img.eduwill.net/eduwill/img/2025/J/event/250924_2/pc/icon_check.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.promotion .sector-frame .review-box ul li {
  font-size: 16px;
  line-height: 150%;
  color: #444;
  letter-spacing: -0.64px;
}
.promotion .sector-frame .review-box .swiper-slide {
  font-size: 16px;
  line-height: 150%;
  color: #444;
  letter-spacing: -0.64px;
}
.promotion .sector-frame .review-box .swiper-slide span {
  display: block;
  font-size: 14px;
  color: rgba(68, 68, 68, 0.5);
  letter-spacing: -0.56px;
}
.promotion .sector-frame .notice {
  font-size: 14px;
  line-height: 140%;
  color: rgba(68, 68, 68, 0.5);
  letter-spacing: -0.7px;
  text-align: right;
  margin-top: 10px;
  margin-right: 60px;
}
.promotion .sector-frame .slider-contents .slick-slide {
  margin: 0 10px;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background: #F8F8F8;
}
.promotion .sector-frame .action {
  margin-top: 40px;
}
.promotion .sector-frame .action + .notice {
  text-align: center;
  margin-top: 10px;
}
.promotion .sector-apply {
  background: #FFF;
}
.promotion .sector-apply .wrap {
  padding: 100px 0;
}
.promotion .sector-apply .table-group {
  border: solid #444;
  border-width: 2px 0;
}
.promotion .sector-apply .grid {
  display: flex;
  padding: 18px 0;
  border-bottom: 1px solid #BBB;
}
.promotion .sector-apply .grid:last-child {
  border-bottom: none;
}
.promotion .sector-apply .target {
  max-width: 247px;
  min-width: 247px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.64px;
}
.promotion .sector-apply .desc {
  font-size: 16px;
  color: #444;
  letter-spacing: -0.64px;
  text-align: left;
}
.promotion .sector-apply .small {
  font-size: 14px;
  color: rgba(68, 68, 68, 0.5);
}
.promotion .sector-apply .point {
  font-weight: 700;
  color: #FFAA00;
}
.promotion .sector-apply .btn-book {
  display: inline-block;
  font-size: 14px;
  color: #000;
  letter-spacing: -0.7px;
  margin-left: 20px;
  padding: 4px 12px;
  border: 1px solid #000;
  opacity: 0.5;
}
.promotion .sector-apply .btn-book span {
  position: relative;
  display: inline-block;
}
.promotion .sector-apply .btn-book span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .btn-book span::before {
    width: 6px;
  }
}
.promotion .sector-apply .btn-book span::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .btn-book span::before {
    height: 6px;
  }
}
.promotion .sector-apply .btn-book span::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .btn-book span::before {
    margin-top: -3px;
  }
}
.promotion .sector-apply .btn-book span::before {
  border-width: 0;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
  right: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .btn-book span::before {
    right: 12px;
  }
}
.promotion .sector-apply .btn-book span::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.promotion .sector-apply .btn-book span {
  padding-right: 12px;
}
.promotion .sector-apply .btn-book span:before {
  right: 0;
}
.promotion .sector-apply ul li {
  position: relative;
  color: #444;
  line-height: 180%;
  letter-spacing: -0.64px;
  padding-left: 6px;
}
.promotion .sector-apply ul li:before {
  content: "·";
  position: absolute;
  left: 0;
}
.promotion .sector-apply .action {
  margin-top: 40px;
}
.promotion .sector-winner {
  background-color: #FFBF00;
  background-image: url("//img.eduwill.net/eduwill/img/2025/J/event/250924_2/pc/bg_winner.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-winner .winner-list {
  transform: perspective(300px) rotateX(25deg);
}
.promotion .sector-winner .winner-list p {
  font-size: 18px;
  font-weight: 500;
  margin: 5px 0;
}
.promotion .sector-winner .slick-slide {
  width: 300px;
  margin: 0 6px;
}
.promotion .sector-frame-2 {
  padding: 100px 0;
  background: #F8F8F8;
}
.promotion .sector-frame-2 .frame {
  position: relative;
  padding: 50px 0 60px;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background: #FFF;
}
.promotion .sector-frame-2 .frame-list {
  width: 1160px;
  margin: 0 auto 40px;
}
.promotion .sector-frame-2 .frame-list:last-child {
  margin-bottom: 0;
}
.promotion .sector-frame-2 .frame.frame-2 {
  background-image: url("//img.eduwill.net/eduwill/img/2025/J/simple/250917/pc/bg_frame.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .sector-frame-2 .frame .title-box {
  margin-bottom: 50px;
}
.promotion .sector-frame-2 .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: 15px 20px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  background: #FFF;
}
.promotion .sector-frame-2 .frame .sub-title {
  font-size: 22px;
  line-height: 140%;
  color: #000;
  letter-spacing: -0.66px;
}
.promotion .sector-frame-2 .frame .sub-title strong {
  font-weight: 700;
}
.promotion .sector-frame-2 .frame .small-text {
  font-size: 16px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: -0.48px;
  margin-top: 40px;
}
.promotion .sector-frame-2 .frame .subject {
  font-size: 16px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: -0.48px;
  margin-top: 8px;
}
.promotion .sector-frame-2 .interview-section {
  width: 1000px;
  margin: 0 auto;
}
.promotion .sector-frame-2 .interview-section .interview-tab {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.promotion .sector-frame-2 .interview-section .interview-tab div a {
  display: flex;
  flex-direction: column;
  width: 92px;
  color: #777;
  padding: 9px 9px 6px;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background: #F8F8F8;
  box-sizing: border-box;
}
.promotion .sector-frame-2 .interview-section .interview-tab div a p {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.48px;
}
.promotion .sector-frame-2 .interview-section .interview-tab div a img {
  display: block;
  width: 50px;
  margin: 9px auto 6px;
  filter: grayscale(1);
}
.promotion .sector-frame-2 .interview-section .interview-tab div a span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.48px;
}
.promotion .sector-frame-2 .interview-section .interview-tab div.active a {
  color: #FFF;
  background: linear-gradient(180deg, #424242 0%, #000 100%);
}
.promotion .sector-frame-2 .interview-section .interview-tab div.active a p {
  color: #FFF;
}
.promotion .sector-frame-2 .interview-section .interview-tab div.active a img {
  filter: grayscale(0);
}
.promotion .sector-frame-2 .interview-section .view-wrap {
  width: 1000px;
  margin: 0 auto;
  height: 500px;
}
.promotion .sector-frame-2 .interview-section .view-wrap img,
.promotion .sector-frame-2 .interview-section .view-wrap iframe {
  width: 100%;
  height: 100%;
}
.promotion .sector-frame-2 .btn-action {
  margin-top: 30px;
}
.promotion .sector-frame-2 .btn-action a {
  display: block;
  width: 850px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  color: #FFF;
  letter-spacing: -0.6px;
  margin: 0 auto;
  padding: 32px 0;
  border-radius: 10px;
  background: #424242;
  background: linear-gradient(180deg, #424242 0%, #000 100%);
}
.promotion .sector-frame-2 .btn-action a span {
  position: relative;
  display: inline-block;
}
.promotion .sector-frame-2 .btn-action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-frame-2 .btn-action a span::before {
    width: 8px;
  }
}
.promotion .sector-frame-2 .btn-action a span::before {
  height: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-frame-2 .btn-action a span::before {
    height: 8px;
  }
}
.promotion .sector-frame-2 .btn-action a span::before {
  margin-top: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-frame-2 .btn-action a span::before {
    margin-top: -4px;
  }
}
.promotion .sector-frame-2 .btn-action a span::before {
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  transform: rotate(45deg);
  right: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-frame-2 .btn-action a span::before {
    right: 16px;
  }
}
.promotion .sector-frame-2 .btn-action a span::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.promotion .sector-frame-2 .btn-action a span {
  padding-right: 18px;
}
.promotion .sector-frame-2 .btn-action a span:before {
  right: 0;
}
.promotion .sector-frame-2 .notice-list {
  width: 70%;
  text-align: left;
  margin-top: 20px;
}
.promotion .sector-frame-2 .notice-list li {
  font-size: 16px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: -0.48px;
}
.promotion .sector-frame-2 .reason-slide {
  margin-top: 24px;
}
.promotion .sector-frame-2 .reason-slide .slick-slide {
  width: 300px;
  margin: 0 5px;
}
.promotion .sector-frame-2 .support-message {
  font-size: 16px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: -0.48px;
}
.promotion .sector-frame-2 .book-slide {
  margin: 80px 0 40px;
}
.promotion .sector-frame-2 .book-slide .slick-slide {
  margin: 0 5px;
}
.promotion .sector-frame-2 .btn-base {
  position: absolute;
  top: 149px;
  right: 48px;
  font-size: 14px;
  line-height: 130%;
  color: #5C5C5C;
  letter-spacing: -0.7px;
}
.promotion .sector-frame-2 .btn-base span {
  position: relative;
  display: inline-block;
}
.promotion .sector-frame-2 .btn-base span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-frame-2 .btn-base span::before {
    width: 6px;
  }
}
.promotion .sector-frame-2 .btn-base span::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-frame-2 .btn-base span::before {
    height: 6px;
  }
}
.promotion .sector-frame-2 .btn-base span::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-frame-2 .btn-base span::before {
    margin-top: -3px;
  }
}
.promotion .sector-frame-2 .btn-base span::before {
  border-width: 0;
  border-style: solid;
  border-color: #5C5C5C;
  transform: rotate(45deg);
  right: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-frame-2 .btn-base span::before {
    right: 12px;
  }
}
.promotion .sector-frame-2 .btn-base span::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.promotion .sector-frame-2 .btn-base span {
  padding-right: 10px;
}
.promotion .sector-frame-2 .btn-base span:before {
  right: 0;
}
.promotion .sector-frame-2 .flag {
  z-index: 5;
  position: absolute;
  top: 121px;
  left: 50%;
  margin-left: 162px;
}
.promotion .sector-frame-2 .tab-list {
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
  padding: 0 60px;
}
.promotion .sector-frame-2 .tab-list li {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  color: #6D6D6D;
  letter-spacing: -0.9px;
  padding: 24px 0;
  border-radius: 5px;
  border: 1px solid #E6E6E6;
  background: #F8F8F8;
  cursor: pointer;
}
.promotion .sector-frame-2 .tab-list li.on {
  color: #FFF;
  background: #424242;
  background: linear-gradient(180deg, #424242 0%, #000 100%);
}
.promotion .sector-frame-2 .tab-view {
  height: 420px;
  margin: 0 60px;
  padding: 40px;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background: #FFF;
  overflow-y: scroll;
  box-sizing: border-box;
}
.promotion .sector-frame-2 .tab-cell img {
  width: 100%;
}
.promotion .sector-frame-2 .tab-text {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 16px;
}
.promotion .sector-frame-2 .tab-text p {
  width: 400px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.promotion .sector-frame-2 .text-box {
  margin: 40px 0 20px;
}
.promotion .sector-frame-2 .text-box p {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.6px;
}
.promotion .sector-frame-2 .slide-video {
  margin-top: 40px;
}
.promotion .sector-frame-2 .slide-video .slick-slide {
  width: 200px;
  padding: 0 8px 12px;
  border-radius: 0 10px 10px 10px;
  overflow: hidden;
}
.promotion .sector-frame-2 .slide-video .slick-slide img {
  width: 100%;
  border-radius: 0 10px 10px 10px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.23);
}
.promotion .sector-frame-2 .slide-video .slick-dots li {
  width: 8px;
  height: 8px;
}
.promotion .sector-frame-2 .slide-video .slick-dots li.slick-active {
  background: #444;
}/*# sourceMappingURL=web.css.map */