/* 플런디백 로고 lockup */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* site-runtime.js + webflow.css hooks — do not remove:
   w-nav, w-nav-menu, w-nav-brand, w-nav-button, w-nav-link,
   w-form, w-input, w-select, w-button, w--current, w-mod-js, w-mod-touch */
.w-webflow-badge {
  display: none !important;
}

.nav_container {
  grid-template-columns: max-content minmax(0, 1fr) !important;
}

.nav_brand.w-nav-brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  height: 5rem;
  width: auto !important;
  max-width: none;
  padding-left: 0.125rem;
  padding-right: 1rem;
  text-decoration: none;
}

.footer-brand.w-inline-block {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.75rem;
  text-decoration: none;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-mark {
  width: 34px;
  height: 34px;
  background: #b9e84f;
  color: #121827;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
  border-radius: 4px;
  letter-spacing: -0.04em;
  flex-shrink: 0;
}

.brand-name {
  color: #ffffff;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.04em;
  line-height: 1;
}

.footer-brand-lockup .brand-mark {
  width: 32px;
  height: 32px;
  font-size: 17px;
}

.footer-brand-lockup .brand-name {
  font-size: 16px;
}

.footer_component .copyrights {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.4rem 0.85rem;
  align-items: center;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.45rem;
}

.footer-legal-link {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.82);
  opacity: 1;
  text-decoration: none;
  letter-spacing: -0.01em;
  transition: color 0.2s;
}

.footer-legal-link:hover {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-legal-sep {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
  opacity: 1;
  user-select: none;
}

.policy-wrap {
  padding-top: 6rem;
  padding-bottom: 3rem;
}

.policy-title {
  font-size: clamp(1.45rem, 2.8vw, 1.85rem);
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: -0.03em;
  margin: 0 0 0.85rem;
  color: #171d2f;
}

.policy-lead {
  font-size: 0.9375rem;
  line-height: 1.72;
  color: #171d2f;
  opacity: 0.78;
  margin: 0 0 2rem;
  max-width: 40rem;
}

.policy-section {
  padding: 1.35rem 0;
  border-top: 1px solid rgba(23, 29, 47, 0.1);
  max-width: 42rem;
}

.policy-section h2 {
  font-size: 1.0625rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
  color: #171d2f;
}

.policy-section p {
  font-size: 0.9375rem;
  line-height: 1.72;
  color: #171d2f;
  opacity: 0.82;
  margin: 0 0 0.75rem;
}

.policy-section p:last-child,
.policy-section ul:last-child {
  margin-bottom: 0;
}

.policy-section ul {
  margin: 0.35rem 0 0;
  padding: 0 0 0 1.1rem;
}

.policy-section li {
  font-size: 0.9375rem;
  line-height: 1.68;
  color: #171d2f;
  opacity: 0.82;
  margin-bottom: 0.35rem;
}

.policy-contact {
  font-size: 0.9375rem;
  line-height: 1.72;
  color: #171d2f;
  opacity: 0.82;
}

.policy-contact a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.policy-lead a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 767px) {
  .policy-wrap {
    padding-top: 5rem;
    padding-bottom: 2.25rem;
  }

  .footer-legal {
    width: 100%;
  }
}
