@charset "UTF-8";
.grid, .popup .popup-cont .form-list, .promotion .sector-step-1, .promotion .sector-step-2 .list-box .list-form .form-item, .promotion .sector-banner {
  *zoom: 1;
}

.grid:before, .popup .popup-cont .form-list:before, .promotion .sector-step-1:before, .promotion .sector-step-2 .list-box .list-form .form-item:before, .promotion .sector-banner:before, .grid:after, .popup .popup-cont .form-list:after, .promotion .sector-step-1:after, .promotion .sector-step-2 .list-box .list-form .form-item:after, .promotion .sector-banner:after {
  content: '';
  display: table;
}

.grid:after, .popup .popup-cont .form-list:after, .promotion .sector-step-1:after, .promotion .sector-step-2 .list-box .list-form .form-item:after, .promotion .sector-banner:after {
  clear: both;
}

.hidden,
.sr_only,
.sr-only,
.popup .popup-cont .check-box .fake-check .input-check,
.promotion .fake-select input[type="radio"],
.promotion .fake-select input[type="checkbox"] {
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.grid .col {
  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;
}

.popup .popup-cont .form-control .btn-small.disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.promotion .sector-event .wrap-full .notice-list li {
  position: relative;
  padding-left: 1.38889vw;
  text-align: left;
}

@media screen and (min-width: 720px) {
  .promotion .sector-event .wrap-full .notice-list li {
    padding-left: 10px;
  }
}

.promotion .sector-event .wrap-full .notice-list li:before {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: inherit;
}

.promotion .sector-step-2 .list-box .list-notice li {
  position: relative;
  padding-left: 1.94444vw;
  text-align: left;
}

@media screen and (min-width: 720px) {
  .promotion .sector-step-2 .list-box .list-notice li {
    padding-left: 14px;
  }
}

.promotion .sector-step-2 .list-box .list-notice li:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: inherit;
}

