@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%;
  text-align: center;
}
.event_wrap img {
  max-width: 100%;
  vertical-align: top;
}
.event_wrap .e_link {
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 1;
}

.event_title {
  display: block;
  text-align: center;
  font-family: Pretendard;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 62.4px */
  letter-spacing: -1.68px;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #fff;
}

.event_desc {
  padding-top: 20px;
  text-align: center;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 39px */
  letter-spacing: -0.91px;
  color: #fff;
  opacity: 0.7;
}

.bg_visual {
  height: 1318px;
  background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260811_jagi/bg_visual.png") no-repeat center top;
  background-size: 2800px 1318px;
}
.bg_visual .inner {
  width: 1400px;
}

.bg_01 {
  background-color: #282828;
  padding: 120px 0;
  color: #fff;
}
.bg_01 .inner {
  width: 700px;
}
.bg_01 .event_title {
  color: #fff;
}

.misson_card_wrap {
  overflow: hidden;
  width: 700px;
  height: 692px;
  margin: 60px 0 0;
  color: #000;
  background: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260811_jagi/card.png") no-repeat 50% 50%;
}

.mission_card_area {
  display: flex;
  justify-content: center;
  width: 434px;
  height: 666px;
  margin: 2px auto 0;
  border-radius: 24px;
}

.mission_card {
  width: 434px;
  height: 666px;
  border-radius: 24px;
  box-sizing: border-box;
}

.mission_card_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 34px;
  color: #414141;
  text-align: center;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  line-height: 150%; /* 42px */
  letter-spacing: -0.98px;
  border-radius: 24px 24px 0 0;
  background: #ededed;
}
.mission_card_head .mission_card_title {
  font-weight: 700;
}

