.icon-title {
  display: inline-flex;
  align-items: center;
  margin-left: 0.125rem;
  font-weight: 500;
  font-size: 1rem;
  color: #424242;
  margin-bottom: 1rem;
  gap: 0.125rem;
}

.icon {
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
}
.icon.sm {
  width: 1rem !important;
  height: 1rem !important;
}
.icon.md {
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.icon.lg {
  width: 2rem !important;
  height: 2rem !important;
}
.icon.xl {
  width: 2.5rem !important;
  height: 2.5rem !important;
}
.icon.bg-w-circle {
  width: 3rem;
  height: 3rem;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  background-size: 50%;
}
.icon {
  display: inline-block;
}
.icon.search {
  background-image: url(../images/new/icon_search_w.svg);
}
.icon.search-b {
  background-image: url(../images/new/icon_search.svg);
}
.icon.search-bold {
  background-image: url(../images/new/icon_search_bold.svg);
}
.icon.close {
  background-image: url(../images/new/icon_close.svg);
}
.icon.close-w {
  background-image: url(../images/new/icon_close.svg);
  filter: brightness(0) invert(1);
}
.icon.home {
  background-image: url(../images/new/icon_home_btn.svg);
}
.icon.arrow-up {
  background-image: url(../images/new/icon_arrow_up_g.svg);
}
.icon.arrow-right {
  background-image: url(../images/new/icon_arrow_right.svg);
}
.icon.arrow-right-d {
  background-image: url(../images/new/icon_arrow_right_d.svg);
}
.icon.arrow-right-p {
  background-image: url(../images/new/icon_arrow_right_p.svg);
}
.icon.arrow-prev {
  background-image: url(../images/new/icon_arrow_prev.svg);
}
.icon.arrow-down {
  background-image: url(../images/new/icon_arrow_down.svg);
}
.icon.arrow-down-d {
  background-image: url(../images/new/icon_arrow_down_d.svg);
}
.icon.first-page {
  background-image: url(../images/new/icon_first_page.svg);
}
.icon.first-page.select {
  background-image: url(../images/new/icon_first_page_b.svg);
}
.icon.prev-page {
  background-image: url(../images/new/icon_prev_page.svg);
}
.icon.prev-page.select {
  background-image: url(../images/new/icon_prev_page_b.svg);
}
.icon.next-page {
  background-image: url(../images/new/icon_next_page.svg);
}
.icon.next-page.select {
  background-image: url(../images/new/icon_next_page_b.svg);
}
.icon.last-page {
  background-image: url(../images/new/icon_last_page.svg);
}
.icon.last-page.select {
  background-image: url(../images/new/icon_last_page_b.svg);
}
.icon.bookmark {
  background-image: url(../images/new/icon_bookmark.svg);
}
.icon.share {
  background-image: url(../images/new/icon_share.svg);
}
.icon.info {
  background-image: url(../images/new/icon_info.svg);
}
.icon.info-close {
  background-image: url(../images/new/icon_info_close.svg);
}
.icon.info-close-w {
  background-image: url(../images/new/icon_info_close_w.svg);
}
.icon.success {
  background-image: url(../images/new/icon_success_circle.svg);
}
.icon.book {
  background-image: url(../images/new/icon_book.svg);
}
.icon.author {
  background-image: url(../images/new/icon_author.svg);
}
.icon.minus {
  background-image: url(../images/new/icon_minus.svg);
}
.icon.plus {
  background-image: url(../images/new/icon_plus.svg);
}
.icon.plus-b {
  background-image: url(../images/new/icon_plus_b.svg);
}
.icon.delivery {
  background-image: url(../images/new/icon_delivery.svg);
}
.icon.box {
  background-image: url(../images/new/icon_exchange.svg);
}
.icon.copy {
  background-image: url(../images/new/icon_copy.svg);
}
.icon.point {
  background-image: url(../images/new/icon_point.svg);
}
.icon.calendar {
  background-image: url(../images/new/icon_calendar.svg);
}
.icon.setting {
  background-image: url(../images/new/icon_setting.svg);
}
.icon.map {
  background-image: url(../images/new/icon_map.svg);
}
.icon.delete {
  background-image: url(../images/new/icon_delete.svg);
}
.icon.delete-w {
  background-image: url(../images/new/icon_delete_w.svg);
}
.icon.list-w {
  background-image: url(../images/new/icon_list_w.svg);
}
.icon.refresh {
  background-image: url(../images/new/icon_refresh.svg);
}
.icon.favorite-off {
  background-image: url(../images/new/btn_favorite.svg);
}
.icon.location {
  background-image: url(../images/new/icon_location.svg);
}
.icon.arrow-d {
  background-image: url(../images/new/icon_next_page_b.svg);
  transform: rotate(90deg);
}
.icon.arrow-u {
  background-image: url(../images/new/icon_next_page_b.svg);
  transform: rotate(-90deg);
}
.icon.tel-p {
  background-image: url(../images/new/icon_tel_p.svg);
}
.icon.share-p {
  background-image: url(../images/new/icon_share_p.svg);
}
.icon.point-p {
  background-image: url(../images/new/icon_point_p.svg);
}
.icon.home-p {
  background-image: url(../images/new/icon_home_p.svg);
}
.icon.home-b {
  background-image: url(../images/new/icon_home_b.svg);
}
.icon.register {
  background-image: url(../images/new/icon_banner_register.svg);
}
.icon.alarm {
  background-image: url(../images/new/icon_alarm.svg);
}
.icon.trash {
  background-image: url(../images/new/icon_trash.svg);
}
.icon.call {
  background-image: url(../images/new/icon_call.svg);
}
.icon.chat {
  background-image: url(../images/new/icon_chat.svg);
}
.icon.center {
  background-image: url(../images/new/icon_center.svg);
}
.icon.youtube {
  background-image: url(../images/new/image_youtube.png);
}
.icon.instagram {
  background-image: url(../images/new/image_instagram.png);
}
.icon.search-del {
  width: 1rem;
  height: 1rem;
  transform: rotate(45deg);
  top: 13px;
  right: 12px;
  border-radius: 50%;
  background-color: #9E9E9E;
  background-image: url(../images/new/icon_add_w.svg);
  background-size: 50%;
}
.icon.search-add {
  width: 2.5rem;
  height: 2.5rem;
  top: 13px;
  right: 12px;
  border-radius: 0.5rem;
  border: 1px solid #A7A0AE;
  background-color: #ffffff;
  background-image: url(../images/new/icon_plus.svg);
  background-size: 50%;
}
.icon.favorite {
  background-image: url(../images/new/icon_favorite.svg);
}
.icon.favorite-on {
  width: 1rem;
  height: 1rem;
  background: url(../images/new/btn_favorite_on.svg) center no-repeat;
  background-size: 100%;
}
.icon.cart-d {
  background-image: url(../images/new/icon_cart_d.svg);
}
.icon.cart {
  background-image: url(../images/new/icon_cart.svg);
}
.icon.bookmark-d {
  background-image: url(../images/new/icon_bookmark_d.svg);
}
.icon.nav-01 {
  background-image: url(../images/new/icon_nav_01.svg);
}
.icon.nav-01:hover {
  background-image: url(../images/new/icon_nav_01_on.svg);
}
.icon.nav-01.on {
  background-image: url(../images/new/icon_nav_01_on.svg);
}
.icon.nav-02 {
  background-image: url(../images/new/icon_nav_02.svg);
}
.icon.nav-02:hover {
  background-image: url(../images/new/icon_nav_02_on.svg);
}
.icon.nav-02.on {
  background-image: url(../images/new/icon_nav_02_on.svg);
}
.icon.nav-03 {
  background-image: url(../images/new/icon_nav_03.svg);
}
.icon.nav-03:hover {
  background-image: url(../images/new/icon_nav_03_on.svg);
}
.icon.nav-03.on {
  background-image: url(../images/new/icon_nav_03_on.svg);
}
.icon.nav-04 {
  background-image: url(../images/new/icon_nav_04.svg);
}
.icon.nav-04:hover {
  background-image: url(../images/new/icon_nav_04_on.svg);
}
.icon.nav-04.on {
  background-image: url(../images/new/icon_nav_04_on.svg);
}
.icon.bucket {
  background-image: url(../images/new/icon_bucket.svg);
}
.icon.home-y {
  background-image: url(../images/new/icon_home_y.svg);
}
.icon.loc-y {
  background-image: url(../images/new/icon_loc_y.svg);
}
.icon.banner-point {
  background-image: url(../images/new/img_banner_point02.svg);
}
.icon.banner-home {
  background-image: url(../images/new/img_banner_bookstore.svg);
}
.icon.banner-noti {
  background-image: url(../images/new/img_banner_noti.svg);
}
.icon.quick-01 {
  background-image: url(../images/new/icon_quick_01.svg);
}
.icon.quick-02 {
  background-image: url(../images/new/icon_quick_02.svg);
}
.icon.quick-03 {
  background-image: url(../images/new/icon_quick_03.svg);
}
.icon.quick-04 {
  background-image: url(../images/new/icon_quick_04.svg);
}
.icon.kakao {
  background-image: url(../images/new/sns_kakao.svg);
}
.icon.naver {
  background-image: url(../images/new/sns_naver.svg);
}
.icon.google {
  background-image: url(../images/new/sns_google.svg);
}
.icon.apple {
  background-image: url(../images/new/sns_apple.svg);
}
.icon.file {
  background-image: url(../images/new/icon_file.svg);
}
.icon.view {
  background-image: url(../images/new/icon_view.svg);
}
.icon.download {
  background-image: url(../images/new/icon_download.svg);
}
.icon.user {
  background-image: url(../images/new/icon_user.svg);
}
.icon.top-admin {
  background-image: url(../images/new/top_icon_admin.svg);
}
.icon.top-pos {
  background-image: url(../images/new/top_icon_pos.svg);
}
.icon.top-user {
  background-image: url(../images/new/top_icon_user.svg);
}
.icon.top-logout {
  background-image: url(../images/new/top_icon_logout.svg);
}
.icon.top-login {
  background-image: url(../images/new/top_icon_login.svg);
}
.icon.top-register {
  background-image: url(../images/new/top_icon_register.svg);
}
.icon.navi-cart {
  background-image: url(../images/new/navi_icon_cart.svg);
}
.icon.navi-reserve {
  background-image: url(../images/new/navi_icon_reserve.svg);
}
.icon.navi-bookmark {
  background-image: url(../images/new/navi_icon_bookmark.svg);
}
.icon.navi-delivery {
  background-image: url(../images/new/navi_icon_delivery.svg);
}
.icon.navi-calc {
  background-image: url(../images/new/navi_icon_calc.svg);
}
.icon.navi-stts {
  background-image: url(../images/new/navi_icon_statistics.svg);
}
.icon.pause {
  background-image: url(../images/new/icon_pause.svg);
}
.icon.worker {
  background-image: url(../images/new/icon_worker.svg);
}
.icon.seller {
  background-image: url(../images/new/icon_seller.svg);
}
.icon.bookstore-info {
  background-image: url(../images/new/icon_bookstore_info.svg);
}
.icon.quick-store {
  background-image: url(../images/new/icon_quick_store.svg);
}
.icon.quick-business {
  background-image: url(../images/new/icon_quick_business.svg);
}
.icon.quick-cs {
  background-image: url(../images/new/icon_quick_cs.svg);
}
.icon.quick-event {
  background-image: url(../images/new/icon_quick_event.svg);
}
.icon.sound {
  background-image: url(../images/new/icon_sound.svg);
}
.icon.sound-off {
  background-image: url(../images/new/icon_sound_off.svg);
}
.icon.alarm-b {
  background-image: url(../images/new/icon_alarm_b.svg);
}
.icon.bsinfo-01 {
  background-image: url(../images/new/icon_bsinfo01.svg);
}
.icon.bsinfo-02 {
  background-image: url(../images/new/icon_bsinfo02.svg);
}
.icon.bsinfo-03 {
  background-image: url(../images/new/icon_bsinfo03.svg);
}
.icon.bsinfo-04 {
  background-image: url(../images/new/icon_bsinfo04.svg);
}
.icon.bsinfo-05 {
  background-image: url(../images/new/icon_bsinfo05.svg);
}
.icon.bsinfo-06 {
  background-image: url(../images/new/icon_bsinfo06.svg);
}
.icon.bsinfo-07 {
  background-image: url(../images/new/icon_bsinfo07.svg);
}
.icon.bsinfo-08 {
  background-image: url(../images/new/icon_bsinfo08.svg);
}
.icon.bsinfo-09 {
  background-image: url(../images/new/icon_bsinfo09.svg);
}
.icon.bsinfo-10 {
  background-image: url(../images/new/icon_bsinfo10.svg);
}
.icon.camera {
  background-image: url(../images/new/icon_camera.svg);
}
.icon.location2 {
  background-image: url(../images/new/icon_location2.svg);
}
.icon.tel {
  background-image: url(../images/new/icon_tel.svg);
}
.icon.excel {
  background-image: url(../images/new/icon_excel.svg);
}
.icon.user2 {
  background-image: url(../images/new/icon_user2.svg);
}
.icon.password {
  background-image: url(../images/new/icon_password.svg);
}
.icon.play {
  background-image: url(../images/new/icon_play.svg);
}

@media screen and (min-width: 1200px) {
  .icon.search-add {
    width: 3rem;
    height: 3rem;
  }
}
.fixed-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.625rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, #FFFFFF 24.04%);
  display: flex;
  z-index: 10;
}
.fixed-btn .btn {
  flex: 1;
}
.fixed-btn .hide {
  display: none;
}

