@charset "UTF-8";
.promotion .wrap,
.promotion .wrap-full, .grid {
  *zoom: 1;
}
.promotion .wrap::before,
.promotion .wrap-full::before, .grid::before, .promotion .wrap::after,
.promotion .wrap-full::after, .grid::after {
  content: "";
  display: table;
}
.promotion .wrap::after,
.promotion .wrap-full::after, .grid::after {
  clear: both;
}

.hidden,
.sr_only,
.sr-only,
.promotion .sector-apply .apply-series .apply-select input[type=radio],
.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 .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 {
  position: relative;
  left: 50%;
  display: block;
  transform: translateX(-50%);
}

.promotion .sector-notice .notice-list .dot-list li {
  position: relative;
  padding-left: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-list .dot-list li {
    padding-left: 10px;
  }
}
.promotion .sector-notice .notice-list .dot-list li {
  text-align: left;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.promotion .sector-notice .notice-list .dot-list li::before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: inherit;
}

.promotion .sector-notice .notice-list .dash-list li {
  position: relative;
  padding-left: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-list .dash-list li {
    padding-left: 10px;
  }
}
.promotion .sector-notice .notice-list .dash-list li {
  text-align: left;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.promotion .sector-notice .notice-list .dash-list li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: inherit;
}

.promotion .sector-notice .notice-list .refer-list li {
  position: relative;
  padding-left: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-list .refer-list li {
    padding-left: 20px;
  }
}
.promotion .sector-notice .notice-list .refer-list li {
  text-align: left;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.promotion .sector-notice .notice-list .refer-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 {
  text-align: center;
  overflow: hidden;
}
.promotion * {
  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 * {
    letter-spacing: -1px;
  }
}
.promotion * {
  box-sizing: border-box;
}
.promotion [class^=sector-] {
  position: relative;
}
.promotion 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 {
  margin: 0;
  padding: 0;
}
.promotion img {
  vertical-align: top;
}
.promotion .wrap,
.promotion .wrap-full {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full {
  width: 100%;
}
.promotion .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .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 {
    width: 55px;
  }
}
.promotion .icon-pointer::after {
  height: 7.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after {
    height: 56px;
  }
}
.promotion .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 {
  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 .slick-dots {
  margin-top: 30px;
}
.promotion .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  border-radius: 12px;
  background-color: #000;
  opacity: 0.2;
}
.promotion .slick-dots li.slick-active {
  width: 36px;
  opacity: 1;
}
.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: 0;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
}
.promotion .fix-banner > div.banner-top a {
  display: inline-block;
}
.promotion .fix-banner > div a {
  display: block;
}
.promotion .title-box + div {
  margin-top: 60px;
}
.promotion .title-box .bg-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  padding: 12px 0;
  color: #000;
  font-size: 12px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  border-radius: 8px;
  border: 1px solid #CFCFCF;
  background: #FFF;
}
.promotion .title-box .bg-title + .main-title {
  margin-top: 20px;
}
.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 .frame {
  padding: 39px 59px;
  border-radius: 10px;
  border: 1px solid #CFCFCF;
  background: #FFF;
}
.promotion .frame .title-box + div {
  margin-top: 30px;
}
.promotion .frame .main-title {
  color: #000;
  font-size: 26px;
  line-height: 140%;
  letter-spacing: -1.04px;
}
.promotion .frame .img-box + .list-box {
  margin-top: 15px;
}
.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 .btn-go {
  position: relative;
  display: inline-block;
}
.promotion .btn-go::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-go::before {
    width: 12px;
  }
}
.promotion .btn-go::before {
  height: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-go::before {
    height: 12px;
  }
}
.promotion .btn-go::before {
  margin-top: -0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-go::before {
    margin-top: -6px;
  }
}
.promotion .btn-go::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-go::before {
    right: 24px;
  }
}
.promotion .btn-go::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.promotion .btn-go {
  min-width: 598px;
  padding: 26px 50px;
  color: #000;
  font-size: 22px;
  font-weight: 900;
  line-height: 100%;
  border-radius: 50px;
  background: #FFC300;
}
.promotion .sector-title {
  background: #FC0;
  background: linear-gradient(90deg, #FC0 0%, #FFEBB3 100%);
}
.promotion .sector-title .wrap-full:first-child {
  overflow: hidden;
  background-image: url("//img.eduwill.net/eduwill/img/2026/G/product/260617/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-title .laurel {
  margin-top: 35px;
}
.promotion .sector-title [class^=title-] {
  position: absolute;
  left: 50%;
}
.promotion .sector-title .title-teacher {
  position: static;
}
.promotion .sector-title .title-1 {
  top: 248px;
  margin-left: -560px;
  text-align: left;
  color: #1F1505;
  font-size: 22px;
  font-weight: 500;
  line-height: 155%;
  letter-spacing: -1.32px;
}
.promotion .sector-title .title-1 strong {
  color: currentColor;
  font-size: 28px;
  font-weight: 900;
  line-height: inherit;
  letter-spacing: -1.68px;
}
.promotion .sector-title .title-3 {
  top: 397px;
  margin-left: -560px;
  padding: 5px 10px;
  background: linear-gradient(321deg, #2A2A2A 26.96%, #111 74.26%);
  transform: skew(-15deg, -5deg);
}
.promotion .sector-title .title-3 span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -3.348px;
  background: linear-gradient(321deg, #FFBF00 26.96%, #FFE712 74.26%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.promotion .sector-title .title-4 {
  top: 458px;
  margin-left: -570px;
  color: #FFF;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #000;
  filter: drop-shadow(4px 4px 0 #000);
  paint-order: stroke;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 155px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -13.947px;
  transform: skew(-15deg, -5deg);
}
.promotion .sector-title .title-5 {
  top: 535px;
  margin-left: 48px;
  padding-right: 10px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  filter: drop-shadow(4px 4px 0 #000);
  paint-order: stroke;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 155px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -13.947px;
  transform: skew(-15deg, -5deg);
  background: linear-gradient(321deg, #FFBF00 26.96%, #FFE712 74.26%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.promotion .sector-title .title-flag {
  top: 400px;
  margin-left: 320px;
}
.promotion .sector-title .sub-text {
  position: absolute;
  bottom: 138px;
  left: 50%;
  width: 100%;
  height: 34px;
  line-height: 34px;
  margin-left: 300px;
  padding-left: 10px;
  font-size: 24px;
  font-weight: 900;
  color: #000;
  letter-spacing: -0.48px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: left;
}
.promotion .sector-title .sub-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: -17px;
  display: block;
  border-right: 17px solid rgba(255, 255, 255, 0.9);
  border-top: 34px solid transparent;
}
.promotion .sector-title .text {
  line-height: 1.2;
  text-align: center;
  padding: 20px 0 28px;
  border-top: 3px solid #fff;
  background: rgba(35, 40, 53, 0.9);
}
.promotion .sector-title .text p {
  font-size: 35px;
  font-weight: 900;
  color: #fff;
}
.promotion .sector-title .text p span {
  color: #ffe518;
}
@keyframes titleBlink {
  50% {
    opacity: 0;
  }
}
.promotion .sector-title .text p span {
  animation-name: titleBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
}
.promotion .sector-title .news {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4px 0;
  background-color: #fff;
}
.promotion .sector-title .news > span {
  z-index: 2;
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-right: 20px;
  padding: 6px 12px;
  background: #ff0000;
}
.promotion .sector-title .news > span:after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 4px;
  right: -9px;
  transform-origin: center center;
  transform: rotate(45deg);
  width: 20px;
  height: 20px;
  background: #ff0000;
}
.promotion .sector-title .news .news-rolling p {
  font-size: 18px;
  font-weight: 700;
  color: #232835;
}
.promotion .sector-guide {
  padding: 100px 0;
  background: #FFFEEC;
}
.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;
  border: 1px solid #454545;
  background: #FFF;
}
.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: #000;
  border-radius: 50px;
  background: linear-gradient(321deg, #FFBF00 26.96%, #FFE712 74.26%);
}
.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: currentColor;
  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 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 60px;
  padding: 15px 22px;
  border-radius: 10px;
  background: #000;
  white-space: inherit;
}
.promotion .sector-possible .plus-lecture .action button.is-sm {
  background-color: #6C6C6C;
}
.promotion .sector-possible .plus-lecture .action button + button {
  margin-top: 10px;
}
.promotion .sector-possible .plus-lecture .action button .date {
  text-align: left;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.48px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.promotion .sector-possible .plus-lecture .action button .detail {
  flex-shrink: 0;
}
.promotion .sector-possible .plus-lecture .action button .detail {
  position: relative;
  display: inline-block;
}
.promotion .sector-possible .plus-lecture .action button .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 {
    width: 11px;
  }
}
.promotion .sector-possible .plus-lecture .action button .detail::before {
  height: 1.5277777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-possible .plus-lecture .action button .detail::before {
    height: 11px;
  }
}
.promotion .sector-possible .plus-lecture .action button .detail::before {
  margin-top: -0.7638888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-possible .plus-lecture .action button .detail::before {
    margin-top: -5.5px;
  }
}
.promotion .sector-possible .plus-lecture .action button .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 {
    right: 22px;
  }
}
.promotion .sector-possible .plus-lecture .action button .detail::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.promotion .sector-possible .plus-lecture .action button .detail {
  padding: 19px 60px 19px 40px;
  color: #000;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  border-radius: 60px;
  background: #FFC300;
}
.promotion .sector-curriculum {
  padding: 100px 0;
  background-color: #F8F8F8;
}
.promotion .sector-curriculum .point {
  color: #FF8E0C;
}
.promotion .sector-curriculum .box-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 11px;
}
.promotion .sector-curriculum .box-list .box {
  display: flex;
  flex-direction: column;
  width: 355px;
  padding: 49px 10px 35px;
  border-radius: 30px;
  border: 1px solid #000;
  background: #FFF;
  box-shadow: 0px 14px 44px 0px rgba(0, 0, 0, 0.16);
}
.promotion .sector-curriculum .box-list .box .item-text .item-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #E9E9E9;
}
.promotion .sector-curriculum .box-list .box .item-text .item-title .title {
  color: #FF8E0C;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.84px;
}
.promotion .sector-curriculum .box-list .box .item-text .item-title .sub-title {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  margin-top: 10px;
  color: #444;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.66px;
}
.promotion .sector-curriculum .box-list .box .item-sub {
  margin: 15px 0 40px;
  color: #666;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -1px;
}
.promotion .sector-curriculum .box-list .box .item-action {
  margin: auto 10px 0;
}
.promotion .sector-curriculum .box-list .box .item-action a {
  display: inline-block;
  width: 100%;
  padding: 12px 0;
  border: 1px solid #000;
  background: #FFFAE0;
}
.promotion .sector-curriculum .box-list .box .item-action a span {
  padding-right: 16px;
  color: #000;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.6px;
}
.promotion .sector-curriculum .box-list .box .item-action a span {
  position: relative;
  display: inline-block;
}
.promotion .sector-curriculum .box-list .box .item-action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-curriculum .box-list .box .item-action a span::before {
    width: 6px;
  }
}
.promotion .sector-curriculum .box-list .box .item-action a span::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-curriculum .box-list .box .item-action a span::before {
    height: 6px;
  }
}
.promotion .sector-curriculum .box-list .box .item-action a span::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-curriculum .box-list .box .item-action a span::before {
    margin-top: -3px;
  }
}
.promotion .sector-curriculum .box-list .box .item-action a span::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-curriculum .box-list .box .item-action a span::before {
    right: 12px;
  }
}
.promotion .sector-curriculum .box-list .box .item-action a span::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.promotion .sector-curriculum .box-list .box .item-action a span:before {
  right: 0;
}
.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-band2 {
  padding: 37px 0;
  background: #FFF9E8;
}
.promotion .sector-band2 .title-box .sub-title {
  color: #000;
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.64px;
}
.promotion .sector-band2 .title-box .main-title {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000);
  paint-order: stroke;
  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 .review-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
}
.promotion .sector-teacher .review-more .text {
  color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.28px;
}
.promotion .sector-teacher .review-more .text span {
  color: #FFBC00;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.promotion .sector-teacher .review-more .action a {
  position: relative;
  display: inline-block;
}
.promotion .sector-teacher .review-more .action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-teacher .review-more .action a::before {
    width: 12px;
  }
}
.promotion .sector-teacher .review-more .action a::before {
  height: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-teacher .review-more .action a::before {
    height: 12px;
  }
}
.promotion .sector-teacher .review-more .action a::before {
  margin-top: -0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-teacher .review-more .action a::before {
    margin-top: -6px;
  }
}
.promotion .sector-teacher .review-more .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 .sector-teacher .review-more .action a::before {
    right: 24px;
  }
}
.promotion .sector-teacher .review-more .action a::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.promotion .sector-teacher .review-more .action a {
  padding: 6px 40px 6px 30px;
  color: #000;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -0.748px;
  border-radius: 6px;
  border: 1px solid #000;
  background: linear-gradient(180deg, #FFF -0.13%, #DBDBDB 178.35%);
}
.promotion .sector-teacher .action-video {
  position: absolute;
  top: 453px;
  left: 50%;
  margin-left: -560px;
}
.promotion .sector-band3 {
  padding: 37px 0;
  background: #000;
}
.promotion .sector-band3 .title-box .main-title {
  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-band3 .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-video {
  padding: 100px 0 10px;
  background-color: #FFF9E8;
}
.promotion .sector-video .list-box {
  flex-wrap: wrap;
}
.promotion .sector-video .list-box button {
  display: block;
}
.promotion .sector-video .action {
  margin-top: 30px;
}
.promotion .sector-knowhow {
  padding-bottom: 10px;
  background-color: #FFF9E8;
}
.promotion .sector-knowhow .slide-box {
  margin-top: 30px;
  padding: 30px 0;
  background: #F4F4F4;
}
.promotion .sector-knowhow .slide-box .main-title {
  font-size: 22px;
}
.promotion .sector-knowhow .slide-box .sub-title {
  font-size: 20px;
}
.promotion .sector-knowhow .slide-box .reference-slide {
  margin-top: 30px;
}
.promotion .sector-knowhow .slide-box .reference-slide .slick-slide {
  margin: 0 12px;
}
.promotion .sector-point {
  padding-bottom: 10px;
  background-color: #FFF9E8;
}
.promotion .sector-point .list-box {
  flex-wrap: wrap;
}
.promotion .sector-study {
  padding-bottom: 100px;
  background-color: #FFF9E8;
}
.promotion .sector-table {
  padding: 100px 0;
}
.promotion .sector-table .action {
  display: flex;
  justify-content: flex-end;
  gap: 1px;
}
.promotion .sector-table .action button,
.promotion .sector-table .action a {
  min-width: 313px;
  font-size: 20px;
  border-radius: 0;
  box-shadow: none;
}
.promotion .sector-result {
  padding: 100px 0;
  background: linear-gradient(180deg, #FFD000 0%, #000 40%);
}
.promotion .sector-result .wrap + .wrap {
  margin-top: 120px;
}
.promotion .sector-result .wrap + .wrap .list-box > div {
  padding-right: 0;
  padding-left: 0;
}
.promotion .sector-result .wrap + .wrap .list-box > div .title-1 {
  position: relative;
}
.promotion .sector-result .wrap + .wrap .list-box > div .title-1::before, .promotion .sector-result .wrap + .wrap .list-box > div .title-1::after {
  content: "";
  position: absolute;
  top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #000;
}
.promotion .sector-result .wrap + .wrap .list-box > div .title-1::before {
  left: -10px;
}
.promotion .sector-result .wrap + .wrap .list-box > div .title-1::after {
  right: -10px;
}
.promotion .sector-result .main-title {
  color: #FFF;
}
.promotion .sector-result .list-box > div {
  width: 100%;
  padding: 40px 17px 30px;
  border-radius: 10px;
  background: #FFF;
}
.promotion .sector-result .list-box + .base {
  text-align: left;
}
.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 {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  margin-top: 15px;
  padding-top: 10px;
  color: #FF8E0C;
  border-top: 1px solid #000;
}
.promotion .sector-result .list-box .title-2 + .title-1 span {
  color: #000;
}
.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-result .action a {
  color: #000;
  background: #FFF;
}
.promotion .sector-result .base {
  color: rgba(255, 255, 255, 0.6);
}
.promotion .sector-apply .wrap-full {
  padding-top: 50px;
}
.promotion .sector-apply .wrap-full .title-box .main-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  padding: 20px 40px;
  line-height: 1;
  font-size: 28px;
  font-weight: 900;
  color: #FFFFFF;
  border: 1.0493px solid #FF0000;
  border-radius: 90px;
  background: #FF0000;
  background: linear-gradient(180deg, #FF0000 4.67%, #E80000 6.83%, #D30000 9.43%, #C50000 12.39%, #BD0000 15.96%, #BA0000 21.8%, #BE0000 40.8%, #C90000 58.28%, #DB0000 75.19%, #F60000 91.63%, #FF0000 96.6%);
  box-sizing: border-box;
}
.promotion .sector-apply .wrap-full .title-box .main-title::before {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 26px;
  margin-right: 10px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/G/product/250618/pc/icon_notice.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}
.promotion .sector-apply .wrap-full .title-box .main-title + .sub-title {
  margin-top: 30px;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.72px;
}
.promotion .sector-apply .wrap {
  padding: 60px 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 + li {
  border-left: 1px solid #D4D4D4;
}
.promotion .sector-apply .tab-list li.on {
  color: #FFF;
  border-left-width: #000;
  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-series {
  display: flex;
  padding: 0;
  border-top: 1px solid #000;
  background-color: #fff;
}
.promotion .sector-apply .apply-series .series-col {
  flex: 1;
  padding: 40px 30px;
}
.promotion .sector-apply .apply-series .series-col + .series-col {
  border-left: 1px solid #E4E4E4;
}
.promotion .sector-apply .apply-series .series-col .col-title {
  text-align: left;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.promotion .sector-apply .apply-series .series-col .col-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 25px;
  text-align: left;
}
.promotion .sector-apply .apply-series .apply-select {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.promotion .sector-apply .apply-series .apply-select input[type=radio]:checked + label::after {
  background: #000;
}
.promotion .sector-apply .apply-series .apply-select label {
  position: relative;
  padding-left: 35px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
}
.promotion .sector-apply .apply-series .apply-select label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #000;
  background: #fff;
  transform: translateY(-50%);
}
.promotion .sector-apply .apply-series .apply-select label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
  transform: translateY(-50%);
}
.promotion .sector-apply .apply-series .apply-select label.on {
  font-weight: 700;
}
.promotion .sector-apply .apply-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  background-color: #fff;
}
.promotion .sector-apply .apply-price .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.promotion .sector-apply .apply-price .text-wrap ul {
  text-align: left;
}
.promotion .sector-apply .apply-price .text-wrap ul li {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 400;
}
.promotion .sector-apply .apply-price .text-wrap a {
  position: relative;
  display: inline-block;
}
.promotion .sector-apply .apply-price .text-wrap a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .apply-price .text-wrap a::before {
    width: 8px;
  }
}
.promotion .sector-apply .apply-price .text-wrap a::before {
  height: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .apply-price .text-wrap a::before {
    height: 8px;
  }
}
.promotion .sector-apply .apply-price .text-wrap a::before {
  margin-top: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .apply-price .text-wrap a::before {
    margin-top: -4px;
  }
}
.promotion .sector-apply .apply-price .text-wrap 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-apply .apply-price .text-wrap a::before {
    right: 16px;
  }
}
.promotion .sector-apply .apply-price .text-wrap a::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.promotion .sector-apply .apply-price .text-wrap a {
  padding: 10px 30px 10px 16px;
  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 .before-price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 5px;
}
.promotion .sector-apply .apply-price .price-list .before-price .text {
  font-size: 20px;
  color: #8C8C8C;
  margin-right: 10px;
}
.promotion .sector-apply .apply-price .price-list .before-price .cost {
  font-size: 24px;
  color: #8C8C8C;
  text-decoration: line-through;
}
.promotion .sector-apply .apply-price .price-list .before-price .cost strong {
  font-weight: 400;
}
.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-items: center;
  padding: 4px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: #ff203b;
  margin-right: 15px;
}
.promotion .sector-apply .apply-price .price-list .after-price .cost {
  font-size: 48px;
  font-weight: 700;
  color: #000;
}
.promotion .sector-apply .apply-price .price-list .after-price .cost strong {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 54px;
  font-weight: 900;
}
.promotion .sector-apply .apply-price .price-list .price-notice {
  margin-top: 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.promotion .sector-apply .action {
  margin-top: 50px;
}
.promotion .sector-notice {
  padding-bottom: 100px;
  text-align: left;
  background-color: #F8F8F8;
}
.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: 40px;
}
.promotion .sector-notice .notice-box .notice-title {
  margin-top: 0;
  font-size: 20px;
  text-decoration: none;
}
.promotion .sector-notice .notice-box ul + ul {
  margin-top: 20px;
}
.promotion .sector-notice .notice-list + .notice-title {
  margin-top: 30px;
}
.promotion .sector-notice .notice-list li {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: -0.54px;
  word-break: keep-all;
  word-wrap: break-word;
}
.promotion .sector-notice .notice-list li .highlight {
  font-weight: 400;
  text-decoration: underline;
}
.promotion .sector-notice a.btn-kakao {
  display: inline-block;
  margin-left: 5px;
  padding: 5px;
  line-height: 1;
  font-size: 16px;
  border: 1px solid #000;
}
.promotion .sector-notice a.tel {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}

#edufLayerApply .eduf-layer-wrap {
  width: 660px;
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-mid {
  width: 460px;
}/*# sourceMappingURL=web.css.map */