@charset "UTF-8";
@font-face {
  font-family: "S-Core Dream";
  src: url("../font/S-CoreDream-1Thin.woff") format("woff");
  font-weight: 100;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 10%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "S-Core Dream";
  src: url("../font/S-CoreDream-2ExtraLight.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 10%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "S-Core Dream";
  src: url("../font/S-CoreDream-3Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 10%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "S-Core Dream";
  src: url("../font/S-CoreDream-4Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 10%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "S-Core Dream";
  src: url("../font/S-CoreDream-5Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 10%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "S-Core Dream";
  src: url("../font/S-CoreDream-6Bold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 10%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "S-Core Dream";
  src: url("../font/S-CoreDream-7ExtraBold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 10%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "S-Core Dream";
  src: url("../font/S-CoreDream-8Heavy.woff") format("woff");
  font-weight: 800;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 10%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "S-Core Dream";
  src: url("../font/S-CoreDream-9Black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 10%;
  line-gap-override: 0%;
}
.cmm-flx-rw {
  display: flex;
  align-items: center;
}
.cmm-flx-rw.sm-gp {
  gap: 0.375rem;
}

.cmm-xtr {
  width: 100%;
}

.cmm-annc {
  padding: 1rem;
  color: #424242;
}
.cmm-annc.hide {
  display: none;
}
.cmm-annc .link {
  text-decoration: underline;
}

.mb-hidden {
  display: none !important;
}

.pc-hidden {
  display: flex !important;
}

@media screen and (min-width: 1200px) {
  .cmm-annc {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 0.8125rem;
  }
  .cmm-annc li {
    padding-left: 0.375rem;
    position: relative;
  }
  .cmm-annc li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.375rem;
    width: 3px;
    height: 3px;
    border-radius: 2px;
    background-color: #424242;
  }
  .cmm-annc.bg-gray {
    background-color: #EEEEEE;
  }
  .cmm-annc.hide {
    display: flex;
  }
  .pc-hidden {
    display: none !important;
  }
  .mb-hidden {
    display: flex !important;
  }
}
.chat-balloon {
  position: relative;
  background-color: #643BC6;
  border-radius: 0.25rem;
  padding: 0.3125rem;
  font-size: 0.625rem;
  font-weight: 400;
  color: #ffffff;
  margin-left: 0.625rem;
  z-index: 10;
}
.chat-balloon::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #643BC6;
  left: -0.1875rem;
  top: 0.4375rem;
  z-index: -9;
  transform: rotate(45deg);
}

.radio-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.radio-container .radio-item {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid #BDBDBD;
  border-radius: 0.625rem;
  padding: 0.875rem 0.625rem;
  gap: 0.25rem;
  cursor: pointer;
}
.radio-container .radio-item input[type=radio] {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.radio-container .radio-item .radio-item_title {
  display: flex;
  align-items: center;
  gap: 0.125rem;
  font-size: 1rem;
  font-weight: 500;
}
.radio-container .radio-item .radio-item_title.between {
  justify-content: space-between;
}
.radio-container .radio-item button,
.radio-container .radio-item a {
  position: relative;
  z-index: 2;
}
.radio-container .radio-item .radio-item_desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #616161;
}
.radio-container .radio-item:has(input[type=radio]:checked) {
  border: 1px solid #643BC6;
  background-color: #f5f3fe;
  box-shadow: inset 0 0 0 1px #643BC6;
}
.radio-container .radio-item:has(input[type=radio]:disabled) {
  background-color: #EEEEEE;
  border: 1px solid #BDBDBD;
}
.radio-container .radio-desc {
  background-color: #F5F5F5;
  border-radius: 0.625rem;
  padding: 0.5rem;
  margin-top: -0.875rem;
}
.radio-container .radio-desc li {
  font-size: 0.75rem;
  padding-left: 0.375rem;
  position: relative;
}
.radio-container .radio-desc li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.375rem;
  width: 3px;
  height: 3px;
  border-radius: 2px;
  background-color: #424242;
}

@media screen and (min-width: 1200px) {
  .radio-container.flexible {
    flex-direction: row;
  }
}
.fr-title {
  font-size: 0.8125rem;
  color: #424242;
}
.fr-title.bold {
  font-weight: 500;
}

.sub .header-container {
  display: none;
}

.section-title {
  font-size: 0.875rem;
  font-weight: 500;
}

.section-date {
  font-size: 0.75rem;
  margin-left: 0.25rem;
  color: #424242;
}

.bg-container {
  height: calc(100vh - 52px);
  background-color: #F5F5F5;
}

.cm-flex {
  display: flex;
  align-items: center;
}
.cm-flex .sm-gap {
  gap: 0.25rem;
}

.sub-info-item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.order-status {
  display: flex;
  height: 100px;
  border-radius: 0.625rem;
  overflow: hidden;
}
.order-status.my {
  margin: 0 1rem;
}

@media screen and (min-width: 1200px) {
  .order-status.my {
    margin: 0;
  }
  .fr-title {
    font-size: 0.875rem;
  }
}
.category {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.detail-content {
  padding: 1.5rem 1rem;
  font-size: 0.75rem;
}
.detail-content.file {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background-color: #F5F5F5;
}

.order-container {
  padding: 1rem 1rem 2rem 1rem;
}
.order-container h2 {
  padding: 1.5rem 0;
  font-size: 1.5rem;
  font-weight: 500;
}
.order-container.mrgn-lg h2 {
  display: none;
}
.order-container.detail {
  display: flex;
  flex-direction: column;
  margin: 1rem 0;
}
.order-container.order {
  gap: 1rem;
}
.order-container.detail-btns {
  display: flex;
  flex-direction: column;
  margin: 1rem 0 4.25rem 0;
}
.order-container .order-items:last-child:not(:first-child) {
  display: none;
}
.order-container .order-status {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.625rem 0;
}
.order-container .order-status.bg-gray {
  padding: 0;
  margin-bottom: 1rem;
  height: 50px;
}
.order-container .order-item {
  background-color: #ffffff;
  border-radius: 0.625rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
.order-container .order-item.hide {
  display: block;
}
.order-container .order-item:last-child {
  margin-bottom: 0;
}
.order-container .order-item > *:not(.order-item_header) {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
  transition: max-height 0.3s ease, opacity 0.15s ease, visibility 0s;
}
.order-container .order-item.collapsed > *:not(.order-item_header) {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  transition: max-height 0.3s ease, opacity 0.15s ease, visibility 0s 0.3s;
  padding: 0;
}
.order-container .order-item.collapsed .order-item_header {
  margin-bottom: 0;
}
.order-container .order-item .text-box .input:focus:not(:disabled):not(:read-only),
.order-container .order-item .text-box textarea.input:focus:not(:read-only),
.order-container .order-item .phone-input .input:focus:not(:disabled),
.order-container .order-item .email-input .input:focus:not(:disabled),
.order-container .order-item select.select:focus:not(:disabled) {
  box-shadow: inset 0 0 0 1px #3D086D;
}
.order-container .order-item_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.order-container .order-item_header .order-item_title {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #424242;
}
.order-container .order-item_header .header_info {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  color: #616161;
}
.order-container .order-item_header .header_info .unit {
  margin-right: 0.5rem;
}
.order-container .order-item_header .header_info .divider {
  margin: 0 0.25rem;
}
.order-container .order-item_btns {
  display: flex;
  margin-top: 1rem;
}
.order-container .order-item_btns .btn {
  height: 2rem;
}
.order-container .order-terms {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.order-container .order-terms .order-term {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
}
.order-container .order-annc {
  padding: 1rem;
}
.order-container .order-annc_title {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #424242;
  margin-bottom: 0.5rem;
}
.order-container .order-annc_desc {
  font-size: 0.75rem;
  color: #616161;
}
.order-container .order-annc_desc li {
  padding-left: 0.75rem;
  position: relative;
}
.order-container .order-annc_desc li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.375rem;
  width: 3px;
  height: 3px;
  border-radius: 2px;
  background-color: #424242;
}

.order-footer {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 194px;
  padding: 0;
}
.order-footer.success {
  min-height: 68px;
  height: auto;
}
.order-footer_bookstore {
  padding: 1rem;
  height: 102px;
  font-size: 1rem;
  background-color: #282d38;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-footer_btns {
  display: flex;
  padding: 2rem 0.625rem 0.625rem;
  gap: 0.25rem;
  background: linear-gradient(to bottom, #F5F5F5 0%, #ffffff 100%);
  position: relative;
}
.order-footer_btns.success {
  padding: 0.625rem;
}
.order-footer_btn {
  padding: 0.625rem;
  background-color: #ffffff;
  height: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
}
.order-footer_btn span {
  font-size: 0.75rem;
  color: #424242;
  height: 16px;
}

.order-success-header {
  padding: 1rem 0 2rem 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.order-success-header .comment {
  font-size: 1.25rem;
  display: flex;
  flex-direction: column;
}
.order-success-header .order-number {
  display: flex;
  align-items: center;
}
.order-success-header .order-number .label {
  font-size: 0.75rem;
  color: #424242;
  margin-right: 0.25rem;
}

@media screen and (min-width: 1200px) {
  .order-container {
    display: flex;
  }
  .order-container .order-status.bg-gray {
    height: 86px;
    padding: 0.625rem 0;
    background-color: #FAFAFA;
    margin-bottom: 2rem;
  }
  .order-container.mrgn-lg {
    padding: 0 12.5rem;
    flex-direction: column;
    gap: 0;
  }
  .order-container.mrgn-lg h2 {
    display: block;
  }
  .order-container.detail-btns {
    padding: 0;
    margin: 1rem 0 2rem 0;
  }
  .order-container .order-items {
    padding: 1rem 0;
  }
  .order-container .order-items:first-child {
    flex: 1;
  }
  .order-container .order-items:last-child:not(:first-child) {
    max-width: 410px;
    min-width: 410px;
    display: inline-flex;
    align-self: flex-start;
    padding-bottom: 0;
  }
  .order-container .order-items:last-child:not(:first-child) .order-item {
    padding: 1.5rem 1rem;
    width: 100%;
  }
  .order-container .order-item {
    padding: 1.5rem 1rem;
  }
  .order-container .order-item.hide {
    display: none;
  }
  .order-container .order-item_header .order-item_title.lg {
    font-size: 1rem;
  }
  .order-container .order-item.line {
    border: 1px solid #EEEEEE;
  }
  .order-container .order-item_btns {
    margin-top: 1.5rem;
  }
  .order-container .order-annc {
    margin-bottom: 2rem 0 0 0;
  }
  .order-success-header {
    padding: 2rem 0;
    gap: 0.625rem;
  }
  .order-success-header .comment {
    flex-direction: row;
  }
  .order-footer {
    display: none;
    position: relative;
  }
  .order-footer.success {
    display: flex;
    width: 100%;
    padding: 0 12.5rem;
  }
  .order-footer_btns.success {
    width: 100%;
    background: none;
    display: flex;
    padding: 2rem 0;
    justify-content: center;
  }
  .order-footer_btns.success .btn {
    width: 200px;
  }
  .order-bs {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  .order-bs_nm {
    font-size: 1.125rem;
    font-weight: 500;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
  }
  .order-bs_addr {
    font-size: 0.8125rem;
  }
  .order-bs-chips {
    margin-top: 0.125rem;
  }
  .order-prc {
    margin: 1.5rem 0;
  }
  .order-prc.collapsed > *:not(.order-item_header) {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    transition: max-height 0.3s ease, opacity 0.15s ease, visibility 0s 0.3s;
    padding: 0;
  }
  .order-prc.collapsed .order-item_header {
    margin-bottom: 0;
  }
  .order-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
  .order-btns span {
    font-size: 0.8125rem;
    color: #424242;
  }
}
.receiver-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.receiver-info.delivery {
  gap: 0.25rem;
}
.receiver-info .receiver-name {
  font-size: 0.875rem;
  font-weight: 500;
}
.receiver-info .receiver-address {
  display: inline-flex;
  flex-direction: column;
  font-size: 0.8125rem;
}
.receiver-info .receiver-phone,
.receiver-info .receiver-memo {
  font-size: 0.8125rem;
}

.guide-msg {
  display: inline-flex;
  align-items: center;
  color: #512DA8;
  font-size: 0.75rem;
}
.guide-msg.gray {
  color: #616161;
}

.coupon-container {
  padding: 1rem;
}
.coupon-container .coupon-items {
  padding: 0rem;
  gap: 1rem;
  margin: 0rem;
}
.coupon-container .coupon-items .discount {
  font-size: 1rem;
}
.coupon-container .coupon-items .usage {
  font-size: 0.8125rem;
  color: #9E9E9E;
}
.coupon-container .coupon-footer {
  display: flex;
  gap: 0.125rem;
}
.coupon-container .coupon-footer .more-text {
  margin-left: auto;
}

@media screen and (min-width: 1200px) {
  .coupon-tabs-container {
    border-bottom: 1px solid #EEEEEE;
    width: 100%;
  }
  .coupon-tabs-container .tabs-container {
    border-bottom: transparent;
  }
  .coupon-tabs {
    width: 400px;
  }
  .coupon-container {
    padding: 2rem 0;
  }
  .coupon-container .coupon-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    max-width: 1060px;
  }
  .coupon-container .coupon-items .coupon-item {
    width: 340px;
  }
}
.coupon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
  border: 1px solid #E0E0E0;
  border-radius: 0.625rem;
  padding: 0.625rem;
}
.coupon-hold {
  font-size: 0.875rem;
  background-color: #FAFAFA;
  color: #000000;
}
.coupon-none {
  font-size: 0.875rem;
  background-color: #ffffff;
  color: #757575;
}

@media screen and (min-width: 1200px) {
  .coupon-hold {
    padding: 1rem 0.625rem;
  }
}
.bucket-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.bucket-list .bucket-item {
  background-color: #ffffff;
  border-radius: 0.625rem;
  padding: 1rem;
}
.bucket-list .bucket-item_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.bucket-list .bucket-item_books {
  display: flex;
  flex-direction: column;
}
.bucket-list .bucket-item .order-summary {
  padding: 1rem 0;
}
.bucket-list .bucket-item .order-summary .order-summary_header.collapsed {
  padding: 0;
  border: none;
}
.bucket-list .bucket-item .order-summary .order-summary_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.bucket-list .bucket-item .order-summary .order-summary_header .summary-label {
  font-size: 0.8125rem;
  color: #D3542C;
  display: flex;
  align-items: center;
  gap: 0.125rem;
}
.bucket-list .bucket-item .order-summary .order-summary_header .summary-total {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.8125rem;
}
.bucket-list .bucket-item .order-summary .order-summary_header .summary-total strong {
  font-weight: 600;
}
.bucket-list .bucket-item .order-summary .order-summary_header .summary-total .price-highlight {
  font-size: 1rem;
  color: #D3542C;
}
.bucket-list .bucket-item .order-summary .order-summary_header .summary-total .btn-toggle-summary {
  color: #757575;
  font-size: 0.75rem;
}
.bucket-list .bucket-item .order-summary .order-summary_body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.bucket-list .bucket-item .order-summary .order-summary_body .summary-detail {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0;
  gap: 0.5rem;
}
.bucket-list .bucket-item .order-summary .order-summary_body .summary-detail .summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8125rem;
}
.bucket-list .bucket-item .order-summary .order-summary_body .summary-detail .summary-row.discount dd {
  color: #D3542C;
}
.bucket-list .bucket-item .order-summary .order-summary_body .summary-detail_price {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.bucket-list .bucket-item .order-summary .order-summary_body .coupon-notice {
  font-size: 0.75rem;
  color: #424242;
  text-align: center;
}
.bucket-list .bucket-item .order-summary .order-summary_body.collapsed {
  display: none;
}
.bucket-list .bucket-item_actions {
  display: flex;
  gap: 0.25rem;
}
.bucket-list .bucket-item_actions > .btn {
  flex: 1;
}

@media screen and (min-width: 1200px) {
  .bucket-item {
    font-size: 1rem;
  }
  .bucket-item .more-text {
    font-size: 0.75rem;
  }
  .checkbox input[type=checkbox] + .checkbox-text.text-lg {
    font-size: 1rem;
  }
}
.hv-container {
  position: relative;
}

.bucket-notice {
  padding: 2rem 0 0.5rem 0;
}
.bucket-notice_title {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.bucket-notice_list {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.bucket-notice_list li {
  font-size: 0.8125rem;
  color: #616161;
  padding-left: 0.75rem;
  position: relative;
  line-height: 1.5;
}
.bucket-notice_list li::before {
  content: "";
  position: absolute;
  left: 0.1875rem;
  top: 0.5rem;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #757575;
}

@media screen and (min-width: 1200px) {
  .bucket-notice {
    padding: 2rem 0 2rem 0;
  }
}
.coupon-items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.625rem;
}
.coupon-items .coupon-item {
  border: 1px solid #E0E0E0;
  border-radius: 0.625rem;
  padding: 0.75rem;
}
.coupon-items .coupon-item.disabled {
  opacity: 0.5;
  background-color: #F5F5F5;
  border: 1px solid #E0E0E0;
}
.coupon-items .coupon-item .coupon-header {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.coupon-items .coupon-item .coupon-header .discount {
  color: #616161;
}
.coupon-items .coupon-item .coupon-header.no-child {
  padding: 0;
  border-bottom: none;
}
.coupon-items .coupon-item .coupon-header.no-child span {
  font-size: 1rem;
}
.coupon-items .coupon-item .coupon-header_title {
  display: inline-flex;
  gap: 0.125rem;
}
.coupon-items .coupon-item .coupon-body {
  padding: 0.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.coupon-items .coupon-item .coupon-body .coupon-name {
  font-size: 0.875rem;
}
.coupon-items .coupon-item .coupon-body .coupon-annc {
  font-size: 0.75rem;
  color: #757575;
}

@media screen and (min-width: 1200px) {
  .text-icon-box {
    display: flex;
    gap: 0.125rem;
    align-items: center;
    font-size: 0.875rem;
  }
}
.fixed-footer {
  background-color: #F5F5F5;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.list-empty {
  min-height: 183px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 1rem;
}
.list-empty.white {
  background-color: #ffffff;
  justify-content: center;
  border-radius: 0.625rem;
  min-height: 20.75rem;
}
.list-empty.inquiry {
  margin-top: 3.25rem;
}
.list-empty_talk {
  width: 50px;
  height: 50px;
  background-image: url("../images/new/icon_empty_talk.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.list-empty_image {
  width: 50px;
  height: 50px;
  background-image: url("../images/new/icon_empty_image.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.list-empty_cart {
  width: 50px;
  height: 50px;
  background-image: url("../images/new/icon_empty_cart.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.list-empty_icon {
  width: 50px;
  height: 50px;
  background-image: url("../images/new/icon_empty_list.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.list-empty_desc {
  color: #757575;
  font-size: 0.8125rem;
}

.list-filter {
  display: flex;
  background-color: #F5F5F5;
  height: 46px;
  padding: 0.5rem 1rem;
  align-items: center;
}
.list-filter_date {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
}
.list-filter_btn {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 0.25rem;
  border: 1px solid #EEEEEE;
  background-color: #ffffff;
  height: 1.75rem;
  padding: 0 0.375rem 0 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.8125rem;
}

.list-container .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #EEEEEE;
}
.list-container .list .list-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.list-container .list .list-info .list_sub-info {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: clamp(0.75rem, 2vw, 0.8125rem);
  color: #424242;
}
.list-container .list .list-info .list_title {
  font-size: clamp(0.875rem, 2vw, 1rem);
  font-weight: 500;
}
.list-container .list .receipt-btn {
  height: 30px;
  width: 60px;
  border: 1px solid #BDBDBD;
  border-radius: 6px;
  background: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 0.8125rem;
}
.list-container > :first-child {
  border-top: 1px solid #EEEEEE;
}

@media screen and (min-width: 1200px) {
  .list-container .list .receipt-btn {
    width: 100px;
  }
  .list-empty {
    flex: 1;
    justify-content: center;
    min-height: 17.75rem;
  }
}
.vr,
.divider {
  color: #E0E0E0;
  font-size: 0.625rem;
}
.vr.md,
.divider.md {
  margin: 0 0.375rem;
}
.vr.dark,
.divider.dark {
  color: #BDBDBD;
}

.receipt-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}
.receipt-container.cancel::after {
  content: "취소";
  position: absolute;
  inset: 0;
  top: -100px;
  width: 80px;
  height: 60px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B71C1C;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  background-color: rgba(183, 28, 28, 0.1);
  border-radius: 0.625rem;
  transform: rotate(-25deg);
  pointer-events: none;
  z-index: 1;
}
.receipt-container::before {
  content: "";
  position: absolute;
  inset: 0;
  top: -100px;
  background: url("../images/new/h1_logo.png") center center/205px 54px no-repeat;
  opacity: 0.15;
  pointer-events: none;
}
.receipt-container_header {
  text-align: center;
  padding: 1.5rem 0 1rem;
}
.receipt-container_footer {
  padding: 1rem;
  background-color: #F5F5F5;
  font-size: 0.75rem;
  color: #424242;
}
.receipt-container_footer ul li {
  padding-left: 0.375rem;
  position: relative;
}
.receipt-container_footer ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.375rem;
  width: 3px;
  height: 3px;
  border-radius: 2px;
  background-color: #424242;
}
.receipt-container_footer .print-btn {
  display: none;
}
.receipt-header {
  padding: 1rem;
}
.receipt-items-ttl {
  display: block;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 0.375rem 1rem;
  margin-bottom: 0.625rem;
}
.receipt-items dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem 0;
  padding: 0 1rem;
}
.receipt-items dl dt {
  min-width: 100px;
  grid-column: 1;
  font-size: 0.8125rem;
  color: #424242;
}
.receipt-items dl dd {
  grid-column: 2;
  font-weight: 500;
  font-size: 0.875rem;
  text-align: right;
}
.receipt-footer {
  height: 60px;
  background-color: #F5F5F5;
  padding: 0 0.625rem 0.625rem 0.625rem;
}
.receipt-annc {
  font-size: 0.75rem;
  color: #424242;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 0.125rem;
}

@media screen and (min-width: 1200px) {
  .receipt-footer {
    padding: 1rem;
  }
}
.date-header {
  padding: 1rem;
}
.date-header .hide {
  display: none;
}
.date-header.hide {
  display: none;
}

@media screen and (min-width: 1200px) {
  .date-header {
    padding: 0;
    display: flex;
    gap: 0.25rem;
    align-items: center;
    width: 100%;
    margin-bottom: 1rem;
  }
  .date-header .hide {
    display: block;
  }
  .date-header.hide {
    display: flex;
  }
  .list-filter_date {
    display: none;
  }
  .text-box {
    flex: 1;
  }
  .text-box .input[type=text] {
    font-size: 1rem;
  }
}
.collapse .collapse-btn {
  display: flex;
  border-bottom: 1px solid #000;
  padding: 0.75rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.collapse .collapse-btn-right {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
}
.collapse .collapse-content {
  padding: 0.75rem;
  display: none;
}
.collapse .collapse-content.active {
  display: block;
}

.hv-info {
  position: relative;
}
.hv-info .info-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  max-width: calc(100vw - 2.5rem);
  border-radius: 0.25rem;
  padding: 0.5rem;
  z-index: 10;
  background-color: #D1C4E9;
}
.hv-info .info-content.active {
  display: block;
}
.hv-info .info-content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.25rem;
}
.hv-info .info-content-header h6 {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #212121;
}
.hv-info .info-content-body p {
  font-size: 0.75rem;
  color: #000000;
  line-height: 1.5;
}
.hv-info .info-content-body ul li {
  font-size: 0.75rem;
  padding-left: 0.375rem;
  position: relative;
}
.hv-info .info-content-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.375rem;
  width: 3px;
  height: 3px;
  border-radius: 2px;
  background-color: #424242;
}

.purchase-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.purchase-info_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8125rem;
}
.purchase-info_row dt {
  display: flex;
  align-items: center;
  gap: 0.125rem;
  color: #424242;
}
.purchase-info_row dd {
  display: flex;
  align-items: baseline;
}
.purchase-info_row dd.discount {
  color: #D3542C;
  font-weight: 500;
}
.purchase-info_row.total dt {
  font-size: 1.125rem;
  font-weight: 500;
  color: #D3542C;
}
.purchase-info_row.total dd {
  color: #D3542C;
  font-weight: 600;
}
.purchase-info_row.sub-total {
  border-left: 2px solid #E0E0E0;
  padding-left: 0.5rem;
  margin-top: 0.25rem;
  font-size: 0.75rem;
}
.purchase-info_row.sub-total dt {
  color: #616161;
}
.purchase-info_row.sub-total dd {
  color: #000000;
}
.purchase-info_sub {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  border-left: 2px solid #E0E0E0;
  padding-left: 0.5rem;
  margin-left: 0.25rem;
}
.purchase-info_sub .purchase-info_row {
  font-size: 0.75rem;
}
.purchase-info_sub .purchase-info_row dt {
  color: #616161;
}
.purchase-info_sub .purchase-info_row dd {
  color: #000000;
}
.purchase-info_divider {
  height: 1px;
  background-color: #EEEEEE;
  margin: 0.25rem 0;
}
.purchase-info_measure {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8125rem;
  color: #424242;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #EEEEEE;
}
.purchase-info_measure dt {
  color: #616161;
}
.purchase-info_measure dd .divider {
  margin: 0 0.25rem;
}
.purchase-info_receipt {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.25rem;
}

.purchase-container {
  position: relative;
}
.purchase-container .inner {
  padding: 1rem;
  background-color: #F5F5F5;
}

.purchase-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  width: 100%;
  padding: 0.625rem;
  gap: 0.25rem;
  background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, #ffffff 100%);
}

@media screen and (min-width: 1200px) {
  .purchase-info {
    gap: 0.5rem;
  }
  .purchase-info_divider {
    margin: 0.5rem 0;
  }
  .purchase-footer {
    position: relative;
    justify-content: center;
  }
  .purchase-footer .btn {
    width: 200px;
  }
}
.order-bookstore {
  min-width: 0;
}
.order-bookstore.detail {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.order-bookstore .bookstore-header {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  gap: 0.125rem;
  margin-bottom: 0.375rem;
  overflow: hidden;
}
.order-bookstore .bookstore-name {
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.order-bookstore .bookstore-address {
  font-size: 0.75rem;
  color: #ffffff;
}
.order-bookstore .bookstore-address.dark {
  color: #424242;
}
.order-bookstore .bookstore-status {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

@media screen and (min-width: 1200px) {
  .order-bookstore .bookstore-name {
    font-size: 1.125rem;
  }
  .order-bookstore .bookstore-address {
    font-size: 0.8125rem;
  }
}
.order-info {
  display: flex;
  margin-bottom: 0.5rem;
}
.order-info:last-child {
  margin-bottom: 0;
}
.order-info dt {
  font-size: 0.8125rem;
}
.order-info dd {
  margin-left: auto;
  font-weight: 500;
  font-size: 0.875rem;
  text-align: right;
}

.location-annc {
  padding-top: 1.25rem;
}
.location-annc_desc {
  font-size: 0.875rem;
}
.location-annc_btns {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.625rem;
  border-radius: 0.625rem;
  background-color: #F5F5F5;
  border: 1px solid #E0E0E0;
  font-size: 0.875rem;
  height: 48px;
}
.location-annc_footer {
  display: flex;
  gap: 0.25rem;
}

.status-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  border-radius: 0.625rem;
  background-color: #ffffff;
  padding: 0.625rem;
  gap: 0.5rem;
}
.status-item .status-name {
  width: 100%;
  text-align: left;
  font-size: 0.75rem;
  color: #424242;
}
.status-item .status-value {
  width: 100%;
  text-align: right;
  font-size: 0.875rem;
  color: #3933b2;
}
.status-item .status-value strong {
  font-weight: 600;
  font-size: 1.125rem;
  color: #7339b4;
  margin-right: 0.25rem;
}

.logout-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logout-container button {
  width: 120px;
}

.my-info_body_content {
  min-width: 0;
  max-width: 100%;
}

.my-order-container {
  display: flex;
  flex-direction: column;
  padding: 2rem 0 1.5rem 0;
}
.my-order-container.white {
  background-color: #ffffff;
  gap: 1.5rem;
  padding: 2rem 0;
}
.my-order-container.gray {
  background-color: #F5F5F5;
}
.my-order-container.menu {
  padding: 2rem 1rem;
}
.my-order-container .my-order-title {
  display: none;
}
.my-order-container .layout-inner {
  min-width: 0;
  max-width: 100%;
}

@media screen and (min-width: 1200px) {
  .my-order-container.gray {
    background-color: #ffffff;
  }
}
.my-menu-container {
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  gap: 2rem 0 1.5rem;
}
.my-menu-container.white {
  background-color: #ffffff;
}

.order-cards {
  list-style: none;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 0.625rem 1rem;
  scroll-padding-left: 1rem;
  margin: -0.625rem 0;
}
.order-cards::-webkit-scrollbar {
  display: none;
}
.order-cards > .order-card {
  max-width: 328px;
  flex: 0 0 calc(100% - 1.5rem);
  scroll-snap-align: start;
}
@media screen and (min-width: 1200px) {
  .order-cards {
    flex-direction: column;
    overflow-x: visible;
    scroll-snap-type: none;
    padding: 0.5rem 0;
  }
  .order-cards > .order-card {
    max-width: 100%;
    flex: 0 0 auto;
    scroll-snap-align: none;
  }
  .order-cards > .order-card:nth-child(n+2) {
    display: none;
  }
}

.order-cancel-bar {
  display: flex;
  gap: 0.25rem;
  padding: 0 1rem 2rem 1rem;
  background-color: #F5F5F5;
  padding-bottom: 2rem;
}
.order-cancel-bar .layout-inner {
  display: flex;
  gap: 0.125rem;
}
.order-cancel-bar.favorite {
  padding: 0 1rem;
  background-color: transparent;
}

.order-sections {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 0;
  max-width: 100%;
}

.order-section {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  min-width: 0;
  max-width: 100%;
}
.order-section_header {
  display: flex;
  padding: 0 1rem;
}
.order-section_header a {
  margin-left: auto;
}
.order-section.white {
  background-color: #ffffff;
}
.order-section_count {
  color: #7339B4;
  font-weight: 600;
}
.order-section.books {
  display: none;
}

.order-section_table {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  overflow: hidden;
  font-size: 0.875rem;
  font-weight: 300;
  color: #000000;
  margin: 0 1rem;
}
.order-section_table .cell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.625rem 0.5rem;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  background-color: #F5F5F5;
  min-width: 0;
  font-weight: 500;
}
.order-section_table .cell-sub {
  text-align: center;
}
.order-section_table .cell-data {
  justify-content: flex-end;
  text-align: right;
  padding-right: 0.625rem;
  background-color: #ffffff;
  font-weight: 300;
}

.order-section_table--cols6 {
  display: grid;
  grid-template-columns: minmax(4.5rem, auto) 1fr minmax(5rem, 1.25fr);
  grid-template-rows: repeat(6, minmax(44px, auto));
}
.order-section_table--cols6 .cell-group {
  grid-column: 1;
  grid-row: span 2;
}
.order-section_table--cols6 .cell:nth-child(1) {
  grid-row: 1/span 2;
}
.order-section_table--cols6 .cell:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.order-section_table--cols6 .cell:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}
.order-section_table--cols6 .cell:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}
.order-section_table--cols6 .cell:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}
.order-section_table--cols6 .cell:nth-child(6) {
  grid-row: 3/span 2;
}
.order-section_table--cols6 .cell:nth-child(7) {
  grid-column: 2;
  grid-row: 3;
}
.order-section_table--cols6 .cell:nth-child(8) {
  grid-column: 3;
  grid-row: 3;
}
.order-section_table--cols6 .cell:nth-child(9) {
  grid-column: 2;
  grid-row: 4;
}
.order-section_table--cols6 .cell:nth-child(10) {
  grid-column: 3;
  grid-row: 4;
}
.order-section_table--cols6 .cell:nth-child(11) {
  grid-row: 5/span 2;
}
.order-section_table--cols6 .cell:nth-child(12) {
  grid-column: 2;
  grid-row: 5;
}
.order-section_table--cols6 .cell:nth-child(13) {
  grid-column: 3;
  grid-row: 5;
}
.order-section_table--cols6 .cell:nth-child(14) {
  grid-column: 2;
  grid-row: 6;
}
.order-section_table--cols6 .cell:nth-child(15) {
  grid-column: 3;
  grid-row: 6;
}
.order-section_table--cols6 .cell:nth-child(3), .order-section_table--cols6 .cell:nth-child(5), .order-section_table--cols6 .cell:nth-child(8), .order-section_table--cols6 .cell:nth-child(10), .order-section_table--cols6 .cell:nth-child(13), .order-section_table--cols6 .cell:nth-child(15) {
  border-right: none;
}
.order-section_table--cols6 .cell:nth-child(12), .order-section_table--cols6 .cell:nth-child(13), .order-section_table--cols6 .cell:nth-child(14), .order-section_table--cols6 .cell:nth-child(15) {
  border-bottom: none;
}

.order-section_table--cols11 {
  display: grid;
  grid-template-columns: minmax(4.5rem, auto) 1fr minmax(5rem, 1.25fr);
  grid-template-rows: repeat(11, minmax(44px, auto));
}
.order-section_table--cols11 .cell-group {
  grid-column: 1;
}
.order-section_table--cols11 .cell:nth-child(1) {
  grid-row: 1/span 4;
}
.order-section_table--cols11 .cell:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.order-section_table--cols11 .cell:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}
.order-section_table--cols11 .cell:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}
.order-section_table--cols11 .cell:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}
.order-section_table--cols11 .cell:nth-child(6) {
  grid-column: 2;
  grid-row: 3;
}
.order-section_table--cols11 .cell:nth-child(7) {
  grid-column: 3;
  grid-row: 3;
}
.order-section_table--cols11 .cell:nth-child(8) {
  grid-column: 2;
  grid-row: 4;
}
.order-section_table--cols11 .cell:nth-child(9) {
  grid-column: 3;
  grid-row: 4;
}
.order-section_table--cols11 .cell:nth-child(10) {
  grid-row: 5/span 4;
}
.order-section_table--cols11 .cell:nth-child(11) {
  grid-column: 2;
  grid-row: 5;
}
.order-section_table--cols11 .cell:nth-child(12) {
  grid-column: 3;
  grid-row: 5;
}
.order-section_table--cols11 .cell:nth-child(13) {
  grid-column: 2;
  grid-row: 6;
}
.order-section_table--cols11 .cell:nth-child(14) {
  grid-column: 3;
  grid-row: 6;
}
.order-section_table--cols11 .cell:nth-child(15) {
  grid-column: 2;
  grid-row: 7;
}
.order-section_table--cols11 .cell:nth-child(16) {
  grid-column: 3;
  grid-row: 7;
}
.order-section_table--cols11 .cell:nth-child(17) {
  grid-column: 2;
  grid-row: 8;
}
.order-section_table--cols11 .cell:nth-child(18) {
  grid-column: 3;
  grid-row: 8;
}
.order-section_table--cols11 .cell:nth-child(19) {
  grid-row: 9/span 3;
}
.order-section_table--cols11 .cell:nth-child(20) {
  grid-column: 2;
  grid-row: 9;
}
.order-section_table--cols11 .cell:nth-child(21) {
  grid-column: 3;
  grid-row: 9;
}
.order-section_table--cols11 .cell:nth-child(22) {
  grid-column: 2;
  grid-row: 10;
}
.order-section_table--cols11 .cell:nth-child(23) {
  grid-column: 3;
  grid-row: 10;
}
.order-section_table--cols11 .cell:nth-child(24) {
  grid-column: 2;
  grid-row: 11;
}
.order-section_table--cols11 .cell:nth-child(25) {
  grid-column: 3;
  grid-row: 11;
}
.order-section_table--cols11 .cell:nth-child(3), .order-section_table--cols11 .cell:nth-child(5), .order-section_table--cols11 .cell:nth-child(7), .order-section_table--cols11 .cell:nth-child(9), .order-section_table--cols11 .cell:nth-child(12), .order-section_table--cols11 .cell:nth-child(14), .order-section_table--cols11 .cell:nth-child(16), .order-section_table--cols11 .cell:nth-child(18), .order-section_table--cols11 .cell:nth-child(21), .order-section_table--cols11 .cell:nth-child(23), .order-section_table--cols11 .cell:nth-child(25) {
  border-right: none;
}
.order-section_table--cols11 .cell:nth-child(19), .order-section_table--cols11 .cell:nth-child(24), .order-section_table--cols11 .cell:nth-child(25) {
  border-bottom: none;
}

@media screen and (min-width: 1200px) {
  .order-section_table {
    margin: 0;
  }
  .order-section_table--cols6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: auto auto auto;
    border-bottom: 1px solid #EEEEEE;
    text-align: center;
  }
  .order-section_table--cols6 .cell {
    min-height: 44px;
    justify-content: center;
  }
  .order-section_table--cols6 .cell:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1;
  }
  .order-section_table--cols6 .cell:nth-child(6) {
    grid-column: 3/5;
    grid-row: 1;
  }
  .order-section_table--cols6 .cell:nth-child(11) {
    grid-column: 5/7;
    grid-row: 1;
  }
  .order-section_table--cols6 .cell:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .order-section_table--cols6 .cell:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
  .order-section_table--cols6 .cell:nth-child(7) {
    grid-column: 3;
    grid-row: 2;
  }
  .order-section_table--cols6 .cell:nth-child(9) {
    grid-column: 4;
    grid-row: 2;
  }
  .order-section_table--cols6 .cell:nth-child(12) {
    grid-column: 5;
    grid-row: 2;
  }
  .order-section_table--cols6 .cell:nth-child(14) {
    grid-column: 6;
    grid-row: 2;
  }
  .order-section_table--cols6 .cell:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
  .order-section_table--cols6 .cell:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
  }
  .order-section_table--cols6 .cell:nth-child(8) {
    grid-column: 3;
    grid-row: 3;
  }
  .order-section_table--cols6 .cell:nth-child(10) {
    grid-column: 4;
    grid-row: 3;
  }
  .order-section_table--cols6 .cell:nth-child(13) {
    grid-column: 5;
    grid-row: 3;
  }
  .order-section_table--cols6 .cell:nth-child(15) {
    grid-column: 6;
    grid-row: 3;
  }
  .order-section_table--cols6 .cell.cell-data {
    text-align: right;
    justify-content: flex-end;
  }
  .order-section_table--cols6 .cell:nth-child(11), .order-section_table--cols6 .cell:nth-child(14), .order-section_table--cols6 .cell:nth-child(15) {
    border-right: none;
  }
  .order-section_table--cols6 .cell:nth-child(3), .order-section_table--cols6 .cell:nth-child(5), .order-section_table--cols6 .cell:nth-child(8), .order-section_table--cols6 .cell:nth-child(10), .order-section_table--cols6 .cell:nth-child(13), .order-section_table--cols6 .cell:nth-child(15) {
    border-bottom: none;
  }
  .order-section_table--cols11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
    grid-template-rows: auto auto auto;
    border-bottom: 1px solid #EEEEEE;
    text-align: center;
  }
  .order-section_table--cols11 .cell {
    min-height: 44px;
    justify-content: center;
  }
  .order-section_table--cols11 .cell-group {
    grid-row: auto;
  }
  .order-section_table--cols11 .cell:nth-child(1) {
    grid-column: 1/5;
    grid-row: 1;
  }
  .order-section_table--cols11 .cell:nth-child(10) {
    grid-column: 5/9;
    grid-row: 1;
  }
  .order-section_table--cols11 .cell:nth-child(19) {
    grid-column: 9/12;
    grid-row: 1;
  }
  .order-section_table--cols11 .cell:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .order-section_table--cols11 .cell:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
  .order-section_table--cols11 .cell:nth-child(6) {
    grid-column: 3;
    grid-row: 2;
  }
  .order-section_table--cols11 .cell:nth-child(8) {
    grid-column: 4;
    grid-row: 2;
  }
  .order-section_table--cols11 .cell:nth-child(11) {
    grid-column: 5;
    grid-row: 2;
  }
  .order-section_table--cols11 .cell:nth-child(13) {
    grid-column: 6;
    grid-row: 2;
  }
  .order-section_table--cols11 .cell:nth-child(15) {
    grid-column: 7;
    grid-row: 2;
  }
  .order-section_table--cols11 .cell:nth-child(17) {
    grid-column: 8;
    grid-row: 2;
  }
  .order-section_table--cols11 .cell:nth-child(20) {
    grid-column: 9;
    grid-row: 2;
  }
  .order-section_table--cols11 .cell:nth-child(22) {
    grid-column: 10;
    grid-row: 2;
  }
  .order-section_table--cols11 .cell:nth-child(24) {
    grid-column: 11;
    grid-row: 2;
  }
  .order-section_table--cols11 .cell:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
  .order-section_table--cols11 .cell:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
  }
  .order-section_table--cols11 .cell:nth-child(7) {
    grid-column: 3;
    grid-row: 3;
  }
  .order-section_table--cols11 .cell:nth-child(9) {
    grid-column: 4;
    grid-row: 3;
  }
  .order-section_table--cols11 .cell:nth-child(12) {
    grid-column: 5;
    grid-row: 3;
  }
  .order-section_table--cols11 .cell:nth-child(14) {
    grid-column: 6;
    grid-row: 3;
  }
  .order-section_table--cols11 .cell:nth-child(16) {
    grid-column: 7;
    grid-row: 3;
  }
  .order-section_table--cols11 .cell:nth-child(18) {
    grid-column: 8;
    grid-row: 3;
  }
  .order-section_table--cols11 .cell:nth-child(21) {
    grid-column: 9;
    grid-row: 3;
  }
  .order-section_table--cols11 .cell:nth-child(23) {
    grid-column: 10;
    grid-row: 3;
  }
  .order-section_table--cols11 .cell:nth-child(25) {
    grid-column: 11;
    grid-row: 3;
  }
  .order-section_table--cols11 .cell.cell-data {
    text-align: right;
    justify-content: flex-end;
  }
  .order-section_table--cols11 .cell:nth-child(19), .order-section_table--cols11 .cell:nth-child(24), .order-section_table--cols11 .cell:nth-child(25) {
    border-right: none;
  }
  .order-section_table--cols11 .cell:nth-child(3), .order-section_table--cols11 .cell:nth-child(5), .order-section_table--cols11 .cell:nth-child(7), .order-section_table--cols11 .cell:nth-child(9), .order-section_table--cols11 .cell:nth-child(12), .order-section_table--cols11 .cell:nth-child(14), .order-section_table--cols11 .cell:nth-child(16), .order-section_table--cols11 .cell:nth-child(18), .order-section_table--cols11 .cell:nth-child(21), .order-section_table--cols11 .cell:nth-child(23), .order-section_table--cols11 .cell:nth-child(25) {
    border-bottom: none;
  }
}
.order-card {
  background-color: #ffffff;
  border-radius: 0.625rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.order-card_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #EEEEEE;
}
.order-card_body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  gap: 0.25rem;
  font-size: 0.8125rem;
}
.order-card_body > strong {
  font-size: 0.875rem;
}
.order-card_body .order-title-row > strong {
  font-size: 0.875rem;
}
.order-card_body .order-title-row {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  min-width: 0;
}
.order-card_body .order-title-row > .title-ellipsis {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.order-card_body .order-title-row > strong:last-child {
  flex-shrink: 0;
  white-space: nowrap;
}
.order-card_footer {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: flex-end;
}
.order-card_footer.btns {
  gap: 0.125rem;
}
.order-card_footer .btn {
  flex: 1;
  height: 32px;
}
.order-card .chip {
  min-width: 60px;
}

@media screen and (min-width: 1200px) {
  .order-card.line {
    padding: 1.5rem 1rem;
    box-shadow: none;
    border: 1px solid #EEEEEE;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    column-gap: 1.5rem;
    align-items: start;
  }
  .order-card.line > .order-card_header {
    grid-column: 1/-1;
    grid-row: 1;
    width: 100%;
  }
  .order-card.line > .hist-card_body {
    grid-column: 1;
    grid-row: 2;
    min-width: 0;
  }
  .order-card.line > .order-card_footer {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    flex-shrink: 0;
  }
  .order-card.line > .order-card_footer.btns .btn {
    flex: 0 0 auto;
  }
  .order-card_footer.btns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.25rem;
  }
  .order-card_footer.btns .btn {
    width: 90px;
    font-size: 0.8125rem;
  }
}
.shop-info {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  color: #424242;
}
.shop-info strong {
  font-size: 1rem;
  font-weight: 500;
}

