@charset "UTF-8";
.promotion .fix-right .banner-title {
  display: flex;
  -webkit-align-item: center;
  align-items: center;
  justify-content: center;
}

.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 {
  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 .action .btn-end {
  cursor: not-allowed;
  pointer-events: none;
}

.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, .promotion .sector-apply .apply-price .price-notice li {
  position: relative;
  padding-left: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-list .refer-list li, .promotion .sector-apply .apply-price .price-notice li {
    padding-left: 20px;
  }
}
.promotion .sector-notice .notice-list .refer-list li, .promotion .sector-apply .apply-price .price-notice li {
  text-align: left;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.promotion .sector-notice .notice-list .refer-list li::before, .promotion .sector-apply .apply-price .price-notice 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: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion * {
    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;
}

#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;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-radio input[type=radio] + label {
    font-size: 20px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-radio input[type=radio] + label {
  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 {
    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;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .btn-modify {
    width: 418px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .btn-modify {
  padding: 1.8055555556vw 0;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .btn-modify {
    padding: 13px 0;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .btn-modify {
  color: #000;
  text-align: center;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .btn-modify {
    font-size: 20px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .btn-modify {
  font-weight: 400;
  line-height: 130%;
  border-radius: 0.6944444444vw;
}
@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-content .form-group .btn-modify {
  border: 1px solid #E4E4E4;
  background: #F3F3F3;
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-action button {
  width: 100%;
}

.promotion {
  background: #fff;
}
.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: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 10px;
  background-color: #000;
  opacity: 0.2;
}
.promotion .slick-dots li.slick-active {
  width: 30px;
  opacity: 1;
}
.promotion .fix-right {
  position: fixed;
  top: 167px;
  right: 0;
  z-index: 80;
  width: 260px;
}
.promotion .fix-right .banner-group + .banner-group {
  margin-top: 12px;
}
.promotion .fix-right .banner-title {
  height: 64px;
  font-size: 22px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: -0.22px;
  color: #fff;
  border-radius: 5px 0 0 5px;
  background: linear-gradient(178deg, #525252 14.3%, #000 62.33%);
}
.promotion .fix-right .banner-title span {
  color: #ffda48;
}
.promotion .fix-right .banner-title.point {
  color: #000;
  background: linear-gradient(-11deg, #ffbf00 26.96%, #ffe712 74.26%);
}
.promotion .fix-right .banner-list {
  margin-top: 6px;
}
.promotion .fix-right .banner-list div + div {
  margin-top: 6px;
}
.promotion .fix-right .banner-list a {
  position: relative;
  display: block;
  padding: 22px 32px 22px 20px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.48px;
  color: #222;
  text-align: left;
  text-decoration: none;
  border: 1px solid #cdcdcd;
  border-radius: 5px 0 0 5px;
  background: #fff;
}
.promotion .fix-right .banner-list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  transform: rotate(45deg);
}
.promotion .fix-right .banner-list a:hover {
  background: #f7f7f7;
}
.promotion .fix-right .banner-top {
  margin-top: 12px;
  text-align: right;
}
.promotion .fix-right .banner-top a {
  display: inline-block;
}
.promotion .sector-study, .promotion .sector-point, .promotion .sector-video, .promotion .sector-knowhow {
  padding: 10px 0;
}
.promotion .sector-study .frame, .promotion .sector-point .frame, .promotion .sector-video .frame, .promotion .sector-knowhow .frame {
  position: relative;
  padding: 40px 60px;
  border-radius: 10px;
  border: 1px solid #CFCFCF;
  background: #FFF;
}
.promotion .sector-study .frame > .title-box + div, .promotion .sector-point .frame > .title-box + div, .promotion .sector-video .frame > .title-box + div, .promotion .sector-knowhow .frame > .title-box + div {
  margin-top: 30px;
}
.promotion .sector-study .frame > .title-box .main-title, .promotion .sector-point .frame > .title-box .main-title, .promotion .sector-video .frame > .title-box .main-title, .promotion .sector-knowhow .frame > .title-box .main-title {
  font-size: 26px;
}
.promotion .sector-study .frame > .title-box .sub-title, .promotion .sector-point .frame > .title-box .sub-title, .promotion .sector-video .frame > .title-box .sub-title, .promotion .sector-knowhow .frame > .title-box .sub-title {
  font-size: 20px;
}
.promotion .sector-study .point-box, .promotion .sector-point .point-box, .promotion .sector-video .point-box, .promotion .sector-knowhow .point-box {
  padding: 30px 40px 40px;
  background: #F4F4F4;
}
.promotion .sector-study .point-box + .point-box, .promotion .sector-point .point-box + .point-box, .promotion .sector-video .point-box + .point-box, .promotion .sector-knowhow .point-box + .point-box {
  margin-top: 30px;
}
.promotion .sector-study .point-box > .title-box, .promotion .sector-point .point-box > .title-box, .promotion .sector-video .point-box > .title-box, .promotion .sector-knowhow .point-box > .title-box {
  gap: 12px;
}
.promotion .sector-study .point-box > .title-box + div, .promotion .sector-point .point-box > .title-box + div, .promotion .sector-video .point-box > .title-box + div, .promotion .sector-knowhow .point-box > .title-box + div {
  margin-top: 30px;
}
.promotion .sector-study .point-box > .title-box .main-title, .promotion .sector-point .point-box > .title-box .main-title, .promotion .sector-video .point-box > .title-box .main-title, .promotion .sector-knowhow .point-box > .title-box .main-title {
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.48px;
}
.promotion .sector-study .point-box > .title-box .main-title strong, .promotion .sector-point .point-box > .title-box .main-title strong, .promotion .sector-video .point-box > .title-box .main-title strong, .promotion .sector-knowhow .point-box > .title-box .main-title strong {
  font-size: 22px;
  letter-spacing: -0.66px;
}
.promotion .sector-study .point-box > .title-box .sub-title, .promotion .sector-point .point-box > .title-box .sub-title, .promotion .sector-video .point-box > .title-box .sub-title, .promotion .sector-knowhow .point-box > .title-box .sub-title {
  color: #000;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.72px;
}
.promotion .sector-study .point-frame, .promotion .sector-point .point-frame, .promotion .sector-video .point-frame, .promotion .sector-knowhow .point-frame {
  padding: 30px 40px;
  background: #FFF;
}
.promotion .sector-study .point-frame + .point-frame, .promotion .sector-point .point-frame + .point-frame, .promotion .sector-video .point-frame + .point-frame, .promotion .sector-knowhow .point-frame + .point-frame {
  margin-top: 30px;
}
.promotion .sector-study .point-frame > .title-box, .promotion .sector-point .point-frame > .title-box, .promotion .sector-video .point-frame > .title-box, .promotion .sector-knowhow .point-frame > .title-box {
  gap: 14px;
}
.promotion .sector-study .point-frame > .title-box + div, .promotion .sector-point .point-frame > .title-box + div, .promotion .sector-video .point-frame > .title-box + div, .promotion .sector-knowhow .point-frame > .title-box + div {
  margin-top: 30px;
}
.promotion .sector-study .point-frame > .title-box .main-title, .promotion .sector-point .point-frame > .title-box .main-title, .promotion .sector-video .point-frame > .title-box .main-title, .promotion .sector-knowhow .point-frame > .title-box .main-title {
  color: #000;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.72px;
}
.promotion .sector-study .point-frame > .title-box .sub-title, .promotion .sector-point .point-frame > .title-box .sub-title, .promotion .sector-video .point-frame > .title-box .sub-title, .promotion .sector-knowhow .point-frame > .title-box .sub-title {
  color: #444;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.64px;
}
.promotion [v-cloak] {
  display: none;
}
.promotion .bg-title {
  display: inline-block;
  padding: 12px 29px;
  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 .main-title {
  color: #222;
  font-size: 36px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -2.16px;
}
.promotion .main-title strong {
  font-weight: 700;
}
.promotion .sub-title {
  color: #222;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.44px;
}
.promotion .sub-title strong {
  font-weight: 700;
}
.promotion .text {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.72px;
}
.promotion .text strong {
  font-weight: 700;
}
.promotion .tag {
  display: inline-block;
  padding: 5px 10px;
  color: #111;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.24px;
  border-radius: 4px;
  background: #F0F0F0;
}
.promotion .title-box {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
}
.promotion .title-box + div {
  margin-top: 60px;
}
.promotion .sector-title {
  height: 920px;
  background-color: #000618;
  background-image: url("//img.eduwill.net/eduwill/img/2025/7/product/250919/pc/bg_title_260917.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-title .wrap {
  height: 100%;
  padding-top: 50px;
}
.promotion .sector-title .title-teacher {
  position: absolute;
  bottom: 0;
  left: 519px;
  z-index: 0;
  width: 487px;
}
.promotion .sector-title .title-teacher img {
  width: 100%;
}
.promotion .sector-title .title-head,
.promotion .sector-title .title-refund,
.promotion .sector-title .title-body {
  position: relative;
  z-index: 1;
}
.promotion .sector-title .title-head::before, .promotion .sector-title .title-head::after {
  content: "";
  position: absolute;
  top: 0;
  width: 45px;
  height: 85px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/7/product/250919/pc/icon_laurel.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
.promotion .sector-title .title-head::before {
  left: 50%;
  margin-left: -214px;
}
.promotion .sector-title .title-head::after {
  right: 50%;
  margin-right: -214px;
  transform: scaleX(-1);
}
.promotion .sector-title .title-head .head-1 {
  font-size: 25px;
  font-weight: 800;
  line-height: 1.4;
  color: #fff;
}
.promotion .sector-title .title-head .head-2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
.promotion .sector-title .title-head .head-3 {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.52px;
  color: rgba(255, 255, 255, 0.6);
}
.promotion .sector-title .title-refund {
  margin-top: 29px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.56px;
  color: #fff;
}
.promotion .sector-title .title-refund strong {
  font-weight: 700;
  color: #fdc649;
}
.promotion .sector-title .title-body {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 59px;
}
.promotion .sector-title .title-main {
  margin-top: 16px;
  padding-left: 7px;
  text-align: left;
}
.promotion .sector-title .title-badge {
  position: relative;
  display: inline-block;
  padding: 12px 10px 11px;
  color: #FFC300;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.858px;
  background-color: #000;
}
.promotion .sector-title .title-badge::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  border-left-width: 20px;
  border-left-color: #000;
  border-top-width: 60px;
}
.promotion .sector-title .title-1 {
  color: #FFF;
  paint-order: stroke;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #000;
  filter: drop-shadow(0 4px 0 #000) drop-shadow(4px 0 0 #000) drop-shadow(0 2px 0 #000);
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 125px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -6.225px;
}
.promotion .sector-title .title-2 {
  paint-order: stroke;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  filter: drop-shadow(0 4px 0 #000) drop-shadow(4px 0 0 #000) drop-shadow(0 2px 0 #000);
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 125px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -6.225px;
  background: linear-gradient(358deg, #FFD710 2.06%, #FFF 80.62%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.promotion .sector-title .title-3 {
  paint-order: stroke;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  filter: drop-shadow(0 4px 0 #000) drop-shadow(4px 0 0 #000) drop-shadow(0 2px 0 #000);
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 125px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -6.225px;
  background: linear-gradient(358deg, #FFD710 2.06%, #FFF 80.62%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.promotion .sector-title .title-side {
  padding-right: 40px;
  text-align: right;
}
.promotion .sector-title .title-flag {
  width: 155px;
}
.promotion .sector-title .title-sub {
  margin-top: 222px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10px;
}
.promotion .sector-title .title-sub .sub-text {
  color: #FFF;
  paint-order: stroke;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 155%;
  letter-spacing: -0.44px;
}
.promotion .sector-title .title-sub .sub-tag {
  color: #FDC649;
  padding: 8px 6px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.48px;
  background-color: #000;
}
.promotion .sector-guide {
  padding: 100px 0;
  background: #fff9e8;
}
.promotion .sector-guide .title-box .main-title {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -1.08px;
  color: #000;
}
.promotion .sector-guide .guide-list {
  margin-top: 50px;
}
.promotion .sector-guide .guide-list .list-item + .list-item {
  margin-top: 24px;
}
.promotion .sector-guide .guide-list a {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 120px;
  padding: 0 60px;
  text-decoration: none;
  border: 1px solid #b7b7b7;
  border-radius: 20px;
  background: #fff;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: background-color;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: ease-out;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.promotion .sector-guide .guide-list a:hover {
  background: #fffdf5;
}
.promotion .sector-guide .guide-list .list-text {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
}
.promotion .sector-guide .guide-list .list-label {
  display: inline-block;
  padding: 2px 24px;
  color: #8F8F8F;
  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;
  border: 1px solid #454545;
  border-radius: 50px;
}
.promotion .sector-guide .guide-list .list-label em {
  font-weight: 700;
  color: #454545;
}
.promotion .sector-guide .guide-list .list-title {
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1.02px;
  color: #000;
}
.promotion .sector-guide .guide-list .list-arrow {
  position: relative;
  display: block;
  width: 58px;
  height: 58px;
  margin-left: auto;
  border-radius: 50%;
  background: #000;
}
.promotion .sector-guide .guide-list .list-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -7px 0 0 -8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
.promotion .sector-possible {
  padding: 100px 0;
  background: #fff;
}
.promotion .sector-possible .list-box {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 40px;
}
.promotion .sector-possible .list-box .box {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 373px;
  padding: 24px 20px 40px;
  border-radius: 10px;
  background: #fafafa;
}
.promotion .sector-possible .list-box .box .box-num {
  order: 1;
}
.promotion .sector-possible .list-box .box .box-icon {
  order: 2;
}
.promotion .sector-possible .list-box .box .box-text {
  order: 3;
  margin-top: 24px;
}
.promotion .sector-possible .list-box .box-num {
  display: inline-block;
  padding: 8px 19px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.14px;
  border-radius: 6px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.promotion .sector-possible .list-box .box-text {
  margin-top: 10px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.8px;
}
.promotion .sector-possible .list-box .box-icon {
  margin-top: 10px;
}
.promotion .sector-possible .plus-lecture {
  position: relative;
  margin-top: 54px;
  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;
  border-radius: 50%;
  border: 1px solid #000;
  background: #FFF;
}
.promotion .sector-possible .plus-lecture::after {
  content: "+";
  position: absolute;
  top: -20px;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -19px;
  font-size: 30px;
  font-weight: 900;
  line-height: 40px;
  color: #000;
}
.promotion .sector-possible .plus-lecture .plus-title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.48px;
}
.promotion .sector-possible .plus-lecture .plus-box {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 20px;
  padding: 15px 40px;
  border-radius: 6px;
  background: #000;
}
.promotion .sector-possible .plus-lecture .plus-box .plus-date {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.48px;
}
.promotion .sector-possible .plus-lecture .plus-box .plus-action .btn-apply, .promotion .sector-possible .plus-lecture .plus-box .plus-action .sector-apply .action .btn-end, .promotion .sector-apply .action .sector-possible .plus-lecture .plus-box .plus-action .btn-end {
  position: relative;
  display: inline-block;
}
.promotion .sector-possible .plus-lecture .plus-box .plus-action .btn-apply::before, .promotion .sector-possible .plus-lecture .plus-box .plus-action .sector-apply .action .btn-end::before, .promotion .sector-apply .action .sector-possible .plus-lecture .plus-box .plus-action .btn-end::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.5277777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-possible .plus-lecture .plus-box .plus-action .btn-apply::before, .promotion .sector-possible .plus-lecture .plus-box .plus-action .sector-apply .action .btn-end::before, .promotion .sector-apply .action .sector-possible .plus-lecture .plus-box .plus-action .btn-end::before {
    width: 11px;
  }
}
.promotion .sector-possible .plus-lecture .plus-box .plus-action .btn-apply::before, .promotion .sector-possible .plus-lecture .plus-box .plus-action .sector-apply .action .btn-end::before, .promotion .sector-apply .action .sector-possible .plus-lecture .plus-box .plus-action .btn-end::before {
  height: 1.5277777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-possible .plus-lecture .plus-box .plus-action .btn-apply::before, .promotion .sector-possible .plus-lecture .plus-box .plus-action .sector-apply .action .btn-end::before, .promotion .sector-apply .action .sector-possible .plus-lecture .plus-box .plus-action .btn-end::before {
    height: 11px;
  }
}
.promotion .sector-possible .plus-lecture .plus-box .plus-action .btn-apply::before, .promotion .sector-possible .plus-lecture .plus-box .plus-action .sector-apply .action .btn-end::before, .promotion .sector-apply .action .sector-possible .plus-lecture .plus-box .plus-action .btn-end::before {
  margin-top: -0.7638888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-possible .plus-lecture .plus-box .plus-action .btn-apply::before, .promotion .sector-possible .plus-lecture .plus-box .plus-action .sector-apply .action .btn-end::before, .promotion .sector-apply .action .sector-possible .plus-lecture .plus-box .plus-action .btn-end::before {
    margin-top: -5.5px;
  }
}
.promotion .sector-possible .plus-lecture .plus-box .plus-action .btn-apply::before, .promotion .sector-possible .plus-lecture .plus-box .plus-action .sector-apply .action .btn-end::before, .promotion .sector-apply .action .sector-possible .plus-lecture .plus-box .plus-action .btn-end::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 .plus-box .plus-action .btn-apply::before, .promotion .sector-possible .plus-lecture .plus-box .plus-action .sector-apply .action .btn-end::before, .promotion .sector-apply .action .sector-possible .plus-lecture .plus-box .plus-action .btn-end::before {
    right: 22px;
  }
}
.promotion .sector-possible .plus-lecture .plus-box .plus-action .btn-apply::before, .promotion .sector-possible .plus-lecture .plus-box .plus-action .sector-apply .action .btn-end::before, .promotion .sector-apply .action .sector-possible .plus-lecture .plus-box .plus-action .btn-end::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.promotion .sector-possible .plus-lecture .plus-box .plus-action .btn-apply, .promotion .sector-possible .plus-lecture .plus-box .plus-action .sector-apply .action .btn-end, .promotion .sector-apply .action .sector-possible .plus-lecture .plus-box .plus-action .btn-end {
  padding: 14px 44px 14px 30px;
  color: #000;
  font-size: 22px;
  font-weight: 900;
  border-radius: 30px;
  background: #ffc800;
}
.promotion .sector-possible .base {
  margin-top: 16px;
  font-size: 13px;
  font-weight: 400;
  color: #999;
}
.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: #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 {
  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;
  background: linear-gradient(180deg, #FFD453 -27.78%, #FFBF00 94.44%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .sector-teacher {
  padding: 100px 0;
  background: #fff;
}
.promotion .sector-teacher .wrap {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.promotion .sector-teacher .teacher-text {
  position: relative;
  z-index: 1;
  width: 560px;
  padding-top: 40px;
  text-align: left;
}
.promotion .sector-teacher .teacher-name {
  color: #000;
  font-size: 42px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.26px;
}
.promotion .sector-teacher .teacher-name strong {
  margin-left: 10px;
  font-weight: 800;
  color: #ffaa00;
}
.promotion .sector-teacher .teacher-record {
  margin-top: 34px;
  color: #212121;
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.84px;
}
.promotion .sector-teacher .teacher-record strong {
  color: #ffaa00;
  font-weight: 700;
}
.promotion .sector-teacher .teacher-career {
  margin-top: 20px;
}
.promotion .sector-teacher .teacher-career li {
  color: #444;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.6px;
}
.promotion .sector-teacher .teacher-video {
  margin-top: 40px;
}
.promotion .sector-teacher .teacher-video a {
  display: inline-block;
}
.promotion .sector-teacher .teacher-base {
  margin-top: 40px;
  color: #999;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.72px;
}
.promotion .sector-knowhow {
  padding-top: 100px;
  background: #FFF9E8;
}
.promotion .sector-knowhow .table-box {
  border-top: 1px solid #222;
}
.promotion .sector-knowhow .table-head,
.promotion .sector-knowhow .table-row {
  display: flex;
  align-items: stretch;
}
.promotion .sector-knowhow .table-head {
  background: #222;
}
.promotion .sector-knowhow .table-head .col-step,
.promotion .sector-knowhow .table-head .col-name,
.promotion .sector-knowhow .table-head .col-desc {
  padding: 20px 0;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.32px;
}
.promotion .sector-knowhow .table-row {
  border-bottom: 1px solid #e6e6e6;
}
.promotion .sector-knowhow .col-step {
  flex: 0 0 172px;
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
}
.promotion .sector-knowhow .col-name {
  flex: 0 0 212px;
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  border-left: 1px solid #e4e4e4;
}
.promotion .sector-knowhow .col-desc {
  flex: 1 1 auto;
  padding: 20px;
  text-align: left;
  border-left: 1px solid #e4e4e4;
}
.promotion .sector-knowhow .col-desc .main-title {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.32px;
}
.promotion .sector-knowhow .col-desc .tag {
  margin-top: 6px;
}
.promotion .sector-knowhow .col-desc .text {
  margin-top: 6px;
  color: #111;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.28px;
}
.promotion .sector-video {
  background: #FFF9E8;
}
.promotion .sector-video .standard-box {
  padding: 30px 30px 40px;
  background: #f4f4f4;
}
.promotion .sector-video .standard-box > .title-box .main-title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.8px;
}
.promotion .sector-video .standard-box .standard-list {
  margin-top: 20px;
}
.promotion .sector-video .standard-box .standard-item {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 20px 100px;
  background: #fff;
  border: 1px solid #e6e6e6;
}
.promotion .sector-video .standard-box .standard-item + .standard-item {
  border-top: 0;
}
.promotion .sector-video .standard-box .standard-item .item-title {
  flex: 0 0 180px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.72px;
}
.promotion .sector-video .standard-box .standard-item .item-arrow {
  flex: 0 0 60px;
  position: relative;
  height: 20px;
}
.promotion .sector-video .standard-box .standard-item .item-arrow::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 8px;
  width: 22px;
  height: 8px;
  background: #ffc800;
}
.promotion .sector-video .standard-box .standard-item .item-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 26px;
  border: 10px solid transparent;
  border-left: 12px solid #ffc800;
}
.promotion .sector-video .standard-box .standard-item .item-text {
  flex: 1 1 auto;
  text-align: left;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.72px;
}
.promotion .sector-video .standard-box .standard-item .item-text strong {
  font-weight: 700;
  color: #111;
}
.promotion .sector-video .list-box {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 12px;
}
.promotion .sector-video .list-box button {
  position: relative;
  width: calc(50% - 6px);
}
.promotion .sector-video .list-box button img {
  width: 100%;
}
.promotion .sector-video .list-box .text-box {
  position: absolute;
  top: 30px;
  left: 40px;
  text-align: left;
}
.promotion .sector-video .list-box .text-box .key-point {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 157.283%;
  letter-spacing: -0.716px;
}
.promotion .sector-video .list-box .text-box .title {
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.2px;
}
.promotion .sector-video .list-box .text-box .title span {
  color: #FA0;
}
.promotion .sector-video .list-box .text-box .desc {
  margin-top: 10px;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.72px;
}
.promotion .sector-point {
  background: #FFF9E8;
}
.promotion .sector-point .point-box + .point-box {
  margin-top: 16px;
}
.promotion .sector-point .point-frame > .text {
  margin-top: 30px;
  font-size: 16px;
  letter-spacing: -0.64px;
}
.promotion .sector-point .step-list {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 30px;
}
.promotion .sector-point .step-list .step-item {
  position: relative;
  flex: 1 0 0;
  min-width: 0;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.promotion .sector-point .step-list .step-item:first-child {
  border-left: 1px solid #e6e6e6;
}
.promotion .sector-point .step-list .step-item + .step-item::before {
  content: "";
  position: absolute;
  top: 15px;
  left: -18px;
  z-index: 1;
  width: 35px;
  height: 35px;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  background: #fff;
}
.promotion .sector-point .step-list .step-item + .step-item::after {
  content: "";
  position: absolute;
  top: 30px;
  left: -6px;
  z-index: 2;
  width: 8px;
  height: 8px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  transform: rotate(45deg);
}
.promotion .sector-point .step-list .step-head {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 76px;
  padding: 16px 10px;
  background: #1d1d1d;
}
.promotion .sector-point .step-list .step-head .num {
  display: block;
  color: #FABE01;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.42px;
}
.promotion .sector-point .step-list .step-head .name {
  display: block;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.54px;
}
.promotion .sector-point .step-list .step-body {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 110px;
  padding: 20px;
  color: #444;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
  background: #fff;
}
.promotion .sector-point .system-wrap {
  position: relative;
  display: -ms-flex;
  display: flex;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 30px;
}
.promotion .sector-point .system-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 185px;
  margin: -17px 5px 0 0;
  border: 17px solid transparent;
  border-left: 20px solid #ffaa00;
}
.promotion .sector-point .system-wrap .step-list {
  flex: 1 0 0;
  margin-top: 0;
}
.promotion .sector-point .system-wrap .system-result {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  flex-direction: column;
  flex-wrap: nowrap;
  flex: 0 0 196px;
  margin-left: 46px;
  padding: 16px 10px;
  background: linear-gradient(180deg, #ffcc00 0%, #ffaa00 98%);
}
.promotion .sector-point .system-wrap .system-result .result-sub {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.42px;
  color: #000;
}
.promotion .sector-point .system-wrap .system-result .result-main {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -1.08px;
  color: #000;
}
.promotion .sector-point .photo-list {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 30px 0;
}
.promotion .sector-point .photo-list .text {
  margin-top: 14px;
  color: #212121;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.64px;
}
.promotion .sector-study {
  padding-bottom: 100px;
  background: #FFF9E8;
}
.promotion .sector-study .tab-box {
  margin-top: 24px;
}
.promotion .sector-study .tab-box .tab-list {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
.promotion .sector-study .tab-box .tab-list li {
  flex: 1 0 0;
  display: block;
  padding: 20px 0;
  color: #7F7F7F;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.4px;
  background: #e9e9e9;
  cursor: pointer;
}
.promotion .sector-study .tab-box .tab-list li.on {
  color: #fff;
  background: #222;
}
.promotion .sector-study .tab-box .tab-view {
  display: none;
  padding: 40px 30px;
  background: #fff;
}
.promotion .sector-study .tab-box .tab-view.on {
  display: block;
}
.promotion .sector-study .tab-box .tab-view .text {
  font-weight: 400;
}
.promotion .sector-study .tab-box .tab-view .view-img {
  margin-top: 30px;
}
.promotion .sector-study .point-action {
  margin-top: 30px;
}
.promotion .sector-study .point-action a {
  position: relative;
  display: inline-block;
}
.promotion .sector-study .point-action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.5277777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-study .point-action a::before {
    width: 11px;
  }
}
.promotion .sector-study .point-action a::before {
  height: 1.5277777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-study .point-action a::before {
    height: 11px;
  }
}
.promotion .sector-study .point-action a::before {
  margin-top: -0.7638888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-study .point-action a::before {
    margin-top: -5.5px;
  }
}
.promotion .sector-study .point-action a::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-study .point-action a::before {
    right: 22px;
  }
}
.promotion .sector-study .point-action a::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.promotion .sector-study .point-action a {
  min-width: 600px;
  padding: 28px 0;
  color: #000;
  font-size: 22px;
  font-weight: 900;
  line-height: 100%;
  border-radius: 78px;
  background: #FFC300;
}
.promotion .sector-study .point-frame {
  margin-top: 24px;
  padding: 30px;
}
.promotion .sector-study .point-frame .frame-list {
  margin-top: 10px;
  padding: 24px 170px;
  text-align: left;
  background: #F5F5F5;
}
.promotion .sector-study .point-frame .frame-list li {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.72px;
}
.promotion .sector-study .point-frame .frame-list + .text {
  margin-top: 10px;
}
.promotion .sector-study .slide-box {
  margin: 0 -30px;
}
.promotion .sector-study .slide-box > .title-box {
  gap: 10px;
  margin: 40px 40px 0;
  padding-top: 40px;
  border-top: 1px solid #e4e4e4;
}
.promotion .sector-study .slide-box > .title-box .main-title {
  color: #212121;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.66px;
}
.promotion .sector-study .slide-box > .title-box .sub-title {
  color: #212121;
  font-size: 20px;
  letter-spacing: -0.6px;
}
.promotion .sector-study .slide-box .reference-slide {
  margin-top: 30px;
}
.promotion .sector-study .slide-box .reference-slide .slick-slide {
  margin: 0 10px;
}
.promotion .sector-study .slide-box .reference-slide .slick-slide img {
  width: 240px;
}
.promotion .sector-result {
  padding: 100px 0;
  background: linear-gradient(180deg, #FC0 0%, #FA0 98.03%);
}
.promotion .sector-result .list-box {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 22px;
}
.promotion .sector-result .list-box div {
  width: 373px;
  padding: 30px 26px;
  border-radius: 12px;
  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-2 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.66px;
}
.promotion .sector-result .list-box .text {
  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 {
  display: block;
  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-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 .apply-box {
  width: 1100px;
  margin: 0 auto;
  border: 1px solid #222;
}
.promotion .sector-apply .apply-type {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 20px 0;
  border-bottom: 1px solid #222;
}
.promotion .sector-apply .apply-type .apply-select + .apply-select {
  margin-left: 60px;
}
.promotion .sector-apply .apply-type label {
  color: #000;
  font-size: 22px;
  font-weight: 700;
}
.promotion .sector-apply .apply-series {
  padding: 26px 0 26px 60px;
  text-align: left;
  border-bottom: 1px solid #222;
}
.promotion .sector-apply .apply-series .apply-select + .apply-select {
  margin-top: 14px;
}
.promotion .sector-apply .apply-series label {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
.promotion .sector-apply .apply-select input[type=radio] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.promotion .sector-apply .apply-select label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  line-height: 20px;
  cursor: pointer;
}
.promotion .sector-apply .apply-select label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #a5a5a5;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
}
.promotion .sector-apply .apply-select input[type=radio]:checked + label::before {
  border-color: #222;
}
.promotion .sector-apply .apply-select input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #222;
}
.promotion .sector-apply .apply-price {
  padding: 26px 40px 30px;
  text-align: right;
}
.promotion .sector-apply .apply-price .before-price {
  color: #8C8C8C;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -0.75px;
  text-decoration-line: line-through;
}
.promotion .sector-apply .apply-price .before-price span {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.promotion .sector-apply .apply-price .after-price {
  margin-top: 6px;
  color: #000;
  font-size: 69px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -2.083px;
}
.promotion .sector-apply .apply-price .after-price strong {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 900;
}
.promotion .sector-apply .apply-price .after-price .flag {
  display: inline-block;
  margin-right: 14px;
  padding: 7px 10px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.6px;
  line-height: 1;
  background: #ff2d55;
}
.promotion .sector-apply .apply-price .price-notice {
  margin-top: 10px;
}
.promotion .sector-apply .apply-price .price-notice li {
  color: rgba(0, 0, 0, 0.6);
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.promotion .sector-apply .apply-price .price-notice li::before {
  position: static;
  display: inline;
}
.promotion .sector-apply .action {
  margin-top: 30px;
}
.promotion .sector-apply .action .btn-apply, .promotion .sector-apply .action .btn-end {
  position: relative;
  display: inline-block;
}
.promotion .sector-apply .action .btn-apply::before, .promotion .sector-apply .action .btn-end::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .action .btn-apply::before, .promotion .sector-apply .action .btn-end::before {
    width: 12px;
  }
}
.promotion .sector-apply .action .btn-apply::before, .promotion .sector-apply .action .btn-end::before {
  height: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .action .btn-apply::before, .promotion .sector-apply .action .btn-end::before {
    height: 12px;
  }
}
.promotion .sector-apply .action .btn-apply::before, .promotion .sector-apply .action .btn-end::before {
  margin-top: -0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .action .btn-apply::before, .promotion .sector-apply .action .btn-end::before {
    margin-top: -6px;
  }
}
.promotion .sector-apply .action .btn-apply::before, .promotion .sector-apply .action .btn-end::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .action .btn-apply::before, .promotion .sector-apply .action .btn-end::before {
    right: 24px;
  }
}
.promotion .sector-apply .action .btn-apply::before, .promotion .sector-apply .action .btn-end::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.promotion .sector-apply .action .btn-apply, .promotion .sector-apply .action .btn-end {
  width: 750px;
  padding: 26px 0;
  color: #FFF;
  font-size: 24px;
  font-weight: 800;
  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-apply .action .btn-end {
  background: #999;
}
.promotion .sector-apply .action .btn-end::before {
  display: none;
}
.promotion .sector-band3 {
  padding: 56px 0;
  background: #222;
}
.promotion .sector-band3 .main-title {
  color: #FFF;
  font-size: 43px;
  font-weight: 500;
  letter-spacing: -1.29px;
}
.promotion .sector-band3 .main-title strong {
  color: #FFBF00;
  font-size: 43px;
  font-weight: 900;
  letter-spacing: -1.29px;
}
.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;
  line-height: normal;
  word-break: keep-all;
  overflow-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;
}/*# sourceMappingURL=web.css.map */