@charset "UTF-8";
/* 공통 */
.event_wrap.edited {
  width: 1200px;
  left: auto;
  transform: none;
  /* inner */
  /* btn,link */
  /* .eMap a {
      background: rgba(240, 47, 13, .5);
  } */
  /* notice */
}
.event_wrap .bg_01 {
  background: #38414b url("https://contents.kyobobook.co.kr/pmtn/dwas/images/prom/eBook/2023/0918_rob/images/bnW_ebg_01.jpg") no-repeat 50% 0;
  height: 1130px;
}
.event_wrap .bg_01 .inner {
  padding-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.event_wrap .bg_02 {
  background-color: #38414b;
}
.event_wrap .bg_02 .inner {
  width: 100%;
  padding: 15px 0 105px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.event_wrap .bg_02 .inner div > img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.event_wrap .bg_03 {
  background-color: #272e35;
}
.event_wrap .inner {
  width: 750px; /* 최소 750px */
  margin: 0 auto;
}
.event_wrap .e_btn a {
  display: block;
}
.event_wrap [class^=ebtn_] {
  width: 230px;
  height: 100px;
}
.event_wrap .ebtn_03_01 {
  top: 78%;
  left: 19%;
  width: 62%;
  height: 12%;
}
.event_wrap .e_notice {
  padding-bottom: 90px;
  border-radius: 0;
  border: 0 solid #000;
}
.event_wrap .e_notice p {
  color: #fff;
}
.event_wrap .e_notice ul li {
  color: #fff;
}
.event_wrap .e_notice ul li::before {
  background-color: #fff;
}
.event_wrap .e_notice ul li.no_dot {
  margin-top: 60px;
  margin-bottom: 10px;
}
.event_wrap .e_notice ul li.no_dot:before {
  content: none;
}

/* 슬라이드 */
.demo_05 .bg_02 {
  padding: 0 0 0;
}
.demo_05 .bg_02 .d_inner {
  max-width: 1000px;
  height: 560px;
  padding: 80px 0 140px;
}
.demo_05 .d_book_swiper {
  max-width: 1000px;
}
.demo_05 .d_book_swiper .swiper-slide {
  padding-bottom: 20px;
}
.demo_05 .d_book_swiper .swiper-slide_images {
  width: 360px;
  height: 510px;
  border-radius: 20px;
}