.payment-row {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

@media screen and (min-width: 1200px) {
  .discount {
    font-size: 1rem;
  }
}
.interest-container {
  position: relative;
  min-height: calc(100vh - 84px);
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1rem;
  background-color: #F5F5F5;
}
.interest-container h3 {
  font-size: 1.125rem;
  font-weight: 500;
}
.interest-container .interest-location {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin: 1.5rem 0 2.5rem 0;
}
.interest-container .interest-location-list {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}
.interest-container .interest-input {
  display: flex;
  align-items: center;
  gap: 0.125rem;
}
.interest-container .interest-input select {
  flex: 1;
}
.interest-container .interest-input .icon {
  margin-left: 0.375rem;
}
.interest-container .interest-category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.625rem;
  gap: 0.25rem;
  margin-bottom: 5.1875rem;
}
.interest-container .interest-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0.625rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #F5F5F5 100%);
}

@media screen and (min-width: 1200px) {
  .interest-container {
    padding: 0;
    background-color: #ffffff;
  }
  .interest-container .interest-footer {
    position: static;
    margin-left: auto;
    background: #ffffff;
  }
  .interest-container .interest-footer .btn {
    width: 200px;
  }
  .interest-container .interest-input .select {
    width: 150px;
    flex: none;
  }
  .interest-container .interest-location-list {
    flex-direction: row;
  }
  .interest-container .interest-category-list {
    justify-content: flex-start;
  }
}
.btn-location {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  gap: 0.25rem;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0 0.625rem;
  font-size: 0.875rem;
  border-radius: 1.25rem;
  color: #ffffff;
  text-wrap: nowrap;
  height: 2.5rem;
}

