@charset "UTF-8";
.popup .popup-cont .form-list, .grid, .promotion .sector-notice .notice-box, .promotion .sector-step .form-wrap .file-box {
  *zoom: 1;
}
.popup .popup-cont .form-list:before, .grid:before, .promotion .sector-notice .notice-box:before, .promotion .sector-step .form-wrap .file-box:before, .popup .popup-cont .form-list:after, .grid:after, .promotion .sector-notice .notice-box:after, .promotion .sector-step .form-wrap .file-box:after {
  content: "";
  display: table;
}
.popup .popup-cont .form-list:after, .grid:after, .promotion .sector-notice .notice-box:after, .promotion .sector-step .form-wrap .file-box:after {
  clear: both;
}

.hidden,
.sr_only,
.sr-only,
.promotion .sector-step .form-wrap .file-box input[type=file],
.popup .popup-cont .check-box .fake-check .input-check {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

.grid, .promotion .sector-notice .notice-box, .promotion .sector-step .form-wrap .file-box {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid .col, .promotion .sector-notice .notice-box .col, .promotion .sector-notice .notice-box .notice-list, .promotion .sector-notice .notice-box .notice-title, .promotion .sector-step .form-wrap .file-box .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-notice .notice-box .notice-list li {
  position: relative;
  padding-left: 1.3888888889vw;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-box .notice-list li {
    padding-left: 10px;
  }
}
.promotion .sector-notice .notice-box .notice-list li:before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: inherit;
}

.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;
  width: 100%;
  margin: 0 auto;
}
.promotion .scroll-box,
.product .scroll-box,
.product-eco .scroll-box,
.fullservice .scroll-box {
  margin-top: 1.3888888889vw;
  background: #f4f4f4;
  border: 0;
  line-height: 1.6;
  letter-spacing: -1px;
  text-align: left;
  padding: 2.7777777778vw;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .scroll-box,
  .product .scroll-box,
  .product-eco .scroll-box,
  .fullservice .scroll-box {
    margin-top: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .scroll-box,
  .product .scroll-box,
  .product-eco .scroll-box,
  .fullservice .scroll-box {
    padding: 20px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .scroll-box,
  .product .scroll-box,
  .product-eco .scroll-box,
  .fullservice .scroll-box {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .scroll-box,
  .product .scroll-box,
  .product-eco .scroll-box,
  .fullservice .scroll-box {
    font-size: 15px;
  }
}
.promotion .scroll-box .underline,
.product .scroll-box .underline,
.product-eco .scroll-box .underline,
.fullservice .scroll-box .underline {
  text-decoration: underline;
}

.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.8888888889vw;
  border: 1px solid #393939;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  -ms-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);
    -ms-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.1388888889vw;
}
@media screen and (min-width: 720px) {
  .popup * {
    letter-spacing: -1px;
  }
}
.popup .popup-close a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 6.9444444444vw;
  height: 6.9444444444vw;
  z-index: 300;
  padding: 4.0277777778vw;
}
@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);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup .popup-close a:after {
  -webkit-transform: rotate(315deg);
  -ms-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.7777777778vw;
  color: #000;
}
@media screen and (min-width: 720px) {
  .popup .text-box {
    font-size: 20px;
  }
}
.popup .text-box a {
  display: inline-block;
  margin-left: 1.1111111111vw;
  padding: 0 0.6944444444vw;
  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.1666666667vw 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.1666666667vw;
  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.5555555556vw;
  font-weight: 900;
  letter-spacing: -0.2777777778vw;
}
@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.5555555556vw;
}
@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.3888888889vw;
}
@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.8055555556vw;
  right: 20.8333333333vw;
  display: inline-block;
  font-size: 2.7777777778vw;
  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.9444444444vw;
  padding-left: 1.3888888889vw;
  text-align: left;
  line-height: 6.9444444444vw;
  font-size: 3.0555555556vw;
  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.9444444444vw;
  padding: 0 1.3888888889vw;
  vertical-align: top;
  line-height: 6.9444444444vw;
  font-size: 3.0555555556vw;
  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.6666666667vw;
  height: 6.9444444444vw;
  padding: 0 1.3888888889vw;
  line-height: 6.9444444444vw;
  text-align: center;
  font-size: 2.7777777778vw;
  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.9444444444vw;
  vertical-align: top;
  line-height: 6.9444444444vw;
  padding: 0 !important;
  font-size: 2.7777777778vw;
  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.7777777778vw auto 0;
  padding: 2.7777777778vw;
  text-align: left;
  line-height: 1.5;
  font-size: 2.7777777778vw;
  color: #000;
  letter-spacing: -0.0694444444vw;
  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.7777777778vw 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.7777777778vw;
  padding: 2.7777777778vw;
  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.7777777778vw;
  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.6944444444vw;
  font-size: 2.7777777778vw;
  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.0555555556vw;
  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.3888888889vw;
  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.1388888889vw;
  height: 4.0277777778vw;
  background-image: url("//img.eduwill.net/eduwill/img/2021/G/onair/211209/pc/icon_check.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  cursor: pointer;
}
@media screen and (min-width: 720px) {
  .popup .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.3888888889vw 0 2.7777777778vw 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.1388888889vw;
  border-style: solid;
  border-color: #ddd;
  border-radius: 0.2777777778vw;
}
@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.7777777778vw;
  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.5555555556vw 5.5555555556vw;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .popup .popup-btn {
    margin: 0 40px 40px;
  }
}
.popup .popup-btn .btn, .popup .popup-btn .btn-cancle, .popup .popup-btn .btn-apply {
  position: relative;
  display: inline-block;
  padding: 1.3888888889vw 6.9444444444vw;
  text-align: center;
  border-radius: 9.7222222222vw;
  -webkit-transition: all 0.9s color 0.3;
  -o-transition: all 0.9s color 0.3;
  transition: all 0.9s color 0.3;
  transition-timing-function: ease-out;
}
@media screen and (min-width: 720px) {
  .popup .popup-btn .btn, .popup .popup-btn .btn-cancle, .popup .popup-btn .btn-apply {
    padding: 10px 50px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-btn .btn, .popup .popup-btn .btn-cancle, .popup .popup-btn .btn-apply {
    border-radius: 70px;
  }
}
.popup .popup-btn .btn span, .popup .popup-btn .btn-cancle span, .popup .popup-btn .btn-apply span {
  padding: 0 2.7777777778vw;
  line-height: 6.9444444444vw;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 3.6111111111vw;
  font-weight: 500;
  color: #000;
  letter-spacing: -2px;
}
.popup .popup-btn .btn span, .popup .popup-btn .btn-cancle span, .popup .popup-btn .btn-apply span {
  position: relative;
  display: inline-block;
}
.popup .popup-btn .btn span:before, .popup .popup-btn .btn-cancle span:before, .popup .popup-btn .btn-apply 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: #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .popup .popup-btn .btn span:before, .popup .popup-btn .btn-cancle span:before, .popup .popup-btn .btn-apply span:before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-btn .btn span:before, .popup .popup-btn .btn-cancle span:before, .popup .popup-btn .btn-apply span:before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-btn .btn span:before, .popup .popup-btn .btn-cancle span:before, .popup .popup-btn .btn-apply span:before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-btn .btn span:before, .popup .popup-btn .btn-cancle span:before, .popup .popup-btn .btn-apply span:before {
    right: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-btn .btn span, .popup .popup-btn .btn-cancle span, .popup .popup-btn .btn-apply span {
    padding: 0 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-btn .btn span, .popup .popup-btn .btn-cancle span, .popup .popup-btn .btn-apply span {
    line-height: 50px;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-btn .btn span, .popup .popup-btn .btn-cancle span, .popup .popup-btn .btn-apply span {
    font-size: 26px;
  }
}
.popup .popup-btn .btn span::before, .popup .popup-btn .btn-cancle span::before, .popup .popup-btn .btn-apply span::before {
  right: 0;
}
.popup .popup-btn .btn-apply {
  background: rgb(255, 213, 0);
  background: -webkit-linear-gradient(legacy-direction(to top), rgb(255, 213, 0) 0%, rgb(255, 213, 0) 89%, rgb(233, 194, 0) 96%, rgb(233, 194, 0) 100%);
  background: linear-gradient(to top, rgb(255, 213, 0) 0%, rgb(255, 213, 0) 89%, rgb(233, 194, 0) 96%, rgb(233, 194, 0) 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%);
  -ms-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);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#zipcodeLayer .zipcode-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#popupCouponNotice .popup-body {
  padding: 5.5555555556vw;
  color: #999999;
  text-align: left;
  word-break: keep-all;
  font-size: 2.3611111111vw;
}
@media screen and (min-width: 720px) {
  #popupCouponNotice .popup-body {
    padding: 40px;
  }
}
@media screen and (min-width: 720px) {
  #popupCouponNotice .popup-body {
    font-size: 17px;
  }
}
#popupCouponNotice .popup-body th {
  vertical-align: baseline;
  border: 1px solid #000;
  padding: 1.5%;
}
#popupCouponNotice .popup-body td {
  vertical-align: baseline;
  border: 1px solid #000;
  padding: 1.5%;
}

