@charset "UTF-8";
body {
  -webkit-text-size-adjust: none;
}

.event_wrap {
  font-family: "Pretendard", sans-serif;
}
.event_wrap * {
  box-sizing: border-box;
}
.event_wrap .inner {
  overflow: hidden;
  position: relative;
  width: 750px;
  height: 100%;
  text-align: center;
}
.event_wrap img {
  vertical-align: top;
  max-width: 100%;
}
.event_wrap [class^=e_link] {
  position: absolute;
  display: block;
  width: 100%;
  cursor: pointer;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.event_wrap .title_img {
  margin: 0 auto;
}
.event_wrap .title_img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.event_wrap .section_desc {
  margin-top: 20px;
}
.event_wrap .e_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 590px;
  height: 64px;
  margin: 0 auto;
  border-radius: 8px;
  box-sizing: border-box;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
}
.event_wrap .e_btn_orange {
  background-color: #ff7a00;
}
.event_wrap .e_btn_black {
  background-color: #242424;
}
.event_wrap .e_btn_mint {
  background-color: #16b8b5;
}
.event_wrap .button_wrap .e_btn + .e_btn {
  margin-top: 10px;
}
.event_wrap .bg_visual {
  height: 885px;
  background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260908_ebook_chuseok/bg_visual_v2.jpg") no-repeat center top;
  background-size: 2800px 885px;
}
.event_wrap .bg_visual .object_area {
  overflow: hidden;
  position: relative;
  width: 1006px;
  height: 100%;
  margin: 0 auto;
}
.event_wrap .bg_visual .object_area [class^=obje],
.event_wrap .bg_visual .object_area [class^=text_] {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
@keyframes text_top_wiper {
  0% {
    -webkit-mask-position: 100% 0;
  }
  100% {
    -webkit-mask-position: 0 0;
  }
}
.event_wrap .bg_visual .object_area .text_top {
  -webkit-mask-image: linear-gradient(to right, #000 50%, transparent 50%);
  -webkit-mask-size: 200% 100%;
  -webkit-mask-position: 100% 0;
  -webkit-mask-repeat: no-repeat;
  animation-name: text_top_wiper;
  animation-duration: 800ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  left: 387px;
  top: 59px;
  width: 242px;
  height: 86px;
  background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260908_ebook_chuseok/text_top_v2.png") no-repeat center top;
  background-size: 242px 86px;
}
@keyframes text_top_floating {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.event_wrap .bg_visual .object_area .text_hangawhi {
  left: 302px;
  top: 171px;
  width: 403px;
  height: 163px;
  background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260908_ebook_chuseok/text_hangawhi_v2.png") no-repeat center top;
  background-size: 403px 163px;
  animation-name: text_top_floating;
  animation-duration: 800ms;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-delay: 200ms;
  z-index: 1;
}
.event_wrap .bg_visual .object_area .text_maumsang {
  left: 312px;
  top: 332px;
  width: 410px;
  height: 131px;
  background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260908_ebook_chuseok/text_maumsang_v2.png") no-repeat center top;
  background-size: 410px 131px;
  animation-name: text_top_floating;
  animation-duration: 800ms;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-delay: 400ms;
  z-index: 3;
}
.event_wrap .bg_visual .object_area .obje_food {
  left: 624px;
  top: 149px;
  width: 183px;
  height: 178px;
  background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260908_ebook_chuseok/obje_food_v2.png") no-repeat center top;
  background-size: 183px 178px;
  animation-name: obje_show, obje_food_float;
  animation-duration: 700ms, 2600ms;
  animation-timing-function: ease-out, ease-in-out;
  animation-delay: 400ms, 1100ms;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: both, none;
}
.event_wrap .bg_visual .object_area .obje_chair {
  left: 153px;
  top: 245px;
  width: 193px;
  height: 204px;
  background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260908_ebook_chuseok/obje_chair_v2.png") no-repeat center top;
  background-size: 193px 204px;
  animation-name: obje_show, obje_chair_float;
  animation-duration: 700ms, 3200ms;
  animation-timing-function: ease-out, ease-in-out;
  animation-delay: 700ms, 1400ms;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: both, none;
  z-index: 2;
}
.event_wrap .bg_visual .object_area .obje_matris {
  left: 620px;
  top: 429px;
  width: 174px;
  height: 66px;
  background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260908_ebook_chuseok/obje_matris_v2.png") no-repeat center top;
  background-size: 174px 66px;
  animation-name: obje_show, obje_matris_float;
  animation-duration: 700ms, 2900ms;
  animation-timing-function: ease-out, ease-in-out;
  animation-delay: 1000ms, 1700ms;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: both, none;
  z-index: 4;
}
.event_wrap .bg_visual .object_area .obje_rabbit {
  left: 233px;
  top: 106px;
  width: 544px;
  height: 294px;
  background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260908_ebook_chuseok/visual_rabbit.png") no-repeat center top;
  background-size: 544px 294px;
  animation-name: rabbit_pop_up;
  animation-duration: 700ms;
  animation-timing-function: cubic-bezier(0.22, 1.35, 0.36, 1);
  animation-fill-mode: both;
  animation-delay: 1200ms;
  z-index: 3;
}
@keyframes rabbit_pop_up {
  0% {
    opacity: 0;
    transform: translateY(80px) scale(0.9);
  }
  65% {
    opacity: 1;
    transform: translateY(-12px) scale(1.03);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes obje_show {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes obje_food_float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes obje_chair_float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes obje_matris_float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.event_wrap .bg_visual .prize_slider {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 136px;
  width: 1004px;
  height: 166px;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 15%, #000 85%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 15%, #000 85%, transparent 100%);
}
.event_wrap .bg_visual .prize_slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.event_wrap .bg_visual .prize_slider .prize_item .prize_img {
  display: block;
  height: 100%;
}
.event_wrap .e_tab_wrap {
  position: relative;
  z-index: 20;
  width: 100%;
  min-width: auto !important;
  height: 80px;
  background-color: #fff1da;
}
.event_wrap .e_tab_wrap .e_nav_tab {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.event_wrap .e_tab_wrap .e_nav_tab li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 174px;
  height: 42px;
  padding: 0 36px;
  border-radius: 24px;
  color: rgba(47, 30, 0, 0.6);
  text-align: center;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  white-space: nowrap;
}
.event_wrap .e_tab_wrap .e_nav_tab li.on a {
  border-radius: 24px;
  background: linear-gradient(90deg, #f6661a 32.49%, #ffb845 94.29%);
  color: #fff;
}
.event_wrap .bg_01 {
  height: 1953px;
  background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260908_ebook_chuseok/bg_01_v2.jpg") no-repeat center top;
  background-size: 2800px 1953px;
  background-color: #fff;
}
.event_wrap .bg_01 .inner {
  width: 670px;
}
.event_wrap .bg_01 [class^=e_link] {
  height: 4%;
  width: 100%;
}
.event_wrap .bg_01 .e_link_comment {
  bottom: 15%;
}
.event_wrap .bg_01 .e_link_ecash {
  bottom: 10%;
}
.event_wrap .bg_01 .e_link_ecash_how {
  bottom: 4%;
}
.event_wrap .bg_02 {
  background-color: #ffe67f;
}
.event_wrap .bg_02 .inner {
  width: 670px;
  padding: 120px 0;
}
.event_wrap .bg_02 .gift_rank_intro {
  margin-bottom: 52px;
  text-align: center;
}
.event_wrap .bg_02 .gift_rank_intro .gift_rank_intro_title {
  display: block;
  padding-bottom: 24px;
  text-align: center;
  font-family: Pretendard;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -1.2px;
}
.event_wrap .bg_02 .gift_rank_intro .gift_rank_intro_text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.6px;
}
.event_wrap .bg_02 .gift_rank_title {
  display: inline-block;
  height: 46px;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto 24px;
  border-radius: 23px;
  background-color: #2e2e2e;
  color: #ffffff;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: -0.44px;
}
.event_wrap .bg_02 .gift_rank_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.event_wrap .bg_02 .gift_rank_list .gift_rank_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 24px;
  padding-right: 28px;
  padding-bottom: 24px;
  padding-left: 40px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  line-height: 24px;
}
.event_wrap .bg_02 .gift_rank_list .gift_rank_item .gift_rank_left {
  display: flex;
  align-items: center;
}
.event_wrap .bg_02 .gift_rank_list .gift_rank_item .gift_rank_left .gift_rank_num {
  margin-right: 24px;
  color: #ffa006;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.55px;
}
.event_wrap .bg_02 .gift_rank_list .gift_rank_item .gift_rank_left .gift_rank_num.gift_rank_num_top {
  width: 50px;
  height: 38px;
  margin-right: 12px;
}
.event_wrap .bg_02 .gift_rank_list .gift_rank_item .gift_rank_left .gift_rank_num.gift_rank_num_top img {
  display: block;
  width: 50px;
  height: 38px;
}
.event_wrap .bg_02 .gift_rank_list .gift_rank_item .gift_rank_left .gift_rank_name {
  color: rgba(0, 0, 0, 0.7);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.6px;
}
.event_wrap .bg_02 .gift_rank_list .gift_rank_item .gift_rank_amount_value {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.55px;
}
.event_wrap .bg_02 .gift_rank_list .gift_rank_item.gift_rank_item_top {
  height: 124px;
  padding-top: 40px;
  padding-right: 28px;
  padding-bottom: 40px;
  padding-left: 40px;
  border-radius: 16px;
  border: 3px solid #ffa006;
  background: #fff;
  box-shadow: 0 0 11.1px 0 rgba(0, 0, 0, 0.25);
  line-height: 38px;
}
.event_wrap .bg_02 .gift_rank_list .gift_rank_item.gift_rank_item_top .gift_rank_left .gift_rank_name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.65px;
}
.event_wrap .bg_02 .gift_rank_list .gift_rank_item.gift_rank_item_top .gift_rank_amount {
  display: flex;
  align-items: center;
}
.event_wrap .bg_02 .gift_rank_list .gift_rank_item.gift_rank_item_top .gift_rank_amount_label {
  margin-right: 12px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.event_wrap .bg_02 .gift_rank_list .gift_rank_item.gift_rank_item_top .gift_rank_amount_value {
  color: rgba(0, 0, 0, 0.8);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.65px;
}
.event_wrap .bg_03 {
  background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260908_ebook_chuseok/bg_03.png") no-repeat center center;
  background-size: 672px 1566px;
  height: 1805px;
  padding: 120px 0;
  background-color: #fff;
}
.event_wrap .bg_03 .inner {
  width: 670px;
}
.event_wrap .bg_03 [class^=e_link] {
  width: 100%;
  height: 8%;
}
.event_wrap .bg_03 .e_link_01 {
  top: 47%;
}
.event_wrap .bg_03 .e_link_02 {
  bottom: 0%;
}
.event_wrap .bg_04 {
  background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260908_ebook_chuseok/bg_04_v2.jpg") no-repeat center center;
  background-size: 2800px 1587px;
  height: 1587px;
  background-color: #f3f3f3;
}
.event_wrap .bg_04 .inner {
  width: 670px;
  padding: 120px 0;
}
.event_wrap .bg_04 [class^=e_link] {
  width: 100%;
  height: 7%;
}
.event_wrap .bg_04 .e_link_01 {
  bottom: 19%;
}
.event_wrap .bg_04 .e_link_02 {
  bottom: 11%;
}
.event_wrap .bg_05 {
  background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260908_ebook_chuseok/bg_05.png") no-repeat center center;
  background-size: 670px 1642px;
  height: 1882px;
  padding: 120px 0;
  background-color: #292929;
}
.event_wrap .bg_05 .inner {
  width: 670px;
  overflow: visible;
}
.event_wrap .bg_05 .inner:before {
  content: "";
  position: absolute;
  z-index: 3;
  left: -112px;
  bottom: -169px;
  width: 215px;
  height: 204px;
  background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260908_ebook_chuseok/rabbit.png") no-repeat center center;
  background-size: 215px 204px;
}
.event_wrap .bg_05 [class^=e_link] {
  transform: none;
  width: 48%;
  height: 7%;
}
.event_wrap .bg_05 .e_link_01 {
  left: 0;
  bottom: 8%;
}
.event_wrap .bg_05 .e_link_02 {
  left: auto;
  right: 0;
  bottom: 8%;
}
.event_wrap .bg_05 .e_link_03 {
  left: 0;
  bottom: 0%;
}
.event_wrap .bg_05 .e_link_04 {
  left: auto;
  right: 0;
  bottom: 0%;
}
.event_wrap .bg_06 {
  background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260908_ebook_chuseok/bg_06.png") no-repeat center center;
  background-size: 880px 512px;
  height: 752px;
  background-color: #ffba4a;
}
.event_wrap .bg_notice {
  background-color: #f3f3f3;
  padding: 120px 0;
}
.event_wrap .bg_notice .inner {
  width: 670px;
  text-align: left;
}
.event_wrap .bg_notice .notice_fold {
  width: 100%;
}
.event_wrap .bg_notice .notice_fold .notice_fold_box {
  width: 100%;
}
.event_wrap .bg_notice .notice_fold .notice_button {
  position: relative;
  display: block;
  width: 100%;
  height: 74px;
  padding: 0 40px 0 0;
  border: 0;
  border-bottom: 1px solid #eeeeee;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.event_wrap .bg_notice .notice_fold .notice_title {
  display: block;
  line-height: 74px;
  color: #838383;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.65px;
}
.event_wrap .bg_notice .notice_fold .notice_arrow {
  position: absolute;
  top: 27px;
  right: 4px;
  width: 22px;
  height: 22px;
  border-top: 3px solid #000000;
  border-left: 3px solid #000000;
  transform: rotate(45deg);
}
.event_wrap .bg_notice .notice_fold .notice_content {
  display: block;
  padding: 20px 0 0;
}
.event_wrap .bg_notice .notice_fold .notice_section {
  margin-top: 40px;
  color: #838383;
  font-size: 26px;
  font-weight: 500;
  line-height: 40px; /* 153.846% */
  letter-spacing: -0.65px;
}
.event_wrap .bg_notice .notice_fold .notice_section:first-child {
  margin-top: 0;
}
.event_wrap .bg_notice .notice_fold .notice_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.event_wrap .bg_notice .notice_fold .notice_list li {
  position: relative;
  padding-left: 30px;
}
.event_wrap .bg_notice .notice_fold .notice_list li:first-child {
  margin-top: 0;
}
.event_wrap .bg_notice .notice_fold .notice_list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
}
.event_wrap .bg_notice .notice_fold .notice_fold_box:not(.is_open) .notice_arrow {
  top: 23px;
  transform: rotate(225deg);
}
.event_wrap .bg_notice .notice_fold .notice_fold_box:not(.is_open) .notice_content {
  display: none;
}/*# sourceMappingURL=260908_ebook_chuseok_pc.css.map */