.btn-category {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.75rem 1rem;
  background-color: #ffffff;
  border: 1px solid #EEEEEE;
  border-radius: 0.625rem;
  font-size: 0.8125rem;
  height: 48px;
  cursor: pointer;
  box-sizing: border-box;
}
.btn-category:has(input:checked) {
  background-color: #7E37BE;
  font-weight: 500;
  color: #ffffff;
}

.set-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.set-container dl {
  display: flex;
  flex-direction: column;
}
.set-container dt {
  display: flex;
  padding: 0.375rem 1rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #424242;
  background-color: rgba(0, 0, 0, 0.05);
}
.set-container dd {
  display: flex;
}
.set-container dd > :nth-child(2) {
  margin-left: auto;
}
.set-container .set-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.set-container .set-item {
  font-size: 0.875rem;
  padding: 1rem;
  align-items: center;
}
.set-container .set-subitem {
  padding: 0.625rem 1rem;
  font-size: 0.8125rem;
  height: 44px;
}
.set-container .set-desc {
  padding: 0.625rem 1rem;
  font-size: 0.75rem;
  color: #424242;
}

.auth-allow-content {
  font-size: 0.875rem;
}

.hist-container-hd {
  background-color: #ffffff;
}
.hist-container-bd {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1rem;
}
.hist-container-tabs {
  padding-top: 1rem;
}
.hist-container-filter {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.625rem;
  font-size: 0.8125rem;
  background-color: #ffffff;
  color: #424242;
}
.hist-container-filter .btn {
  margin-left: auto;
}