.eduf-layer * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.eduf-layer-wrap {
  max-width: 720px;
}
.eduf-layer-content {
  text-align: left;
  padding: 8.3333333333vw 5.5555555556vw;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-content {
    padding: 60px 40px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-content {
    letter-spacing: -1px;
  }
}
.eduf-layer-content::-webkit-scrollbar {
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-content::-webkit-scrollbar {
    width: 8px;
  }
}
.eduf-layer-content::-webkit-scrollbar-track {
  background: #e9e9e9;
}
.eduf-layer-content::-webkit-scrollbar-thumb {
  background: #777;
}
.eduf-layer-content::-webkit-scrollbar-thumb:hover {
  background: #777;
}
.eduf-layer-content strong {
  font-size: 3.8888888889vw;
  margin-bottom: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-content strong {
    font-size: 28px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-content strong {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-content strong {
    font-size: 18px;
  }
}
.eduf-layer-content-notice ul {
  margin-bottom: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-content-notice ul {
    margin-bottom: 40px;
  }
}
.eduf-layer-content-notice ul li {
  position: relative;
  padding-left: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-content-notice ul li {
    padding-left: 14px;
  }
}
.eduf-layer-content-notice ul li:before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-content-notice ul li:before {
    top: 4px;
  }
}
.eduf-layer-content li, .eduf-layer-content th, .eduf-layer-content td {
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-content li, .eduf-layer-content th, .eduf-layer-content td {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-content li, .eduf-layer-content th, .eduf-layer-content td {
    font-size: 16px;
  }
}
.eduf-layer-content .eduf-layer-content-sale table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  border-top: 2px solid #333;
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-content .eduf-layer-content-sale table {
    margin-top: 20px;
  }
}
.eduf-layer-content .eduf-layer-content-sale table th, .eduf-layer-content .eduf-layer-content-sale table td {
  padding: 2.0833333333vw;
  font-size: 3.3333333333vw;
  font-weight: 400;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (min-width: 720px) {
  .eduf-layer-content .eduf-layer-content-sale table th, .eduf-layer-content .eduf-layer-content-sale table td {
    padding: 15px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-content .eduf-layer-content-sale table th, .eduf-layer-content .eduf-layer-content-sale table td {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-content .eduf-layer-content-sale table th, .eduf-layer-content .eduf-layer-content-sale table td {
    font-size: 16px;
  }
}
.eduf-layer-content .eduf-layer-content-sale table th {
  background: #f8f8f8;
  font-weight: 500;
}

#edufLayerVideo.eduf-layer .eduf-layer-content {
  padding: 0 0 56.25% 0 !important;
}

#eduf-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  align-items: center;
}
#eduf-popup.active {
  display: flex;
}
#eduf-popup.eduf-video .popup-body {
  padding: 0 !important;
}
#eduf-popup.eduf-video .popup-body > div {
  background: transparent;
  padding: 0;
}
#eduf-popup.eduf-video .popup-close {
  top: -59px !important;
  right: 8px !important;
}
#eduf-popup.eduf-video .popup-close::before, #eduf-popup.eduf-video .popup-close::after {
  background: #fff !important;
}
#eduf-popup .popupWrap {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  line-height: normal;
  letter-spacing: normal;
}
#eduf-popup .popupWrap #eduf-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  #eduf-popup .popupWrap #eduf-popup-close {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  #eduf-popup .popupWrap #eduf-popup-close {
    height: 40px;
  }
}
#eduf-popup .popupWrap #eduf-popup-close:before, #eduf-popup .popupWrap #eduf-popup-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  margin-left: -10px;
  background-color: #000;
}
#eduf-popup .popupWrap #eduf-popup-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#eduf-popup .popupWrap #eduf-popup-close:after {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}
#eduf-popup .popupWrap #eduf-popup-close span {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}
@media screen and (min-width: 720px) {
  #eduf-popup .popupWrap #eduf-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 8.3333333333vw;
    height: 8.3333333333vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #eduf-popup .popupWrap #eduf-popup-close {
    width: 60px;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #eduf-popup .popupWrap #eduf-popup-close {
    height: 60px;
  }
}
@media screen and (min-width: 720px) {
  #eduf-popup .popupWrap #eduf-popup-close:before, #eduf-popup .popupWrap #eduf-popup-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 30px;
    height: 1px;
    margin-left: -15px;
    background-color: #000;
  }
  #eduf-popup .popupWrap #eduf-popup-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #eduf-popup .popupWrap #eduf-popup-close:after {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  #eduf-popup .popupWrap #eduf-popup-close span {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 0px;
    height: 0px;
    margin: -1px;
    padding: 0;
    word-break: keep-all;
    white-space: nowrap;
    color: transparent;
    border: 0;
    text-indent: -9999px;
  }
}
#eduf-popup .popup-body {
  position: relative;
  text-align: left;
  margin: 0 auto;
  max-width: 640px;
}
@media screen and (min-width: 720px) {
  #eduf-popup .popup-body {
    max-width: 720px;
  }
}
#eduf-popup .popup-body > div {
  background: #fff;
  display: none;
  color: #000;
  padding: 1.875rem 1.25rem;
}
@media screen and (min-width: 720px) {
  #eduf-popup .popup-body > div {
    padding: 60px 40px;
  }
}
#eduf-popup .popup-body > div.active {
  display: block;
}
#eduf-popup .popup-body > div[data-popupcont="3"] {
  background: none;
  padding: 0;
}
#eduf-popup .popup-body p {
  font-size: 3.3333333333vw;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  #eduf-popup .popup-body p {
    font-size: 24px;
  }
}
@media screen and (min-width: 1100px) {
  #eduf-popup .popup-body p {
    font-size: 18px;
  }
}
#eduf-popup .popup-body p + p, #eduf-popup .popup-body p + ul {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 720px) {
  #eduf-popup .popup-body p + p, #eduf-popup .popup-body p + ul {
    margin-top: 10px;
  }
}
#eduf-popup .popup-body ul {
  margin-top: 0.3125rem;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  #eduf-popup .popup-body ul {
    margin-top: 10px;
  }
}
@media screen and (min-width: 720px) {
  #eduf-popup .popup-body ul {
    font-size: 18px;
  }
}
@media screen and (min-width: 1100px) {
  #eduf-popup .popup-body ul {
    font-size: 16px;
  }
}
#eduf-popup .popup-body ul li {
  margin-top: 0.15625rem;
}
@media screen and (min-width: 720px) {
  #eduf-popup .popup-body ul li {
    margin-top: 5px;
  }
}
#eduf-popup .popup-body ul li:first-child {
  margin-top: 0;
}
#eduf-popup .popup-body ul + p {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 720px) {
  #eduf-popup .popup-body ul + p {
    margin-top: 10px;
  }
}
#eduf-popup[data-popup=popup3] #eduf-popup-close {
  top: 2vw !important;
  right: 2vw !important;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  z-index: 12;
}
@media screen and (min-width: 720px) {
  #eduf-popup[data-popup=popup3] #eduf-popup-close {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  #eduf-popup[data-popup=popup3] #eduf-popup-close {
    height: 40px;
  }
}
#eduf-popup[data-popup=popup3] #eduf-popup-close:before, #eduf-popup[data-popup=popup3] #eduf-popup-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 3px;
  margin-left: -10px;
  background-color: #fff;
}
#eduf-popup[data-popup=popup3] #eduf-popup-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#eduf-popup[data-popup=popup3] #eduf-popup-close:after {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}
#eduf-popup[data-popup=popup3] #eduf-popup-close span {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}
@media screen and (min-width: 720px) {
  #eduf-popup[data-popup=popup3] #eduf-popup-close {
    top: 0px !important;
    right: 49px !important;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 4.8611111111vw;
    height: 4.8611111111vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #eduf-popup[data-popup=popup3] #eduf-popup-close {
    width: 35px;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #eduf-popup[data-popup=popup3] #eduf-popup-close {
    height: 35px;
  }
}
@media screen and (min-width: 720px) {
  #eduf-popup[data-popup=popup3] #eduf-popup-close:before, #eduf-popup[data-popup=popup3] #eduf-popup-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 17.5px;
    height: 3px;
    margin-left: -8.75px;
    background-color: #fff;
  }
  #eduf-popup[data-popup=popup3] #eduf-popup-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #eduf-popup[data-popup=popup3] #eduf-popup-close:after {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  #eduf-popup[data-popup=popup3] #eduf-popup-close span {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 0px;
    height: 0px;
    margin: -1px;
    padding: 0;
    word-break: keep-all;
    white-space: nowrap;
    color: transparent;
    border: 0;
    text-indent: -9999px;
  }
}
#eduf-popup[data-popup=popup3] #eduf-popup-close::before, #eduf-popup[data-popup=popup3] #eduf-popup-close::after {
  width: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  #eduf-popup[data-popup=popup3] #eduf-popup-close::before, #eduf-popup[data-popup=popup3] #eduf-popup-close::after {
    width: 28px;
  }
}
#eduf-popup[data-popup=popup3].active .motionWrap .motion2.active {
  bottom: 21px;
}
@media screen and (min-width: 720px) {
  #eduf-popup[data-popup=popup3].active .motionWrap .motion2.active {
    bottom: 45px;
  }
}
#eduf-popup[data-popup=popup3] .motionWrap {
  position: relative;
}
#eduf-popup[data-popup=popup3] .motionWrap .motion1 {
  position: absolute;
  left: 0;
  z-index: 10;
}
#eduf-popup[data-popup=popup3] .motionWrap .motion2 {
  transition: all 0.3s ease-in;
  transition-delay: 0.3s;
  position: absolute;
  left: 0;
  bottom: -23.8888888889vw;
  z-index: 9;
}
@media screen and (min-width: 720px) {
  #eduf-popup[data-popup=popup3] .motionWrap .motion2 {
    bottom: -172px;
  }
}
@media screen and (min-width: 720px) {
  #eduf-popup[data-popup=popup3] .motionWrap .motion2 {
    bottom: -117px;
  }
}

