@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,
.promotion .sector-apply .apply-select input[type=radio] {
  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%);
}

.promotion .sector-notice .wrap .notice-list li {
  position: relative;
  padding-left: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .wrap .notice-list li {
    padding-left: 10px;
  }
}
.promotion .sector-notice .wrap .notice-list li {
  text-align: left;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.promotion .sector-notice .wrap .notice-list li::before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: inherit;
}
@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 .only-mobile {
  display: none;
}
.promotion .only-pc {
  display: block;
}
.promotion .wrap {
  width: 1160px;
}
.promotion .fix-banner {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 99;
}
.promotion .fix-banner > div {
  width: 260px;
  border-radius: 5px 0 0 5px;
}
.promotion .fix-banner > div.banner-title {
  padding: 22px 0;
  color: #FFF;
  font-size: 22px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: -0.22px;
  background: linear-gradient(173deg, #525252 -14.3%, #000 62.33%), #936B0F;
}
.promotion .fix-banner > div.banner-title strong {
  color: #FFDA48;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.promotion .fix-banner > div.banner {
  margin-top: 6px;
}
.promotion .fix-banner > div.banner a {
  position: relative;
  padding: 22px 20px 22px 15px;
  text-align: left;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.48px;
  border: 1px solid #CDCDCD;
  background: #FFF;
}
.promotion .fix-banner > div.banner a::before, .promotion .fix-banner > div.banner a::after {
  content: "";
  position: absolute;
  top: 50%;
}
.promotion .fix-banner > div.banner a::before {
  right: 12px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-radius: 50%;
  background: #ECECEC;
}
.promotion .fix-banner > div.banner a::after {
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.promotion .fix-banner > div.banner-top {
  width: auto;
  margin-top: 12px;
  text-align: right;
  border-radius: none;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
}
.promotion .fix-banner > div a {
  display: block;
}
.promotion .title-box + div {
  margin-top: 60px;
}
.promotion .title-box .main-title {
  color: #000;
  font-size: 36px;
  line-height: normal;
  letter-spacing: -1.08px;
}
.promotion .title-box .main-title + .sub-title {
  margin-top: 40px;
}
.promotion .title-box .main-title strong {
  line-height: inherit;
  font-weight: 900;
  letter-spacing: inherit;
}
.promotion .title-box .sub-title {
  color: #222;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.44px;
}
.promotion .title-box .sub-title strong {
  line-height: inherit;
  font-weight: 700;
  letter-spacing: inherit;
}
.promotion .base {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 148%;
}
.promotion .list-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
}
.promotion .btn-primary, .promotion .sector-apply .action .btn-apply, .promotion .sector-table .action button,
.promotion .sector-table .action a {
  position: relative;
  display: inline-block;
}
.promotion .btn-primary::before, .promotion .sector-apply .action .btn-apply::before, .promotion .sector-table .action button::before,
.promotion .sector-table .action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-primary::before, .promotion .sector-apply .action .btn-apply::before, .promotion .sector-table .action button::before,
  .promotion .sector-table .action a::before {
    width: 12px;
  }
}
.promotion .btn-primary::before, .promotion .sector-apply .action .btn-apply::before, .promotion .sector-table .action button::before,
.promotion .sector-table .action a::before {
  height: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-primary::before, .promotion .sector-apply .action .btn-apply::before, .promotion .sector-table .action button::before,
  .promotion .sector-table .action a::before {
    height: 12px;
  }
}
.promotion .btn-primary::before, .promotion .sector-apply .action .btn-apply::before, .promotion .sector-table .action button::before,
.promotion .sector-table .action a::before {
  margin-top: -0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-primary::before, .promotion .sector-apply .action .btn-apply::before, .promotion .sector-table .action button::before,
  .promotion .sector-table .action a::before {
    margin-top: -6px;
  }
}
.promotion .btn-primary::before, .promotion .sector-apply .action .btn-apply::before, .promotion .sector-table .action button::before,
.promotion .sector-table .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-primary::before, .promotion .sector-apply .action .btn-apply::before, .promotion .sector-table .action button::before,
  .promotion .sector-table .action a::before {
    right: 24px;
  }
}
.promotion .btn-primary::before, .promotion .sector-apply .action .btn-apply::before, .promotion .sector-table .action button::before,
.promotion .sector-table .action a::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.promotion .btn-primary, .promotion .sector-apply .action .btn-apply, .promotion .sector-table .action button,
.promotion .sector-table .action a {
  min-width: 750px;
  padding: 22px 0;
  color: #FFF;
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.96px;
  border-radius: 80px;
  background: linear-gradient(180deg, #666 0%, #000 100%);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
}
.promotion .sector-title {
  background-color: #f9f5ec;
  background-image: url("//img.eduwill.net/eduwill/img/2026/T/product/260326/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-title .wrap {
  text-align: left;
}
.promotion .sector-title .laurel {
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  text-align: center;
}
.promotion .sector-title .title-wrap {
  position: absolute;
  top: 176px;
  left: 50%;
  margin-left: -129px;
}
.promotion .sector-title .title-1 {
  display: inline-flex;
  padding: 7px 15px;
  border-radius: 4px;
  background: #000;
}
.promotion .sector-title .title-1 span {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.8px;
  background: linear-gradient(349deg, #FFB300 5.77%, #FFCE1F 50.39%, #FFF421 108.87%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.promotion .sector-title .title-2 {
  margin-top: 16px;
  color: #221800;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.12px;
}
.promotion .sector-title .title-3 {
  margin-top: 20px;
  color: #FFF;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #000;
  filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(1px 1px #000);
  paint-order: stroke fill;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 95px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2.832px;
}
.promotion .sector-title .title-4 {
  margin-top: 20px;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(1px 1px #000);
  paint-order: stroke fill;
  font-size: 95px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -4.25px;
}
.promotion .sector-title .title-4 span {
  display: inline-block;
  background: linear-gradient(349deg, #FFB300 5.77%, #FFCE1F 50.39%, #FFF421 108.87%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  paint-order: stroke fill;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.promotion .sector-text {
  background-color: #222;
}
.promotion .sector-text .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.promotion .sector-text .img {
  margin-top: -20px;
}
.promotion .sector-text .flag {
  padding: 1px 8px;
  color: #FFB200;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.8px;
  border-radius: 6px;
  border: 1px solid currentColor;
}
.promotion .sector-text .text {
  color: #FFF;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.04px;
}
.promotion .sector-text .text span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  background: linear-gradient(180deg, #FFB200 0%, #FFE998 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.promotion .sector-text .wrap-full {
  background: linear-gradient(to top, #FFB300 5.77%, #FFCE1F 50.39%, #FFF421 108.87%);
}
.promotion .sector-guide {
  padding: 100px 0;
  background: #FFF9E8;
}
.promotion .sector-guide .guide-list {
  margin-top: 60px;
  text-align: left;
}
.promotion .sector-guide .guide-list .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 120px;
  margin-top: 10px;
  padding: 20px 50px;
  border: 1px solid #b7b7b7;
  border-radius: 20px;
  background: #fff;
}
.promotion .sector-guide .guide-list .list-item:first-child {
  margin-top: 0;
}
.promotion .sector-guide .guide-list .list-text {
  display: flex;
  align-items: center;
}
.promotion .sector-guide .guide-list .list-label {
  display: inline-block;
  margin-right: 20px;
  padding: 8px 24px;
  border-radius: 50px;
}
.promotion .sector-guide .guide-list .list-label p {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 21px;
  line-height: 1.2;
  color: #8f8f8f;
}
.promotion .sector-guide .guide-list .list-label p span {
  color: #000;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 900;
}
.promotion .sector-guide .guide-list .list-title p {
  line-height: 1.2;
  font-size: 34px;
  font-weight: 900;
}
.promotion .sector-guide .guide-list .list-action button,
.promotion .sector-guide .guide-list .list-action a {
  display: block;
  width: 280px;
  padding: 12px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
  background: #000;
}
.promotion .sector-guide .guide-list .list-action button + a,
.promotion .sector-guide .guide-list .list-action a + a {
  margin-top: 10px;
}
.promotion .sector-guide .guide-list .list-action button span,
.promotion .sector-guide .guide-list .list-action a span {
  position: relative;
  display: inline-block;
}
.promotion .sector-guide .guide-list .list-action button span::before,
.promotion .sector-guide .guide-list .list-action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-guide .guide-list .list-action button span::before,
  .promotion .sector-guide .guide-list .list-action a span::before {
    width: 12px;
  }
}
.promotion .sector-guide .guide-list .list-action button span::before,
.promotion .sector-guide .guide-list .list-action a span::before {
  height: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-guide .guide-list .list-action button span::before,
  .promotion .sector-guide .guide-list .list-action a span::before {
    height: 12px;
  }
}
.promotion .sector-guide .guide-list .list-action button span::before,
.promotion .sector-guide .guide-list .list-action a span::before {
  margin-top: -0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-guide .guide-list .list-action button span::before,
  .promotion .sector-guide .guide-list .list-action a span::before {
    margin-top: -6px;
  }
}
.promotion .sector-guide .guide-list .list-action button span::before,
.promotion .sector-guide .guide-list .list-action a span::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg);
  right: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-guide .guide-list .list-action button span::before,
  .promotion .sector-guide .guide-list .list-action a span::before {
    right: 24px;
  }
}
.promotion .sector-guide .guide-list .list-action button span::before,
.promotion .sector-guide .guide-list .list-action a span::before {
  border-top-width: 1.5px;
  border-right-width: 1.5px;
}
.promotion .sector-guide .guide-list .list-action button span,
.promotion .sector-guide .guide-list .list-action a span {
  padding-right: 30px;
  color: currentColor;
}
.promotion .sector-guide .guide-list .list-action button span::before,
.promotion .sector-guide .guide-list .list-action a span::before {
  right: 0;
}
.promotion .sector-possible {
  padding: 100px 0;
}
.promotion .sector-possible .plus-lecture {
  position: relative;
  margin-top: 60px;
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #FC0;
  background: #FFF7DB;
}
.promotion .sector-possible .plus-lecture::before {
  content: "+";
  position: absolute;
  top: -20px;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  font-family: "Montserrat", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: #000;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: -0.48px;
  border-radius: 50%;
  border: 1px solid currentColor;
  background-color: #FFF;
}
.promotion .sector-possible .plus-lecture .title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.48px;
}
.promotion .sector-possible .plus-lecture .action {
  margin-top: 20px;
}
.promotion .sector-possible .plus-lecture .action button,
.promotion .sector-possible .plus-lecture .action a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 22px;
  border-radius: 10px;
  background: #000;
}
.promotion .sector-possible .plus-lecture .action button .date,
.promotion .sector-possible .plus-lecture .action a .date {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.48px;
}
.promotion .sector-possible .plus-lecture .action button .detail,
.promotion .sector-possible .plus-lecture .action a .detail {
  position: relative;
  display: inline-block;
}
.promotion .sector-possible .plus-lecture .action button .detail::before,
.promotion .sector-possible .plus-lecture .action a .detail::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.5277777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-possible .plus-lecture .action button .detail::before,
  .promotion .sector-possible .plus-lecture .action a .detail::before {
    width: 11px;
  }
}
.promotion .sector-possible .plus-lecture .action button .detail::before,
.promotion .sector-possible .plus-lecture .action a .detail::before {
  height: 1.5277777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-possible .plus-lecture .action button .detail::before,
  .promotion .sector-possible .plus-lecture .action a .detail::before {
    height: 11px;
  }
}
.promotion .sector-possible .plus-lecture .action button .detail::before,
.promotion .sector-possible .plus-lecture .action a .detail::before {
  margin-top: -0.7638888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-possible .plus-lecture .action button .detail::before,
  .promotion .sector-possible .plus-lecture .action a .detail::before {
    margin-top: -5.5px;
  }
}
.promotion .sector-possible .plus-lecture .action button .detail::before,
.promotion .sector-possible .plus-lecture .action a .detail::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-possible .plus-lecture .action button .detail::before,
  .promotion .sector-possible .plus-lecture .action a .detail::before {
    right: 22px;
  }
}
.promotion .sector-possible .plus-lecture .action button .detail::before,
.promotion .sector-possible .plus-lecture .action a .detail::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.promotion .sector-possible .plus-lecture .action button .detail,
.promotion .sector-possible .plus-lecture .action a .detail {
  padding: 19px 60px 19px 40px;
  color: #000;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  border-radius: 60px;
  background: #FFC300;
}
.promotion .sector-band {
  padding: 46px 0;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  border-top-width: 4px;
  border-bottom-width: 4px;
  background: linear-gradient(180deg, #FC0 0%, #FA0 98.03%), linear-gradient(90deg, #FC0 0%, #EF0 100%), linear-gradient(180deg, #FFD453 -27.78%, #FFBF00 94.44%);
}
.promotion .sector-band .title-box .main-title {
  color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.68px;
}
.promotion .sector-band .title-box .main-title strong {
  color: #FFF;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000);
  font-family: inherit;
  font-size: 40px;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: -1.6px;
}
.promotion .sector-band .title-box .main-title strong span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #FDC402;
  letter-spacing: inherit;
}
.promotion .sector-point {
  padding: 100px 0;
  background-color: #FAFAFA;
}
.promotion .sector-point .list-box {
  flex-direction: column;
}
.promotion .sector-band2 {
  padding: 50px 0;
  background: #000;
}
.promotion .sector-band2 .title-box .sub-title {
  color: #FFF;
  font-family: "EduwillPassRegular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.64px;
}
.promotion .sector-band2 .title-box .main-title {
  text-align: center;
  color: #FFF;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.8px;
}
.promotion .sector-band2 .title-box .main-title span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  background: linear-gradient(180deg, #FFD453 -27.78%, #FFBF00 94.44%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.promotion .sector-teacher {
  position: relative;
}
.promotion .sector-teacher .action-video {
  position: absolute;
  top: 553px;
  left: 50%;
  margin-left: -560px;
}
.promotion .sector-video {
  padding: 100px 0;
  background-color: #FFF9E8;
}
.promotion .sector-video .list-box {
  flex-wrap: wrap;
}
.promotion .sector-video .list-box button {
  display: block;
}
.promotion .sector-table {
  padding: 100px 0;
}
.promotion .sector-table .title-box .sub-title {
  font-size: 20px;
}
.promotion .sector-table .img-box {
  margin-right: 50px;
  margin-left: 50px;
}
.promotion .sector-table .action {
  display: flex;
  justify-content: flex-end;
  gap: 1px;
}
.promotion .sector-table .action button,
.promotion .sector-table .action a {
  min-width: 419px;
  font-size: 20px;
  border-radius: 0;
  box-shadow: none;
}
.promotion .sector-result {
  padding: 100px 0;
  background: linear-gradient(180deg, #FC0 0%, #FA0 98.03%);
}
.promotion .sector-result .wrap + .wrap {
  margin-top: 120px;
}
.promotion .sector-result .list-box > div {
  width: 100%;
  padding: 40px 17px 30px 17px;
  border-radius: 10px;
  background: #FFF;
}
.promotion .sector-result .list-box .title-1 {
  color: #222;
  font-size: 46px;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -1.38px;
}
.promotion .sector-result .list-box .title-1 span {
  color: #000;
  font-size: 26px;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -0.78px;
}
.promotion .sector-result .list-box .title-1 + .title-2 {
  margin-top: 10px;
}
.promotion .sector-result .list-box .title-2 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.66px;
}
.promotion .sector-result .list-box .title-2 + .title-1 {
  margin-top: 15px;
  padding-top: 10px;
  color: #000;
  border-top: 1px solid #D9D9D9;
}
.promotion .sector-result .list-box .text {
  margin-top: 10px;
  color: #6A6A6A;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.54px;
}
.promotion .sector-result .list-box .action {
  margin-top: 20px;
}
.promotion .sector-result .list-box .action a,
.promotion .sector-result .list-box .action button {
  display: block;
  width: 100%;
  padding: 14px 0;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.6px;
  border-radius: 10px;
  background: #000;
}
.promotion .sector-result .action {
  margin-top: 60px;
}
.promotion .sector-apply .wrap-full {
  padding-bottom: 50px;
  background: url("//img.eduwill.net/eduwill/img/2026/T/product/260326/pc/bg_apply_title.jpg") center top, linear-gradient(180deg, #55230A 0%, #000 100%);
  background-size: auto 100%;
}
.promotion .sector-apply .wrap-full .title-box .main-title {
  color: #FFF;
}
.promotion .sector-apply .wrap-full .title-box .main-title::before {
  content: "";
  display: block;
  width: 97px;
  height: 97px;
  margin: 0 auto;
  background-image: url("//img.eduwill.net/eduwill/img/2026/T/product/260326/pc/icon_notice.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-apply .wrap-full .title-box .main-title + .sub-title {
  margin-top: 10px;
  color: #FFF;
  font-size: 20px;
}
.promotion .sector-apply .wrap {
  padding: 100px 0;
}
.promotion .sector-apply .tab-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promotion .sector-apply .tab-list li {
  width: 100%;
  padding: 28px 0;
  color: #7F7F7F;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.4px;
  background-color: #F1F1F1;
  cursor: pointer;
}
.promotion .sector-apply .tab-list li.on {
  color: #FFF;
  background: #000;
}
.promotion .sector-apply .tab-view {
  display: none;
  margin-top: 30px;
}
.promotion .sector-apply .tab-view.on {
  display: block;
}
.promotion .sector-apply .apply-box {
  border: 1px solid #000;
}
.promotion .sector-apply .apply-box > div + div {
  border-top: 1px solid #000;
}
.promotion .sector-apply .apply-type {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  gap: 200px;
}
.promotion .sector-apply .apply-select {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.promotion .sector-apply .apply-select input[type=radio]:checked + label::after {
  background: #000;
}
.promotion .sector-apply .apply-select label {
  padding-left: 30px;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.promotion .sector-apply .apply-select label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #000;
  background: #fff;
}
.promotion .sector-apply .apply-select label::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.promotion .sector-apply .apply-area {
  display: flex;
  flex-direction: column;
  padding: 40px;
  gap: 20px;
}
.promotion .sector-apply .apply-area .apply-select {
  justify-content: flex-start;
}
.promotion .sector-apply .apply-area .apply-select label {
  font-weight: 400;
}
.promotion .sector-apply .apply-price {
  display: flex;
  justify-content: space-between;
  padding: 30px 40px;
}
.promotion .sector-apply .apply-price .price-info a {
  position: relative;
  display: inline-block;
}
.promotion .sector-apply .apply-price .price-info a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .apply-price .price-info a::before {
    width: 6px;
  }
}
.promotion .sector-apply .apply-price .price-info a::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .apply-price .price-info a::before {
    height: 6px;
  }
}
.promotion .sector-apply .apply-price .price-info a::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .apply-price .price-info a::before {
    margin-top: -3px;
  }
}
.promotion .sector-apply .apply-price .price-info a::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 .apply-price .price-info a::before {
    right: 12px;
  }
}
.promotion .sector-apply .apply-price .price-info a::before {
  border-top-width: 1.5px;
  border-right-width: 1.5px;
}
.promotion .sector-apply .apply-price .price-info a {
  padding: 3px 20px 3px 10px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.48px;
  border-radius: 4px;
  border: 1px solid currentColor;
  background: #EDEDED;
}
.promotion .sector-apply .apply-price .price-list {
  text-align: right;
}
.promotion .sector-apply .apply-price .price-list .text {
  margin-right: 10px;
}
.promotion .sector-apply .apply-price .price-list .cost {
  font-weight: inherit;
  line-height: 1;
}
.promotion .sector-apply .apply-price .price-list .cost strong {
  font-weight: inherit;
  line-height: inherit;
}
.promotion .sector-apply .apply-price .price-list .before-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.promotion .sector-apply .apply-price .price-list .before-price p {
  color: #8C8C8C;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -0.75px;
}
.promotion .sector-apply .apply-price .price-list .before-price p.cost {
  text-decoration: line-through;
}
.promotion .sector-apply .apply-price .price-list .after-price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.promotion .sector-apply .apply-price .price-list .after-price .text {
  display: inline-flex;
  align-content: center;
  padding: 4px 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: #ff203b;
}
.promotion .sector-apply .apply-price .price-list .after-price .cost {
  font-size: 60px;
  font-weight: 900;
}
.promotion .sector-apply .apply-price .price-list .after-price .cost strong {
  font-size: 64px;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.promotion .sector-apply .apply-price .price-list .price-notice {
  margin-top: 10px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.promotion .sector-apply .action {
  margin-top: 50px;
}
.promotion .sector-notice {
  background: #F8F8F8;
}
.promotion .sector-notice .wrap {
  text-align: left;
  padding: 100px 0;
}
.promotion .sector-notice .wrap p {
  color: #000;
  font-size: 18px;
  font-weight: 900;
  line-height: 160%;
  letter-spacing: -0.54px;
  text-decoration: underline;
}
.promotion .sector-notice .wrap .notice-box {
  margin-top: 30px;
}
.promotion .sector-notice .wrap .notice-box .notice-title {
  margin-top: 30px;
  font-weight: 700;
  text-decoration: none;
}
.promotion .sector-notice .wrap .notice-box .notice-title + .notice-list {
  margin-top: 10px;
}
.promotion .sector-notice .wrap .notice-list li {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.54px;
}
.promotion .sector-notice .wrap .notice-list li a {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}/*# sourceMappingURL=web.css.map */