@media screen and (min-width: 1200px) {
  .hist-container-filter, .hist-container-tabs {
    display: none;
  }
  .hist-container-bd {
    padding: 2rem 0;
  }
}
.hist-footer {
  margin: 0.5rem 0 0.5rem auto;
}

.hist-status {
  display: flex;
  align-items: center;
  text-wrap: nowrap;
}
.hist-status.bar-area {
  gap: 0.25rem;
}
.hist-status.enterprise {
  margin: 0;
}

.hist-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.hist-card_header {
  display: flex;
  margin: 0 0.5rem 0.25rem 0.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #424242;
}
.hist-card_header > :last-child {
  margin-left: auto;
}
.hist-card_body {
  display: flex;
  gap: 0.5rem;
}
.hist-card_body .book-container {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}
.hist-card_body img {
  width: 50px;
  height: 72px;
  object-fit: cover;
  border-radius: 0 0.25rem 0.25rem 0;
}

.enterprise-container {
  display: flex;
  flex-direction: column;
}
.enterprise-container-hd {
  background-color: #ffffff;
}
.enterprise-container-bd {
  display: flex;
  flex-direction: column;
}
.enterprise-container-tabs {
  padding-top: 1rem;
}
.enterprise-container-filter {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.625rem;
  font-size: 0.8125rem;
  background-color: #ffffff;
  color: #424242;
}
.enterprise-container-filter .btn {
  margin-left: auto;
}

