@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
body {
  -webkit-text-size-adjust: none;
}
.event_wrap {
  background-color: #e7f6fc;
  font-family: "Noto Sans KR", sans-serif;
}
.event_wrap .inner {
  overflow: hidden;
  height: 100%;
}
.event_wrap .bg_area {
  background: #eff7fe url("https://contents.kyobobook.co.kr/pmtn/2023/book/2023_book_dream/bnS_bg.png") no-repeat 50% 0;
  background-size: 3000px 4266px;
}
.event_wrap .bg_01 {
  height: 1670px;
  background: #4a6ee0 url("https://contents.kyobobook.co.kr/pmtn/2023/book/2023_book_dream/bnS_bg_01.png") no-repeat 50% 0;
}
.event_wrap .bg_01 .text_01,
.event_wrap .bg_01 .object_01 {
  position: absolute;
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.event_wrap .bg_01 .text_01 {
  width: 412px;
  height: 348px;
  background: url("https://contents.kyobobook.co.kr/pmtn/2023/book/2023_book_dream/text_01.png") no-repeat 50% 0;
  left: 22.1%;
  top: 7.9%;
  animation: slide-in-top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.event_wrap .bg_01 .object_01 {
  width: 391px;
  height: 448px;
  background: url("https://contents.kyobobook.co.kr/pmtn/2023/book/2023_book_dream/object_01.png") no-repeat 50% 0;
  left: 33.1%;
  top: 41.4%;
  animation: bounce 3s infinite ease-in-out;
}
.event_wrap .bg_01 .content_01 {
  margin-top: 1141px;
  height: 529px;
  background: url("https://contents.kyobobook.co.kr/pmtn/2023/book/2023_book_dream/content_01.png") no-repeat 50% 0;
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-delay: 0.8s;
}
.event_wrap .bg_02 {
  height: 1762px;
  padding-bottom: 110px;
  background: url("https://contents.kyobobook.co.kr/pmtn/2023/book/2023_book_dream/bnS_bg_02.png") no-repeat 50% 70px;
}
.event_wrap .bg_02 .inner {
  width: 670px;
}
.event_wrap .book_dream_info_area {
  overflow: hidden;
  height: 100%;
  text-align: center;
}
.event_wrap .book_dream_info_area .book_dream_title {
  display: block;
  font-size: 52px;
  letter-spacing: -1px;
  line-height: 52px;
  color: #3b81e5;
  margin: 154px 0 58px;
}
.event_wrap .book_dream_info_area .book_info_box {
  overflow: hidden;
  box-sizing: border-box;
  width: 670px;
  padding: 75px 0 64px;
  text-align: center;
  background-color: #fff;
  border-radius: 32px;
  margin-bottom: 40px;
}
.event_wrap .book_dream_info_area .book_info_box .book_link {
  display: block;
  height: 100%;
}
.event_wrap .book_dream_info_area .book_info_box .book_img_area {
  overflow: hidden;
  display: inline-block;
  width: 296px;
  margin-bottom: 60px;
}
.event_wrap .book_dream_info_area .book_info_box .book_img_area img {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #c9c9c9;
  width: 100%;
  height: auto;
}
.event_wrap .book_dream_info_area .book_info_box .book_text_area {
  text-align: center;
  font-weight: bold;
}
.event_wrap .book_dream_info_area .book_info_box .book_text_area .book_name {
  display: block;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 40px;
  color: #201f22;
}
.event_wrap .book_dream_info_area .book_info_box .book_text_area .book_publish_info {
  overflow: hidden;
  font-size: 28px;
  line-height: 52px;
  color: #6f7073;
  margin-bottom: 18px;
  font-weight: normal;
}
.event_wrap .book_dream_info_area .book_info_box .book_text_area .book_publish_info li {
  display: inline-block;
}
.event_wrap .book_dream_info_area .book_info_box .book_text_area .book_publish_info li + li:before {
  display: inline-block;
  margin-right: 4px;
  content: "|";
}
.event_wrap .book_dream_info_area .book_info_box .book_text_area .book_desc {
  font-size: 32px;
  line-height: 52px;
  color: #201f22;
  font-weight: 500;
}
.event_wrap .book_dream_info_area .link_ebook_for_samsung {
  display: block;
  width: 100%;
  height: 122px;
  margin-bottom: 52px;
  background: url("https://contents.kyobobook.co.kr/pmtn/2023/book/2023_book_dream/link_ebook_for_samsung.png") no-repeat 50% 0;
  background-size: 670px 120px;
}
.event_wrap .book_dream_notice .notice_title {
  display: block;
  margin-bottom: 23px;
  font-size: 30px;
  line-height: 40px;
  color: #6f7073;
}
.event_wrap .book_dream_notice .notice_list {
  font-size: 22px;
  line-height: 32px;
  color: #6c6d70;
  text-align: left;
  padding: 0 62px;
  letter-spacing: -0.6px;
}
.event_wrap .book_dream_notice .notice_list .notice_list_item {
  position: relative;
  padding-left: 26px;
}
.event_wrap .book_dream_notice .notice_list .notice_list_item:before {
  content: "●";
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
}
.event_wrap .book_dream_notice .notice_list .notice_list_item + .notice_list_item {
  margin-top: 14px;
}
.event_wrap .bg_03 {
  height: 1158px;
  background: url("https://contents.kyobobook.co.kr/pmtn/2023/book/2023_book_dream/bnS_bg_03.png") no-repeat 50% 0;
}
.event_wrap .bg_03 .link_more_ebook17_panda {
  display: block;
  width: 92%;
  height: 10%;
  position: absolute;
  left: 4%;
  bottom: 8%;
}
.event_wrap .bookdream_slider {
  height: 896px;
  margin: 262px auto 0;
}
.event_wrap .bookdream_slider .swiper-slide {
  width: 558px;
  height: 100%;
}
.event_wrap .bookdream_slider .swiper-slide.slide_01 {
  background: url("https://contents.kyobobook.co.kr/pmtn/2023/book/2023_book_dream/book_dream_r_01.png") no-repeat 50% 0;
}
.event_wrap .bookdream_slider .swiper-slide.slide_02 {
  background: url("https://contents.kyobobook.co.kr/pmtn/2023/book/2023_book_dream/book_dream_r_02.png") no-repeat 50% 0;
}
.event_wrap .bookdream_slider .swiper-slide.slide_03 {
  background: url("https://contents.kyobobook.co.kr/pmtn/2023/book/2023_book_dream/book_dream_r_03.png") no-repeat 50% 0;
}
.event_wrap .bookdream_slider .swiper-slide.slide_04 {
  background: url("https://contents.kyobobook.co.kr/pmtn/2023/book/2023_book_dream/book_dream_r_04.png") no-repeat 50% 0;
}
.event_wrap .bg_04 {
  height: 1050px;
  background: url("https://contents.kyobobook.co.kr/pmtn/2023/book/2023_book_dream/bnS_bg_04_v2.png") no-repeat 50% 0;
  /* background: url("./bnS_bg_04_v2.png") no-repeat 50% 0; */
}
/* .event_wrap .bg_04 .link_book_dream_plus {
  display: block;
  position: absolute;
  left: 0;
  bottom: 20.9%;
  display: block;
  width: 100%;
  height: 122px;
} */
.event_wrap .bg_04 .link_book_dream_cash {
  display: block;
  position: absolute;
  left: 0;
  bottom: 11.5%;
  width: 100%;
  height: 140px;
}