.lead-btn {
  padding: 1rem 1rem 0.5rem;
  display: flex;
}
.lead-btn .btn {
  flex: 1;
}

@media screen and (min-width: 1200px) {
  .fixed-btn {
    position: relative;
    justify-content: flex-end;
    padding: 1.5rem 0;
  }
  .fixed-btn .btn {
    flex: 0 0 200px;
  }
  .lead-btn {
    display: none;
    padding: 0;
    margin-bottom: 0.5rem;
  }
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
}

.btn-wrap {
  margin: 1.5rem 0;
  display: flex;
  align-items: center;
}
.btn-wrap.right {
  justify-content: flex-end;
}
.btn-wrap .btn {
  min-width: 9.25rem;
}

.btn {
  display: inline-flex;
  gap: 0.25rem;
  font-size: 0.875rem;
  border-radius: 0.625rem;
  border: 1px solid transparent;
  padding: 0 0.625rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-width: 4.375rem;
  height: 3rem;
  font-weight: 400;
}
.btn:hover, .btn:focus {
  font-weight: 500;
}
.btn:disabled:hover {
  font-weight: 400;
  cursor: not-allowed;
}
.btn .icon {
  width: 1rem;
  height: 1rem;
}
.btn-primary {
  background-color: #3D086D;
  border-color: #3D086D;
  color: white;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #7E37BE;
  border-color: #7E37BE;
}
.btn-primary:disabled {
  background-color: #EEEEEE;
  border-color: #EEEEEE;
  color: #757575;
}
.btn-secondary {
  background-color: #202B41;
  border-color: #202B41;
  color: white;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #202B41;
  border-color: #374A71;
}
.btn-secondary:disabled {
  background-color: #EEEEEE;
  border-color: #EEEEEE;
  color: #757575;
}
.btn-tertiary {
  background-color: #F0EEF3;
  border-color: #F0EEF3;
  color: #000000;
}
.btn-tertiary:hover, .btn-tertiary:focus {
  background-color: #D1C4E9;
  border-color: #D1C4E9;
}
.btn-tertiary:disabled {
  background-color: #EEEEEE;
  border-color: #EEEEEE;
  color: #757575;
}
.btn-quaternary {
  background-color: #F5F3FE;
  border: 1px solid #8A64E6;
  color: #7E37BE;
}
.btn.btn-download {
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  background-color: #fff;
  border-color: #A7A0AE;
  color: #000000;
}
.btn.btn-line, .btn.btn-line2 {
  background-color: #ffffff;
  border-color: #A7A0AE;
  color: #000000;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, font-weight 0.2s ease;
}
.btn.btn-line:hover, .btn.btn-line:focus, .btn.btn-line2:hover, .btn.btn-line2:focus {
  border-color: #8A64E6;
  color: #7E37BE;
  background-color: #EDEBF8;
}
.btn.btn-line:disabled, .btn.btn-line2:disabled {
  background-color: #eeeeee;
  border-color: #BDBDBD;
  color: #757575;
}
.btn.btn-line2 {
  border-color: #E0E0E0;
}
.btn.btn-line3 {
  border: 1px solid #9E9E9E;
  height: 2rem;
  border-radius: 3.125rem;
  font-size: 0.75rem;
  color: #EEEEEE;
  white-space: nowrap;
  padding: 0 0.625rem;
}
.btn.btn-line3 .icon {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.btn.btn-ic {
  min-width: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  position: relative;
}
.btn.btn-ic .new {
  position: absolute;
  top: 3px;
  right: 2px;
}
.btn.btn-ic .icon {
  border: none !important;
  background-size: 100% !important;
}
.btn.btn-select {
  border: 1px solid #E0E0E0;
  background-color: #ffffff;
  height: 3rem;
  border-radius: 0.625rem;
  padding: 0 0.625rem;
  gap: 0;
  font-size: 1rem;
  justify-content: space-between;
}
.btn.btn-select::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/new/icon_next_page_b.svg) center no-repeat;
  transform: rotate(90deg);
}
.btn.sm {
  padding: 0 0.375rem;
  font-size: 0.8125rem;
  height: 1.875rem;
  line-height: 1.0625rem;
  min-width: 3.75rem;
  border-radius: 0.375rem;
}
.btn.lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
}
.btn.extra {
  width: 100%;
  height: 3rem;
  font-size: 0.875rem;
}
.btn.round {
  border-radius: 1.25rem;
}
.btn-txt {
  padding: 0;
}
.btn-sel {
  justify-content: space-between;
  min-width: 4rem;
  border: 1px solid #E0E0E0;
  border-radius: 4rem;
  font-size: 0.8125rem;
  width: 4.75rem;
  height: 1.8125rem;
  padding: 0.375rem 0.625rem;
  color: #000000;
  background: #ffffff url(../images/new/icon_triangle.svg) right 4px center no-repeat;
}
.btn-book {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #F5F3FE;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn-book:hover, .btn-book:focus {
  cursor: pointer;
  background-color: #D1C4E9;
}
.btn-menu {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 1.125rem;
}

