@charset "UTF-8";
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full, .grid {
  *zoom: 1;
}
.promotion .wrap::before,
.promotion .wrap-full::before,
.product-eco .wrap::before,
.product-eco .wrap-full::before,
.fullservice .wrap::before,
.fullservice .wrap-full::before, .grid::before, .promotion .wrap::after,
.promotion .wrap-full::after,
.product-eco .wrap::after,
.product-eco .wrap-full::after,
.fullservice .wrap::after,
.fullservice .wrap-full::after, .grid::after {
  content: "";
  display: table;
}
.promotion .wrap::after,
.promotion .wrap-full::after,
.product-eco .wrap::after,
.product-eco .wrap-full::after,
.fullservice .wrap::after,
.fullservice .wrap-full::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;
}

.promotion .slick-dots {
  font-size: 0;
}
.promotion .slick-dots li {
  display: inline-block;
}
.promotion .slick-dots button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: 0;
  background: none;
}

.promotion .wide,
.product-eco .wide,
.fullservice .wide {
  position: relative;
  left: 50%;
  display: block;
  transform: translateX(-50%);
}

.promotion .sector-notice ul li {
  position: relative;
  padding-left: 1.3888888889vw;
  text-align: left;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice ul li {
    padding-left: 10px;
  }
}
.promotion .sector-notice ul li::before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: inherit;
}

.effect-bounce-diagonal {
  animation-name: effectBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}

