@charset "UTF-8";
.grid {
  *zoom: 1;
}
.grid:before, .grid:after {
  content: "";
  display: table;
}
.grid:after {
  clear: both;
}

.hidden,
.sr_only,
.sr-only,
.popup-alert .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;
}

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

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

.promotion .slick-dots button {
  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;
}

.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% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    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% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes effectBounceUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    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% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
}
@keyframes effectExtend {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    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-start;
          animation-timing-function: step-start;
  -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;
  margin: 0 auto;
  width: 100%;
}

.promotion .motion-1 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-2 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-3 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-4 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-5 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-6 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-7 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-8 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-9 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-10 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-11 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-12 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-1 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-2 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-3 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-4 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.promotion .active .motion-1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.promotion .active .motion-2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.promotion .active .motion-3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.promotion .active .motion-4 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.promotion .active .motion-5 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.promotion .active .motion-6 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}
.promotion .active .motion-7 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.4s;
}
.promotion .active .motion-8 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.6s;
}
.promotion .active .motion-9 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.8s;
}
.promotion .active .motion-10 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2s;
}
.promotion .active .motion-11 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.2s;
}
.promotion .active .motion-12 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.4s;
}
.promotion .active .motion-box-1 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.1s;
}
.promotion .active .motion-box-2 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.2s;
}
.promotion .active .motion-box-3 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.3s;
}
.promotion .active .motion-box-4 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.4s;
}

.dimmed {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup-alert {
  font-family: "Noto Sans KR", Sans-Serif;
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 10001;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  max-width: 640px;
  width: 100%;
  height: auto;
  background-color: #fff;
  line-height: 1;
  letter-spacing: -1px;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}
.popup-alert .popup-close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  cursor: pointer;
  box-sizing: content-box;
}
.popup-alert .popup-close {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 10px;
  cursor: pointer;
}
.popup-alert .popup-close:before, .popup-alert .popup-close:after {
  content: "";
  display: block;
  width: 140%;
  height: 2px;
  background: #fff;
}
.popup-alert .popup-close:before {
  margin-top: -0.5px;
  margin-left: 1px;
  transform: rotate(45deg);
  transform-origin: 0 0;
}
.popup-alert .popup-close:after {
  margin-left: -41%;
  margin-top: -2px;
  transform: rotate(-45deg);
  transform-origin: 100% 0;
}
.popup-alert .popup-close:before, .popup-alert .popup-close:after {
  position: static;
  top: auto;
  left: auto;
}