@media screen and (min-width: 1200px) {
  .btn.round {
    height: 2.5rem !important;
  }
}
.btn-map {
  border-radius: 1.25rem;
  height: 2rem;
  font-size: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0 0.625rem;
  font-weight: 400;
  border: 1px solid transparent;
  cursor: pointer;
}
.btn-map:hover, .btn-map:active {
  font-weight: 500;
}
.btn-map.dark {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.7);
}
.btn-map.dark:hover, .btn-map.dark:focus {
  background-color: rgba(0, 0, 0, 0.8);
}
.btn-map.light {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.btn-map.light:hover, .btn-map.light:active {
  background-color: #F5F3FE;
  color: #650EB5;
}
.btn-map.circle {
  background-color: #ffffff;
  width: 2.5rem;
  height: 2.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.btn-map.social {
  background-color: #EDEBF8;
  gap: 0.125rem;
}
.btn-map.social:hover, .btn-map.social:focus {
  background-color: #D1C4E9;
  font-weight: 400;
}
.btn-map.extra {
  background-color: #543E8A;
  color: #fff;
}
.btn-map.extra:disabled {
  cursor: not-allowed;
  background-color: #EEEEEE;
  color: #757575;
}
.btn-map.extra:disabled:hover {
  font-weight: 400;
}

.btn-text {
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  text-decoration: underline;
  color: #424242;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 0.25rem;
}
.btn-text.sm {
  font-size: 0.75rem;
  line-height: 1rem;
}
.btn-text:hover {
  text-decoration: underline;
}
.btn-text:disabled {
  color: #9E9E9E;
  cursor: not-allowed;
  text-decoration: none;
}
.btn-text.light {
  color: #ffffff;
}
.btn-text.light:disabled {
  color: #F5F5F5;
}
.btn-text.pur {
  color: #643BC6;
  gap: 0;
  font-weight: 500;
  text-decoration: none;
}
.btn-text.pur:hover {
  text-decoration: none;
}

.btn-favorite {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
}
.btn-favorite input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.btn-favorite input[type=checkbox] + span {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: url(../images/new/btn_favorite.svg) center no-repeat;
  background-size: 100%;
}
.btn-favorite input[type=checkbox]:checked + span {
  background-image: url(../images/new/btn_favorite_on.svg);
}
.btn-favorite input[type=checkbox]:disabled + span {
  cursor: not-allowed;
  background-image: url(../images/new/btn_favorite_disabled.svg);
}
.btn-favorite.sm {
  width: 1rem;
  height: 1rem;
}

.sr-only {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.header-container {
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  display: none;
}
.header-container header {
  min-height: 52px;
  background-color: #ffffff;
  color: #F5F5F5;
}
.header-container header .inner {
  position: relative;
  padding: 0.6875rem 1rem 1rem;
  display: grid;
  gap: 1.75rem 0;
  grid-template-columns: 1fr auto;
  grid-template-areas: "logo util" "search search";
  align-items: center;
}
.header-container header .inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  top: 52px;
  position: absolute;
  background-color: #F5F5F5;
}
.header-container header .inner .logo {
  grid-area: logo;
}
.header-container header .inner .util {
  grid-area: util;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header-container header .inner .text-box .input {
  font-size: 0.875rem;
}
.header-container header .inner .text-box .input::placeholder {
  font-size: 0.875rem;
}
.header-container header .inner .text-box .input-icon {
  right: 0.625rem;
}
.header-container header .inner .search {
  grid-area: search;
}
.header-container header .inner .search .input {
  width: 100%;
  border-color: #3D086D;
}
.header-container header .inner .pc-extra {
  display: none;
  gap: 0.75rem;
}
.header-container .header-top, .header-container .header-bottom, .header-container .header-slide {
  display: none;
}

.main .header-container {
  display: block;
}

@media screen and (min-width: 1200px) {
  .main .header-container {
    display: block;
  }
  .header-container {
    position: relative;
    background-color: #ffffff;
    display: block;
  }
  .header-container .inner {
    max-width: 1280px;
    margin: 0 auto;
  }
  .header-container header {
    position: relative;
    background-color: #ffffff;
    z-index: 10;
  }
  .header-container header .inner {
    gap: 0.75rem;
    padding: 0;
    height: 6.25rem;
    justify-content: center;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-container header .inner::after {
    content: none;
  }
  .header-container header .inner .text-box {
    flex: 0 1 34.375rem;
  }
  .header-container header .inner .text-box .input {
    border-width: 2px;
    height: 3rem;
    font-size: 1rem;
  }
  .header-container header .inner .text-box .input::placeholder {
    font-size: 1rem;
  }
  .header-container header .inner .util {
    display: none;
  }
  .header-container header .inner .logo {
    width: 9.375rem;
    height: 2.5rem;
  }
  .header-container header .inner .pc-extra {
    display: flex;
    gap: 0;
  }
  .header-container header .inner .btn-dir {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    height: auto;
    color: #424242;
    font-size: 0.8125rem;
    line-height: 1.0625rem;
    position: relative;
  }
  .header-container header .inner .btn-dir .badge {
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 600;
    font-size: 8px;
    background-color: #DC2B2B;
  }
  .header-container header .inner .btn.loc, .header-container header .inner .btn.alarm {
    display: none;
  }
  .header-container .header-top, .header-container .header-bottom, .header-container .header-slide {
    display: block;
    position: relative;
    z-index: 10;
    background-color: #ffffff;
  }
  .header-container .header-top {
    border-bottom: 1px solid #F5F5F5;
  }
  .header-container .header-top .inner {
    height: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
  }
  .header-container .header-top .inner .user-info {
    font-size: 1rem;
    color: #424242;
    font-weight: 400;
  }
  .header-container .header-top .inner .btn {
    height: auto;
    font-size: 1rem;
  }
  .header-container .header-top .inner .btn .icon {
    border: 1px solid #E0E0E0;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1rem;
  }
  .header-container .header-top .inner .btn.btn-txt:nth-of-type(2) {
    margin-right: auto;
  }
  .header-container .header-bottom .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-container .header-bottom #newGnb.new-gnb {
    position: relative;
    z-index: 10;
  }
  .header-container .header-bottom #newGnb.new-gnb > ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-container .header-bottom #newGnb.new-gnb > ul > li {
    min-width: 8.125rem;
    text-align: center;
    position: relative;
  }
  .header-container .header-bottom #newGnb.new-gnb > ul > li .d1,
  .header-container .header-bottom #newGnb.new-gnb > ul > li .d2 {
    cursor: pointer;
    display: block;
  }
  .header-container .header-bottom #newGnb.new-gnb > ul > li .d1 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 500;
    padding: 1.75rem 0;
    border-bottom: 2px solid transparent;
  }
  .header-container .header-bottom #newGnb.new-gnb > ul > li .d1:hover {
    border-bottom-color: #643BC6;
  }
  .header-container .header-bottom #newGnb.new-gnb > ul > li .d2 {
    padding: 0.25rem 0;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 400;
    width: max-content;
    margin: 0 auto;
    border-bottom: 1px solid transparent;
  }
  .header-container .header-bottom #newGnb.new-gnb > ul > li .d2:hover {
    color: #643BC6;
    font-weight: 500;
    border-bottom-color: #643BC6;
  }
  .header-container .header-bottom #newGnb.new-gnb > ul .gnb-d2 {
    position: absolute;
    display: none;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    min-height: 100%;
    padding: 1rem 0;
  }
  .header-container .header-bottom #newGnb.new-gnb.show .gnb-d2 {
    display: flex;
  }
  .header-container .header-bottom .slide-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    height: 0;
    z-index: 1;
    background-color: #ffffff;
    border-top: 1px solid #E0E0E0;
    box-shadow: 0 10px 4px rgba(0, 0, 0, 0.3);
  }
  .header-container .header-bottom .slide-bg.slide-down {
    display: block;
    animation: headerSlideDown 0.25s ease forwards;
  }
  .header-container .header-bottom .slide-bg.show {
    display: block;
    animation: headerSlideDown 0.25s ease forwards;
  }
  .header-container .header-bottom .slide-bg.slide-up {
    display: block;
    animation: headerSlideUp 0.25s ease forwards;
  }
  .text-box {
    flex: 0 1 34.375rem;
  }
  .text-box .input {
    border-width: 2px;
    height: 3rem;
    font-size: 1rem;
  }
  .text-box .input::placeholder {
    font-size: 1rem;
  }
}
@keyframes headerSlideDown {
  from {
    height: 0;
    opacity: 0;
    transform: scaleY(0.96);
  }
  to {
    height: 160px;
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes headerSlideUp {
  from {
    opacity: 1;
    transform: scaleY(1);
  }
  to {
    opacity: 0;
    transform: scaleY(0.96);
  }
}
.sub-header-container {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 1rem;
  height: 52px;
  gap: 0.25rem;
  background-color: #ffffff;
  z-index: 10;
}
.sub-header-container h3 {
  text-align: left;
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
}
.sub-header-container .close {
  margin-left: auto;
}
.sub-header-container .setting-btns {
  display: flex;
  margin-left: auto;
  gap: 0.5rem;
}
.sub-header-container .sub-header-action {
  flex-shrink: 0;
  margin-left: auto;
}
.sub-header-container.underline {
  border-bottom: 1px solid #F5F5F5;
}
.sub-header-container .menu-header-logo {
  width: 90px;
  height: 22px;
}
.sub-header-container .menu-header-logo img {
  width: 100%;
  height: 100%;
}

.main .sub-header-container {
  display: none;
}

@media screen and (min-width: 1200px) {
  .sub .sub-header-container {
    display: none;
  }
  .sub .header-container {
    display: block !important;
  }
}
@media screen and (min-width: 1200px) {
  .gnb-dim {
    position: fixed;
    inset: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    pointer-events: none;
  }
  .gnb-dim.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.footer-container {
  background-color: #ffffff;
  padding: 0;
}
.footer-container.sub {
  display: none;
}
.footer-container > .layout-inner {
  padding: 1.5rem 1rem;
}
.footer-container .footer-header {
  border-block: 1px solid #EEEEEE;
  padding: 1rem;
}
.footer-container .footer-header > .layout-inner .footer-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.125rem;
  margin-bottom: 1rem;
}
.footer-container .footer-header > .layout-inner .footer-contact_item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #424242;
}
.footer-container .footer-header > .layout-inner .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 0.25rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #616161;
  min-height: 2rem;
  height: auto;
}
.footer-container .footer-header > .layout-inner .footer-links a {
  color: inherit;
}
.footer-container .footer-header > .layout-inner .footer-links .divider {
  padding: 0 0.5rem;
}
.footer-container .footer-header > .layout-inner .footer-links > .divider:nth-of-type(3) {
  flex-basis: 100%;
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 0;
  line-height: 0;
}
.footer-container .footer-body {
  background-color: #FAFAFA;
}
.footer-container .footer-body > .layout-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1rem 0;
  gap: 1rem;
}
.footer-container .footer-body .footer-body_main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}
.footer-container .footer-body .footer-body__aside {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}
.footer-container .footer-body .footer-company_hd {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #000000;
}
.footer-container .footer-body .divider {
  margin: 0 0.5rem;
}
.footer-container .footer-body .footer-company_toggle {
  transition: transform 0.3s ease;
}
.footer-container .footer-body .footer-company_bd {
  font-size: 0.75rem;
  color: #616161;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-container .footer-body .footer-company_bd span {
  color: #616161;
  text-align: center;
}
.footer-container .footer-body .footer-company_bd strong {
  color: #424242;
  font-weight: 500;
  font-size: 0.8125rem;
}
.footer-container .footer-body .footer-company_bd.md {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer-container .footer-body .footer-company_bd.sm {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.footer-container .footer-body .footer-company_bd.lg {
  gap: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .footer-container .footer-body .footer-company_address-br {
    display: none;
  }
}
.footer-container .footer-body .footer-body_main > .footer-company_bd {
  width: 100%;
  visibility: visible;
  opacity: 1;
  overflow: hidden;
  gap: 1rem;
  max-height: 2000px;
  transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0s;
}
.footer-container .footer-body.footer-body--company-collapsed .footer-company_toggle {
  transform: rotate(180deg);
}
.footer-container .footer-body.footer-body--company-collapsed .footer-body_main > .footer-company_bd {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  margin-bottom: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
}
.footer-container .footer-body .footer-sites {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 0.875rem;
  border: 1px solid #E0E0E0;
  height: 2.5rem;
  padding: 0 0.625rem;
  border-radius: 0.625rem;
  appearance: none;
  -webkit-appearance: none;
  background: #ffffff url(../images/new/icon_arrow_down_d.svg) right 10px center no-repeat;
}
.footer-container .footer-body .footer-copyright {
  font-size: 0.75rem;
  font-weight: 400;
  color: #616161;
}
.footer-container .footer-body .footer-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
}
.footer-container .footer-body .footer-sns a {
  display: inline-flex;
}
.footer-container .footer-body .footer-sns img {
  width: 44px;
  height: 44px;
  border-radius: 0.625rem;
}
.footer-container .footer-body .footer-body_aside {
  width: 100%;
  padding: 0 1rem;
}

@media screen and (min-width: 1200px) {
  .footer-container.sub {
    display: block;
  }
  .footer-container .layout-inner {
    max-width: 1320px;
    margin: 0 auto;
  }
  .footer-container .footer-header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.5rem;
    padding: 0;
  }
  .footer-container .footer-header > .layout-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 1.5rem;
  }
  .footer-container .footer-header > .layout-inner .footer-contact {
    margin-bottom: 0;
    justify-content: flex-start;
  }
  .footer-container .footer-header > .layout-inner .footer-links {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    height: auto;
    text-align: right;
  }
  .footer-container .footer-header > .layout-inner .footer-links > .divider:nth-of-type(3) {
    flex-basis: auto;
    width: auto;
    height: auto;
    overflow: visible;
    padding: 0 0.5rem;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
  }
  .footer-container .footer-body > .layout-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    align-items: start;
    row-gap: 1.5rem;
    padding: 2rem 0;
  }
  .footer-container .footer-body > .layout-inner .footer-company_hd {
    display: none;
  }
  .footer-container .footer-body > .layout-inner .footer-company_toggle {
    display: none;
  }
  .footer-container .footer-body > .layout-inner .footer-company_bd {
    align-items: flex-start;
    text-align: left;
  }
  .footer-container .footer-body .footer-body_main {
    grid-column: 1;
    grid-row: 1;
    align-items: flex-start;
    text-align: left;
  }
  .footer-container .footer-body .footer-body_aside {
    grid-column: 2;
    grid-row: 1;
    align-items: flex-end;
    width: auto;
    min-width: 17.5rem;
    padding: 0;
  }
  .footer-container .footer-body .footer-body_main > .footer-company_bd {
    max-height: none;
    align-items: flex-start;
    text-align: left;
  }
  .footer-container .footer-body .footer-sites {
    align-self: stretch;
    margin: 0;
    height: 3rem;
    width: 17.5rem;
    text-align: left;
  }
  .footer-container .footer-body.footer-body--company-collapsed .footer-body_main > .footer-company_bd {
    visibility: visible;
    opacity: 1;
    max-height: none;
    margin-bottom: 0;
  }
  .footer-container .footer-body .footer-sns {
    display: flex;
    justify-content: flex-end;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .footer-container .footer-body .footer-sns img {
    width: 30px;
    height: 30px;
    border-radius: 0rem;
  }
}
.nav-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 64px;
  z-index: 1000;
  background-color: white;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
}
.nav-container .nav-bar {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-container .nav-item {
  flex: 1;
}
.nav-container .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.125rem;
  text-decoration: none;
  padding: 0.875rem auto;
  height: 64px;
  font-size: 0.625rem;
  color: #616161;
}
.nav-container .nav-item a:hover, .nav-container .nav-item a.on {
  color: #3D086D !important;
  font-weight: 500;
}
.nav-container .nav-item a.nav-home {
  margin: 0 auto;
  background-color: #3d086d;
  width: 44px;
  height: 44px;
  border-radius: 10px;
}

