@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 .bg_visual {
  height: 1121px;
  background: linear-gradient(180deg, #e76948 30%, #e04f29 100%);
  background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260911_o4o/bg_visual1.jpg") no-repeat center top;
  background-size: 2800px 1121px;
}
.event_wrap .bg_visual .inner {
  width: 1440px;
}
.event_wrap .bg_visual .main_slider {
  position: relative;
  width: 100%;
  margin: 453px auto 0;
  height: 668px;
}
.event_wrap .bg_visual .main_slider:before {
  content: "";
  position: absolute;
  bottom: -204px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 595px;
  border-radius: 600px 600px 0 0;
  background: linear-gradient(180deg, rgba(226, 226, 226, 0) 30%, rgba(226, 226, 226, 0.7) 50%, rgba(226, 226, 226, 0.9) 60%);
  z-index: 99;
}
.event_wrap .bg_visual .main_slider .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1) !important;
}
.event_wrap .bg_visual .badge_img {
  width: 293px;
  height: 222px;
  position: absolute;
  right: 373px;
  bottom: 96px;
  z-index: 2;
}
.event_wrap .bg_intro {
  height: 1383px;
  background: #f6f6f6 url("https://contents.kyobobook.co.kr/pmtn/2026/book/260911_o4o/bg_01.png") no-repeat center center;
}
.event_wrap .e_tab_wrap {
  background-color: #000;
}
.event_wrap .e_tab_wrap.is_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.event_wrap .e_tab_wrap .inner {
  overflow: visible;
  width: 700px;
  margin: 0 auto;
}
.event_wrap .e_tab_wrap .e_nav_tab {
  display: flex;
  width: 700px;
  height: 74px;
  margin: 0 auto;
}
.event_wrap .e_tab_wrap .e_nav_tab li {
  position: relative;
  width: 350px;
  height: 74px;
  background-color: #000;
}
.event_wrap .e_tab_wrap .e_nav_tab li a {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 74px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  box-sizing: border-box;
}
.event_wrap .e_tab_wrap .e_nav_tab li .tab_badge {
  display: inline-block;
  margin-right: 8px;
  padding: 4px 9px;
  border-radius: 15px;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  background-color: #bdbdbd;
}
.event_wrap .e_tab_wrap .e_nav_tab li:first-child.on {
  background-color: #9edce8;
}
.event_wrap .e_tab_wrap .e_nav_tab li:first-child.on::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 74px;
  background-color: #9edce8;
}
.event_wrap .e_tab_wrap .e_nav_tab li:first-child.on a {
  color: #111;
}
.event_wrap .e_tab_wrap .e_nav_tab li:first-child.on .tab_badge {
  color: #fff;
  background-color: #3846a8;
}
.event_wrap .e_tab_wrap .e_nav_tab li:last-child.on {
  background-color: #f8e882;
}
.event_wrap .e_tab_wrap .e_nav_tab li:last-child.on::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 74px;
  background-color: #f8e882;
}
.event_wrap .e_tab_wrap .e_nav_tab li:last-child.on a {
  color: #111;
}
.event_wrap .e_tab_wrap .e_nav_tab li:last-child.on .tab_badge {
  color: #fff;
  background-color: #67342d;
}
.event_wrap .bg_checkin_event {
  height: 4185px;
  background-color: #0077cb;
  background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260911_o4o/bg_checkin_event_v2.jpg") no-repeat center top;
  background-size: 2800px 4185px;
}
.event_wrap .bg_checkin_event .inner {
  width: 700px;
}
.event_wrap .bg_checkin_event .gift_slider {
  position: absolute;
  left: 25px;
  top: 1389px;
  width: 650px;
  height: 474px;
  overflow: visible;
}
.event_wrap .bg_checkin_event .gift_slider .swiper-wrapper {
  height: 100%;
}
.event_wrap .bg_checkin_event .gift_slider .swiper-slide {
  overflow: hidden;
  height: 100%;
}
.event_wrap .bg_checkin_event .gift_slider .swiper-slide img {
  display: block;
  width: 650px;
  height: 424px;
}
.event_wrap .bg_checkin_event .gift_slider .swiper-slide .gift_text {
  max-width: 650px;
  padding-top: 14px;
  color: #92d2ff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%; /* 33.6px */
}
.event_wrap .bg_checkin_event .gift_slider .swiper-button-prev,
.event_wrap .bg_checkin_event .gift_slider .swiper-button-next {
  margin-top: -48px;
}
.event_wrap .bg_checkin_event .gift_slider .swiper-button-prev {
  left: -20px;
}
.event_wrap .bg_checkin_event .gift_slider .swiper-button-next {
  right: -20px;
}
.event_wrap .bg_checkin_event .comment_link {
  bottom: 17%;
  width: 600px;
  height: 90px;
}
.event_wrap .bg_checkin_event .notice_fold_box {
  margin-top: 3488px;
}
.event_wrap .bg_checkin_event .notice_fold_box .notice_button {
  position: relative;
  display: block;
  width: 100%;
  height: 84px;
  padding: 24px 50px;
  border: 0;
  background: #005591;
  text-align: left;
  cursor: pointer;
}
.event_wrap .bg_checkin_event .notice_fold_box .notice_title {
  display: block;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 140%; /* 36.4px */
}
.event_wrap .bg_checkin_event .notice_fold_box .notice_arrow {
  position: absolute;
  top: 36px;
  right: 50px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(-45deg);
}
.event_wrap .bg_checkin_event .notice_fold_box .notice_content {
  display: none;
  padding: 32px 40px;
  background: #61aee4;
  min-height: 416px;
}
.event_wrap .bg_checkin_event .notice_fold_box .notice_list {
  text-align: left;
}
.event_wrap .bg_checkin_event .notice_fold_box .notice_list li {
  position: relative;
  padding-left: 10px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 22px;
  font-weight: 400;
  line-height: 140%; /* 30.8px */
  letter-spacing: -0.55px;
}
.event_wrap .bg_checkin_event .notice_fold_box .notice_list li::before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
}
.event_wrap .bg_checkin_event .notice_fold_box .notice_list li + li {
  margin-top: 6px;
}
.event_wrap .bg_checkin_event .notice_fold_box.on .notice_content {
  display: block;
}
.event_wrap .bg_checkin_event .notice_fold_box.on .notice_arrow {
  top: 26px;
  transform: rotate(135deg);
}
.event_wrap .bg_checkin_guide {
  background-color: #a3e0eb;
  height: 2278px;
  background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260911_o4o/bg_checkin_guide.jpg") no-repeat center top;
  background-size: 2800px 2278px;
}
.event_wrap .bg_checkin_guide .inner {
  width: 760px;
}
.event_wrap .bg_checkin_guide .app_slider {
  position: absolute;
  left: 30px;
  top: 1340px;
  width: 700px;
  height: 858px;
  overflow: visible;
  background-color: #fff;
}
.event_wrap .bg_checkin_guide .app_slider .swiper-wrapper {
  height: 100%;
}
.event_wrap .bg_checkin_guide .app_slider .swiper-slide {
  overflow: hidden;
}
.event_wrap .bg_checkin_guide .app_slider .swiper-slide img {
  display: block;
  width: 100%;
}
.event_wrap .bg_checkin_guide .app_slider .swiper-button-prev {
  left: -16px;
}
.event_wrap .bg_checkin_guide .app_slider .swiper-button-next {
  right: -16px;
}
.event_wrap .bg_challenge {
  height: 4443px;
  background: #f5e88a url("https://contents.kyobobook.co.kr/pmtn/2026/book/260911_o4o/bg_challenge_v2.jpg") no-repeat center top;
  background-size: 2800px 4443px;
}
.event_wrap .bg_challenge .inner {
  width: 760px;
}
.event_wrap .bg_challenge .sticker_link {
  top: 37%;
  height: 90px;
}
.event_wrap .bg_challenge .challenge_slider {
  position: absolute;
  left: 30px;
  top: 2898px;
  width: 700px;
  height: 858px;
  overflow: visible;
  background-color: #fff;
}
.event_wrap .bg_challenge .challenge_slider .swiper-wrapper {
  height: 100%;
}
.event_wrap .bg_challenge .challenge_slider .swiper-slide {
  overflow: hidden;
}
.event_wrap .bg_challenge .challenge_slider .swiper-slide img {
  display: block;
  width: 100%;
}
.event_wrap .bg_challenge .challenge_slider .swiper-button-prev {
  left: -16px;
}
.event_wrap .bg_challenge .challenge_slider .swiper-button-next {
  right: -16px;
}
.event_wrap .bg_challenge .notice_fold_box {
  margin: 3876px auto 0;
  width: 700px;
}
.event_wrap .bg_challenge .notice_fold_box .notice_button {
  position: relative;
  display: block;
  width: 100%;
  height: 84px;
  padding: 24px 50px;
  border: 0;
  background: #553030;
  text-align: left;
  cursor: pointer;
}
.event_wrap .bg_challenge .notice_fold_box .notice_title {
  display: block;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 140%; /* 36.4px */
}
.event_wrap .bg_challenge .notice_fold_box .notice_arrow {
  position: absolute;
  top: 36px;
  right: 50px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(-45deg);
}
.event_wrap .bg_challenge .notice_fold_box .notice_content {
  display: none;
  padding: 32px 40px;
  background: #e0c87b;
  min-height: 416px;
}
.event_wrap .bg_challenge .notice_fold_box .notice_list {
  text-align: left;
}
.event_wrap .bg_challenge .notice_fold_box .notice_list li {
  position: relative;
  padding-left: 12px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 22px;
  font-weight: 400;
  line-height: 140%; /* 30.8px */
  letter-spacing: -0.55px;
}
.event_wrap .bg_challenge .notice_fold_box .notice_list li::before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
}
.event_wrap .bg_challenge .notice_fold_box .notice_list li + li {
  margin-top: 6px;
}
.event_wrap .bg_challenge .notice_fold_box.on .notice_content {
  display: block;
}
.event_wrap .bg_challenge .notice_fold_box.on .notice_arrow {
  top: 26px;
  transform: rotate(135deg);
}
.event_wrap .bg_app {
  height: 582px;
  background: #000 url("https://contents.kyobobook.co.kr/pmtn/2026/book/260911_o4o/bg_app.png") no-repeat center center;
  background-size: 750px 422px;
}/*# sourceMappingURL=260911_o4o_pc.css.map */