@charset "UTF-8";
@import url("../assets/fonts/Pretendard/web/static/pretendard.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --clr-common-background: var(--clr-base-white);
  --clr-common-on-background: var(--clr-base-black);
  --clr-text-primary: var(--clr-gray-900);
  --clr-text-secondary: var(--clr-gray-500);
  --clr-text-tertiary: var(--clr-gray-400);
  --clr-background-paper: var(--clr-base-white);
  --clr-background-primary: var(--clr-gray-50);
}

:root {
  --clr-base-white: #fff;
  --clr-base-black: #000;
  --clr-base-background: #e4ddce;
  --clr-base-background-hover: #c9c4b8;
  --clr-base-background-light: #f3f1eb;
  --clr-text-base: var(--clr-gray-900);
  --clr-primary-500: #e9bd4f;
  --clr-primary-main: #e9bd4f;
  --clr-primary-50: rgba(233, 189, 79, 0.1);
  --clr-secondary-main: #e9bd4f;
  --clr-gray-50: #aaa;
  --clr-gray-400: rgba(255, 255, 255, 0.4);
  --clr-gray-500: rgba(255, 255, 255, 0.5);
  --clr-gray-600: rgba(255, 255, 255, 0.6);
  --clr-gray-700: rgba(255, 255, 255, 0.7);
  --clr-gray-800: rgba(255, 255, 255, 0.8);
  --clr-gray-900: #fff;
}

:root {
  --family-pretendard: "Pretendard";
  --family-garmond: "Cormorant Garamond", serif;
  --family-infant: "Cormorant Infant", serif;
  --display-xs-fs: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
  --display-sm-fs: clamp(3.6rem, 2.3300970874vw + 2.7262135922rem, 7.2rem);
  --display-md-fs: clamp(4rem, 3.6245954693vw + 2.640776699rem, 9.6rem);
  --display-lg-fs: clamp(4.8rem, 5.1779935275vw + 2.8582524272rem, 12.8rem);
  --display-xl-fs: clamp(6rem, 8.284789644vw + 2.8932038835rem, 18.8rem);
  --display-xs-lh: 1.25;
  --display-sm-lh: 1.2;
  --display-md-lh: 1.2;
  --display-lg-lh: 1.12;
  --display-xl-lh: 1.1;
  --display-xs-fw: 700;
  --display-sm-fw: 700;
  --display-md-fw: 700;
  --display-lg-fw: 700;
  --display-xl-fw: 700;
  --heading-xs-fs: clamp(1.8rem, 0.3883495146vw + 1.654368932rem, 2.4rem);
  --heading-sm-fs: clamp(1.8rem, 0.6472491909vw + 1.5572815534rem, 2.8rem);
  --heading-md-fs: clamp(2rem, 0.7766990291vw + 1.7087378641rem, 3.2rem);
  --heading-lg-fs: clamp(2.2rem, 1.1650485437vw + 1.7631067961rem, 4rem);
  --heading-xl-fs: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  --heading-xs-lh: 1.4;
  --heading-sm-lh: 1.4;
  --heading-md-lh: 1.4;
  --heading-lg-lh: 1.4;
  --heading-xl-lh: 1.4;
  --heading-xs-fw: 600;
  --heading-sm-fw: 600;
  --heading-md-fw: 600;
  --heading-lg-fw: 600;
  --heading-xl-fw: 600;
  --body-xs-fs: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
  --body-sm-fs: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  --body-md-fs: clamp(1.5rem, 0.1941747573vw + 1.427184466rem, 1.8rem); --body-lg-fs: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
  --body-xl-fs: clamp(1.6rem, 0.3883495146vw + 1.454368932rem, 2.2rem);
  --body-xs-lh: 1.6;
  --body-sm-lh: 1.6;
  --body-md-lh: 1.65;
  --body-lg-lh: 1.6;
  --body-xl-lh: 1.55;
  --body-xs-fw: 400;
  --body-sm-fw: 400;
  --body-md-fw: 400;
  --body-lg-fw: 400;
  --body-xl-fw: 400;
}

:root {
  --gutter: 2rem;
  --header-height: 8rem;
  --header-z-index: 1000;
  --sub-nav-height: 7rem;
  --drawer-z-index: 999;
  --tran-15: 0.15s ease-in-out;
  --tran-3: 0.3s ease-in-out;
  --tran-45: 0.45s ease-in-out;
  --family-base: var(--family-pretendard);
}
@media (max-width: 768px) {
  :root {
    --header-height: 6.6rem;
  }
}

body, a,
button,
select,
input,
textarea,
option {
  font-family: var(--family-base);
  font-size: var(--body-md-fs);
  font-weight: var(--body-md-fw);
  line-height: var(--body-md-lh);
  word-break: keep-all;
  color: var(--clr-text-base);
}

:root {
  --section-xs: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  --section-sm: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
  --section-md: clamp(4.8rem, 3.1067961165vw + 3.6349514563rem, 9.6rem);
  --section-lg: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
  --section-xl: clamp(9.6rem, 4.142394822vw + 8.0466019417rem, 16rem);
  --radius-xs: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
  --radius-sm: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  --radius-md: clamp(0.8rem, 0.5177993528vw + 0.6058252427rem, 1.6rem);
  --radius-lg: clamp(1.2rem, 0.7766990291vw + 0.9087378641rem, 2.4rem);
  --radius-xl: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
  --radius-round: 9999px;
  --spacing-xxs: clamp(0.2rem, 0.1294498382vw + 0.1514563107rem, 0.4rem);
  --spacing-xs: clamp(0.4rem, 0.2588996764vw + 0.3029126214rem, 0.8rem);
  --spacing-sm: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  --spacing-md: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  --spacing-lg: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  --spacing-xl: clamp(2rem, 0.7766990291vw + 1.7087378641rem, 3.2rem);
  --spacing-2xl: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  --spacing-3xl: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  --spacing-4xl: clamp(6rem, 1.2944983819vw + 5.5145631068rem, 8rem);
  --spacing-5xl: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  font-size: 62.5%;
}

body {
  background: #000;
}

html.lock,
body.lock {
  overflow-y: hidden;
}

::selection {
  background: #fff;
  color: #000;
}

a,
button,
select,
input,
textarea,
option {
  font-size: var(--body-sm-fs);
}

ul,
ol,
li {
  list-style: none;
}

