@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-Medium.woff2") format("woff2");
  font-weight: 500 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-RegIta.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-MedIta.woff2") format("woff2");
  font-weight: 500 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-BoldIta.woff2") format("woff2");
  font-weight: 700 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-BlackIta.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

.skeep-site-index,
.skeep-site-index * { box-sizing: border-box; }

.skeep-site-index {
  --index-accent: #ff2d83;
  --index-ink: #313b4c;
  position: fixed;
  top: 50%;
  right: clamp(6px, .7vw, 12px);
  z-index: 9999;
  width: 48px;
  height: min(190px, calc(100dvh - 16px));
  color: var(--index-ink);
  font-family: "Helvetica Now Display", 'Pretendard', 'Apple SD Gothic Neo', -apple-system, BlinkMacSystemFont, sans-serif;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(calc(100% + 16px), -50%, 0) scale(.96);
  transform-origin: right center;
  transition: width .56s cubic-bezier(.22, 1, .36, 1), height .56s cubic-bezier(.22, 1, .36, 1), opacity .28s ease, visibility 0s linear .56s, transform .56s cubic-bezier(.22, 1, .36, 1), border-radius .56s cubic-bezier(.22, 1, .36, 1);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, .68);
  -webkit-backdrop-filter: blur(28px) saturate(145%);
  backdrop-filter: blur(28px) saturate(145%);
  box-shadow: 0 8px 24px rgba(21, 29, 43, .14), inset 0 1px 0 rgba(255, 255, 255, .72);
  isolation: isolate;
}

.skeep-site-index::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle at 18% 8%, rgba(255, 255, 255, .44), transparent 34%), linear-gradient(145deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .04));
}

.skeep-site-index.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, -50%, 0) scale(1);
  transition-delay: 0s;
}

.skeep-site-index.is-open {
  width: min(112px, calc(100vw - 16px));
  height: min(315px, calc(100dvh - 16px));
  border-radius: 16px;
}

.skeep-site-index__compact,
.skeep-site-index__expanded {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  background: transparent;
}

.skeep-site-index__compact {
  display: grid;
  place-items: center;
  padding: 16px 5px;
  opacity: 1;
  visibility: visible;
  transition: opacity .18s ease .2s, visibility 0s linear 0s;
}

.skeep-site-index.is-open .skeep-site-index__compact {
  opacity: 0;
  visibility: hidden;
  transition: opacity .12s ease, visibility 0s linear .12s;
}

.skeep-site-index__markers {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.skeep-site-index__marker {
  display: block;
  width: 20px;
  height: 2.5px;
  border-radius: 999px;
  background: rgba(129, 145, 165, .42);
  transition: background .28s ease, transform .28s ease;
}

.skeep-site-index__marker.is-active {
  background: var(--index-accent);
  transform: scaleX(1.08);
}

.skeep-site-index__expanded {
  display: flex;
  flex-direction: column;
  padding: clamp(13px, 1.9vh, 19px) 10px clamp(12px, 1.6vh, 17px);
  opacity: 0;
  visibility: hidden;
  transform: translateX(8px);
  transition: opacity .2s ease, visibility 0s linear .22s, transform .34s cubic-bezier(.22, 1, .36, 1);
}

.skeep-site-index.is-open .skeep-site-index__expanded {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition-delay: .2s, 0s, .18s;
}

.skeep-site-index__list {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 3px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.skeep-site-index__list > li:nth-child(2) {
  position: relative;
  margin-top: 3px;
  padding-top: 7px;
}

.skeep-site-index__list > li:nth-child(2)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(129, 145, 165, .32);
}

.skeep-site-index__link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 18px;
  width: 100%;
  padding: 0;
  border: 0;
  color: var(--index-ink);
  background: transparent;
  font: inherit;
  font-size: clamp(10px, .74vw, 12px);
  font-weight: 430;
  letter-spacing: -.045em;
  line-height: 1.18;
  text-align: left;
  text-decoration: none;
  transition: color .2s ease, transform .25s cubic-bezier(.22, 1, .36, 1), opacity .2s ease;
}

.skeep-site-index__link:hover,
.skeep-site-index__link:focus-visible { transform: translateX(6px); }
.skeep-site-index__link.is-active { color: var(--index-accent); font-weight: 600; }

.skeep-site-index button:focus-visible,
.skeep-site-index a:focus-visible {
  outline: 1px solid var(--index-accent);
  outline-offset: 2px;
}

@media (max-height: 720px) {
  .skeep-site-index.is-open { height: min(315px, calc(100dvh - 12px)); }
  .skeep-site-index__expanded { padding-block: 12px; }
  .skeep-site-index__link { min-height: 17px; font-size: clamp(9px, 1.45vh, 11px); }
}

@media (max-width: 720px) {
  .skeep-site-index { right: 6px; width: 46px; height: min(180px, calc(100dvh - 16px)); border-radius: 15px; }
  .skeep-site-index.is-open { width: min(108px, calc(100vw - 12px)); height: min(300px, calc(100dvh - 12px)); border-radius: 15px; }
  .skeep-site-index__compact { padding: 14px 4px; }
  .skeep-site-index__marker { width: 19px; height: 2.5px; }
  .skeep-site-index__expanded { padding-inline: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  .skeep-site-index,
  .skeep-site-index *,
  .skeep-site-index *::before,
  .skeep-site-index *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    transition-delay: 0s !important;
  }
}
