@charset "UTF-8";
.grid, .promotion .sector-apply .apply-contents .apply-upload .filebox {
  *zoom: 1;
}
.grid:before, .promotion .sector-apply .apply-contents .apply-upload .filebox:before, .grid:after, .promotion .sector-apply .apply-contents .apply-upload .filebox:after {
  content: "";
  display: table;
}
.grid:after, .promotion .sector-apply .apply-contents .apply-upload .filebox: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, .promotion .sector-apply .apply-contents .apply-upload .filebox {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid .col, .promotion .sector-apply .apply-contents .apply-upload .filebox .col, .promotion .sector-apply .apply-contents .apply-upload .filebox .upload-box, .promotion .sector-apply .apply-contents .apply-upload .filebox label {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.table {
  display: table;
}
.table .table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.promotion .slick-dots {
  font-size: 0;
}
.promotion .slick-dots li {
  display: inline-block;
}
.promotion .slick-dots button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: 0;
  background: none;
}

.promotion .sector-content4 .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  background: none;
  outline: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.effect-bounce-diagonal {
  animation-name: effectBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@-webkit-keyframes effectBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    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;
}
@-webkit-keyframes effectBounceUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes effectBounceUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.effect-extend {
  animation-name: effectExtend;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@-webkit-keyframes effectExtend {
  0%, 100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
@keyframes effectExtend {
  0%, 100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    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;
}
@-webkit-keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.promotion,
.product,
.product-eco,
.fullservice {
  text-align: center;
}
.promotion [class^=sector-],
.product [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion .wrap,
.product .wrap,
.product-eco .wrap,
.fullservice .wrap {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.promotion .motion-1 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-3 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-4 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-5 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-6 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-7 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-8 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-9 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-10 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-11 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-12 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-1 {
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-2 {
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-3 {
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-4 {
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .active .motion-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.promotion .active .motion-2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.promotion .active .motion-3 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.promotion .active .motion-4 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.promotion .active .motion-5 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.promotion .active .motion-6 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.promotion .active .motion-7 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.promotion .active .motion-8 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.promotion .active .motion-9 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.promotion .active .motion-10 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}
.promotion .active .motion-11 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.promotion .active .motion-12 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.promotion .active .motion-box-1 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.promotion .active .motion-box-2 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.promotion .active .motion-box-3 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.promotion .active .motion-box-4 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.eduf-layer-consent {
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.eduf-layer-consent .eduf-layer-title {
  background-color: #fff;
  text-align: center;
  line-height: 1;
  padding-top: 8.75vw;
  color: #000;
  font-weight: 700;
  font-size: 4.1666666667vw;
  letter-spacing: -0.6px;
}
@media screen and (min-width: 720px) {
  .eduf-layer-consent .eduf-layer-title {
    padding-top: 63px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-consent .eduf-layer-title {
    font-size: 30px;
  }
}
.eduf-layer-consent .eduf-layer-content {
  padding: 6.6666666667vw 7.2222222222vw 5.9722222222vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-consent .eduf-layer-content {
    padding: 48px 52px 43px;
  }
}
.eduf-layer-consent .eduf-layer-content p {
  color: #000;
  font-size: 3.3333333333vw;
  line-height: 154%;
  letter-spacing: -0.8px;
}
@media screen and (min-width: 720px) {
  .eduf-layer-consent .eduf-layer-content p {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-consent .eduf-layer-content p {
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .eduf-layer-consent .eduf-layer-content p {
    font-size: 20px;
  }
}
.eduf-layer-consent .eduf-layer-content .agree-check {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  margin-top: 5.5555555556vw;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 720px) {
  .eduf-layer-consent .eduf-layer-content .agree-check {
    margin-top: 40px;
  }
}
.eduf-layer-consent .eduf-layer-content .agree-check label {
  cursor: pointer;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-consent .eduf-layer-content .agree-check label {
    font-size: 20px;
  }
}
.eduf-layer-consent .eduf-layer-content .agree-check input {
  vertical-align: middle;
  width: 5vw;
  height: 5vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-consent .eduf-layer-content .agree-check input {
    width: 36px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-consent .eduf-layer-content .agree-check input {
    height: 36px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-consent .eduf-layer-content .agree-check input {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    margin-right: 0.6944444444vw;
    vertical-align: top;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .eduf-layer-consent .eduf-layer-content .agree-check input {
    width: 20px;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .eduf-layer-consent .eduf-layer-content .agree-check input {
    height: 20px;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .eduf-layer-consent .eduf-layer-content .agree-check input {
    margin-right: 5px;
  }
}
.eduf-layer-consent .eduf-layer-content .agree-check input:nth-of-type(2) {
  margin-left: 6.25vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-consent .eduf-layer-content .agree-check input:nth-of-type(2) {
    margin-left: 45px;
  }
}
.eduf-layer-consent .eduf-layer-content .action {
  margin-top: 5.2777777778vw;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .eduf-layer-consent .eduf-layer-content .action {
    margin-top: 38px;
  }
}
.eduf-layer-consent .eduf-layer-content .action a {
  display: inline-block;
  color: #fff;
  font-size: 3.0555555556vw;
  font-weight: 500;
  line-height: 1;
  width: 29.1666666667vw;
  padding: 2.0833333333vw 0;
  background: #000;
}
@media screen and (min-width: 720px) {
  .eduf-layer-consent .eduf-layer-content .action a {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-consent .eduf-layer-content .action a {
    width: 210px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-consent .eduf-layer-content .action a {
    padding: 15px 0;
  }
}

.eduf-layer-stopping .eduf-layer-wrap {
  max-width: auto;
  width: auto;
}
.eduf-layer-stopping .eduf-layer-close {
  right: -10px;
  top: -10px;
}
@media screen and (min-width: 720px) {
  .eduf-layer-stopping .eduf-layer-close {
    right: 0;
    top: 0;
  }
}
.eduf-layer-stopping .eduf-layer-close:before, .eduf-layer-stopping .eduf-layer-close:after {
  background-color: #fff;
}
.eduf-layer-stopping .eduf-layer-content {
  width: 46.9444444444vw;
  height: 46.9444444444vw !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .eduf-layer-stopping .eduf-layer-content {
    width: 338px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-stopping .eduf-layer-content {
    height: 338px !important;
  }
}
.eduf-layer-stopping .eduf-layer-content p {
  text-align: center;
  color: #222;
  font-size: 3.0555555556vw;
  line-height: 1.4;
  font-weight: 500;
}
.eduf-layer-stopping .eduf-layer-content p .highlight {
  color: #EA0011;
  font-size: 4.1666666667vw;
  margin-bottom: 2.7777777778vw;
  display: block;
}
@media screen and (min-width: 720px) {
  .eduf-layer-stopping .eduf-layer-content p .highlight {
    font-size: 30px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-stopping .eduf-layer-content p .highlight {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-stopping .eduf-layer-content p {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-stopping .eduf-layer-content p {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .eduf-layer-stopping .eduf-layer-content p {
    font-size: 18px;
  }
}

.promotion {
  overflow: hidden;
  text-align: center;
}
.promotion * {
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -1px;
}
.promotion .wrap {
  position: relative;
  width: 1200px;
}
.promotion .content {
  position: relative;
}
.promotion .only-pc {
  display: block;
}
.promotion .only-mobile {
  display: none;
}
.promotion .btn-text, .promotion .btn-grounds {
  display: inline-block;
  padding: 5px 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 1;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.promotion .btn-text span, .promotion .btn-grounds span {
  padding-right: 12px;
}
.promotion .btn-text span, .promotion .btn-grounds span {
  position: relative;
  display: inline-block;
}
.promotion .btn-text span:before, .promotion .btn-grounds span:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.9722222222vw;
  height: 0.9722222222vw;
  margin-top: -0.4861111111vw;
  border-width: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.9444444444vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .promotion .btn-text span:before, .promotion .btn-grounds span:before {
    width: 7px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-text span:before, .promotion .btn-grounds span:before {
    height: 7px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-text span:before, .promotion .btn-grounds span:before {
    margin-top: -3.5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-text span:before, .promotion .btn-grounds span:before {
    right: 14px;
  }
}
.promotion .btn-text span:before, .promotion .btn-grounds span:before {
  right: 0;
  margin-top: -5px;
}
.promotion .btn-text.color-fff, .promotion .btn-grounds.color-fff {
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.promotion .btn-text.color-fff span:before, .promotion .btn-grounds.color-fff span:before {
  border-color: rgba(255, 255, 255, 0.6);
}
.promotion .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer:after {
  content: "";
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 1;
  display: block;
  width: 7.9166666667vw;
  height: 9.0277777778vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_12.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: 57px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer:after {
    height: 65px;
  }
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
.promotion .highlight {
  color: #f00;
}
.promotion .slick-dots {
  margin-top: 30px;
  z-index: 7;
  text-align: center;
}
.promotion .slick-dots li {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #e2e2e2;
  opacity: 0.5;
  border: none;
  border-radius: 50%;
  margin-left: 6px;
  transition: all 0.5s ease;
}
.promotion .slick-dots li:first-child {
  margin-left: 0;
}
.promotion .slick-dots li.slick-active {
  opacity: 1;
  transition: all 0.5s ease;
  background: #000;
}
.promotion .wing {
  position: fixed;
  top: 350px;
  right: 30px;
  z-index: 11;
}
.promotion .wing a {
  display: block;
}
.promotion .wing a img {
  width: 100%;
}
.promotion .fix-bottom {
  position: fixed;
  height: 13.1944444444vw;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFD50C;
  border-top: 2px solid #012B7D;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 11;
}
@media screen and (min-width: 720px) {
  .promotion .fix-bottom {
    height: 95px;
  }
}
.promotion .fix-bottom a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 95px;
}
.promotion .notice {
  font-size: 18px;
  color: #666;
  font-weight: 400;
  line-height: 130%;
  margin-top: 40px;
}
.promotion .sector-visual {
  background-color: #FFBA06;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_125/exam/250714/pc/bg_visual.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.promotion .sector-visual .wrap {
  height: 1203px;
}
.promotion .sector-visual .btn-text {
  position: absolute;
  top: 65px;
  right: 400px;
  z-index: 1;
}
.promotion .sector-visual .visual-title {
  position: absolute;
  top: 88px;
  left: 0;
  right: 0;
}
.promotion .sector-visual .visual-title p {
  color: #fff;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  letter-spacing: -0.56px;
  font-size: 28px;
  margin-bottom: 26px;
  margin-top: 40px;
}
.promotion .sector-visual .visual-box {
  position: absolute;
  top: 622px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.promotion .sector-visual .action {
  position: absolute;
  bottom: 87px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.promotion .sector-content1 {
  background: #FFBA06;
}
.promotion .sector-bar.bar1 {
  background: #222;
}
.promotion .sector-bar.bar2 {
  background: #FFBA06;
  position: relative;
}
.promotion .sector-bar.bar2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -74px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 20.5555555556vw;
  height: 10.2777777778vw;
  background: url("//img.eduwill.net/eduwill/img/2025/_125/exam/250714/pc/icon_bar2.png") 50% 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 720px) {
  .promotion .sector-bar.bar2:after {
    width: 148px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-bar.bar2:after {
    height: 74px;
  }
}
.promotion .sector-bar.bar3 {
  background: #FFBF00;
  position: relative;
  padding: 60px 0;
}
.promotion .sector-bar.bar3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -74px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 20.5555555556vw;
  height: 10.2777777778vw;
  background: url("//img.eduwill.net/eduwill/img/2025/_125/exam/250714/pc/icon_bar2.png") 50% 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 720px) {
  .promotion .sector-bar.bar3:after {
    width: 148px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-bar.bar3:after {
    height: 74px;
  }
}
.promotion .sector-bar.bar3 p {
  color: #000;
  font-weight: 800;
  font-size: 42px;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  line-height: 1;
}
.promotion .sector-content2 {
  background: linear-gradient(180deg, #FFF 44.1%, #FFF2C3 126.01%);
  padding-bottom: 120px;
}
.promotion .sector-content2 .hidden {
  display: none;
}
.promotion .sector-content2 .list li {
  position: relative;
  margin-top: 30px;
}
.promotion .sector-content2 .list li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -68px;
  left: 110px;
  z-index: 2;
  width: 11.1111111111vw;
  height: 13.8888888889vw;
  background: url("//img.eduwill.net/eduwill/img/2025/_125/exam/250714/pc/icon_list.png") 50% 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 720px) {
  .promotion .sector-content2 .list li:after {
    width: 80px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-content2 .list li:after {
    height: 100px;
  }
}
.promotion .sector-content2 .list li:first-child {
  margin-top: 0;
}
.promotion .sector-content2 .list li:last-child:after {
  background: none;
}
.promotion .sector-content4 {
  background-color: #F9F9F9;
  padding-bottom: 130px;
}
.promotion .sector-content4 .slide-box {
  position: relative;
  border-radius: 20px;
  border: 1px solid #FFECB4;
  background: #FFF9E7;
  width: 788px;
  margin: -128px auto 0;
}
.promotion .sector-content4 .slide-box .flag {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 100;
}
.promotion .sector-content4 .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: #000;
  left: 0;
}
@media screen and (min-width: 720px) {
  .promotion .sector-content4 .slick-arrow.slick-prev {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-content4 .slick-arrow.slick-prev {
    height: 40px;
  }
}
.promotion .sector-content4 .slick-arrow.slick-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 3px;
  border-left-width: 3px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  -ms-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .sector-content4 .slick-arrow.slick-prev:before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-content4 .slick-arrow.slick-prev:before {
    height: 10px;
  }
}
.promotion .sector-content4 .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background: #000;
  right: 0;
}
@media screen and (min-width: 720px) {
  .promotion .sector-content4 .slick-arrow.slick-next {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-content4 .slick-arrow.slick-next {
    height: 40px;
  }
}
.promotion .sector-content4 .slick-arrow.slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-top-width: 3px;
  border-right-width: 3px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  -ms-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .sector-content4 .slick-arrow.slick-next:before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-content4 .slick-arrow.slick-next:before {
    height: 10px;
  }
}
.promotion .sector-content5 {
  background: #fff;
}
.promotion .sector-content6 {
  background-color: #F9F9F9;
}
.promotion .sector-content8 {
  background: #FFBF00;
}
.promotion .sector-apply {
  padding: 130px 0;
}
.promotion .sector-apply .wrap {
  width: 900px;
}
.promotion .sector-apply .apply-title {
  border: 4px solid #000;
  padding: 30px;
  color: #000;
  font-size: 22px;
  line-height: 1.4;
}
.promotion .sector-apply .apply-title p {
  font-weight: 700;
  font-size: 32px;
}
.promotion .sector-apply .apply-contents {
  margin-top: 50px;
}
.promotion .sector-apply .apply-contents .apply-subtitle {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  padding-left: 10px;
  border-left: 4px solid #000;
  text-align: left;
  margin-bottom: 32px;
  margin-top: 92px;
}
.promotion .sector-apply .apply-contents .apply-table {
  border: 2px solid #000;
  border-left: 0;
  border-right: 0;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.promotion .sector-apply .apply-contents .apply-table tr {
  border-bottom: 1px solid #DDD;
}
.promotion .sector-apply .apply-contents .apply-table tr:last-child {
  border-bottom: 0;
}
.promotion .sector-apply .apply-contents .apply-table th, .promotion .sector-apply .apply-contents .apply-table td {
  font-family: "Noto Sans KR";
}
.promotion .sector-apply .apply-contents .apply-table th {
  padding: 25px 30px;
  text-align: center;
  line-height: 1.4;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  letter-spacing: -1px;
  background: #F1F1F1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promotion .sector-apply .apply-contents .apply-table td {
  padding: 25px 10px 25px 30px;
  text-align: left;
  line-height: 1.4;
  font-size: 18px;
  vertical-align: middle;
  font-weight: 400;
  color: #000;
}
.promotion .sector-apply .apply-contents .apply-table td span {
  color: #444;
  font-family: "Noto Sans KR";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
}
.promotion .sector-apply .apply-contents .apply-list-btn > ul {
  display: flex;
  justify-content: center;
}
.promotion .sector-apply .apply-contents .apply-list-btn > ul > li {
  margin: 0 10px;
  width: 215px;
  height: 50px;
  background: #FFF;
  border: 1px solid #D7D7D7;
  cursor: pointer;
}
.promotion .sector-apply .apply-contents .apply-list-btn > ul > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 18px;
}
.promotion .sector-apply .apply-contents .apply-list-btn > ul > li:hover, .promotion .sector-apply .apply-contents .apply-list-btn > ul > li.active {
  background-color: #000;
  border: 1px solid #000;
}
.promotion .sector-apply .apply-contents .apply-list-btn > ul > li:hover a, .promotion .sector-apply .apply-contents .apply-list-btn > ul > li.active a {
  color: #fff;
}
.promotion .sector-apply .apply-contents .apply-list-btn .apply-tab-view {
  display: none;
}
.promotion .sector-apply .apply-contents .apply-list-btn #applyTabView1 {
  display: block;
}
.promotion .sector-apply .apply-contents .apply-list-btn .video-box {
  position: relative;
  width: 600px;
  height: 320px;
  margin: 60px auto 0;
  border-radius: 5px;
  overflow: hidden;
}
.promotion .sector-apply .apply-contents .apply-list-btn .video-box .video {
  height: 100%;
}
.promotion .sector-apply .apply-contents .apply-list-btn .video-box .eduwill-video-play {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 600px;
  height: 320px;
}
.promotion .sector-apply .apply-contents .apply-list-btn .video-box .eduwill-video-play img {
  width: 100%;
  height: 100%;
}
.promotion .sector-apply .apply-contents .apply-notice {
  text-align: left;
}
.promotion .sector-apply .apply-contents .apply-notice .notice-box {
  padding: 40px 55px;
  margin-bottom: 60px;
  background: #f8f8f8;
}
.promotion .sector-apply .apply-contents .apply-notice .notice-box dt {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}
.promotion .sector-apply .apply-contents .apply-notice .notice-box dd {
  color: #222;
  font-size: 18px;
  font-weight: 350;
  line-height: 170%;
  position: relative;
  padding-left: 15px;
}
.promotion .sector-apply .apply-contents .apply-notice .notice-box dd:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #222;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 0;
}
.promotion .sector-apply .apply-contents .apply-upload .apply-table th, .promotion .sector-apply .apply-contents .apply-upload .apply-table td {
  padding: 10px 12px;
}
.promotion .sector-apply .apply-contents .apply-upload .apply-table th:first-child, .promotion .sector-apply .apply-contents .apply-upload .apply-table td:first-child {
  border-right: 1px solid #ddd;
  text-align: center;
}
.promotion .sector-apply .apply-contents .apply-upload .filebox {
  position: relative;
}
.promotion .sector-apply .apply-contents .apply-upload .filebox input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.promotion .sector-apply .apply-contents .apply-upload .filebox label {
  display: inline-block;
  padding: 12px 20px;
  color: #fff;
  font-size: inherit;
  line-height: normal;
  vertical-align: middle;
  background-color: #858585;
  cursor: pointer;
  border: 1px solid #ebebeb;
  border-bottom-color: #e2e2e2;
  border-radius: 7px;
  color: #fff;
  margin-left: 5px;
}
.promotion .sector-apply .apply-contents .apply-upload .filebox .upload-name {
  position: relative;
  display: inline-block;
  padding: 11px 20px;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-bottom-color: #dcdcdc;
  border-radius: 4px;
  color: #bcbcbc;
  appearance: none;
  width: 532px;
}
.promotion .sector-apply .apply-contents .apply-upload .filebox .upload-box {
  position: relative;
  display: inline-block;
}
.promotion .sector-apply .apply-contents .apply-upload .btn-file-del {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}
.promotion .sector-apply .apply-contents .apply-upload .btn-file-del img {
  vertical-align: sub;
}
.promotion .sector-apply .apply-contents .apply-action {
  margin-top: 40px;
  text-align: center;
}
.promotion .sector-apply .apply-contents .apply-action a {
  display: inline-block;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  width: 306px;
  padding: 22px 0;
  border-radius: 8px;
  background: #000;
}
.promotion .sector-apply .tab-contents > .tab-view {
  display: none;
}
.promotion .sector-apply .tab-contents > .tab-view:first-child {
  display: block;
}
.promotion .sector-apply .tab-contents > .tab-list {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.promotion .sector-apply .tab-contents > .tab-list li {
  margin-left: 10px;
}
.promotion .sector-apply .tab-contents > .tab-list li:first-child {
  margin-left: 0;
}
.promotion .sector-apply .tab-contents > .tab-list li a {
  display: inline-block;
  background: #BFBFBF;
  width: 172px;
  height: 61px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promotion .sector-apply .tab-contents > .tab-list li a span {
  display: inline-block;
  padding: 19px 35px 19px 30px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
.promotion .sector-apply .tab-contents > .tab-list li a span {
  position: relative;
  display: inline-block;
}
.promotion .sector-apply .tab-contents > .tab-list li 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;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .tab-contents > .tab-list li a span:before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .tab-contents > .tab-list li a span:before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .tab-contents > .tab-list li a span:before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .tab-contents > .tab-list li a span:before {
    right: 16px;
  }
}
.promotion .sector-apply .tab-contents > .tab-list li a span:before {
  right: 0;
}
.promotion .sector-apply .tab-contents > .tab-list li.active a {
  background: #f00;
}/*# sourceMappingURL=web.css.map */