/* [project]/app/delivery/maruburi_e4156600.module.css [app-client] (css) */
@font-face {
  font-family: maruBuri;
  src: url("../media/MaruBuri_Regular-s.p.15ac44ab.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: maruBuri Fallback;
  src: local(Arial);
  ascent-override: 92.01%;
  descent-override: 36.23%;
  line-gap-override: 0.0%;
  size-adjust: 104.88%;
}

.maruburi_e4156600-module__W5uvgq__className {
  font-family: maruBuri, maruBuri Fallback;
  font-style: normal;
  font-weight: 400;
}

.maruburi_e4156600-module__W5uvgq__variable {
  --font-maru-buri: "maruBuri", "maruBuri Fallback";
}

/* [project]/app/delivery/page.module.css [app-client] (css) */
.page-module__P7AIOG__shell {
  min-height: calc(100dvh - var(--header-h)  - var(--footer-h));
  grid-template-columns: 1fr 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.page-module__P7AIOG__imageCol {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.page-module__P7AIOG__image {
  object-fit: cover;
}

.page-module__P7AIOG__infoCol {
  flex-direction: column;
  justify-content: center;
  padding: 0 5rem;
  display: flex;
}

.page-module__P7AIOG__title {
  letter-spacing: -.02em;
  text-transform: none;
  margin-bottom: 3rem;
  font-family: Newsreader, Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 400;
  line-height: 1.1;
}

.page-module__P7AIOG__content {
  flex-direction: column;
  gap: 2.75rem;
  display: flex;
}

.page-module__P7AIOG__section {
  border: none;
}

.page-module__P7AIOG__eyebrow {
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: .75rem;
  font-size: .75rem;
  font-weight: 700;
}

.page-module__P7AIOG__defList {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.page-module__P7AIOG__defRow {
  grid-template-columns: 5.5rem 1fr;
  gap: .75rem;
  display: grid;
}

.page-module__P7AIOG__defTerm {
  font-family: var(--font-maru-buri), "Maru Buri", "Noto Serif KR", serif;
  color: #333;
  letter-spacing: -.02em;
  word-break: keep-all;
  white-space: nowrap;
  padding-right: .25rem;
  font-size: 15px;
  font-weight: 400;
}

.page-module__P7AIOG__defDesc {
  font-family: var(--font-pretendard), -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;
  color: #666;
  letter-spacing: -.01em;
  padding-left: .2rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.page-module__P7AIOG__ruleList {
  flex-direction: column;
  gap: .5rem;
  list-style: none;
  display: flex;
}

.page-module__P7AIOG__ruleList li {
  font-family: var(--font-pretendard), sans-serif;
  color: #777;
  letter-spacing: -.01em;
  word-break: keep-all;
  padding-left: .875rem;
  font-size: 13px;
  line-height: 1.8;
  position: relative;
}

.page-module__P7AIOG__ruleList li:before {
  content: "·";
  color: var(--text);
  font-weight: 700;
  position: absolute;
  left: 0;
}

@media (max-width: 768px) {
  .page-module__P7AIOG__shell {
    grid-template-columns: 1fr;
    height: auto;
    min-height: auto;
  }

  .page-module__P7AIOG__imageCol {
    aspect-ratio: 1;
  }

  .page-module__P7AIOG__infoCol {
    padding: 2rem 0;
  }

  .page-module__P7AIOG__content {
    gap: 1.75rem;
  }

  .page-module__P7AIOG__title {
    margin-bottom: 2rem;
  }

  .page-module__P7AIOG__defRow {
    align-items: flex-start;
    gap: .75rem;
    display: flex;
  }

  .page-module__P7AIOG__defTerm {
    flex: 0 0 6.25rem;
  }

  .page-module__P7AIOG__defDesc {
    flex: 1;
    min-width: 0;
  }
}

/*# sourceMappingURL=app_delivery_99a82d29._.css.map*/