img {
  width: 100%;
  object-fit: cover;
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

figure:has(img) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a {
  text-decoration: none;
  display: block;
}

em,
address {
  font-style: normal;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

textarea {
  resize: none;
}

input,
textarea,
select,
option {
  border: none;
  outline: none;
}

.no-en {
  font-family: var(--family-garmond);
}

.no-num {
  font-family: var(--family-infant);
}

.no-display-xs {
  font-size: var(--display-xs-fs);
  font-weight: var(--display-xs-fw);
  line-height: var(--display-xs-lh);
}

.no-display-sm {
  font-size: var(--display-sm-fs);
  font-weight: var(--display-sm-fw);
  line-height: var(--display-sm-lh);
}

.no-display-md {
  font-size: var(--display-md-fs);
  font-weight: var(--display-md-fw);
  line-height: var(--display-md-lh);
}

.no-display-lg {
  font-size: var(--display-lg-fs);
  font-weight: var(--display-lg-fw);
  line-height: var(--display-lg-lh);
}

.no-display-xl {
  font-size: var(--display-xl-fs);
  font-weight: var(--display-xl-fw);
  line-height: var(--display-xl-lh);
}

.no-heading-xs {
  font-size: var(--heading-xs-fs);
  font-weight: var(--heading-xs-fw);
  line-height: var(--heading-xs-lh);
}

.no-heading-sm {
  font-size: var(--heading-sm-fs);
  font-weight: var(--heading-sm-fw);
  line-height: var(--heading-sm-lh);
}

.no-heading-md {
  font-size: var(--heading-md-fs);
  font-weight: var(--heading-md-fw);
  line-height: var(--heading-md-lh);
}

.no-heading-lg {
  font-size: var(--heading-lg-fs);
  font-weight: var(--heading-lg-fw);
  line-height: var(--heading-lg-lh);
}

.no-heading-xl {
  font-size: var(--heading-xl-fs);
  font-weight: var(--heading-xl-fw);
  line-height: var(--heading-xl-lh);
}

.no-body-xs {
  font-size: var(--body-xs-fs);
  font-weight: var(--body-xs-fw);
  line-height: var(--body-xs-lh);
}

.no-body-sm {
  font-size: var(--body-sm-fs);
  font-weight: var(--body-sm-fw);
  line-height: var(--body-sm-lh);
}

.no-body-md {
  font-size: var(--body-md-fs);
  font-weight: var(--body-md-fw);
  line-height: var(--body-md-lh);
} .no-body-lg {
  font-size: var(--body-lg-fs);
  font-weight: var(--body-lg-fw);
  line-height: var(--body-lg-lh);
}

.no-body-xl {
  font-size: var(--body-xl-fs);
  font-weight: var(--body-xl-fw);
  line-height: var(--body-xl-lh);
}

.no-section-xs {
  padding-top: var(--section-xs);
  padding-bottom: var(--section-xs);
}

.no-section-sm {
  padding-top: var(--section-sm);
  padding-bottom: var(--section-sm);
}

.no-section-md {
  padding-top: var(--section-md);
  padding-bottom: var(--section-md);
}

.no-section-lg {
  padding-top: var(--section-lg);
  padding-bottom: var(--section-lg);
}

.no-section-xl {
  padding-top: var(--section-xl);
  padding-bottom: var(--section-xl);
}

.no-radius-xs {
  border-radius: var(--radius-xs);
}

.no-radius-sm {
  border-radius: var(--radius-sm);
}

.no-radius-md {
  border-radius: var(--radius-md);
}

.no-radius-lg {
  border-radius: var(--radius-lg);
}

.no-radius-xl {
  border-radius: var(--radius-xl);
}

.no-radius-round {
  border-radius: var(--radius-round);
}

.no-container-xxl {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.no-container-xl {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.no-container-bl {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.no-container-lg {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.no-container-md {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.no-container-sm {
  max-width: 544px;
  width: 100%;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.no-container-xs {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.no-container-xxs {
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.no-mg-xxs {
  margin: var(--spacing-xxs);
}

.no-mg-xxs--l {
  margin-left: var(--spacing-xxs);
}

.no-mg-xxs--r {
  margin-right: var(--spacing-xxs);
}

.no-mg-xxs--t {
  margin-top: var(--spacing-xxs);
}

.no-mg-xxs--b {
  margin-bottom: var(--spacing-xxs);
}

.no-mg-xs {
  margin: var(--spacing-xs);
}

.no-mg-xs--l {
  margin-left: var(--spacing-xs);
}

.no-mg-xs--r {
  margin-right: var(--spacing-xs);
}

.no-mg-xs--t {
  margin-top: var(--spacing-xs);
}

.no-mg-xs--b {
  margin-bottom: var(--spacing-xs);
}

.no-mg-sm {
  margin: var(--spacing-sm);
}

.no-mg-sm--l {
  margin-left: var(--spacing-sm);
}

.no-mg-sm--r {
  margin-right: var(--spacing-sm);
}

.no-mg-sm--t {
  margin-top: var(--spacing-sm);
}

.no-mg-sm--b {
  margin-bottom: var(--spacing-sm);
}

.no-mg-md {
  margin: var(--spacing-md);
}

.no-mg-md--l {
  margin-left: var(--spacing-md);
}

.no-mg-md--r {
  margin-right: var(--spacing-md);
}

.no-mg-md--t {
  margin-top: var(--spacing-md);
}

.no-mg-md--b {
  margin-bottom: var(--spacing-md);
}

.no-mg-lg {
  margin: var(--spacing-lg);
}

.no-mg-lg--l {
  margin-left: var(--spacing-lg);
}

.no-mg-lg--r {
  margin-right: var(--spacing-lg);
}

.no-mg-lg--t {
  margin-top: var(--spacing-lg);
}

.no-mg-lg--b {
  margin-bottom: var(--spacing-lg);
}

.no-mg-xl {
  margin: var(--spacing-xl);
}

.no-mg-xl--l {
  margin-left: var(--spacing-xl);
}

.no-mg-xl--r {
  margin-right: var(--spacing-xl);
}

.no-mg-xl--t {
  margin-top: var(--spacing-xl);
}

.no-mg-xl--b {
  margin-bottom: var(--spacing-xl);
}

.no-mg-2xl {
  margin: var(--spacing-2xl);
}

.no-mg-2xl--l {
  margin-left: var(--spacing-2xl);
}

.no-mg-2xl--r {
  margin-right: var(--spacing-2xl);
}

.no-mg-2xl--t {
  margin-top: var(--spacing-2xl);
}

.no-mg-2xl--b {
  margin-bottom: var(--spacing-2xl);
}

.no-mg-3xl {
  margin: var(--spacing-3xl);
}

.no-mg-3xl--l {
  margin-left: var(--spacing-3xl);
}

.no-mg-3xl--r {
  margin-right: var(--spacing-3xl);
}

.no-mg-3xl--t {
  margin-top: var(--spacing-3xl);
}

.no-mg-3xl--b {
  margin-bottom: var(--spacing-3xl);
}

.no-mg-4xl {
  margin: var(--spacing-4xl);
}

.no-mg-4xl--l {
  margin-left: var(--spacing-4xl);
}

.no-mg-4xl--r {
  margin-right: var(--spacing-4xl);
}

.no-mg-4xl--t {
  margin-top: var(--spacing-4xl);
}

.no-mg-4xl--b {
  margin-bottom: var(--spacing-4xl);
}

.no-mg-5xl {
  margin: var(--spacing-5xl);
}

.no-mg-5xl--l {
  margin-left: var(--spacing-5xl);
}

.no-mg-5xl--r {
  margin-right: var(--spacing-5xl);
}

.no-mg-5xl--t {
  margin-top: var(--spacing-5xl);
}

.no-mg-5xl--b {
  margin-bottom: var(--spacing-5xl);
}

.no-pd-xxs {
  padding: var(--spacing-xxs);
}

.no-pd-xxs--l {
  padding-left: var(--spacing-xxs);
}

.no-pd-xxs--r {
  padding-right: var(--spacing-xxs);
}

.no-pd-xxs--t {
  padding-top: var(--spacing-xxs);
}

.no-pd-xxs--b {
  padding-bottom: var(--spacing-xxs);
}

.no-pd-xs {
  padding: var(--spacing-xs);
}

.no-pd-xs--l {
  padding-left: var(--spacing-xs);
}

.no-pd-xs--r {
  padding-right: var(--spacing-xs);
}

.no-pd-xs--t {
  padding-top: var(--spacing-xs);
}

.no-pd-xs--b {
  padding-bottom: var(--spacing-xs);
}

.no-pd-sm {
  padding: var(--spacing-sm);
}

.no-pd-sm--l {
  padding-left: var(--spacing-sm);
}

.no-pd-sm--r {
  padding-right: var(--spacing-sm);
}

.no-pd-sm--t {
  padding-top: var(--spacing-sm);
}

.no-pd-sm--b {
  padding-bottom: var(--spacing-sm);
}

.no-pd-md {
  padding: var(--spacing-md);
}

.no-pd-md--l {
  padding-left: var(--spacing-md);
}

.no-pd-md--r {
  padding-right: var(--spacing-md);
}

.no-pd-md--t {
  padding-top: var(--spacing-md);
}

.no-pd-md--b {
  padding-bottom: var(--spacing-md);
}

.no-pd-lg {
  padding: var(--spacing-lg);
}

.no-pd-lg--l {
  padding-left: var(--spacing-lg);
}

.no-pd-lg--r {
  padding-right: var(--spacing-lg);
}

.no-pd-lg--t {
  padding-top: var(--spacing-lg);
}

.no-pd-lg--b {
  padding-bottom: var(--spacing-lg);
}

.no-pd-xl {
  padding: var(--spacing-xl);
}

.no-pd-xl--l {
  padding-left: var(--spacing-xl);
}

.no-pd-xl--r {
  padding-right: var(--spacing-xl);
}

.no-pd-xl--t {
  padding-top: var(--spacing-xl);
}

.no-pd-xl--b {
  padding-bottom: var(--spacing-xl);
}

.no-pd-2xl {
  padding: var(--spacing-2xl);
}

.no-pd-2xl--l {
  padding-left: var(--spacing-2xl);
}

.no-pd-2xl--r {
  padding-right: var(--spacing-2xl);
}

.no-pd-2xl--t {
  padding-top: var(--spacing-2xl);
}

.no-pd-2xl--b {
  padding-bottom: var(--spacing-2xl);
}

.no-pd-3xl {
  padding: var(--spacing-3xl);
}

.no-pd-3xl--l {
  padding-left: var(--spacing-3xl);
}

.no-pd-3xl--r {
  padding-right: var(--spacing-3xl);
}

.no-pd-3xl--t {
  padding-top: var(--spacing-3xl);
}

.no-pd-3xl--b {
  padding-bottom: var(--spacing-3xl);
}

.no-pd-4xl {
  padding: var(--spacing-4xl);
}

.no-pd-4xl--l {
  padding-left: var(--spacing-4xl);
}

.no-pd-4xl--r {
  padding-right: var(--spacing-4xl);
}

.no-pd-4xl--t {
  padding-top: var(--spacing-4xl);
}

.no-pd-4xl--b {
  padding-bottom: var(--spacing-4xl);
}

.no-pd-5xl {
  padding: var(--spacing-5xl);
}

.no-pd-5xl--l {
  padding-left: var(--spacing-5xl);
}

.no-pd-5xl--r {
  padding-right: var(--spacing-5xl);
}

.no-pd-5xl--t {
  padding-top: var(--spacing-5xl);
}

.no-pd-5xl--b {
  padding-bottom: var(--spacing-5xl);
}

.no-heading__highlight {
  font-weight: 500;
  color: var(--clr-secondary-main);
  text-transform: uppercase;
}
.no-heading__title {
  font-size: var(--heading-lg-fs);
  font-weight: var(--heading-lg-fw);
  padding-top: 1.6rem;
}
.no-heading__desc {
  color: var(--clr-text-desc);
  padding-top: 0.8rem;
}

.no-base-button {
  position: static;
  margin: 0;
  width: 2.7rem;
  height: 4.4rem;
  display: flex;
  align-items: center;
  border-radius: 0.4rem;
  background: var(--clr-gray-50);
}
.no-base-button i {
  color: var(--clr-text-desc);
  font-size: 1.6rem;
}
.no-base-button::after {
  content: none;
}

.no-base-controls {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.no-bedge-outline, .no-bedge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  border-radius: 10rem;
}

.no-bedge {
  color: var(--clr-base-white);
  background: var(--clr-text-base);
}
.no-bedge-outline {
  background-color: transparent;
  color: var(--clr-text-base);
  border: 1px solid var(--clr-text-base);
}
.no-bedge--xs {
  line-height: 1;
  font-size: 1.2rem;
  padding: 0.4rem 0.8rem;
  border-radius: 5.5rem;
}

.no-section-hr {
  height: 0;
  border-top: 1px solid var(--clr-gray-300);
}

.no-bg--gray {
  background: var(--clr-gray-50);
}
.no-bg--primary-light {
  background: var(--clr-primary-50);
}

.--hidden {
  overflow: hidden;
}

.--full-height {
  height: 100vh;
}
@supports (height: 100dvh) {
  .--full-height {
    height: 100dvh;
  }
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

figure:has(img) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.--flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.--flex-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.--tal {
  text-align: left;
}

.--tar {
  text-align: right;
}

.--tac {
  text-align: center;
}

@media (max-width: 768px) {
  .--wrap * br {
    display: none;
  }
}

.--blind {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.--highlight {
  color: var(--clr-primary-main);
}

.--gap-8 {
  gap: 0.8rem;
}

.--clr-text-desc {
  color: var(--clr-text-desc);
}

.--clr-secondary-main {
  color: var(--clr-secondary-main);
}

.--100 {
  font-weight: 100;
}

.--200 {
  font-weight: 200;
}

.--300 {
  font-weight: 300;
}

.--400 {
  font-weight: 400;
}

.--500 {
  font-weight: 500;
}

.--600 {
  font-weight: 600;
}

.--700 {
  font-weight: 700;
}

.--800 {
  font-weight: 800;
}

.--900 {
  font-weight: 900;
}

.--ttu {
  text-transform: uppercase;
}

.--ttc {
  text-transform: capitalize;
}

.--ttl {
  text-transform: lowercase;
}

.wh {
  color: #fff;
}

.gc {
  color: var(--clr-gray-50);
}

.wh8 {
  color: var(--clr-gray-800);
}

.wh7 {
  color: var(--clr-gray-700);
}

.wh6 {
  color: var(--clr-gray-600);
}

.wh5 {
  color: var(--clr-gray-500);
}

.wh4 {
  color: var(--clr-gray-400);
}

.bc {
  color: var(--clr-primary-500);
}

.bg {
  background-color: var(--clr-gray-50);
}

.opt-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.2rem;
}
@media (max-width: 544px) {
  .opt-top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.opt-top .search-box {
  position: relative;
  display: flex;
  width: 35rem;
}
@media (max-width: 544px) {
  .opt-top .search-box {
    width: 100%;
  }
}
.opt-top .search-box input {
  padding: 1rem 4rem 1rem 1.5rem;
  width: 100%;
  font-family: "Pretendard", sans-serif;
  background-color: transparent;
  transition: border var(--tran-3);
  background-color: rgba(235, 235, 235, 0.0509803922);
}
.opt-top .search-box input:-webkit-autofill, .opt-top .search-box input:-webkit-autofill:hover, .opt-top .search-box input:-webkit-autofill:focus, .opt-top .search-box input:-webkit-autofill:active {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #0f0f0f inset;
  box-shadow: 0 0 0px 1000px #0f0f0f inset;
  transition: background-color 5000s ease-in-out 0s;
  font-family: "Pretendard";
}
.opt-top .search-box input:focus {
  outline: none;
}
.opt-top .search-box i {
  color: var(--clr-gray-50);
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: color var(--tran-3);
}
.opt-top .search-box i:hover {
  color: #fff;
}

.imgbg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.full-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.circle-blur {
  border-radius: 50%;
  position: absolute;
  aspect-ratio: 1;
}

.blusr-js {
  filter: blur(16px);
}

.top-section {
  padding-top: 0;
}

.videomodal {
  display: none;
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
}
.videomodal.show .modal-content {
  opacity: 1;
}
.videomodal .modal-content {
  position: relative;
  padding: 2rem;
  max-width: 140rem;
  opacity: 0;
  transition: opacity 0.3s;
  width: 100%;
}
.videomodal .videoclose {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(2rem, 0.6472491909vw + 1.7572815534rem, 3rem);
  cursor: pointer;
  color: #fff;
}
.videomodal .videocontainer {
  max-width: 140rem;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  br {
    display: none;
  }
  br.no {
    display: block;
  }
}

.no-drawer {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  background: #111;
  left: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  clip-path: inset(0% 0% 100% 0%);
  transition: clip-path 0.9s cubic-bezier(0.42, 0, 0, 1);
  padding: 0 2rem;
}
.no-drawer.active {
  pointer-events: auto;
  clip-path: inset(0% 0% 0% 0%);
}
.no-drawer.active .no-drawer-img-slider {
  clip-path: inset(0% 0% 0% 0%);
  transition-delay: 0.6s;
}
.no-drawer.active .no-drawer-img-slider li img {
  transform: scale(1);
  transition-delay: 0.6s;
}
.no-drawer .circle-blur {
  width: clamp(50rem, 12.9449838188vw + 45.145631068rem, 70rem);
  left: -10%;
  top: 50%;
  transform: translateY(-50%);
}
.no-drawer .circle-blur img {
  width: 100%;
  height: 100%;
}
@media (max-width: 544px) {
  .no-drawer .circle-blur {
    left: auto;
    right: -50%;
    top: 40%;
    opacity: 0.9;
  }
}
.no-drawer .m-container-xl {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(2rem, 14.2394822006vw - 3.3398058252rem, 24rem);
}
@media (max-width: 544px) {
  .no-drawer .m-container-xl {
    justify-content: flex-start;
  }
}
.no-drawer-img-slider {
  clip-path: inset(100% 0% 0% 0%);
  overflow: hidden;
  display: flex;
  position: relative;
  transition: clip-path 0.9s cubic-bezier(0.42, 0, 0, 1);
  max-width: clamp(24rem, 15.5339805825vw + 18.1747572816rem, 48rem);
  aspect-ratio: 580/820;
  width: 100%;
}
@media (max-width: 544px) {
  .no-drawer-img-slider {
    display: none;
  }
}
.no-drawer-img-slider li {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.no-drawer-img-slider li.swiper-slide-active {
  z-index: 3;
}
.no-drawer-img-slider li img {
  transform: scale(1.1);
  transition: all 0.9s cubic-bezier(0.42, 0, 0, 1);
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  transform-origin: center;
}
.no-drawer--gnb {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.no-drawer--gnb li {
  position: relative;
  overflow: hidden;
}
.no-drawer--gnb li.show a {
  transform: translateY(0%);
  opacity: 1;
  transition-delay: 0.6s;
}
.no-drawer--gnb li a {
  color: #fff;
  position: relative;
  width: max-content;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.42, 0, 0, 1), opacity 0.6s cubic-bezier(0.42, 0, 0, 1);
}
@media (max-width: 544px) {
  .no-drawer--gnb li a {
    font-size: clamp(6rem, 1.2944983819vw + 5.5145631068rem, 8rem);
  }
}
.no-drawer--gnb li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s cubic-bezier(0.42, 0, 0, 1);
}
.no-drawer--gnb li a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.no-footer {
  position: relative;
  overflow: hidden;
  padding-top: clamp(6.4rem, 2.3300970874vw + 5.5262135922rem, 10rem);
  padding-bottom: clamp(4rem, 1.5533980583vw + 3.4174757282rem, 6.4rem);
  background: #000;
  z-index: 9;
}
.no-footer .top_btn {
  position: absolute;
  right: 2rem;
  top: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border: 1px solid #fff;
  width: 4rem;
  aspect-ratio: 1;
  cursor: pointer;
  transition: background-color var(--tran-3);
  display: none;
}
@media (max-width: 544px) {
  .no-footer .top_btn {
    display: flex;
  }
}
.no-footer .top_btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.no-footer .footer-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  padding-bottom: clamp(4rem, 2.071197411vw + 3.2233009709rem, 7.2rem);
}
@media (max-width: 768px) {
  .no-footer .footer-wrap {
    flex-direction: column;
    gap: 4rem;
  }
}
.no-footer .footer-wrap .brand {
  flex: 0 1 auto;
}
.no-footer .footer-wrap .brand .logo {
  display: inline-block;
  width: clamp(12rem, 1.9417475728vw + 11.2718446602rem, 15rem);
}
.no-footer .footer-wrap .brand .logo img {
  width: 100%;
  height: auto;
}
.no-footer .footer-wrap .brand .tagline {
  line-height: 1.6;
}
.no-footer .footer-wrap .cols {
  display: flex;
  gap: clamp(4.8rem, 4.6601941748vw + 3.0524271845rem, 12rem);
}
@media (max-width: 544px) {
  .no-footer .footer-wrap .cols {
    flex-wrap: wrap;
    gap: 3.2rem 4.8rem;
  }
}
.no-footer .footer-wrap .cols .col ul {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.no-footer .footer-wrap .cols .col a {
  transition: color var(--tran-3);
}
.no-footer .footer-wrap .cols .col a:hover {
  color: #fff;
}
.no-footer__bottom {
  padding-top: clamp(2rem, 0.5177993528vw + 1.8058252427rem, 2.8rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 544px) {
  .no-footer__bottom {
    flex-direction: column;
    gap: 1.2rem;
    align-items: flex-start;
  }
}

.no-legal {
  color: #ffffff;
  margin-top: var(--header-height);
}
.no-legal__content {
  max-width: 80rem;
}
.no-legal__intro {
  margin-bottom: 2.4rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
}
.no-legal__intro:last-of-type {
  margin-bottom: 4rem;
}
.no-legal__section {
  margin-bottom: 4rem;
}
.no-legal__section:last-child {
  margin-bottom: 0;
}
.no-legal__title {
  margin-bottom: 1.6rem;
  color: #ffffff;
  line-height: 1.5;
}
.no-legal__subtitle {
  margin-top: 2rem;
  margin-bottom: 1.2rem;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.5;
}
.no-legal__subtitle:first-child {
  margin-top: 1.6rem;
}
.no-legal__text {
  margin-bottom: 1.6rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}
.no-legal__text:last-child {
  margin-bottom: 0;
}
.no-legal__subsection {
  margin-top: 1.6rem;
}
.no-legal__list {
  margin-top: 1.2rem;
  margin-bottom: 1.6rem;
  padding-left: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.85);
}
.no-legal__list li {
  position: relative;
  margin-bottom: 0.8rem;
  padding-left: 1.6rem;
  line-height: 1.8;
}
.no-legal__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.85);
}
.no-legal__list li:last-child {
  margin-bottom: 0;
}
.no-legal__list--ordered {
  margin-top: 1.2rem;
  margin-bottom: 1.6rem;
  padding-left: 0;
  list-style: none;
  counter-reset: item;
  color: rgba(255, 255, 255, 0.85);
}
.no-legal__list--ordered li {
  position: relative;
  margin-bottom: 0.8rem;
  padding-left: 2.4rem;
  line-height: 1.8;
  counter-increment: item;
}
.no-legal__list--ordered li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.85);
}
.no-legal__list--ordered li:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .no-legal {
    padding-top: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
    padding-bottom: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
  }
  .no-legal__content {
    max-width: 100%;
  }
  .no-legal__intro {
    margin-bottom: 2rem;
  }
  .no-legal__intro:last-of-type {
    margin-bottom: 3.2rem;
  }
  .no-legal__section {
    margin-bottom: 3.2rem;
  }
  .no-legal__title {
    margin-bottom: 1.2rem;
  }
  .no-legal__subtitle {
    margin-top: 1.6rem;
    margin-bottom: 1rem;
  }
  .no-legal__list li {
    padding-left: 1.4rem;
  }
  .no-legal__list--ordered li {
    padding-left: 2rem;
  }
}

.no-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: var(--header-z-index);
  height: var(--header-height);
  background-color: transparent;
  transition: background-color var(--tran-3), backdrop-filter var(--tran-3);
}
.no-header.scroll {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.no-header .no-container-xl {
  height: 100%;
}
.no-header .bar {
  height: 100%;
  display: flex;
  align-items: center;
  gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
}
.no-header .logo {
  width: clamp(8.4rem, 1.2944983819vw + 7.9145631068rem, 10.4rem);
}
.no-header .logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .no-header nav {
    display: none;
  }
}
.no-header nav ul {
  display: flex;
  align-items: center;
  gap: clamp(1.6rem, 1.0355987055vw + 1.2116504854rem, 3.2rem);
}
.no-header nav a {
  color: var(--clr-gray-600);
  transition: color var(--tran-3);
}
.no-header nav a:hover {
  color: #fff;
}
.no-header .cta {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media (max-width: 1024px) {
  .no-header .cta {
    display: none;
  }
}
.no-header .toggle {
  display: none;
}
@media (max-width: 1024px) {
  .no-header .toggle {
    margin-left: auto;
    display: block;
  }
}
.no-header .toggle i {
  color: #fff;
  font-size: 2.4rem;
}

.no-sub-visual {
  position: relative;
  overflow: hidden;
  margin-top: var(--header-height);
  padding: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem) 0;
  z-index: 2;
}
.no-sub-visual .circle-blur {
  width: clamp(30rem, 6.4724919094vw + 27.572815534rem, 40rem);
  right: clamp(-20rem, -3.2362459547vw + -13.786407767rem, -15rem);
  top: 45%;
  transform: translateY(-50%);
  z-index: -1;
}
.no-sub-visual .simple-nav {
  margin-bottom: 1.6rem;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.2rem;
}
.no-sub-visual .simple-nav .home {
  width: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
  height: clamp(1.6rem, 0.1294498382vw + 1.5514563107rem, 1.8rem);
}
.no-sub-visual .simple-nav .home img {
  width: 100%;
  filter: brightness(0.4);
  transition: filter var(--tran-15);
}
.no-sub-visual .simple-nav .home img:hover {
  filter: brightness(1);
}
.no-sub-visual .simple-nav i {
  font-size: 1.2rem;
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-sub-visual .no-sub-menu {
  width: 100%;
  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  margin-top: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
}
.no-sub-visual .no-sub-menu:hover li a.active {
  color: var(--clr-gray-500);
  border-bottom: 1px solid var(--clr-gray-500);
}
.no-sub-visual .no-sub-menu li a {
  padding: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem) 0;
  border-bottom: 1px solid var(--clr-gray-500);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border var(--tran-3), color var(--tran-3);
}
.no-sub-visual .no-sub-menu li a:hover {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.no-sub-visual .no-sub-menu li a.active {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.no-sub-visual .no-sub-menu li a.active:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.no-board__total {
  font-weight: 600;
}
.no-board__total em {
  color: var(--clr-primary-main);
}
.no-board__filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}
@media (max-width: 544px) {
  .no-board__filter {
    align-items: flex-start;
    flex-direction: column;
  }
}
.no-board__search {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex: 1;
  justify-content: flex-end;
}
@media (max-width: 544px) {
  .no-board__search {
    flex-direction: column;
    width: 100%;
  }
  .no-board__search .no-form-control--search {
    width: 100%;
  }
  .no-board__search .no-form-control--search label {
    width: 100%;
  }
  .no-board__search .no-form-control__input--search {
    max-width: 100%;
  }
  .no-board__search .no-form-select {
    max-width: 100%;
  }
}

.no-board-detail__headline {
  margin-bottom: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
}
.no-board-detail__head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  border-top: 2px solid var(--clr-base-black);
  padding: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
  border-bottom: 1px solid var(--clr-gray-100);
}
@media (max-width: 768px) {
  .no-board-detail__head {
    flex-direction: column;
    align-items: flex-start;
    padding: 2.4rem 0;
  }
}
.no-board-detail__admin {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.4rem;
  color: var(--clr-primary-main);
  font-weight: 600;
}
.no-board-detail__admin i {
  font-size: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-board-detail__date {
  font-size: 1.4rem;
  color: var(--clr-gray-500);
}
.no-board-detail__body {
  padding: clamp(1.8rem, 1.1650485437vw + 1.3631067961rem, 3.6rem) clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
}
.no-board-detail__body.--comment {
  background: var(--clr-primary-50);
  border: 1px solid var(--clr-primary-main);
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .no-board-detail__body {
    padding: 2.4rem 0;
  }
}
.no-board-detail__action {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 3.6rem;
}
@media (max-width: 768px) {
  .no-board-detail__action {
    margin-top: 2.4rem;
  }
}

.no-locked__container {
  max-width: 560px;
  margin-inline: auto;
  text-align: center;
}
.no-locked__logo {
  margin-bottom: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
}
.no-locked__logo img {
  display: block;
  margin: 0 auto;
  width: 18rem;
}
.no-locked__title {
  margin-bottom: clamp(1.6rem, 0.2588996764vw + 1.5029126214rem, 2rem);
}
.no-locked__desc {
  color: var(--clr-gray-600);
  line-height: 1.6;
  margin-bottom: clamp(2rem, 0.5177993528vw + 1.8058252427rem, 2.8rem);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.no-locked__desc strong {
  display: block;
  color: var(--clr-base-black);
  margin-bottom: 0.4rem;
}
.no-locked__form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.no-locked__field {
  width: 100%;
}
.no-locked__submit {
  width: 100%;
  height: 48px;
  border-radius: var(--radius-lg, 12px);
  font-weight: 700;
}
.no-locked__back {
  display: inline-block;
  margin-top: 0.6rem;
  text-decoration: underline;
  color: var(--clr-primary-main);
  font-weight: 600;
}
.no-locked__back:hover {
  text-decoration: none;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: clamp(0.9rem, 0.1941747573vw + 0.827184466rem, 1.2rem) clamp(1.8rem, 0.5177993528vw + 1.6058252427rem, 2.6rem);
  border-radius: var(--radius-round);
  white-space: nowrap;
  transition: background-color var(--tran-3), color var(--tran-3), border-color var(--tran-3);
  }
.btn--primary {
  background-color: #fff;
  color: #000;
}
.btn--primary:hover {
  background-color: var(--clr-primary-500);
}
.btn--line {
  color: #fff;
  border: 1px solid var(--clr-gray-400);
}
.btn--line:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.no-form-radio__title {
  display: block;
  font-weight: 500;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  margin-bottom: 0.8rem;
}
.no-form-radio__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.2rem;
}
@media (max-width: 1024px) {
  .no-form-radio__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .no-form-radio__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.no-form-radio__item {
  flex: 1;
}
.no-form-radio__item input {
  display: none;
}
.no-form-radio__item input:checked + .no-form-radio__label {
  color: var(--clr-primary-main);
  border-color: var(--clr-primary-main);
  outline: 1px solid var(--clr-primary-main);
}
.no-form-radio__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
  background: var(--clr-base-white);
  border: 1px solid var(--clr-gray-300);
  width: 100%;
  font-size: clamp(1.3rem, 0.1294498382vw + 1.2514563107rem, 1.5rem);
}

.no-form-checkbox__inner {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
}
.no-form-checkbox input {
  display: none;
}
.no-form-checkbox input:checked + .no-form-checkbox__box {
  border-color: var(--clr-primary-main);
  background: var(--clr-primary-main);
}
.no-form-checkbox input:checked + .no-form-checkbox__box i {
  visibility: visible;
  opacity: 1;
}
.no-form-checkbox__box {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.4rem;
  border: 1px solid var(--clr-gray-300);
  display: flex;
  align-items: center;
  background: var(--clr-base-white);
}
.no-form-checkbox__box i {
  color: var(--clr-base-white);
  visibility: hidden;
  opacity: 0;
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
}
.no-form-checkbox__label {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}

.no-form-group.--full {
  width: 100%;
}
.no-form-group.--base {
  width: calc(33.33% - 2.1333rem);
}
@media (max-width: 1024px) {
  .no-form-group.--base {
    width: calc(50% - 1.6rem);
  }
}
@media (max-width: 768px) {
  .no-form-group.--base {
    width: 100%;
  }
}
.no-form-group__label {
  margin-bottom: 0.8rem;
  font-weight: 500;
  display: inline-block;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}

.no-form-control {
  border: 1px solid var(--clr-gray-300);
  border-radius: var(--radius-sm);
  overflow: hidden;
  position: relative;
}
.no-form-control__button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-radius: 0%;
}
.no-form-control.--textarea {
  height: clamp(16rem, 2.5889967638vw + 15.0291262136rem, 20rem);
}
.no-form-control.--base {
  max-width: 40rem;
}
.no-form-control:focus-within {
  border-color: var(--clr-primary-main);
}
.no-form-control__textarea {
  width: 100%;
  padding: 2rem;
  height: 100%;
}
.no-form-control--search {
  display: inline-block;
}
.no-form-control--search label {
  display: inline-flex;
  align-items: center;
  background: var(--clr-base-white);
}
.no-form-control--search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.2rem;
}
.no-form-control--search button i {
  color: var(--clr-primary-main);
  font-weight: 500;
  font-size: 2rem;
}
.no-form-control__input {
  width: 100%;
  height: 4.4rem;
  padding: 0 2rem;
}
.no-form-control__input:read-only {
  background: var(--clr-gray-100);
}
.no-form-control__input--search {
  max-width: 25.5rem;
  width: 100%;
}
.no-form-control__input--search::-webkit-search-decoration, .no-form-control__input--search::-webkit-search-cancel-button, .no-form-control__input--search::-webkit-search-results-button, .no-form-control__input--search::-webkit-search-results-decoration {
  display: none;
}

.no-form-select {
  max-width: 15rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.no-form-select__input {
  -webkit-appearance: none;
  border: 1px solid var(--clr-gray-300);
  border-radius: var(--radius-sm);
  overflow: hidden;
  width: 100%;
  height: 4.4rem;
  padding: 0 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.no-form-select__icon {
  position: absolute;
  pointer-events: none;
  right: 1.2rem;
  top: 50%;
  height: 100%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.no-form-file__inner {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  background: var(--clr-base-white);
  border: 1px solid var(--clr-gray-300);
  border-radius: var(--radius-sm);
  min-height: 4.4rem;
  padding: 0.6rem 2rem;
  transition: border-color 0.2s ease, outline-color 0.2s ease;
  position: relative;
  overflow: hidden;
}
.no-form-file:focus-within .no-form-file__inner {
  border-color: var(--clr-primary-main);
  outline: 1px solid var(--clr-primary-main);
}
.no-form-file__label {
  font-size: clamp(1.2rem, 0.1294498382vw + 1.1514563107rem, 1.4rem);
}
.no-form-file__input {
  width: 100%;
  height: 3.2rem;
  padding: 0 1.2rem 0 1.2rem;
  border: 0;
  background: transparent;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  color: var(--clr-gray-900);
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.no-form-file__input::file-selector-button {
  margin-right: 1.2rem;
  height: 3.2rem;
  padding: 0 1.2rem;
  border-radius: 0.6rem;
  border: 1px solid var(--clr-primary-main);
  background: var(--clr-primary-main);
  color: var(--clr-base-white);
  font-size: clamp(1.3rem, 0.1294498382vw + 1.2514563107rem, 1.5rem);
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.1s ease;
}
.no-form-file__input:hover::file-selector-button {
  opacity: 0.9;
}
.no-form-file__input:active::file-selector-button {
  transform: translateY(1px);
}
.no-form-file__input::-webkit-file-upload-button {
  visibility: hidden;
}
.no-form-file__meta {
  margin-left: auto;
  color: var(--clr-gray-500);
  font-size: clamp(1.2rem, 0.0647249191vw + 1.1757281553rem, 1.3rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 60%;
}
@media (max-width: 768px) {
  .no-form-file__meta {
    max-width: 100%;
  }
}
.no-form-file.--drop {
  position: relative;
}
.no-form-file.--drop .no-form-file__inner {
  justify-content: center;
  gap: 0.8rem;
  border-style: dashed;
  border-color: var(--clr-gray-300);
  background: var(--clr-gray-50);
  min-height: 10rem;
  text-align: center;
}
.no-form-file.--drop .no-form-file__input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.no-form-file.--drop.is-dragover .no-form-file__inner {
  border-color: var(--clr-primary-main);
  outline: 1px solid var(--clr-primary-main);
  background: rgba(0, 0, 0, 0.02);
}

.no-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
  user-select: none;
  }
@media (max-width: 768px) {
  .no-pagination {
    gap: 0.8rem;
  }
}
.no-pagination__link {
  --size: clamp(3.2rem, 0.5177993528vw + 3.0058252427rem, 4rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: var(--size);
  height: var(--size);
  padding: 0 0.8rem;
  border: 1px solid var(--clr-gray-300);
  border-radius: 0.6rem;
  background: var(--clr-base-white);
  color: var(--clr-base-black);
  line-height: 1;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.no-pagination__link:hover {
  background: var(--clr-gray-100);
  border-color: var(--clr-gray-400);
}
.no-pagination__link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(var(--clr-primary-rgb, 33, 150, 243), 0.25);
}
.no-pagination__link.--disabled {
  color: var(--clr-gray-400);
  border-color: var(--clr-gray-200);
  background: var(--clr-gray-50);
  pointer-events: none;
  opacity: 0.7;
}
.no-pagination .--numbers {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.no-pagination .--numbers a {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: background-color var(--tran-15);
}
.no-pagination .--numbers a:hover {
  background-color: #f5f5f5;
}
.no-pagination .--numbers a.active {
  background-color: var(--clr-primary-500);
  color: #fff;
}
.no-pagination .--arrow {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-pagination__link--num {
  width: var(--size);
  padding: 0;
  font-weight: 500;
}
.no-pagination__link--num[aria-current=page], .no-pagination__link--num.is-active {
  background: var(--clr-primary-main);
  border-color: var(--clr-primary-main);
  color: var(--clr-base-white);
}
.no-pagination__link--num.--ghost {
  background: var(--clr-base-white);
  color: var(--clr-gray-700);
}
.no-pagination__link--arrow {
  width: var(--size);
  color: var(--clr-base-black);
  border-color: transparent;
  background: transparent;
}
.no-pagination__link--arrow i {
  font-size: clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  line-height: 1;
}
.no-pagination__link--arrow:hover {
  background: var(--clr-gray-100);
  border-color: var(--clr-gray-300);
}

.no-prevnext {
  border-top: 1px solid var(--clr-base-black);
}
.no-prevnext__block {
  width: 100%;
  text-align: left;
  padding: 2.4rem;
  padding-left: 0;
  border-bottom: 1px solid var(--clr-gray-100);
}
@media (max-width: 768px) {
  .no-prevnext__block {
    padding: 1.8rem 2.4rem 1.8rem 0;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
.no-prevnext__link {
  padding-left: 9.4rem;
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .no-prevnext__link {
    padding-left: 4.6rem;
  }
}
.no-prevnext__label {
  color: var(--clr-gray-600);
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
@media (max-width: 768px) {
  .no-prevnext__label {
    font-size: 1.2rem;
  }
}
.no-prevnext__title {
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
@media (max-width: 768px) {
  .no-prevnext__title {
    font-size: 1.2rem;
  }
}

.no-table__self {
  border-top: 2px solid var(--clr-gray-900);
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.no-table__self th, .no-table__self td {
  border-bottom: 1px solid var(--clr-gray-200);
  color: var(--clr-gray-600);
}
@media (max-width: 768px) {
  .no-table__self th, .no-table__self td {
    text-align: left;
    display: block;
    padding: 0;
    border-bottom: 0;
  }
}
.no-table__self th, .no-table__self td {
  padding: 2rem 1rem;
  font-size: clamp(1.4rem, 0.1294498382vw + 1.3514563107rem, 1.6rem);
}
.no-table__self thead {
  font-weight: 600;
}
@media (max-width: 768px) {
  .no-table__self thead {
    display: none;
  }
}
.no-table__self thead th {
  border-bottom: 1px solid var(--clr-gray-900);
  text-align: center;
}
@media (max-width: 768px) {
  .no-table__self tbody tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--clr-gray-200);
    padding: 1.6rem 0;
  }
}
@media (max-width: 768px) {
  .no-table__self tbody td {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .no-table .no-table__attr {
    display: inline-block;
    color: var(--clr-gray-400);
  }
  .no-table .no-table__attr:last-child span {
    padding-right: 0;
    margin-right: 0;
  }
  .no-table .no-table__attr:last-child span::after {
    content: none;
  }
  .no-table .no-table__attr span {
    font-size: 1.2rem;
    position: relative;
    padding-right: 0.8rem;
    margin-right: 0.8rem;
    line-height: 1;
  }
  .no-table .no-table__attr span::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    height: 1rem;
    width: 0.1rem;
    background: var(--clr-gray-600);
    transform: translateY(-40%);
  }
  .no-table .no-table__attr span::before {
    content: attr(data-label);
    color: var(--clr-gray-600);
    display: inline-block;
    padding-right: 0.4rem;
  }
}
.no-table .no-table__pin {
  color: var(--clr-primary-main);
}
.no-table .no-table__title {
  font-weight: 600;
  width: 100%;
}
.no-table .no-table__link {
  font-weight: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.no-table .no-table__link:hover {
  text-decoration: underline;
  color: var(--clr-primary-main);
}
.no-table .no-table__link-text {
  white-space: nowrap;
}

.no-floating-container {
  display: grid;
  grid-template-columns: 220px 1fr;
  column-gap: clamp(24px, 3vw, 48px);
  align-items: start;
}
@media (max-width: 768px) {
  .no-floating-container {
    grid-template-columns: 1fr;
    column-gap: auto;
  }
}

.no-floating-menu {
  width: 16rem;
  padding-left: 2rem;
  will-change: transform;
}
@media (max-width: 768px) {
  .no-floating-menu {
    display: none;
  }
}
.no-floating-menu__nav {
  display: flex;
  flex-direction: column;
  gap: clamp(0.8rem, 0.2588996764vw + 0.7029126214rem, 1.2rem);
}
.no-floating-menu__link {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 500;
  color: var(--clr-gray-400);
}
.no-floating-menu__link:hover {
  color: var(--clr-base-black);
}
.no-floating-menu__link.--active {
  color: var(--clr-primary-main);
}
.no-floating-menu__link.--active::before {
  opacity: 1;
  visibility: visible;
}
.no-floating-menu__link::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background: var(--clr-primary-main);
  opacity: 0;
  visibility: hidden;
}

:root {
  --gt-size: 48px;
  --gt-gap: 20px;
}

.no-gototop {
  position: fixed;
  inset-inline-end: calc(var(--gt-gap) + env(safe-area-inset-right));
  inset-block-end: calc(var(--gt-gap) + env(safe-area-inset-bottom));
  z-index: 999;
  pointer-events: none;
}
.no-gototop__btn {
  width: var(--gt-size);
  height: var(--gt-size);
  border: none;
  border-radius: 999px;
  background: var(--clr-primary-main);
  color: var(--clr-base-white);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.02em;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.18s ease, transform 0.18s ease, background 0.2s ease;
}
.no-gototop__btn span {
  font-size: 12px;
}
.no-gototop__btn:hover {
  background: var(--clr-primary-hover);
}
.no-gototop__btn:active {
  transform: translateY(14px) scale(0.97);
}
.no-gototop__btn:focus-visible {
  outline: 2px solid var(--clr-primary-400);
  outline-offset: 3px;
}
.no-gototop.is-visible .no-gototop__btn {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .no-gototop__btn {
    transition: none;
  }
}

.no-marquee-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  gap: 5rem;
}
.no-marquee-section.--top {
  padding-top: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-marquee-section.--bottom {
  padding-bottom: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem);
}
.no-marquee-section.--y {
  padding: clamp(6.4rem, 4.142394822vw + 4.8466019417rem, 12.8rem) 0;
}

.no-marquee {
  padding: 1vw;
  white-space: nowrap;
}
.no-marquee__inner {
  display: flex;
  gap: 2rem;
}
.no-marquee__content {
  color: rgba(0, 164, 175, 0.15);
  font-size: clamp(9.6rem, 5.9546925566vw + 7.3669902913rem, 18.8rem);
}

.codex-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(1.6rem, 0.5177993528vw + 1.4058252427rem, 2.4rem);
}
.codex-modal.is-open {
  display: flex;
}
.codex-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.codex-modal__panel {
  position: relative;
  width: 100%;
  max-width: 42rem;
  padding: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem) clamp(2.4rem, 0.7766990291vw + 2.1087378641rem, 3.6rem);
  border-radius: var(--radius-lg, 1.6rem);
  border: 1px solid var(--clr-gray-400);
  background: #111;
  text-align: center;
}
.codex-modal__close {
  position: absolute;
  top: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  right: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  color: var(--clr-gray-700);
  font-size: clamp(1.8rem, 0.2588996764vw + 1.7029126214rem, 2.2rem);
  line-height: 1;
  transition: color var(--tran-3);
}
.codex-modal__close:hover {
  color: #fff;
}
.codex-modal__title {
  color: #fff;
}
.codex-modal__desc {
  margin-top: 0.8rem;
}
.codex-modal__options {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: clamp(2rem, 0.5177993528vw + 1.8058252427rem, 2.8rem);
}
.codex-modal__option {
  width: 100%;
}

.no-visual {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
@supports (height: 100dvh) {
  .no-visual {
    min-height: 100dvh;
  }
}
.no-visual .bg {
  position: absolute;
  inset: 0;
}
.no-visual .bg .bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 544px) {
  .no-visual .bg .bg-video {
    object-position: 72% center;
  }
}
.no-visual .bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.05) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 40%);
}
@media (max-width: 544px) {
  .no-visual .bg::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.55) 50%, rgba(0, 0, 0, 0.25) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%);
  }
}
.no-visual .no-container-xl {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-top: var(--header-height);
  padding-bottom: clamp(4rem, 2.071197411vw + 3.2233009709rem, 7.2rem);
}
@supports (height: 100dvh) {
  .no-visual .no-container-xl {
    min-height: 100dvh;
  }
}
.no-visual .inner {
  margin-top: auto;
  margin-bottom: auto;
}
.no-visual .buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem;
}
@media (max-width: 544px) {
  .no-visual .buttons {
    flex-wrap: nowrap;
    gap: 0.8rem;
  }
  .no-visual .buttons .btn {
    flex: 0 1 auto;
    min-width: 0;
    gap: 0.5rem;
    padding-left: clamp(1rem, 14.5454545455vw - 3.6545454545rem, 1.8rem);
    padding-right: clamp(1rem, 14.5454545455vw - 3.6545454545rem, 1.8rem);
    font-size: var(--body-xs-fs);
  }
}
.no-visual .stats {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: space-between;
  gap: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem) clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
}
@media (max-width: 1024px) {
  .no-visual .stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
.no-visual .stats li {
  padding-left: clamp(2.4rem, 1.2944983819vw + 1.9145631068rem, 4.4rem);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.no-visual .stats li:first-child {
  padding-left: 0;
  border-left: none;
}
@media (max-width: 1024px) {
  .no-visual .stats li:nth-child(odd) {
    padding-left: 0;
    border-left: none;
  }
  .no-visual .stats li:nth-child(even) {
    padding-left: clamp(2.4rem, 1.2944983819vw + 1.9145631068rem, 4.4rem);
    border-left: 1px solid rgba(255, 255, 255, 0.15);
  }
}
.no-visual .stats li b {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 544px) {
  .no-visual .stats li b {
    font-size: var(--heading-md-fs);
  }
}
.no-visual .stats li .label {
  display: block;
}
@media (max-width: 544px) {
  .no-visual .stats li .label {
    line-height: 1.3;
  }
}
.no-visual .stats .num {
  display: inline-flex;
  align-items: flex-end;
  font-variant-numeric: tabular-nums;
}
.no-visual .stats .num .reel {
  display: inline-block;
  width: 1ch;
  height: 1em;
  overflow: hidden;
}
.no-visual .stats .num .reel-strip {
  display: flex;
  flex-direction: column;
  will-change: transform;
}
.no-visual .stats .num .reel-cell {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 1em;
}
.no-visual .stats .num .reel-static {
  display: inline-flex;
  align-items: flex-end;
  height: 1em;
}

.no-ground .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.2rem, 0.5177993528vw + 1.0058252427rem, 2rem);
}
@media (max-width: 768px) {
  .no-ground .list {
    grid-template-columns: 1fr;
  }
}
.no-ground li {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.no-treasure .stats {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: space-between;
  gap: clamp(2.4rem, 0.5177993528vw + 2.2058252427rem, 3.2rem) clamp(2rem, 1.2944983819vw + 1.5145631068rem, 4rem);
}
@media (max-width: 1024px) {
  .no-treasure .stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
.no-treasure .stats li {
  padding-left: clamp(2.4rem, 1.2944983819vw + 1.9145631068rem, 4.4rem);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.no-treasure .stats li:first-child {
  padding-left: 0;
  border-left: none;
}
@media (max-width: 1024px) {
  .no-treasure .stats li:nth-child(odd) {
    padding-left: 0;
    border-left: none;
  }
  .no-treasure .stats li:nth-child(even) {
    padding-left: clamp(2.4rem, 1.2944983819vw + 1.9145631068rem, 4.4rem);
    border-left: 1px solid rgba(255, 255, 255, 0.15);
  }
}
.no-treasure .stats li b {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 544px) {
  .no-treasure .stats li b {
    font-size: var(--heading-md-fs);
  }
}
.no-treasure .stats li .label {
  display: block;
}
.no-treasure .stats .num {
  display: inline-flex;
  align-items: flex-end;
  font-variant-numeric: tabular-nums;
}
.no-treasure .stats .num .reel {
  display: inline-block;
  width: 1ch;
  height: 1em;
  overflow: hidden;
}
.no-treasure .stats .num .reel-strip {
  display: flex;
  flex-direction: column;
  will-change: transform;
}
.no-treasure .stats .num .reel-cell {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 1em;
}
.no-treasure .stats .num .reel-static {
  display: inline-flex;
  align-items: flex-end;
  height: 1em;
}
.no-treasure .chart-card {
  position: relative;
  width: 100%;
  height: clamp(32rem, 40vw, 52rem);
  padding: clamp(2.4rem, 1.0355987055vw + 2.0116504854rem, 4rem);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.no-partners .list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.no-partners .row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(0, 24rem);
  grid-template-areas: "icon name benefit" "icon desc benefit";
  column-gap: clamp(2.4rem, 1.5533980583vw + 1.8174757282rem, 4.8rem);
  row-gap: clamp(0.6rem, 0.2588996764vw + 0.5029126214rem, 1rem);
  align-items: start;
  padding: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1024px) {
  .no-partners .row {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas: "icon name" "desc desc" "benefit benefit";
    row-gap: clamp(1rem, 0.2588996764vw + 0.9029126214rem, 1.4rem);
  }
}
@media (max-width: 544px) {
  .no-partners .row {
    grid-template-columns: 1fr;
    grid-template-areas: "icon" "name" "desc" "benefit";
  }
}
.no-partners .icon {
  grid-area: icon;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(4.8rem, 0.7766990291vw + 4.5087378641rem, 6rem);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.no-partners .icon lord-icon {
  width: 72%;
  height: 72%;
}
.no-partners .name {
  grid-area: name;
}
.no-partners .desc {
  grid-area: desc;
}
.no-partners .benefit {
  grid-area: benefit;
}
.no-partners .benefit .meta {
  display: block;
}

.no-roadmap .phase {
  position: relative;
  display: grid;
  grid-template-columns: 3.6rem 1fr;
  column-gap: clamp(2rem, 0.7766990291vw + 1.7087378641rem, 3.2rem);
  align-items: start;
}
.no-roadmap .phase:not(:last-child) {
  padding-bottom: clamp(4.4rem, 1.5533980583vw + 3.8174757282rem, 6.8rem);
}
.no-roadmap .phase:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 1.8rem;
  top: 3.6rem;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.14);
  transform: translateX(-50%);
}
.no-roadmap .phase .num {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--clr-primary-500);
  color: var(--clr-primary-500);
}
.no-roadmap .phase .body {
  display: grid;
  grid-template-columns: minmax(0, 22rem) 1fr;
  column-gap: clamp(2.4rem, 2.071197411vw + 1.6233009709rem, 5.6rem);
  align-items: start;
}
@media (max-width: 768px) {
  .no-roadmap .phase .body {
    grid-template-columns: 1fr;
    row-gap: clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  }
}
.no-roadmap .phase .label {
  display: block;
}
.no-roadmap .phase ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 0.2588996764vw + 0.9029126214rem, 1.4rem) clamp(1.6rem, 0.7766990291vw + 1.3087378641rem, 2.8rem);
}
@media (max-width: 544px) {
  .no-roadmap .phase ul {
    grid-template-columns: 1fr;
  }
}
.no-roadmap .phase li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  padding: clamp(0.8rem, 0.1941747573vw + 0.727184466rem, 1.1rem) clamp(1.2rem, 0.2588996764vw + 1.1029126214rem, 1.6rem);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
  transition: border-color var(--tran-3), background-color var(--tran-3);
}
.no-roadmap .phase li:hover {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}
.no-roadmap .phase li::before {
  content: "";
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  margin-top: 0.7em;
  border-radius: 50%;
  background: var(--clr-primary-500);
}

.no-gallery {
  overflow: clip;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
@supports (height: 100dvh) {
  .no-gallery {
    min-height: 100dvh;
  }
}
@media (max-width: 768px) {
  .no-gallery {
    min-height: 0;
    display: block;
  }
}
.no-gallery .no-container-xl {
  width: 100%;
}
.no-gallery .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  align-items: center;
}
@media (max-width: 768px) {
  .no-gallery .grid {
    grid-template-columns: 1fr;
    gap: clamp(3.2rem, 1.0355987055vw + 2.8116504854rem, 4.8rem);
  }
}
.no-gallery .marquee {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.2rem, 0.5177993528vw + 1.0058252427rem, 2rem);
  height: clamp(42rem, 72vh, 76rem);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
}
.no-gallery .col {
  overflow: hidden;
}
.no-gallery .track {
  animation: gallery-scroll-up 22s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
}
.no-gallery .track figure {
  width: 100%;
  aspect-ratio: 3/4;
  margin-bottom: clamp(1.2rem, 0.5177993528vw + 1.0058252427rem, 2rem);
  background-size: cover;
  background-position: center;
}
.no-gallery .col:nth-child(2) .track {
  animation-name: gallery-scroll-down;
  animation-duration: 26s;
}
.no-gallery .col:nth-child(3) .track {
  animation-duration: 19s;
}

@keyframes gallery-scroll-up {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -50%, 0);
  }
}
@keyframes gallery-scroll-down {
  from {
    transform: translate3d(0, -50%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.no-enter .lead {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: clamp(2.4rem, 2.5889967638vw + 1.4291262136rem, 6.4rem);
}
@media (max-width: 768px) {
  .no-enter .lead {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.no-enter .lead h2 {
  margin-top: calc((1 - var(--display-xs-lh)) * 0.5em);
}
.no-enter .cta-card {
  position: relative;
  overflow: hidden;
  background: #131313;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: clamp(3.2rem, 2.5889967638vw + 2.2291262136rem, 7.2rem);
}
.no-enter .cta-card .txt {
  position: relative;
  z-index: 1;
}
.no-enter .cta-card .buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.no-enter .cta-card .visual {
  position: absolute;
  inset: 0 0 0 auto;
  width: 55%;
  background-size: cover;
  background-position: center;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 55%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 55%);
}
@media (max-width: 544px) {
  .no-enter .cta-card .visual {
    opacity: 0.35;
  }
}

.no-story .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
  align-items: center;
}
@media (max-width: 768px) {
  .no-story .grid {
    grid-template-columns: 1fr;
    gap: clamp(4rem, 1.0355987055vw + 3.6116504854rem, 5.6rem);
  }
}
.no-story .grid > * {
  min-width: 0;
}
.no-story .visual {
  position: relative;
}
.no-story .main {
  width: 100%;
  aspect-ratio: 1;
  background-color: #262626;
  background-size: cover;
  background-position: center;
}
.no-story .tabs .tab {
  width: auto;
  white-space: nowrap;
  color: var(--clr-gray-500);
  padding-bottom: 1.2rem;
  border-bottom: 2px solid transparent;
  transition: color var(--tran-3);
}
.no-story .tabs .tab:hover {
  color: #fff;
}
.no-story .tabs .tab.is-active {
  color: #fff;
  border-bottom-color: var(--clr-primary-500);
}
.no-story .panel {
  display: none;
}
.no-story .panel.is-active {
  display: block;
}

.no-dig {
  position: relative;
  height: 400vh;
}
.no-dig .pin {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@supports (height: 100dvh) {
  .no-dig .pin {
    height: 100dvh;
  }
}
.no-dig .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(4rem, 2.5889967638vw + 3.0291262136rem, 8rem);
  align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  .no-dig .grid {
    grid-template-columns: 1fr;
    gap: clamp(2.8rem, 0.7766990291vw + 2.5087378641rem, 4rem);
  }
}
.no-dig .grid > * {
  min-width: 0;
}
.no-dig .stage {
  position: relative;
  padding-left: 2.8rem;
}
.no-dig .progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.15);
}
.no-dig .progress .fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: var(--clr-primary-500);
}
.no-dig .panels {
  position: relative;
  min-height: clamp(30rem, 5.1779935275vw + 28.0582524272rem, 38rem);
}
.no-dig .panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s linear 0.5s;
}
.no-dig .panel.is-active {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s;
}
.no-dig .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.no-dig .tags li {
  padding: 0.6rem clamp(1.4rem, 0.2588996764vw + 1.3029126214rem, 1.8rem);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.no-dig .nav {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.6rem, 0.7766990291vw + 1.3087378641rem, 2.8rem);
}
.no-dig .nav li {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  padding-bottom: 0.8rem;
  color: var(--clr-gray-500);
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: color var(--tran-3), border-color var(--tran-3);
}
.no-dig .nav li b {
  color: var(--clr-gray-500);
  transition: color var(--tran-3);
}
.no-dig .nav li:hover {
  color: #fff;
}
.no-dig .nav li.is-active {
  color: #fff;
  border-bottom-color: var(--clr-primary-500);
}
.no-dig .nav li.is-active b {
  color: var(--clr-primary-500);
}
.no-dig .visual {
  position: relative;
  width: 100%;
  max-width: 42rem;
  margin-left: auto;
  aspect-ratio: 3/4;
}
@media (max-width: 768px) {
  .no-dig .visual {
    max-width: 30rem;
    margin: 0 auto;
  }
}
.no-dig .shot {
  position: absolute;
  inset: 0;
  background-color: #262626;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.no-dig .shot.is-active {
  opacity: 1;
}