.effect-bounce-updown {
  animation-name: effectBounceUpDown;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBounceUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.effect-extend {
  animation-name: effectExtend;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectExtend {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
}

.effect-blink {
  animation-name: effectBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.promotion,
.product-eco,
.fullservice {
  text-align: center;
  overflow: hidden;
}
.promotion *,
.product-eco *,
.fullservice * {
  line-height: normal;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -1px;
  }
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion button,
.product-eco button,
.fullservice button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.promotion p,
.product-eco p,
.fullservice p {
  margin: 0;
  padding: 0;
}
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  width: 100%;
}
.promotion .icon-pointer,
.product-eco .icon-pointer,
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 7.6388888889vw;
  height: 7.7777777778vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 55px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 56px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}

.promotion .only-pc {
  display: block;
}
.promotion .only-mobile {
  display: none;
}
.promotion .wrap {
  width: 1200px;
}
.promotion .fix-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: #000;
}
.promotion .fix-bottom a {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.promotion .fix-bottom p {
  color: #FFF;
  font-size: 30px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -0.9px;
}
.promotion .fix-bottom p span {
  color: #FFC800;
}
.promotion .fix-bottom p.text-2 {
  margin: 17px 0;
  padding: 14px 40px 14px 30px;
  color: #212121;
  font-size: 18px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -0.18px;
  border-radius: 50px;
  background: linear-gradient(88deg, #FFB43A 4.36%, #FFED65 88.54%), #A2FFF4;
}
.promotion .fix-bottom p.text-2 {
  position: relative;
  display: inline-block;
}
.promotion .fix-bottom p.text-2::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.9722222222vw;
  height: 0.9722222222vw;
  margin-top: -0.4861111111vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 1.9444444444vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .promotion .fix-bottom p.text-2::before {
    width: 7px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .fix-bottom p.text-2::before {
    height: 7px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .fix-bottom p.text-2::before {
    margin-top: -3.5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .fix-bottom p.text-2::before {
    right: 14px;
  }
}
.promotion .fix-bottom img {
  display: block;
  margin-top: -20px;
}
.promotion .slick-dots {
  margin-top: 60px;
}
.promotion .slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0 6px;
  border-radius: 20px;
  background-color: #CFCFCF;
}
.promotion .slick-dots li.slick-active {
  width: 60px;
  background-color: #FFC20E;
}
.promotion .title-box {
  position: relative;
  margin-top: 100px;
}
.promotion .title-box .main-title {
  color: #222;
  font-size: 45px;
  font-weight: 400;
  line-height: 136%;
  letter-spacing: -0.72px;
}
.promotion .title-box .main-title.white {
  color: #fff;
}
.promotion .title-box .main-title strong {
  display: block;
  font-weight: 900;
}
.promotion .title-box .sub-title {
  color: #022222;
  font-size: 28px;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: -2px;
}
.promotion .title-box .sub-title strong {
  font-weight: 700;
}
.promotion .title-box .desc {
  margin-top: 30px;
  font-size: 16px;
  color: #444;
}
.promotion .img-box {
  position: relative;
  margin-top: 50px;
}
.promotion .slide-box {
  margin-top: 50px;
}
.promotion .slide-box img {
  vertical-align: top;
}
.promotion .notice {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
}
.promotion .point-1 {
  color: #F5B200;
}
.promotion .point-2 {
  color: #03D9BF;
}
.promotion .freebook-apply .freebook-title [class^=title-].title-4, .promotion .freebook-apply .freebook-title [class^=title-].title-2, .promotion .sector-title [class^=title-].title-4, .promotion .sector-title [class^=title-].title-2 {
  color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -1.8px;
}
.promotion .freebook-apply .freebook-count .action .btn, .promotion .sector-title [class^=title-].title-action a {
  width: 500px;
  padding: 20px 0;
  color: #000;
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -1.04px;
  border-radius: 80px;
  border-width: 3px;
  border-style: solid;
  border-color: #000;
  background: linear-gradient(94deg, #FFF 55.03%, #FFF 97.04%);
}
.promotion .freebook-apply .freebook-count .action .btn, .promotion .sector-title [class^=title-].title-action a {
  position: relative;
  display: inline-block;
}
.promotion .freebook-apply .freebook-count .action .btn::before, .promotion .sector-title [class^=title-].title-action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .freebook-apply .freebook-count .action .btn::before, .promotion .sector-title [class^=title-].title-action a::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .freebook-apply .freebook-count .action .btn::before, .promotion .sector-title [class^=title-].title-action a::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .freebook-apply .freebook-count .action .btn::before, .promotion .sector-title [class^=title-].title-action a::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .freebook-apply .freebook-count .action .btn::before, .promotion .sector-title [class^=title-].title-action a::before {
    right: 20px;
  }
}
.promotion .sector-top {
  background-color: #222;
}
.promotion .sector-top .action-base {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -180px;
}
.promotion .sector-top .action-base button {
  padding-right: 20px;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.promotion .sector-top .action-base button {
  position: relative;
  display: inline-block;
}
.promotion .sector-top .action-base button::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  margin-top: -0.3472222222vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 1.3888888889vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-top .action-base button::before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-top .action-base button::before {
    height: 5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-top .action-base button::before {
    margin-top: -2.5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-top .action-base button::before {
    right: 10px;
  }
}
.promotion .sector-title {
  overflow: hidden;
  background-image: url("//img.eduwill.net/eduwill/img/2025/U/freebook/251027/pc/title_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: #FFF5C8;
  background: linear-gradient(to right, #FFF5C8, #FFD24B);
}
.promotion .sector-title .wrap {
  height: 760px;
}
.promotion .sector-title [class^=title-] {
  text-align: left;
}
.promotion .sector-title [class^=title-].title-1 {
  margin-top: 150px;
  color: #000;
  font-size: 34px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.36px;
}
.promotion .sector-title [class^=title-].title-2 {
  margin-top: 30px;
}
.promotion .sector-title [class^=title-].title-2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 86px;
  height: 82px;
  font-size: 0;
  background-image: url("//img.eduwill.net/eduwill/img/2025/U/freebook/251027/pc/icon_ai.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .sector-title [class^=title-].title-2 span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  filter: drop-shadow(3px 2px #000) drop-shadow(-2px -2px #000) drop-shadow(1px 1px #000) drop-shadow(1px 0px #000) drop-shadow(0px 2px #000);
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 85px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -1.704px;
  background: linear-gradient(307deg, #75FFAC 6.93%, #FFF30A 91.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .sector-title [class^=title-].title-3 {
  margin-top: 8px;
  color: #FFF;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000);
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 85px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -5.111px;
}
.promotion .sector-title [class^=title-].title-4 {
  margin-top: 8px;
}
.promotion .sector-title [class^=title-].title-4 span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  filter: drop-shadow(3px 2px #000) drop-shadow(-2px -2px #000) drop-shadow(1px 1px #000) drop-shadow(1px 0px #000) drop-shadow(0px 2px #000);
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 85px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -1.704px;
  background: linear-gradient(307deg, #75FFAC 6.93%, #FFF30A 91.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .sector-title [class^=title-].title-action {
  margin-top: 46px;
}
.promotion .sector-title [class^=title-].title-action .notice {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  line-height: 160%;
  letter-spacing: -0.6px;
}
.promotion .sector-title [class^=title-].title-character {
  position: absolute;
  right: 0;
  bottom: 0;
}
.promotion .sector-title [class^=title-].title-book {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 221px;
}
.promotion .sector-title [class^=title-].title-flag {
  position: absolute;
  top: 70px;
  left: 50%;
  margin-left: 10px;
}
.promotion .sector-intro {
  padding-bottom: 100px;
}
.promotion .sector-intro .intro-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.promotion .sector-review {
  padding-bottom: 90px;
  background-color: #FFFFF4;
}
.promotion .sector-review .slide-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.promotion .sector-review .slide-wrap .title-box {
  margin-top: 0;
  text-align: left;
}
.promotion .sector-review .slide-wrap .title-box + .sns-slide {
  margin-top: 50px;
}
.promotion .sector-review .slide-wrap .slide-box:first-child {
  width: 383px;
}
.promotion .sector-review .slide-wrap .slide-box:first-child .slick-list {
  box-shadow: 2px 4px 28px 0 rgba(0, 0, 0, 0.25);
}
.promotion .sector-review .slide-wrap .slide-box:last-child {
  width: 600px;
}
.promotion .sector-review .slide-wrap .slide-box:last-child .slick-slide {
  margin-bottom: -5px 0;
}
.promotion .sector-band {
  padding-bottom: 40px;
  background: linear-gradient(91deg, #FFE588 28.84%, #FFC402 69.87%);
}
.promotion .sector-band + .sector-content {
  background: none;
}
.promotion .sector-band .title-box {
  margin-top: 40px;
}
.promotion .sector-content {
  padding-bottom: 100px;
  background: linear-gradient(180deg, #F8F8F8 1%, #FFF 20%);
}
.promotion .sector-content#targetSynergy .img-box {
  margin-top: 0;
}
.promotion .sector-content .wrap {
  width: 1160px;
}
.promotion .sector-content .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
.promotion .sector-content .title-box .main-title [class^=point-] {
  font-size: 64px;
}
.promotion .sector-content .light-box {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
  margin-top: 300px;
}
.promotion .sector-content .light-box::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 80px;
  opacity: 0.6;
  background: linear-gradient(180deg, #D9D9D9 0%, rgba(217, 217, 217, 0) 76.54%);
}
.promotion .sector-content .light-box > div {
  position: relative;
}
.promotion .sector-content .light-box > div:first-child .flag {
  right: 22px;
  margin-bottom: 25px;
}
.promotion .sector-content .light-box > div:last-child .flag {
  left: 0;
  margin-bottom: 50px;
}
.promotion .sector-content .light-box .flag {
  position: absolute;
  bottom: 100%;
}
.promotion .sector-content .slide-box {
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
}
.promotion .sector-content .count-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 50px;
}
.promotion .sector-content .count-box + .title-box {
  justify-content: center;
  text-align: center;
  margin-top: 150px;
}
.promotion .sector-content .count-box > div {
  position: relative;
  width: 100%;
  padding: 30px 0;
  border-width: 6px;
  border-style: solid;
  border-color: #67D7C7;
  border-radius: 10px;
  box-shadow: 2px 4px 20px 0 rgba(0, 0, 0, 0.25);
}
.promotion .sector-content .count-box p.title {
  color: #092121;
  font-size: 18px;
  font-weight: 700;
}
.promotion .sector-content .count-box p.counter {
  margin-top: 20px;
  color: #03D9BF;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 100%;
}
.promotion .sector-content .count-box p.notice {
  position: absolute;
  top: 100%;
  width: 100%;
  color: #B9C0C0;
  text-align: center;
  font-size: 14px;
}
.promotion .sector-content .subject-box {
  position: relative;
  width: 600px;
  height: 380px;
  margin: 70px auto 0;
}
.promotion .sector-content .subject-box > div {
  position: absolute;
  right: 0;
  left: 0;
  display: none;
  margin: 0 auto;
  padding: 25px;
  border-width: 2px;
  border-style: dashed;
  border-radius: 20px;
}
.promotion .sector-content .subject-box > div.subject-1 {
  position: static;
  width: 100%;
  height: 100%;
  border-color: #f6b862;
  background-color: #fdf4e2;
}
.promotion .sector-content .subject-box > div.subject-2 {
  bottom: 30px;
  width: 500px;
  height: 242px;
  border-color: #f0bec0;
  background-color: #fbe6e8;
}
.promotion .sector-content .subject-box > div.subject-3 {
  bottom: 50px;
  width: 400px;
  height: 114px;
  border-color: #a8ded5;
  background-color: #cbf1eb;
}
.promotion .sector-content .subject-box > div.subject-3 .text {
  font-weight: 700;
}
.promotion .sector-content .subject-box > div.subject-3 .text.text-2 {
  color: #F6414D;
}
.promotion .sector-content .subject-box > div p {
  line-height: 100%;
}
.promotion .sector-content .subject-box > div p.title {
  color: #022222;
  font-size: 32px;
  font-weight: 700;
}
.promotion .sector-content .subject-box > div p.text {
  margin-top: 10px;
  color: #000;
  font-size: 20px;
  font-weight: 350;
}
.promotion .sector-content .subject-box > div p.text.text-1 {
  position: relative;
  z-index: 1;
  margin-bottom: -30px;
  background-color: #cbf1eb;
}
.promotion .sector-notice {
  padding: 100px 0;
  background: #F7F7F7;
}
.promotion .sector-notice .notice-box {
  margin: 0 50px;
  text-align: left;
}
.promotion .sector-notice p {
  line-height: normal;
}
.promotion .sector-notice p.notice-title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
.promotion .sector-notice p.notice-sub-title {
  margin-top: 20px;
  color: #6E6E6E;
  font-size: 18px;
  font-weight: 600;
}
.promotion .sector-notice ul {
  margin-top: 5px;
}
.promotion .sector-notice ul + p {
  margin-top: 40px;
}
.promotion .sector-notice ul li {
  color: #6E6E6E;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.promotion .freebook-apply {
  border-top: none;
  padding-bottom: 100px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/U/freebook/251027/pc/apply_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .freebook-apply::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FFF6D1 0%, #FFE7B5 100%);
}
.promotion .freebook-apply .wrap {
  width: 1200px;
}
.promotion .freebook-apply .freebook-title .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.promotion .freebook-apply .freebook-title .wrap > div {
  width: 100%;
  margin-top: 100px;
}
.promotion .freebook-apply .freebook-title [class^=title-] {
  text-align: left;
}
.promotion .freebook-apply .freebook-title [class^=title-].title-1 {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.36px;
}
.promotion .freebook-apply .freebook-title [class^=title-].title-2 {
  margin-top: 30px;
  font-size: 62px;
}
.promotion .freebook-apply .freebook-title [class^=title-].title-2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 53px;
  height: 51px;
  font-size: 0;
  background-image: url("//img.eduwill.net/eduwill/img/2025/U/freebook/251027/pc/icon_ai.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .freebook-apply .freebook-title [class^=title-].title-2 span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  filter: drop-shadow(3px 2px #000) drop-shadow(-2px -2px #000) drop-shadow(1px 1px #000) drop-shadow(1px 0px #000) drop-shadow(0px 2px #000);
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -1.704px;
  background: linear-gradient(307deg, #75FFAC 6.93%, #FFF30A 91.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .freebook-apply .freebook-title [class^=title-].title-3 {
  margin-top: 8px;
  color: #FFF;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000);
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -5.111px;
}
.promotion .freebook-apply .freebook-title [class^=title-].title-4 span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  filter: drop-shadow(3px 2px #000) drop-shadow(-2px -2px #000) drop-shadow(1px 1px #000) drop-shadow(1px 0px #000) drop-shadow(0px 2px #000);
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -1.704px;
  background: linear-gradient(307deg, #75FFAC 6.93%, #FFF30A 91.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .freebook-apply .freebook-count {
  margin-top: -200px;
}
.promotion .freebook-apply .freebook-count .count-table {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  margin: 0;
}
.promotion .freebook-apply .freebook-count .count-table + .count-table {
  display: block;
  width: 564px;
  margin: 90px auto 0;
}
.promotion .freebook-apply .freebook-count .sub-target {
  color: #022222;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -2px;
  text-decoration: underline;
}
.promotion .freebook-apply .freebook-count .count-list {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0;
}
.promotion .freebook-apply .freebook-count .count-list .count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 190px;
  margin: 0;
  border-radius: 8px;
  background-image: url("//img.eduwill.net/eduwill/img/2022/U/event/220718/pc/count.png");
  background-size: cover;
  box-shadow: 2px 6px 10px 0 rgba(0, 0, 0, 0.2);
}
.promotion .freebook-apply .freebook-count .count-list .count span {
  padding: 0;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 120px;
  font-weight: 600;
}
.promotion .freebook-apply .freebook-count .count-list .count span:before, .promotion .freebook-apply .freebook-count .count-list .count span:after {
  display: none;
}
.promotion .freebook-apply .freebook-count .action {
  display: flex;
  width: 564px;
  height: 80px;
  padding: 0;
}
.promotion .freebook-apply .freebook-count .action .btn {
  width: 100%;
  height: auto;
}
.promotion .freebook-apply .freebook-count .action .btn::after {
  display: none;
}
.promotion .freebook-apply .freebook-count .action .btn.btn-wrong, .promotion .freebook-apply .freebook-count .action .btn.btn-complete, .promotion .freebook-apply .freebook-count .action .btn.btn-end {
  border-color: #D9D9D9;
  background: #D9D9D9;
}
.promotion .freebook-apply .freebook-count .action .btn.btn-wrong::before, .promotion .freebook-apply .freebook-count .action .btn.btn-complete::before, .promotion .freebook-apply .freebook-count .action .btn.btn-end::before {
  display: none;
}
.promotion .freebook-apply .freebook-count .action .btn.btn-wrong strong, .promotion .freebook-apply .freebook-count .action .btn.btn-complete strong, .promotion .freebook-apply .freebook-count .action .btn.btn-end strong {
  color: #555;
}
.promotion .freebook-apply .freebook-count .action .btn strong {
  color: #000;
  font-size: 26px;
  font-weight: 700;
}
.promotion .freebook-apply .freebook-count .action .btn .flag {
  position: absolute;
  top: -20px;
  left: 47px;
  display: inline-block;
  padding: 10px 27px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -2.284px;
  border-radius: 40px;
  background: #FFD800;
}
.promotion .freebook-apply .freebook-calendar {
  padding-bottom: 60px;
}
.promotion .freebook-apply .freebook-calendar .calendar-table .week {
  background-color: #fff;
}
.promotion .freebook-apply .freebook-calendar .calendar-table .day.today .day-body {
  padding: 18px 0 12px;
}
.promotion .freebook-apply .privacy-box {
  position: relative;
  width: 860px;
  margin: 40px auto 0;
  padding: 40px;
  background: #fff2d6;
}
.promotion .freebook-apply .privacy-box .privacy-title {
  text-align: left;
  line-height: 1;
  font-size: 22px;
  color: #222;
  font-weight: 700;
}
.promotion .freebook-apply .privacy-box .privacy-title .point {
  color: #f00;
}
.promotion .freebook-apply .privacy-box .privacy-check {
  position: absolute;
  top: 35px;
  right: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.promotion .freebook-apply .privacy-box .privacy-check div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.promotion .freebook-apply .privacy-box .privacy-check div input[type=radio] {
  width: 18px;
  height: 18px;
  margin: 0;
}
.promotion .freebook-apply .privacy-box .privacy-check div label {
  color: #404040;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}
.promotion .freebook-apply .privacy-box .scroll-box {
  margin-top: 20px;
  text-align: left;
  color: #404040;
  font-size: 18px;
  line-height: 1.6;
}
.promotion .freebook-apply .privacy-box .scroll-box ol {
  margin-left: 20px;
}
.promotion .freebook-apply .privacy-box .scroll-box ol li {
  list-style: decimal;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.promotion .freebook-apply .privacy-box .scroll-box ol ul li {
  list-style: none;
}/*# sourceMappingURL=web.css.map */