@media screen and (min-width: 1200px) {
  .nav-container {
    display: none;
  }
}
.quick-nav {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1100;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  transition: top 0.2s ease;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
}
.quick-nav nav {
  display: flex;
  flex-direction: column;
}
.quick-nav .btn-quick {
  cursor: pointer;
  border: 1px solid #F5F5F5;
  margin-bottom: -1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 0.875rem;
  padding: 1rem;
  background-color: #ffffff;
}
.quick-nav .btn-quick:hover {
  background-color: #F5F5F5;
}
.quick-nav .btn-top {
  cursor: pointer;
  background-color: #3D086D;
  color: #ffffff;
  text-align: center;
  padding: 0.5rem;
}
.quick-nav .btn-top:hover {
  background-color: #7E37BE;
}

@media screen and (min-width: 1200px) {
  .quick-nav {
    display: flex;
  }
}
.rank-swiper {
  height: 1.5rem;
}
.rank-swiper .swiper-slide {
  height: 100%;
}

.book-ranking {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 0 0 244px;
}
.book-ranking .rank-anchor {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 10.75rem;
}
.book-ranking .rank-anchor .rank {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: #643BC6;
  border-radius: 4px;
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.book-ranking .rank-anchor .ttl {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.book-ranking .rank-controller {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  border-radius: 56px;
  background-color: rgba(0, 0, 0, 0.1);
}

.logo {
  display: block;
  text-indent: -9999px;
  background: url(../images/new/h1_logo.png) no-repeat center center;
  background-size: contain;
  width: 5.625rem;
  height: auto;
}

.text-box {
  position: relative;
}
.text-box .label {
  display: block;
  font-size: 0.8125rem;
  color: #424242;
  margin-bottom: 0.25rem;
}
.text-box .input {
  width: 100%;
  font-size: 0.875rem;
  border: 1px solid #E0E0E0;
  height: 2.5rem;
  padding: 0.625rem;
  border-radius: 10px;
  outline: none;
}
.text-box .input_b {
  border: 1px solid #000000;
}
.text-box .input:read-only, .text-box .input:disabled {
  background-color: #F5F5F5;
  border-color: #E0E0E0;
  cursor: not-allowed;
}
.text-box .input:read-only:focus, .text-box .input:disabled:focus {
  box-shadow: none;
  border-color: #E0E0E0;
  cursor: not-allowed;
}
.text-box .input:focus {
  border-color: #3D086D;
  box-shadow: 0 0 0 1px #3D086D;
}
.text-box .input::placeholder {
  font-family: "S-Core Dream";
}
.text-box .input-icon {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
}
.text-box .input-icon.search-del {
  width: 1rem;
  height: 1rem;
  transform: translateY(-50%) rotate(45deg);
}
.text-box .label ~ .input-icon {
  top: calc(50% + 0.625rem);
}
.text-box textarea.input {
  resize: vertical;
  min-height: 4rem;
}
.text-box .counter {
  font-size: 0.875rem;
  color: gray;
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}
.text-box .counter em {
  color: #3D086D;
}
.text-box .guide-box {
  display: inline-flex;
  align-items: center;
  margin-top: 0.5rem;
}
.text-box .guide-box .guide-text {
  font-size: 0.75rem;
  color: #757575;
}
.text-box .guide-box .guide-text-p {
  color: #3D086D;
  font-size: 0.75rem;
}
.text-box_dynamic .select {
  width: 100%;
}
.text-box_dynamic .select + .input {
  margin-top: 0.25rem;
}
.text-box_btn .btn {
  width: 100%;
}
.text-box.search {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  position: relative;
}
.text-box.search .btn-primary {
  min-width: 0;
  height: 2.5rem;
  flex: 0 0 2.5rem;
  padding: 0;
}
.text-box.search .btn-primary .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.text-box.search .icon.search-del {
  right: 3.5rem;
}

@media screen and (min-width: 1200px) {
  .text-box.search .btn-primary {
    height: 3rem;
    flex: 0 0 3rem;
  }
  .text-box .input-icon.search-del {
    right: 4.5rem !important;
    width: 1.25rem;
    height: 1.25rem;
  }
}
.layout-inner {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
  .layout-inner {
    max-width: min(1280px, 100%);
    margin-inline: auto;
  }
}

.my-info {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1rem;
  background: linear-gradient(to bottom, #F2C9B8 0%, #ADBEE1 100%);
}
.my-info_user {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.my-info_header {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-size: 0.875rem;
  font-weight: 400;
}
.my-info_header .my-name {
  font-size: 1rem;
}
.my-info_header .my-name strong {
  font-weight: 600;
}
.my-info_header .icon.setting {
  margin-left: auto;
}
.my-info_breadcrumb {
  display: none;
}
.my-info_btns {
  display: none;
}
.my-info_status {
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
  gap: 0.25rem;
}
.my-info_login {
  display: flex;
  gap: 0.25rem;
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #424242;
}
.my-info_body .dot-pagination {
  display: none;
}
.my-info .layout-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.popup-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  visibility: hidden;
}
.popup-container .popup {
  background-color: white;
}
.popup-container .popup .popup-head {
  padding: 1.25rem 1rem 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup-container .popup .popup-head.underline {
  border-bottom: 1px solid #F5F5F5;
}
.popup-container .popup .popup-head .btn.icon {
  width: 1.5rem;
  height: 1.5rem;
  min-width: 0;
}
.popup-container .popup .popup-head .title {
  font-size: 1rem;
  font-weight: 500;
}
.popup-container .popup .popup-cont {
  overflow-y: auto;
  padding: 0 1rem;
}
.popup-container .popup .popup-cont.up {
  margin-top: 52px;
  padding: 0;
}
.popup-container .popup .popup-cont.no-padding {
  padding: 0;
}
.popup-container .popup .popup-btns {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1.25rem 1rem;
}
.popup-container .popup .popup-btns.up {
  padding: 1rem;
}
.popup-container .popup .popup-btns.mb-gray {
  background-color: #F5F5F5;
}
.popup-container .popup .popup-btns .btn {
  flex: 1;
}
.popup-container .popup .popup-btns .extra {
  height: 40px;
}
.popup-container .popup .popup-btns .mb-hide {
  display: none;
}
.popup-container .popup .menu-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  gap: 0.5rem;
  margin-right: 0.5rem;
}
.popup-container .popup .menu-header .logo {
  margin-right: auto;
  width: 5.625rem;
  height: 1.5rem;
}
.popup-container .popup-bs {
  background-color: white;
  position: fixed;
  right: 0;
  left: 0;
  bottom: -100%;
  min-width: 100%;
  border-radius: 1.25rem 1.25rem 0 0;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.2);
  visibility: hidden;
}
.popup-container .popup-up {
  background-color: white;
  position: fixed;
  right: 0;
  left: 0;
  top: -100%;
  bottom: auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  visibility: hidden;
}
.popup-container .popup-page {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  background-color: white;
  visibility: hidden;
  opacity: 0;
}
.popup-container .popup-page .popup-head {
  padding: 0.875rem 1rem;
}
.popup-container .popup-page .popup-head .title {
  font-weight: 500;
  font-size: 1rem;
  color: #000000;
}
.popup-container .popup-page .popup-cont {
  flex: 1;
  overflow-y: auto;
}
.popup-container .popup-page .popup-btns {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.625rem;
  gap: 0.25rem;
}
.popup-container .popup-page .popup-btns .btn {
  flex: 1;
}
.popup-container .popup-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 80%;
  max-width: 25rem;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 0.75rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
}
.popup-container .popup-modal .popup-cont {
  min-height: 26.25rem;
  overflow-y: auto;
}
.popup-container.show {
  z-index: 1500;
  animation: show 0.5s ease-in-out forwards;
}
.popup-container.show .popup-bs {
  animation: bsShow 0.5s ease-in-out forwards;
}
.popup-container.show .popup-up {
  animation: upShow 0.5s ease-in-out forwards;
}
.popup-container.show .popup-page {
  animation: pageShow 0.35s ease-out forwards;
}
.popup-container.show .popup-modal {
  animation: modalShow 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.popup-container.closing .popup-bs {
  animation: bsHide 0.5s ease-in-out forwards;
}
.popup-container.closing .popup-up {
  animation: upHide 0.5s ease-in-out forwards;
}
.popup-container.closing .popup-page {
  animation: pageHide 0.3s ease-in forwards;
}
.popup-container.closing .popup-modal {
  animation: modalHide 0.25s ease-in forwards;
}
.popup-container.show.closing {
  animation: overlayHide 0.5s ease-in forwards;
}

@media screen and (min-width: 1200px) {
  .popup-container .popup .popup-btns {
    padding: 1.25rem 1rem;
    justify-content: center;
  }
  .popup-container .popup .popup-btns .btn {
    flex: none;
    min-width: 12.5rem;
  }
  .popup-container .popup .popup-btns .mb-hide {
    display: flex;
  }
  .popup-container .popup .popup-btns.mb-gray {
    background-color: #ffffff;
  }
  .popup-container .popup-page {
    width: 600px;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    border-radius: 1.25rem;
    overflow: hidden;
    opacity: 0;
    transform: translate(-50%, -50%);
  }
  .popup-container .popup-page .popup-cont {
    flex: none;
    height: 514px;
    overflow-y: auto;
  }
  .popup-container .popup-page .popup-cont.sm {
    height: max-content;
    max-height: 514px;
    overflow-y: auto;
  }
  .popup-container .popup-bs {
    border-radius: 1.25rem;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    height: 40.625rem;
    min-width: 25rem;
    max-width: 37.5rem;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
  }
  .popup-container .popup-bs.sm {
    width: 400px;
    height: max-content;
  }
  .popup-container.show .popup-page {
    animation: pageShowPc 0.35s ease-out forwards;
  }
  .popup-container.show .popup-bs {
    animation: modalShow 0.35s ease-out forwards;
  }
  .popup-container.closing .popup-page {
    animation: pageHidePc 0.3s ease-in forwards;
  }
  .popup-container.closing .popup-bs {
    animation: modalHide 0.35s ease-out forwards;
  }
  .popup-container.show.closing {
    animation: overlayHide 0.35s ease-in forwards;
  }
  .popup-container#popupSelectArea .popup {
    width: 600px;
    height: max-content;
  }
}
.menu-section-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
}