.no-chain {
  position: relative;
  overflow: hidden;
}
.no-chain .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--spacing-xl);
}
@media (max-width: 768px) {
  .no-chain .top {
    display: block;
  }
}
.no-chain .top hgroup {
  flex: 1;
}
.no-chain .top .control {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  gap: var(--spacing-xs);
}
@media (max-width: 768px) {
  .no-chain .top .control {
    justify-content: flex-start;
    margin-top: var(--spacing-xl);
  }
}
.no-chain .top .control .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(4.4rem, 0.5177993528vw + 4.2058252427rem, 5.2rem);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  transition: background-color var(--tran-3), color var(--tran-3), border-color var(--tran-3);
}
.no-chain .top .control .arrow:hover {
  background-color: #fff;
  color: #000;
}
.no-chain .top .control .arrow svg {
  width: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
  height: clamp(2rem, 0.2588996764vw + 1.9029126214rem, 2.4rem);
}
.no-chain .slide-wrap {
  position: relative;
}
@media (max-width: 768px) {
  .no-chain .slide-wrap {
    overflow: hidden;
  }
}
.no-chain .slider {
  width: 100%;
  overflow: visible;
}
.no-chain .slider.is-ready .slide .visual {
  transition: opacity 0.6s ease, transform 0.9s ease;
}
.no-chain .slider.is-ready .slide .content {
  opacity: 0;
  pointer-events: none;
  transform: translateX(var(--spacing-xl));
}
.no-chain .slider .slide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3.2rem, 2.071197411vw + 2.4233009709rem, 6.4rem);
  align-items: center;
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .no-chain .slider .slide {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .no-chain .slider .slide {
    grid-template-columns: 1fr;
    width: 100%;
    overflow: hidden;
  }
}
.no-chain .slider .slide.swiper-slide-prev .visual, .no-chain .slider .slide.swiper-slide-duplicate-prev .visual {
  opacity: 0.3;
  transform: translateX(calc(100% + var(--spacing-xl)));
}
.no-chain .slider .slide.swiper-slide-prev .content, .no-chain .slider .slide.swiper-slide-duplicate-prev .content {
  opacity: 0;
  transform: translateX(var(--spacing-xl));
}
@media (max-width: 768px) {
  .no-chain .slider .slide.swiper-slide-prev .visual, .no-chain .slider .slide.swiper-slide-duplicate-prev .visual {
    opacity: 1;
    transform: none;
  }
  .no-chain .slider .slide.swiper-slide-prev .content, .no-chain .slider .slide.swiper-slide-duplicate-prev .content {
    opacity: 1;
  }
}
.no-chain .slider .slide.swiper-slide-active .content, .no-chain .slider .slide.swiper-slide-duplicate-active .content {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
.no-chain .slider .slide .visual {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  background-color: #262626;
  background-size: cover;
  background-position: center;
}
.no-chain .slider .slide .content {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (max-width: 768px) {
  .no-chain .slider .slide .content {
    margin-top: var(--spacing-lg);
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
}
.no-chain .slider.is-transitioning .slide .content {
  opacity: 0;
  pointer-events: none;
  transform: translateX(var(--spacing-xl));
}
@media (max-width: 768px) {
  .no-chain .slider.is-transitioning .slide .content {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
}

.no-mole .compare {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: clamp(2rem, 1.5533980583vw + 1.4174757282rem, 4.4rem);
  align-items: center;
}
@media (max-width: 1024px) {
  .no-mole .compare {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
}
.no-mole .col-label {
  display: block;
}
.no-mole .fails ul {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.no-mole .fail {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1.4rem, 0.6472491909vw + 1.1572815534rem, 2.4rem);
  padding: clamp(1.6rem, 0.3883495146vw + 1.454368932rem, 2.2rem) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.no-mole .fail .txt {
  min-width: 0;
}
.no-mole .fail .quote {
  text-align: right;
}
@media (max-width: 544px) {
  .no-mole .fail .quote {
    grid-column: 2/-1;
    text-align: left;
  }
}
.no-mole .win {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border: 1px solid var(--clr-primary-500);
  background: rgba(233, 189, 79, 0.06);
}
.no-mole .mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.no-mole .mark svg {
  width: 100%;
  height: 100%;
}
.no-mole .mark--x {
  width: clamp(1.8rem, 0.2588996764vw + 1.7029126214rem, 2.2rem);
  color: rgba(255, 255, 255, 0.35);
}
.no-mole .mark--check {
  width: clamp(3rem, 0.5177993528vw + 2.8058252427rem, 3.8rem);
  aspect-ratio: 1;
  border-radius: var(--radius-round);
  color: #000;
  background: var(--clr-primary-500);
}
.no-mole .mark--check svg {
  width: 62%;
  height: 62%;
}