.mission_card_inner {
  height: 596px;
  padding: 40px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mission_book {
  text-align: center;
}
.mission_book .mission_book_img {
  display: block;
  max-width: 168px;
  max-height: 244px;
  margin: 0 auto;
  border-radius: 8px;
  border: 2px solid var(--Grayscale-gray-300, #eaeaea);
}

.mission_book_title {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 12px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--Grayscale-1000, #000);
  text-align: center;
  text-overflow: ellipsis;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 150% */
  letter-spacing: -0.24px;
}

.mission_info {
  margin-top: 28px;
  background: #f7f7f7;
  width: 100%;
  padding: 16px 20px;
  border-radius: 20px;
}

.mission_chip {
  display: block;
  height: 46px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 46px;
}
.mission_chip.chip_heart {
  width: 142px;
  background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260811_jagi/chip_heart.png");
}
.mission_chip.chip_record {
  width: 142px;
  background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260811_jagi/chip_record.png");
}
.mission_chip.chip_steady {
  width: 161px;
  background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260811_jagi/chip_steady.png");
}
.mission_chip.chip_cook {
  width: 161px;
  background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260811_jagi/chip_cook.png");
}
.mission_chip.chip_japanese {
  width: 161px;
  background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260811_jagi/chip_japanese.png");
}
.mission_chip.chip_diet {
  width: 138px;
  background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260811_jagi/chip_diet.png");
}
.mission_chip.chip_hobby {
  width: 161px;
  background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260811_jagi/chip_hobby.png");
}
.mission_chip.chip_health {
  width: 142px;
  background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260811_jagi/chip_health.png");
}
.mission_chip.chip_pass {
  width: 161px;
  background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260811_jagi/chip_pass.png");
}
.mission_chip.chip_career {
  width: 152px;
  background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260811_jagi/chip_career.png");
}
.mission_chip.chip_reading {
  width: 142px;
  background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260811_jagi/chip_reading.png");
}
.mission_chip.chip_english {
  width: 142px;
  background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260811_jagi/chip_english.png");
}
.mission_chip.chip_ai {
  width: 142px;
  background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260811_jagi/chip_ai.png");
}
.mission_chip.chip_rich {
  width: 146px;
  background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260811_jagi/chip_rich.png");
}
.mission_chip.chip_license {
  width: 161px;
  background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260811_jagi/chip_license.png");
}

.mission_desc {
  margin-top: 10px;
  color: #6c6c6c;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: -0.84px;
  text-align: left;
}

.mission_date_scroll {
  width: 100%;
  max-width: 680px;
  margin: 40px auto 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.mission_date_scroll::-webkit-scrollbar {
  display: none;
}
.mission_date_scroll .mission_date_list {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  width: max-content;
  min-width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mission_date_scroll .mission_date_list .mission_date_item {
  flex: 0 0 auto;
}
.mission_date_scroll .mission_date_list .mission_date_item .mission_date_button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 166px;
  height: 110px;
  padding: 0 12px;
  border: 0;
  border-radius: 24px;
  background: #fff;
  cursor: pointer;
  opacity: 0.4;
}
.mission_date_scroll .mission_date_list .mission_date_item .mission_date {
  display: block;
  margin-bottom: 12px;
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 28px */
  letter-spacing: -0.98px;
  background: #fff;
}
.mission_date_scroll .mission_date_list .mission_date_item.is_active .mission_date_button {
  opacity: 1;
}

.bg_02 {
  background: #f7f7f7;
  padding: 120px 0;
}
.bg_02 .inner {
  width: 670px;
}
.bg_02 .event_title {
  padding-bottom: 60px;
}
.bg_02 .d_day_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 670px;
  height: 272px;
  margin: 0 auto;
  padding-top: 68px;
  border-radius: 32px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260811_jagi/d_day_counter.png");
}
.bg_02 .d_day_box .d_day_text,
.bg_02 .d_day_box .d_day_dash,
.bg_02 .d_day_box .d_day_unit {
  color: #383aae;
  text-align: center;
  font-family: Pretendard;
  font-size: 72px;
  font-style: normal;
  font-weight: 800;
  line-height: 94px;
}
.bg_02 .d_day_box .d_day_dash {
  margin-right: 4px;
}
.bg_02 .d_day_box .d_day_number {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bg_02 .d_day_box .d_day_digit {
  display: none;
}
.bg_02 .d_day_box .d_day_digit.is_show {
  display: block;
}
.bg_02 .d_day_box .d_day_digit {
  /* 모든 숫자는 기본 숨김 */
}
.bg_02 .d_day_box .d_day_digit .num {
  display: none;
  width: 70px;
  height: 126px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* 현재 숫자만 노출 */
}
.bg_02 .d_day_box .d_day_digit .num.is_show {
  display: block;
}
.bg_02 .d_day_box .d_day_digit .num .e_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.bg_02 .d_day_box .d_day_digit .num_0 {
  background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260811_jagi/num_0.png");
}
.bg_02 .d_day_box .d_day_digit .num_1 {
  background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260811_jagi/num_1.png");
}
.bg_02 .d_day_box .d_day_digit .num_2 {
  background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260811_jagi/num_2.png");
}
.bg_02 .d_day_box .d_day_digit .num_3 {
  background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260811_jagi/num_3.png");
}
.bg_02 .d_day_box .d_day_digit .num_4 {
  background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260811_jagi/num_4.png");
}
.bg_02 .d_day_box .d_day_digit .num_5 {
  background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260811_jagi/num_5.png");
}
.bg_02 .d_day_box .d_day_digit .num_6 {
  background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260811_jagi/num_6.png");
}
.bg_02 .d_day_box .d_day_digit .num_7 {
  background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260811_jagi/num_7.png");
}
.bg_02 .d_day_box .d_day_digit .num_8 {
  background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260811_jagi/num_8.png");
}
.bg_02 .d_day_box .d_day_digit .num_9 {
  background-image: url("https://contents.kyobobook.co.kr/pmtn/2026/book/260811_jagi/num_9.png");
}
.bg_02 .d_day_box .d_day_unit {
  margin-left: 12px;
  color: #383aae;
  text-align: center;
  font-family: Pretendard;
  font-size: 34px;
  font-style: normal;
  font-weight: 800;
  line-height: 94px;
}
.bg_02 .event_desc {
  padding-top: 32px;
  padding-bottom: 60px;
  color: #4f4f4f;
  text-align: center;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 39px */
  letter-spacing: -0.91px;
  opacity: 1;
}

.bg_03 {
  background: #95d6ff;
  padding: 120px 0;
}
.bg_03 .comment_slider {
  position: absolute;
  left: 0;
  top: 39.8%;
  z-index: 2;
  width: 100%;
}
.bg_03 .comment_slider.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 66px;
}
.bg_03 .comment_slider.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.bg_03 .comment_slider.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
.bg_03 .comment_slider.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 0.7;
}
.bg_03 .e_link {
  width: 100%;
  height: 4.5%;
  left: 50%;
  transform: translateX(-50%);
}
.bg_03 .e_link_01 {
  bottom: 5.4%;
}
.bg_03 .e_link_02 {
  bottom: 0.3%;
}

.bg_04 {
  background: #f7f7f7;
  padding: 120px 0;
}
.bg_04 .event_title {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 67.2px */
  letter-spacing: -1.68px;
}
.bg_04 .event_desc {
  color: #4c4c4c;
  text-align: center;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 39px */
  letter-spacing: -0.91px;
  opacity: 1;
  padding-top: 20px;
  padding-bottom: 60px;
}
.bg_04 .e_notice {
  color: #6a6a6a;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 166.667% */
  letter-spacing: -0.72px;
}
.bg_04 .e_notice ul li:before {
  background-color: #6a6a6a;
}

/* toggle */
.event_wrap .e_toggle_wrap {
  position: absolute;
  right: 0;
  top: 80px;
}

/* 기존 버튼 : 안에 배경 및 사이즈는 커스텀 필요 */
.event_wrap .etoggle_container .etoggle_btn {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 190px;
  height: 44px;
  font-size: 14px;
  cursor: pointer;
  line-height: 44px;
  transition: all 0.3s;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
}

.event_wrap .etoggle_container .etoggle_btn > span {
  display: inline-block;
}

.event_wrap .etoggle_container .etoggle_btn > span.e_ico {
  width: 14px;
  height: 9px;
  background: url(https://contents.kyobobook.co.kr/pmtn/2025/book/250415_lan/bnD8_arrow_down.png) 50% 0 no-repeat;
  transition: all 0.2s linear;
}

.event_wrap .etoggle_container .etoggle_btn.on > span.e_ico {
  transform: rotate(180deg);
}

.event_wrap .etoggle_wrap {
  margin-top: 10px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
}

.etoggle_wrap .e_link_list li {
  padding: 0 25px;
  display: block;
  font-size: 14px;
  width: 188px;
  height: 100px;
  cursor: pointer;
  line-height: 44px;
  height: 44px;
  box-sizing: border-box;
  transition: all 0.2s linear;
}

.etoggle_wrap .e_link_list li > a {
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.etoggle_wrap .e_link_list li:hover {
  background-color: #f5f5f5;
}/*# sourceMappingURL=260811_jagi_pc.css.map */