.product-top-banner {
  display: none !important;
}

.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: block;
}
.promotion .wrap {
  width: 1200px;
}
.promotion .btn-reason {
  position: absolute;
  bottom: -53px;
  right: -5px;
  border: 1px solid #e4e4e4;
  cursor: pointer;
  padding: 4px 20px 4px 10px;
  font-size: 14px;
  letter-spacing: -1px;
  color: #797979;
}
.promotion .btn-reason {
  position: relative;
  display: inline-block;
}
.promotion .btn-reason: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: #999;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .promotion .btn-reason:before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-reason:before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-reason:before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-reason:before {
    right: 12px;
  }
}
.promotion .btn-reason:before {
  right: 5px;
}
.promotion .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  z-index: 1;
  display: block;
  width: 11.1111111111vw;
  height: 12.0833333333vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer:after {
    width: 80px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer:after {
    height: 87px;
  }
}
@-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 .branding-title {
  padding: 100px 50px 0;
  text-align: left;
}
.promotion .branding-title .title {
  line-height: 1.4;
  font-size: 50px;
  font-weight: 900;
  color: #000;
}
.promotion .branding-title .title span {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 55px;
}
.promotion .branding-title .desc {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
}
.promotion .branding-title .eco-3223 {
  display: inline-block;
}
.promotion .fix-right {
  position: fixed;
  top: 500px;
  right: 3%;
  z-index: 99;
  opacity: 0;
  box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.25), 1px 1px 1px 0px #FFF inset;
  border-radius: 20px;
}
.promotion .fix-right > a {
  margin-top: 10px;
  border-radius: 20px;
}
.promotion .fix-right > a:first-child {
  margin-top: 0;
}
.promotion .fix-right > a:last-child {
  display: inline-block;
}
.promotion .fix-right .item-subject {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  text-align: center;
  font-family: "GmarketSans";
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.32px;
}
.promotion .fix-right .item-subject strong, .promotion .fix-right .item-subject span {
  font-family: "GmarketSans";
  font-weight: 700;
}
.promotion .fix-right .item-discount {
  position: absolute;
  left: 0;
  top: 117px;
  width: 100%;
  text-align: center;
  font-family: "EduwillPassBold";
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: -1.08px;
}
.promotion .fix-right .item-discount strong, .promotion .fix-right .item-discount span {
  font-family: "EduwillPassBold";
  font-weight: 700;
  font-size: 30px;
}
.promotion .swiper-pagination {
  width: 100%;
  text-align: center;
  bottom: 30px !important;
}
.promotion .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  margin: 0 0.2% !important;
  width: 13px;
  height: 13px;
  text-indent: -9999em;
  border: none;
  border-radius: 50%;
  background: #b2b2b2 !important;
  outline: none;
  cursor: pointer;
}
.promotion .swiper-pagination .swiper-pagination-bullet-active {
  border-radius: 15px;
  background: #383838 !important;
}
.promotion .sector-title {
  background-image: url("//img.eduwill.net/eduwill/img/2024/B/event/240807/pc/bgx_title.jpg");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto;
}
.promotion .sector-title .wrap-full {
  height: 1060px;
  background-color: #ffe001;
  background-image: url("//img.eduwill.net/eduwill/img/2024/B/event/240807/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .sector-title .title-1 {
  position: absolute;
  z-index: 2;
  opacity: 0;
  top: 34px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
.promotion .sector-title .title-1 .item-text {
  color: #C77A34;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.52px;
  text-align: center;
  display: block;
  position: static;
  opacity: 1;
}
.promotion .sector-title .title-1 .item-grounds {
  color: #C77A34;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  letter-spacing: -0.28px;
  opacity: 1;
  line-height: 1.4;
  display: block;
}
.promotion .sector-title p {
  position: absolute;
  z-index: 2;
  opacity: 0;
}
.promotion .sector-title p.title-2 {
  top: 202px;
  right: 0;
  left: 0;
}
.promotion .sector-title p.arrow-right {
  top: 142px;
  left: 50%;
  margin-left: -84px;
}
.promotion .sector-title p.arrow-left {
  top: 344px;
  left: 50%;
  margin-left: -199px;
}
.promotion .sector-title p.deco {
  top: 390px;
  right: 0;
  left: -10px;
}
.promotion .sector-title p.reader {
  top: 413px;
  right: 0;
  left: 0;
}
.promotion .sector-title p.reader span {
  position: absolute;
  left: 50%;
  line-height: 1.2;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 900;
  top: 272px;
  margin-left: -90px;
  font-size: 22px;
  width: 180px;
  text-align: center;
  color: #fff;
}
.promotion .sector-title p.reader span strong {
  font-weight: 900;
  vertical-align: center;
  font-size: 32px;
  letter-spacing: -2.1px;
  background: linear-gradient(to bottom, #fff 30%, #FFC700 100%);
  color: transparent;
  -webkit-background-clip: text;
}
.promotion .sector-title p.bus {
  top: 598px;
  left: 50%;
  margin-left: 26px;
}
.promotion .sector-title p.hand {
  top: 442px;
  left: 50%;
  margin-left: -776px;
}
.promotion .sector-title p.action-apply {
  top: 920px;
  right: 0;
  left: 0;
}
.promotion .sector-title p.action-apply a {
  border-radius: 500px;
  background: #0400D2;
  padding: 20px 130px 20px 150px;
  display: inline-block;
}
.promotion .sector-title p.action-apply a strong {
  font-size: 30px;
  color: #fff;
  font-weight: 900;
  display: inline-block;
  padding-right: 50px;
}
.promotion .sector-title p.action-apply a strong {
  position: relative;
  display: inline-block;
}
.promotion .sector-title p.action-apply a strong: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;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title p.action-apply a strong:before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-title p.action-apply a strong:before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-title p.action-apply a strong:before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-title p.action-apply a strong:before {
    right: 20px;
  }
}
.promotion .sector-title p.action-apply a strong span {
  font-weight: 900;
  color: #ffe000;
}
.promotion .sector-title p.action-apply .eco-5855 {
  top: 32px;
  margin-left: -84px;
  font-size: 34px;
  color: #ffe000;
}
.promotion .sector-intro {
  background: linear-gradient(180deg, #F1F8FB 0%, #DBF4FF 100%);
  position: relative;
}
.promotion .sector-intro .item-text {
  position: absolute;
  left: 542px;
  top: 248px;
  color: #000;
  font-size: 26px;
  letter-spacing: -0.52px;
  text-align: left;
  font-weight: 600;
}
.promotion .sector-intro .item-text.item-text2 {
  top: 406px;
}
.promotion .sector-review {
  padding-bottom: 97px;
}
.promotion .sector-review::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 410px;
  background-color: #3B41A5;
}
.promotion .sector-review .review-title {
  color: #FFFFE0;
  text-align: center;
  font-size: 42px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -0.84px;
  padding: 84px 0 74px;
}
.promotion .sector-review .slider .swiper-slide {
  width: 500px;
}
.promotion .sector-review .slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promotion .sector-review .action {
  margin-top: 80px;
}
.promotion .sector-review .support-message {
  margin-top: 50px !important;
}
.promotion .sector-support {
  position: relative;
}
.promotion .sector-support .item-text {
  width: 305px;
  text-align: center;
  text-align: center;
  color: #000;
  font-size: 4.1666666667vw;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .promotion .sector-support .item-text {
    font-size: 30px;
  }
}
.promotion .sector-support .item-discount {
  position: absolute;
  left: 494px;
  top: 400px;
  width: 305px;
  text-align: center;
  color: #000;
  font-family: "EduwillPassBold";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -4px;
}
.promotion .sector-support .item-discount strong {
  font-weight: 700;
  font-family: "EduwillPassBold";
}
.promotion .sector-product {
  padding: 70px 0;
  background-color: #FFD600;
}
.promotion .sector-product .product-title {
  padding-bottom: 40px;
  color: #060004;
  display: block;
  font-weight: 900;
  font-size: 42px;
}
.promotion .sector-product .item-banner-list {
  *zoom: 1;
  width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 20px 1%;
  flex-wrap: wrap;
  justify-content: center;
}
.promotion .sector-product .item-banner-list .col, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-list, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-list, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-title, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-title {
  position: relative;
  text-align: center;
  padding: 30px 20px;
  border-radius: 18px;
  border: 2px solid #000;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 260px;
  flex-grow: 0;
}
.promotion .sector-product .item-banner-list .col a, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-list a, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-list a, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-title a, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-title a {
  display: block;
}
.promotion .sector-product .item-banner-list .col .item-flag, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-list .item-flag, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-list .item-flag, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-title .item-flag, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-title .item-flag {
  display: inline-block;
  border-radius: 90px;
  border: 2px solid #FF007A;
  color: #FF007A;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  padding: 7px 20px;
  margin-bottom: 25px;
}
.promotion .sector-product .item-banner-list .col:nth-child(2) .item-flag, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-list:nth-child(2) .item-flag, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-list:nth-child(2) .item-flag, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-title:nth-child(2) .item-flag, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-title:nth-child(2) .item-flag {
  border-color: #0031DE;
  color: #0031DE;
}
.promotion .sector-product .item-banner-list .col:nth-child(3) .item-flag, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-list:nth-child(3) .item-flag, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-list:nth-child(3) .item-flag, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-title:nth-child(3) .item-flag, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-title:nth-child(3) .item-flag {
  border-color: #04B5DC;
  color: #04B5DC;
}
.promotion .sector-product .item-banner-list .col .item-label, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-list .item-label, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-list .item-label, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-title .item-label, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-title .item-label {
  display: block;
  text-align: center;
  font-weight: 700;
  color: #000;
  font-size: 18px;
  line-height: 1;
  margin: 0 auto 10px;
  letter-spacing: -1px;
}
.promotion .sector-product .item-banner-list .col .item-subject, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-list .item-subject, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-list .item-subject, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-title .item-subject, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-title .item-subject {
  font-weight: 900;
  line-height: 1;
  margin-bottom: 30px;
  font-size: 30px;
  letter-spacing: -2px;
}
.promotion .sector-product .item-banner-list .col .item-link, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-list .item-link, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-list .item-link, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-title .item-link, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-title .item-link {
  text-align: center;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  background: #000;
  padding: 17px 0;
  font-size: 20px;
  letter-spacing: -1px;
  border-radius: 90px;
}
.promotion .sector-step {
  padding-bottom: 80px;
  background-color: #fff;
}
.promotion .sector-step .step-title {
  position: relative;
  padding: 70px 0 20px;
  color: #000;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -1px;
  margin-bottom: 60px;
}
.promotion .sector-step .step-title p {
  color: #0045DE;
}
.promotion .sector-step .step-list {
  font-size: 0;
}
.promotion .sector-step .step-list .list-title {
  padding: 50px 0 30px;
}
.promotion .sector-step .step-list .list-title strong {
  display: inline-block;
  border-radius: 500px;
  background: #0045DE;
  padding: 12px 30px 14px;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.56px;
}
.promotion .sector-step .step-list > div {
  display: inline-block;
  margin: 0 20px;
  font-size: 20px;
  color: #000;
}
.promotion .sector-step .step-list > div.active .step {
  background-color: #6870ff;
}
.promotion .sector-step .step-list > div .step {
  color: #fff;
  background-color: #979797;
  width: 150px;
  margin: 0 auto;
  padding: 14px 0;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 500;
  border-radius: 62px;
}
.promotion .sector-step .step-list > div .desc {
  margin-top: 55px;
  letter-spacing: -1.5px;
}
.promotion .sector-step .step-list > div .desc a {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 500;
}
.promotion .sector-step .btn-apply {
  position: relative;
  text-align: center;
  margin: 0px auto;
  margin-top: 50px;
  border-radius: 500px;
  background: #0400D2;
  padding: 20px 0 20px 0;
  display: block;
  width: 500px;
}
.promotion .sector-step .btn-apply.color-blue {
  background: #6870FF;
}
.promotion .sector-step .btn-apply strong {
  font-size: 30px;
  color: #fff;
  font-weight: 900;
  display: inline-block;
  padding-right: 50px;
}
.promotion .sector-step .btn-apply strong {
  position: relative;
  display: inline-block;
}
.promotion .sector-step .btn-apply strong: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;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-step .btn-apply strong:before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-step .btn-apply strong:before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-step .btn-apply strong:before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-step .btn-apply strong:before {
    right: 20px;
  }
}
.promotion .sector-step .btn-apply strong span {
  font-weight: 900;
  color: #ffe000;
}
.promotion .sector-step .agree .checks {
  text-align: left;
  margin-top: 10px;
}
.promotion .sector-step .form-wrap {
  position: relative;
  width: 1100px;
  margin: 0px auto 70px;
  padding-top: 30px;
}
.promotion .sector-step .form-wrap .paging-info {
  position: absolute;
  top: 100px;
  right: 50px;
  color: #999;
  font-size: 20px;
  z-index: 2;
}
.promotion .sector-step .form-wrap .slick-slider .slide-page {
  box-sizing: border-box;
  position: relative;
  padding: 38px 0;
  margin-top: 30px;
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #999;
}
.promotion .sector-step .form-wrap .slick-slider .slick-dots {
  display: none !important;
}
.promotion .sector-step .form-wrap .slick-slider .slick-arrow {
  top: 50%;
  z-index: 10;
  position: absolute;
  bottom: 130px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -999px;
}
.promotion .sector-step .form-wrap .slick-slider .slick-arrow[aria-disabled=true] {
  opacity: 0.4;
}
.promotion .sector-step .form-wrap .slick-slider .slick-arrow.slick-prev {
  left: -20px;
  background: url("//img.eduwill.net/eduwill/img/2024/B/event/240807/pc/btn_prev.png") no-repeat 50% 0;
}
.promotion .sector-step .form-wrap .slick-slider .slick-arrow.slick-next {
  right: -20px;
  background: url("//img.eduwill.net/eduwill/img/2024/B/event/240807/pc/btn_next.png") no-repeat 50% 0;
}
.promotion .sector-step .form-wrap .input-wrap {
  font-size: 18px;
  margin: 0 50px;
  border-radius: 5px;
}
.promotion .sector-step .form-wrap .row {
  width: 100%;
}
.promotion .sector-step .form-wrap .row.mb {
  margin-bottom: 30px;
}
.promotion .sector-step .form-wrap .row .col, .promotion .sector-step .form-wrap .row .sector-notice .notice-box .notice-list, .promotion .sector-notice .notice-box .sector-step .form-wrap .row .notice-list, .promotion .sector-step .form-wrap .row .sector-notice .notice-box .notice-title, .promotion .sector-notice .notice-box .sector-step .form-wrap .row .notice-title {
  vertical-align: top;
  padding: 6px 0;
}
.promotion .sector-step .form-wrap .row .col.subject, .promotion .sector-step .form-wrap .row .sector-notice .notice-box .subject.notice-list, .promotion .sector-notice .notice-box .sector-step .form-wrap .row .subject.notice-list, .promotion .sector-step .form-wrap .row .sector-notice .notice-box .subject.notice-title, .promotion .sector-notice .notice-box .sector-step .form-wrap .row .subject.notice-title {
  position: relative;
  text-align: left;
}
.promotion .sector-step .form-wrap .row .col.subject h1, .promotion .sector-step .form-wrap .row .sector-notice .notice-box .subject.notice-list h1, .promotion .sector-notice .notice-box .sector-step .form-wrap .row .subject.notice-list h1, .promotion .sector-step .form-wrap .row .sector-notice .notice-box .subject.notice-title h1, .promotion .sector-notice .notice-box .sector-step .form-wrap .row .subject.notice-title h1 {
  display: block;
  padding: 0 50px 24px;
  font-size: 22px;
  color: #292e44;
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: -2px;
  border-bottom: 3px solid #000;
}
.promotion .sector-step .form-wrap .row .col.subject h1 > b, .promotion .sector-step .form-wrap .row .sector-notice .notice-box .subject.notice-list h1 > b, .promotion .sector-notice .notice-box .sector-step .form-wrap .row .subject.notice-list h1 > b, .promotion .sector-step .form-wrap .row .sector-notice .notice-box .subject.notice-title h1 > b, .promotion .sector-notice .notice-box .sector-step .form-wrap .row .subject.notice-title h1 > b {
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  font-size: 22px;
  color: #f1f2f4;
  font-weight: 500;
  padding: 5px 20px;
  margin-right: 10px;
  background-color: #6870ff;
}
.promotion .sector-step .form-wrap .row .col.subject p, .promotion .sector-step .form-wrap .row .sector-notice .notice-box .subject.notice-list p, .promotion .sector-notice .notice-box .sector-step .form-wrap .row .subject.notice-list p, .promotion .sector-step .form-wrap .row .sector-notice .notice-box .subject.notice-title p, .promotion .sector-notice .notice-box .sector-step .form-wrap .row .subject.notice-title p {
  padding: 0 50px;
  font-size: 18px;
  font-weight: normal;
  margin: 20px auto 40px;
  line-height: 1.5;
}
.promotion .sector-step .form-wrap .row .col.notice, .promotion .sector-step .form-wrap .row .sector-notice .notice-box .notice.notice-list, .promotion .sector-notice .notice-box .sector-step .form-wrap .row .notice.notice-list, .promotion .sector-step .form-wrap .row .sector-notice .notice-box .notice.notice-title, .promotion .sector-notice .notice-box .sector-step .form-wrap .row .notice.notice-title {
  padding-top: 20px;
  text-align: left;
}
.promotion .sector-step .form-wrap .row .col.checks-wrap .checks, .promotion .sector-step .form-wrap .row .sector-notice .notice-box .checks-wrap.notice-list .checks, .promotion .sector-notice .notice-box .sector-step .form-wrap .row .checks-wrap.notice-list .checks, .promotion .sector-step .form-wrap .row .sector-notice .notice-box .checks-wrap.notice-title .checks, .promotion .sector-notice .notice-box .sector-step .form-wrap .row .checks-wrap.notice-title .checks {
  font-size: 18px;
  text-align: left;
  margin-bottom: 10px;
}
.promotion .sector-step .form-wrap .row .col.checks-wrap.line, .promotion .sector-step .form-wrap .row .sector-notice .notice-box .checks-wrap.line.notice-list, .promotion .sector-notice .notice-box .sector-step .form-wrap .row .checks-wrap.line.notice-list, .promotion .sector-step .form-wrap .row .sector-notice .notice-box .checks-wrap.line.notice-title, .promotion .sector-notice .notice-box .sector-step .form-wrap .row .checks-wrap.line.notice-title {
  flex-wrap: nowrap;
}
.promotion .sector-step .form-wrap .col.title, .promotion .sector-step .form-wrap .sector-notice .notice-box .title.notice-list, .promotion .sector-notice .notice-box .sector-step .form-wrap .title.notice-list, .promotion .sector-step .form-wrap .sector-notice .notice-box .title.notice-title, .promotion .sector-notice .notice-box .sector-step .form-wrap .title.notice-title {
  width: 230px;
  font-size: 30px;
  color: #000;
  font-weight: 600;
  text-align: left;
  line-height: 60px;
  padding-bottom: 30px;
}
.promotion .sector-step .form-wrap .col.title.full, .promotion .sector-step .form-wrap .sector-notice .notice-box .title.full.notice-list, .promotion .sector-notice .notice-box .sector-step .form-wrap .title.full.notice-list, .promotion .sector-step .form-wrap .sector-notice .notice-box .title.full.notice-title, .promotion .sector-notice .notice-box .sector-step .form-wrap .title.full.notice-title {
  width: 100%;
  line-height: 1.5;
}
.promotion .sector-step .form-wrap input,
.promotion .sector-step .form-wrap textarea {
  width: 100%;
  font-size: 20px;
  background-color: #fff;
}
.promotion .sector-step .form-wrap input {
  line-height: 60px;
  height: 60px;
  padding: 0 20px;
}
.promotion .sector-step .form-wrap textarea {
  height: 150px;
  padding: 15px 20px;
  margin-top: 15px;
  font-size: 20px;
  resize: none;
  border: none;
}
.promotion .sector-step .form-wrap textarea.height {
  height: 300px;
}
.promotion .sector-step .form-wrap ::placeholder {
  color: #999;
  font-size: 20px;
}
.promotion .sector-step .form-wrap .file-box {
  position: relative;
}
.promotion .sector-step .form-wrap .file-box .upload-name {
  padding-right: calc(30% + 20px);
  border: none;
  border: 1px solid #888;
}
.promotion .sector-step .form-wrap .file-box label {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #000;
  cursor: pointer;
  padding: 0;
}
.promotion .sector-step .form-wrap .checks {
  position: relative;
}
.promotion .sector-step .form-wrap .checks input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.promotion .sector-step .form-wrap .checks input[type=radio] + label {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.promotion .sector-step .form-wrap .checks input[type=radio] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 25px;
  height: 25px;
  text-align: center;
  background: #fff;
  border: 3px solid #ccc;
  border-radius: 100%;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}
.promotion .sector-step .form-wrap .checks input[type=radio] + label:active:before, .promotion .sector-step .form-wrap .checks input[type=radio]:checked + label:active:before {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.promotion .sector-step .form-wrap .checks input[type=radio]:checked + label:before {
  border: 3px solid #1a6fec;
}
.promotion .sector-step .form-wrap .checks input[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  width: 15px;
  height: 15px;
  background: #1a6fec;
  border-radius: 100%;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.promotion .sector-step .form-wrap .checks input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.promotion .sector-step .form-wrap .checks input[type=checkbox] + label {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.promotion .sector-step .form-wrap .checks input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  text-align: center;
  background: #fff;
  border: 3px solid #d0d5dd;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  box-sizing: border-box;
}
.promotion .sector-step .form-wrap .checks input[type=checkbox] + label:active:before, .promotion .sector-step .form-wrap .checks input[type=checkbox]:checked + label:active:before {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.promotion .sector-step .form-wrap .checks input[type=checkbox]:checked + label:before {
  border: 3px solid #1a6fec;
}
.promotion .sector-step .form-wrap .checks input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  width: 16px;
  height: 16px;
  background: #1a6fec url("//img.eduwill.net/eduwill/img/2024/B/event/240807/pc/check_on.png") no-repeat;
  background-size: cover;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.promotion .sector-notice {
  padding-bottom: 100px;
  background-color: #646464;
}
.promotion .sector-notice .wrap {
  width: 1000px;
  text-align: left;
}
.promotion .sector-notice .box-title {
  display: inline-block;
  padding-top: 80px;
  font-size: 18px;
  font-weight: 700;
  color: #ffe000;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ffe000;
}
.promotion .sector-notice .box-title + .notice-box {
  padding-top: 50px;
}
.promotion .sector-notice .notice-box {
  padding-top: 30px;
}
.promotion .sector-notice .notice-box .notice-title {
  width: 170px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.promotion .sector-notice .notice-box .notice-list li {
  line-height: 1.6;
  font-size: 16px;
  color: #d4d4d4;
}
.promotion .sector-notice .notice-box .notice-list li a {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.promotion .sector-notice .notice-box .notice-list li .point {
  font-weight: 400;
  color: #ffe000;
}/*# sourceMappingURL=web.css.map */