@charset "UTF-8";
.promotion {
  position: relative;
  text-align: center;
  font-family: "Noto Sans KR", Sans-Serif;
  background-color: #fff;
  margin: 0;
  padding: 0;
  /* input 기본 스타일 초기화 
    input {
        -webkit-appearance: none;
        -moz-appearance: none;
                appearance: none;
    }
    */
  /* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
  /* input type number 에서 화살표 제거 */
  /* Select box 스타일 초기화 */
  /* IE 에서 Select box 화살표 제거 */
}

.promotion *, .promotion *:before, .promotion *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion img {
  border: 0;
  vertical-align: top;
  line-height: 0;
  font-size: 0;
}

.promotion p, .promotion strong, .promotion span, .promotion dl, .promotion dt, .promotion dd {
  line-height: 100%;
  margin: 0;
  padding: 0;
}

.promotion .highlight {
  color: #fe0000 !important;
}

.promotion .clearfix {
  zoom: 1;
}

.promotion .clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.promotion input::-ms-clear {
  display: none;
}

.promotion input[type=number]::-webkit-inner-spin-button,
.promotion input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.promotion select {
  border-radius: 0;
  /* 아이폰 사파리 보더 없애기 */
  -webkit-appearance: none;
  /* 화살표 없애기 for chrome*/
  -moz-appearance: none;
  /* 화살표 없애기 for firefox*/
  appearance: none;
}

.promotion select::-ms-expand {
  display: none;
}

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

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

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

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

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

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

.popup {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 40000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 91.66667%;
  max-width: 660px;
  text-align: center;
}

.popup *, .popup *:before, .popup *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup-close {
  position: absolute;
  top: 3%;
  right: 3%;
  width: 56px;
  height: 56px;
}

.popup-close a {
  cursor: pointer;
  display: inline-block;
  width: 56px;
  height: 56px;
}

.popup-close a:before, .popup-close a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 1px;
  margin-left: -15px;
  background-color: #222;
}

.popup-close a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

.popup#popup-open {
  width: 87.63889%;
  max-width: 631px;
}

@media screen and (min-width: 1025px) {
  .popup#popup-open {
    width: 1076px;
    max-width: 1076px;
  }
}

.popup#popup-open .popup-close {
  top: 0%;
  right: 0%;
}

.popup-img img {
  display: none;
}

.promotion {
  position: relative;
  text-align: center;
  min-width: 1100px;
  overflow: hidden;
  font-family: "Noto Sans KR", Sans-Serif;
  letter-spacing: -1px;
  background-color: #fff;
}

.promotion *, .promotion *:before, .promotion *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promotion img {
  border: 0;
  vertical-align: top;
  line-height: 0;
  font-size: 0;
}

.promotion .clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.promotion a {
  display: inline-block;
}

.promotion .fix-right {
  position: fixed;
  right: 0;
  top: 300px;
  z-index: 3;
  text-align: right;
}

.promotion .fix-right .btn {
  position: absolute;
  width: 100%;
  display: block;
  height: 90px;
}

.promotion .fix-right .btn.btn1 {
  top: 137px;
}

.promotion .fix-right .btn.btn2 {
  top: 227px;
}

.promotion .fix-right .btn.btn3 {
  top: 317px;
}

.promotion .fix-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  background: rgba(0, 0, 0, 0.8);
}

.promotion .fix-bottom:before {
  content: '';
  width: 329px;
  height: 124px;
  background: url(//img.eduwill.net/Img2/public/promotion/210824/pc/banner_before.png) no-repeat 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 70px;
}

.promotion .wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.promotion .slick-slider .slide-item {
  text-align: center;
}

.promotion .slick-slider .slide-item img {
  display: inline-block;
}

.promotion .slick-slider .slick-dots {
  text-align: center;
  font-size: 0;
}

.promotion .slick-slider .slick-dots li {
  display: inline-block;
  padding: 0 5px;
}

.promotion .slick-slider .slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: #b2b2b2;
  font-size: 0;
  text-indent: -99999px;
  line-height: 0;
  border: none;
}

.promotion .slick-slider .slick-dots li.slick-active button {
  width: 38px;
  background-color: #ffc20e;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.promotion .btn-pointer {
  display: inline-block;
  position: relative;
}

