@charset "UTF-8";
/* ========================================
   Layout Module
   ======================================== */
.main__container {
  font-family: "Pretendard Variable";
  width: 100%;
  margin-top: 104px;
}
.main__container .title {
  text-align: initial;
}

.main__content {
  width: 1200px;
  margin: 120px auto 240px;
  display: flex;
  flex-direction: column;
  gap: 240px;
}

/* ========================================
   Swiper Controls Component
   ======================================== */
.swiper-controls {
  display: flex;
  gap: 20px;
  font-size: 20px;
}
.swiper-controls .swiper-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  color: #222222;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.swiper-controls .swiper-arrow.swiper-button-disabled {
  color: #d4d4d4;
  cursor: not-allowed;
  opacity: 0.5;
}
.swiper-controls .swiper-arrow:not(.swiper-button-disabled):hover {
  opacity: 0.8;
}
.swiper-controls .swiper-button-prev,
.swiper-controls .swiper-button-next {
  position: initial;
}

/* ========================================
   Swiper Navigation Buttons (Overlay Style)
중복된 네비게이션 스타일 통합
   ======================================== */
.swiper-overlay-navigation .swiper-button-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  padding: 14px 13px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  backdrop-filter: blur(7.5px);
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}
.swiper-overlay-navigation .swiper-button-prev i {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-overlay-navigation .swiper-button-prev {
  left: 16px;
}
.swiper-overlay-navigation .swiper-button-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  padding: 14px 13px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  backdrop-filter: blur(7.5px);
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}
.swiper-overlay-navigation .swiper-button-next i {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-overlay-navigation .swiper-button-next {
  right: 16px;
}

/* ========================================
   Quick Banner Section
   ======================================== */
.quick-banner__section {
  position: relative;
  min-width: 1200px;
  overflow: hidden;
}
.quick-banner__section .quick-banner__list {
  width: 100%;
  display: flex;
  padding-inline: 40px;
}
.quick-banner__section .quick-banner__list .quick-banner__item {
  position: relative;
  flex: 0 0 auto;
  min-height: 460px;
  width: 100%;
}
.quick-banner__section .quick-banner__list .quick-banner__item .quick-banner__img {
  position: absolute;
  inset: 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
@media (min-width: 1920px) {
  .quick-banner__section .quick-banner__list .quick-banner__item .quick-banner__img {
    background-size: 100%;
  }
}
.quick-banner__section .quick-banner__list .quick-banner__item .swiper-pagination {
  position: absolute;
  bottom: 133px;
  left: calc((100vw - 1200px) / 2);
  display: flex;
  gap: 6px;
}
.quick-banner__section .quick-banner__list .quick-banner__item .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  border-radius: 50%;
  opacity: 0.5;
  background: #fff;
}
.quick-banner__section .quick-banner__list .quick-banner__item .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.quick-banner__section .quick-banner__swiper-utils {
  transition: opacity 0.3s ease;
  opacity: 0;
}
.quick-banner__section .quick-banner__swiper-utils .swiper-button-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  width: 48px;
  height: 48px;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 14px;
  padding-bottom: 14px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  backdrop-filter: blur(7.5px);
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}
.quick-banner__section .quick-banner__swiper-utils .swiper-button-prev i.swiper-prev {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml, %3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.42383 10.4248L5.99902 10L6.42383 9.57617L11.9551 4.04492L12.3789 4.46875L12.8027 4.89355L7.69727 10.001L12.8027 15.1074L11.9551 15.9551L6.42383 10.4248Z' fill='%23222222' /%3E%3C/svg%3E");
}
.quick-banner__section .quick-banner__swiper-utils .swiper-button-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 48px;
  height: 48px;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 14px;
  padding-bottom: 14px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  backdrop-filter: blur(7.5px);
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}
.quick-banner__section .quick-banner__swiper-utils .swiper-button-next i.swiper-next {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml, %3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5762 9.57617L14.001 10L13.5762 10.4248L8.04492 15.9551L7.62109 15.5312L7.19727 15.1074L12.3027 9.999L7.19727 4.89258L8.04492 4.04492L13.5762 9.57617Z' fill='%23222222' /%3E%3C/svg%3E");
}
.quick-banner__section:hover .quick-banner__swiper-utils {
  opacity: 1;
}
.quick-banner__section .swiper-pagination.swiper-pagination-bullets {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  gap: 6px;
}
.quick-banner__section .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: auto;
  border-radius: 50%;
  background: #FFFFFF;
  opacity: 0.5;
}
.quick-banner__section .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

