@charset "UTF-8";
.text-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
          clip-path: polygon(0 0, 0 0, 0 0);
}

.promotion .wrap, .layer .layer-cont .method, .grid {
  *zoom: 1;
}
.promotion .wrap:before, .layer .layer-cont .method:before, .grid:before, .promotion .wrap:after, .layer .layer-cont .method:after, .grid:after {
  content: "";
  display: table;
}
.promotion .wrap:after, .layer .layer-cont .method:after, .grid:after {
  clear: both;
}

.hidden,
.sr_only,
.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 {
  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;
}

.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;
}

.popup-dim {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup .popup-close,
.layer .layer-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
}
.popup .popup-close a,
.layer .layer-close a {
  display: block;
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 720px) {
  .popup .popup-close a,
  .layer .layer-close a {
    width: 56px;
    height: 56px;
  }
}
.popup .popup-close a:before, .popup .popup-close a:after,
.layer .layer-close a:before,
.layer .layer-close a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 1px;
  margin-left: -15px;
  background-color: #222;
}
.popup .popup-close a:before,
.layer .layer-close a:before {
  transform: rotate(45deg);
}
.popup .popup-close a:after,
.layer .layer-close a:after {
  transform: rotate(-45deg);
}

.popup {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 200;
  display: none;
  width: 95%;
  background: #fff;
  letter-spacing: -1px;
  transform: translateX(-50%);
  box-sizing: border-box;
}
.popup * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.popup .popup-body {
  padding: 0.78125rem !important;
  text-align: left;
  line-height: 1.4;
  font-size: 2.5vw;
  font-weight: 400;
  color: #222;
  border: 2px solid #000;
  background-color: #fff;
}
@media screen and (min-width: 720px) {
  .popup .popup-body {
    padding: 25px !important;
  }
}
@media screen and (min-width: 720px) {
  .popup .popup-body {
    font-size: 18px;
  }
}
.popup .popup-body p {
  font-size: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-body p {
    font-size: 16px;
  }
}
.popup .popup-body .base-title {
  margin-top: 0.625rem !important;
}
@media screen and (min-width: 720px) {
  .popup .popup-body .base-title {
    margin-top: 20px !important;
  }
}
.popup .popup-body .base-title:first-child {
  margin-top: 0;
}
.popup .popup-body strong {
  display: block;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-body strong {
    font-size: 18px;
  }
}
.popup.popup-base .popup-body {
  max-height: 18.75rem !important;
  overflow-y: auto;
}
@media screen and (min-width: 720px) {
  .popup.popup-base .popup-body {
    max-height: 600px !important;
  }
}

.layer {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2002;
  color: #222;
  text-align: left;
  max-width: 640px;
  height: auto;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.layer .layer-title {
  position: relative;
}
.layer .layer-title p {
  background-color: #f8f8f8;
  color: #b9b9b9;
  text-align: left;
  padding: 0.3125rem 0.625rem !important;
}
@media screen and (min-width: 720px) {
  .layer .layer-title p {
    padding: 10px 20px !important;
  }
}
.layer .layer-title p strong {
  color: #333;
  font-size: 4.1666666667vw;
  letter-spacing: -1px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
@media screen and (min-width: 720px) {
  .layer .layer-title p strong {
    font-size: 30px;
  }
}
@media screen and (min-width: 720px) {
  .layer .layer-title p strong {
    font-size: 25px;
  }
}
.layer .layer-cont {
  position: relative;
  box-sizing: border-box;
  background: #fff;
}
.layer .layer-cont .scroll-box {
  height: 450px;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media only screen and (min-width: 720px) {
  .layer .layer-cont .scroll-box {
    height: 750px;
  }
}
.layer .layer-cont .method {
  padding: 1.25rem !important;
}
@media screen and (min-width: 720px) {
  .layer .layer-cont .method {
    padding: 40px !important;
  }
}
.layer .layer-cont .method p {
  font-size: 3.3333333333vw;
  line-height: 1.4;
  padding-left: 4%;
  text-indent: -4%;
}
@media screen and (min-width: 720px) {
  .layer .layer-cont .method p {
    font-size: 24px;
  }
}
@media only screen and (min-width: 720px) {
  .layer .layer-cont .method p {
    font-size: 18px;
    padding-left: 24px;
    text-indent: -24px;
  }
  .layer .layer-cont .method p .btn-text {
    font-size: 16px;
  }
}
.layer .layer-cont .method p .btn-text {
  display: inline-block;
  border: 1px solid #222;
  padding: 3px 10px;
  color: #222;
  font-size: 2.7777777778vw;
  text-indent: 0;
}
@media screen and (min-width: 720px) {
  .layer .layer-cont .method p .btn-text {
    font-size: 20px;
  }
}

.eco-base-text, .eco-3222 p {
  display: none;
  line-height: 1.5;
  font-size: 2.7777777778vw;
  font-weight: 400;
  color: #222;
  letter-spacing: -1px;
}
@media screen and (min-width: 720px) {
  .eco-base-text, .eco-3222 p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .eco-base-text, .eco-3222 p {
    font-size: 14px;
  }
}

#popupBase .eco-3222 p {
  display: block;
}

.popup {
  width: 50%;
}

.freebook-apply .wrap {
  display: block !important;
  flex-direction: initial !important;
}

.bounce {
  animation: bounce 2s infinite both;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-10px);
  }
}
.slideY {
  position: absolute;
  animation: 0.4s slideUpY ease-in-out infinite alternate;
}