.promotion .btn-pointer:before {
  content: '';
  position: absolute;
  right: 27px;
  bottom: -10px;
  width: 57px;
  height: 65px;
  background: url(//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_12.png) no-repeat 50% 50%;
  background-size: 100% auto;
  -webkit-animation: 0.3s slideupY ease-in-out infinite alternate;
          animation: 0.3s slideupY ease-in-out infinite alternate;
}

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

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

.promotion .section-title {
  background: url(//img.eduwill.net/Img2/public/promotion/210824/pc/visual_bg.jpg) no-repeat 0 0;
  background-size: cover;
}

.promotion .section-title .roullate-btn {
  position: absolute;
  left: 50%;
  width: 180px;
  height: 180px;
  top: 1079px;
  -webkit-transform: translateX(-75%);
  transform: translateX(-75%);
}

.promotion .section-title .roullate-btn .ico_point {
  position: absolute;
  right: -70px;
  bottom: -120px;
  -webkit-animation: 0.5s slideUpY ease-in-out infinite alternate;
          animation: 0.5s slideUpY ease-in-out infinite alternate;
}

.promotion .section-title .btn_click {
  position: absolute;
  left: 50%;
  width: 180px;
  height: 180px;
  top: 1079px;
  -webkit-transform: translateX(-75%);
  transform: translateX(-75%);
}

.promotion .section-title .btn-popup {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(577%);
  transform: translateX(577%);
  top: 14px;
}

.promotion .section-cont1 {
  position: relative;
  background: #0019b5;
}

.promotion .section-cont1:before {
  content: '';
  position: absolute;
  top: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 132px;
  height: 132px;
  background: url(//img.eduwill.net/Img2/public/promotion/210824/pc/cont1_plus.png) no-repeat 50% 50%;
}

.promotion .section-cont1 .btn {
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.promotion .section-cont2 .title {
  background: #00125d;
}

.promotion .section-cont2 .con {
  background: url(//img.eduwill.net/Img2/public/promotion/210824/pc/cont2_bg.jpg) no-repeat center center;
  background-size: cover;
}

.promotion .section-cont2 .con .btn {
  position: absolute;
  bottom: 150px;
  left: 50%;
  -webkit-transform: translateX(444%);
  transform: translateX(444%);
}

.promotion .section-cont3 {
  background: url(//img.eduwill.net/Img2/public/promotion/210824/pc/cont3_bg.jpg) no-repeat center center;
  background-size: cover;
}

.promotion .section-cont3 .winner-contents {
  padding-bottom: 100px;
}

.promotion .section-cont3 .winner-contents .winner-list {
  position: relative;
  -webkit-transform: perspective(400px) rotateX(35deg);
  transform: perspective(400px) rotateX(35deg);
}

.promotion .section-cont3 .winner-contents p {
  margin-top: 10px;
  color: #222;
  font-weight: 700;
}

.promotion .section-cont4 {
  padding-bottom: 85px;
}

.promotion .section-cont4 .video-box {
  width: 565px;
  height: 317px;
  display: inline-block;
  position: relative;
}

.promotion .section-cont4 .video-box .video video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
}

.promotion .section-cont4 .video-box .video a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.promotion .section-cont4 .video-box .video a img {
  width: 100%;
}

.promotion .section-cont4 .review-contents {
  margin-top: 100px;
}

.promotion .section-cont4 .review-contents .slick-slider .slick-dots {
  margin-top: 50px;
}

.promotion .section-cont4 .review-contents .btn {
  position: absolute;
  right: 0;
  bottom: 50px;
}

.promotion .section-cont5 {
  background: #fafafa;
}

.promotion .section-cont5 .btn {
  position: absolute;
  right: 30px;
  top: 1195px;
}

.promotion .section-only {
  background-color: #F8F7F0;
  padding-top: 30px;
}

.promotion .section-only .sector-unbreakable .unbreakable-title .title {
  padding-left: 21px;
}

.promotion .section-only .sector-unbreakable .unbreakable-title .title:before {
  content: '';
  width: 6px;
  height: 83px;
  display: inline-block;
  border-radius: 4px;
  background: #dedede;
  margin-right: 19px;
  position: absolute;
  top: 7px;
  left: 0;
}

.promotion .section-only .sector-unbreakable .unbreakable-title .base {
  color: #aaa;
  line-height: 1.5;
  color: #aaa;
}

.promotion .section-only .sector-unbreakable .unbreakable-list:before {
  background: #F8F7F0;
  background: -webkit-gradient(linear, left top, left bottom, from(#F8F7F0), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #F8F7F0 0%, rgba(255, 255, 255, 0) 100%);
}

.promotion .section-only .sector-unbreakable .unbreakable-list:after {
  background: #F8F7F0;
  background: -webkit-gradient(linear, left bottom, left top, from(#F8F7F0), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #F8F7F0 0%, rgba(255, 255, 255, 0) 100%);
}

.promotion .section-only .sector-unbreakable .base {
  color: #aaa;
  line-height: 1.5;
  color: #aaa;
}

.promotion .section-cont7 .title {
  background: #04197a;
}

.promotion .section-cont8 {
  background: url(//img.eduwill.net/Img2/public/promotion/210824/pc/cont8_bg.jpg) no-repeat center 0;
  background-size: cover;
}

.promotion .section-cont8 .roulette-box {
  position: absolute;
  left: 145px;
  top: 380px;
}

.promotion .section-cont8 .roulette-box .btn {
  position: absolute;
  left: 50%;
  top: 279px;
  margin-left: -130px;
}

.promotion .section-cont8 .roulette-box .btn .ico_point {
  position: absolute;
  right: 50px;
  bottom: -10px;
  -webkit-animation: 0.5s slideUpY ease-in-out infinite alternate;
          animation: 0.5s slideUpY ease-in-out infinite alternate;
}

.promotion .section-cont8 .roulette-box .niddle {
  position: absolute;
  left: 50%;
  top: -20px;
  margin-left: -26px;
}

.promotion .section-cont9 {
  background: url(//img.eduwill.net/Img2/public/promotion/210824/pc/cont9_bg.jpg) no-repeat center center;
  background-size: cover;
}

.popup {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 40000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  max-width: 720px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}

.popup .popup-close {
  top: -70px;
  right: -20px;
  width: 80px;
  height: 80px;
  position: absolute;
  display: block;
}

.popup .popup-close a:before, .popup .popup-close a:after {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 40px;
  height: 3px;
  margin-left: -20px;
}

.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-body {
  padding: 5%;
  text-align: left;
}

.popup .popup-body li {
  margin-top: 20px;
}

.popup .popup-body li:first-child {
  margin-top: 0;
}

.sector-unbreakable {
  background: #f8f7f0 !important;
}
/*# sourceMappingURL=web.css.map */