@charset "UTF-8";
a, *:hover, *:active, *:focus, a img, object, embed {
  outline: none;
  -moz-outline-style: none;
}

.promotion div,
.promotion a,
.promotion span,
.promotion ul,
.promotion li,
.promotion dl,
.promotion dt,
.promotion dd,
.promotion em,
.promotion button,
.promotion input,
.promotion textarea {
  box-sizing: border-box;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.promotion button {
  padding: 0;
  border: 0;
  background-color: transparent;
  outline: 0;
  cursor: pointer;
}
.promotion .container {
  position: relative;
}
.promotion .wrap {
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}

.grid {
  *zoom: 1;
}
.grid:before, .grid:after {
  content: "";
  display: table;
}
.grid:after {
  clear: both;
}

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

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

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

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

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

.effect-extend {
  animation-name: effectExtend;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectExtend {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
}

.effect-blink {
  animation-name: effectBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-start;
  animation-direction: normal;
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.eduf-layer-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  top: 3.3333333333vw;
  right: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-close {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-close {
    height: 40px;
  }
}
.eduf-layer-close:before, .eduf-layer-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  margin-left: -10px;
  background-color: #000;
}
.eduf-layer-close:before {
  transform: rotate(45deg);
}
.eduf-layer-close:after {
  transform: rotate(315deg);
}
.eduf-layer-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;
}
@media screen and (min-width: 720px) {
  .eduf-layer-close {
    top: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-close {
    right: 24px;
  }
}

.eduf-layer-privacy .eduf-layer-wrap {
  max-width: 620px;
}
.eduf-layer-privacy .eduf-layer-wrap .eduf-layer-title {
  padding: 4.4444444444vw 6.9444444444vw;
  border-radius: 2.7777777778vw 2.7777777778vw 0 0;
  background: #FFC300;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .eduf-layer-title {
    padding: 32px 50px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .eduf-layer-title {
    border-radius: 20px 20px 0 0;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .eduf-layer-title p {
  font-size: 3.8888888889vw;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .eduf-layer-title p {
    font-size: 28px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .eduf-layer-content {
  padding: 5.5555555556vw 6.9444444444vw 6.9444444444vw;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .eduf-layer-content {
    padding: 40px 50px 50px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .eduf-layer-title {
  text-align: center;
  padding-bottom: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .eduf-layer-title {
    padding-bottom: 40px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .eduf-layer-title p {
  font-size: 4.1666666667vw;
  font-weight: 700;
  line-height: 140%;
  color: #000;
  letter-spacing: -1.2px;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .eduf-layer-title p {
    font-size: 30px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .eduf-layer-title span {
  display: block;
  font-size: 3.0555555556vw;
  line-height: 140%;
  color: #000;
  letter-spacing: -0.88px;
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .eduf-layer-title span {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .eduf-layer-title span {
    margin-top: 10px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .all-check {
  position: relative;
  padding-bottom: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .all-check {
    padding-bottom: 30px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .all-check input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  clip: rect(0, 0, 0, 0);
}
.eduf-layer-privacy .eduf-layer-wrap .all-check input:checked + label::before {
  border-color: #000;
}
.eduf-layer-privacy .eduf-layer-wrap .all-check input:checked + label::after {
  content: "";
  position: absolute;
  top: 1.3888888889vw;
  left: 0.8333333333vw;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  border-radius: 50%;
  background: #000;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .all-check input:checked + label::after {
    top: 10px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .all-check input:checked + label::after {
    left: 6px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .all-check input:checked + label::after {
    width: 12px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .all-check input:checked + label::after {
    height: 12px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .all-check label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 3.0555555556vw;
  font-weight: 700;
  color: #000;
  padding-left: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .all-check label {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .all-check label {
    padding-left: 30px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .all-check label:before {
  content: "";
  position: absolute;
  left: 0;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  border: solid #777;
  border-width: 0.2777777778vw;
  border-radius: 50%;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .all-check label:before {
    width: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .all-check label:before {
    height: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .all-check label:before {
    border-width: 2px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box * {
  word-wrap: break-word;
  word-break: keep-all;
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box .title {
  font-size: 2.7777777778vw;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .title {
    font-size: 20px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box .box {
  margin-bottom: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box {
    margin-bottom: 30px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box .box:last-child {
  margin-bottom: 0;
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box .box .desc {
  margin-top: 1.3888888889vw;
  padding: 5.5555555556vw 3.3333333333vw;
  border: 1px solid #AAA;
  background: #FFF;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .desc {
    margin-top: 10px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .desc {
    padding: 40px 24px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box .box .desc p {
  font-size: 2.7777777778vw;
  color: #666;
  line-height: 140%;
  margin-bottom: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .desc p {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .desc p {
    margin-bottom: 12px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box .box .desc ul li {
  position: relative;
  font-size: 2.7777777778vw;
  line-height: 1.35;
  color: #666;
  margin-top: 0.6944444444vw;
  padding-left: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .desc ul li {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .desc ul li {
    margin-top: 5px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .desc ul li {
    padding-left: 12px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box .box .desc ul li:before {
  content: "-";
  position: absolute;
  left: 0;
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box .box .desc ul li.period {
  font-weight: 700;
  text-decoration: underline;
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box .box .text {
  font-size: 2.7777777778vw;
  line-height: 130%;
  color: #666;
  margin-top: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .text {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .text {
    margin-top: 12px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list {
  display: flex;
  align-items: center;
  gap: 0 2.5vw;
  margin-top: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list {
    gap: 0 18px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list {
    margin-top: 12px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list .fake-radio {
  position: relative;
  display: flex;
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list .fake-radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  clip: rect(0, 0, 0, 0);
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list .fake-radio input:checked + label::before {
  border-color: #000;
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list .fake-radio input:checked + label::after {
  content: "";
  position: absolute;
  top: 1.3888888889vw;
  left: 0.8333333333vw;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  border-radius: 50%;
  background: #000;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list .fake-radio input:checked + label::after {
    top: 10px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list .fake-radio input:checked + label::after {
    left: 6px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list .fake-radio input:checked + label::after {
    width: 12px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list .fake-radio input:checked + label::after {
    height: 12px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list .fake-radio label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 3.0555555556vw;
  font-weight: 700;
  color: #000;
  padding-left: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list .fake-radio label {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list .fake-radio label {
    padding-left: 30px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list .fake-radio label:before {
  content: "";
  position: absolute;
  left: 0;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  border: solid #777;
  border-width: 0.2777777778vw;
  border-radius: 50%;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list .fake-radio label:before {
    width: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list .fake-radio label:before {
    height: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list .fake-radio label:before {
    border-width: 2px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list .fake-radio span {
  color: #000;
  padding: 0;
}
.eduf-layer-privacy .eduf-layer-wrap .btn-action {
  text-align: center;
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .btn-action {
    margin-top: 30px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .btn-action a {
  display: inline-block;
  width: 48.6111111111vw;
  font-size: 3.3333333333vw;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto;
  padding: 2.7777777778vw 0;
  border-radius: 0.8333333333vw;
  background: #646464;
  background: linear-gradient(180deg, #646464 0%, #000 100%);
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .btn-action a {
    width: 350px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .btn-action a {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .btn-action a {
    padding: 20px 0;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .btn-action a {
    border-radius: 6px;
  }
}

.promotion [class^=sector-] {
  position: relative;
}
.promotion .wrap {
  width: 1200px;
}
.promotion .only-pc {
  display: block;
}
.promotion .only-mobile {
  display: none;
}
.promotion .sector-title {
  border-top: 20px solid #FFB312;
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/onair/250925/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-title:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2F2F2F;
  background: linear-gradient(96deg, #2F2F2F 0%, #161616 100%);
}
.promotion .sector-title .wrap {
  padding-top: 100px;
  padding-bottom: 120px;
}
.promotion .sector-title p {
  opacity: 0;
}
.promotion .sector-title .title-1 {
  margin-bottom: 10px;
}
.promotion .sector-title .title-line {
  position: absolute;
  top: 114px;
  left: 50%;
  width: 74px;
  height: 10px;
  margin-left: 32px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/onair/250925/pc/title_line.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.promotion .sector-title .title-text {
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: 54px;
}
.promotion .sector-title .title-flag {
  position: absolute;
  top: 123px;
  left: 50%;
  margin-left: 190px;
}
.promotion .sector-title .title-4 {
  margin-top: 34px;
  margin-bottom: 28px;
}
.promotion .sector-title .box-wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.promotion .sector-review {
  padding-bottom: 100px;
  background: #FFF;
}
.promotion .sector-review .slick-slide {
  margin-left: 6px;
  margin-right: 6px;
}
.promotion .sector-event {
  background-color: #FFD112;
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/onair/250925/pc/bg_event.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-event .wrap {
  padding-top: 100px;
  padding-bottom: 40px;
}
.promotion .sector-event .img-box {
  position: relative;
}
.promotion .sector-event .flag {
  position: absolute;
  top: 29px;
  left: 50%;
  animation-name: flagMotion;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
.promotion .sector-event .flag-1 {
  margin-left: 370px;
}
.promotion .sector-event .flag-2 {
  margin-left: -570px;
  animation-name: flagMotion;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes flagMotion {}
@keyframes flagMotion {
  0%, 100% {
    margin-top: 0;
  }
  50% {
    margin-top: 5px;
  }
}
.promotion .sector-event .btn-action {
  margin-top: 30px;
  margin-bottom: 60px;
}
.promotion .sector-event .btn-action a {
  display: block;
  width: 660px;
  font-size: 0;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 24px;
  border-radius: 20px;
  background: #646464;
  background: linear-gradient(180deg, #646464 0%, #000 100%);
}
.promotion .sector-event .btn-action span {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  color: #FFF;
  letter-spacing: -0.4px;
  padding-right: 20px;
}
.promotion .sector-event .btn-action span {
  position: relative;
  display: inline-block;
}
.promotion .sector-event .btn-action 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: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-event .btn-action span:before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-event .btn-action span:before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-event .btn-action span:before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-event .btn-action span:before {
    right: 20px;
  }
}
.promotion .sector-event .btn-action span:before {
  right: 0;
}
.promotion .sector-event .text-box {
  display: inline-block;
  margin-top: 64px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  border: 1px solid #FFF;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
}
.promotion .sector-event .text-box p {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  color: #2B2B2B;
  letter-spacing: -1.08px;
}
.promotion .sector-fix-banner {
  z-index: 100;
  position: relative;
  background: #FFF;
}
.promotion .sector-fix-banner.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.promotion .sector-fix-banner ul {
  display: flex;
  padding: 0 20px;
}
.promotion .sector-fix-banner ul li {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  color: #B7B7B7;
  letter-spacing: -0.36px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.promotion .sector-fix-banner ul li:last-child {
  border-left: 0;
}
.promotion .sector-fix-banner ul li.active {
  color: #FFF;
  background: #646464;
  background: linear-gradient(180deg, #646464 0%, #000 100%);
}
.promotion .sector-tab .main-tab-view {
  display: none;
}
.promotion .sector-tab .main-tab-view.on {
  display: block;
}
.promotion .sector-tab .tab-view {
  display: none;
}
.promotion .sector-tab .tab-view.on {
  display: block;
}
.promotion .sector-tab .sector-tab-title::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.promotion .sector-tab .sector-tab-why {
  background: #FFF;
}
.promotion .sector-tab .sector-tab-video {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #FAFAFA;
}
.promotion .sector-tab .sector-tab-video .title-label {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  color: #000;
  letter-spacing: -0.4px;
  padding: 14px 40px;
  border: 2px solid #000;
  border-radius: 999px;
}
.promotion .sector-tab .sector-tab-video .title-text {
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
  color: #000;
  letter-spacing: -1.08px;
  margin-top: 16px;
}
.promotion .sector-tab .sector-tab-video .tab-list {
  display: flex;
  gap: 5px;
  margin: 60px 0 20px;
  padding: 0 20px;
}
.promotion .sector-tab .sector-tab-video .tab-list li {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  color: #B7B7B7;
  letter-spacing: -0.36px;
  padding: 20px 0;
  border: 1px solid #E1E1E1;
  border-radius: 5px;
  background: #FFF;
  cursor: pointer;
}
.promotion .sector-tab .sector-tab-video .tab-list li.active {
  color: #FFF;
  background: #646464;
  background: linear-gradient(180deg, #646464 0%, #000 100%);
}
.promotion .sector-tab .sector-tab-video .video-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  color: #444;
  letter-spacing: -0.36px;
  margin-bottom: 20px;
}
.promotion .sector-tab .sector-tab-video .video-box {
  position: relative;
  width: 1100px;
  height: 619px;
  margin: 0 auto;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background: #000;
  overflow: hidden;
}
.promotion .sector-tab .sector-tab-video .video-box .flag {
  z-index: 3;
  position: absolute;
  left: 77px;
  bottom: 114px;
  animation-name: flagMotion2;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes flagMotion2 {
  0%, 100% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: 5px;
  }
}
.promotion .sector-tab .sector-tab-video .video-box a {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.promotion .sector-tab .sector-tab-video .video-box iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.promotion .sector-tab [class^=sector-benefit] .btn-action a {
  display: block;
  width: 660px;
  font-size: 0;
  margin: 0 auto;
  padding: 24px 0;
  border: 1px solid #FFE220;
  border-radius: 20px;
  background: #646464;
  background: linear-gradient(180deg, #646464 0%, #000 100%);
}
.promotion .sector-tab [class^=sector-benefit] .btn-action a span {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  color: #FFF;
  letter-spacing: -0.4px;
  padding-right: 20px;
}
.promotion .sector-tab [class^=sector-benefit] .btn-action a span {
  position: relative;
  display: inline-block;
}
.promotion .sector-tab [class^=sector-benefit] .btn-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: #FFF;
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-tab [class^=sector-benefit] .btn-action a span:before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-tab [class^=sector-benefit] .btn-action a span:before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-tab [class^=sector-benefit] .btn-action a span:before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-tab [class^=sector-benefit] .btn-action a span:before {
    right: 16px;
  }
}
.promotion .sector-tab [class^=sector-benefit] .btn-action a span:before {
  right: 0;
}
.promotion .sector-tab .sector-benefit {
  padding-bottom: 40px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/onair/250925/pc/bg_benefit.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-tab .sector-benefit:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFE67E;
  background: linear-gradient(0deg, #FFE67E 0%, #FFD112 85.8%);
}
.promotion .sector-tab .sector-benefit .notice-box {
  text-align: left;
  margin: 40px 20px 0;
  padding: 40px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.4);
}
.promotion .sector-tab .sector-benefit .notice-box li {
  position: relative;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  letter-spacing: -0.32px;
  padding-left: 10px;
}
.promotion .sector-tab .sector-benefit .notice-box li:before {
  content: "-";
  position: absolute;
  left: 0;
}
.promotion .sector-tab .sector-benefit-2 {
  padding-bottom: 100px;
  background-color: #FFF7E2;
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/onair/250925/pc/bg_benefit2.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-tab .sector-benefit-2 .notice {
  font-size: 16px;
  line-height: 150%;
  color: #000;
  letter-spacing: -0.32px;
  margin-top: 20px;
  opacity: 0.5;
}
.promotion .sector-tab .sector-apply {
  padding: 100px 0;
  background: #FFD112;
}
.promotion .sector-tab .sector-apply .title-box {
  margin-bottom: 60px;
}
.promotion .sector-tab .sector-apply .title-box span {
  display: block;
  font-size: 32px;
  line-height: 140%;
  color: #000;
  letter-spacing: -1.28px;
}
.promotion .sector-tab .sector-apply .title-box p {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 42px;
  font-weight: 700;
  color: #000;
  letter-spacing: -2.1px;
}
.promotion .sector-tab .sector-apply .tab-list {
  display: flex;
  gap: 10px;
}
.promotion .sector-tab .sector-apply .tab-list li {
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: -0.96px;
  margin-bottom: 20px;
  padding: 20px 0;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background: #FAFAFA;
  cursor: pointer;
}
.promotion .sector-tab .sector-apply .tab-list li.active {
  color: #FFF;
  border: none;
  background: #646464;
  background: linear-gradient(180deg, #646464 0%, #000 100%);
}
.promotion .sector-tab .sector-apply .item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 35px;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background: #FFF;
  box-sizing: border-box;
}
.promotion .sector-tab .sector-apply .item-box {
  position: relative;
  max-width: 540px;
  width: 100%;
  padding: 32px 24px 28px;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background: #FAFAFA;
  box-sizing: border-box;
}
.promotion .sector-tab .sector-apply .item-box * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.promotion .sector-tab .sector-apply .item-title {
  font-size: 32px;
  font-weight: 900;
  line-height: 140%;
  color: #000;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #DEDEDE;
}
.promotion .sector-tab .sector-apply .item-title strong {
  font-weight: 900;
  color: #D30000;
}
.promotion .sector-tab .sector-apply .item-flag {
  position: absolute;
  top: 127px;
  left: 45px;
  width: 97px;
  height: 92px;
  font-size: 20px;
  font-weight: 900;
  line-height: 130%;
  color: #FFF;
  letter-spacing: -0.8px;
  padding-top: 14px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/onair/250925/pc/bg_flag.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.promotion .sector-tab .sector-apply [class^=price-] {
  display: flex;
  justify-content: flex-end;
}
.promotion .sector-tab .sector-apply [class^=price-] .price {
  display: flex;
  align-items: center;
}
.promotion .sector-tab .sector-apply .price-before {
  opacity: 0.3;
  text-decoration: line-through;
}
.promotion .sector-tab .sector-apply .price-before .price {
  font-size: 18px;
  color: #000;
}
.promotion .sector-tab .sector-apply .price-before .price span {
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.9px;
}
.promotion .sector-tab .sector-apply .price-after {
  line-height: 140%;
}
.promotion .sector-tab .sector-apply .price-after .price {
  font-size: 25px;
  font-weight: 900;
  line-height: 140%;
  color: #000;
  letter-spacing: -1px;
}
.promotion .sector-tab .sector-apply .price-after .price span {
  font-size: 40px;
}
.promotion .sector-tab .sector-apply .btn-action {
  margin-top: 32px;
}
.promotion .sector-tab .sector-apply .btn-action a {
  width: 100%;
  font-size: 20px;
  font-weight: 900;
  color: #FFF;
  letter-spacing: -1px;
  text-align: left;
  padding: 24px;
  border-radius: 6px;
  background: #646464;
  background: linear-gradient(180deg, #646464 0%, #000 100%);
}
.promotion .sector-tab .sector-apply .btn-action a {
  position: relative;
  display: inline-block;
}
.promotion .sector-tab .sector-apply .btn-action a: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: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-tab .sector-apply .btn-action a:before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-tab .sector-apply .btn-action a:before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-tab .sector-apply .btn-action a:before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-tab .sector-apply .btn-action a:before {
    right: 20px;
  }
}
.promotion .sector-tab .sector-apply .btn-action a:before {
  right: 24px;
}
.promotion .sector-tab #tab1 .sector-tab-title {
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/onair/250925/pc/bg_tab1_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-tab #tab1 .sector-tab-title:before {
  background: #FFE781;
  background: linear-gradient(180deg, #FFE781 0%, #F2FFF0 100%);
}
.promotion .sector-tab #tab2 .sector-tab-title {
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/onair/250925/pc/bg_tab2_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-tab #tab2 .sector-tab-title:before {
  background: #FFE781;
  background: linear-gradient(180deg, #FFE781 0%, #F5FFC6 100%);
}
.promotion .sector-tab #tab3 .sector-tab-title {
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/onair/250925/pc/bg_tab3_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-tab #tab3 .sector-tab-title:before {
  background: #FFE781;
  background: linear-gradient(180deg, #FFE781 0%, #D3F8FF 100%);
}
.promotion .sector-tab #tab4 .sector-tab-title {
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/onair/250925/pc/bg_tab4_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-tab #tab4 .sector-tab-title:before {
  background: #FFE781;
  background: linear-gradient(180deg, #FFE781 0%, #FFE3D3 100%);
}
.promotion .sector-tab #tab5 .sector-tab-title {
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/onair/250925/pc/bg_tab5_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-tab #tab5 .sector-tab-title:before {
  background: #FFE781;
  background: linear-gradient(180deg, #FFE781 0%, #EFEFEF 100%);
}
.promotion .sector-notice-top {
  background: #000;
}
.promotion .sector-notice-top p {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  color: #FFF;
  letter-spacing: -0.4px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.promotion .sector-notice {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #FFF;
}
.promotion .sector-notice .notice-list {
  text-align: left;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}
.promotion .sector-notice .notice-list:last-child {
  margin: 0;
}
.promotion .sector-notice .notice-list p, .promotion .sector-notice .notice-list li {
  font-size: 14px;
  line-height: 150%;
  color: #444;
}
.promotion .sector-notice .notice-list p {
  position: relative;
  font-weight: 700;
  padding-left: 16px;
}
.promotion .sector-notice .notice-list p:before {
  content: "※";
  position: absolute;
  left: 0;
}
.promotion .sector-notice .num-list li {
  position: relative;
}
.promotion .sector-notice .num-list li .text {
  display: flex;
  gap: 4px;
}
.promotion .sector-notice .num-list li span {
  display: block;
  font-size: 14px;
  line-height: 150%;
  color: #444;
}
.promotion .sector-notice button {
  font-size: 12px;
  line-height: 150%;
  color: #FFF;
  letter-spacing: -0.24px;
  margin-top: 4px;
  margin-bottom: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 20px;
  border: #000;
  border-radius: 8px;
  background: #000;
}
.promotion .sector-notice button {
  position: relative;
  display: inline-block;
}
.promotion .sector-notice button: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: #FFF;
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice button:before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice button:before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice button:before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice button:before {
    right: 12px;
  }
}
.promotion .sector-notice button:before {
  right: 8px;
}/*# sourceMappingURL=web.css.map */