@media screen and (min-width: 1200px) {
  .enterprise-container {
    gap: 1rem;
  }
  .enterprise-container-hd .tabs-container {
    margin: 0;
  }
  .enterprise-container-bd {
    max-width: 1064px;
    overflow-x: auto;
  }
  .enterprise-container-tabs {
    padding-top: 0;
  }
  .enterprise-container .order-status {
    margin: 1rem 0;
  }
  .enterprise-container .date-header {
    margin: 0;
  }
}
.order-number {
  font-size: 0.8125rem;
  color: #424242;
  display: flex;
  align-items: center;
  gap: 0.125rem;
  padding: 0 0 0.25rem 0.5rem;
}
.order-number .divider {
  margin: 0 0.25rem;
}

.upper-filter {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 1rem 0 1rem;
}
.upper-filter.order {
  padding: 0.5rem 1rem 0 1rem;
}
.upper-filter.tabs {
  padding: 1rem 0 0 0;
}
.upper-filter_period {
  display: flex;
  gap: 0.25rem;
}
.upper-filter_period .btn {
  flex: 1;
}
.upper-filter_dates {
  display: flex;
  align-items: center;
  gap: 0.125rem;
  margin-top: -0.25rem;
}

@media screen and (min-width: 1200px) {
  .upper-filter_dates {
    margin: 0;
  }
}
.inquiry-btns-area {
  display: flex;
  gap: 0.125rem;
  width: 100%;
}
.inquiry-btns-area .btn-map {
  flex: 1;
}
.inquiry-cont {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-top: 0.625rem;
}
.inquiry-cont .price {
  font-weight: 500;
}
.inquiry-cont .unit {
  color: #424242;
}
.inquiry-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.75rem;
  color: #424242;
}
.inquiry-info_date {
  font-size: 0.75rem;
  color: #424242;
  display: flex;
  align-items: center;
  margin-top: 0.25rem;
  gap: 0.125rem;
}
.inquiry-status {
  padding: 0.3125rem 0.5rem;
  font-size: 0.75rem;
  color: #757575;
  border-radius: 0.25rem;
  background-color: #EEEEEE;
  display: inline-flex;
  text-wrap: nowrap;
}
.inquiry-status.wait {
  color: #1a76d2;
  background-color: #f0f3f9;
}
.inquiry-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0.625rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 80%);
}
.inquiry-total {
  display: none;
}
.inquiry-btn {
  display: none;
}

.inquiry-container {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 52px);
}
.inquiry-container.favorite .text-box {
  display: none;
}

.inquiry-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #EEEEEE;
  flex-shrink: 0;
}

.inquiry-register {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 52px);
  padding: 1rem 1rem 4.25rem 1rem;
  gap: 1.5rem;
}
.inquiry-register .inquiry-form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.inquiry-register .inquiry-form.sm {
  gap: 0.25rem;
}
.inquiry-register .text-box .select {
  width: 100%;
}
.inquiry-register .text-box textarea {
  height: 160px;
}
.inquiry-register_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.625rem 0.875rem;
  border: 1px solid #E0E0E0;
  border-radius: 0.625rem;
  background-color: #FAFAFA;
  height: 48px;
}
.inquiry-register_box .checkbox {
  margin: 0;
  flex: 1;
}
.inquiry-register_box .checkbox-text {
  font-size: 0.875rem !important;
}

