@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 {
  height: 100%;
}
.event_wrap img {
  max-width: 100%;
  vertical-align: top;
}
.event_wrap .e_container {
  position: relative;
  min-width: 1200px;
  text-align: center;
}
.event_wrap .title_img img {
  text-align: center;
}
.event_wrap .e_link {
  position: absolute;
  display: block;
}
.event_wrap .bg_01 {
  height: 1278px;
  background: #9ee7e0 url("https://contents.kyobobook.co.kr/pmtn/2026/book/260807_number/bg_cont_01.png") no-repeat 50% 0;
  background-size: 2800px 1278px;
}
.event_wrap .e_tab_wrap {
  z-index: 20;
  height: 72px;
  background: #0b4597;
}
.event_wrap .e_tab_wrap .e_nav_tab {
  display: flex;
  width: 670px;
  height: 72px;
  margin: 0 auto;
}
.event_wrap .e_tab_wrap .e_nav_tab li {
  flex: 1;
}
.event_wrap .e_tab_wrap .e_nav_tab li button {
  width: 100%;
  height: 100%;
  background: transparent;
  font-size: 26px;
  cursor: pointer;
  color: #fff;
  opacity: 0.15;
}
.event_wrap .e_tab_wrap .e_nav_tab li button.on {
  opacity: 1;
}
.event_wrap .bg_02 {
  background: #cef4ff url("https://contents.kyobobook.co.kr/pmtn/2026/book/260807_number/bg_cont_02.jpg") no-repeat 50% 0;
}
.event_wrap .bg_02 .book_guide_wrap {
  overflow: hidden;
  width: 1400px;
  margin: 0 auto;
  border-radius: 30px 30px 0 0;
  background: #e1f8ff;
  padding-bottom: 40px;
}
.event_wrap .bg_02 .book_guide_wrap .book_group + .book_group {
  margin-top: 100px;
}
.event_wrap .bg_02 .book_guide_wrap .book_group .title_img img {
  text-align: center;
}
.event_wrap .bg_02 .book_guide_wrap .book_group .product_section .section_title {
  display: inline-block;
  width: 120px;
  height: 50px;
  margin-bottom: 30px;
  border: 1px solid #d92327;
  border-radius: 20px;
  color: #d92327;
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
}
.event_wrap .bg_02 .book_guide_wrap .book_group .product_section.section_book .section_title {
  border-color: #1844a3;
  color: #1844a3;
}
.event_wrap .bg_02 .book_guide_wrap .book_group .product_section.section_book .product_slider .swiper-slide .book_info .product_badge {
  background: #1844a3;
}
.event_wrap .bg_02 .book_guide_wrap .book_group .product_section .product_slider {
  position: relative;
  width: 1040px;
  margin: 0 auto 70px;
  padding-bottom: 50px;
}
.event_wrap .bg_02 .book_guide_wrap .book_group .product_section .product_slider .swiper-slide {
  width: 322px;
  text-align: left;
}
.event_wrap .bg_02 .book_guide_wrap .book_group .product_section .product_slider .swiper-slide > a {
  display: block;
  color: #222;
  text-decoration: none;
}
.event_wrap .bg_02 .book_guide_wrap .book_group .product_section .product_slider .swiper-slide .thumb {
  overflow: hidden;
  width: 322px;
  height: 312px;
  border-radius: 20px;
  background: #fff;
}
.event_wrap .bg_02 .book_guide_wrap .book_group .product_section .product_slider .swiper-slide .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.event_wrap .bg_02 .book_guide_wrap .book_group .product_section .product_slider .swiper-slide .book_info {
  margin-top: 20px;
}
.event_wrap .bg_02 .book_guide_wrap .book_group .product_section .product_slider .swiper-slide .book_info .product_badge {
  display: inline-block;
  min-width: 66px;
  height: 26px;
  padding: 0 12px;
  box-sizing: border-box;
  background: #e52528;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}
.event_wrap .bg_02 .book_guide_wrap .book_group .product_section .product_slider .swiper-slide .book_info .product_badge.type_sale {
  background: #e52528;
}
.event_wrap .bg_02 .book_guide_wrap .book_group .product_section .product_slider .swiper-slide .book_info .product_badge.type_new {
  background: #e52528;
}
.event_wrap .bg_02 .book_guide_wrap .book_group .product_section .product_slider .swiper-slide .book_info .book_title {
  display: block;
  overflow: hidden;
  margin-top: 14px;
  color: #222;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.event_wrap .bg_02 .book_guide_wrap .book_group .product_section .product_slider .swiper-slide .book_info .book_desc {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 5px;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.event_wrap .bg_02 .book_guide_wrap .book_group .product_section .product_slider .swiper-slide .book_info .price_box {
  display: flex;
  align-items: baseline;
  margin-top: 14px;
  white-space: nowrap;
}
.event_wrap .bg_02 .book_guide_wrap .book_group .product_section .product_slider .swiper-slide .book_info .price_box .discount {
  margin-right: 8px;
  color: #e52528;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}
.event_wrap .bg_02 .book_guide_wrap .book_group .product_section .product_slider .swiper-slide .book_info .price_box strong {
  color: #111;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}
.event_wrap .bg_02 .book_guide_wrap .book_group .product_section .product_slider .swiper-slide .book_info .price_box del {
  margin-left: 12px;
  color: #777;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.event_wrap .bg_02 .book_guide_wrap .book_group .product_section .product_slider .swiper-pagination {
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event_wrap .bg_02 .book_guide_wrap .book_group .product_section .product_slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background: #aebfc4;
  opacity: 1;
}
.event_wrap .bg_02 .book_guide_wrap .book_group .product_section .product_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
.event_wrap .bg_03 {
  background: #ffec95 url("https://contents.kyobobook.co.kr/pmtn/2026/book/260807_number/bg_cont_03.jpg") no-repeat 50% 0;
}
.event_wrap .bg_03 .e_link {
  width: 80%;
  height: 3%;
  left: 50%;
  transform: translateX(-50%);
}
.event_wrap .bg_03 .e_link_01 {
  bottom: 6.4%;
}
.event_wrap .bg_03 .e_link_02 {
  bottom: 3.3%;
}
.event_wrap .bg_04 {
  background: #ffe565;
}
.event_wrap .bg_04 .e_link {
  width: 80%;
  height: 20%;
  left: 50%;
  bottom: 20%;
  transform: translateX(-50%);
}
.event_wrap .bg_05 {
  background: #ffee9e;
}
.event_wrap .bg_05 .title_img img {
  text-align: center;
}
.event_wrap .bg_05 .gift_slide .swiper-container .swiper-wrapper .swiper-slide img {
  vertical-align: top;
}
.event_wrap .bg_05 .e_notice ul li {
  font-family: "Pretendard", sans-serif;
  font-size: 24px;
  color: #000;
}
.event_wrap .bg_05 .e_notice ul li::before {
  background-color: #000;
}
.event_wrap .bg_06 {
  background: #0d2c6f;
  padding-bottom: 70px;
}
.event_wrap .bg_06 .number_info_wrap {
  width: 100%;
  color: #7593c4;
  text-align: left;
}
.event_wrap .bg_06 .number_info_wrap .number_info_head {
  position: relative;
  height: 58px;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 20px;
  font-weight: 580;
  line-height: 70px;
  text-align: center;
  opacity: 0.7;
  cursor: pointer;
}
.event_wrap .bg_06 .number_info_wrap .number_info_head span {
  position: relative;
  display: inline-block;
  padding: 0 30px;
}
.event_wrap .bg_06 .number_info_wrap .number_info_head span::before, .event_wrap .bg_06 .number_info_wrap .number_info_head span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 16px;
}
.event_wrap .bg_06 .number_info_wrap .number_info_head span::before {
  left: 5px;
  background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260807_number/bottom_arrow.png") no-repeat 0 0;
}
.event_wrap .bg_06 .number_info_wrap .number_info_head span::after {
  right: 5px;
  background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260807_number/bottom_arrow.png") no-repeat 0 0;
}
.event_wrap .bg_06 .number_info_wrap .number_info_body {
  width: 980px;
  margin: 0 auto;
  padding-top: 38px;
}
.event_wrap .bg_06 .number_info_wrap .number_info_body .number_info_group + .number_info_group {
  margin-top: 36px;
}
.event_wrap .bg_06 .number_info_wrap .number_info_body .number_info_group .number_info_sub_title {
  display: block;
  margin-top: 40px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  opacity: 0.7;
}
.event_wrap .bg_06 .number_info_wrap .number_info_body .number_info_group .number_info_sub_title .number_info_more {
  display: inline-block;
  height: 20px;
  margin-left: 5px;
  padding: 0 7px;
  border: 1px solid #617fb1;
  background: rgba(255, 255, 255, 0.05);
  color: #819aca;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  vertical-align: 2px;
}
.event_wrap .bg_06 .number_info_wrap .number_info_body .number_info_group .number_info_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.event_wrap .bg_06 .number_info_wrap .number_info_body .number_info_group .number_info_list li {
  position: relative;
  padding-left: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  word-break: keep-all;
  opacity: 0.7;
}
.event_wrap .bg_06 .number_info_wrap .number_info_body .number_info_group .number_info_list li + li {
  margin-top: 4px;
}
.event_wrap .bg_06 .number_info_wrap .number_info_body .number_info_group .number_info_list li::before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
  color: #6f8dbd;
}
.event_wrap .bg_06 .number_info_wrap .number_info_body .number_info_group .number_info_list li .number_info_link {
  color: #7596c9;
  text-decoration: underline;
}
.event_wrap .bg_06 .number_info_wrap.is_closed .number_info_head span::before,
.event_wrap .bg_06 .number_info_wrap.is_closed .number_info_head span::after {
  transform: translateY(-50%) rotate(180deg);
}
.event_wrap .bg_06 .number_info_wrap.is_closed .number_info_body {
  display: none;
}/*# sourceMappingURL=260807_number_pc.css.map */