@charset "UTF-8";
a, *:hover, *:active, *:focus, a img, object, embed, area {
  outline: none;
  -moz-outline-style: none;
}

.grid {
  *zoom: 1;
}

.grid:before, .grid:after {
  content: '';
  display: table;
}

.grid:after {
  clear: both;
}

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

.grid {
  box-sizing: border-box;
}

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

.pc-only {
  display: block;
}

.mobile-only {
  display: none;
}

.icon-hand {
  position: absolute;
  top: 50%;
  right: 5%;
  animation-name: moving;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}

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

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

.promotion .container {
  position: relative;
  box-sizing: border-box;
}

.promotion .wrap {
  position: relative;
  width: 1100px;
  min-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.promotion .btn-scroll {
  width: 140px;
  position: fixed;
  top: 300px;
  right: 20px;
  z-index: 10;
}

.promotion .btn-scroll .emb {
  position: absolute;
  top: 240px;
  left: -25px;
  animation: 0.5s slideUpY ease-in-out infinite alternate;
}

.promotion .btn-scroll .on-img01 {
  display: block;
  width: 140px;
  height: 195px;
  background: url("//img.eduwill.net/eduwill/img/2021/5/freebook/210107/pc/floating_off_01.jpg");
}

.promotion .btn-scroll .on-img01:hover {
  background: url("//img.eduwill.net/eduwill/img/2021/5/freebook/210107/pc/floating_on_01.jpg");
}

.promotion .btn-scroll .on-img02 {
  display: block;
  width: 140px;
  height: 195px;
  background: url("//img.eduwill.net/eduwill/img/2021/5/freebook/210107/pc/floating_off_02.jpg");
}

.promotion .btn-scroll .on-img02:hover {
  background: url("//img.eduwill.net/eduwill/img/2021/5/freebook/210107/pc/floating_on_02.jpg");
}

.promotion .btn-scroll .on-img03 {
  display: block;
  width: 140px;
  height: 195px;
  background: url("//img.eduwill.net/eduwill/img/2021/5/freebook/210107/pc/floating_off_03.jpg");
}

.promotion .btn-scroll .on-img03:hover {
  background: url("//img.eduwill.net/eduwill/img/2021/5/freebook/210107/pc/floating_on_03.jpg");
}

.promotion .fix-apply {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 20;
}

.promotion-top-banner {
  background: #22223a;
}

.promotion-title {
  position: relative;
  background: url("//img.eduwill.net/eduwill/img/2021/5/freebook/210107/pc/title_bg.png") 50% 0 no-repeat;
  background-size: cover;
}

.promotion-title .wrap {
  /* animation */
}

.promotion-title .wrap .title-img {
  position: relative;
  z-index: 2;
}

.promotion-title .wrap .gift {
  position: absolute;
  top: 190px;
  left: 530px;
  z-index: 1;
}

.promotion-title .wrap .gift-ball {
  position: absolute;
  top: 609px;
  left: 1112px;
  z-index: 1;
}

.promotion-title .wrap .date-title-box {
  position: absolute;
  left: 0;
  top: 610px;
  width: 170px;
  padding: 11px 5px;
  line-height: 1;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  border-radius: 37px;
  animation: bgColorChange 1s step-start infinite;
}

@keyframes bgColorChange {
  0% {
    background-color: #ffbf00;
  }
  50% {
    background-color: #188edb;
    color: #fff;
  }
  100% {
    background-color: #ffbf00;
  }
}

.promotion-title .wrap .date {
  position: absolute;
  left: 189px;
  top: 610px;
  font-size: 30px;
}

.promotion-title .wrap .date span {
  font-weight: 800;
}

.promotion-title .wrap .apply-btn01 {
  position: absolute;
  left: 0;
  top: 698px;
  z-index: 10;
}

.promotion-title .wrap .icon-hand {
  right: 0;
}

.promotion-info-1 {
  background: #ffffff;
}

.promotion-info-2 {
  background: #f6f6f6;
}

.promotion-info-3 {
  background: url("//img.eduwill.net/eduwill/img/2021/5/freebook/210107/pc/img03_bg.jpg") 50% 0 no-repeat;
}

.promotion-info-4 {
  background: #fff;
}

.promotion-info-4 .apply-btn02 {
  position: absolute;
  top: 1366px;
  left: 285px;
}

.promotion-info-4 .apply-btn02 .icon-hand {
  top: 30%;
}

.promotion-banner {
  background: #f2f2f2;
}
/*# sourceMappingURL=web.css.map */