/* [project]/components/gnb/gnb.module.css [app-client] (css) */
.gnb-module__7Uox-a__header {
  z-index: 50;
  background: none;
  border-bottom: 1px solid #0000;
  transition: background .26s, border-color .26s, -webkit-backdrop-filter .26s, backdrop-filter .26s;
  position: sticky;
  top: 0;
}

.gnb-module__7Uox-a__headerScrolled {
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom-color: var(--line);
  background: #0a0a0ad1;
}

.gnb-module__7Uox-a__headerOpen {
  background: var(--background);
  border-bottom-color: var(--line);
}

.gnb-module__7Uox-a__inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1680px;
  margin: 0 auto;
  padding: 20px 32px;
  display: flex;
}

.gnb-module__7Uox-a__logo {
  align-items: center;
  line-height: 0;
  text-decoration: none;
  display: inline-flex;
}

.gnb-module__7Uox-a__logoImg {
  object-fit: contain;
  width: auto;
  height: 56px;
  display: block;
}

@media (max-width: 768px) {
  .gnb-module__7Uox-a__logoImg {
    height: 44px;
  }
}

.gnb-module__7Uox-a__nav {
  align-items: center;
  gap: 40px;
  display: flex;
}

.gnb-module__7Uox-a__list {
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.gnb-module__7Uox-a__link {
  letter-spacing: .08em;
  color: var(--foreground);
  border-bottom: 1px solid #0000;
  padding: 6px 0;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .16s, opacity .16s;
}

.gnb-module__7Uox-a__link:hover {
  opacity: .7;
}

.gnb-module__7Uox-a__linkActive {
  border-bottom-color: var(--foreground);
}

.gnb-module__7Uox-a__langToggle {
  letter-spacing: .08em;
  color: var(--muted);
  align-items: center;
  gap: 8px;
  font-size: 12px;
  display: inline-flex;
}

.gnb-module__7Uox-a__langToggle button {
  color: inherit;
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  background: none;
  border: 0;
  padding: 0;
}

.gnb-module__7Uox-a__langActive {
  color: var(--foreground);
  font-weight: 700;
}

.gnb-module__7Uox-a__langIdle {
  color: var(--muted);
  opacity: .6;
  cursor: not-allowed;
}

.gnb-module__7Uox-a__burger {
  cursor: pointer;
  background: none;
  border: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 32px;
  height: 32px;
  padding: 0;
  display: none;
}

.gnb-module__7Uox-a__burgerLine {
  background: var(--foreground);
  width: 22px;
  height: 1.5px;
  transition: transform .2s, opacity .2s;
  display: block;
}

.gnb-module__7Uox-a__burgerLineTop {
  transform: translateY(7.5px)rotate(45deg);
}

.gnb-module__7Uox-a__burgerLineMid {
  opacity: 0;
}

.gnb-module__7Uox-a__burgerLineBot {
  transform: translateY(-7.5px)rotate(-45deg);
}

@media (max-width: 768px) {
  .gnb-module__7Uox-a__inner {
    padding: 16px 20px;
  }

  .gnb-module__7Uox-a__burger {
    display: flex;
  }

  .gnb-module__7Uox-a__nav {
    background: var(--background);
    flex-direction: column;
    justify-content: center;
    gap: 32px;
    padding: 40px 24px;
    transition: transform .26s;
    position: fixed;
    inset: 64px 0 0;
    transform: translateX(100%);
  }

  .gnb-module__7Uox-a__navOpen {
    transform: translateX(0);
  }

  .gnb-module__7Uox-a__list {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .gnb-module__7Uox-a__link {
    font-size: 20px;
  }
}

/* [project]/components/footer/footer.module.css [app-client] (css) */
.footer-module__Vmx-gq__footer {
  border-top: 1px solid var(--line);
  background: var(--background);
  color: var(--foreground);
  margin-top: auto;
}

.footer-module__Vmx-gq__inner {
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  max-width: 1680px;
  margin: 0 auto;
  padding: 72px 32px 40px;
  display: grid;
}

.footer-module__Vmx-gq__brand {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.footer-module__Vmx-gq__brandLogo {
  object-fit: contain;
  width: auto;
  max-width: 100%;
  height: 88px;
  display: block;
}

.footer-module__Vmx-gq__brandSub {
  color: var(--muted);
  max-width: 360px;
  font-size: 14px;
  line-height: 1.6;
}

.footer-module__Vmx-gq__columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  display: grid;
}

.footer-module__Vmx-gq__columnTitle {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
}

.footer-module__Vmx-gq__columnList {
  color: var(--foreground);
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  list-style: none;
  display: flex;
}

.footer-module__Vmx-gq__link {
  color: var(--foreground);
  text-decoration: none;
  transition: opacity .16s;
}

.footer-module__Vmx-gq__link:hover {
  opacity: .6;
}

.footer-module__Vmx-gq__bottom {
  border-top: 1px solid var(--line);
  color: var(--muted);
  letter-spacing: .04em;
  justify-content: space-between;
  align-items: center;
  max-width: 1680px;
  margin: 0 auto;
  padding: 20px 32px;
  font-size: 12px;
  display: flex;
}

.footer-module__Vmx-gq__bottomRight {
  letter-spacing: .12em;
}

@media (max-width: 768px) {
  .footer-module__Vmx-gq__inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 56px 20px 32px;
  }

  .footer-module__Vmx-gq__columns {
    grid-template-columns: 1fr 1fr;
    gap: 28px 24px;
  }

  .footer-module__Vmx-gq__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 16px 20px;
  }
}

/* [project]/components/scroll-progress/scroll-progress.module.css [app-client] (css) */
.scroll-progress-module__2rD1za__wrap {
  z-index: 60;
  pointer-events: none;
  background: none;
  height: 2px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.scroll-progress-module__2rD1za__bar {
  background: var(--accent);
  transform-origin: 0;
  width: 100%;
  height: 100%;
  transition: transform .12s linear;
  transform: scaleX(0);
}

@media print {
  .scroll-progress-module__2rD1za__wrap {
    display: none;
  }
}

/*# sourceMappingURL=components_0tec.dw._.css.map*/