@media screen and (min-width: 1200px) {
  .menu-section-container {
    padding: 0;
  }
}
.menu-container {
  margin-bottom: 1rem;
}
.menu-container:last-child {
  margin-bottom: 0;
}
.menu-container li {
  height: 40px;
}
.menu-container .menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-container .menu-item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
.menu-container .menu-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
}
.menu-container.book-ctg {
  width: 12.0625rem;
  padding: 1rem;
  border: 1px solid #EEEEEE;
}
.menu-container.book-ctg .menu-item {
  height: 2.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.menu-container.book-ctg .menu-item.active {
  color: #643BC6;
  font-weight: 500;
}
.menu-container.book-ctg .underline {
  margin: 0.25rem 0;
  height: 1px !important;
  background-color: #EEEEEE;
}

@media screen and (min-width: 1200px) {
  .menu-container {
    width: 194px;
  }
  .menu-container span.icon {
    display: none;
  }
}
.status-bar {
  gap: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  border-radius: 0.625rem;
  background-color: rgba(0, 0, 0, 0.05);
  height: 30px;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #424242;
}
.status-bar.bg-w {
  background-color: #ffffff;
}
.status-bar.bg-w strong {
  color: #000000;
}

@keyframes overlayHide {
  from {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.6);
  }
  to {
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0);
  }
}
@keyframes show {
  100% {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
@keyframes bsShow {
  0% {
    bottom: -100%;
    visibility: visible;
  }
  100% {
    bottom: 0;
    visibility: visible;
  }
}
@keyframes bsHide {
  0% {
    bottom: 0;
    visibility: visible;
  }
  100% {
    bottom: -100%;
    visibility: visible;
  }
}
@keyframes upShow {
  0% {
    top: -100%;
    visibility: visible;
  }
  100% {
    top: 0;
    visibility: visible;
  }
}
@keyframes upHide {
  0% {
    top: 0;
    visibility: visible;
  }
  100% {
    top: -100%;
    visibility: visible;
  }
}
@keyframes pageShow {
  0% {
    opacity: 0;
    visibility: visible;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
}
@keyframes pageHide {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@keyframes pageShowPc {
  0% {
    opacity: 0;
    visibility: visible;
    transform: translate(-50%, -50%) scale(0.98);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes pageHidePc {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%) scale(0.98);
  }
}
@keyframes modalShow {
  0% {
    opacity: 0;
    visibility: visible;
    transform: translate(-50%, -50%) scale(0.85);
  }
  70% {
    transform: translate(-50%, -50%) scale(1.02);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes modalHide {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%) scale(0.95);
  }
}
.empty-img {
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background: #EEEEEE url(../images/new/icon_empty_img.svg) center no-repeat;
}

#popupSelectStore .popup-btns {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.625rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, #FFFFFF 24.04%);
  display: flex;
  z-index: 10;
}
#popupSelectStore .popup-btns .btn {
  flex: 1;
}

.bs-finder-layout {
  display: grid;
  gap: 0;
  grid-template-areas: "search" "list";
}
.bs-finder-layout .bookstore-search {
  grid-area: search;
}
.bs-finder-layout .bookstore-search .search-form {
  flex-wrap: wrap;
}
.bs-finder-layout .bookstore-search .search-form select.select {
  flex: 1 0 45%;
}
.bs-finder-layout.list-mode {
  grid-template-areas: "search" "list";
}
.bs-finder-layout.list-mode .bookstore-cards {
  grid-area: list;
}
.bs-finder-layout.list-mode .bookstore-cards .bs-list_item {
  padding: 0;
}
.bs-finder-layout.list-mode .bookstore-map {
  display: none;
}
.bs-finder-layout.map-mode {
  grid-template-areas: "search" "map";
}
.bs-finder-layout.map-mode .bookstore-cards {
  display: none;
}
.bs-finder-layout.map-mode .bookstore-map {
  display: block;
  grid-area: map;
}

@media screen and (min-width: 1200px) {
  #popupSelectStore .popup-cont {
    height: 43.75rem;
  }
  #popupSelectStore .popup-btns {
    position: relative;
    display: flex;
    border-top: 1px solid #EEEEEE;
  }
  #popupSelectStore .popup-btns .btn {
    flex: none;
  }
  .bs-finder-layout {
    height: 100%;
    border: 1px solid #EEEEEE;
    grid-template-columns: 368px 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "search map" "list   map";
  }
  .bs-finder-layout .bookstore-search {
    grid-area: search;
    margin-bottom: 0;
    border: 0;
  }
  .bs-finder-layout .bookstore-search .filters .checkbox-b input[type=checkbox] + span {
    height: 1.875rem;
  }
  .bs-finder-layout .bookstore-cards {
    grid-area: list;
    min-height: 0;
    height: 100%;
    overflow-y: auto;
  }
  .bs-finder-layout .bookstore-cards .bs-list_item {
    padding: 0;
  }
  .bs-finder-layout .bookstore-map {
    display: block;
    grid-area: map;
    min-height: 0;
    height: 100%;
    flex: 1;
  }
  .bs-finder-layout .bookstore-map #map {
    height: 100% !important;
  }
}
/*# sourceMappingURL=elements.css.map */
