@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 .wide,
.product-eco .wide,
.fullservice .wide {
  position: relative;
  left: 50%;
  display: block;
  transform: translateX(-50%);
}

.effect-bounce-diagonal {
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
  text-rendering: optimizeLegibility;
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.effect-bounce-diagonal {
  animation-name: effectBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}

.effect-bounce-updown {
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
  text-rendering: optimizeLegibility;
}
@keyframes effectBounceUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.effect-bounce-updown {
  animation-name: effectBounceUpDown;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}

.effect-extend {
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
  text-rendering: optimizeLegibility;
}
@keyframes effectExtend {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
}
.effect-extend {
  animation-name: effectExtend;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}

.effect-blink {
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
  text-rendering: optimizeLegibility;
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.effect-blink {
  animation-name: effectBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
}

.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;
}
@media screen and (min-width: 720px) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -1px;
  }
}
.promotion *,
.product-eco *,
.fullservice * {
  box-sizing: border-box;
}
.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 img,
.product-eco img,
.fullservice img {
  vertical-align: top;
}
.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;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 55px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  height: 7.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 56px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}

.promotion .only-pc {
  display: block;
}
.promotion .only-mobile {
  display: none;
}
.promotion .wrap {
  width: 1160px;
}
.promotion .sub-title {
  color: #000;
  font-size: 32px;
  font-weight: 700;
}
.promotion .main-title {
  color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -1.556px;
}
.promotion .freebook-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 50px 25px;
  margin-top: 30px;
}
.promotion .freebook-list li {
  width: 170px;
}
.promotion .freebook-list a {
  position: relative;
  display: block;
}
.promotion .freebook-list a:hover .book-cover {
  display: flex;
}
.promotion .freebook-list .book-img {
  position: relative;
  width: 100%;
  height: 230px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.promotion .freebook-list .book-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.promotion .freebook-list .book-img .flag {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  padding: 3px 11px;
  color: #FFF;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  background: #F00;
  box-shadow: -1px 1px 4px 0 rgba(0, 0, 0, 0.45) inset;
}
.promotion .freebook-list .book-img .book-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  background: rgba(0, 0, 0, 0.7);
}
.promotion .freebook-list .book-img .book-cover::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 5px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}
.promotion .freebook-list .book-name {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 16px;
}
.promotion .sector-top-banner {
  background-color: #22223A;
}
.promotion .sector-title {
  min-height: 1052px;
  padding-bottom: 130px;
  background-color: #564721;
  background-image: url("//img.eduwill.net/eduwill/img/2026/0/freebook/260423/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 100%;
}
.promotion .sector-title .title-1 {
  margin-top: 172px;
}
.promotion .sector-title .title-2 {
  margin-top: -10px;
}
.promotion .sector-title .title-3 {
  margin-top: -20px;
}
.promotion .sector-title .title-4 {
  margin-top: 50px;
}
.promotion .sector-title .freebook-list {
  flex-wrap: nowrap;
  justify-content: center;
}
.promotion .sector-title .freebook-list .book-name {
  position: relative;
  display: inline-block;
}
.promotion .sector-title .freebook-list .book-name::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.25vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .freebook-list .book-name::before {
    width: 9px;
  }
}
.promotion .sector-title .freebook-list .book-name::before {
  height: 1.25vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .freebook-list .book-name::before {
    height: 9px;
  }
}
.promotion .sector-title .freebook-list .book-name::before {
  margin-top: -0.625vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .freebook-list .book-name::before {
    margin-top: -4.5px;
  }
}
.promotion .sector-title .freebook-list .book-name::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 2.5vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .freebook-list .book-name::before {
    right: 18px;
  }
}
.promotion .sector-title .freebook-list .book-name::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.promotion .sector-title .freebook-list .book-name {
  height: 53px;
  color: #FFBF01;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.36px;
  border-radius: 6px;
  background: linear-gradient(342deg, #000 11.67%, #393939 87.41%);
}
.promotion .sector-title .freebook-list .book-name.is-long {
  justify-content: flex-start;
  padding: 16px 0 16px 10px;
  font-size: 14px;
}
.promotion .sector-band {
  padding: 46px 0;
  background-color: #22223A;
}
.promotion .sector-list {
  position: relative;
  padding: 80px 0;
}
.promotion .sector-list .wrap {
  width: 950px;
}
.promotion .sector-list .tab-area {
  margin-top: 40px;
  height: 62px;
}
.promotion .sector-list .tab-list {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.promotion .sector-list .tab-list.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  width: 950px;
  margin: 0 auto;
}
.promotion .sector-list .tab-list a {
  width: 100%;
  padding: 12px 0;
  color: #888;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  background-color: #FFF;
}
.promotion .sector-list .tab-list a:first-child {
  border-left: 1px solid #E0E0E0;
}
.promotion .sector-list .tab-list a:last-child {
  border-right: 1px solid #E0E0E0;
}
.promotion .sector-list .tab-list a + a {
  border-left: 1px solid #E0E0E0;
}
.promotion .sector-list .tab-list a.on {
  color: #000;
  border-color: #FFBF00;
  background-color: #FFBF00;
}
.promotion .sector-list .tab-view {
  margin-top: 60px;
}
.promotion .sector-list .subject {
  color: #000;
  text-align: left;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1.556px;
}
.promotion .sector-list .freebook-list .book-name {
  position: relative;
  display: inline-block;
}
.promotion .sector-list .freebook-list .book-name::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.9722222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-list .freebook-list .book-name::before {
    width: 7px;
  }
}
.promotion .sector-list .freebook-list .book-name::before {
  height: 0.9722222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-list .freebook-list .book-name::before {
    height: 7px;
  }
}
.promotion .sector-list .freebook-list .book-name::before {
  margin-top: -0.4861111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-list .freebook-list .book-name::before {
    margin-top: -3.5px;
  }
}
.promotion .sector-list .freebook-list .book-name::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-list .freebook-list .book-name::before {
    right: 14px;
  }
}
.promotion .sector-list .freebook-list .book-name::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.promotion .sector-list .freebook-list .book-name {
  justify-content: flex-start;
  height: 38px;
  padding: 8px 12px;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #D2D2D2;
  background: #FFF;
}
.promotion .sector-list .freebook-list .book-name.is-long {
  font-size: 13px;
}/*# sourceMappingURL=web.css.map */