@charset "UTF-8";
/* 공통 */
.event_wrap {
  font-family: "Noto Sans KR", sans-serif;
  /* backgroound */
  /* inner */
  /* btn,link */
  /*  
  .eMap a {
       background: rgba(240, 47, 13, .5);
   }   
   */
  /* slider */
  /* notice */
  /* 작업영역 */
  /* bg_01 */
  /* e_motion */
  /* bg_02 */
  /* bg_03 */
  /* tab */
  /* evt_book_list */
}
.event_wrap .bg_01 {
  background: #ff903e url("https://contents.kyobobook.co.kr/pmtn/2023/book/230807_tasting/images/bnK_ebg_01.jpg") 50% 0 no-repeat;
  height: 1086px;
}
.event_wrap .bg_02 {
  background: #f8f8f8 url("https://contents.kyobobook.co.kr/pmtn/2023/book/230807_tasting/images/bnK_ebg_02.jpg") 50% 0 no-repeat;
}
.event_wrap .bg_03 {
  background: #4acc75 url("https://contents.kyobobook.co.kr/pmtn/2023/book/230807_tasting/images/bnK_ebg_03.jpg") 50% 0 no-repeat;
}
.event_wrap .bg_04 {
  background-color: #272727;
}
.event_wrap .bg_04 .inner {
  padding: 0 0 90px;
}
.event_wrap .bg_05 {
  background: #f8f8f8 url("https://contents.kyobobook.co.kr/pmtn/2023/book/230807_tasting/images/bnK_ebg_05.jpg") 50% 0 no-repeat;
}
.event_wrap .bg_05 .inner {
  padding: 0;
}
.event_wrap .inner {
  width: 750px; /* 최소 750px */
  margin: 0 auto;
  padding: 90px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.event_wrap .inner_content {
  text-align: center;
}
.event_wrap .e_btn a {
  display: block;
}
.event_wrap [class^=ebtn_] {
  width: 64%;
  height: 49%;
}
.event_wrap .ebtn_05_01 {
  top: 0;
  left: 133px;
}
.event_wrap .flexslider {
  overflow: hidden;
  border-radius: 0 0 0 0;
  border: 4px solid #4acc75;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}
.event_wrap .e_notice {
  padding: 40px 0 40px;
  border-radius: 0 0 0 0;
}
.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 .motion_box {
  position: relative;
  height: 640px;
  margin: 50px auto 30px;
}
.event_wrap [class^=e_motion] {
  position: absolute;
  display: block;
}
.event_wrap .e_motion_01 {
  top: 0;
  left: 10%;
  width: 614px;
  height: 226px;
  -webkit-animation: jerky_1 2s infinite alternate steps(3);
          animation: jerky_1 2s infinite alternate steps(3);
}
.event_wrap .e_motion_02 {
  top: 45%;
  left: 0;
  width: 86px;
  height: 192px;
  -webkit-animation: jerky_2 1.4s infinite alternate steps(3);
          animation: jerky_2 1.4s infinite alternate steps(3);
}
.event_wrap .e_motion_03 {
  top: 45%;
  right: 0;
  width: 86px;
  height: 192px;
  animation: jerky_2 1.4s infinite alternate-reverse steps(3);
}
.event_wrap .e_motion_04 {
  bottom: 0;
  left: 20%;
  width: 522px;
  height: 342px;
  animation: jerky_1 1s infinite alternate-reverse steps(2);
}
@-webkit-keyframes jerky_1 {
  0%, 100% {
    -webkit-transform: translateX(-5px) rotate(-1deg);
            transform: translateX(-5px) rotate(-1deg);
  }
  50% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
  }
  100% {
    -webkit-transform: translateX(5px) rotate(1deg);
            transform: translateX(5px) rotate(1deg);
  }
}
@keyframes jerky_1 {
  0%, 100% {
    -webkit-transform: translateX(-5px) rotate(-1deg);
            transform: translateX(-5px) rotate(-1deg);
  }
  50% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
  }
  100% {
    -webkit-transform: translateX(5px) rotate(1deg);
            transform: translateX(5px) rotate(1deg);
  }
}
@-webkit-keyframes jerky_2 {
  0%, 100% {
    -webkit-transform: translateX(-20px) rotate(-15deg);
            transform: translateX(-20px) rotate(-15deg);
  }
  50% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
  }
  100% {
    -webkit-transform: translateX(20px) rotate(15deg);
            transform: translateX(20px) rotate(15deg);
  }
}
@keyframes jerky_2 {
  0%, 100% {
    -webkit-transform: translateX(-20px) rotate(-15deg);
            transform: translateX(-20px) rotate(-15deg);
  }
  50% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
  }
  100% {
    -webkit-transform: translateX(20px) rotate(15deg);
            transform: translateX(20px) rotate(15deg);
  }
}
.event_wrap .evt_swiper01_wrap {
  position: relative;
  width: 700px;
  margin: 0 auto;
  /* navigation */
  /* pagination */
}
.event_wrap .evt_swiper01_wrap [class^=swiper-button-] {
  top: 50%;
  width: 64px;
  height: 64px;
  background: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230807_tasting/images/bnK_slide_arr.png) no-repeat 0 0;
  background-size: 64px 64px;
}
.event_wrap .evt_swiper01_wrap .swiper-button-prev {
  position: absolute;
  left: 0;
}
.event_wrap .evt_swiper01_wrap .swiper-button-next {
  right: 0;
}
.event_wrap .evt_swiper01_wrap .swiper-button-next::after,
.event_wrap .evt_swiper01_wrap .swiper-button-prev::after {
  display: none;
}
.event_wrap .evt_swiper01_wrap .swiper-button-next.swiper-button-disabled,
.event_wrap .evt_swiper01_wrap .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.event_wrap .evt_swiper01_wrap .swiper-pagination {
  position: relative;
  margin-top: 30px;
}
.event_wrap .evt_swiper01_wrap .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.event_wrap .evt_swiper01_wrap .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}
.event_wrap .evt_swiper01_wrap .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}
.event_wrap .evt_swiper01 {
  overflow: hidden;
  position: relative;
  margin: 65px auto 0;
  width: 648px;
}
.event_wrap .evt_swiper01 .swiper-slide {
  width: 648px;
  height: 680px;
  background: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230807_tasting/images/bnK_slide_box.png) no-repeat 50% 52px;
  background-size: 648px 628px;
}
.event_wrap .evt_swiper01 .swiper-slide .book_cover {
  overflow: hidden;
  position: relative;
  display: block;
  width: 200px;
  height: 286px;
  margin: 3px auto 0;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-right: 6px solid #000;
  border-bottom: 2px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.event_wrap .evt_swiper01 .swiper-slide .book_cover img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.event_wrap .evt_swiper01 .swiper-slide .text_box {
  margin-top: 80px;
  font-size: 22px;
  line-height: 34px;
  padding: 0 50px;
  word-break: keep-all;
}
.event_wrap .evt_swiper01 .swiper-slide .text_box .book_title {
  font-weight: 900;
  font-size: 26px;
  line-height: 1.2;
  font-style: normal;
}
.event_wrap .evt_swiper01 .swiper-slide .text_box .main_text {
  margin-top: 24px;
  font-weight: 500;
}
.event_wrap .evt_swiper01 .swiper-slide .text_box .sub_text {
  display: inline-block;
  margin-top: 20px;
  font-weight: 500;
}
.event_wrap .menu_list {
  width: 690px;
  margin: 80px auto 0;
  background-color: #fff;
  border: 3px solid #000;
}
.event_wrap .img_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-bottom: 3px solid #d9d9d9;
}
.event_wrap .img_tab .img_item {
  height: 76px;
  padding-top: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.event_wrap .img_tab .img_item button {
  display: block;
  width: 210px;
  height: 260px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.event_wrap .img_tab .img_item:nth-child(1) button {
  background: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230807_tasting/images/tab_01.png) no-repeat 50% 0;
  background-size: 118px 34px;
}
.event_wrap .img_tab .img_item:nth-child(2) button {
  background: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230807_tasting/images/tab_02.png) no-repeat 50% 0;
  background-size: 74px 24px;
}
.event_wrap .img_tab .img_item:nth-child(3) button {
  background: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230807_tasting/images/tab_03.png) no-repeat 50% 0;
  background-size: 96px 24px;
}
.event_wrap .img_tab .img_item.active:nth-child(1) button {
  background: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230807_tasting/images/tab_01_active.png) no-repeat 50% 0;
  background-size: 118px 34px;
}
.event_wrap .img_tab .img_item.active:nth-child(2) button {
  background: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230807_tasting/images/tab_02_active.png) no-repeat 50% 0;
  background-size: 74px 24px;
}
.event_wrap .img_tab .img_item.active:nth-child(3) button {
  background: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230807_tasting/images/tab_03_active.png) no-repeat 50% 0;
  background-size: 96px 24px;
}
.event_wrap .img_tab .img_item.active button {
  position: relative;
  height: 100%;
}
.event_wrap .img_tab .img_item.active button::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 6px;
  background-color: #4acc75;
}
.event_wrap .evt_book_list_wrap {
  padding-bottom: 62px;
  word-break: keep-all;
}
.event_wrap .evt_book_list_wrap .evt_book_list:nth-child(1) .evt_item_01 .list_title {
  width: 100%;
  background-image: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230807_tasting/images/tab_01_1.png);
  background-size: 162px 162px;
  -webkit-background-size: 162px 162px;
  background-position: 468px 50%;
  background-repeat: no-repeat;
}
.event_wrap .evt_book_list_wrap .evt_book_list:nth-child(1) .evt_item_02 .list_title {
  width: 100%;
  background-image: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230807_tasting/images/tab_01_2.png);
  background-size: 162px 162px;
  -webkit-background-size: 162px 162px;
  background-position: 468px 50%;
  background-repeat: no-repeat;
}
.event_wrap .evt_book_list_wrap .evt_book_list:nth-child(1) .evt_item_03 .list_title {
  width: 100%;
  background-image: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230807_tasting/images/tab_01_3.png);
  background-size: 162px 162px;
  -webkit-background-size: 162px 162px;
  background-position: 468px 50%;
  background-repeat: no-repeat;
}
.event_wrap .evt_book_list_wrap .evt_book_list:nth-child(1) .evt_item_04 .list_title {
  width: 100%;
  background-image: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230807_tasting/images/tab_01_4.png);
  background-size: 162px 162px;
  -webkit-background-size: 162px 162px;
  background-position: 468px 50%;
  background-repeat: no-repeat;
}
.event_wrap .evt_book_list_wrap .evt_book_list:nth-child(1) .evt_item_05 .list_title {
  width: 100%;
  background-image: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230807_tasting/images/tab_01_5.png);
  background-size: 162px 162px;
  -webkit-background-size: 162px 162px;
  background-position: 468px 50%;
  background-repeat: no-repeat;
}
.event_wrap .evt_book_list_wrap .evt_book_list:nth-child(2) .evt_item_01 .list_title {
  width: 100%;
  background-image: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230807_tasting/images/tab_02_1.png);
  background-size: 162px 162px;
  -webkit-background-size: 162px 162px;
  background-position: 468px 50%;
  background-repeat: no-repeat;
}
.event_wrap .evt_book_list_wrap .evt_book_list:nth-child(2) .evt_item_02 .list_title {
  width: 100%;
  background-image: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230807_tasting/images/tab_02_2.png);
  background-size: 162px 162px;
  -webkit-background-size: 162px 162px;
  background-position: 468px 50%;
  background-repeat: no-repeat;
}
.event_wrap .evt_book_list_wrap .evt_book_list:nth-child(2) .evt_item_03 .list_title {
  width: 100%;
  background-image: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230807_tasting/images/tab_02_3.png);
  background-size: 162px 162px;
  -webkit-background-size: 162px 162px;
  background-position: 468px 50%;
  background-repeat: no-repeat;
}
.event_wrap .evt_book_list_wrap .evt_book_list:nth-child(2) .evt_item_04 .list_title {
  width: 100%;
  background-image: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230807_tasting/images/tab_02_4.png);
  background-size: 162px 162px;
  -webkit-background-size: 162px 162px;
  background-position: 468px 50%;
  background-repeat: no-repeat;
}
.event_wrap .evt_book_list_wrap .evt_book_list:nth-child(2) .evt_item_05 .list_title {
  width: 100%;
  background-image: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230807_tasting/images/tab_02_5.png);
  background-size: 162px 162px;
  -webkit-background-size: 162px 162px;
  background-position: 468px 50%;
  background-repeat: no-repeat;
}
.event_wrap .evt_book_list_wrap .evt_book_list:nth-child(3) .evt_item_01 .list_title {
  width: 100%;
  background-image: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230807_tasting/images/tab_03_1.png);
  background-size: 162px 162px;
  -webkit-background-size: 162px 162px;
  background-position: 468px 50%;
  background-repeat: no-repeat;
}
.event_wrap .evt_book_list_wrap .evt_book_list:nth-child(3) .evt_item_02 .list_title {
  width: 100%;
  background-image: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230807_tasting/images/tab_03_2.png);
  background-size: 162px 162px;
  -webkit-background-size: 162px 162px;
  background-position: 468px 50%;
  background-repeat: no-repeat;
}
.event_wrap .evt_book_list_wrap .evt_book_list:nth-child(3) .evt_item_03 .list_title {
  width: 100%;
  background-image: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230807_tasting/images/tab_03_3.png);
  background-size: 162px 162px;
  -webkit-background-size: 162px 162px;
  background-position: 468px 50%;
  background-repeat: no-repeat;
}
.event_wrap .evt_book_list_wrap .evt_book_list:nth-child(3) .evt_item_04 .list_title {
  width: 100%;
  background-image: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230807_tasting/images/tab_03_4.png);
  background-size: 162px 162px;
  -webkit-background-size: 162px 162px;
  background-position: 468px 50%;
  background-repeat: no-repeat;
}
.event_wrap .evt_book_list_wrap .evt_book_list:nth-child(3) .evt_item_05 .list_title {
  width: 100%;
  background-image: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230807_tasting/images/tab_03_5.png);
  background-size: 162px 162px;
  -webkit-background-size: 162px 162px;
  background-position: 468px 50%;
  background-repeat: no-repeat;
}
.event_wrap .evt_detail_list .evt_item {
  position: relative;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.event_wrap .evt_detail_list .evt_item + .evt_item {
  padding-top: 0;
}
.event_wrap .evt_detail_list .list_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 60px;
  border-bottom: 2px solid #efefef;
  font-size: 0;
  box-sizing: border-box;
}
.event_wrap .evt_detail_list .list_title .btn_arr {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  width: 40px;
  height: 40px;
  background: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230807_tasting/images/bnK_slide_arr.png) no-repeat 0 0;
  background-size: 40px 40px;
  z-index: 3;
  cursor: pointer;
}
.event_wrap .evt_detail_list .list_title.open .btn_arr {
  -webkit-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg);
}
.event_wrap .evt_detail_list .package_box {
  display: block;
  width: 162px;
  height: 162px;
}
.event_wrap .evt_detail_list .box_title {
  display: block;
  font-size: 24px;
}
.event_wrap .evt_detail_list .box_text {
  display: inline-block;
  margin-top: 10px;
  font-size: 24px;
}
.event_wrap .evt_detail_list .more_btn {
  display: block;
  max-width: 410px;
  min-height: 150px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  line-height: 1.3;
  cursor: pointer;
}
.event_wrap .evt_detail_list .list_content {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 44px 75px;
  background-color: #f7f7f7;
  text-align: left;
}
.event_wrap .evt_detail_list .list_content.open {
  display: block;
}
.event_wrap .evt_detail_list .list_content .book_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.event_wrap .evt_detail_list .list_content .book_list.type_02 {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.event_wrap .evt_detail_list .list_content .book_list li {
  width: 142px;
  height: 202px;
  border: 2px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.event_wrap .evt_detail_list .list_content .book_list li a {
  display: block;
  position: relative;
  height: 100%;
}
.event_wrap .evt_detail_list .list_content .book_list li a img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.event_wrap .evt_detail_list .list_content dl {
  padding-top: 28px;
  padding-bottom: 40px;
}
.event_wrap .evt_detail_list .list_content dl + dl {
  padding-top: 40px;
  padding-bottom: 0;
  border-top: 2px solid #d6d6d6;
}
.event_wrap .evt_detail_list .list_content .des_title {
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
}
.event_wrap .evt_detail_list .list_content .des_text {
  font-size: 22px;
  line-height: 32px;
}
.event_wrap .evt_detail_list .list_content .review_list li {
  position: relative;
  padding: 30px 0 30px 85px;
}
.event_wrap .evt_detail_list .list_content .review_list li::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 0;
  width: 72px;
  height: 72px;
  background: url(https://contents.kyobobook.co.kr/pmtn/2023/book/230807_tasting/images/bnK_thumnail.png) no-repeat 0 0;
  background-size: 72px 72px;
}
.event_wrap .evt_detail_list .list_content .review_list li + li {
  border-top: 2px solid #d6d6d6;
}
.event_wrap .evt_detail_list .list_content .review_list .review_num {
  color: #d6d6d6;
}
.event_wrap .evt_detail_list .list_content .review_list .review_num .filled {
  color: #4acc75;
}
.event_wrap .evt_detail_list .list_content .review_list .review_text {
  word-break: break-all;
}
.event_wrap .evt_detail_list .list_content .review_list .reviewer {
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
}