@keyframes slideUpY {
  0% {
    transform: translate(0, 5px);
  }
  100% {
    transform: translate(-5px, 0);
  }
}
.btn-reason {
  position: absolute;
  padding-right: 15px;
  border: none;
  cursor: pointer;
  width: 84px;
  height: 29px;
  background-color: transparent;
  background-image: url("https://img.eduwill.net/eduwill/img/2021/_107/freebook/210906/pc/btn_reason.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  text-indent: -9999px;
}

.promotion {
  position: relative;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -1px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.promotion .container,
.promotion .item {
  position: relative;
  box-sizing: border-box;
}
.promotion .wrap {
  position: relative;
  margin: 0 auto;
  flex-direction: column;
  width: 1200px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.promotion .wrap-full {
  width: 100%;
}
.promotion a[data-icon=hand] {
  position: relative;
  text-indent: -9999px;
}
.promotion .banner-follow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  position: fixed;
  right: 0px;
  top: 275px;
  z-index: 11;
}
.promotion .banner-follow a {
  display: inline-block;
  position: absolute;
  left: 15px;
  right: 15px;
  height: 220px;
  text-indent: -9999px;
}
.promotion .banner-follow a.btn1 {
  top: 11px;
}
.promotion .banner-follow a.btn2 {
  bottom: 11px;
}
.promotion .promotion-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100px;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.9);
}
.promotion .promotion-banner a {
  z-index: 2;
  right: 0;
  top: 50%;
  font-size: 20px;
  font-weight: 900;
  padding: 12px 48px;
  border-radius: 40px;
  background: #FFBF00;
  transform: translateY(-50%);
  position: relative;
  display: inline-block;
  position: absolute;
}
.promotion .promotion-banner a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 1rem !important;
  height: 1.25rem !important;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_12.png") no-repeat 0 0;
  background-size: 100% auto;
  animation-name: pointerBounce;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .promotion-banner a:after {
    width: 32px !important;
  }
}
@media screen and (min-width: 720px) {
  .promotion .promotion-banner a:after {
    height: 40px !important;
  }
}
@keyframes pointerBounce {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.promotion .promotion-top {
  background-color: transparent;
  background-image: url("//img.eduwill.net/eduwill/img/2024/_108/freebook/241227/pc/bg_cont0.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
.promotion .promotion-top .flag {
  position: absolute;
  top: 424px;
  right: 251px;
}
.promotion .promotion-cont1 {
  background-color: #f6ebff;
}
.promotion .promotion-cont1-title {
  background: #5E2C89;
}
.promotion .promotion-cont2 {
  padding-bottom: 100px;
  background-color: #fff;
  background-image: url("//img.eduwill.net/eduwill/img/2024/_108/freebook/241227/pc/bg_cont2.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
.promotion .promotion-cont2 .action {
  margin: 32px 0;
}
.promotion .promotion-cont2 .action button {
  width: 720px;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin: 0 auto;
  padding: 28px 0;
  border-radius: 80px;
  background: #5E2C89;
}
.promotion .promotion-cont2 .apply {
  padding: 50px;
  border: 1px solid #5E2C89;
  border-radius: 20px;
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, #FBFBFB 100%);
}
.promotion .promotion-cont2 .apply ul li {
  display: flex;
  margin-bottom: 40px;
}
.promotion .promotion-cont2 .apply ul li:last-child {
  margin-bottom: 0;
}
.promotion .promotion-cont2 .apply-label {
  margin-right: 70px;
}
.promotion .promotion-cont2 .apply-label p {
  font-size: 20px;
  font-weight: 900;
  color: #5E2C89;
}
.promotion .promotion-cont2 .apply-text p {
  font-size: 18px;
  color: #555555;
}
.promotion .promotion-cont2 .apply-text span {
  font-size: 18px;
  font-weight: 600;
  color: #5E2C89;
}
.promotion .promotion-rumor {
  position: relative;
}
.promotion .promotion-rumor .comment-section .bg::before {
  content: "";
  position: absolute;
  top: -55px;
  right: 0;
  width: 100%;
  height: 100%;
}
.promotion .promotion-rumor .comment-section .wrap {
  display: table;
}
.promotion .promotion-rumor .comment-event .comment-section .title:before,
.promotion .promotion-rumor .comment-event .comment-section .title .bg {
  bottom: -327px;
}
.promotion .promotion-rumor .comment-event .comment-section .sns {
  margin-top: 40px;
}
.promotion .promotion-rumor .comment-event .comment-section .form .wrap .button {
  border-radius: 0;
}
.promotion .promotion-rumor .comment-event .comment-section .form .wrap .text {
  border-radius: 0;
  border: 2px solid #ffbf00;
}
.promotion .promotion-rumor .comment-event .comment-privacy .wrap {
  align-items: flex-start;
}
.promotion .promotion-rumor .comment-event .comment-privacy .wrap .scroll_box {
  width: 100%;
}
.promotion .promotion-rumor .comment-list-wrap {
  width: 100%;
}
.promotion .promotion-only {
  background: #fff;
  background: linear-gradient(to bottom, #fff 7%, #f5f5f5 100%);
  padding-bottom: 4.0625rem !important;
}
.promotion .promotion-only .wrap {
  display: block;
  padding-top: 120px;
}
@media screen and (min-width: 720px) {
  .promotion .promotion-only {
    padding-bottom: 130px !important;
  }
}
.promotion .promotion-only .title {
  position: relative;
}
.promotion .promotion-only .btn-reason {
  top: 260px;
  right: 0;
  color: #adadad;
  border-color: #adadad;
}
.promotion .promotion-only .btn-reason::after {
  border-color: #adadad;
}
.promotion .promotion-only .only-list {
  text-align: center;
  margin-top: -60px;
  overflow: hidden;
  transform: perspective(570px) rotateX(45deg);
}
.promotion .promotion-only .only-list:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 7.8125rem !important;
  background: #f8f7f0;
  background: linear-gradient(180deg, #f8f7f0 0%, rgba(248, 247, 240, 0) 100%);
}
@media screen and (min-width: 720px) {
  .promotion .promotion-only .only-list:before {
    height: 250px !important;
  }
}
.promotion .promotion-only .only-list .slick-track {
  transform: translate(0) !important;
}
.promotion .promotion-only .only-list .slick-slide {
  margin-top: 0.9375rem !important;
}
@media screen and (min-width: 720px) {
  .promotion .promotion-only .only-list .slick-slide {
    margin-top: 30px !important;
  }
}
.promotion .promotion-only .only-list .slick-slide img {
  display: inline-block;
}/*# sourceMappingURL=web.css.map */