.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 .wrap {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  text-align: center;
  font-family: "Noto Sans KR", Sans-Serif;
  letter-spacing: -1px;
}

.promotion .grid {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  *zoom: 1;
}

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

.promotion .grid:after {
  clear: both;
}

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

.promotion .ico_hand {
  position: absolute;
  right: 20px;
  bottom: 0px;
  -webkit-animation: 0.5s slideUpY ease-in-out infinite alternate;
          animation: 0.5s slideUpY ease-in-out infinite alternate;
}

@-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);
  }
}

.promotion .fix-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #0b285c;
  z-index: 100;
}

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

.promotion .section-title {
  position: relative;
  background: url("//img.eduwill.net/Img2/social/promotion/freebook/200528/pc/bg_title.jpg") 50% 0 no-repeat;
  background-size: cover;
}

.promotion .section-title .period {
  position: absolute;
  left: 50%;
  top: 588px;
  margin-left: -500px;
}

.promotion .section-title .period p {
  color: #222;
  font-size: 28px;
  font-family: "Noto Sans KR", Sans-Serif;
}

.promotion .section-title .period p strong {
  font-weight: 700;
}

.promotion .section-apply-btn {
  background-color: #0b285c;
}

.promotion .section-item1 {
  background: url("//img.eduwill.net/Img2/social/promotion/freebook/200528/pc/bg_item1.jpg") 50% 0 no-repeat;
  background-size: cover;
}

.promotion .section-item2 {
  background-color: #fff;
}

.promotion .section-item3 {
  background-color: #e8f9fc;
}

.promotion .section-tab {
  background-color: #0997ec;
  padding-bottom: 100px;
}

.promotion .section-tab .tab_box {
  text-align: center;
}

.promotion .section-tab .tab_list {
  border-bottom: 1px solid #061d47;
}

.promotion .section-tab .tab_list:after {
  content: '';
  display: block;
  clear: both;
}

.promotion .section-tab .tab_list li {
  position: relative;
  top: 15px;
  font-weight: 500;
  font-family: "Noto Sans KR", Sans-Serif;
  font-size: 26px;
  float: left;
  cursor: pointer;
  color: #cbcdd3;
  width: 33%;
  height: 90px;
  line-height: 90px;
  border-left: 1px solid #0997ec;
  background-color: #fff;
}

.promotion .section-tab .tab_list li span {
  display: none;
  position: absolute;
  left: 50%;
  top: 70px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.promotion .section-tab .tab_list li:first-child {
  margin-left: 0;
}

.promotion .section-tab .tab_list li.on {
  top: 0px;
  height: 105px;
  line-height: 105px;
  color: #fff;
  background-color: #061d47;
  width: 34%;
  border-top-right-radius: 30px;
}

.promotion .section-tab .tab_list li.on span {
  display: block;
}

.promotion .section-tab .tab_view {
  display: none;
}

.promotion .section-tab .tab_list + .tab_view {
  display: block;
}

.promotion .section-tab .tab_text {
  margin-top: 40px;
}

.promotion .section-winner {
  background-color: #fff;
  padding-bottom: 56px;
}

.promotion .section-winner .winner-list-wrap {
  background-color: #fff;
  border: 1px solid #cdd2da;
  padding: 60px 50px 50px;
}

.promotion .section-winner .winner-list-wrap .text {
  color: #2a2a2a;
  font-size: 28px;
  text-align: center;
  font-family: 'Noto Sans KR', Sans-Serif;
  font-weight: 700;
  margin-bottom: 30px;
}

.promotion .section-winner .winner-list-wrap .bx-viewport {
  height: 250px !important;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.promotion .section-winner .winner-list-wrap .winner-list .col {
  width: 20%;
  padding: 5px 0;
  text-align: left;
  font-size: 20px;
  line-height: 130%;
  font-weight: 400;
  font-family: 'Noto Sans KR', Sans-Serif;
  color: #2b2b2b;
  letter-spacing: 0;
}

.promotion .section-winner .winner-list-wrap .winner-list .col span {
  display: inline-block;
  margin: 0 5px;
}

.promotion .section-review {
  background-color: #e9eaec;
  padding: 60px 0;
}

.promotion .section-review .review_list:after {
  content: '';
  display: block;
  clear: both;
}

.promotion .section-review .review_list .review {
  position: relative;
  float: left;
  margin-left: 20px;
  width: 353px;
}

.promotion .section-review .review_list .review:first-child {
  margin-left: 0;
}

.promotion .section-review .review_list .review .flowplayer {
  position: absolute;
  left: 35px;
  top: 40px;
  width: 288px;
  height: 268px;
  border-radius: 15px;
}

.promotion .section-review .review_list .review .flowplayer#player1 {
  background: url(//img.eduwill.net/Img2/social/promotion/freebook/200528/pc/img_video1.png) no-repeat 0 0;
}

.promotion .section-review .review_list .review .flowplayer#player2 {
  background: url(//img.eduwill.net/Img2/social/promotion/freebook/200528/pc/img_video2.png) no-repeat 0 0;
}

.promotion .section-review .review_list .review .flowplayer#player3 {
  background: url(//img.eduwill.net/Img2/social/promotion/freebook/200528/pc/img_video3.png) no-repeat 0 0;
}
/*# sourceMappingURL=web.css.map */