/* ========================================
   Search Box Section
   ======================================== */
.search-box {
  padding: 0;
  margin-bottom: -80px;
}
.search-box .search-input .search-top {
  margin-bottom: 0;
}

/* ========================================
   Top Pick Author Section
   ======================================== */
.top-pick-author__section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.top-pick-author__section .title {
  font-weight: 300;
  font-style: Light;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -2px;
  color: #222222;
}
.top-pick-author__section .header {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.top-pick-author__section {
  position: relative;
  /* 새로운 컨테이너 레이아웃 */
}
.top-pick-author__section .top-pick-author__container {
  position: relative;
  display: flex;
  gap: 80px;
  padding-top: 60px;
  width: 1200px;
  height: 386px;
  overflow: hidden;
}
.top-pick-author__section {
  /* 좌측 네비게이션 */
}
.top-pick-author__section .top-pick-author__navigation {
  width: 154px;
  flex-shrink: 0;
}
.top-pick-author__section .top-pick-author__navigation .author-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-pick-author__section .top-pick-author__navigation .author-item {
  border-left: 2px solid transparent;
  padding-left: 13px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #9f9f9f;
  cursor: pointer;
  transition: all 0.2s ease;
  letter-spacing: -1px;
}
.top-pick-author__section .top-pick-author__navigation .author-item.active {
  border-left-color: #222222;
  color: #222222;
  font-weight: 600;
}
.top-pick-author__section .top-pick-author__navigation .author-item:hover:not(.active) {
  color: #222222;
}
.top-pick-author__section {
  /* 우측 스와이퍼 영역 */
}
.top-pick-author__section .top-pick-author__swiper {
  position: relative;
  margin-top: -60px;
  width: 800px !important;
  max-height: 427px;
  box-sizing: content-box;
}
.top-pick-author__section .top-pick-author__swiper .swiper-wrapper {
  display: flex;
  width: 800px !important;
}
.top-pick-author__section .top-pick-author__swiper .swiper-slide {
  position: relative;
  height: auto;
  width: 800px !important;
  padding-top: 60px;
}
.top-pick-author__section .top-pick-author__swiper .swiper-slide hr,
.top-pick-author__section .top-pick-author__swiper .swiper-slide .book-showcase {
  display: none;
}
.top-pick-author__section .top-pick-author__swiper .swiper-slide .top-pick-author__book-img {
  opacity: 0;
  z-index: -1;
}
.top-pick-author__section .top-pick-author__swiper .swiper-slide .author-card {
  width: 250px;
  box-sizing: border-box;
  padding: 40px;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.top-pick-author__section .top-pick-author__swiper .swiper-slide.swiper-slide-active .author-card {
  width: 800px;
  padding: 50px 50px 40px;
  padding-right: 380px;
}
.top-pick-author__section .top-pick-author__swiper .swiper-slide.swiper-slide-active hr,
.top-pick-author__section .top-pick-author__swiper .swiper-slide.swiper-slide-active .top-pick-author__book-img {
  display: block;
  opacity: 1;
  transition: opacity 1s ease-in-out;
  z-index: 1;
}
.top-pick-author__section .top-pick-author__swiper .swiper-slide.swiper-slide-active .book-showcase {
  display: flex;
  opacity: 1;
}
.top-pick-author__section .top-pick-author__swiper .swiper-slide.swiper-slide-active .book-showcase .book-item img {
  display: block;
}
.top-pick-author__section .top-pick-author__swiper .swiper-slide.swiper-slide-active .btn-detail {
  align-self: flex-start;
}
.top-pick-author__section .top-pick-author__swiper .swiper-slide.swiper-slide-prev {
  visibility: hidden;
}
.top-pick-author__section .top-pick-author__swiper .author-card {
  display: flex;
  flex-direction: column;
  background: #f5f5f5;
  height: 327px;
}
.top-pick-author__section .top-pick-author__swiper .top-pick-author__book-img {
  position: absolute;
  top: 0;
  right: 30px;
}
.top-pick-author__section .top-pick-author__swiper {
  /* 저자 프로필 정보 */
}
.top-pick-author__section .top-pick-author__swiper .author-info {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.top-pick-author__section .top-pick-author__swiper .author-info .top-pick-author__point-circle {
  border-radius: 100%;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.top-pick-author__section .top-pick-author__swiper .author-info .author-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.top-pick-author__section .top-pick-author__swiper .author-info .author-text .author-name {
  color: #222222;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -1px;
  word-break: keep-all;
}
.top-pick-author__section .top-pick-author__swiper .author-info .author-text .author-description {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -1px;
  word-break: keep-all;
}
.top-pick-author__section .top-pick-author__swiper {
  /* HR 구분선 */
}
.top-pick-author__section .top-pick-author__swiper hr {
  width: 100%;
  border-top: 1px solid #9f9f9f;
  border-bottom: none;
  opacity: 0.2;
  margin: 20px 0;
}
.top-pick-author__section .top-pick-author__swiper {
  /* 책 쇼케이스 */
}
.top-pick-author__section .top-pick-author__swiper .book-showcase {
  display: flex;
  gap: 20px;
}
.top-pick-author__section .top-pick-author__swiper .book-showcase .book-item {
  flex: 1;
  display: flex;
  gap: 10px;
}
.top-pick-author__section .top-pick-author__swiper .book-showcase .book-item img {
  display: none;
  width: 51px;
  height: 72px;
  flex-shrink: 0;
}
.top-pick-author__section .top-pick-author__swiper .book-showcase .book-item .book-cover {
  flex-shrink: 0;
}
.top-pick-author__section .top-pick-author__swiper .book-showcase .book-item .book-info {
  margin-top: 6px;
}
.top-pick-author__section .top-pick-author__swiper .book-showcase .book-item .book-label {
  display: block;
  font-weight: 600;
  color: #002f98;
  letter-spacing: -1px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20.25px;
  word-wrap: break-word;
  word-break: keep-all;
}
.top-pick-author__section .top-pick-author__swiper .book-showcase .book-item .book-series {
  font-weight: 400;
  letter-spacing: -1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #767676;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  word-wrap: break-word;
  word-break: keep-all;
}
.top-pick-author__section .top-pick-author__swiper {
  /* 자세히 보기 버튼 */
}
.top-pick-author__section .top-pick-author__swiper .btn-detail {
  align-self: flex-end;
  display: flex;
  gap: 2px;
  align-items: center;
  color: #9f9f9f;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.5px;
  text-decoration: none;
  margin-top: 30px;
}
.top-pick-author__section .top-pick-author__swiper .btn-detail::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M7.38574 5.00684L7.03223 5.36035L3.57422 8.81738L2.86719 8.11035L5.9707 5.00586L2.86719 1.90234L3.57422 1.19531L7.38574 5.00684Z' fill='%239F9F9F'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* ========================================
   Author Card Tag Styles
   ======================================== */
.author-card .author-text .tag {
  display: flex;
  gap: 2px;
  min-height: 18px;
}
.author-card .author-text .tag span {
  padding: 0 5px 0 4px;
  height: 18px;
  font-size: 11px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #fff;
}
.author-card .author-text .tag .tag-n {
  background-color: #0027e8;
}
.author-card .author-text .tag .tag-yellow {
  background-color: #947238;
}
.author-card .author-text .tag .tag-green {
  background-color: #4b6256;
}
.author-card .author-text .tag .tag-red {
  background-color: #90533f;
}
.author-card .author-text .tag .tag-blue {
  background-color: #455371;
}
.author-card .author-text .tag .tag-purple {
  background-color: #645169;
}
.author-card .author-text .tag .tag-brown {
  background-color: #5e3939;
}
.author-card .author-text .tag .tag-black {
  background-color: #222222;
}
.author-card .author-text .tag .tag-gray {
  background-color: #767676;
}
.author-card .author-text .tag span.tag-line-blue {
  background-color: #fff;
  line-height: 16px;
  color: #002f98;
  border: 1px solid #002f98;
}

/* ========================================
   Top Pick Author Navigator Styles
   ======================================== */
.top-pick-author__section .swiper-button-prev,
.top-pick-author__section .swiper-button-next {
  position: absolute;
  bottom: 140px;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(7.5px);
  border-radius: 24px;
  box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}
.top-pick-author__section .swiper-button-prev:hover,
.top-pick-author__section .swiper-button-next:hover {
  background: rgb(255, 255, 255);
}
.top-pick-author__section .swiper-button-prev.swiper-button-disabled,
.top-pick-author__section .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.top-pick-author__section .swiper-button-prev i,
.top-pick-author__section .swiper-button-next i {
  width: 10px;
  height: 10px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.top-pick-author__section .swiper-button-prev {
  left: 0;
}
.top-pick-author__section .swiper-button-prev i.swiper-prev {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M2.61426 4.99316L2.96777 4.63965L6.42578 1.18262L7.13281 1.88965L4.0293 4.99414L7.13281 8.09766L6.42578 8.80469L2.61426 4.99316Z' fill='%239F9F9F'/%3E%3C/svg%3E");
}
.top-pick-author__section .swiper-button-next {
  right: -23px;
}
.top-pick-author__section .swiper-button-next i.swiper-next {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M7.38574 5.00684L7.03223 5.36035L3.57422 8.81738L2.86719 8.11035L5.9707 5.00586L2.86719 1.90234L3.57422 1.19531L7.38574 5.00684Z' fill='%239F9F9F'/%3E%3C/svg%3E");
}
.top-pick-author__section {
  /* 동적 그라데이션 오버레이 */
}
.top-pick-author__section .swiper-gradient {
  position: absolute;
  top: 0;
  height: 100%;
  width: 181px;
  z-index: 5;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.top-pick-author__section .swiper-gradient.hidden {
  opacity: 0;
}
.top-pick-author__section .swiper-gradient-left {
  left: 0;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.top-pick-author__section .swiper-gradient-right {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

/* ========================================
   Month New Book Section
   ======================================== */
.month-new-book__section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.month-new-book__section .title {
  font-weight: 300;
  font-style: Light;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -2px;
  color: #222222;
}
.month-new-book__section .header {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.month-new-book__section .month-new-book__header {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.month-new-book__section .month-new-book__swiper {
  overflow: hidden;
}
.month-new-book__section .month-new-book__list {
  display: flex;
}
.month-new-book__section a {
  position: relative;
  flex: 0 0 285px;
  padding: 77px 0 30px;
}
.month-new-book__section a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background: linear-gradient(180deg, transparent 0%, var(--bg-color, #d9d9d9) 40%);
  z-index: 1;
  pointer-events: none;
}
.month-new-book__section a .book__img-wrapper {
  position: relative;
  width: 170px;
  height: 246px;
  margin: 0 auto;
}
.month-new-book__section a .book__img {
  display: block;
  width: 100%;
  height: 100%;
}
.month-new-book__section a .book-info {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 200px;
  margin-left: 30px;
  margin-top: 35px;
  color: white;
}
.month-new-book__section a .book-info .book-info__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -1px;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.month-new-book__section a .book-info .book-info__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.month-new-book__section a .book-info .book-info__body .book-info__author {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -1px;
}
.month-new-book__section a .book-info .book-info__body .book-info__sales-index {
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: -1px;
  display: flex;
  gap: 6px;
}

/* ========================================
   Best Book Section
   ======================================== */
.best-book__section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.best-book__section .title {
  font-weight: 300;
  font-style: Light;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -2px;
  color: #222222;
}
.best-book__section .header {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.best-book__section .best-book__header .caption {
  display: flex;
  gap: 4px;
  align-items: center;
  color: #9f9f9f;
}

/* ========================================
   Curriculum Section
   ======================================== */
.curriculum__section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.curriculum__section .title {
  font-weight: 300;
  font-style: Light;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -2px;
  color: #222222;
}
.curriculum__section .header {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.curriculum__section .curriculum-header .curriculum__notice {
  color: #9f9f9f;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 153.846% */
  letter-spacing: -0.5px;
  margin-top: 8px;
}
.curriculum__section .curriculum__toggle .custom-switch {
  display: flex;
  align-items: center;
  padding-left: 0;
}
.curriculum__section .curriculum__toggle .custom-switch .custom-control-input {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.curriculum__section .curriculum__toggle .custom-switch .custom-control-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  cursor: pointer;
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -1px;
}
.curriculum__section .curriculum__toggle .custom-switch .custom-control-label::before {
  content: "";
  position: relative;
  left: 0;
  width: 32px;
  height: 20px;
  background-color: #d4d4d4;
  border: none;
  border-radius: 10px;
  transition: background-color 0.15s ease-in-out;
}
.curriculum__section .curriculum__toggle .custom-switch .custom-control-label::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.15s ease-in-out;
}
.curriculum__section .curriculum__toggle .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #222222;
}
.curriculum__section .curriculum__toggle .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translate(12px, -50%);
}
.curriculum__section .curriculum__checkbox-list {
  display: flex;
  gap: 16px;
  margin-top: -20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.curriculum__section .curriculum__checkbox-list .curriculum__checkbox {
  display: flex;
  align-items: center;
}
.curriculum__section .curriculum__checkbox-list .curriculum__checkbox .custom-control-label {
  display: flex;
  align-items: center;
  color: #222222;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 142.857% */
  letter-spacing: -1px;
}
.curriculum__section .curriculum__checkbox-list .curriculum__checkbox .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6.61235L7 10.4219L12 4.42188' stroke='white'/%3E%3C/svg%3E%0A");
}
.curriculum__section .curriculum__checkbox-list {
  display: none !important;
}
.curriculum__section .curriculum__box .curriculum__content {
  width: 1200px;
  /* Curriculum Table */
}
.curriculum__section .curriculum__box .curriculum__content .curriculum__table {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.curriculum__section .curriculum__box .curriculum__content .curriculum__table-row {
  display: flex;
  width: 100%;
  min-height: 210px;
}
.curriculum__section .curriculum__box .curriculum__content .curriculum__table-header-row {
  min-height: 54px;
}
.curriculum__section .curriculum__box .curriculum__content .curriculum__table-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 60px;
  background: #fff;
  border-left: 1px solid #efefef;
  border-bottom: 1px solid #d4d4d4;
}
.curriculum__section .curriculum__box .curriculum__content .curriculum__table-cell:first-child {
  border-left: none;
}
.curriculum__section .curriculum__box .curriculum__content .curriculum__table-cell.curriculum__table-header, .curriculum__section .curriculum__box .curriculum__content .curriculum__table-cell.curriculum__table-header-empty {
  border-left: none;
}
.curriculum__section .curriculum__box .curriculum__content .curriculum__table-header-empty {
  max-width: 160px;
  width: 160px;
  flex: 0 0 160px;
  border-bottom: 1px solid #9f9f9f;
}
.curriculum__section .curriculum__box .curriculum__content .curriculum__table-header {
  padding: 16px 0;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -1px;
  color: #222222;
  text-align: center;
  border-bottom: 1px solid #9f9f9f;
}
.curriculum__section .curriculum__box .curriculum__content .curriculum__table-author {
  max-width: 160px;
  width: 160px;
  flex: 0 0 160px;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-right: 1px solid #efefef;
}
.curriculum__section .curriculum__box .curriculum__content .curriculum__table-author p {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -1px;
  color: #222222;
  word-break: keep-all;
}
.curriculum__section .curriculum__box .curriculum__content .curriculum__book-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
  width: 100%;
  height: 100%;
}
.curriculum__section .curriculum__box .curriculum__content .curriculum-list {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  gap: 4px;
}
.curriculum__section .curriculum__box .curriculum__content .curriculum-list .bdg-sale,
.curriculum__section .curriculum__box .curriculum__content .curriculum-list .bdg-presale {
  display: inline-flex;
  height: 22px;
  padding: 4px 5px;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.5px;
  width: fit-content;
}
.curriculum__section .curriculum__box .curriculum__content .curriculum-list .bdg-sale {
  background-color: #e3e7f5;
  color: #002f98;
}
.curriculum__section .curriculum__box .curriculum__content .curriculum-list .bdg-presale {
  background-color: #e1e1e1;
  color: #767676;
}
.curriculum__section .curriculum__box .curriculum__content .curriculum-list__text {
  display: flex;
  gap: 2px;
  height: 22px;
  align-items: flex-start;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -1px;
}
.curriculum__section .curriculum__box .curriculum__content .curriculum-list__title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 155px;
  color: #767676;
}
.curriculum__section .curriculum__box .curriculum__content .curriculum-list__count {
  color: #002f98;
  text-align: right;
}
.curriculum__section .curriculum__box .curriculum__content .btn-more-books {
  display: flex;
  height: 20px;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: #222222;
  text-align: center;
}
.curriculum__section .curriculum__box .curriculum__content .btn-more-books .icon.arrow-down-small {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M7.38574 5.00684L7.03223 5.36035L3.57422 8.81738L2.86719 8.11035L5.9707 5.00586L2.86719 1.90234L3.57422 1.19531L7.38574 5.00684Z' fill='%23222222' transform='rotate(90 5 5)'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.curriculum__section .curriculum__box .curriculum__content .curriculum__table-divider {
  display: none;
  width: 100%;
  height: 1px;
  background-color: #d4d4d4;
}
.curriculum__section .curriculum__box .curriculum__content .curriculum__table-divider-bottom {
  width: 100%;
  height: 1px;
  background-color: #efefef;
}
.curriculum__section .curriculum__box .curriculum__content {
  /* Link Styles */
}
.curriculum__section .curriculum__box .curriculum__content .curriculum-list-link {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: inherit;
}
.curriculum__section .curriculum__box .curriculum__content .curriculum-list-link::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #767676;
  border-radius: 50%;
  flex-shrink: 0;
}
.curriculum__section .curriculum__box .curriculum__content .curriculum-list-link:hover .curriculum-list__title {
  text-decoration: underline;
}
.curriculum__section .curriculum__box .curriculum__content {
  /* Hidden State */
}
.curriculum__section .curriculum__box .curriculum__content .hidden {
  display: none !important;
}
.curriculum__section .curriculum__box .curriculum__content {
  /* Tooltip Layer (CSS only - z-index fix) */
}
.curriculum__section .curriculum__box .curriculum__content .curriculum__book-list {
  position: relative;
}
.curriculum__section .curriculum__box .btn.btn-more {
  display: flex;
  width: 460px;
  margin: 60px auto 0;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.curriculum__section .curriculum__box .btn.btn-more .icon.arrow-down {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0 0 1l4 4 1-1-4-4Z' fill='%23000'/%3E%3Cpath d='m3 4 1 1 4-4-1-1-4 4Z' fill='%23000'/%3E%3C/svg%3E");
  width: 8px;
  height: 5px;
}
.curriculum__section .curriculum__box .btn.btn-more .icon.arrow-up {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 5 8 4 4 0 3 1l4 4Z' fill='%23000'/%3E%3Cpath d='m5 1-1-1L0 4l1 1 4-4Z' fill='%23000'/%3E%3C/svg%3E");
  width: 8px;
  height: 5px;
}
.curriculum__section {
  /* ========================================
     Filter Item Styles
     ======================================== */
}
.curriculum__section .curriculum__checkbox label {
  display: flex;
  align-items: center;
  gap: 6px;
}
.curriculum__section .curriculum__checkbox .curriculum-filter-text {
  color: #767676;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -1px;
}
.curriculum__section .curriculum__checkbox .curriculum-filter-count {
  color: #d4d4d4;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -1px;
}
.curriculum__section .curriculum__checkbox input:checked ~ label .curriculum-filter-count {
  color: #002f98;
}
.curriculum__section {
  /* ========================================
     Gradient Overlay & Height Limit
     ======================================== */
}
.curriculum__section .curriculum__box {
  position: relative;
}
.curriculum__section .curriculum__box.collapsed .curriculum__content {
  max-height: 700px;
  overflow: hidden;
}
.curriculum__section .curriculum__box.collapsed .curriculum__gradient-overlay {
  opacity: 1;
}
.curriculum__section .curriculum__box.collapsed .btn-more {
  display: flex !important;
}
.curriculum__section .curriculum__box.expanded .curriculum__content {
  max-height: auto;
}
.curriculum__section .curriculum__box.expanded .curriculum__gradient-overlay {
  opacity: 0;
}
.curriculum__section .curriculum__box.expanded .btn-more {
  display: flex !important;
}
.curriculum__section .curriculum__gradient-overlay {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 5;
  pointer-events: none;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.curriculum__section {
  /* ========================================
     Curriculum Layer Popup
     ======================================== */
}
.curriculum__section .curriculum-list-link {
  position: relative;
}
.curriculum__section .curriculum-list-link.has-layer .curriculum-layer-popup {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  margin-top: 10px;
  background: #fff;
  border: 1px solid #222222;
  border-radius: 5px;
  padding: 30px;
  min-width: 450px;
  z-index: 100;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  cursor: initial;
}
.curriculum__section .curriculum-list-link.has-layer .curriculum-layer-popup.show {
  display: block;
}
.curriculum__section .curriculum-list-link.has-layer .curriculum-layer-popup .layer-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
}
.curriculum__section .curriculum-list-link.has-layer .curriculum-layer-popup .layer-header .layer-title {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -1px;
  color: #222222;
  margin: 0;
}
.curriculum__section .curriculum-list-link.has-layer .curriculum-layer-popup .layer-header .layer-title:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.curriculum__section .curriculum-list-link.has-layer .curriculum-layer-popup .layer-header .layer-title {
  cursor: pointer;
}
.curriculum__section .curriculum-list-link.has-layer .curriculum-layer-popup .layer-header .btn-layer-close {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.curriculum__section .curriculum-list-link.has-layer .curriculum-layer-popup .layer-header .btn-layer-close .icon-close {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6L6 18M6 6L18 18' stroke='%23222222' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.curriculum__section .curriculum-list-link.has-layer .curriculum-layer-popup .layer-header .btn-layer-close:hover {
  opacity: 0.7;
}
.curriculum__section .curriculum-list-link.has-layer .curriculum-layer-popup .layer-body .book-detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.curriculum__section .curriculum-list-link.has-layer .curriculum-layer-popup .layer-body .book-detail-list .book-item {
  display: flex;
  align-items: center;
  gap: 9px;
}
.curriculum__section .curriculum-list-link.has-layer .curriculum-layer-popup .layer-body .book-detail-list .book-item .bullet {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #002f98;
  flex-shrink: 0;
}
.curriculum__section .curriculum-list-link.has-layer .curriculum-layer-popup .layer-body .book-detail-list .book-item .book-name {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -1px;
  color: #767676;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.curriculum-layer {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  border: 1px solid #222222;
  border-radius: 5px;
  padding: 30px;
  min-width: 450px;
  z-index: 100;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  cursor: initial;
}
.curriculum-layer.show {
  display: block;
}
.curriculum-layer .layer-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
}
.curriculum-layer .layer-header .layer-title {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -1px;
  color: #222222;
  margin: 0;
}
.curriculum-layer .layer-header .layer-title:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.curriculum-layer .layer-header .layer-title {
  cursor: pointer;
}
.curriculum-layer .layer-header .btn-layer-close {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.curriculum-layer .layer-header .btn-layer-close .icon-close {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6L6 18M6 6L18 18' stroke='%23222222' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.curriculum-layer .layer-header .btn-layer-close:hover {
  opacity: 0.7;
}
.curriculum-layer .layer-body .book-detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.curriculum-layer .layer-body .book-detail-list .book-item {
  display: flex;
  align-items: center;
  gap: 9px;
}
.curriculum-layer .layer-body .book-detail-list .book-item .bullet {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #767676;
  flex-shrink: 0;
}
.curriculum-layer .layer-body .book-detail-list .book-item .book-name {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -1px;
  color: #767676;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ========================================
   Finder Book Section
   ======================================== */
.gallery_area {
  margin-top: 0;
  margin-bottom: 0;
}

/* ========================================
   Subscribe Notify Section
   ======================================== */
.subscribe-notify__section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.subscribe-notify__section .title {
  font-weight: 300;
  font-style: Light;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -2px;
  color: #222222;
}
.subscribe-notify__section .header {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.subscribe-notify__section .subscribe-notify__header {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.subscribe-notify__section .subscribe-notify__swiper {
  overflow: hidden;
}
.subscribe-notify__section .subscribe-notify__list {
  display: flex;
  text-align: center;
}
.subscribe-notify__section .subscribe-notify__list a {
  display: flex;
  flex-direction: column;
  width: 200px;
  flex: 1 0 auto;
  gap: 24px;
}
.subscribe-notify__section .subscribe-notify__list a .thumbnail {
  position: relative;
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.subscribe-notify__section .subscribe-notify__list a .thumbnail .new_news__mark {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  border: 2px solid #222222;
  border-radius: 100%;
  background-color: white;
}
.subscribe-notify__section .subscribe-notify__list a .thumbnail .new_news__mark::before {
  display: inline-block;
  content: "N";
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: -0.5px;
  text-align: center;
  vertical-align: top;
  color: #222222;
}
.subscribe-notify__section .subscribe-notify__list a .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 100%;
}
.subscribe-notify__section .subscribe-notify__list a .subscribe-notify__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.subscribe-notify__section .subscribe-notify__list a .subscribe-notify__info .subscribe-notify__title {
  height: 52px;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -1px;
  color: #222222;
  word-break: keep-all;
}
.subscribe-notify__section .subscribe-notify__list a .subscribe-notify__info .subscribe-notify__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -1px;
  color: #9f9f9f;
  word-break: keep-all;
}

/* ========================================
   Notification and Archive Section
   ======================================== */
.notification-and-archive {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}

.notification__section,
.archive__section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.notification__section .title,
.archive__section .title {
  font-weight: 300;
  font-style: Light;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -2px;
  color: #222222;
}
.notification__section .header,
.archive__section .header {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.notification__section,
.archive__section {
  width: 560px;
  overflow: hidden;
  gap: 0;
}
.notification__section .title-wrap,
.archive__section .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
.notification__section .title-wrap a,
.archive__section .title-wrap a {
  display: flex;
  align-items: center;
  gap: 2px;
  padding-right: 12px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0, 5px;
}
.notification__section ul li,
.archive__section ul li {
  border-bottom: 1px solid #efefef;
}
.notification__section ul li a,
.archive__section ul li a {
  display: inline-block;
  padding: 20px 0;
  color: #222222;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -1px;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*# sourceMappingURL=style.css.map */
