@charset "UTF-8";
.promotion [class^=sector-], .popup-free .popup-cont .form-list, .popup-apply .popup-body .list, .promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full, .grid {
  *zoom: 1;
}
.promotion [class^=sector-]::before, .popup-free .popup-cont .form-list::before, .popup-apply .popup-body .list::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, .promotion [class^=sector-]::after, .popup-free .popup-cont .form-list::after, .popup-apply .popup-body .list::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;
}
.promotion [class^=sector-]::after, .popup-free .popup-cont .form-list::after, .popup-apply .popup-body .list::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,
.popup-free .popup-cont .check-box .fake-check .input-check {
  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, .popup-apply .popup-body .list .list-item {
  display: table;
}
.table .table-cell, .popup-apply .popup-body .list .list-item .table-cell, .popup-apply .popup-body .list .list-item > div {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.popup-free .popup-cont .form-control .btn-small.disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.promotion .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  border: none;
  background: none;
  outline: none;
  transform: rotate(45deg) translateY(-50%);
}

.promotion .wide,
.product-eco .wide,
.fullservice .wide {
  position: relative;
  left: 50%;
  display: block;
  transform: translateX(-50%);
}

.effect-bounce-diagonal {
  animation-name: effectBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}

.effect-bounce-updown {
  animation-name: effectBounceUpDown;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBounceUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.effect-extend {
  animation-name: effectExtend;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectExtend {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
}

.effect-blink {
  animation-name: effectBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.promotion,
.product-eco,
.fullservice {
  text-align: center;
  overflow: hidden;
}
.promotion *,
.product-eco *,
.fullservice * {
  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 [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.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: 8.8888888889vw;
  height: 8.4722222222vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 64px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 61px;
  }
}
@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 {
  background-image: url("//img.eduwill.net/eduwill/img/2025/G/product/250618/pc/ico_pointer.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .slick-list *,
.product-eco .slick-list *,
.fullservice .slick-list * {
  font-size: 0;
}

.popup-dim {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
}

.popup-apply {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 310;
  display: none;
  width: 90%;
  max-width: 640px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  background-color: #fff;
  transform: translateX(-50%);
  box-sizing: border-box;
}
.popup-apply p {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
@media screen and (min-width: 1100px) {
  .popup-apply {
    width: 100%;
    max-width: 720px;
  }
}
.popup-apply .popup-head {
  padding: 0.875rem;
  text-align: center;
  line-height: 1.2;
  font-size: 3.6111111111vw;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1px;
  background-color: #2e2b48;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-head {
    padding: 28px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-head {
    font-size: 26px;
  }
}
.popup-apply .popup-head strong {
  display: block;
  font-size: 5vw;
  color: #ffd500;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-head strong {
    font-size: 36px;
  }
}
.popup-apply .popup-body {
  padding: 1.25rem 0.9375rem 1.5625rem;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body {
    padding: 40px 30px 50px;
  }
}
.popup-apply .popup-body .list {
  margin-top: 0.3125rem;
  line-height: 1.5;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .list {
    margin-top: 10px;
  }
}
.popup-apply .popup-body .list:first-child {
  margin-top: 0;
}
.popup-apply .popup-body .list .list-item {
  width: 100%;
  table-layout: fixed;
  box-sizing: border-box;
}
.popup-apply .popup-body .list .list-item .subject {
  width: 22%;
  text-align: left;
  font-size: 3.3333333333vw;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .list .list-item .subject {
    font-size: 24px;
  }
}
.popup-apply .popup-body .list .list-item .forms {
  width: 78%;
}
.popup-apply .popup-body .list .list-item.agree-item {
  padding-left: 22%;
  line-height: 1.5;
}
.popup-apply .popup-body .agree-box {
  margin-top: 0.625rem;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .agree-box {
    margin-top: 20px;
  }
}
.popup-apply .popup-body .agree-box:first-child {
  margin-top: 0;
}
.popup-apply .popup-body .agree-title {
  display: block;
  font-size: 2.5vw;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .agree-title {
    font-size: 18px;
  }
}
.popup-apply .popup-body .agree-item {
  font-size: 2.5vw;
  line-height: 1.5;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .agree-item {
    font-size: 18px;
  }
}
.popup-apply .popup-body .agree-item .agree-title {
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .agree-item .agree-title {
    font-size: 18px;
  }
}
.popup-apply .popup-body .agree-item .btn, .popup-apply .popup-body .agree-item .popup-free .popup-btn .btn-cancle, .popup-free .popup-btn .popup-apply .popup-body .agree-item .btn-cancle, .popup-apply .popup-body .agree-item .popup-free .popup-btn .btn-apply, .popup-free .popup-btn .popup-apply .popup-body .agree-item .btn-apply {
  display: block;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .agree-item .btn, .popup-apply .popup-body .agree-item .popup-free .popup-btn .btn-cancle, .popup-free .popup-btn .popup-apply .popup-body .agree-item .btn-cancle, .popup-apply .popup-body .agree-item .popup-free .popup-btn .btn-apply, .popup-free .popup-btn .popup-apply .popup-body .agree-item .btn-apply {
    margin-top: 10px;
  }
}
.popup-apply .popup-body .text {
  display: block;
  width: 100%;
  padding: 0.25rem 0.5rem;
  height: 40px;
  font-size: 3.3333333333vw;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .text {
    padding: 8px 16px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .text {
    font-size: 24px;
  }
}
.popup-apply .popup-body .btn, .popup-apply .popup-body .popup-free .popup-btn .btn-cancle, .popup-free .popup-btn .popup-apply .popup-body .btn-cancle, .popup-apply .popup-body .popup-free .popup-btn .btn-apply, .popup-free .popup-btn .popup-apply .popup-body .btn-apply {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
}
.popup-apply .popup-body .btn.btn-apply, .popup-apply .popup-body .popup-free .popup-btn .btn-apply, .popup-free .popup-btn .popup-apply .popup-body .btn-apply {
  padding: 0.625rem;
  font-size: 3.8888888889vw;
  font-weight: 700;
  color: #000;
  border: 1px solid #000;
  background-color: #ffd900;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .btn.btn-apply, .popup-apply .popup-body .popup-free .popup-btn .btn-apply, .popup-free .popup-btn .popup-apply .popup-body .btn-apply {
    padding: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .btn.btn-apply, .popup-apply .popup-body .popup-free .popup-btn .btn-apply, .popup-free .popup-btn .popup-apply .popup-body .btn-apply {
    font-size: 28px;
  }
}
.popup-apply .popup-body .btn.btn-apply:after, .popup-apply .popup-body .popup-free .popup-btn .btn-apply:after, .popup-free .popup-btn .popup-apply .popup-body .btn-apply:after {
  right: 5%;
}
.popup-apply .popup-body .btn.btn-apply:after, .popup-apply .popup-body .popup-free .popup-btn .btn-apply:after, .popup-free .popup-btn .popup-apply .popup-body .btn-apply:after {
  position: relative;
  display: inline-block;
}
.popup-apply .popup-body .btn.btn-apply:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-apply:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-apply:after::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  margin-top: -0.5555555556vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 0.2777777778vw;
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .btn.btn-apply:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-apply:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-apply:after::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .btn.btn-apply:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-apply:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-apply:after::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .btn.btn-apply:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-apply:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-apply:after::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .btn.btn-apply:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-apply:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-apply:after::before {
    right: 16px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .btn.btn-apply:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-apply:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-apply:after::before {
    border-top-width: 2px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .btn.btn-apply:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-apply:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-apply:after::before {
    border-right-width: 2px;
  }
}
.popup-apply .popup-body .btn.btn-cancel, .popup-apply .popup-body .popup-free .popup-btn .btn-cancel.btn-cancle, .popup-free .popup-btn .popup-apply .popup-body .btn-cancel.btn-cancle, .popup-apply .popup-body .popup-free .popup-btn .btn-cancel.btn-apply, .popup-free .popup-btn .popup-apply .popup-body .btn-cancel.btn-apply {
  padding: 0.625rem;
  font-size: 3.8888888889vw;
  font-weight: 700;
  color: #555;
  border: 1px solid #999;
  background-color: #999;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .btn.btn-cancel, .popup-apply .popup-body .popup-free .popup-btn .btn-cancel.btn-cancle, .popup-free .popup-btn .popup-apply .popup-body .btn-cancel.btn-cancle, .popup-apply .popup-body .popup-free .popup-btn .btn-cancel.btn-apply, .popup-free .popup-btn .popup-apply .popup-body .btn-cancel.btn-apply {
    padding: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .btn.btn-cancel, .popup-apply .popup-body .popup-free .popup-btn .btn-cancel.btn-cancle, .popup-free .popup-btn .popup-apply .popup-body .btn-cancel.btn-cancle, .popup-apply .popup-body .popup-free .popup-btn .btn-cancel.btn-apply, .popup-free .popup-btn .popup-apply .popup-body .btn-cancel.btn-apply {
    font-size: 28px;
  }
}
.popup-apply .popup-body .btn.btn-cancel:after, .popup-apply .popup-body .popup-free .popup-btn .btn-cancel.btn-cancle:after, .popup-free .popup-btn .popup-apply .popup-body .btn-cancel.btn-cancle:after, .popup-apply .popup-body .popup-free .popup-btn .btn-cancel.btn-apply:after, .popup-free .popup-btn .popup-apply .popup-body .btn-cancel.btn-apply:after {
  right: 5%;
}
.popup-apply .popup-body .btn.btn-cancel:after, .popup-apply .popup-body .popup-free .popup-btn .btn-cancel.btn-cancle:after, .popup-free .popup-btn .popup-apply .popup-body .btn-cancel.btn-cancle:after, .popup-apply .popup-body .popup-free .popup-btn .btn-cancel.btn-apply:after, .popup-free .popup-btn .popup-apply .popup-body .btn-cancel.btn-apply:after {
  position: relative;
  display: inline-block;
}
.popup-apply .popup-body .btn.btn-cancel:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-cancel.btn-cancle:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-cancel.btn-cancle:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-cancel.btn-apply:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-cancel.btn-apply:after::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  margin-top: -0.5555555556vw;
  border-width: 0;
  border-style: solid;
  border-color: #999;
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 0.2777777778vw;
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .btn.btn-cancel:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-cancel.btn-cancle:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-cancel.btn-cancle:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-cancel.btn-apply:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-cancel.btn-apply:after::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .btn.btn-cancel:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-cancel.btn-cancle:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-cancel.btn-cancle:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-cancel.btn-apply:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-cancel.btn-apply:after::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .btn.btn-cancel:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-cancel.btn-cancle:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-cancel.btn-cancle:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-cancel.btn-apply:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-cancel.btn-apply:after::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .btn.btn-cancel:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-cancel.btn-cancle:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-cancel.btn-cancle:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-cancel.btn-apply:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-cancel.btn-apply:after::before {
    right: 16px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .btn.btn-cancel:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-cancel.btn-cancle:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-cancel.btn-cancle:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-cancel.btn-apply:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-cancel.btn-apply:after::before {
    border-top-width: 2px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .btn.btn-cancel:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-cancel.btn-cancle:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-cancel.btn-cancle:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-cancel.btn-apply:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-cancel.btn-apply:after::before {
    border-right-width: 2px;
  }
}
.popup-apply .popup-body .btn.btn-modify, .popup-apply .popup-body .popup-free .popup-btn .btn-modify.btn-cancle, .popup-free .popup-btn .popup-apply .popup-body .btn-modify.btn-cancle, .popup-apply .popup-body .popup-free .popup-btn .btn-modify.btn-apply, .popup-free .popup-btn .popup-apply .popup-body .btn-modify.btn-apply {
  padding: 0.3125rem;
  font-size: 2.5vw;
  color: #222;
  border: 1px solid #ccc;
  background-color: #eee;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .btn.btn-modify, .popup-apply .popup-body .popup-free .popup-btn .btn-modify.btn-cancle, .popup-free .popup-btn .popup-apply .popup-body .btn-modify.btn-cancle, .popup-apply .popup-body .popup-free .popup-btn .btn-modify.btn-apply, .popup-free .popup-btn .popup-apply .popup-body .btn-modify.btn-apply {
    padding: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .btn.btn-modify, .popup-apply .popup-body .popup-free .popup-btn .btn-modify.btn-cancle, .popup-free .popup-btn .popup-apply .popup-body .btn-modify.btn-cancle, .popup-apply .popup-body .popup-free .popup-btn .btn-modify.btn-apply, .popup-free .popup-btn .popup-apply .popup-body .btn-modify.btn-apply {
    font-size: 18px;
  }
}
.popup-apply .popup-body .btn.btn-modify:after, .popup-apply .popup-body .popup-free .popup-btn .btn-modify.btn-cancle:after, .popup-free .popup-btn .popup-apply .popup-body .btn-modify.btn-cancle:after, .popup-apply .popup-body .popup-free .popup-btn .btn-modify.btn-apply:after, .popup-free .popup-btn .popup-apply .popup-body .btn-modify.btn-apply:after {
  right: 5%;
}
.popup-apply .popup-body .btn.btn-modify:after, .popup-apply .popup-body .popup-free .popup-btn .btn-modify.btn-cancle:after, .popup-free .popup-btn .popup-apply .popup-body .btn-modify.btn-cancle:after, .popup-apply .popup-body .popup-free .popup-btn .btn-modify.btn-apply:after, .popup-free .popup-btn .popup-apply .popup-body .btn-modify.btn-apply:after {
  position: relative;
  display: inline-block;
}
.popup-apply .popup-body .btn.btn-modify:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-modify.btn-cancle:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-modify.btn-cancle:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-modify.btn-apply:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-modify.btn-apply:after::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  margin-top: -0.5555555556vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 0.2777777778vw;
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .btn.btn-modify:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-modify.btn-cancle:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-modify.btn-cancle:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-modify.btn-apply:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-modify.btn-apply:after::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .btn.btn-modify:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-modify.btn-cancle:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-modify.btn-cancle:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-modify.btn-apply:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-modify.btn-apply:after::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .btn.btn-modify:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-modify.btn-cancle:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-modify.btn-cancle:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-modify.btn-apply:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-modify.btn-apply:after::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .btn.btn-modify:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-modify.btn-cancle:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-modify.btn-cancle:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-modify.btn-apply:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-modify.btn-apply:after::before {
    right: 16px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .btn.btn-modify:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-modify.btn-cancle:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-modify.btn-cancle:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-modify.btn-apply:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-modify.btn-apply:after::before {
    border-top-width: 2px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .btn.btn-modify:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-modify.btn-cancle:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-modify.btn-cancle:after::before, .popup-apply .popup-body .popup-free .popup-btn .btn-modify.btn-apply:after::before, .popup-free .popup-btn .popup-apply .popup-body .btn-modify.btn-apply:after::before {
    border-right-width: 2px;
  }
}
.popup-apply .popup-body .privacy-box {
  height: 6.25rem;
  margin: 0.3125rem 0;
  padding: 0.46875rem;
  text-align: left;
  line-height: 1.4;
  font-size: 2.7777777778vw;
  font-weight: 400;
  color: #666;
  background: #e7e7e7;
  overflow-y: scroll;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .privacy-box {
    height: 200px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .privacy-box {
    margin: 10px 0;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .privacy-box {
    padding: 15px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .privacy-box {
    font-size: 20px;
  }
}
.popup-apply .popup-body .privacy-box .core {
  margin-top: 0.625rem;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .privacy-box .core {
    margin-top: 20px;
  }
}
.popup-apply .popup-body .privacy-box .core:first-child {
  margin-top: 0;
}
.popup-apply .popup-body .privacy-box .core strong {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  color: #000;
}
.popup-apply .popup-body .privacy-box .core .table-wrap {
  margin: 0.3125rem 0 0.625rem;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .privacy-box .core .table-wrap {
    margin: 10px 0 20px;
  }
}
.popup-apply .popup-body .privacy-box .core .table-wrap table {
  width: 100%;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}
.popup-apply .popup-body .privacy-box .core .table-wrap table th,
.popup-apply .popup-body .privacy-box .core .table-wrap table td {
  padding: 0.15625rem;
  text-align: center;
  font-size: 2.2222222222vw;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .privacy-box .core .table-wrap table th,
  .popup-apply .popup-body .privacy-box .core .table-wrap table td {
    padding: 5px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .privacy-box .core .table-wrap table th,
  .popup-apply .popup-body .privacy-box .core .table-wrap table td {
    font-size: 16px;
  }
}
.popup-apply .popup-body .privacy-box .core .table-wrap table th.highlight,
.popup-apply .popup-body .privacy-box .core .table-wrap table td.highlight {
  font-size: 3.3333333333vw;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-body .privacy-box .core .table-wrap table th.highlight,
  .popup-apply .popup-body .privacy-box .core .table-wrap table td.highlight {
    font-size: 24px;
  }
}
.popup-apply .popup-action {
  display: block;
  margin-top: 0.625rem;
  font-size: 0;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-action {
    margin-top: 20px;
  }
}
.popup-apply .popup-action .btn:only-child, .popup-apply .popup-action .popup-free .popup-btn .btn-cancle:only-child, .popup-free .popup-btn .popup-apply .popup-action .btn-cancle:only-child, .popup-apply .popup-action .popup-free .popup-btn .btn-apply:only-child, .popup-free .popup-btn .popup-apply .popup-action .btn-apply:only-child {
  width: 100%;
}
.popup-apply .popup-action .btn:nth-child(1):nth-last-child(2), .popup-apply .popup-action .popup-free .popup-btn .btn-cancle:nth-child(1):nth-last-child(2), .popup-free .popup-btn .popup-apply .popup-action .btn-cancle:nth-child(1):nth-last-child(2), .popup-apply .popup-action .popup-free .popup-btn .btn-apply:nth-child(1):nth-last-child(2), .popup-free .popup-btn .popup-apply .popup-action .btn-apply:nth-child(1):nth-last-child(2), .popup-apply .popup-action .btn:nth-child(2):nth-last-child(1), .popup-apply .popup-action .popup-free .popup-btn .btn-cancle:nth-child(2):nth-last-child(1), .popup-free .popup-btn .popup-apply .popup-action .btn-cancle:nth-child(2):nth-last-child(1), .popup-apply .popup-action .popup-free .popup-btn .btn-apply:nth-child(2):nth-last-child(1), .popup-free .popup-btn .popup-apply .popup-action .btn-apply:nth-child(2):nth-last-child(1) {
  width: 49%;
}
.popup-apply .popup-action .btn:nth-child(1):nth-last-child(2), .popup-apply .popup-action .popup-free .popup-btn .btn-cancle:nth-child(1):nth-last-child(2), .popup-free .popup-btn .popup-apply .popup-action .btn-cancle:nth-child(1):nth-last-child(2), .popup-apply .popup-action .popup-free .popup-btn .btn-apply:nth-child(1):nth-last-child(2), .popup-free .popup-btn .popup-apply .popup-action .btn-apply:nth-child(1):nth-last-child(2) {
  margin-right: 0.5%;
}
.popup-apply .popup-action .btn:nth-child(2):nth-last-child(1), .popup-apply .popup-action .popup-free .popup-btn .btn-cancle:nth-child(2):nth-last-child(1), .popup-free .popup-btn .popup-apply .popup-action .btn-cancle:nth-child(2):nth-last-child(1), .popup-apply .popup-action .popup-free .popup-btn .btn-apply:nth-child(2):nth-last-child(1), .popup-free .popup-btn .popup-apply .popup-action .btn-apply:nth-child(2):nth-last-child(1) {
  margin-left: 0.5%;
}
.popup-apply .popup-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 6.9444444444vw;
  height: 6.9444444444vw;
  top: 5px;
  right: 5px;
  z-index: 1;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-close {
    width: 50px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-close {
    height: 50px;
  }
}
.popup-apply .popup-close::before, .popup-apply .popup-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 2px;
  margin-left: -12.5px;
  background-color: #fff;
}
.popup-apply .popup-close::before {
  transform: rotate(45deg);
}
.popup-apply .popup-close::after {
  transform: rotate(315deg);
}
.popup-apply .popup-close 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-free {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  z-index: 300;
  display: none;
  width: 100%;
  max-width: 640px;
  border: 1px solid #393939;
  background-color: #fff;
  box-sizing: border-box;
  transform: translateX(-50%);
}
.popup-free * {
  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-free * {
    letter-spacing: -1px;
  }
}
.popup-free .popup-close a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 6.9444444444vw;
  height: 6.9444444444vw;
  z-index: 300;
  padding: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-free .popup-close a {
    width: 50px;
  }
}
@media screen and (min-width: 720px) {
  .popup-free .popup-close a {
    height: 50px;
  }
}
.popup-free .popup-close a::before, .popup-free .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-free .popup-close a::before {
  transform: rotate(45deg);
}
.popup-free .popup-close a::after {
  transform: rotate(315deg);
}
.popup-free .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;
}
@media screen and (min-width: 720px) {
  .popup-free .popup-close a {
    padding: 20px;
  }
}
.popup-free .text-box {
  margin-bottom: 2.7777777778vw;
  padding-bottom: 2.7777777778vw;
  text-align: center;
  font-size: 2.7777777778vw;
  color: #000;
  border-bottom: 1px dashed #e7e7e7;
}
@media screen and (min-width: 720px) {
  .popup-free .text-box {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup-free .text-box {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup-free .text-box {
    font-size: 20px;
  }
}
.popup-free .text-box a {
  display: inline-block;
  margin-left: 8px;
  padding: 0 5px;
  color: currentColor;
  background-color: #ffd500;
}
.popup-free .popup-title {
  padding: 3.4722222222vw 4.1666666667vw 3.6111111111vw;
  font-weight: 400;
  text-align: left;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -1px;
  border-bottom-width: 0.4166666667vw;
  border-bottom-style: solid;
  border-bottom-color: #000;
  background-color: #454545;
}
@media screen and (min-width: 720px) {
  .popup-free .popup-title {
    padding: 25px 30px 26px;
  }
}
@media screen and (min-width: 720px) {
  .popup-free .popup-title {
    border-bottom-width: 3px;
  }
}
.popup-free .popup-title span {
  font-size: 3.3333333333vw;
  font-weight: 400;
  color: #fff;
  letter-spacing: -1px;
}
@media screen and (min-width: 720px) {
  .popup-free .popup-title span {
    font-size: 24px;
  }
}
.popup-free .popup-title strong {
  display: block;
  font-size: 4.1666666667vw;
  font-weight: 900;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .popup-free .popup-title strong {
    font-size: 30px;
  }
}
@media screen and (min-width: 720px) {
  .popup-free .popup-title strong {
    letter-spacing: -1px;
  }
}
.popup-free .popup-cont {
  padding: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont {
    padding: 40px;
  }
}
.popup-free .popup-cont .blue {
  color: #0504ff !important;
}
.popup-free .popup-cont .table-box table {
  width: 100%;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  table-layout: fixed;
}
.popup-free .popup-cont .table-box th,
.popup-free .popup-cont .table-box td {
  padding: 1.3888888889vw;
  text-align: left;
  font-size: 3.3333333333vw;
  color: #000;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .table-box th,
  .popup-free .popup-cont .table-box td {
    padding: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .table-box th,
  .popup-free .popup-cont .table-box td {
    font-size: 24px;
  }
}
.popup-free .popup-cont .table-box th {
  font-weight: 700;
}
.popup-free .popup-cont .table-box tbody th {
  text-align: center;
  background-color: #f7f7f7;
}
.popup-free .popup-cont .form-list {
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .form-list {
    margin-top: 10px;
  }
}
.popup-free .popup-cont .form-list.certification {
  display: none;
}
.popup-free .popup-cont .form-list.certification .timer {
  position: absolute;
  top: 1.8055555556vw;
  right: 20.8333333333vw;
  display: inline-block;
  font-size: 2.5vw;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: #ff0000;
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .form-list.certification .timer {
    top: 13px;
  }
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .form-list.certification .timer {
    right: 150px;
  }
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .form-list.certification .timer {
    font-size: 18px;
  }
}
.popup-free .popup-cont .form-list .form-title {
  float: left;
  width: 25%;
}
.popup-free .popup-cont .form-list .form-control {
  float: left;
  width: 75%;
}
.popup-free .popup-cont .form-title {
  position: relative;
  height: 6.9444444444vw;
  text-align: left;
  line-height: 6.9444444444vw;
  font-size: 3.3333333333vw;
  font-weight: 700;
  color: #000;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .form-title {
    height: 50px;
  }
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .form-title {
    line-height: 50px;
  }
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .form-title {
    font-size: 24px;
  }
}
.popup-free .popup-cont .form-title .highlight {
  color: #fe0000;
}
.popup-free .popup-cont .form-control {
  position: relative;
}
.popup-free .popup-cont .form-control .ipt {
  width: 100%;
  height: 6.9444444444vw;
  padding: 0 1.3888888889vw;
  vertical-align: top;
  line-height: 6.9444444444vw;
  font-size: 3.3333333333vw;
  font-weight: 300;
  color: #000;
  border: 1px solid #ddd;
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .form-control .ipt {
    height: 50px;
  }
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .form-control .ipt {
    padding: 0 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .form-control .ipt {
    line-height: 50px;
  }
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .form-control .ipt {
    font-size: 24px;
  }
}
.popup-free .popup-cont .form-control .ipt.disable {
  color: #aaa;
  background-color: #efefef;
}
.popup-free .popup-cont .form-control .btn-small {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  vertical-align: top;
  width: 16.6666666667vw;
  height: 6.9444444444vw;
  padding: 0 1.3888888889vw;
  line-height: 6.9444444444vw;
  text-align: center;
  font-size: 2.2222222222vw;
  font-weight: 400;
  color: #fff;
  background-color: #666;
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .form-control .btn-small {
    width: 120px;
  }
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .form-control .btn-small {
    height: 50px;
  }
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .form-control .btn-small {
    padding: 0 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .form-control .btn-small {
    line-height: 50px;
  }
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .form-control .btn-small {
    font-size: 16px;
  }
}
.popup-free .popup-cont .form-control .btn-small:hover {
  background-color: #333;
}
.popup-free .popup-cont .form-control .btn-small.disabled {
  background-color: #ccc;
}
.popup-free .popup-cont .form-control select {
  width: 100%;
  height: 6.9444444444vw;
  vertical-align: top;
  line-height: 6.9444444444vw;
  padding: 0 !important;
  font-size: 2.5vw;
  font-weight: 300;
  color: #000;
  border: 1px solid #ddd;
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .form-control select {
    height: 50px;
  }
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .form-control select {
    line-height: 50px;
  }
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .form-control select {
    font-size: 18px;
  }
}
.popup-free .popup-cont .info-box {
  margin: 2.7777777778vw auto 0;
  padding: 2.7777777778vw;
  text-align: left;
  line-height: 1.5;
  font-size: 1.9444444444vw;
  color: #000;
  letter-spacing: -0.0694444444vw;
  background: #eee;
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .info-box {
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .info-box {
    padding: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .info-box {
    font-size: 14px;
  }
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .info-box {
    letter-spacing: -0.5px;
  }
}
.popup-free .popup-cont .info-box .point1,
.popup-free .popup-cont .info-box span {
  color: #fe0000;
}
.popup-free .popup-cont .check-box {
  position: relative;
  margin: 8.3333333333vw auto 0;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .check-box {
    margin: 60px auto 0;
  }
}
.popup-free .popup-cont .check-box .scroll-box {
  padding: 2.7777777778vw;
  background: #eee;
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .check-box .scroll-box {
    padding: 20px;
  }
}
.popup-free .popup-cont .check-box .scroll-box p {
  line-height: 1.5;
  font-size: 2.2222222222vw;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .check-box .scroll-box p {
    font-size: 16px;
  }
}
.popup-free .popup-cont .check-box .scroll-box strong {
  display: inline-block;
  margin-bottom: 0.6944444444vw;
  font-size: 2.5vw;
  font-weight: 700;
  color: black;
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .check-box .scroll-box strong {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .check-box .scroll-box strong {
    font-size: 18px;
  }
}
.popup-free .popup-cont .check-box .scroll-box em {
  font-size: 1.9444444444vw;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .check-box .scroll-box em {
    font-size: 14px;
  }
}
.popup-free .popup-cont .check-box .fake-check {
  position: absolute;
  top: 1.3888888889vw;
  right: 0;
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .check-box .fake-check {
    top: 10px;
  }
}
.popup-free .popup-cont .check-box .fake-check .label-check {
  display: block;
  width: 10.1388888889vw;
  height: 4.0277777778vw;
  background-image: url("//img.eduwill.net/eduwill/img/2021/G/onair/211209/pc/icon_check.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  cursor: pointer;
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .check-box .fake-check .label-check {
    width: 73px;
  }
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .check-box .fake-check .label-check {
    height: 29px;
  }
}
.popup-free .popup-cont .check-box .fake-check .input-check:checked + .label-check {
  background-image: url("//img.eduwill.net/eduwill/img/2021/G/onair/211209/pc/icon_checked.png");
}
.popup-free .popup-cont .check-box .box-item {
  margin: 0 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .check-box .box-item {
    margin: 0 20px;
  }
}
.popup-free .popup-cont .check-box .check-agree {
  margin: 1.3888888889vw 0;
  font-size: 2.7777777778vw;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .check-box .check-agree {
    margin: 10px 0;
  }
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .check-box .check-agree {
    font-size: 20px;
  }
}
.popup-free .popup-cont .check-box .check-agree.check-all {
  font-size: 3.3333333333vw;
  color: black;
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .check-box .check-agree.check-all {
    font-size: 24px;
  }
}
.popup-free .popup-cont .check-box .check-agree input {
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  margin-right: 0.6944444444vw;
  vertical-align: middle;
  border: 1px solid #ddd;
  opacity: 1;
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .check-box .check-agree input {
    width: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .check-box .check-agree input {
    height: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup-free .popup-cont .check-box .check-agree input {
    margin-right: 5px;
  }
}
.popup-free .popup-cont .check-box .check-agree label {
  cursor: pointer;
}
.popup-free .popup-btn {
  margin: 0 5.5555555556vw 5.5555555556vw;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .popup-free .popup-btn {
    margin: 0 40px 40px;
  }
}
.popup-free .popup-btn .btn, .popup-free .popup-btn .btn-cancle, .popup-free .popup-btn .btn-apply {
  position: relative;
  display: inline-block;
  width: 49%;
  padding: 2.3611111111vw;
  text-align: center;
  border-radius: 11.1111111111vw;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .popup-free .popup-btn .btn, .popup-free .popup-btn .btn-cancle, .popup-free .popup-btn .btn-apply {
    padding: 17px;
  }
}
@media screen and (min-width: 720px) {
  .popup-free .popup-btn .btn, .popup-free .popup-btn .btn-cancle, .popup-free .popup-btn .btn-apply {
    border-radius: 80px;
  }
}
.popup-free .popup-btn .btn:only-child, .popup-free .popup-btn .btn-cancle:only-child, .popup-free .popup-btn .btn-apply:only-child {
  width: 100%;
}
.popup-free .popup-btn .btn span, .popup-free .popup-btn .btn-cancle span, .popup-free .popup-btn .btn-apply span {
  font-size: 4.1666666667vw;
  font-weight: 700;
  color: #000;
  letter-spacing: -2px;
}
@media screen and (min-width: 720px) {
  .popup-free .popup-btn .btn span, .popup-free .popup-btn .btn-cancle span, .popup-free .popup-btn .btn-apply span {
    font-size: 30px;
  }
}
.popup-free .popup-btn .btn span:after, .popup-free .popup-btn .btn-cancle span:after, .popup-free .popup-btn .btn-apply span:after {
  right: 5%;
}
.popup-free .popup-btn .btn span:after, .popup-free .popup-btn .btn-cancle span:after, .popup-free .popup-btn .btn-apply span:after {
  position: relative;
  display: inline-block;
}
.popup-free .popup-btn .btn span:after::before, .popup-free .popup-btn .btn-cancle span:after::before, .popup-free .popup-btn .btn-apply span:after::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 0.2777777778vw;
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-free .popup-btn .btn span:after::before, .popup-free .popup-btn .btn-cancle span:after::before, .popup-free .popup-btn .btn-apply span:after::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup-free .popup-btn .btn span:after::before, .popup-free .popup-btn .btn-cancle span:after::before, .popup-free .popup-btn .btn-apply span:after::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup-free .popup-btn .btn span:after::before, .popup-free .popup-btn .btn-cancle span:after::before, .popup-free .popup-btn .btn-apply span:after::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .popup-free .popup-btn .btn span:after::before, .popup-free .popup-btn .btn-cancle span:after::before, .popup-free .popup-btn .btn-apply span:after::before {
    right: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup-free .popup-btn .btn span:after::before, .popup-free .popup-btn .btn-cancle span:after::before, .popup-free .popup-btn .btn-apply span:after::before {
    border-top-width: 2px;
  }
}
@media screen and (min-width: 720px) {
  .popup-free .popup-btn .btn span:after::before, .popup-free .popup-btn .btn-cancle span:after::before, .popup-free .popup-btn .btn-apply span:after::before {
    border-right-width: 2px;
  }
}
.popup-free .popup-btn .btn-apply {
  max-width: 65.8333333333vw;
  margin: 0 auto;
  background-color: #ffde00;
}
@media screen and (min-width: 720px) {
  .popup-free .popup-btn .btn-apply {
    max-width: 474px;
  }
}
.popup-free .popup-btn .btn-cancle {
  background: #434343;
}
.popup-free .popup-btn .btn-cancle span {
  color: #bebebe;
}

.popup-schedule {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  z-index: 300;
  display: none;
  width: 100%;
  max-width: 724px;
  border: 1px solid #393939;
  background-color: #fff;
  box-sizing: border-box;
  transform: translateX(-50%);
}
.popup-schedule * {
  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-schedule * {
    letter-spacing: -1px;
  }
}
.popup-schedule .popup-close a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 6.9444444444vw;
  height: 6.9444444444vw;
  z-index: 300;
  padding: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-schedule .popup-close a {
    width: 50px;
  }
}
@media screen and (min-width: 720px) {
  .popup-schedule .popup-close a {
    height: 50px;
  }
}
.popup-schedule .popup-close a::before, .popup-schedule .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-schedule .popup-close a::before {
  transform: rotate(45deg);
}
.popup-schedule .popup-close a::after {
  transform: rotate(315deg);
}
.popup-schedule .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;
}
@media screen and (min-width: 720px) {
  .popup-schedule .popup-close a {
    padding: 20px;
  }
}
.popup-schedule .popup-title {
  padding: 3.4722222222vw 4.1666666667vw 3.6111111111vw;
  font-weight: 400;
  text-align: left;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -1px;
  border-bottom-width: 0.4166666667vw;
  border-bottom-style: solid;
  border-bottom-color: #000;
  background-color: #454545;
}
@media screen and (min-width: 720px) {
  .popup-schedule .popup-title {
    padding: 25px 30px 26px;
  }
}
@media screen and (min-width: 720px) {
  .popup-schedule .popup-title {
    border-bottom-width: 3px;
  }
}
.popup-schedule .popup-title span {
  font-size: 3.3333333333vw;
  font-weight: 400;
  color: #fff;
  letter-spacing: -1px;
}
@media screen and (min-width: 720px) {
  .popup-schedule .popup-title span {
    font-size: 24px;
  }
}
.popup-schedule .popup-title strong {
  display: block;
  font-size: 4.1666666667vw;
  font-weight: 900;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .popup-schedule .popup-title strong {
    font-size: 30px;
  }
}
@media screen and (min-width: 720px) {
  .popup-schedule .popup-title strong {
    letter-spacing: -1px;
  }
}
.popup-schedule .popup-table {
  padding: 5.5555555556vw 4.8611111111vw 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .popup-schedule .popup-table {
    padding: 40px 35px 30px;
  }
}
.popup-schedule .popup-table table thead {
  background-color: #ebebeb;
  border: 1px solid #dddddd;
}
.popup-schedule .popup-table table th:nth-of-type(1), .popup-schedule .popup-table table td:nth-of-type(1) {
  width: 18.0555555556vw;
  border-right: 1px solid #ddd;
}
@media screen and (min-width: 720px) {
  .popup-schedule .popup-table table th:nth-of-type(1), .popup-schedule .popup-table table td:nth-of-type(1) {
    width: 130px;
  }
}
.popup-schedule .popup-table table th:nth-of-type(2), .popup-schedule .popup-table table td:nth-of-type(2) {
  width: 23.6111111111vw;
  border-right: 1px solid #ddd;
}
@media screen and (min-width: 720px) {
  .popup-schedule .popup-table table th:nth-of-type(2), .popup-schedule .popup-table table td:nth-of-type(2) {
    width: 170px;
  }
}
.popup-schedule .popup-table table th:nth-of-type(3), .popup-schedule .popup-table table td:nth-of-type(3) {
  width: 47.2222222222vw;
}
@media screen and (min-width: 720px) {
  .popup-schedule .popup-table table th:nth-of-type(3), .popup-schedule .popup-table table td:nth-of-type(3) {
    width: 340px;
  }
}
.popup-schedule .popup-table table th {
  padding: 2.7777777778vw 0;
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .popup-schedule .popup-table table th {
    padding: 20px 0;
  }
}
@media screen and (min-width: 720px) {
  .popup-schedule .popup-table table th {
    font-size: 28px;
  }
}
.popup-schedule .popup-table table td {
  border: 1px solid #ddd;
  text-align: center;
  padding: 2.0833333333vw;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .popup-schedule .popup-table table td {
    padding: 15px;
  }
}
@media screen and (min-width: 720px) {
  .popup-schedule .popup-table table td {
    font-size: 22px;
  }
}
.popup-schedule .popup-table table td:nth-of-type(3) {
  text-align: start;
}
.popup-schedule p {
  text-align: center;
  margin-bottom: 4.1666666667vw;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .popup-schedule p {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 720px) {
  .popup-schedule p {
    font-size: 22px;
  }
}

.eduf-layer-base .eduf-layer-text {
  opacity: 1;
}
.eduf-layer-base .eduf-layer-content p {
  opacity: 1;
  color: #000;
}

.promotion .only-pc {
  display: block;
}
.promotion .only-mobile {
  display: none;
}
.promotion [class^=sector-] {
  position: relative;
}
.promotion .wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.promotion .wrap-full {
  width: 100%;
}
.promotion .holder {
  position: relative;
}
.promotion .wide {
  position: relative;
  left: 50%;
  display: block;
  transform: translateX(-50%);
}
.promotion .wing {
  position: fixed;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}
.promotion .wing.left {
  display: block;
  top: 270px;
  left: 50%;
  margin-left: -800px;
}
.promotion .wing.right {
  display: block;
  right: 10px;
  text-align: center;
}
.promotion .wing.right a {
  display: block;
  margin: 0 auto;
  text-align: left;
}
.promotion .wing.right .wing-wrap {
  width: 180px;
}
.promotion .wing.right .wing-item {
  background: #ffffff;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}
.promotion .wing.right .wing-item.top {
  padding: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: 12px;
  border-radius: 50%;
}
.promotion .wing.right .wing-item.top img {
  width: 100%;
}
.promotion .wing.right .wing-item .wing-title {
  text-align: left;
  line-height: 1.2;
  background: #525252;
  background: linear-gradient(173deg, #525252 -14.3%, #000 62.33%);
  padding: 20px;
}
.promotion .wing.right .wing-item .wing-title p {
  font-size: 24px;
  color: #fff;
  font-weight: 900;
}
.promotion .wing.right .wing-item .wing-title span {
  display: inline-block;
  margin-top: 5px;
  font-size: 24px;
  font-weight: 900;
  color: #ffe818;
}
.promotion .wing.right .wing-item a {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  color: #212121;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 16px;
  background: url("https://img.eduwill.net/eduwill/img/2021/G/product/210930_2/pc/wing_arrow.png");
  background-position: right 12px center;
  background-repeat: no-repeat;
}
.promotion .wing.right .wing-item a span {
  color: #fe5956;
}
.promotion .wing.right .wing-item a.highlight {
  background-color: #FFE518;
  font-weight: 700;
}
.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: 11.1111111111vw;
  height: 12.2222222222vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_1.png") no-repeat 0 0;
  background-size: 100% auto;
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after {
    width: 80px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after {
    height: 88px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.promotion .slick-arrow {
  top: 50%;
  left: 50% !important;
  z-index: 112;
  border-radius: 50%;
}
.promotion .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  left: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin-left: -485px;
  border: 1px solid #e9e9e9;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    width: 48px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    height: 48px;
  }
}
.promotion .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 3px;
  border-left-width: 3px;
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev::before {
    width: 12px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev::before {
    height: 12px;
  }
}
.promotion .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  right: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin-left: 435px;
  border: 1px solid #e9e9e9;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    width: 48px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    height: 48px;
  }
}
.promotion .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-top-width: 3px;
  border-right-width: 3px;
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next::before {
    width: 12px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next::before {
    height: 12px;
  }
}
.promotion .notice {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -1px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 1.5;
}
.promotion .btn-grounds {
  z-index: 3;
  position: absolute;
}
.promotion .btn-grounds a {
  display: inline-block;
  width: auto;
  height: auto;
  color: #666;
  border: 1px solid #666;
  padding: 4px 10px;
}
.promotion .btn-grounds a span {
  padding-right: 12px;
}
.promotion .btn-grounds a span {
  position: relative;
  display: inline-block;
}
.promotion .btn-grounds a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: #666;
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 0.1388888889vw;
  border-right-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-grounds a span::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-grounds a span::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-grounds a span::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-grounds a span::before {
    right: 20px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-grounds a span::before {
    border-top-width: 1px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-grounds a span::before {
    border-right-width: 1px;
  }
}
.promotion .btn-grounds a span:before {
  right: 0;
}
.promotion .sector-title {
  background-color: #F8DC4F;
  background-image: url("//img.eduwill.net/eduwill/img/2025/G/product/250618/pc/bg_title.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}
.promotion .sector-title .wrap-full {
  padding-bottom: 114px;
}
.promotion .sector-title .flag {
  display: none;
}
.promotion .sector-title .title-1 {
  margin-left: -21px;
}
.promotion .sector-title .sub {
  position: absolute;
  top: 856px;
  right: 0;
}
.promotion .sector-title .sub-text {
  position: absolute;
  bottom: 120px;
  left: 50%;
  width: 100%;
  height: 34px;
  line-height: 34px;
  margin-left: 300px;
  padding-left: 10px;
  font-size: 24px;
  font-weight: 900;
  color: #000;
  letter-spacing: -0.48px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: left;
  box-sizing: border-box;
}
.promotion .sector-title .sub-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: -17px;
  display: block;
  border-right: 17px solid rgba(255, 255, 255, 0.9);
  border-top: 34px solid transparent;
}
.promotion .sector-title .text {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  line-height: 1.2;
  text-align: center;
  padding: 20px 0 28px;
  border-top: 3px solid #fff;
  background: rgba(35, 40, 53, 0.9);
  box-sizing: border-box;
}
.promotion .sector-title .text p {
  font-size: 35px;
  font-weight: 900;
  color: #fff;
}
.promotion .sector-title .text p span {
  color: #ffe518;
  animation-name: titleBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
}
@keyframes titleBlink {
  50% {
    opacity: 0;
  }
}
.promotion .sector-title .news {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4px 0;
  background-color: #fff;
  box-sizing: border-box;
}
.promotion .sector-title .news > span {
  z-index: 2;
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  margin-right: 20px;
  padding: 4px 12px;
  background: #ff0000;
}
.promotion .sector-title .news > span:after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 4px;
  right: -9px;
  transform-origin: center center;
  transform: rotate(45deg);
  width: 19px;
  height: 19px;
  background: #ff0000;
}
.promotion .sector-title .news .news-rolling p {
  font-size: 18px;
  font-weight: 700;
  color: #232835;
}
.promotion .sector-guide {
  background: #FFFEEC;
}
.promotion .sector-guide .wrap {
  padding: 100px 0 132px;
}
.promotion .sector-guide .wrap .title p {
  font-size: 43px;
  font-weight: 900;
  color: #000;
}
.promotion .sector-guide .wrap .list {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  text-align: left;
  margin-top: 70px;
}
.promotion .sector-guide .wrap .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 24px 60px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #B7B7B7;
  box-shadow: border-box;
}
.promotion .sector-guide .wrap .list-item:last-child {
  margin-bottom: 0;
}
.promotion .sector-guide .wrap .list-text {
  display: flex;
  align-items: center;
}
.promotion .sector-guide .wrap .list-label {
  display: inline-block;
  margin-right: 20px;
  padding: 8px 24px;
  border-radius: 50px;
  border: 1px solid #222;
  box-sizing: border-box;
}
.promotion .sector-guide .wrap .list-label p {
  font-size: 21px;
  line-height: 1.2;
  color: #777;
}
.promotion .sector-guide .wrap .list-label p span {
  font-weight: 900;
}
.promotion .sector-guide .wrap .list-title p {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.2;
}
.promotion .sector-guide .wrap .list-action a {
  display: block;
  width: 300px;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin: 4px 0;
  padding: 12px;
  border-radius: 50px;
  background: #FFBF00;
  background: linear-gradient(321deg, #FFBF00 26.96%, #FFE712 74.26%);
}
.promotion .sector-guide .wrap .list-action a span {
  padding-right: 30px;
}
.promotion .sector-guide .wrap .list-action a span {
  position: relative;
  display: inline-block;
}
.promotion .sector-guide .wrap .list-action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  margin-top: -0.8333333333vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 3.3333333333vw;
  border-top-width: 0.2083333333vw;
  border-right-width: 0.2083333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-guide .wrap .list-action a span::before {
    width: 12px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-guide .wrap .list-action a span::before {
    height: 12px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-guide .wrap .list-action a span::before {
    margin-top: -6px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-guide .wrap .list-action a span::before {
    right: 24px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-guide .wrap .list-action a span::before {
    border-top-width: 1.5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-guide .wrap .list-action a span::before {
    border-right-width: 1.5px;
  }
}
.promotion .sector-guide .wrap .list-action a span:before {
  right: 0;
}
.promotion .sector-method {
  background-color: #F7F7F7;
}
.promotion .sector-method::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 520px;
  background-color: #fff;
}
.promotion .sector-method .wrap {
  width: 1288px;
  padding-bottom: 100px;
}
.promotion .sector-method .item-wrap {
  display: flex;
  justify-content: center;
}
.promotion .sector-method .item-wrap .item {
  width: 380px;
  margin: 0 15px;
  padding: 40px 48px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #000;
  background: #FFF;
  box-shadow: 0 7px 4px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.promotion .sector-method .item-wrap .item .item-title p {
  font-size: 28px;
  font-weight: 900;
}
.promotion .sector-method .item-wrap .item .item-sub {
  margin: 32px 0 36px;
}
.promotion .sector-method .item-wrap .item .item-sub p {
  font-size: 22px;
  font-weight: 900;
}
.promotion .sector-method .item-wrap .item .item-action a {
  display: block;
  font-size: 20px;
  font-weight: 900;
  padding: 16px 0;
  border: 1px solid #000;
  background: #FFFAE0;
}
.promotion .sector-method .item-wrap .item .item-action a span {
  padding-right: 16px;
}
.promotion .sector-method .item-wrap .item .item-action a span {
  position: relative;
  display: inline-block;
}
.promotion .sector-method .item-wrap .item .item-action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  margin-top: -0.5555555556vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 0.2083333333vw;
  border-right-width: 0.2083333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-method .item-wrap .item .item-action a span::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-method .item-wrap .item .item-action a span::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-method .item-wrap .item .item-action a span::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-method .item-wrap .item .item-action a span::before {
    right: 16px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-method .item-wrap .item .item-action a span::before {
    border-top-width: 1.5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-method .item-wrap .item .item-action a span::before {
    border-right-width: 1.5px;
  }
}
.promotion .sector-method .item-wrap .item .item-action a span:before {
  right: 0;
}
.promotion .sector-method .item-wrap .item .item-action a.btn-finish {
  color: #7c7c7c;
  border-color: #949494;
  background: #d4d4d4;
}
.promotion .sector-method .item-wrap .item .item-action a.btn-finish span {
  padding-right: 0;
}
.promotion .sector-method .item-wrap .item .item-action a.btn-finish span:before {
  display: none;
}
.promotion .sector-method .list {
  max-width: 1200px;
  margin: 64px auto 0;
  text-align: left;
}
.promotion .sector-method .list ul li {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  padding-left: 10px;
}
.promotion .sector-method .list ul li:before {
  content: "·";
  position: absolute;
  top: 4px;
  left: 0;
}
.promotion .sector-method .list ul li a {
  color: #0057ff;
  text-decoration: underline;
}
.promotion .sector-curriculum {
  padding-bottom: 100px;
}
.promotion .sector-curriculum .box-list {
  display: flex;
  flex-wrap: wrap;
  -ms-box-pack: center;
  justify-content: center;
  gap: 12px 11px;
}
.promotion .sector-curriculum .box-list .box {
  display: flex;
  flex-direction: column;
  width: 345px;
  padding: 49px 14px 35px;
  border-radius: 30px;
  border: 1px solid #000;
  background: #FFF;
  box-shadow: 0px 14px 44px 0px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}
.promotion .sector-curriculum .box-list .box .item-text .item-title {
  padding-bottom: 34px;
  border-bottom: 1px solid #E9E9E9;
}
.promotion .sector-curriculum .box-list .box .item-text .item-title .title {
  color: #FF8E0C;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.84px;
}
.promotion .sector-curriculum .box-list .box .item-text .item-title .sub-title {
  margin-top: 10px;
  color: #444;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.66px;
}
.promotion .sector-curriculum .box-list .box .item-sub {
  margin-top: 14px;
  margin-bottom: 45px;
  color: #666;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -1px;
}
.promotion .sector-curriculum .box-list .box .item-action {
  margin: auto 10px 0;
}
.promotion .sector-curriculum .box-list .box .item-action a {
  display: inline-block;
  width: 100%;
  padding: 12px 0;
  border: 1px solid #000;
  background: #FFFAE0;
}
.promotion .sector-curriculum .box-list .box .item-action a span {
  padding-right: 16px;
  color: #000;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.6px;
}
.promotion .sector-curriculum .box-list .box .item-action a span {
  position: relative;
  display: inline-block;
}
.promotion .sector-curriculum .box-list .box .item-action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-top: -0.4166666667vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 0.2777777778vw;
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-curriculum .box-list .box .item-action a span::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-curriculum .box-list .box .item-action a span::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-curriculum .box-list .box .item-action a span::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-curriculum .box-list .box .item-action a span::before {
    right: 12px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-curriculum .box-list .box .item-action a span::before {
    border-top-width: 2px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-curriculum .box-list .box .item-action a span::before {
    border-right-width: 2px;
  }
}
.promotion .sector-curriculum .box-list .box .item-action a span:before {
  right: 0;
}
.promotion .sector-band1 {
  background-color: #222;
}
.promotion .sector-band2 {
  background: #FFBF00;
  background: linear-gradient(351deg, #FFBF00 26.96%, #FFE712 74.26%);
}
.promotion .sector-band2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 90px;
  height: 42px;
  margin-left: -600px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/G/product/250618/pc/bg_deco_band2.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}
.promotion .sector-teacher {
  position: relative;
}
.promotion .sector-teacher .action-video {
  position: absolute;
  top: 628px;
  left: 50%;
  margin-left: -600px;
}
.promotion .sector-knowhow {
  background: #F8F8F8;
}
.promotion .sector-knowhow .slick-slide {
  margin: 0 12px;
}
.promotion .sector-band3 {
  background-color: #222;
}
.promotion .sector-band3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 90px;
  height: 42px;
  margin-left: -600px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/G/product/250618/pc/bg_deco_band3.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}
.promotion .sector-table .wrap {
  padding-bottom: 120px;
}
.promotion .sector-table .wrap .btn-wrap {
  display: flex;
  justify-content: flex-end;
  padding: 0 71px;
  gap: 1px;
  box-sizing: border-box;
}
.promotion .sector-table .wrap .btn-wrap a {
  display: block;
  width: 418px;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  padding: 24px 0;
  background: #646464;
  background: linear-gradient(180deg, #646464 0%, #000 100%);
}
.promotion .sector-table .wrap .btn-wrap a span {
  padding-right: 20px;
}
.promotion .sector-table .wrap .btn-wrap a span {
  position: relative;
  display: inline-block;
}
.promotion .sector-table .wrap .btn-wrap a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 0.2083333333vw;
  border-right-width: 0.2083333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-table .wrap .btn-wrap a span::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-table .wrap .btn-wrap a span::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-table .wrap .btn-wrap a span::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-table .wrap .btn-wrap a span::before {
    right: 20px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-table .wrap .btn-wrap a span::before {
    border-top-width: 1.5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-table .wrap .btn-wrap a span::before {
    border-right-width: 1.5px;
  }
}
.promotion .sector-table .wrap .btn-wrap a span:before {
  right: 0;
}
.promotion .sector-result {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #FFD000;
  background: linear-gradient(180deg, #FFD000 0%, #000 100%);
}
.promotion .sector-result .title-box {
  margin-bottom: 60px;
}
.promotion .sector-result .title-box .title {
  color: #FFF;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 43px;
  font-weight: 900;
  letter-spacing: -1.29px;
}
.promotion .sector-result .result-list {
  display: flex;
  gap: 22px;
}
.promotion .sector-result .result-list .result-item {
  position: relative;
}
.promotion .sector-result .result-list .result-item a, .promotion .sector-result .result-list .result-item button {
  position: absolute;
  bottom: 44px;
  left: 17px;
  right: 17px;
  padding: 14px 0;
  border-radius: 10px;
  background: #000;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.6px;
}
.promotion .sector-add {
  padding-bottom: 70px;
  background-color: #000;
}
.promotion .sector-add .notice {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
.promotion .sector-apply {
  background: #fff;
}
.promotion .sector-apply .apply-notice {
  margin-top: 60px;
  text-align: center;
}
.promotion .sector-apply .apply-notice + .tab_view, .promotion .sector-apply .apply-notice + .tab_view + .tab_view {
  padding-top: 50px;
}
.promotion .sector-apply .apply-notice .notice-1 {
  display: inline-block;
  min-width: 274px;
  padding: 19px;
  border: 1.0493px solid #FF0000;
  border-radius: 90px;
  background: #FF0000;
  background: linear-gradient(180deg, #FF0000 4.67%, #E80000 6.83%, #D30000 9.43%, #C50000 12.39%, #BD0000 15.96%, #BA0000 21.8%, #BE0000 40.8%, #C90000 58.28%, #DB0000 75.19%, #F60000 91.63%, #FF0000 96.6%);
  box-sizing: border-box;
}
.promotion .sector-apply .apply-notice .notice-1 strong {
  display: inline-block;
  padding-left: 40px;
  line-height: 1;
  font-size: 28px;
  font-weight: 900;
  color: #FFFFFF;
  background-image: url("//img.eduwill.net/eduwill/img/2025/G/product/250618/pc/icon_notice.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
}
.promotion .sector-apply .apply-notice .notice-2 {
  margin-top: 20px;
  font-size: 40px;
  font-weight: 900;
  color: #D90101;
}
.promotion .sector-apply .apply-notice .notice-3 {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}
.promotion .sector-apply .apply-notice .notice-4 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #535F7D;
}
.promotion .sector-apply .label-apply {
  position: absolute;
  top: 52px;
  left: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 70px;
  height: 70px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 50%;
  margin-left: -122px;
  background: #ffb743;
  animation-name: labelBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
}
@keyframes labelBlink {
  50% {
    opacity: 0;
  }
}
.promotion .sector-apply .label-apply.label-apply2 {
  top: -22px;
  left: 120px;
  margin-left: 0;
  font-size: 21px;
  font-weight: 900;
  color: #FFFFFF;
  background: #E30000;
}
.promotion .sector-apply .wrap-full {
  background: #2f333c;
}
.promotion .sector-apply .wrap-full .tab_list ul {
  display: flex;
  justify-content: center;
  width: 1000px;
  margin: 0 auto;
}
.promotion .sector-apply .wrap-full .tab_list ul li {
  width: 100%;
}
.promotion .sector-apply .wrap-full .tab_list ul li a {
  display: block;
  font-size: 30px;
  font-weight: 900;
  color: #949494;
  text-align: center;
  padding: 24px 0;
  border-radius: 30px 30px 0 0;
  background: #cfcfcf;
}
.promotion .sector-apply .wrap-full .tab_list ul li.on a {
  color: #000;
  background: #dce6ff;
}
.promotion .sector-apply .tab_view {
  display: none;
  padding: 80px 0 48px;
}
.promotion .sector-apply .tab_view.on {
  display: block;
}
.promotion .sector-apply .tab_view .sub_tab_list {
  position: relative;
}
.promotion .sector-apply .tab_view .sub_tab_list ul {
  display: flex;
  padding: 0 100px;
  box-sizing: border-box;
}
.promotion .sector-apply .tab_view .sub_tab_list ul li {
  width: 100%;
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  padding: 12px 0;
  background: #999;
  cursor: pointer;
}
.promotion .sector-apply .tab_view .sub_tab_list ul li.on {
  background: #000;
}
.promotion .sector-apply .tab_view .sub_tab_view {
  display: none;
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
.promotion .sector-apply .tab_view .sub_tab_view .apply-type {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 0;
  border: 1px solid #000;
  background: #fff;
  box-sizing: border-box;
}
.promotion .sector-apply .tab_view .sub_tab_view .apply-type label {
  margin: 0 100px;
  cursor: pointer;
}
.promotion .sector-apply .tab_view .sub_tab_view .apply-type span {
  font-size: 22px;
  font-weight: 700;
}
.promotion .sector-apply .tab_view .sub_tab_view label {
  position: relative;
  display: inline-block;
}
.promotion .sector-apply .tab_view .sub_tab_view label span {
  position: relative;
  display: block;
  padding-left: 30px;
}
.promotion .sector-apply .tab_view .sub_tab_view label span:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #000;
  background: #fff;
  box-sizing: border-box;
}
.promotion .sector-apply .tab_view .sub_tab_view label span:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
}
.promotion .sector-apply .tab_view .sub_tab_view label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(0, 0, 0, 0);
  visibility: hidden;
}
.promotion .sector-apply .tab_view .sub_tab_view label input[type=radio]:checked + span:after {
  background: #000;
}
.promotion .sector-apply .tab_view .sub_tab_view .apply-contents {
  display: none;
  text-align: left;
  border: 1px solid #000;
  background: #fff;
  box-sizing: border-box;
}
.promotion .sector-apply .tab_view .sub_tab_view .apply-contents .apply-item {
  width: 100%;
  padding: 30px 0 30px 30px;
  border-right: 1px solid #000;
  box-sizing: border-box;
}
.promotion .sector-apply .tab_view .sub_tab_view .apply-contents .apply-item:last-child {
  border-right: 0;
}
.promotion .sector-apply .tab_view .sub_tab_view .apply-contents .apply-item p {
  font-size: 22px;
  font-weight: 700;
  min-height: 60px;
  margin-bottom: 24px;
}
.promotion .sector-apply .tab_view .sub_tab_view .apply-contents .apply-item div {
  margin-bottom: 6px;
}
.promotion .sector-apply .tab_view .sub_tab_view .apply-contents .apply-item label span {
  font-size: 20px;
}
.promotion .sector-apply .tab_view .sub_tab_view .apply-contents .apply-item label span:before {
  top: 5px;
}
.promotion .sector-apply .tab_view .sub_tab_view .apply-contents .apply-item label span:after {
  top: 9px;
}
.promotion .sector-apply .tab_view .sub_tab_view .apply-contents.on {
  display: flex;
}
.promotion .sector-apply .tab_view .sub_tab_view .apply-price {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-top: 12px;
  padding: 30px 40px;
  border: 1px solid #000;
  background: #fff;
  box-sizing: border-box;
}
.promotion .sector-apply .tab_view .sub_tab_view .apply-price .text-wrap ul li {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.promotion .sector-apply .tab_view .sub_tab_view .apply-price .text-wrap a {
  display: inline-block;
  font-size: 16px;
  margin-top: 16px;
  margin-left: 12px;
  padding: 4px 16px;
  border: 1px solid #000;
  border-radius: 4px;
  background: #ededed;
}
.promotion .sector-apply .tab_view .sub_tab_view .apply-price .text-wrap a span {
  padding-right: 12px;
}
.promotion .sector-apply .tab_view .sub_tab_view .apply-price .text-wrap a span {
  position: relative;
  display: inline-block;
}
.promotion .sector-apply .tab_view .sub_tab_view .apply-price .text-wrap a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-top: -0.4166666667vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 0.2083333333vw;
  border-right-width: 0.2083333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .tab_view .sub_tab_view .apply-price .text-wrap a span::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .tab_view .sub_tab_view .apply-price .text-wrap a span::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .tab_view .sub_tab_view .apply-price .text-wrap a span::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .tab_view .sub_tab_view .apply-price .text-wrap a span::before {
    right: 12px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .tab_view .sub_tab_view .apply-price .text-wrap a span::before {
    border-top-width: 1.5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .tab_view .sub_tab_view .apply-price .text-wrap a span::before {
    border-right-width: 1.5px;
  }
}
.promotion .sector-apply .tab_view .sub_tab_view .apply-price .text-wrap a span:before {
  right: 0;
}
.promotion .sector-apply .tab_view .sub_tab_view .apply-price .price-wrap {
  text-align: right;
}
.promotion .sector-apply .tab_view .sub_tab_view .apply-price .price-wrap .before-price p {
  font-size: 25px;
  font-weight: 700;
  color: #8c8c8c;
  text-decoration: line-through;
}
.promotion .sector-apply .tab_view .sub_tab_view .apply-price .price-wrap .after-price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 4px 0 12px;
}
.promotion .sector-apply .tab_view .sub_tab_view .apply-price .price-wrap .after-price span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
  margin-right: 20px;
  padding: 4px 10px;
  background: #ff203b;
}
.promotion .sector-apply .tab_view .sub_tab_view .apply-price .price-wrap .after-price p {
  font-size: 64px;
  font-weight: 900;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  line-height: 1.2;
}
.promotion .sector-apply .tab_view .sub_tab_view .apply-price .price-wrap .price-notice {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.promotion .sector-apply .tab_view .sub_tab_view .apply-action {
  margin-top: 48px;
}
.promotion .sector-apply .tab_view .sub_tab_view .apply-action a {
  display: block;
  width: 640px;
  font-size: 30px;
  color: #fff;
  font-weight: 900;
  padding: 16px 0;
  margin: 0 auto;
  border-radius: 50px;
  background: #646464;
  background: linear-gradient(180deg, #646464 0%, #000 100%);
}
.promotion .sector-apply .tab_view .sub_tab_view .apply-action a span {
  padding-right: 20px;
}
.promotion .sector-apply .tab_view .sub_tab_view .apply-action a span {
  position: relative;
  display: inline-block;
}
.promotion .sector-apply .tab_view .sub_tab_view .apply-action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 0.2083333333vw;
  border-right-width: 0.2083333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .tab_view .sub_tab_view .apply-action a span::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .tab_view .sub_tab_view .apply-action a span::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .tab_view .sub_tab_view .apply-action a span::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .tab_view .sub_tab_view .apply-action a span::before {
    right: 20px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .tab_view .sub_tab_view .apply-action a span::before {
    border-top-width: 1.5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .tab_view .sub_tab_view .apply-action a span::before {
    border-right-width: 1.5px;
  }
}
.promotion .sector-apply .tab_view .sub_tab_view .apply-action a span:before {
  right: 0;
}
.promotion .sector-apply .tab_view .sub_tab_view.on {
  display: block;
}
.promotion .sector-band4 {
  background-color: #222;
}
.promotion .sector-benefit {
  background: #ffb743;
}
.promotion .sector-benefit .action {
  position: absolute;
  top: 643px;
  left: 0;
  right: 0;
}
.promotion .sector-notice {
  background: #F8F8F8;
}
.promotion .sector-notice .wrap {
  text-align: left;
  padding: 100px 0;
}
.promotion .sector-notice .wrap .notice-title p {
  font-size: 18px;
  font-weight: 900;
  text-decoration: underline;
}
.promotion .sector-notice .wrap .notice-list .list {
  font-weight: 400;
  margin-top: 24px;
  line-height: 1.6;
  letter-spacing: -0.54px;
}
.promotion .sector-notice .wrap .notice-list .list .btn-kakao {
  padding: 5px 11px;
  margin-left: 5px;
  border-radius: 1px;
  border: 1px solid #676767;
  color: #222;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.64px;
}
.promotion .sector-notice .wrap .notice-list .list strong {
  font-size: 18px;
  font-weight: 700;
}
.promotion .sector-notice .wrap .notice-list .list ul li {
  position: relative;
}
.promotion .sector-notice .wrap .notice-list .list .point {
  color: #ff0000;
}
.promotion .sector-notice .wrap .notice-list .list .point-blue {
  color: #515FDA;
}
.promotion .sector-notice .wrap .notice-list .list.dot ul li {
  padding-left: 8px;
}
.promotion .sector-notice .wrap .notice-list .list.dot ul li:before {
  content: "·";
  top: 3px;
}
.promotion .sector-notice .wrap .notice-list .list .underline {
  text-decoration: underline;
}

.action-top-product {
  display: none !important;
}/*# sourceMappingURL=web.css.map */