@charset "UTF-8";
.popup-apply .popup-content .holder .form-input .col, .promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full, .grid {
  *zoom: 1;
}
.popup-apply .popup-content .holder .form-input .col::before, .promotion .wrap::before,
.promotion .wrap-full::before,
.product-eco .wrap::before,
.product-eco .wrap-full::before,
.fullservice .wrap::before,
.fullservice .wrap-full::before, .grid::before, .popup-apply .popup-content .holder .form-input .col::after, .promotion .wrap::after,
.promotion .wrap-full::after,
.product-eco .wrap::after,
.product-eco .wrap-full::after,
.fullservice .wrap::after,
.fullservice .wrap-full::after, .grid::after {
  content: "";
  display: table;
}
.popup-apply .popup-content .holder .form-input .col::after, .promotion .wrap::after,
.promotion .wrap-full::after,
.product-eco .wrap::after,
.product-eco .wrap-full::after,
.fullservice .wrap::after,
.fullservice .wrap-full::after, .grid::after {
  clear: both;
}

.hidden,
.sr_only,
.sr-only {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

.grid {
  position: relative;
  box-sizing: border-box;
}
.grid .col {
  position: relative;
  float: left;
  box-sizing: border-box;
}

.table {
  display: table;
}
.table .table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.promotion .sector-plus .action button.btn-end {
  cursor: not-allowed;
  pointer-events: none;
}

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

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

.popup-dim {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup-apply {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  z-index: 300;
  display: none;
  width: 100%;
  max-width: 720px;
  background-color: #fff;
  box-sizing: border-box;
  transform: translateX(-50%);
}
.popup-apply * {
  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) {
  .popup-apply * {
    letter-spacing: -1px;
  }
}
.popup-apply .icon-pointer {
  position: relative;
  display: inline-block;
}
.popup-apply .icon-pointer::after {
  content: "";
  position: absolute;
  top: 60%;
  right: 0;
  z-index: 1;
  display: block;
  width: 13.0555555556vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .icon-pointer::after {
    width: 94px;
  }
}
.popup-apply .icon-pointer::after {
  height: 12.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .icon-pointer::after {
    height: 92px;
  }
}
.popup-apply .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);
  }
}
.popup-apply .icon-pointer::after {
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
.popup-apply .popup-close a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-close a {
    width: 50px;
  }
}
.popup-apply .popup-close a {
  height: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-close a {
    height: 50px;
  }
}
.popup-apply .popup-close a::before, .popup-apply .popup-close a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 1px;
  margin-left: -12.5px;
  background-color: #fff;
}
.popup-apply .popup-close a::before {
  transform: rotate(45deg);
}
.popup-apply .popup-close a::after {
  transform: rotate(315deg);
}
.popup-apply .popup-close a span {
  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;
}
.popup-apply .popup-close a {
  z-index: 300;
}
.popup-apply .popup-title {
  padding: 4.1666666667vw 0;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title {
    padding: 30px 0;
  }
}
.popup-apply .popup-title {
  text-align: center;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title {
    font-size: 20px;
  }
}
.popup-apply .popup-title {
  font-weight: 300;
  color: #fff;
  background-color: #393939;
}
.popup-apply .popup-title + .popup-content {
  padding-top: 0;
}
.popup-apply .popup-title strong {
  display: block;
  line-height: 1;
  font-weight: 900;
  font-size: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title strong {
    font-size: 40px;
  }
}
.popup-apply .popup-content {
  padding: 8.3333333333vw 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content {
    padding: 60px 30px;
  }
}
.popup-apply .popup-content {
  text-align: left;
}
@media screen and (min-width: 1100px) {
  .popup-apply .popup-content {
    padding: 45px;
  }
}
.popup-apply .popup-content .text-box {
  text-align: center;
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .text-box {
    margin-top: 40px;
  }
}
.popup-apply .popup-content .text-box {
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .text-box {
    font-size: 18px;
  }
}
.popup-apply .popup-content .text-box + .holder {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .text-box + .holder {
    margin-top: 20px;
  }
}
.popup-apply .popup-content .text-box a {
  display: inline-block;
  margin-left: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .text-box a {
    margin-left: 10px;
  }
}
.popup-apply .popup-content .text-box a {
  padding: 0.2777777778vw 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .text-box a {
    padding: 2px 5px;
  }
}
.popup-apply .popup-content .text-box a {
  font-weight: 500;
  background-color: #ffd500;
}
.popup-apply .popup-content .holder {
  position: relative;
  z-index: 1;
  margin: 5.5555555556vw auto 0;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder {
    margin: 40px auto 0;
  }
}
.popup-apply .popup-content .holder {
  box-sizing: border-box;
}
.popup-apply .popup-content .holder .form-input .col {
  position: relative;
  float: none;
  width: 100%;
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col {
    margin-top: 10px;
  }
}
.popup-apply .popup-content .holder .form-input .col {
  font-size: 0;
  text-align: left;
}
.popup-apply .popup-content .holder .form-input .col:first-child {
  margin-top: 0;
}
.popup-apply .popup-content .holder .form-input .col label,
.popup-apply .popup-content .holder .form-input .col .label-title {
  display: inline-block;
  width: 20%;
  line-height: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col label,
  .popup-apply .popup-content .holder .form-input .col .label-title {
    line-height: 50px;
  }
}
.popup-apply .popup-content .holder .form-input .col label,
.popup-apply .popup-content .holder .form-input .col .label-title {
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col label,
  .popup-apply .popup-content .holder .form-input .col .label-title {
    font-size: 18px;
  }
}
.popup-apply .popup-content .holder .form-input .col label,
.popup-apply .popup-content .holder .form-input .col .label-title {
  color: #343434;
}
.popup-apply .popup-content .holder .form-input .col .text {
  width: 60%;
  padding: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col .text {
    padding: 10px;
  }
}
.popup-apply .popup-content .holder .form-input .col .text {
  font-size: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col .text {
    font-size: 16px;
  }
}
.popup-apply .popup-content .holder .form-input .col .text {
  font-weight: 400;
  color: #000;
  background: #fff;
  border-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col .text {
    border-width: 1px;
  }
}
.popup-apply .popup-content .holder .form-input .col .text {
  border-style: solid;
  border-color: #a2a2a2;
  height: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col .text {
    height: 50px;
  }
}
.popup-apply .popup-content .holder .form-input .col .text {
  vertical-align: top;
  box-sizing: border-box;
}
.popup-apply .popup-content .holder .form-input .col select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  padding: 0 5px !important;
}
.popup-apply .popup-content .holder .form-input .col .timer {
  position: absolute;
  top: 2.5vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col .timer {
    top: 18px;
  }
}
.popup-apply .popup-content .holder .form-input .col .timer {
  right: 23%;
  z-index: 1;
  font-size: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col .timer {
    font-size: 16px;
  }
}
.popup-apply .popup-content .holder .form-input .col .timer {
  color: #f05273;
}
.popup-apply .popup-content .holder .form-input .col .full-input {
  margin-top: 2.3611111111vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col .full-input {
    margin-top: 17px;
  }
}
.popup-apply .popup-content .holder .form-input .col .full-input {
  padding-left: 18.6111111111vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col .full-input {
    padding-left: 134px;
  }
}
.popup-apply .popup-content .holder .form-input .col .full-input .text {
  width: 100%;
}
.popup-apply .popup-content .holder .form-input .col .btn-form {
  display: inline-block;
  width: 19%;
  height: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col .btn-form {
    height: 50px;
  }
}
.popup-apply .popup-content .holder .form-input .col .btn-form {
  margin-left: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col .btn-form {
    margin-left: 6px;
  }
}
.popup-apply .popup-content .holder .form-input .col .btn-form {
  text-align: center;
  line-height: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col .btn-form {
    line-height: 50px;
  }
}
.popup-apply .popup-content .holder .form-input .col .btn-form {
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col .btn-form {
    font-size: 18px;
  }
}
.popup-apply .popup-content .holder .form-input .col .btn-form {
  font-weight: 500;
  color: #222;
  border-radius: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col .btn-form {
    border-radius: 5px;
  }
}
.popup-apply .popup-content .holder .form-input .col .btn-form {
  background: #feca09;
  vertical-align: top;
}
.popup-apply .popup-content .holder .form-input .col .form-radio label {
  width: auto;
  margin-right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col .form-radio label {
    margin-right: 20px;
  }
}
.popup-apply .popup-content .holder .form-input .col .form-radio input {
  margin-top: 0;
}
.popup-apply .popup-content .holder .form-input .col.full .text,
.popup-apply .popup-content .holder .form-input .col.full .form-radio {
  display: inline-block;
  width: 80%;
}
.popup-apply .popup-content .holder .form-input .col.full .text:only-child,
.popup-apply .popup-content .holder .form-input .col.full .form-radio:only-child {
  float: right;
}
.popup-apply .popup-content .holder .form-input .col.other {
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.other {
    margin-top: 30px;
  }
}
.popup-apply .popup-content .holder .form-input .col.other {
  text-align: left;
}
.popup-apply .popup-content .holder .form-input .col.other .other-2 {
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.other .other-2 {
    margin-top: 10px;
  }
}
.popup-apply .popup-content .holder .form-input .col.other .other-2:first-child {
  margin-top: 0;
}
.popup-apply .popup-content .holder .form-input .col.other .other-2 label {
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.other .other-2 label {
    font-size: 20px;
  }
}
.popup-apply .popup-content .holder .form-input .col.other .label-title {
  margin-bottom: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.other .label-title {
    margin-bottom: 20px;
  }
}
.popup-apply .popup-content .holder .form-input .col.other .label-title {
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.other .label-title {
    font-size: 26px;
  }
}
.popup-apply .popup-content .holder .form-input .col.other .label-title {
  color: #343434;
  font-weight: 700;
  line-height: 1.5;
}
.popup-apply .popup-content .holder .form-input .col.other .label-title .highlight {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.popup-apply .popup-content .holder .form-input .col.other .label-title .highlight:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.other .label-title .highlight:before {
    height: 10px;
  }
}
.popup-apply .popup-content .holder .form-input .col.other .label-title .highlight:before {
  background: #f9ea85;
  z-index: -1;
}
.popup-apply .popup-content .holder .form-input .col.other label {
  display: block;
  width: 100%;
}
.popup-apply .popup-content .holder .form-input .col.other .full-input {
  margin-top: 0;
  padding-left: 0;
}
.popup-apply .popup-content .holder .form-input .col.other .full-input .text {
  width: 100%;
}
.popup-apply .popup-content .holder .form-input .col.other .full-input select {
  min-width: 43.0555555556vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.other .full-input select {
    min-width: 310px;
  }
}
.popup-apply .popup-content .holder .form-input .col.other .full-input select {
  padding: 0.6944444444vw 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.other .full-input select {
    padding: 5px 10px;
  }
}
.popup-apply .popup-content .holder .form-input .col.other .full-input select {
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.other .full-input select {
    font-size: 20px;
  }
}
.popup-apply .popup-content .holder .form-input .col.other .full-input select {
  font-weight: 400;
  color: #000;
  border-radius: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.other .full-input select {
    border-radius: 5px;
  }
}
.popup-apply .popup-content .holder .form-input .col.other .full-input select {
  background: #fff;
  border-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.other .full-input select {
    border-width: 1px;
  }
}
.popup-apply .popup-content .holder .form-input .col.other .full-input select {
  border-style: solid;
  border-color: #000;
  height: 6.25vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.other .full-input select {
    height: 45px;
  }
}
.popup-apply .popup-content .holder .form-input .col.other .full-input select {
  vertical-align: top;
  box-sizing: border-box;
}
.popup-apply .popup-content .holder .form-input .col.other .text {
  height: 22.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.other .text {
    height: 164px;
  }
}
.popup-apply .popup-content .holder .form-input .col.other .text {
  resize: none;
}
.popup-apply .popup-content .holder .all-check {
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .all-check {
    margin-top: 40px;
  }
}
.popup-apply .popup-content .holder .all-check {
  text-align: left;
}
.popup-apply .popup-content .holder .all-check label {
  display: inline-block;
  margin-left: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .all-check label {
    margin-left: 5px;
  }
}
.popup-apply .popup-content .holder .all-check label {
  font-size: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .all-check label {
    font-size: 16px;
  }
}
.popup-apply .popup-content .holder .all-check label {
  font-weight: 500;
  line-height: 1;
  vertical-align: -0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .all-check label {
    vertical-align: -2px;
  }
}
.popup-apply .popup-content .holder .all-check input {
  width: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .all-check input {
    width: 20px;
  }
}
.popup-apply .popup-content .holder .all-check input {
  height: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .all-check input {
    height: 20px;
  }
}
.popup-apply .popup-content .holder .all-check input {
  vertical-align: middle;
}
.popup-apply .popup-content .holder .agree-box {
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .agree-box {
    margin-top: 40px;
  }
}
.popup-apply .popup-content .holder .agree-box {
  font-size: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .agree-box {
    font-size: 16px;
  }
}
.popup-apply .popup-content .holder .agree-box {
  color: #666;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  background: #fff;
  box-sizing: border-box;
}
.popup-apply .popup-content .holder .agree-box em {
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .agree-box em {
    font-size: 20px;
  }
}
.popup-apply .popup-content .holder .agree-box .title {
  margin-bottom: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .agree-box .title {
    margin-bottom: 20px;
  }
}
.popup-apply .popup-content .holder .agree-box .title {
  font-weight: 500;
  color: #000;
}
.popup-apply .popup-content .holder .agree-box .highlight {
  color: #ff0000;
}
.popup-apply .popup-content .holder .agree-box .box {
  margin-bottom: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .agree-box .box {
    margin-bottom: 20px;
  }
}
.popup-apply .popup-content .holder .agree-box .box + .title {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .agree-box .box + .title {
    margin-top: 20px;
  }
}
.popup-apply .popup-content .holder .agree-box .box .desc {
  height: 20.8333333333vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .agree-box .box .desc {
    height: 150px;
  }
}
.popup-apply .popup-content .holder .agree-box .box .desc {
  padding: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .agree-box .box .desc {
    padding: 20px;
  }
}
.popup-apply .popup-content .holder .agree-box .box .desc {
  overflow-y: scroll;
  background-color: #eee;
  box-sizing: border-box;
}
.popup-apply .popup-content .holder .agree-box .box p.bold {
  font-weight: 700;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .agree-box .box p.bold {
    font-size: 20px;
  }
}
.popup-apply .popup-content .holder .agree-box .box p.bold {
  margin-bottom: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .agree-box .box p.bold {
    margin-bottom: 5px;
  }
}
.popup-apply .popup-content .holder .agree-box .box .info-list {
  margin: 1.3888888889vw 0;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .agree-box .box .info-list {
    margin: 10px 0;
  }
}
.popup-apply .popup-content .holder .agree-box .check-list {
  margin-top: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .agree-box .check-list {
    margin-top: 15px;
  }
}
.popup-apply .popup-content .holder .agree-box .check-list #allAgree {
  margin-bottom: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .agree-box .check-list #allAgree {
    margin-bottom: 10px;
  }
}
.popup-apply .popup-content .holder .agree-box .check-list #allAgree {
  width: 2.5vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .agree-box .check-list #allAgree {
    width: 18px;
  }
}
.popup-apply .popup-content .holder .agree-box .check-list #allAgree {
  height: 2.5vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .agree-box .check-list #allAgree {
    height: 18px;
  }
}
.popup-apply .popup-content .holder .agree-box .check-list #allAgree {
  margin-top: 0;
}
.popup-apply .popup-content .holder .agree-box .check-list #allAgree + label {
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .agree-box .check-list #allAgree + label {
    font-size: 18px;
  }
}
.popup-apply .popup-content .holder .agree-box .check-list #allAgree + label {
  color: #222;
  line-height: 1;
  vertical-align: top;
  font-weight: 500;
}
.popup-apply .popup-content .holder .agree-box .period {
  font-weight: 700;
  color: #222;
}
.popup-apply .popup-content .action {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .action {
    margin-top: 20px;
  }
}
.popup-apply .popup-content .action {
  text-align: center;
}
.popup-apply .popup-content .action a,
.popup-apply .popup-content .action button {
  display: inline-block;
  width: 49%;
  max-width: 300px;
  padding: 2.7777777778vw 0;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .action a,
  .popup-apply .popup-content .action button {
    padding: 20px 0;
  }
}
.popup-apply .popup-content .action a,
.popup-apply .popup-content .action button {
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .action a,
  .popup-apply .popup-content .action button {
    font-size: 20px;
  }
}
.popup-apply .popup-content .action a,
.popup-apply .popup-content .action button {
  font-weight: 700;
  border-radius: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .action a,
  .popup-apply .popup-content .action button {
    border-radius: 5px;
  }
}
.popup-apply .popup-content .action a,
.popup-apply .popup-content .action button {
  box-shadow: inset 3px 3px 2px 0px rgba(255, 255, 255, 0.18);
}
.popup-apply .popup-content .action a.btn-apply,
.popup-apply .popup-content .action button.btn-apply {
  color: #000;
  background: #ffbf00;
}
.popup-apply .popup-content .action a.btn-cancel,
.popup-apply .popup-content .action button.btn-cancel {
  color: #bebebe;
  border-radius: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .action a.btn-cancel,
  .popup-apply .popup-content .action button.btn-cancel {
    border-radius: 5px;
  }
}
.popup-apply .popup-content .action a.btn-cancel,
.popup-apply .popup-content .action button.btn-cancel {
  background: #434343;
}
.popup-apply .popup-action .btn-apply {
  width: 100%;
  padding: 2.7777777778vw 0;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-action .btn-apply {
    padding: 20px 0;
  }
}
.popup-apply .popup-action .btn-apply {
  font-size: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-action .btn-apply {
    font-size: 30px;
  }
}
.popup-apply .popup-action .btn-apply {
  font-weight: 700;
  background: #ffbf00;
  color: #000;
}

