/* [project]/app/globals.css [app-client] (css) */
@font-face {
  font-family: PretendardLocal;
  src: url("/assets/fonts/pretendard-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PretendardLocal;
  src: url("/assets/fonts/pretendard-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PretendardLocal;
  src: url("/assets/fonts/pretendard-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  color: #1b1c1f;
  background: #fff;
  min-height: 100vh;
  margin: 0;
  font-family: PretendardLocal, Apple SD Gothic Neo, Malgun Gothic, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

button, input, select, textarea {
  font: inherit;
}

button {
  padding: 0;
}

/* [project]/components/site-shell.module.css [app-client] (css) */
.site-shell-module__eExWOa__shell {
  color: #17181f;
  background: radial-gradient(circle at top, #5764ff0d, #0000 32%), linear-gradient(#fff 0%, #f8f9fc 100%);
  min-height: 100vh;
}

.site-shell-module__eExWOa__chrome {
  z-index: 80;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #ffffffeb;
  border-bottom: 1px solid #1b1c1f0f;
  position: sticky;
  top: 0;
}

.site-shell-module__eExWOa__chromeInner {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: min(1180px, 100% - 24px);
  min-height: 56px;
  margin: 0 auto;
  display: flex;
}

.site-shell-module__eExWOa__brandArea {
  align-items: center;
  gap: 12px;
  display: inline-flex;
}

.site-shell-module__eExWOa__brandLogo {
  width: 64px;
  height: auto;
}

.site-shell-module__eExWOa__brandLabel {
  flex-direction: column;
  gap: 2px;
  display: flex;
}

.site-shell-module__eExWOa__brandLabel strong {
  font-size: 1.4rem;
  line-height: 1.3;
}

.site-shell-module__eExWOa__brandLabel span {
  color: #737684;
  font-size: 1.2rem;
  line-height: 1.4;
}

.site-shell-module__eExWOa__routeTitle {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.site-shell-module__eExWOa__headerActions {
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

.site-shell-module__eExWOa__iconButton, .site-shell-module__eExWOa__ghostButton, .site-shell-module__eExWOa__primaryButton {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  font-size: 1.3rem;
  font-weight: 600;
  transition: transform .2s, background .2s, border-color .2s;
  display: inline-flex;
}

.site-shell-module__eExWOa__iconButton {
  background: #ffffffeb;
  border: 1px solid #1b1c1f14;
  width: 40px;
  min-width: 40px;
}

.site-shell-module__eExWOa__ghostButton {
  background: #fff;
  border: 1px solid #1b1c1f1a;
  padding: 0 14px;
}

.site-shell-module__eExWOa__primaryButton {
  color: #fff;
  background: linear-gradient(135deg, #5d5fef 0%, #4354ff 100%);
  padding: 0 14px;
  box-shadow: 0 12px 24px #4354ff33;
}

.site-shell-module__eExWOa__iconButton:hover, .site-shell-module__eExWOa__ghostButton:hover, .site-shell-module__eExWOa__primaryButton:hover {
  transform: translateY(-1px);
}

.site-shell-module__eExWOa__content {
  z-index: 1;
  position: relative;
}

.site-shell-module__eExWOa__footer {
  background: #ffffffd6;
  border-top: 1px solid #1b1c1f0f;
}

.site-shell-module__eExWOa__footerInner {
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, 100% - 24px);
  margin: 0 auto;
  padding: 28px 0 36px;
  display: flex;
}

.site-shell-module__eExWOa__footerTitle {
  font-size: 1.4rem;
  font-weight: 700;
}

.site-shell-module__eExWOa__footerText {
  color: #737684;
  margin-top: 8px;
  font-size: 1.3rem;
  line-height: 1.7;
}

.site-shell-module__eExWOa__overlay {
  z-index: 70;
  pointer-events: none;
  opacity: .34;
  position: fixed;
  inset: 56px 0 0;
}

.site-shell-module__eExWOa__overlay img {
  width: 100%;
  height: auto;
  display: block;
}

.site-shell-module__eExWOa__overlayPill {
  z-index: 90;
  color: #ffffffe6;
  background: #17181fb8;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 1.2rem;
  line-height: 1.3;
  position: fixed;
  bottom: 16px;
  right: 16px;
}

.site-shell-module__eExWOa__mobileOnly {
  display: none;
}

.site-shell-module__eExWOa__desktopOnly {
  display: inline-flex;
}

@media (max-width: 900px) {
  .site-shell-module__eExWOa__chromeInner {
    min-height: 52px;
  }

  .site-shell-module__eExWOa__brandLabel, .site-shell-module__eExWOa__desktopOnly {
    display: none;
  }

  .site-shell-module__eExWOa__mobileOnly {
    display: inline-flex;
  }

  .site-shell-module__eExWOa__footerInner {
    flex-direction: column;
  }

  .site-shell-module__eExWOa__overlay {
    top: 52px;
  }
}

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