.effect-bounce-diagonal {
  -webkit-animation-name: effectBounceDiagonal;
          animation-name: effectBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@-webkit-keyframes effectBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

@keyframes effectBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

.effect-bounce-updown {
  -webkit-animation-name: effectBounceUpDown;
          animation-name: effectBounceUpDown;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@-webkit-keyframes effectBounceUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes effectBounceUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.effect-extend {
  -webkit-animation-name: effectExtend;
          animation-name: effectExtend;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@-webkit-keyframes effectExtend {
  0%, 100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

@keyframes effectExtend {
  0%, 100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

.effect-blink {
  -webkit-animation-name: effectBlink;
          animation-name: effectBlink;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: step-end;
          animation-timing-function: step-end;
  -webkit-animation-direction: normal;
          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;
  width: 100%;
  margin: 0 auto;
}

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

.popup {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  z-index: 300;
  display: none;
  width: 100%;
  max-width: 88.88889vw;
  border: 1px solid #393939;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 720px) {
  .popup {
    max-width: 640px;
  }
}

@media screen and (min-width: 720px) {
  .popup {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.popup * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.13889vw;
}

@media screen and (min-width: 720px) {
  .popup * {
    letter-spacing: -1px;
  }
}

.popup .popup-close a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 6.94444vw;
  height: 6.94444vw;
  z-index: 300;
  padding: 4.02778vw;
}

@media screen and (min-width: 720px) {
  .popup .popup-close a {
    width: 50px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-close a {
    height: 50px;
  }
}

.popup .popup-close a:before, .popup .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 .popup-close a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup .popup-close a:after {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.popup .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 .popup-close a {
    padding: 29px;
  }
}

.popup .text-box {
  margin-bottom: 5%;
  text-align: center;
  font-size: 2.77778vw;
  color: #000;
}

@media screen and (min-width: 720px) {
  .popup .text-box {
    font-size: 20px;
  }
}

.popup .text-box a {
  display: inline-block;
  margin-left: 1.11111vw;
  padding: 0 0.69444vw;
  color: #000;
  background-color: #ffd500;
}

@media screen and (min-width: 720px) {
  .popup .text-box a {
    margin-left: 8px;
  }
}

@media screen and (min-width: 720px) {
  .popup .text-box a {
    padding: 0 5px;
  }
}

.popup .popup-title {
  padding: 4.16667vw 0;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  background-color: #393939;
}

@media screen and (min-width: 720px) {
  .popup .popup-title {
    padding: 30px 0;
  }
}

.popup .popup-title span {
  font-size: 4.16667vw;
  font-weight: 400;
  color: #fff;
}

@media screen and (min-width: 720px) {
  .popup .popup-title span {
    font-size: 30px;
  }
}

.popup .popup-title strong {
  display: block;
  font-size: 5.55556vw;
  font-weight: 900;
  letter-spacing: -0.27778vw;
}

@media screen and (min-width: 720px) {
  .popup .popup-title strong {
    font-size: 40px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-title strong {
    letter-spacing: -2px;
  }
}

.popup .popup-cont {
  padding: 5.55556vw;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont {
    padding: 40px;
  }
}

.popup .popup-cont .blue {
  color: #0504ff !important;
}

.popup .popup-cont .form-list {
  margin-top: 1.38889vw;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .form-list {
    margin-top: 10px;
  }
}

.popup .popup-cont .form-list.certification {
  display: none;
}

.popup .popup-cont .form-list.certification .timer {
  position: absolute;
  top: 1.80556vw;
  right: 20.83333vw;
  display: inline-block;
  font-size: 2.77778vw;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: #ff0000;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .form-list.certification .timer {
    top: 13px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .form-list.certification .timer {
    right: 150px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .form-list.certification .timer {
    font-size: 20px;
  }
}

.popup .popup-cont .form-list .form-title {
  float: left;
  width: 25%;
}

.popup .popup-cont .form-list .form-control {
  float: left;
  width: 75%;
}

.popup .popup-cont .form-title {
  position: relative;
  height: 6.94444vw;
  padding-left: 1.38889vw;
  text-align: left;
  line-height: 6.94444vw;
  font-size: 3.05556vw;
  font-weight: 700;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .form-title {
    height: 50px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .form-title {
    padding-left: 10px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .form-title {
    line-height: 50px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .form-title {
    font-size: 22px;
  }
}

.popup .popup-cont .form-title:after {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
}

.popup .popup-cont .form-title .highlight {
  color: #fe0000;
}

.popup .popup-cont .form-control {
  position: relative;
}

.popup .popup-cont .form-control .ipt {
  width: 100%;
  height: 6.94444vw;
  padding: 0 1.38889vw;
  vertical-align: top;
  line-height: 6.94444vw;
  font-size: 3.05556vw;
  font-weight: 300;
  color: #000;
  border: 1px solid #ddd;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .form-control .ipt {
    height: 50px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .form-control .ipt {
    padding: 0 10px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .form-control .ipt {
    line-height: 50px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .form-control .ipt {
    font-size: 22px;
  }
}

.popup .popup-cont .form-control .ipt.disable {
  color: #aaa;
  background-color: #efefef;
}

.popup .popup-cont .form-control .btn-small {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  vertical-align: top;
  width: 16.66667vw;
  height: 6.94444vw;
  padding: 0 1.38889vw;
  line-height: 6.94444vw;
  text-align: center;
  font-size: 2.77778vw;
  font-weight: 400;
  color: #fff;
  background-color: #666;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .form-control .btn-small {
    width: 120px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .form-control .btn-small {
    height: 50px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .form-control .btn-small {
    padding: 0 10px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .form-control .btn-small {
    line-height: 50px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .form-control .btn-small {
    font-size: 20px;
  }
}

.popup .popup-cont .form-control .btn-small:hover {
  background-color: #333;
}

.popup .popup-cont .form-control .btn-small.disabled {
  background-color: #ccc;
}

.popup .popup-cont .form-control select {
  width: 100%;
  height: 6.94444vw;
  vertical-align: top;
  line-height: 6.94444vw;
  padding: 0 !important;
  font-size: 2.77778vw;
  font-weight: 300;
  color: #000;
  border: 1px solid #ddd;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .form-control select {
    height: 50px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .form-control select {
    line-height: 50px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .form-control select {
    font-size: 20px;
  }
}

.popup .popup-cont .info-box {
  margin: 2.77778vw auto 0;
  padding: 2.77778vw;
  text-align: left;
  line-height: 1.5;
  font-size: 2.77778vw;
  color: #000;
  letter-spacing: -0.06944vw;
  background: #eee;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .info-box {
    margin: 20px auto 0;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .info-box {
    padding: 20px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .info-box {
    font-size: 20px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .info-box {
    letter-spacing: -0.5px;
  }
}

.popup .popup-cont .info-box .point1,
.popup .popup-cont .info-box span {
  color: #fe0000;
}

.popup .popup-cont .check-box {
  position: relative;
  margin: 2.77778vw auto 0;
  color: #686868;
  text-align: left;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box {
    margin: 20px auto 0;
  }
}

.popup .popup-cont .check-box .scroll-box {
  max-height: 27.77778vw;
  padding: 2.77778vw;
  overflow-y: auto;
  background: #eee;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .scroll-box {
    max-height: 200px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .scroll-box {
    padding: 20px;
  }
}

.popup .popup-cont .check-box .scroll-box p {
  font-size: 2.77778vw;
  font-weight: 300;
  line-height: 1.5;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .scroll-box p {
    font-size: 20px;
  }
}

.popup .popup-cont .check-box .scroll-box strong {
  display: inline-block;
  margin-bottom: 0.69444vw;
  font-size: 2.77778vw;
  font-weight: 700;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .scroll-box strong {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .scroll-box strong {
    font-size: 20px;
  }
}

.popup .popup-cont .check-box .scroll-box em {
  font-size: 3.05556vw;
  font-weight: 700;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .scroll-box em {
    font-size: 22px;
  }
}

.popup .popup-cont .check-box .fake-check {
  position: absolute;
  top: 1.38889vw;
  right: 0;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .fake-check {
    top: 10px;
  }
}

.popup .popup-cont .check-box .fake-check .label-check {
  display: block;
  width: 10.13889vw;
  height: 4.02778vw;
  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 .popup-cont .check-box .fake-check .label-check {
    width: 73px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .fake-check .label-check {
    height: 29px;
  }
}

.popup .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 .popup-cont .check-box .check-agree {
  margin: 1.38889vw 0 2.77778vw 0;
  font-size: 2.5vw;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .check-agree {
    margin: 10px 0 20px 0;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .check-agree {
    font-size: 18px;
  }
}

.popup .popup-cont .check-box .check-agree input {
  vertical-align: middle;
  margin-right: 3px;
  width: 2.5vw;
  height: 2.5vw;
  border-width: 0.13889vw;
  border-style: solid;
  border-color: #ddd;
  border-radius: 0.27778vw;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .check-agree input {
    width: 18px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .check-agree input {
    height: 18px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .check-agree input {
    border-width: 1px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .check-agree input {
    border-radius: 2px;
  }
}

.popup .popup-cont .check-box .check-agree.check-all {
  font-size: 2.77778vw;
  font-weight: 700;
  color: #000;
}

@media screen and (min-width: 720px) {
  .popup .popup-cont .check-box .check-agree.check-all {
    font-size: 20px;
  }
}

.popup .popup-btn {
  margin: 0 5.55556vw 5.55556vw;
  text-align: center;
}

@media screen and (min-width: 720px) {
  .popup .popup-btn {
    margin: 0 40px 40px;
  }
}

.popup .popup-btn .btn, .popup .popup-btn .btn-apply, .popup .popup-btn .btn-cancle {
  position: relative;
  display: inline-block;
  padding: 1.38889vw 6.94444vw;
  text-align: center;
  border-radius: 9.72222vw;
  -webkit-transition: all 0.9s color 0.3;
  transition: all 0.9s color 0.3;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

@media screen and (min-width: 720px) {
  .popup .popup-btn .btn, .popup .popup-btn .btn-apply, .popup .popup-btn .btn-cancle {
    padding: 10px 50px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-btn .btn, .popup .popup-btn .btn-apply, .popup .popup-btn .btn-cancle {
    border-radius: 70px;
  }
}

.popup .popup-btn .btn span, .popup .popup-btn .btn-apply span, .popup .popup-btn .btn-cancle span {
  padding: 0 2.77778vw;
  line-height: 6.94444vw;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 3.61111vw;
  font-weight: 500;
  color: #000;
  letter-spacing: -2px;
}

.popup .popup-btn .btn span, .popup .popup-btn .btn-apply span, .popup .popup-btn .btn-cancle span {
  position: relative;
  display: inline-block;
}

.popup .popup-btn .btn span:before, .popup .popup-btn .btn-apply span:before, .popup .popup-btn .btn-cancle span:before {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 1.38889vw;
  height: 1.38889vw;
  margin-top: -0.69444vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.77778vw;
  border-top-width: 2px;
  border-right-width: 2px;
}

@media screen and (min-width: 720px) {
  .popup .popup-btn .btn span:before, .popup .popup-btn .btn-apply span:before, .popup .popup-btn .btn-cancle span:before {
    width: 10px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-btn .btn span:before, .popup .popup-btn .btn-apply span:before, .popup .popup-btn .btn-cancle span:before {
    height: 10px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-btn .btn span:before, .popup .popup-btn .btn-apply span:before, .popup .popup-btn .btn-cancle span:before {
    margin-top: -5px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-btn .btn span:before, .popup .popup-btn .btn-apply span:before, .popup .popup-btn .btn-cancle span:before {
    right: 20px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-btn .btn span, .popup .popup-btn .btn-apply span, .popup .popup-btn .btn-cancle span {
    padding: 0 20px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-btn .btn span, .popup .popup-btn .btn-apply span, .popup .popup-btn .btn-cancle span {
    line-height: 50px;
  }
}

@media screen and (min-width: 720px) {
  .popup .popup-btn .btn span, .popup .popup-btn .btn-apply span, .popup .popup-btn .btn-cancle span {
    font-size: 26px;
  }
}

.popup .popup-btn .btn span::before, .popup .popup-btn .btn-apply span::before, .popup .popup-btn .btn-cancle span::before {
  right: 0;
}

.popup .popup-btn .btn-apply {
  background: #ffd500;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffd500), color-stop(89%, #ffd500), color-stop(96%, #e9c200), to(#e9c200));
  background: linear-gradient(to top, #ffd500 0%, #ffd500 89%, #e9c200 96%, #e9c200 100%);
  -webkit-box-shadow: inset 3px 3px 2px 0px rgba(255, 255, 255, 0.18);
  box-shadow: inset 3px 3px 2px 0px rgba(255, 255, 255, 0.18);
}

.popup .popup-btn .btn-cancle {
  background: #434343;
}

.popup .popup-btn .btn-cancle span {
  color: #bebebe;
}

#zipcodeLayer {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 300;
  display: none;
  border: 6px solid #000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#zipcodeLayer > div {
  width: 500px !important;
}

@media screen and (min-width: 720px) {
  #zipcodeLayer > div {
    width: auto !important;
  }
}

#zipcodeLayer .zipcode-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 300;
  display: block;
  width: 46px;
  height: 46px;
  background-color: #000;
}

#zipcodeLayer .zipcode-close:before, #zipcodeLayer .zipcode-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 3px;
  margin-left: -15px;
  background-color: #fff;
}

#zipcodeLayer .zipcode-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#zipcodeLayer .zipcode-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.promotion {
  overflow: hidden;
}

.promotion * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -1px;
}

.promotion .only-mobile {
  display: none;
}

.promotion .only-pc {
  display: inline-block;
}

.promotion .only-pcbr {
  display: block;
}

.promotion .wrap {
  width: 1200px;
}

.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: 14.44444vw;
  height: 13.61111vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_16.png") no-repeat 0 0;
  background-size: 100% auto;
  -webkit-animation-name: pointerBounceDiagonal;
          animation-name: pointerBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@media screen and (min-width: 720px) {
  .promotion .icon-pointer:after {
    width: 104px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .icon-pointer:after {
    height: 98px;
  }
}

@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

@keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

.promotion .fake-select {
  position: relative;
  display: inline-block;
}

.promotion .fake-select label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .step-title {
  margin: 100px 0 0 50px;
  text-align: left;
  line-height: 1;
  font-size: 34px;
  font-weight: 900;
}

.promotion .step-title span {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 25px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}

.promotion .sector-title {
  background-color: #f1f1f1;
  background-image: url("//img.eduwill.net/eduwill/img/2022/G/event/220310/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.promotion .sector-title .wrap-full {
  z-index: 1;
  height: 1113px;
}

.promotion .sector-title p {
  position: absolute;
  right: 0;
  left: 0;
  opacity: 1;
}

.promotion .sector-title p.laurel {
  top: 91px;
}

.promotion .sector-title p.text-1 {
  top: 255px;
}

.promotion .sector-title p.text-2 {
  top: 222px;
  right: auto;
  left: 50%;
  margin-left: 65px;
}

.promotion .sector-title p.text-3 {
  top: 251px;
  right: auto;
  left: 50%;
  margin-left: 103px;
}

.promotion .sector-title p.title-1 {
  top: 452px;
}

.promotion .sector-title p.title-2 {
  top: 791px;
}

.promotion .sector-title p.illust {
  top: 350px;
}

.promotion .sector-title p.action-apply {
  top: 1046px;
}

.promotion .sector-test {
  padding-bottom: 140px;
}

.promotion .sector-test .test-box .number-list {
  font-size: 0;
}

.promotion .sector-test .test-box .number-list > li {
  position: relative;
  display: inline-block;
  padding: 30px 0 30px 100px;
}

.promotion .sector-test .test-box .number-list > li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-width: 2px;
  border-style: dashed;
  border-color: #e2e2e2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.promotion .sector-test .test-box .number-list > li:first-child {
  margin-left: 40px;
  padding-left: 0;
}

.promotion .sector-test .test-box .number-list > li:first-child::before {
  display: none;
}

.promotion .sector-test .test-box .number-list > li span {
  position: absolute;
  top: 50%;
  right: -5px;
  z-index: 1;
  display: block;
  width: 10px;
  width: 10px;
  line-height: 10px;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 10px;
  color: transparent;
  border-radius: 50%;
  background-color: #e2e2e2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.promotion .sector-test .test-box .number-list > li.active::before {
  border-color: #ffd600;
}

.promotion .sector-test .test-box .number-list > li.active span {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  background-color: #ffd600;
}

.promotion .sector-test .test-box .thumb {
  display: inline-block;
  margin-top: 80px;
  -webkit-box-shadow: 0 20px 20px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 20px 20px 5px rgba(0, 0, 0, 0.3);
}

.promotion .sector-test .test-box .question {
  margin-top: 80px;
  line-height: 1.375;
  font-size: 54px;
  font-weight: 300;
  color: #000;
}

.promotion .sector-test .test-box .question strong {
  font-weight: 900;
}

.promotion .sector-test .test-box .answer {
  margin-top: 50px;
}

.promotion .sector-test .test-box .answer .verse {
  margin: 20px 0;
  font-size: 54px;
  font-weight: 900;
  color: #000;
}

.promotion .sector-test .test-box .answer .fake-select label {
  width: 680px;
  height: 130px;
  padding: 15px;
  line-height: 1.375;
  font-size: 32px;
  color: #000;
  border-width: 3px;
  border-bottom-width: 10px;
  border-style: solid;
  border-color: #000;
  border-radius: 130px;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9dc46));
  background: linear-gradient(to bottom, #fff 0%, #f9dc46 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .sector-test .test-box .answer .fake-select .radio:checked + label {
  background: #fadd50;
  background: -webkit-gradient(linear, left top, left bottom, from(#fadd50), to(#ffc600));
  background: linear-gradient(to bottom, #fadd50 0%, #ffc600 100%);
}

.promotion .sector-result {
  padding-bottom: 70px;
  background: #fffcea;
  background: radial-gradient(ellipse at top, #fffcea, #fff29c);
}

.promotion .sector-result .result-list {
  margin-top: 40px;
  font-size: 0;
}

.promotion .sector-result .result-list > div {
  display: inline-block;
}

.promotion .sector-result .result-list > div.result-1 .title strong {
  color: #7950ee;
}

.promotion .sector-result .result-list > div.result-2 .title strong {
  color: #489eff;
}

.promotion .sector-result .result-list .title {
  font-size: 40px;
  font-weight: 700;
  color: #000;
}

.promotion .sector-result .result-list .title strong {
  font-size: 60px;
  font-weight: 900;
}

.promotion .sector-event {
  background-color: #489eff;
}

.promotion .sector-event .wrap-full {
  padding: 30px 0;
  background-color: #e3f0ff;
}

.promotion .sector-event .wrap-full .notice-box {
  display: inline-block;
}

.promotion .sector-event .wrap-full .notice-list {
  text-align: left;
  font-size: 22px;
  color: #000;
}

.promotion .sector-event .wrap-full .notice-list p {
  font-size: 18px;
  font-weight: 400;
  color: #767676;
}

.promotion .sector-step-1 {
  padding-bottom: 100px;
  background-color: #489eff;
}

.promotion .sector-step-1 .step-title {
  color: #fff;
}

.promotion .sector-step-1 .step-title span {
  border-bottom-color: #fff;
}

.promotion .sector-step-1 .select-list {
  margin-top: 60px;
  font-size: 0;
}

.promotion .sector-step-1 .select-list > div {
  display: inline-block;
  margin: 0 -16px;
}

.promotion .sector-step-1 .select-list .fake-select label {
  padding-top: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .sector-step-1 .select-list .fake-select label::before, .promotion .sector-step-1 .select-list .fake-select label::after {
  content: '';
  position: absolute;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.promotion .sector-step-1 .select-list .fake-select label::before {
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
}

.promotion .sector-step-1 .select-list .fake-select label::after {
  top: 8px;
  display: none;
  width: 15px;
  height: 15px;
  background-color: #fff;
}

.promotion .sector-step-1 .select-list .fake-select .radio:checked + label::after {
  display: block;
}

.promotion .sector-step-1 .select-list .fake-select .text {
  position: absolute;
  top: 80px;
  left: 40px;
  display: block;
  width: 140px;
  font-size: 22px;
  color: #3a3a3a;
  border-width: 2px;
  border-style: solid;
  border-color: #3a3a3a;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .sector-step-2 {
  padding-bottom: 100px;
}

.promotion .sector-step-2 .step-title {
  color: #489eff;
}

.promotion .sector-step-2 .step-title span {
  border-bottom-color: #489eff;
}

.promotion .sector-step-2 .list-box {
  width: 1100px;
  margin: 80px auto 0;
}

.promotion .sector-step-2 .list-box .list-form .item-desc {
  float: left;
  width: 84%;
  height: 60px;
  border: 1px solid #000;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.promotion .sector-step-2 .list-box .list-form .item-desc .text-box {
  width: 100%;
  padding: 15px 20px;
  font-size: 18px;
  color: #000;
  border: none;
  background: none;
  resize: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .sector-step-2 .list-box .list-form .item-action {
  float: right;
  width: 15%;
  height: 60px;
  text-align: center;
  border-radius: 5px;
  background: #489eff;
}

.promotion .sector-step-2 .list-box .list-form .item-action .btn-register {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.promotion .sector-step-2 .list-box .list-notice {
  margin-top: 24px;
  font-size: 14px;
  color: #aaa;
}

.promotion .sector-step-2 .list-box .list-table {
  margin-top: 50px;
  border-bottom: 1px solid #010101;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .sector-step-2 .list-box .list-table .list-item {
  font-size: 0;
  border-top: 1px solid #ccc;
}

.promotion .sector-step-2 .list-box .list-table .list-item:first-child {
  border-top-color: #010101;
}

.promotion .sector-step-2 .list-box .list-table .list-item > div {
  display: inline-block;
  width: 10%;
  padding: 20px 0;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  color: #909090;
}

.promotion .sector-step-2 .list-box .list-table .list-item > div.item-desc {
  width: 80%;
  text-align: left;
  color: #555;
  letter-spacing: -.5px;
  word-break: break-all;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .sector-step-2 .list-box .list-table .list-item > div:only-child {
  padding: 50px 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
}

.promotion .sector-step-2 .list-box .list-paging {
  display: block;
  margin-top: 30px;
  text-align: center;
}

.promotion .sector-step-2 .list-box .list-paging a {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 24px;
  margin: 0 10px;
  text-align: center;
  line-height: 22px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  color: #555;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}

.promotion .sector-step-2 .list-box .list-paging a.control {
  margin: 0;
  width: 22px;
  height: 22px;
  text-align: center;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .sector-step-2 .list-box .list-paging a.control:before {
  content: " ";
  position: relative;
  top: -4px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-width: 0;
  border-style: solid;
  border-color: #777;
  background-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.promotion .sector-step-2 .list-box .list-paging a.control-prev {
  margin-right: 10px;
}

.promotion .sector-step-2 .list-box .list-paging a.control-prev:before {
  margin-left: 2px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

.promotion .sector-step-2 .list-box .list-paging a.control-next {
  margin-left: 10px;
}

.promotion .sector-step-2 .list-box .list-paging a.control-next:before {
  margin-right: 2px;
  border-top-width: 1px;
  border-right-width: 1px;
}

.promotion .sector-step-2 .list-box .list-paging a.active {
  color: #333;
  border-bottom: 2px solid #333;
}

.promotion .sector-banner {
  padding-bottom: 100px;
  background-color: #fbf5ef;
}

.promotion .sector-banner .banner-title {
  margin-top: 100px;
  font-size: 60px;
  font-weight: 900;
  color: #000;
}

.promotion .sector-banner .banner-list {
  margin: 40px -10px 0;
  font-size: 0;
}

.promotion .sector-banner .banner-list > div {
  display: inline-block;
  width: 25%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .sector-banner .banner-list a {
  width: 100%;
  padding: 17px 30px;
  text-align: left;
  font-size: 23px;
  font-weight: 400;
  color: #4f4a4a;
  border-width: 1px;
  border-style: solid;
  border-color: #e8eced;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion .sector-banner .banner-list a {
  position: relative;
  display: inline-block;
}

.promotion .sector-banner .banner-list a:before {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 1.38889vw;
  height: 1.38889vw;
  margin-top: -0.69444vw;
  border-width: 0;
  border-style: solid;
  border-color: #4f4a4a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.77778vw;
  border-top-width: 1px;
  border-right-width: 1px;
}

@media screen and (min-width: 720px) {
  .promotion .sector-banner .banner-list a:before {
    width: 10px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .sector-banner .banner-list a:before {
    height: 10px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .sector-banner .banner-list a:before {
    margin-top: -5px;
  }
}

@media screen and (min-width: 720px) {
  .promotion .sector-banner .banner-list a:before {
    right: 20px;
  }
}

.promotion .sector-banner .banner-list a:hover {
  font-weight: 700;
  color: #fff;
  border-color: #238ff3;
  background-color: #238ff3;
}

.promotion .sector-banner .banner-list a:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
}
/*# sourceMappingURL=web.css.map */