.promotion .only-mobile {
  display: none;
}
.promotion .only-pc {
  display: block;
}
.promotion .wrap {
  width: 1200px;
}
.promotion .fix-banner {
  position: fixed;
  right: 10px;
  bottom: 120px;
  z-index: 99;
}
.promotion .fix-banner div + div {
  margin-top: 8px;
}
.promotion .fix-banner a {
  display: block;
}
.promotion .fix-banner .banner {
  width: 200px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #DAB50A;
  background: linear-gradient(315deg, #FFE391 10.6%, #FAF2E7 72.03%);
}
.promotion .fix-banner .banner .banner-title {
  padding: 20px;
  text-align: left;
  color: #212121;
  font-size: 22px;
  font-weight: 900;
  line-height: 128%;
  letter-spacing: -0.88px;
}
.promotion .fix-banner .banner .banner-detail {
  position: relative;
  display: inline-block;
}
.promotion .fix-banner .banner .banner-detail::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-banner .banner .banner-detail::before {
    width: 6px;
  }
}
.promotion .fix-banner .banner .banner-detail::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-banner .banner .banner-detail::before {
    height: 6px;
  }
}
.promotion .fix-banner .banner .banner-detail::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-banner .banner .banner-detail::before {
    margin-top: -3px;
  }
}
.promotion .fix-banner .banner .banner-detail::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-banner .banner .banner-detail::before {
    right: 12px;
  }
}
.promotion .fix-banner .banner .banner-detail::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.promotion .fix-banner .banner .banner-detail {
  width: 100%;
  padding: 20px;
  text-align: left;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.45px;
  border-top: 1px solid #D5D4D2;
  background: #FEFCFA;
}
.promotion .fix-banner .banner .banner-detail::before {
  right: 20px;
}
.promotion .fix-banner .banner-top {
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
}
.promotion .title-box + div {
  margin-top: 60px;
}
.promotion .title-box .main-title {
  color: #000;
  font-size: 36px;
  line-height: normal;
  letter-spacing: -1.08px;
}
.promotion .title-box .main-title strong {
  font-weight: 700;
  letter-spacing: inherit;
}
.promotion .title-box .line {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 5px;
}
.promotion .title-box .line + .line {
  margin-left: -9px;
}
.promotion .title-box .line::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: #FFBF00;
  opacity: 0.2;
}
.promotion .title-box .point {
  color: #FFBF00;
}
.promotion .list-box, .promotion .sector-apply .apply-list .title-box .benefit-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.promotion .list-box + div, .promotion .sector-apply .apply-list .title-box .benefit-list + div {
  margin-top: 60px;
}
.promotion .img-box + div {
  margin-top: 60px;
}
.promotion .sector-title {
  background-color: #E5D37C;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_104/product/260304/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-title .wrap {
  text-align: left;
}
.promotion .sector-title .laurel {
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  text-align: center;
}
.promotion .sector-title .title-wrap {
  position: absolute;
  top: 176px;
  left: 50%;
  margin-left: -70px;
}
.promotion .sector-title .title-1 {
  display: inline-flex;
  padding: 7px 15px;
  border-radius: 4px;
  background: #000;
}
.promotion .sector-title .title-1 span {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.8px;
  background: linear-gradient(349deg, #FFB300 5.77%, #FFCE1F 50.39%, #FFF421 108.87%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.promotion .sector-title .title-2 {
  margin-top: 16px;
  color: #221800;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.12px;
}
.promotion .sector-title .title-3 {
  margin-top: 20px;
  color: #FFF;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #000;
  filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(1px 1px #000);
  paint-order: stroke fill;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 95px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2.832px;
}
.promotion .sector-title .title-4 {
  margin-top: 20px;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(1px 1px #000);
  paint-order: stroke fill;
  font-size: 95px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -4.25px;
}
.promotion .sector-title .title-4 span {
  display: inline-block;
  background: linear-gradient(349deg, #FFB300 5.77%, #FFCE1F 50.39%, #FFF421 108.87%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  paint-order: stroke fill;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.promotion .sector-title .title-5 {
  display: inline-flex;
  margin-top: 20px;
  padding: 14px 30px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.96px;
  border-radius: 57px;
  background: linear-gradient(349deg, #FFB300 5.77%, #FFCE1F 50.39%, #FFF421 108.87%), #000;
}
.promotion .sector-title .action-home {
  position: absolute;
  top: 658px;
  left: 125px;
}
.promotion .sector-guide {
  padding: 100px 0;
  background: linear-gradient(180deg, #FC0 0%, #FA0 98.03%), #FFF2CB;
}
.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: 114px;
  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 #000;
}
.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 a {
  display: block;
  width: 280px;
  padding: 12px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
  background: #000;
}
.promotion .sector-guide .guide-list .list-action a + a {
  margin-top: 10px;
}
.promotion .sector-guide .guide-list .list-action a span {
  position: relative;
  display: inline-block;
}
.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 a span::before {
    width: 12px;
  }
}
.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 a span::before {
    height: 12px;
  }
}
.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 a span::before {
    margin-top: -6px;
  }
}
.promotion .sector-guide .guide-list .list-action a span::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg);
  right: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-guide .guide-list .list-action a span::before {
    right: 24px;
  }
}
.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 a span {
  padding-right: 30px;
  color: currentColor;
}
.promotion .sector-guide .guide-list .list-action a span::before {
  right: 0;
}
.promotion .sector-worry {
  padding: 100px 0;
  background-color: #F3F3F3;
}
.promotion .sector-worry .list-box, .promotion .sector-worry .sector-apply .apply-list .title-box .benefit-list, .promotion .sector-apply .apply-list .title-box .sector-worry .benefit-list {
  flex-direction: column;
}
.promotion .sector-need {
  padding: 100px 0;
  background: linear-gradient(180deg, #FC0 0%, #FA0 98.03%);
}
.promotion .sector-review {
  padding: 100px 0;
  background-color: #F3F3F3;
}
.promotion .sector-band {
  padding: 36px 0;
  background-color: #000000;
}
.promotion .sector-band .title-box .main-title {
  color: #FFF;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.promotion .sector-band .title-box .main-title .point {
  font-family: inherit;
}
.promotion .sector-teacher {
  padding: 100px 0;
  background-color: #FFF8DF;
}
.promotion .sector-teacher .list-box, .promotion .sector-teacher .sector-apply .apply-list .title-box .benefit-list, .promotion .sector-apply .apply-list .title-box .sector-teacher .benefit-list {
  margin-top: 30px;
  gap: 20px;
}
.promotion .sector-curriculum {
  padding: 100px 0;
}
.promotion .sector-curriculum .curriculum-box {
  position: relative;
  margin-top: 50px;
}
.promotion .sector-curriculum .curriculum-box .step-list {
  position: absolute;
  top: -40px;
  right: 180px;
  left: 180px;
  font-size: 0;
}
.promotion .sector-curriculum .curriculum-box .step {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 240px;
  height: 240px;
  margin: 40px 25px 80px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  border: 10px solid #d5d5d5;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-in;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}
.promotion .sector-curriculum .curriculum-box .step.on {
  border-color: #FFBF00;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
.promotion .sector-curriculum .curriculum-box .step.on .step-box dt {
  color: #FFBF00;
}
.promotion .sector-curriculum .curriculum-box .step.on .step-box .label-title {
  background: #FFBF00;
  color: #fff;
}
.promotion .sector-curriculum .curriculum-box .step.step-1 {
  margin-left: -100px;
}
.promotion .sector-curriculum .curriculum-box .step.step-3 {
  margin-right: 100px;
}
.promotion .sector-curriculum .curriculum-box .step.step-6 {
  margin-right: -100px;
}
.promotion .sector-curriculum .curriculum-box .step .step-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.promotion .sector-curriculum .curriculum-box .step .step-box .label-title {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  margin-bottom: 12px;
  width: 110px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  font-weight: 900;
  font-size: 22px;
  color: #000;
  letter-spacing: -1px;
  border-radius: 50px;
  background: #dedede;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-in;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
  /*@include linear-gradient(to bottom, #ededed 0%, #dedede 100%);*/
}
.promotion .sector-curriculum .curriculum-box .step .step-box dl dt {
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.2;
  color: #000;
}
.promotion .sector-curriculum .curriculum-box .step .step-box dl dd {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
}
.promotion .sector-curriculum .step-round {
  position: absolute;
  top: 360px;
  left: 45px;
  width: 580px;
  height: 300px;
  border: 2px dashed #FFBF00;
  border-radius: 30px;
}
.promotion .sector-curriculum .step-text {
  position: absolute;
  top: 330px;
  left: 150px;
  padding: 10px 20px;
  line-height: 1.2;
  font-size: 27px;
  font-weight: 700;
  color: #FFBF00;
  background: #000;
}
.promotion .sector-apply {
  padding: 100px 0;
  background: #222222;
}
.promotion .sector-apply .title-box .main-title {
  color: #fff;
}
.promotion .sector-apply .apply-list {
  margin: 60px 40px 0;
}
.promotion .sector-apply .apply-list .apply-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch;
  padding: 32px 71px 52px 69px;
  border-radius: 10px;
  background: #FFF;
}
.promotion .sector-apply .apply-list .apply-item + .apply-item {
  margin-top: 30px;
}
.promotion .sector-apply .apply-list .title-box {
  text-align: left;
}
.promotion .sector-apply .apply-list .title-box .main-title {
  color: #000;
  font-weight: 900;
  line-height: 133.333%;
  letter-spacing: -1.44px;
}
.promotion .sector-apply .apply-list .title-box .price-flag {
  display: inline-block;
  padding: 5px 15px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
  color: #FFBF00;
  border-radius: 50px;
  background-color: #000;
}
.promotion .sector-apply .apply-list .title-box .benefit-list {
  margin-top: 35px;
}
.promotion .sector-apply .apply-list .price-box {
  min-width: 400px;
  margin-top: 0;
}
.promotion .sector-apply .apply-list .price-box .price-text {
  text-align: right;
  font-size: 20px;
  font-weight: 700;
}
.promotion .sector-apply .apply-list .price-box .price-text span {
  color: #FA0;
}
.promotion .sector-apply .apply-list .price-box .price-list {
  margin-top: 30px;
}
.promotion .sector-apply .apply-list .price-box .price-list .before-price {
  display: flex;
  justify-content: space-between;
  line-height: 1;
  font-size: 24px;
  font-weight: 500;
  color: #888;
}
.promotion .sector-apply .apply-list .price-box .price-list .before-price p {
  color: currentColor;
}
.promotion .sector-apply .apply-list .price-box .price-list .before-price span {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: currentColor;
}
.promotion .sector-apply .apply-list .price-box .price-list .before-price em {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: currentColor;
}
.promotion .sector-apply .apply-list .price-box .price-list .after-price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 15px;
  line-height: 1;
  font-size: 24px;
  font-weight: 700;
  color: #FA0;
}
.promotion .sector-apply .apply-list .price-box .price-list .after-price p {
  color: currentColor;
}
.promotion .sector-apply .apply-list .price-box .price-list .after-price span {
  position: relative;
  display: block;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 38px;
  color: currentColor;
}
.promotion .sector-apply .apply-list .price-box .price-list .after-price em {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 48px;
  color: currentColor;
}
.promotion .sector-apply .apply-list .price-box .price-action {
  margin-top: 20px;
}
.promotion .sector-apply .apply-list .price-box .price-action button {
  display: block;
  width: 100%;
  padding: 20px 30px;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.48px;
  background: #000;
}
.promotion .sector-notice {
  padding: 50px 0;
  text-align: left;
}
.promotion .sector-notice .notice-box {
  width: 1000px;
  margin: 0 auto;
}
.promotion .sector-notice .notice-title {
  font-size: 19px;
  font-weight: 700;
  color: #525252;
  text-align: left;
  margin-bottom: 8px;
}
.promotion .sector-notice .notice-list + .notice-title {
  margin-top: 30px;
}
.promotion .sector-notice .notice-list ul + ul {
  margin-top: 20px;
}
.promotion .sector-notice .notice-list li {
  font-size: 16px;
  font-weight: 400;
  color: #8b8b8b;
}
.promotion .sector-notice .notice-list li .highlight {
  font-weight: 700;
  color: #636fd6;
}
.promotion .sector-plus {
  padding: 100px 0;
  background: #FFF8DF;
}
.promotion .sector-plus .wrap {
  width: 1100px;
}
.promotion .sector-plus .map-box {
  margin-top: 50px;
  padding-bottom: 60px;
  border: 1px solid #d3d3d3;
  background: #ffffff;
}
.promotion .sector-plus .map-title {
  padding: 20px 0;
  font-size: 28px;
  font-weight: 700;
  color: #FFBF00;
  background: #000;
}
.promotion .sector-plus .map-subject {
  margin-top: 26px;
  font-size: 30px;
  font-weight: 500;
}
.promotion .sector-plus .map-list {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 40px 0;
}
.promotion .sector-plus .map-img {
  position: relative;
  width: 50%;
}
.promotion .sector-plus .map-img + .map-info {
  position: static;
  width: 50%;
  margin: 100px 0 0 40px;
}
.promotion .sector-plus .map-img .map-text {
  position: absolute;
  top: 88px;
  right: 182px;
  bottom: 97px;
  left: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FF2400;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.746px;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  line-height: normal;
}
.promotion .sector-plus .map-img .map-text .discount {
  color: #000;
  font-family: inherit;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.585px;
}
.promotion .sector-plus .map-info {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: 30px;
  text-align: left;
}
.promotion .sector-plus .map-info dl {
  margin-top: 40px;
}
.promotion .sector-plus .map-info dl:first-child {
  margin-top: 0;
}
.promotion .sector-plus .map-info dl dt {
  font-size: 24px;
  font-weight: 700;
}
.promotion .sector-plus .map-info dl dt + dd {
  margin-top: 10px;
}
.promotion .sector-plus .map-info dl dd {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.promotion .sector-plus .map-info dl dd span {
  font-weight: 800;
}
.promotion .sector-plus .map-info dl.date dt {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 900;
  color: #FF0000;
}
.promotion .sector-plus .map-info dl.date dd {
  margin-top: 0;
  font-size: 18px;
}
.promotion .sector-plus .map-info dl.call dt {
  font-size: 26px;
  font-weight: 700;
}
.promotion .sector-plus .action {
  margin: 50px auto 0;
}
.promotion .sector-plus .action button {
  display: inline-block;
  min-width: 500px;
  padding: 20px 40px;
  font-size: 26px;
  font-weight: 800;
}
.promotion .sector-plus .action button.btn-apply {
  position: relative;
  display: inline-block;
}
.promotion .sector-plus .action button.btn-apply::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-plus .action button.btn-apply::before {
    width: 10px;
  }
}
.promotion .sector-plus .action button.btn-apply::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-plus .action button.btn-apply::before {
    height: 10px;
  }
}
.promotion .sector-plus .action button.btn-apply::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-plus .action button.btn-apply::before {
    margin-top: -5px;
  }
}
.promotion .sector-plus .action button.btn-apply::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-plus .action button.btn-apply::before {
    right: 20px;
  }
}
.promotion .sector-plus .action button.btn-apply::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.promotion .sector-plus .action button.btn-apply {
  color: #FFBF00;
  background-color: #000;
}
.promotion .sector-plus .action button.btn-end {
  color: #fff;
  background: #919191;
}/*# sourceMappingURL=web.css.map */