@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 .box-select .select-list 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 .sector-apply .box-action .btn-end {
  cursor: not-allowed;
  pointer-events: none;
}

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

.promotion .sector-notice .dot-list li {
  position: relative;
  padding-left: 1.3888888889vw;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .dot-list li {
    padding-left: 10px;
  }
}
.promotion .sector-notice .dot-list li::before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: inherit;
}

.promotion .sector-notice .dash-list li {
  position: relative;
  padding-left: 1.3888888889vw;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .dash-list li {
    padding-left: 10px;
  }
}
.promotion .sector-notice .dash-list li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: inherit;
}

.promotion .sector-notice .refer-list li {
  position: relative;
  padding-left: 2.0833333333vw;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .refer-list li {
    padding-left: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .promotion .sector-notice .refer-list li {
    padding-left: 20px;
  }
}
.promotion .sector-notice .refer-list li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: inherit;
}

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

.effect-bounce-updown {
  animation-name: effectBounceUpDown;
  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-extend {
  animation-name: effectExtend;
  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-blink {
  animation-name: effectBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.promotion,
.product-eco,
.fullservice {
  text-align: center;
  overflow: hidden;
}
.promotion *,
.product-eco *,
.fullservice * {
  line-height: normal;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -1px;
  }
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion button,
.product-eco button,
.fullservice button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.promotion p,
.product-eco p,
.fullservice p {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  width: 100%;
}
.promotion .icon-pointer,
.product-eco .icon-pointer,
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 7.6388888889vw;
  height: 7.7777777778vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  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;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}

#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group {
  justify-content: space-between;
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-title {
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-title {
    font-size: 22px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-radio input[type=radio] + label {
  font-size: 2.7777777778vw;
  line-height: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-radio input[type=radio] + label {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-radio input[type=radio] + label {
    line-height: 20px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-control:only-child {
  width: 100%;
  justify-content: flex-end;
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .btn-modify {
  display: block;
  width: 58.0555555556vw;
  padding: 1.8055555556vw 0;
  color: #000;
  text-align: center;
  font-size: 2.7777777778vw;
  font-weight: 400;
  line-height: 130%;
  border-radius: 0.6944444444vw;
  border: 1px solid #E4E4E4;
  background: #F3F3F3;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .btn-modify {
    width: 418px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .btn-modify {
    padding: 13px 0;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .btn-modify {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .btn-modify {
    border-radius: 5px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-action button {
  width: 100%;
}

.promotion .only-mobile {
  display: none;
}
.promotion .only-pc {
  display: block;
}
.promotion .wrap {
  width: 1200px;
}
.promotion .slick-arrow {
  border-radius: 50%;
}
.promotion .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  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: -69.4444444444vw;
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    height: 60px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    margin-left: -500px;
  }
}
.promotion .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-width: 0;
  border-style: solid;
  border-color: #ffffff;
  border-bottom-width: 2px;
  border-left-width: 2px;
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev::before {
    width: 15px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev::before {
    height: 15px;
  }
}
.promotion .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  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: -69.4444444444vw;
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    height: 60px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    margin-right: -500px;
  }
}
.promotion .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-width: 0;
  border-style: solid;
  border-color: #ffffff;
  border-top-width: 2px;
  border-right-width: 2px;
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next::before {
    width: 15px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next::before {
    height: 15px;
  }
}
.promotion .fix-right {
  position: fixed;
  right: 10px;
  bottom: 100px;
  z-index: 99;
}
.promotion .fix-right > div {
  width: 180px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
}
.promotion .fix-right > div.banner-top {
  width: 50px;
  margin: 10px auto 0;
  border-radius: 50%;
  background: none;
}
.promotion .fix-right > div.banner-top img {
  width: 100%;
}
.promotion .fix-right .banner-title {
  padding: 20px;
  text-align: left;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.5) -23.06%, rgba(255, 255, 255, 0) 91.82%), #FF8100;
  background-blend-mode: overlay, normal;
}
.promotion .fix-right .banner-title span {
  color: #000;
}
.promotion .fix-right .banner-list {
  border-radius: 0 0 10px 10px;
}
.promotion .fix-right .banner-list div {
  border-top: 1px solid #E9E9E9;
}
.promotion .fix-right .banner-list div:first-child {
  border-top: 0;
}
.promotion .fix-right .banner-list div:last-child a {
  font-weight: 700;
  background-color: #FFEAC1;
}
.promotion .fix-right .banner-list a {
  display: block;
  padding: 12px 16px;
  text-align: left;
  line-height: 1.3;
  font-size: 15px;
  color: #212121;
  background-image: url("//img.eduwill.net/eduwill/img/2021/G/product/210930_2/pc/wing_arrow.png");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: auto;
}
.promotion .title-box {
  position: relative;
  margin-top: 90px;
}
.promotion .title-box .sub-title {
  color: #FFF;
  font-size: 36px;
  font-weight: 500;
  line-height: 130%;
}
.promotion .title-box .main-title {
  line-height: 1.35;
  font-size: 40px;
  font-weight: 900;
  color: #000;
}
.promotion .title-box .main-title em {
  vertical-align: super;
  line-height: 1;
  font-size: 30px;
  font-weight: 700;
  color: currentColor;
}
.promotion .title-box .bg-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 20px 40px 22px 40px;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.96px;
  border-radius: 10px;
  background: #FFCF00;
}
.promotion .title-box .bg-title strong {
  display: inline-block;
  margin-right: 5px;
  font-weight: 700;
}
.promotion .notice {
  display: flex;
  justify-content: flex-end;
  width: 1050px;
  margin: 20px auto 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.promotion .sector-band {
  z-index: 1;
}
.promotion .sector-band::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 90px;
  height: 42px;
  margin-left: -600px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.promotion .sector-title {
  background-color: #2A1F00;
  background-image: url("//img.eduwill.net/eduwill/img/2025/7/product/250919/pc/title_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .sector-title .flag {
  position: absolute;
  top: 236px;
  left: 50%;
  margin-left: -155px;
}
.promotion .sector-guide {
  padding-bottom: 100px;
  background: #FFCF00;
}
.promotion .sector-guide .wrap {
  width: 1160px;
}
.promotion .sector-guide .list {
  margin-top: 60px;
  text-align: left;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.promotion .sector-guide .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 114px;
  margin-top: 10px;
  padding: 20px 50px;
  border-radius: 10px;
  border: 1px solid #FFBF00;
  background: #FFF;
}
.promotion .sector-guide .list-item:first-child {
  margin-top: 0;
}
.promotion .sector-guide .list-text {
  display: flex;
  align-items: center;
}
.promotion .sector-guide .list-label {
  display: inline-block;
  margin-right: 20px;
}
.promotion .sector-guide .list-label p {
  color: #888;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -0.63px;
}
.promotion .sector-guide .list-title p {
  color: #444;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.72px;
}
.promotion .sector-guide .list-action a {
  display: inline-block;
  min-width: 300px;
  padding: 20px 50px;
  text-align: center;
  border-radius: 10px;
  background: linear-gradient(180deg, #444 0%, #000 100%), linear-gradient(90deg, #444 0%, #000 100%);
}
.promotion .sector-guide .list-action a span {
  padding-right: 30px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}
.promotion .sector-guide .list-action a span {
  position: relative;
  display: inline-block;
}
.promotion .sector-guide .list-action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  margin-top: -0.8333333333vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg);
  right: 3.3333333333vw;
  border-top-width: 1.5px;
  border-right-width: 1.5px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-guide .list-action a span::before {
    width: 12px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-guide .list-action a span::before {
    height: 12px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-guide .list-action a span::before {
    margin-top: -6px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-guide .list-action a span::before {
    right: 24px;
  }
}
.promotion .sector-guide .list-action a span::before {
  right: 0;
}
.promotion .sector-band {
  padding: 60px 0;
  background: linear-gradient(180deg, #444 0%, #000 100%), linear-gradient(0deg, #000 -102.5%, #333 100%);
}
.promotion .sector-band::after {
  background-image: url("//img.eduwill.net/eduwill/img/2025/7/product/250919/pc/bg_tail_band.png");
}
.promotion .sector-band p {
  line-height: 140%;
}
.promotion .sector-band p + p {
  margin-top: 10px;
}
.promotion .sector-band p.main-title {
  color: #FFF;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -2.52px;
}
.promotion .sector-band p.sub-title {
  color: #EBEBEB;
  font-family: "EduwillPassRegular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -2.16px;
}
.promotion .sector-band p .point {
  font-family: inherit;
  font-weight: inherit;
  color: #FFC123;
}
.promotion .sector-review {
  padding-bottom: 100px;
  background-color: #FFCF00;
}
.promotion .sector-review .slide-box {
  margin-top: 100px;
}
.promotion .sector-review .slide-box .slick-slide {
  margin: 0 5px;
  opacity: 0.8;
}
.promotion .sector-review .slide-box .slick-slide.slick-active {
  opacity: 1;
}
.promotion .sector-review .title-box {
  margin-top: 60px;
}
.promotion .sector-review .title-box .sub-title {
  color: #000;
}
.promotion .sector-teacher .action-video {
  position: absolute;
  top: 593px;
  left: 50%;
  margin-left: -580px;
}
.promotion .sector-video {
  padding-bottom: 100px;
  background-color: #FFEDB2;
}
.promotion .sector-video .video-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
  gap: 16px;
}
.promotion .sector-curriculum {
  padding-bottom: 60px;
  background-color: #F8F8F8;
}
.promotion .sector-reference {
  padding-bottom: 60px;
  background-color: #F8F8F8;
}
.promotion .sector-reference .slide-box {
  margin-top: 40px;
}
.promotion .sector-reference .slide-box .slick-slide {
  margin: 0 12px;
}
.promotion .sector-lecture {
  padding-bottom: 60px;
  background-color: #F8F8F8;
}
.promotion .sector-edu {
  padding-bottom: 60px;
  background-color: #F8F8F8;
}
.promotion .sector-feedback {
  padding-bottom: 100px;
  background-color: #F8F8F8;
}
.promotion .sector-program {
  padding-bottom: 80px;
  background-color: #F8F8F8;
}
.promotion .sector-composition {
  padding: 100px 0;
}
.promotion .sector-result {
  padding-bottom: 100px;
  background-color: #FFCF00;
}
.promotion .sector-result .result-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 60px;
}
.promotion .sector-apply {
  padding-bottom: 100px;
  background-color: #F8F8F8;
}
.promotion .sector-apply .title-box .sub-title {
  color: #000;
}
.promotion .sector-apply .title-box .notice {
  width: 640px;
}
.promotion .sector-apply .tab-box {
  position: relative;
  margin: 60px 20px 0;
}
.promotion .sector-apply .tab-box .tab-view {
  display: none;
}
.promotion .sector-apply .tab-box .tab-view.on {
  display: block;
}
.promotion .sector-apply .tab-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.promotion .sector-apply .tab-list li {
  width: 100%;
  padding: 20px;
  color: #6D6D6D;
  font-size: 24px;
  font-weight: 700;
  border-radius: 10px;
  border: 1px solid #CFCFCF;
  background: #FFF;
  cursor: pointer;
}
.promotion .sector-apply .tab-list li.on {
  color: #FFF;
  border-color: #000;
  background: #000;
}
.promotion .sector-apply .tab-view {
  display: none;
  margin-top: 20px;
}
.promotion .sector-apply .tab-view.active {
  display: block;
}
.promotion .sector-apply .box-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 394px;
  border-radius: 10px;
  border: 1px solid #828282;
  background: #FFF;
}
.promotion .sector-apply .box-wrap > div {
  height: 100%;
}
.promotion .sector-apply .box-select {
  width: 75%;
  padding: 20px;
}
.promotion .sector-apply .box-select .select-list {
  text-align: left;
}
.promotion .sector-apply .box-select .select-list input[type=radio]:checked + label::after {
  display: block;
}
.promotion .sector-apply .box-select .select-list label {
  position: relative;
  display: block;
  margin-top: 15px;
  padding-left: 40px;
  color: #444;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.96px;
  word-break: keep-all;
  word-wrap: break-word;
  cursor: pointer;
}
.promotion .sector-apply .box-select .select-list label::before, .promotion .sector-apply .box-select .select-list label::after {
  content: "";
  position: absolute;
}
.promotion .sector-apply .box-select .select-list label::before {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #000;
  border-radius: 50%;
}
.promotion .sector-apply .box-select .select-list label::after {
  top: 7px;
  left: 7px;
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000;
}
.promotion .sector-apply .box-select .price-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #a9a9a9;
}
.promotion .sector-apply .box-select .price-list .price-action a {
  display: block;
  padding: 6px 20px;
  text-align: left;
  font-size: 20px;
  color: #373737;
  border-radius: 10px;
  border: 1px solid #a9a9a9;
}
.promotion .sector-apply .box-select .price-list .price-before {
  line-height: 1;
  color: #C2C2C2;
  font-size: 34px;
  letter-spacing: -1.36px;
}
.promotion .sector-apply .box-select .price-list .price-before span {
  color: currentColor;
  font-weight: 500;
  line-height: inherit;
  letter-spacing: inherit;
}
.promotion .sector-apply .box-select .price-list .price-before strong {
  color: currentColor;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: line-through;
}
.promotion .sector-apply .box-select .price-list .price-after {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  gap: 16px;
}
.promotion .sector-apply .box-select .price-list .price-after span {
  display: inline-flex;
  padding: 8px 16px;
  color: #FA0;
  font-size: 20px;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: -0.8px;
  border-radius: 42px;
  background: #000;
}
.promotion .sector-apply .box-select .price-list .price-after strong {
  color: #000;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 56px;
  font-weight: 900;
  line-height: inherit;
  letter-spacing: -2.24px;
}
.promotion .sector-apply .box-select .price-text {
  text-align: right;
  margin-top: 10px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.promotion .sector-apply .box-action {
  width: 25%;
}
.promotion .sector-apply .box-action .btn-apply {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 10px 10px 0;
  background: linear-gradient(180deg, #646464 0%, #000 100%), #FA0;
}
.promotion .sector-apply .box-action .btn-apply span {
  padding-right: 30px;
  color: #FFF;
  font-size: 34px;
  font-weight: 700;
  line-height: 140%;
}
.promotion .sector-apply .box-action .btn-apply span {
  position: relative;
  display: inline-block;
}
.promotion .sector-apply .box-action .btn-apply 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: currentColor;
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .box-action .btn-apply span::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .box-action .btn-apply span::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .box-action .btn-apply span::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .box-action .btn-apply span::before {
    right: 20px;
  }
}
.promotion .sector-apply .box-action .btn-apply span::before {
  right: 0;
}
.promotion .sector-apply .box-action .btn-end {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #dedede;
}
.promotion .sector-apply .box-action .btn-end span {
  padding: 0 40px;
  font-size: 28px;
  font-weight: 700;
  color: #666;
}
.promotion .sector-free {
  padding-bottom: 100px;
  background: linear-gradient(180deg, #242424 0%, #000 100%);
}
.promotion .sector-free .title-box .main-title {
  color: #fff;
}
.promotion .sector-free .title-box .main-title .point {
  color: #FFAA00;
}
.promotion .sector-free .title-box .sub-title {
  font-size: 25px;
}
.promotion .sector-free .free-box {
  position: relative;
  z-index: 0;
  width: 600px;
  height: 680px;
  margin-top: 60px;
  padding: 120px 30px 10px 30px;
  text-align: left;
  border-radius: 10px;
  border: 1px solid #3F3F3F;
  background: linear-gradient(0deg, #202020 0%, #202020 100%), #171717;
}
.promotion .sector-free .free-box::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 598px;
  height: 191px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/7/product/250919/pc/free_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .sector-free .free-box .teacher {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 20px;
}
.promotion .sector-free .free-box .free-title {
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.12px;
}
.promotion .sector-free .free-box .free-text {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.8px;
}
.promotion .sector-free .free-box .free-info {
  margin-top: 20px;
  padding: 30px 20px 30px;
  border-radius: 10px;
  background: #333;
}
.promotion .sector-free .free-box .free-info li {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
.promotion .sector-free .free-box .free-info li + li {
  margin-top: 10px;
}
.promotion .sector-free .free-box .free-info li strong {
  display: inline-block;
  margin-right: 20px;
  font-weight: 700;
}
.promotion .sector-free .free-box .free-info li.small {
  color: rgba(255, 255, 255, 0.7);
  line-height: 130%;
  letter-spacing: -0.4px;
}
.promotion .sector-free .free-box .action {
  margin-top: 30px;
}
.promotion .sector-free .free-box .action a, .promotion .sector-free .free-box .action button {
  width: 100%;
  padding: 30px 0;
  text-align: center;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  border-radius: 10px;
  background: linear-gradient(180deg, #FFCF00 0%, #FA0 100%);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}
.promotion .sector-notice {
  padding-bottom: 100px;
  text-align: left;
  background-color: #efefef;
}
.promotion .sector-notice .notice-title {
  margin-top: 80px;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  text-decoration: underline;
}
.promotion .sector-notice .notice-box {
  margin-top: 70px;
}
.promotion .sector-notice .notice-box:first-child {
  margin-top: 100px;
}
.promotion .sector-notice .notice-box ul,
.promotion .sector-notice .notice-box ol {
  margin-top: 20px;
}
.promotion .sector-notice .notice-box .notice-title {
  color: #434343;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.6px;
  text-decoration: none;
}
.promotion .sector-notice .notice-box .notice-sub-title {
  margin-top: 20px;
  color: #434343;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.6px;
}
.promotion .sector-notice .number-list {
  margin-left: 20px;
}
.promotion .sector-notice .number-list li {
  list-style: decimal;
}
.promotion .sector-notice li {
  color: #434343;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.54px;
  word-break: keep-all;
  word-wrap: break-word;
}
.promotion .sector-notice .red {
  color: #FF3131;
}
.promotion .sector-notice a.btn-kakao {
  display: inline-block;
  padding: 3px 12px 2px 12px;
  color: #676767;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.64px;
  border-radius: 1px;
  border: 1px solid #676767;
  background: #F3F3F3;
}
.promotion .sector-notice a.tel {
  font-weight: 700;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}/*# sourceMappingURL=web.css.map */