@media screen and (min-width: 1200px) {
  .inquiry-register_box {
    margin: 0.625rem 0.75rem;
  }
}
.inquiry-content {
  background-color: #ffffff;
  font-size: 0.875rem;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-shrink: 0;
}
.inquiry-content.answer {
  flex: 1 1 auto;
  min-height: 0;
  background-color: #F5F5F5;
  border-top: 1px solid #EEEEEE;
}
.inquiry-content_btns {
  display: flex;
  margin-left: auto;
  gap: 0.5rem;
  padding: 0 1rem 1.5rem 0;
}
.inquiry-content .qa-icon {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.75rem;
  color: #ffffff;
  border-radius: 50%;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inquiry-content .qa-icon.q {
  background-color: #282d38;
}
.inquiry-content .qa-icon.a {
  background-color: #7e37be;
}
.inquiry-content .answer-txt {
  font-size: 0.875rem;
}
.inquiry-content .answer-txt_title {
  font-weight: 500;
  margin: 0 0 1rem 0;
}

.inquiry-th br {
  display: none;
}

@media screen and (min-width: 1200px) {
  .inquiry-list {
    padding: 1.5rem 1rem;
  }
  .inquiry-list:first-child {
    border-top: 1px solid #EEEEEE;
  }
  .inquiry-info .section-title {
    font-size: 1rem;
  }
  .inquiry-info_date {
    font-size: 0.8125rem;
  }
  .inquiry-footer {
    position: static;
    width: 200px;
    padding: 0;
    margin-top: 1.5rem;
    margin-left: auto;
  }
  .inquiry-total {
    display: block;
    padding-bottom: 1rem;
  }
  .inquiry-status {
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
  }
  .inquiry-content {
    font-size: 1rem;
  }
  .inquiry-content .answer-txt {
    font-size: 1rem;
  }
  .inquiry-content_btns {
    display: flex;
    margin-left: auto;
    gap: 0.5rem;
    padding: 0 1rem 1.5rem 0;
  }
  .inquiry-content.answer {
    flex: 0 1 auto;
  }
  .inquiry-btn {
    display: flex;
    width: 200px;
    margin: 1.5rem auto 0 auto;
  }
  .inquiry-register {
    display: flex;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
    padding: 0;
    gap: 0;
    width: 100%;
    max-width: 100%;
    background-color: #ffffff;
    border-top: 1px solid #757575;
    box-sizing: border-box;
  }
  .inquiry-register .inquiry-form:not(.sm) {
    flex-direction: column;
    gap: 0;
    min-width: 0;
    max-width: 100%;
  }
  .inquiry-register .inquiry-form:not(.sm) .text-box {
    display: grid;
    grid-template-columns: 10rem minmax(0, 1fr);
    align-items: stretch;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    border-top: 1px solid #EEEEEE;
  }
  .inquiry-register .inquiry-form:not(.sm) .text-box:first-child {
    border-top: 0;
  }
  .inquiry-register .inquiry-form:not(.sm) .text-box .sr-only {
    position: static;
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    margin: 0;
    padding: 1rem 1.25rem;
    overflow: visible;
    clip: auto;
    clip-path: none;
    border: 0;
    font-size: 0.875rem;
    font-weight: 500;
    color: #212121;
    background-color: #F5F5F5;
    align-self: stretch;
    box-sizing: border-box;
    border-right: 1px solid #EEEEEE;
    white-space: nowrap;
  }
  .inquiry-register .inquiry-form:not(.sm) .text-box > .select,
  .inquiry-register .inquiry-form:not(.sm) .text-box > input.input,
  .inquiry-register .inquiry-form:not(.sm) .text-box > textarea.input {
    display: block;
    min-width: 0;
    max-width: 100%;
    width: calc(100% - 1.5rem);
    box-sizing: border-box;
    margin: 0.625rem 0.75rem;
    font-size: 1rem;
  }
  .inquiry-register .inquiry-form:not(.sm) .text-box > .select,
  .inquiry-register .inquiry-form:not(.sm) .text-box > input.input {
    height: 3rem;
  }
  .inquiry-register .inquiry-form:not(.sm) .text-box > textarea.input {
    min-height: 12.5rem;
    resize: none;
  }
  .inquiry-register .inquiry-form.sm {
    display: grid;
    column-gap: 0;
    row-gap: 0;
    border-top: 1px solid #EEEEEE;
  }
  .inquiry-register .inquiry-form.sm .fr-title {
    background-color: #F5F5F5;
    border-right: 1px solid #EEEEEE;
    font-size: 0.875rem;
  }
  .inquiry-register .inquiry-form.sm:has(.img-box-group) {
    grid-template-columns: 10rem minmax(0, 1fr);
    grid-template-rows: min-content min-content;
    grid-template-areas: "inq-l inq-imgs" "inq-l inq-hint";
  }
  .inquiry-register .inquiry-form.sm:has(.img-box-group) .fr-title {
    grid-area: inq-l;
    align-items: center;
    justify-content: center;
  }
  .inquiry-register .inquiry-form.sm:has(.img-box-group) .img-box-group {
    margin: 0.625rem 0.75rem;
  }
  .inquiry-register .inquiry-form.sm:has(.img-box-group) p.unit {
    grid-area: inq-hint;
    margin: -0.25rem 0.625rem 0.75rem 0.625rem;
  }
  .inquiry-register .inquiry-form.sm:has([name=notifySms]) {
    grid-template-columns: 10rem minmax(0, 1fr);
    grid-template-rows: min-content min-content;
    grid-template-areas: "inq-l inq-ntf" "inq-l inq-ntf-note";
  }
  .inquiry-register .inquiry-form.sm:has([name=notifySms]) .fr-title {
    grid-area: inq-l;
    align-items: center;
    align-self: stretch;
  }
  .inquiry-register .inquiry-form.sm:has([name=notifySms]) p.unit {
    grid-area: inq-ntf-note;
    margin: -0.25rem 0.625rem 0.75rem 0.625rem;
  }
  .inquiry-register .inquiry-form.sm:has([name=agreePersonal]) {
    grid-template-columns: 10rem minmax(0, 1fr);
    grid-template-rows: min-content;
    grid-template-areas: "inq-l inq-agree";
    align-content: start;
  }
  .inquiry-register .inquiry-th {
    width: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .inquiry-register .inquiry-th br {
    display: block;
  }
  .inquiry-register .fixed-btn {
    margin: 0 auto;
    gap: 0.25rem;
  }
  .inquiry-register .fixed-btn .btn {
    flex: 0 0 auto;
    width: 12.5rem;
  }
  .inquiry-register .fixed-btn .hide {
    display: flex;
  }
}
.img-box-group {
  display: flex;
  gap: 0.5rem;
}

.img-box {
  position: relative;
  width: 4.375rem !important;
  height: 4.375rem !important;
  flex: 0 0 4.375rem;
  aspect-ratio: 1;
  max-width: 4.375rem !important;
  border: 1px solid #EEEEEE;
  border-radius: 0.375rem;
  background-color: #F5F5F5;
  overflow: hidden;
  cursor: pointer;
}
.img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img-box.is-filled {
  cursor: default;
  background-color: #ffffff;
}
.img-box.is-filled .img-box_input {
  pointer-events: none;
  z-index: 0;
}
.img-box.is-filled .img-box_preview {
  z-index: 1;
  display: block;
}
.img-box.is-filled .img-box_empty {
  display: none;
}
.img-box_empty {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.img-box_empty .icon.plus {
  opacity: 0.45;
}
.img-box_input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
  z-index: 1;
}
.img-box_preview {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: none;
}
.img-box_remove {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  z-index: 2;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border-radius: 50%;
  background-color: #9e9e9e;
  cursor: pointer;
}
.img-box_remove .icon.info-close-w {
  width: 0.75rem;
  height: 0.75rem;
}

@media screen and (min-width: 1200px) {
  .img-box {
    width: 100px !important;
    height: 100px !important;
    max-width: 100px !important;
    flex: 0 0 6.25rem;
  }
}
.faq-category_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.faq-category_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.25rem;
  font-size: 0.875rem;
  color: #757575;
  background-color: #EEEEEE;
  border: none;
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  cursor: pointer;
}
.faq-category_btn:nth-child(2n) {
  border-right: none;
}
.faq-category_btn:nth-last-child(-n+2) {
  border-bottom: none;
}
.faq-category_btn.active {
  background-color: #ffffff;
  color: #000000;
  font-weight: 500;
}

.faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.faq-item {
  border-bottom: 1px solid #EEEEEE;
}
.faq-item_header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 1rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.faq-item_header .icon {
  rotate: 90deg;
}
.faq-item_info {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  flex: 1;
  min-width: 0;
}
.faq-item_title {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #212121;
  line-height: 1.4;
}
.faq-item_body {
  display: block;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(-0.375rem);
  transition: max-height 0.3s ease, opacity 0.2s ease, transform 0.3s ease, visibility 0s 0.3s;
}
.faq-item.open .faq-item_body {
  max-height: 31.25rem;
  overflow-y: auto;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: max-height 0.3s ease, opacity 0.2s ease, transform 0.3s ease, visibility 0s;
}
.faq-item.open .faq-item_header .icon {
  transform: rotate(180deg);
}

@media screen and (min-width: 1200px) {
  .inquiry-container.favorite {
    display: flex;
    align-items: center;
  }
  .inquiry-container.favorite .text-box {
    display: flex;
    width: 100%;
    max-height: 100px;
    padding: 2rem 0 1rem 0;
    border-bottom: 1px solid #EEEEEE;
  }
  .faq-category {
    border: 1px solid #E0E0E0;
    width: 860px;
  }
  .faq-category_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .faq-category_btn {
    height: 3.375rem;
  }
  .faq-category_btn:nth-child(2n) {
    border-right: 1px solid #E0E0E0;
  }
  .faq-category_btn:nth-child(3n) {
    border-right: none;
  }
  .faq-category_btn:nth-last-child(-n+2) {
    border-bottom: 1px solid #E0E0E0;
  }
  .faq-category_btn:nth-last-child(-n+3) {
    border-bottom: none;
  }
  .faq-item_header {
    padding: 1.5rem 1rem;
  }
}
.terms-txt {
  font-size: 0.875rem;
}
.terms-txt-p {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  margin-left: 20px;
}
.terms-txt-p::after {
  content: "";
  position: absolute;
  left: -12px;
  top: calc(50% - 3px);
  width: 4px;
  height: 4px;
  background-color: #000000;
  border-radius: 50%;
}

@media screen and (min-width: 1200px) {
  .section-date {
    font-size: 0.875rem;
  }
  .sub .sub-header-container {
    display: none;
  }
  .sub .header-container {
    display: block !important;
  }
  .main-container.sub {
    padding-top: 0;
  }
  .order-cards {
    flex-direction: column;
    overflow-x: visible;
    overflow-y: visible;
    scroll-snap-type: none;
    margin-right: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    gap: 1rem;
  }
  .order-cards > .order-card {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .order-sections {
    flex-direction: row;
    gap: 1.5rem;
  }
  .more-text {
    font-size: 0.875rem;
  }
  .more-text.md {
    font-size: 0.8125rem;
  }
  .more-text.sm {
    font-size: 0.75rem;
  }
  .order-section {
    flex: 1 1 0;
    min-width: 0;
  }
  .order-section_header {
    padding: 0;
    align-items: center;
  }
  .order-section_header.use-swiper a {
    display: none;
  }
  .order-section_header.use-swiper .swiper-nav {
    margin-left: auto;
  }
  .order-section h3.section-title {
    font-size: 1.5rem;
    font-weight: 500;
  }
  .order-section.books {
    display: flex;
  }
  .order-section .my-info-books {
    display: flex;
    gap: 1.5rem;
    overflow-x: hidden;
  }
  .order-section .my-info-book {
    border: 1px solid #E0E0E0;
    border-radius: 0.625rem;
    min-width: 412px;
    padding: 1rem;
  }
  .status-item {
    width: 200px;
  }
  .status-item .status-value {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .status-item .status-value strong {
    font-weight: 500;
    margin-right: 0.125rem;
  }
  .banner-card.favorite {
    margin: 0;
  }
  .more-text {
    display: flex;
    align-items: center;
  }
  .my-order-container {
    width: 100%;
    background-color: #ffffff;
    padding: 0;
  }
  .my-order-container.white {
    padding: 3rem 0;
    background-color: #ffffff;
    gap: 3rem;
  }
  .my-order-container .my-order-title {
    display: block;
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 0.625rem;
  }
  .logout-container {
    display: none;
  }
  .order-cancel-bar {
    padding: 1.5rem 0 0;
    gap: 1.5rem;
    background-color: transparent;
    background-color: #ffffff;
  }
  .order-cancel-bar.favorite {
    padding: 0;
  }
}
.book-container {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
.book-container .book-thumb {
  position: relative;
  flex-shrink: 0;
  width: 4.375rem;
  height: 6.25rem;
  border: 1px solid #E0E0E0;
  border-radius: 0 0.625rem 0.625rem 0;
  overflow: hidden;
}
.book-container .book-thumb.sm, .book-container .book-thumb.sm-lg {
  width: 3.75rem !important;
  height: 5.375rem !important;
}
.book-container .book-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.book-container .book-thumb_check {
  position: static;
  inset: auto;
  z-index: auto;
  flex-shrink: 0;
  align-self: flex-start;
  margin: 0 -0.25rem 0 0.25rem;
}
.book-container .book {
  position: relative;
  display: flex;
  flex: 1;
  align-items: flex-start;
  gap: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.book-container .book.no-border {
  border-bottom: none;
}
.book-container .book.bucket {
  padding: 1rem 0;
}
.book-container .book.bucket:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.book-container .book.order {
  display: flex;
  align-items: flex-start;
  padding-bottom: 1rem;
}
.book-container .book.order:not(:first-child) {
  padding-top: 1rem;
}
.book-container .book.order:last-child:not(:first-child) {
  padding: 1rem 0 0 0;
  border-bottom: none;
}
.book-container .book.order:only-child {
  padding: 0;
  border-bottom: none;
}
.book-container .book.order .book-info .book-title {
  padding-right: 0;
}
.book-container .book-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  justify-content: flex-start;
}
.book-container .book-info.order {
  gap: 0.5rem;
  min-height: 5.375rem;
}
.book-container .book-info.product {
  gap: 0.25rem;
}
.book-container .book-info .book-info_header {
  display: flex;
  align-items: flex-start;
  min-width: 0;
  width: 100%;
}
.book-container .book-info .book-info_header button {
  margin-left: auto;
  flex-shrink: 0;
}
.book-container .book-info .book-info_header:has(.book-summary) {
  gap: 0.25rem;
  align-items: center;
}
.book-container .book-info .book-info_header:has(.book-summary) .book-title {
  flex: 0 1 auto;
  padding-right: 0;
}
.book-container .book-info .book-title {
  flex: 1;
  min-width: 0;
  font-size: 0.875rem;
  font-weight: 500;
  padding-right: 1.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.book-container .book-info .book-summary {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 500;
}
.book-container .book-info .book-count {
  font-size: 0.75rem;
  color: #616161;
}
.book-container .book-info .book-author,
.book-container .book-info .book-birth {
  font-size: 0.75rem;
  color: #424242;
}

@media screen and (min-width: 1200px) {
  .book.bucket .book-title {
    font-size: 1rem;
  }
  .book.no-border .book-title {
    font-size: 1rem;
  }
  .book-container .book-thumb {
    width: 6.25rem !important;
    height: 9rem !important;
  }
  .book-container .book-thumb.sm {
    width: 4.375rem !important;
    height: 6.25rem !important;
  }
  .book-container .book-thumb.sm-lg {
    width: 6.25rem !important;
    height: 9rem !important;
  }
  .book-container .book-info .book-author {
    padding-top: 0.25rem;
    font-size: 0.8125rem;
  }
  .book-container .book-info .book-author.sm {
    font-size: 0.75rem;
  }
  .book-container .book-info .book-birth {
    padding-bottom: 0.25rem;
    font-size: 0.8125rem;
  }
  .book-container .book-info .book-birth.sm {
    font-size: 0.75rem;
  }
  .book-container .book-info.order .book-title {
    font-size: 1rem;
  }
  .book-container .book-info.product {
    gap: 0.5rem;
  }
  .book-container .book-info .book-info_header:has(.book-summary) .book-title {
    display: block;
  }
  .book-container .book-info .book-summary {
    font-size: 1rem;
  }
  .book-container .book.order {
    padding-bottom: 1.5rem;
  }
  .book-container .book.order:last-child:not(:first-child) {
    padding-top: 1.5rem;
  }
  .book-container .book.order:only-child {
    padding: 0;
    border-bottom: none;
  }
}
.book-label {
  display: block;
  font-size: 0.8125rem;
  color: #424242;
  width: 40px;
  margin-right: 0.125rem;
}

.book-price {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.book-price.row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.125rem;
}
.book-price.row .selling-price {
  font-size: 0.875rem;
}
.book-price.row .selling-price .bold {
  font-weight: 600;
}
.book-price.row .pre-price {
  font-size: 0.75rem;
}
.book-price .pre-price {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  color: #000000;
}
.book-price .selling-price {
  display: inline-flex;
  align-items: center;
  font-size: 1.25rem;
  color: #000000;
}
.book-price .selling-price .bold {
  font-weight: 600;
}
.book-price .sales {
  color: #D3542C;
  font-size: 0.875rem;
  margin: 0 0.125rem;
}

@media screen and (min-width: 1200px) {
  .book-price.total-price {
    display: flex;
    flex-direction: row;
    gap: 0rem;
    font-size: 1.5rem;
    color: #000000;
  }
  .book-price.total-price strong {
    font-weight: 600;
  }
  .book-price.row .pre-price {
    font-size: 0.875rem;
  }
  .book-price.row .selling-price {
    font-size: 1rem;
  }
  .book-price.row .selling-price .bold {
    font-weight: 600;
  }
  .book-price.row .sales {
    font-size: 1rem;
  }
  .book-price .pre-price {
    display: inline-flex;
    align-items: center;
    font-size: 1rem;
    color: #000000;
  }
  .book-price .selling-price {
    display: inline-flex;
    align-items: center;
    font-size: 1.5rem;
    color: #000000;
  }
  .book-price .selling-price .bold {
    font-weight: 600;
  }
  .book-price .sales {
    font-size: 1.25rem;
    color: #D3542C;
  }
}
.book-counter {
  display: flex;
  justify-content: space-between;
  padding: 0 0.5rem;
  min-width: 6rem;
}
.book-counter .icon {
  width: 1.5rem;
  height: 1.5rem;
}

@media screen and (min-width: 1200px) {
  .book-counter {
    min-width: 5.875rem;
  }
}
.book-counter-line {
  display: inline-flex;
  align-items: center;
  border: 1px solid #E0E0E0;
  border-radius: 0.25rem;
  height: 1.5rem;
  width: 4.75rem;
}
.book-counter-line button {
  width: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #757575;
}
.book-counter-line strong {
  width: 1.75rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.book-counter-line.sm {
  height: 1.75rem;
  min-width: 5rem;
}
.book-counter-line.sm button {
  width: 1.75rem;
}
.book-counter-line.sm strong {
  font-size: 0.8125rem;
}

.book-detail-container {
  position: relative;
}
.book-detail-container .cont-area_hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.book-detail-container .book-detail {
  margin-bottom: 112px;
}
.book-detail-container .book-detail.collapse {
  margin-bottom: 60px;
}
.book-detail-container .book-detail .book-image-container {
  position: relative;
  height: 380px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
  margin-bottom: 1rem;
}
.book-detail-container .book-detail .book-image-container > img:first-of-type {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 200%;
  object-fit: cover;
  filter: blur(6px);
  transform: scale(1.05);
}
.book-detail-container .book-detail .book-image-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.book-detail-container .book-detail .book-image-container .book-image {
  position: relative;
  z-index: 1;
}
.book-detail-container .book-detail .book-image-container .book-image img {
  height: 266px;
  width: auto;
  display: block;
  object-fit: contain;
  border-radius: 0 0.625rem 0.625rem 0;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.book-detail-container .book-detail .book-image-container .book-image_btns {
  display: inline-flex;
  gap: 0.5rem;
  z-index: 1;
}
.book-detail-container .book-detail .book-info-container {
  display: flex;
  gap: 2.5rem;
  flex-direction: column;
}
.book-detail-container .book-detail .book-info-container .book-info {
  padding: 0 1rem;
}
.book-detail-container .book-detail .book-info-container .book-info_chips {
  display: inline-flex;
  gap: 0.125rem;
}
.book-detail-container .book-detail .book-info-container .book-info_header {
  padding: 1rem 0;
}
.book-detail-container .book-detail .book-info-container .book-info_header h1 {
  font-size: 1.25rem;
  font-weight: 600;
}
.book-detail-container .book-detail .book-info-container .book-info_subtitle {
  display: inline-flex;
  flex-direction: column;
  margin-top: 0.5rem;
  gap: 0.25rem;
}
.book-detail-container .book-detail .book-info-container .book-info_subtitle .sub-info {
  display: inline-flex;
  align-items: center;
  color: #424242;
  font-size: 0.8125rem;
  font-weight: 300;
}
.book-detail-container .book-detail .book-info-container .book-info_subtitle .sub-info .isbn-copy {
  display: flex;
  align-items: center;
}
.book-detail-container .book-detail .book-info-container .book-info_subtitle .sub-info .hide {
  display: none;
}
.book-detail-container .book-detail .book-info-container .book-info_price {
  display: flex;
  flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
.book-detail-container .book-detail .book-info-container .book-info_price .book-select {
  padding: 0.625rem;
  font-size: 0.75rem;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.625rem;
}
.book-detail-container .book-detail .book-info-container .book-info_price .book-select button {
  color: #424242;
  font-size: 0.8125rem;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.book-detail-container .book-detail .book-info-container .book-info_price .book-select.bookstore {
  border: 1px solid #ede7f6;
  color: #643bc6;
  background-color: #f5f3fe;
}
.book-detail-container .book-detail .book-info-container .book-info_price .book-select.bookstore.selected {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.25rem;
}
.book-detail-container .book-detail .book-info-container .book-info_price .book-select.bookstore.selected .subtitle {
  color: #757575;
  padding: 0;
  font-size: 0.75rem;
}
.book-detail-container .book-detail .book-info-container .book-info_price .book-select .bookstore-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.book-detail-container .book-detail .book-info-container .book-info_price .book-select .bookstore-name {
  font-size: 0.875rem;
}
.book-detail-container .book-detail .book-info-container .book-info_price .book-select.coupon {
  border: 1px solid #E0E0E0;
  background-color: #FAFAFA;
  color: #757575;
}
.book-detail-container .book-detail .book-info-container .book-info_price .book-select.coupon.selected {
  color: #000000;
  font-size: 0.875rem;
}
.book-detail-container .book-detail .book-info-container .book-info_price .book-save {
  font-size: 0.8125rem;
  color: #616161;
}
.book-detail-container .book-detail .book-info-container .book-info_price .book-save button {
  display: inline-flex;
  gap: 0.125rem;
  align-items: center;
}
.book-detail-container .book-detail .book-info-container .book-info_price .book-save button .info-btn {
  margin-right: 0.5rem;
}
.book-detail-container .book-detail .book-info-container .book-info .book-save_annc {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  padding: 0.625rem;
  border-radius: 0.625rem;
  background-color: #F5F5F5;
}
.book-detail-container .book-detail .book-info-container .book-info .book-save_annc .annc_cmnt {
  font-size: 0.8125rem;
}
.book-detail-container .book-detail .book-info-annc {
  display: flex;
  margin: 2.5rem 0 216px 0;
  flex-direction: column;
}
.book-detail-container .book-detail .book-info-annc .book-annc {
  position: relative;
}
.book-detail-container .book-detail .book-info-annc .book-annc .tab-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.book-detail-container .book-detail .book-info-annc .book-annc .book-annc_content {
  display: none;
  padding: 1.5rem 1rem 0 1rem;
}
.book-detail-container .book-detail .book-info-annc .book-annc .book-annc_delivery {
  display: none;
}
.book-detail-container .book-detail .book-info-annc .book-annc #tab1:checked ~ .tab1_content,
.book-detail-container .book-detail .book-info-annc .book-annc #tab2:checked ~ .tab2_content {
  display: block;
}
.book-detail-container .book-detail .book-info-annc .book-annc #tab1:checked ~ .tabs-container label[for=tab1] span,
.book-detail-container .book-detail .book-info-annc .book-annc #tab2:checked ~ .tabs-container label[for=tab2] span {
  color: #000000;
  font-weight: 500;
  background-color: #ffffff;
}
.book-detail-container .book-detail .book-info-annc .book-annc_delivery {
  padding: 1.5rem 1rem 0 1rem;
}
.book-detail-container .book-detail .book-info-annc .book-annc_delivery .exchange-item {
  margin-top: 2.5rem;
}
.book-detail-container .book-detail .book-info-annc .book-annc_delivery .exchange-annc {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.book-detail-container .book-detail .book-info-annc .book-annc_title {
  display: inline-flex;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.book-detail-container .book-detail .book-info-annc .book-annc_desc {
  font-size: 0.875rem;
}
.book-detail-container .book-detail .book-info-annc .book-annc_desc.collapsed {
  max-height: 276px;
  overflow: hidden;
}
.book-detail-container .book-detail .book-info-annc .book-annc_desc .desc-subtitle {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.book-detail-container .book-detail .book-info-annc .book-annc_desc .second-depth {
  background-color: #F5F5F5;
  padding: 0.375rem;
  border-radius: 0.625rem;
  font-size: 0.8125rem;
  color: #424242;
  gap: 0;
  margin: 0.5rem 0;
}
.book-detail-container .book-detail .book-info-annc .book-annc_desc p {
  margin-bottom: 1rem;
}
.book-detail-container .book-detail .book-info-annc .book-annc_desc ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.book-detail-container .book-detail .book-info-annc .book-annc_desc ul li {
  font-size: 0.875rem;
  padding-left: 1rem;
  position: relative;
}
.book-detail-container .book-detail .book-info-annc .book-annc_desc ul li::before {
  content: "";
  position: absolute;
  left: 0.375rem;
  top: 0.5rem;
  width: 3px;
  height: 3px;
  border-radius: 2px;
  background-color: #424242;
}
.book-detail-container .book-detail .book-info-annc .book-annc_footer {
  margin-top: 2.125rem;
}
.book-detail-container .book-detail .book-info-annc .book-annc_footer .more-btn {
  width: 100%;
  border: 1px solid #a7a0ae;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0.375rem;
  border-radius: 0.375rem;
  color: #424242;
  font-size: 0.8125rem;
}
.book-detail-container .book-detail .book-info-annc .book-annc_footer .more-btn span {
  margin-left: 0.25rem;
  display: block;
}
.book-detail-container .book-detail .book-info-annc .book-annc .book-author {
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem;
}
.book-detail-container .book-detail .book-info-annc .book-annc .book-author_info {
  font-size: 0.875rem;
  color: #424242;
  background-color: #F5F5F5;
  border-radius: 0.375rem;
  padding: 0.625rem;
}
.book-detail-container .not-bookstore {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  color: #ffffff;
  background-color: #282d38;
}

@media screen and (min-width: 1200px) {
  .book-info-annc .book-annc_desc.collapsed {
    max-height: 100px !important;
    overflow: hidden;
  }
  .book-annc_content {
    padding: 0 !important;
  }
  .book-annc_content .book-author {
    margin-top: 3.125rem !important;
  }
  .book-annc_content .book-author .icon-title {
    padding: 0;
  }
  .book-annc_delivery {
    padding: 0 !important;
  }
  .book-annc_footer {
    padding: 0 1rem;
  }
  .book-annc_desc {
    padding: 0 1rem;
  }
  .book-annc .icon-title {
    padding: 0 1rem;
    margin: 0;
    margin-bottom: 1rem;
  }
}
.book-best {
  padding-bottom: 1.5rem;
}
.book-best_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  margin-bottom: 1rem;
}
.book-best_header button {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.book-best_title {
  display: inline-flex;
  font-size: 1rem;
}
.book-best_title.best {
  color: #643BC6;
}
.book-best_swiper {
  padding: 0 1rem;
  counter-reset: slide-index;
}
.book-best_swiper .swiper-slide {
  width: 110px;
  aspect-ratio: auto;
  position: relative;
  counter-increment: slide-index;
}
.book-best_swiper .swiper-slide::after {
  content: counter(slide-index);
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  z-index: 1;
}
.book-best_swiper .swiper-slide img {
  width: 110px;
  height: 158px;
  display: block;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
  border-radius: 0.375rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.book-best_swiper .swiper-slide .swiper-title {
  margin-top: 0.5rem;
  display: block;
  width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 500;
}

@media screen and (min-width: 1200px) {
  .book-best_title {
    font-size: 1.5rem;
  }
}
.book-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 176px;
  transition: 0s all;
}
.book-footer.collapsed {
  height: 124px;
  overflow: hidden;
}
.book-footer.collapsed .price-info_breakdown {
  display: none;
}
.book-footer .price-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem 0.625rem;
  background-color: #282D38;
  gap: 0.5rem;
}
.book-footer .price-info_breakdown {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-right: 1.5rem;
}
.book-footer .price-info_breakdown .breakdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  height: 20px;
}
.book-footer .price-info_breakdown .breakdown-item > span:nth-of-type(1) {
  font-size: 0.8125rem;
  color: #EEEEEE;
}
.book-footer .price-info_breakdown .breakdown-subitem {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  font-size: 0.75rem;
  gap: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  height: 16px;
}
.book-footer .price-info_breakdown .breakdown-subitem > span:nth-of-type(1) {
  color: #EEEEEE;
}
.book-footer .price-info_breakdown .breakdown-unit {
  color: #E0E0E0;
}
.book-footer .price-info_count {
  font-size: 0.875rem;
}
.book-footer .price-info_count > span:nth-of-type(1) {
  color: #EEEEEE;
}
.book-footer .price-info_total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 24px;
}
.book-footer .price-info_price {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 1.125rem;
  color: #EEEEEE;
}
.book-footer .price-info_price > span:nth-of-type(1) {
  font-size: 0.875rem;
  margin-right: -0.25rem;
}
.book-footer .price-info .unit {
  color: #BDBDBD;
}
.book-footer_btns {
  display: flex;
  gap: 0.25rem;
  padding: 0.625rem;
  background-color: #ffffff;
}
.book-footer_btns_container .price-info_pc {
  display: none;
}
.book-footer_btns_container.collapsed {
  height: 124px;
  overflow: hidden;
}
.book-footer_btns_container.collapsed .price-info_breakdown {
  display: none;
}

@media screen and (min-width: 1200px) {
  .book-footer {
    display: flex;
    align-items: center;
    height: 5rem;
    background-color: #ffffff;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  }
  .book-footer.collapsed {
    height: 80px;
  }
  .book-footer_btns_container {
    padding: 0 1.5rem;
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .book-footer_btns_container .price-info_pc {
    display: flex;
    align-items: center;
  }
  .book-footer_btns_container .price-info_pc .info-pop {
    margin: 0 0.375rem 0 0.125rem;
  }
  .book-footer_btns_container .price-info_pc .total, .book-footer_btns_container .price-info_pc .unit {
    font-size: 1.5rem;
  }
  .book-footer_btns {
    padding: 0;
  }
  .book-footer_btns .extra {
    width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .book-detail-container .cont-area_hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .book-detail-container .book-detail {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 6.875rem;
    row-gap: 3.125rem;
    margin-top: 2rem;
  }
  .book-detail-container .book-detail .book-image-container {
    flex: 0 1 auto;
    max-width: 628px;
    height: 628px;
    margin-bottom: 0;
  }
  .book-detail-container .book-detail .book-image-container .book-image {
    position: relative;
    z-index: 1;
  }
  .book-detail-container .book-detail .book-image-container .book-image img {
    height: 480px;
    width: auto;
    display: block;
    object-fit: contain;
    border-radius: 0 0.625rem 0.625rem 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  }
  .book-detail-container .book-detail .book-image-container .book-image_btns {
    display: inline-flex;
    gap: 0.5rem;
    z-index: 1;
  }
  .book-detail-container .book-detail .book-info-container {
    flex: 1 1 0;
    min-width: 0;
    padding: 0;
    max-width: 458px;
  }
  .book-detail-container .book-detail .book-info-container .book-info {
    padding: 0;
  }
  .book-detail-container .book-detail .book-info-container .book-info_header {
    padding: 1.5rem 0;
  }
  .book-detail-container .book-detail .book-info-container .book-info_header h1 {
    font-size: 1.75rem;
  }
  .book-detail-container .book-detail .book-info-container .book-info_subtitle {
    margin-top: 1.5rem;
    gap: 0.5rem;
  }
  .book-detail-container .book-detail .book-info-container .book-info_subtitle .sub-info {
    gap: 0.5rem;
  }
  .book-detail-container .book-detail .book-info-container .book-info_subtitle .sub-info-content {
    display: flex;
    flex-direction: row;
  }
  .book-detail-container .book-detail .book-info-container .book-info_subtitle .sub-info-content .hide {
    display: block;
  }
  .book-detail-container .book-detail .book-info-container .book-info_subtitle .sub-info_label {
    display: flex;
    width: 64px;
    font-weight: 400;
  }
  .book-detail-container .book-detail .book-info-container .book-info_subtitle .sub-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .book-detail-container .book-detail .book-info-container .book-info_subtitle .sub-info .divider {
    display: none;
  }
  .book-detail-container .book-detail .book-info-container .book-info_subtitle .sub-info span:not(.sub-info_label) {
    color: #424242;
    font-size: 0.8125rem;
    font-weight: 500;
  }
  .book-detail-container .book-detail .book-info-container .book-info_subtitle .sub-info .isbn-copy {
    display: flex;
    align-items: center;
  }
  .book-detail-container .book-detail .book-info-container .book-info_price .book-save {
    display: none;
  }
  .book-detail-container .book-detail .book-info-container .book-info .book-save_annc {
    display: none;
  }
  .book-detail-container .book-detail .book-info-annc {
    flex: 1 1 100%;
    min-width: 0;
    margin: 0;
  }
  .book-detail-container .book-detail .book-info-annc .icon-title {
    font-size: 1.125rem;
  }
  .book-footer .price-info {
    display: none;
  }
}
.book-order-container {
  display: none;
}

@media screen and (min-width: 1200px) {
  .book-order-container {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }
  .book-order-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F5F5F5;
    border-radius: 0.625rem;
    padding: 1rem 0.625rem;
    margin-top: 1rem;
    height: 88px;
  }
  .book-order-price .btn-line {
    border: 1px solid #E0E0E0;
  }
  .book-order-price_info {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.375rem;
    font-weight: 400;
  }
  .book-order-btns {
    display: flex;
    align-items: center;
    gap: 0.25rem;
  }
  .book-author_info {
    padding: 1.25rem 0.625rem !important;
  }
}
.popup-container .popup .popup-cont.popup-img-view {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.popup-container .popup .popup-cont.popup-img-view .popup-img-preview {
  align-self: stretch;
  max-width: 100%;
  min-width: 0;
  max-height: 100px;
  min-height: 100px;
  display: flex;
  flex-wrap: nowrap;
  margin: 1.5rem 0 0;
  gap: 0.25rem;
  overflow-x: auto;
}
.popup-container .popup .popup-cont.popup-img-view .popup-img-preview_item {
  flex: 0 0 6.25rem;
  width: 6.25rem;
  height: 6.25rem;
  cursor: pointer;
  background-color: #EEEEEE;
}
.popup-container .popup .popup-cont.popup-img-view .popup-img-preview_item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-container .popup .popup-img-view-page {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9E9E9E;
  gap: 0.125rem;
  font-size: 0.75rem;
  padding-bottom: 1.875rem;
}
.popup-container .popup .popup-img-view-page .curr-page {
  color: #ffffff;
}
.popup-container .popup.popup-img-viewer {
  background-color: rgba(0, 0, 0, 0.6);
}
.popup-container .popup.popup-img-viewer .popup-head {
  border-color: transparent;
}

.popup-img-view {
  width: min(100vw, 100vh);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
}
.popup-img-view img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

@media screen and (min-width: 1200px) {
  .popup-container .popup.popup-page.popup-img-viewer {
    width: min(45rem, 100vw - 2rem);
    max-width: 100%;
    max-height: 100dvh;
    margin: 0;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    overflow: visible;
  }
  .popup-container .popup.popup-page.popup-img-viewer .popup-cont.popup-img-view {
    flex: 0 0 auto;
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: visible;
    padding: 0;
  }
  .popup-container .popup.popup-page.popup-img-viewer .popup-cont.popup-img-view > .popup-img-view {
    --img-side: min(45rem, calc(100vw - 3rem), calc(100dvh - 8.75rem), 100%);
    width: var(--img-side);
    max-width: 100%;
    height: var(--img-side);
    overflow: hidden;
  }
  .popup-container .popup.popup-page.popup-img-viewer .popup-cont.popup-img-view > .popup-img-view > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .popup-container .popup.popup-img-viewer {
    border-radius: 0;
    background-color: transparent;
    position: relative;
    z-index: 1;
  }
  .popup-container .popup.popup-img-viewer .popup-head {
    z-index: 2;
    padding: 0;
    min-height: 0;
  }
  .popup-container .popup.popup-img-viewer .popup-head h3 {
    display: none;
  }
  .popup-container .popup.popup-img-viewer .popup-head .icon.close-w {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    z-index: 3;
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
    min-height: 2.5rem;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .popup-container .popup.popup-img-viewer .popup-img-view-page {
    display: none;
  }
  .popup-container.show:has(> .popup-img-viewer) > .dimmed {
    z-index: 0;
  }
}
.cancel-container {
  padding: 1rem;
}
.cancel-container .bucket-item_title {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
}
.cancel-container .bucket-item_title .header_info {
  margin-left: auto;
  font-size: 0.8125rem;
}
.cancel-container .bucket-item .book.bucket:last-child {
  border: 0;
}
.cancel-container .bucket-item .book-container {
  max-height: 1000px;
  overflow-y: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.cancel-container .cancel-form {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  gap: 0.25rem;
}
.cancel-container .cancel-form .text-box .select {
  width: 100%;
}
.cancel-container .cancel-form .text-box textarea {
  resize: none;
  min-height: 120px;
  max-height: 136px;
}

@media screen and (min-width: 1200px) {
  .cancel-container .bucket-item .book-container {
    max-height: 268px;
  }
}
.terms-container {
  padding: 1rem 0;
}
/*# sourceMappingURL=style_c.css.map */