.promotion {
  overflow: hidden;
}
.promotion * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.promotion .wrap {
  width: 1200px;
}
.promotion .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 20px;
}
.promotion .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #8d8d8d;
  opacity: 0.5;
  border: none;
  border-radius: 50%;
  margin-left: 8px;
  transition: all 0.5s ease;
}
.promotion .slick-dots li:first-child {
  margin-left: 0;
}
.promotion .slick-dots li.slick-active {
  opacity: 1;
  transition: all 0.5s ease;
  background: #712812;
}
.promotion .sector-title {
  background-color: #40201f;
  background-image: url("//img.eduwill.net/eduwill/img/2022/J/event/221121/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 814px;
}
.promotion .sector-title p {
  position: absolute;
  z-index: 7;
  top: 0;
  left: 0;
  opacity: 0;
}
.promotion .sector-title p.title-1 {
  top: 104px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.promotion .sector-title p.title-2 {
  top: 200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-left: 90px;
}
.promotion .sector-title p.title-3 {
  top: 626px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.promotion .sector-slide {
  background-color: #f1efe9;
  background-image: url("//img.eduwill.net/eduwill/img/2022/J/event/221121/pc/bg_slide.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-bottom: 115px;
}
.promotion .sector-slide .wrap {
  width: 100%;
}
.promotion .sector-slide .slick-slide {
  margin-right: 25px;
  box-sizing: border-box;
  opacity: 0.3;
}
.promotion .sector-slide .slick-slide.slick-current, .promotion .sector-slide .slick-slide.slick-active, .promotion .sector-slide .slick-slide.slick-center {
  opacity: 1;
}
.promotion .sector-slide .slick-dots {
  position: static;
  margin-left: 0;
  text-align: center;
  width: auto;
  display: none !important;
}
.promotion .sector-info {
  background-color: #531e10;
  background-image: url("//img.eduwill.net/eduwill/img/2022/J/event/221121/pc/bg_info.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-bottom: 85px;
}
.promotion .sector-info .apply-box {
  background: #fff;
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
  box-sizing: border-box;
}
.promotion .sector-info .apply-box .grid {
  margin-bottom: 65px;
  padding: 0 70px;
}
.promotion .sector-info .apply-box .grid li {
  width: 100%;
  font-size: 22px;
  color: #262432;
  text-align: left;
  display: flex;
  gap: 0 10px;
  line-height: 1.5;
  letter-spacing: -1px;
}
.promotion .sector-info .apply-box .grid li .main {
  position: relative;
  top: 4px;
  width: 160px;
  height: 35px;
  background: #2c2a38;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  border-radius: 30px;
  text-align: center;
}
.promotion .sector-info .apply-box .grid li .sub {
  font-size: 22px;
  color: #262432;
  text-align: left;
}
.promotion .sector-info .apply-box .grid li .sub span {
  color: #999;
}
.promotion .sector-info .noti-box {
  font-size: 18px;
  color: #000;
  text-align: left;
  margin-top: 10px;
  padding: 0 70px;
  line-height: 1.4;
}
.promotion .sector-banner {
  background: #e9d39b;
}
.promotion .sector-location {
  padding: 90px 0 100px;
}
.promotion .sector-location .map-list {
  width: 1000px;
  margin: 0 auto;
}
.promotion .sector-location .map-list .col {
  position: relative;
  width: 490px;
  margin-bottom: 30px;
  padding-top: 30px;
}
.promotion .sector-location .map-list .col:nth-child(even) {
  margin-left: 20px;
}
.promotion .sector-location .map-list .col .emb {
  display: table;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -57.5px;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  line-height: 1;
  text-align: center;
  background-color: #333;
  line-height: 1.2;
}
.promotion .sector-location .map-list .col .emb > div {
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
  color: #fff;
  font-size: 19px;
}
.promotion .sector-location .map-list .col .emb > div span {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 400;
  color: #e9d39b;
}
.promotion .sector-location .map-list .col .box {
  margin-bottom: 14px;
}
.promotion .sector-location .map-list .col .box a {
  display: inline-block;
}
.promotion .sector-location .map-list .col .box a img {
  width: 100%;
}
.promotion .sector-location .map-list .col .box .holder {
  padding-bottom: 30px;
  border: 1px solid #c3c3c3;
  border-top-width: 0;
}
.promotion .sector-location .map-list .col .box .holder ul {
  padding: 15px 24px;
  min-height: 490px;
  text-align: left;
  background-color: #fff;
}
.promotion .sector-location .map-list .col .box .holder ul li {
  margin-top: 10px;
  padding-left: 9px;
  font-size: 18px;
  color: #202020;
  letter-spacing: -1px;
}
.promotion .sector-location .map-list .col .box .holder ul li:first-child {
  margin-top: 0;
}
.promotion .sector-location .map-list .col .box .holder .action {
  padding: 0 25px;
}
.promotion .sector-location .map-list .col .box .holder .action .btn {
  display: inline-block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #e15b55;
  box-sizing: border-box;
  border-radius: 50px;
}
.promotion .sector-location .map-list .col .box .holder .action .btn span {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 23px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -1px;
}
.promotion .sector-location .map-list .col .box .holder .action .apply-btn {
  background-color: #e15b55;
}
.promotion .sector-location .map-list .col .box .holder .action .finish-btn {
  background-color: #333;
}
.promotion .sector-location .map-list .col .box .holder .action .end-btn {
  background-color: #666;
}/*# sourceMappingURL=web.css.map */