:root {
  --saju-cream:#fefaf3;
  --saju-canvas:#fff;
  --saju-black:#0a0a0a;
  --saju-purple:#3d2952;
  --saju-sakura:#ffd1dc;
  --saju-pink:#ff4d8f;
  --saju-gold:#d4a857;
  --saju-ink:#0a0a0a;
  --saju-ink-muted:#0a0a0ab3;
  --saju-ink-on-dark:#fff;
  --saju-ink-on-dark-muted:#ffffffb3;
  --saju-muted:#737373;
  --saju-hairline:#e5e5e5;
  --primary-on-dark:#ff4d8f;
  --tile-1:#0a0a0a;
  --tile-2:#1a1a1a;
  --tile-3:#050505;
  --ink:#0a0a0a;
  --ink-muted-80:#404040;
  --ink-muted-48:#737373;
  --canvas:#fefaf3;
  --parchment:#fff;
  --pearl:#fafafa;
  --hairline:#e5e5e5;
  --divider-soft:#f0f0f0;
  --background:#fff;
  --foreground:#0a0a0a;
  --card:#fff;
  --card-foreground:#0a0a0a;
  --popover:#fff;
  --popover-foreground:#0a0a0a;
  --primary:#171717;
  --primary-foreground:#fafafa;
  --secondary:#f5f5f5;
  --secondary-foreground:#171717;
  --muted:#f5f5f5;
  --muted-foreground:#737373;
  --accent:#f5f5f5;
  --accent-foreground:#171717;
  --border:#e5e5e5;
  --input:#e5e5e5;
  --ring:#a3a3a3;
  --destructive-foreground:#fff;
  --chart-1:#ff4d8f;
  --chart-2:#3d2952;
  --chart-3:#0a0a0a;
  --chart-4:#737373;
  --chart-5:#d4a857;
  --elem-mok:rgb(93,168,119);
  --elem-hwa:rgb(214,101,90);
  --elem-to:rgb(214,176,74);
  --elem-geum:rgb(196,199,203);
  --elem-su:rgb(90,143,196);
  --elem-mok-dot:rgb(63,157,107);
  --elem-hwa-dot:rgb(214,72,58);
  --elem-to-dot:rgb(214,169,58);
  --elem-geum-dot:rgb(174,177,181);
  --elem-su-dot:rgb(63,124,196);
  --radius:.625rem;
  --shadow-product:3px 5px 30px 0 #00000038;
  --font-geist-sans:"Pretendard Variable",Pretendard,"SF Pro Text",-apple-system,BlinkMacSystemFont,"Inter",sans-serif;
  --font-gowun-batang:"Gowun Batang","Nanum Myeongjo","Noto Serif KR","AppleMyungjo",serif;
  --ko-font-body: var(--font-gowun-batang);
  --font-geist-mono:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,ui-monospace,monospace;
  --font-jetbrains-mono:"JetBrains Mono","SFMono-Regular",Consolas,"Liberation Mono",Menlo,ui-monospace,monospace;
  --ko-shell-max:448px;
  --ko-shell-pad:20px;
  --ko-gutter:12px;
  --ko-radius-card:14px;
  --ko-radius-banner:18px;
  --ko-cta:rgb(24,114,170);
}
[data-elem=목] {
  --e:var(--elem-mok);
  --e-dot:var(--elem-mok-dot);
}
[data-elem=화] {
  --e:var(--elem-hwa);
  --e-dot:var(--elem-hwa-dot);
}
[data-elem=토] {
  --e:var(--elem-to);
  --e-dot:var(--elem-to-dot);
}
[data-elem=금] {
  --e:var(--elem-geum);
  --e-dot:var(--elem-geum-dot);
}
[data-elem=수] {
  --e:var(--elem-su);
  --e-dot:var(--elem-su-dot);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  letter-spacing: normal;
}
body,
button,
input,
select,
textarea {
  font-family: var(--ko-font-body);
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
p {
  margin: 0;
}
button {
  background: none;
  border: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
}
.ko-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.ko-shell {
  max-width: var(--ko-shell-max);
  margin: 0 auto;
  padding-inline: var(--ko-shell-pad);
}
.ko-dark {
  background: var(--tile-1);
  color: var(--saju-ink-on-dark);
}
.ko-stickywrap {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--tile-1);
}
.ko-header {
  height: 60px;
  display: flex;
  align-items: center;
}
.ko-header__logo {
  height: 25px;
  width: auto;
  object-fit: contain;
}
.ko-pills {
  display: flex;
  padding: 0 20px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ko-pills::-webkit-scrollbar {
  display: none;
}
.ko-pills > li {
  flex: 0 0 auto;
}
.ko-pills a {
  display: inline-block;
  position: relative;
  padding: 8px;
  font-size: 22.5px;
  line-height: 33.75px;
  font-weight: 400;
  color: var(--saju-ink-on-dark);
  opacity: .7;
  text-decoration: none;
  white-space: nowrap;
  transition: color .15s ease, opacity .15s ease;
}
.ko-pills a[aria-current=page] {
  font-weight: 700;
  opacity: 1;
}
.ko-blocks {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 20px;
}
.ko-block {
  display: flex;
  flex-direction: column;
}
.ko-block--product {
  gap: 11px;
}
.ko-block--free-cards {
  gap: 16px;
}
.ko-h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24.75px;
  color: var(--saju-ink-on-dark);
}
.ko-sub {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.75px;
  color: rgba(255, 255, 255, .7);
}
.ko-h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  color: var(--saju-ink-on-dark);
}
.ko-carousel__wrap {
  overflow: hidden;
}
.ko-carousel__track {
  display: flex;
  margin-left: calc(var(--ko-gutter) * -1);
  will-change: transform;
  touch-action: pan-y;
}
.ko-carousel__item {
  flex: 0 0 auto;
  padding-left: var(--ko-gutter);
}
.ko-carousel__item[hidden] {
  display: none;
}
.ko-carousel[data-basis="46"] .ko-carousel__item {
  flex-basis: 46%;
}
.ko-carousel[data-basis="88"] .ko-carousel__item {
  flex-basis: 88%;
}
.ko-carousel[data-basis="80"] .ko-carousel__item {
  flex-basis: 80%;
}
.ko-carousel[data-basis="70"] .ko-carousel__item {
  flex-basis: 70%;
}
.ko-carousel[data-basis="60"] .ko-carousel__item {
  flex-basis: 60%;
}
.ko-carousel[data-single=true] .ko-carousel__item {
  flex-basis: 100%;
}
@media (min-width:768px) {
  .ko-carousel[data-basis="70"]:not([data-single=true]) .ko-carousel__item {
    flex-basis: 60%;
  }
}
.ko-carousel.is-dragging .ko-carousel__track {
  cursor: grabbing;
}
.ko-carousel.is-dragging a {
  pointer-events: none;
}
.ko-carousel--product .ko-carousel__wrap {
  padding-bottom: 8px;
}
.ko-card {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.ko-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ko-card--product {
  aspect-ratio: 9 / 16;
  border-radius: var(--ko-radius-card);
  box-shadow: var(--shadow-product);
  background: var(--tile-2);
}
.ko-card__grad {
  position: absolute;
  inset: auto 0 0 0;
  padding: 40px 12px 12px;
  background:
    linear-gradient(
      to top,
      #000c 0%,
      #00000073 45%,
      transparent 100%);
}
.ko-card__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 19.25px;
  color: #fff;
}
.ko-card__sub {
  font-size: 11px;
  font-weight: 400;
  line-height: 15.125px;
  color: rgba(255, 255, 255, .8);
  word-break: keep-all;
}
.ko-card__price {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 700;
  line-height: 15.125px;
  color: #d8b27c;
}
.ko-card__price[hidden] {
  display: none;
}
.ko-card__vat {
  font-size: 9px;
  font-weight: 400;
  color: rgba(255, 255, 255, .6);
}
.ko-card--soon {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  border: 1px dashed rgba(255, 255, 255, .16);
  background: transparent;
}
.ko-card__soon {
  font-size: 13px;
  color: rgba(255, 255, 255, .35);
}
.ko-card--comingsoon {
  container-type: inline-size;
}
.ko-card__veil {
  display: none;
}
.ko-card--comingsoon .ko-card__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2cqw;
  background: rgba(0, 0, 0, .55);
  pointer-events: none;
  text-align: center;
}
.ko-card__veilsoon {
  font-family:
    "Nanum Brush Script",
    "Gowun Batang",
    "Nanum Myeongjo",
    serif;
  font-size: 18cqw;
  line-height: 1.1;
  color: #d1a276;
  white-space: nowrap;
  letter-spacing: .01em;
}
.ko-card--comingsoon .ko-card__grad {
  z-index: 2;
}
.ko-card--banner {
  aspect-ratio: 5 / 6;
  border-radius: var(--ko-radius-banner);
  background: var(--tile-2);
}
.ko-card__bannerhead {
  position: absolute;
  inset: auto 0 0 0;
  padding: 40px 20px 20px;
  background:
    linear-gradient(
      to top,
      #000c 0%,
      #00000073 45%,
      transparent 100%);
}
.ko-card__bannerhead .ko-sub {
  margin-top: 6px;
  font-size: 13px;
  line-height: 21.125px;
}
.ko-card--banner {
  container-type: inline-size;
}
.ko-card__page {
  position: absolute;
  left: 32%;
  top: 58%;
  transform: translate(-50%, -50%) rotate(-2.14deg);
  width: 34%;
  text-align: center;
  pointer-events: none;
  font-family:
    "Nanum Brush Script",
    "Gowun Batang",
    "Nanum Myeongjo",
    serif;
  color: #3b3227;
  font-size: 9.2cqw;
  line-height: 1.34;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .22);
}
.ko-card__page b {
  display: block;
  font-weight: 400;
  font-size: .66em;
  opacity: .86;
}
.ko-dots {
  display: flex;
  gap: 6px;
  height: 6px;
  justify-content: center;
}
.ko-dot {
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, .3);
}
.ko-dot[aria-current=true] {
  width: 16px;
  background: #fff;
}
.ko-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: var(--ko-radius-card);
  background: var(--ko-cta);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}
.ko-cta[disabled],
.ko-cta[aria-disabled=true] {
  opacity: .5;
  cursor: not-allowed;
}
.ko-tabspacer {
  height: 72px;
}
.ko-tabbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  height: 66px;
  padding: 0 12px 8px;
  max-width: var(--ko-shell-max);
  margin: 0 auto;
}
.ko-tabbar__list {
  height: 58px;
  padding: 0 8px;
  display: flex;
  overflow: hidden;
  border-radius: var(--ko-radius-banner);
  background: rgba(10, 10, 10, .85);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.ko-tabbar__list {
  align-items: center;
}
.ko-tabbar__list > li {
  flex: 1 1 0;
  height: 56px;
}
.ko-tabbar a {
  height: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  text-decoration: none;
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.ko-tabbar a[aria-current=page] {
  color: #fff;
  font-weight: 700;
}
.ko-tabbar svg {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}
.ko-tabbar a[aria-current=page] svg {
  stroke-width: 2.5;
}
.ko-footer {
  background: var(--tile-1);
  color: var(--saju-ink-on-dark);
}
.ko-footer__pad {
  max-width: var(--ko-shell-max);
  margin: 0 auto;
  padding: 24px var(--ko-shell-pad) 96px;
}
.ko-footer__inner {
  padding-top: 24px;
}
.ko-footer__sec {
  padding-bottom: 16px;
}
.ko-footer__sec:last-child {
  padding-bottom: 0;
}
.ko-footer__sectitle {
  font-size: 11px;
  font-weight: 600;
  line-height: 17.875px;
  color: rgba(255, 255, 255, .45);
}
.ko-footer__row {
  font-size: 12px;
  font-weight: 400;
  line-height: 19.5px;
  color: #fff;
  word-break: keep-all;
}
.ko-footer__key {
  font-weight: 500;
  color: rgba(255, 255, 255, .55);
}
.ko-footer__subtitle {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: rgba(255, 255, 255, .85);
}
.ko-footer__link {
  font-size: 12px;
  font-weight: 400;
  line-height: 19.5px;
  color: rgba(255, 255, 255, .85);
  text-decoration: none;
}
.ko-footer__url {
  font-size: 12px;
  font-weight: 400;
  line-height: 19.5px;
  color: rgba(255, 255, 255, .7);
  text-decoration: none;
}
.ko-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0 12px;
}
.ko-h1 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24.75px;
  color: var(--saju-ink-on-dark);
}
.ko-search {
  position: relative;
}
.ko-search__icon {
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  color: var(--muted-foreground);
  pointer-events: none;
}
.ko-search__input {
  width: 100%;
  height: 44px;
  border-radius: var(--ko-radius-card);
  background: #fff;
  border: .8px solid var(--hairline);
  padding: 0 44px;
  color: var(--foreground);
  font-size: 14px;
  line-height: 22.75px;
}
.ko-search__input::placeholder {
  color: var(--muted-foreground);
}
.ko-emptynote {
  padding: 48px 0;
  font-size: 14px;
  line-height: 22.75px;
  color: rgba(255, 255, 255, .7);
  text-align: center;
}
.ko-libcard {
  width: 100%;
  min-height: 253.6px;
  padding: 24px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .06);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}
.ko-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.ko-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ko-label {
  font-size: 13px;
  font-weight: 400;
  line-height: 21.125px;
  color: rgba(255, 255, 255, .7);
}
.ko-oversea {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 2px;
}
.ko-oversea[hidden] {
  display: none;
}
.ko-oversea__note {
  margin: 0;
}
.pac-container {
  background: #14161c !important;
  border: .8px solid rgba(255, 255, 255, .14) !important;
  border-radius: 5.6px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .5) !important;
  font-family: inherit !important;
  z-index: 9999 !important;
}
.pac-item {
  border-top: .8px solid rgba(255, 255, 255, .08) !important;
  color: rgba(255, 255, 255, .7) !important;
  padding: 6px 10px !important;
}
.pac-item:first-child {
  border-top: 0 !important;
}
.pac-item:hover,
.pac-item-selected {
  background: rgba(255, 255, 255, .08) !important;
}
.pac-item-query,
.pac-matched {
  color: #fff !important;
}
.pac-logo::after {
  filter: invert(1) opacity(.5);
}
.ko-input,
.ko-select {
  height: 39.2px;
  border-radius: 5.6px;
  background: rgba(255, 255, 255, .06);
  border: .8px solid rgba(255, 255, 255, .14);
  color: #fff;
  padding: 0 10px;
  font-size: 13px;
  line-height: 21.125px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  color-scheme: dark;
}
.ko-select option {
  color: #f2f2f2;
  background-color: #1c1c1c;
}
.ko-select option:disabled {
  color: rgba(255, 255, 255, .45);
}
.ko-select {
  background-image:
    linear-gradient(
      45deg,
      transparent 50%,
      rgba(255, 255, 255, .55) 50%),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, .55) 50%,
      transparent 50%);
  background-position: calc(100% - 15px) 17px, calc(100% - 10px) 17px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 26px;
}
.ko-input:focus-visible,
.ko-select:focus-visible,
.ko-search__input:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: 1px;
}
.ko-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.ko-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.ko-grid-time {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 8px;
}
.ko-grid-time[data-nohour=true] {
  grid-template-columns: 1fr;
}
.ko-grid-time[data-nohour=true] .ko-select--min {
  display: none;
}
.ko-select:disabled {
  opacity: .45;
  cursor: not-allowed;
}
.ko-toggle {
  height: 37.6px;
  border-radius: 5.6px;
  border: .8px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  line-height: 21.125px;
}
.ko-toggle[aria-pressed=true] {
  background: rgba(255, 255, 255, .14);
  border-color: var(--saju-ink-on-dark);
  color: #fff;
  font-weight: 700;
}
.ko-check {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  line-height: 21.125px;
  color: rgba(255, 255, 255, .7);
}
.ko-check[hidden],
.ko-strip[hidden],
.ko-inline[hidden],
.ko-grid-2[hidden],
.ko-grid-3[hidden],
.ko-rsec[hidden],
.ko-block[hidden] {
  display: none;
}
.ko-check input {
  width: 16px;
  height: 16px;
  accent-color: var(--saju-pink);
}
.ko-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.ko-result {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.ko-result[hidden] {
  display: none;
}
.ko-rsec {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ko-result__head {
  display: flex;
  justify-content: flex-end;
}
.ko-relink {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-size: 13px;
  line-height: 21.125px;
  color: rgba(255, 255, 255, .55);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ko-relink:hover {
  color: rgba(255, 255, 255, .8);
}
.ko-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.ko-pillar {
  border-radius: var(--ko-radius-card);
  background: rgba(255, 255, 255, .06);
  padding: 12px 6px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.ko-pillar__label {
  font-size: 11px;
  font-weight: 600;
  line-height: 17.875px;
  color: rgba(255, 255, 255, .45);
}
.ko-pillar__gz {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.ko-pillar__hanja {
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  color: #fff;
}
.ko-pillar__hangul {
  font-size: 12px;
  font-weight: 400;
  line-height: 19.5px;
  color: rgba(255, 255, 255, .7);
}
.ko-pillar__meta {
  font-size: 11px;
  font-weight: 400;
  line-height: 16.5px;
  color: rgba(255, 255, 255, .7);
}
.ko-elemdot {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 9999px;
  background: var(--e-dot,#666);
  vertical-align: -1px;
  margin-right: 4px;
}
.ko-pillar--empty {
  opacity: .45;
  justify-content: center;
}
.ko-badge {
  font-size: 11px;
  font-weight: 400;
  line-height: 16.5px;
  color: rgba(255, 255, 255, .7);
  margin-left: 6px;
  white-space: nowrap;
}
.ko-badge[hidden] {
  display: none;
}
.ko-elems {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ko-elem {
  display: grid;
  grid-template-columns: 36px 1fr 44px;
  align-items: center;
  gap: 8px;
}
.ko-elem__name {
  font-size: 12px;
  font-weight: 500;
  line-height: 19.5px;
  color: rgba(255, 255, 255, .7);
}
.ko-elem__track {
  height: 20px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, .08);
  overflow: hidden;
}
.ko-elem__bar {
  height: 100%;
  background: var(--e,#666);
  border-radius: 9999px;
}
.ko-elem__pct {
  font-size: 12px;
  font-weight: 400;
  line-height: 19.5px;
  color: #fff;
  text-align: right;
}
.ko-yy {
  display: flex;
  height: 20px;
  border-radius: 9999px;
  overflow: hidden;
  background: rgba(255, 255, 255, .08);
}
.ko-yy__yang {
  background: #fff;
}
.ko-yy__yin {
  background: rgba(255, 255, 255, .35);
}
.ko-yy__legend {
  display: flex;
  gap: 12px;
  font-size: 12px;
  line-height: 19.5px;
  color: rgba(255, 255, 255, .7);
}
.ko-copyblocks {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ko-copyblock {
  border-radius: var(--ko-radius-card);
  background: rgba(255, 255, 255, .06);
  padding: 16px;
  font-size: 13px;
  font-weight: 400;
  line-height: 21.125px;
  color: #fff;
}
.ko-copyblock__title {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
}
.ko-note {
  font-size: 12px;
  font-weight: 400;
  line-height: 19.5px;
  color: rgba(255, 255, 255, .55);
}
#ko-birthline {
  margin-top: -6px;
}
.ko-criteria {
  margin: 0;
  padding-left: 1.25em;
  font-size: 12px;
  font-weight: 400;
  line-height: 19.5px;
  color: rgba(255, 255, 255, .55);
}
.ko-criteria li + li {
  margin-top: 4px;
}
.ko-criteria__tail {
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 17.875px;
  color: rgba(255, 255, 255, .7);
}
.ko-error {
  border-radius: var(--ko-radius-card);
  padding: 16px;
  background: rgba(255, 77, 143, .12);
  border: .8px solid var(--saju-pink);
  font-size: 13px;
  line-height: 21.125px;
  color: #fff;
}
.ko-error[hidden] {
  display: none;
}
.ko-funnel {
  position: relative;
  height: 100dvh;
  overflow: hidden;
  background: #000;
  touch-action: pan-x pan-y;
  color: #fff;
}
.ko-funnel__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  background:
    linear-gradient(
      to bottom,
      #0009,
      transparent);
}
.ko-funnel[data-current=step_outro] .ko-funnel__header {
  background: rgba(10, 11, 14, .86);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: .8px solid rgba(255, 255, 255, .08);
}
.ko-funnel__main {
  display: grid;
  height: 100%;
  grid-template-rows: minmax(0, 1fr);
}
.ko-step {
  position: relative;
  height: 100%;
  min-height: 0;
  padding: 0 20px 40px;
  display: none;
  max-width: var(--ko-shell-max);
  margin: 0 auto;
  width: 100%;
  grid-area: 1 / 1;
}
.ko-step.is-active {
  display: grid;
  grid-template-rows: 1fr auto;
}
.ko-step__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.ko-step__shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .35);
  z-index: 1;
}
.ko-step__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  background: #000;
}
.ko-step__intro-grad {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background:
    linear-gradient(
      to top,
      rgba(0, 0, 0, .75) 0%,
      transparent 100%);
  z-index: 1;
}
.ko-step__buffer {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 20;
  overflow: hidden;
  pointer-events: none;
}
.ko-step.is-buffering .ko-step__buffer {
  display: block;
}
.ko-step__buffer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 32%;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, .55),
      transparent);
  animation: koBufSlide 1.15s ease-in-out infinite;
}
@keyframes koBufSlide {
  from {
    transform: translateX(-110%);
  }
  to {
    transform: translateX(360%);
  }
}
@media (prefers-reduced-motion:reduce) {
  .ko-step__buffer::after {
    animation: none;
    width: 100%;
    background: rgba(255, 255, 255, .28);
  }
}
.ko-intro__typo {
  display: block;
  width: 100%;
  height: auto;
}
.ko-step > .ko-step__body,
.ko-step > .ko-step__scroll,
.ko-step > .ko-cta,
.ko-step > .ko-price {
  position: relative;
  z-index: 2;
}
.ko-step__body {
  align-self: end;
  text-align: center;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ko-ftitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.ko-fbody {
  font-size: 13.6px;
  font-weight: 400;
  line-height: 22.08px;
}
.ko-fstrong {
  font-size: 13.6px;
  font-weight: 600;
  line-height: 25.84px;
}
.ko-step__body--lines {
  gap: 6px;
}
.ko-step__body--lines .ko-fstrong {
  font-size: calc((min(100vw, 448px) - 40px) * 0.05278);
  line-height: 1.16;
  font-weight: 700;
  color: #FBF9F6;
  letter-spacing: normal;
}
.ko-fnote {
  color: rgba(255, 255, 255, .72);
}
.ko-step__scroll {
  overflow-y: auto;
  min-height: 0;
  -webkit-overflow-scrolling: touch;
  padding-top: 60px;
}
.ko-step__strips {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ko-strip {
  position: relative;
}
.ko-strip img {
  width: 100%;
  height: auto;
}
.ko-strip__bubble {
  position: absolute;
  left: 8%;
  right: 8%;
  text-align: center;
  font-size: 13.6px;
  line-height: 22.08px;
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, .75);
}
.ko-step__body--q {
  align-self: stretch;
  overflow-y: auto;
  min-height: 0;
  -webkit-overflow-scrolling: touch;
  text-align: left;
  padding-top: 48px;
  padding-bottom: 20px;
  gap: 8px;
}
.ko-qsay {
  text-align: center;
  margin-bottom: 2px;
}
.ko-qstrip {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 -20px;
  height: min(var(--qstrip-max,400px), calc(100dvh - var(--qstrip-minus,440px)));
}
.ko-qstrip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ko-qstrip::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 130px;
  background: linear-gradient(rgba(0, 0, 0, 0), #000);
}
.ko-step[data-strip="1"].is-active {
  grid-template-rows: auto minmax(0, 1fr);
}
.ko-step[data-strip="1"] .ko-step__body--q {
  padding-top: 14px;
}
.ko-step__body--q .ko-step__body--lines .ko-fstrong,
.ko-qsay .ko-fbody {
  font-size: 13.6px;
  line-height: 21px;
  font-weight: 400;
  color: rgba(255, 255, 255, .82);
}
.ko-qgroup {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ko-qgroup + .ko-qgroup {
  margin-top: 4px;
}
.ko-qtitle {
  font-size: 13.6px;
  line-height: 22.08px;
  font-weight: 600;
  color: #FBF9F6;
}
.ko-qselect {
  height: 46px;
  font-size: 14px;
}
.ko-need {
  margin: 2px 0 0;
  font-size: 12px;
  line-height: 18px;
  color: rgba(255, 255, 255, .5);
  transition: color .18s ease;
}
.ko-need.ko-need--warn {
  color: #e0605f;
}
.ko-need[hidden] {
  display: none;
}
.ko-funnel .ko-cta[aria-disabled=true] {
  opacity: .42;
}
.ko-funnel .ko-cta:disabled {
  opacity: .42;
  cursor: default;
}
.ko-free {
  height: 39.2px;
}
.ko-count {
  font-size: 12px;
  line-height: 18px;
  color: rgba(255, 255, 255, .55);
  text-align: right;
  margin: 0;
}
.ko-qfoot {
  text-align: center;
  margin-top: 2px;
}
.ko-choices {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.ko-choice {
  width: 100%;
  min-height: 48px;
  border-radius: var(--ko-radius-card);
  background: rgba(255, 255, 255, .12);
  border: .8px solid rgba(255, 255, 255, .28);
  color: #fff;
  font-size: 13.6px;
  line-height: 22.08px;
  padding: 12px;
}
.ko-choice[aria-pressed=true] {
  background: rgba(255, 255, 255, .24);
  border-color: #fff;
  font-weight: 600;
}
.ko-choices--g2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.ko-choices--g2 .ko-choice {
  font-size: 12.8px;
  line-height: 18px;
  padding: 10px 8px;
  min-height: 44px;
}
.ko-strip {
  position: relative;
  min-height: 280px;
  display: flex;
}
.ko-strip img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ko-strip__body {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 36px 4px;
  text-align: left;
}
.ko-strip__say {
  font-size: 13.6px;
  line-height: 22px;
  color: rgba(255, 255, 255, .72);
}
.ko-strip__lead {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: #FBF9F6;
}
.ko-samplecta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  margin-top: 2px;
}
.ko-samplecta__btn {
  width: 100%;
  height: 44px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .06);
  border: .8px solid rgba(255, 255, 255, .34);
  color: #FBF9F6;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.ko-samplecta__btn:active {
  background: rgba(255, 255, 255, .12);
}
.ko-samplecta__note {
  margin: 0;
  font-size: 12px;
  line-height: 19px;
  color: rgba(255, 255, 255, .62);
  text-align: center;
}
.ko-howto1 {
  margin: 2px 0 0;
  font-size: 13px;
  line-height: 21px;
  color: rgba(255, 255, 255, .68);
}
.ko-viewer {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(8, 9, 12, .97);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: opacity .18s ease;
}
.ko-viewer.is-on {
  opacity: 1;
}
.ko-viewer[hidden] {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .ko-viewer {
    transition: none;
  }
}
.ko-viewer__track {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.ko-viewer__track::-webkit-scrollbar {
  display: none;
}
.ko-viewer__slide {
  flex: 0 0 100%;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 14px 8px;
}
.ko-viewer__img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 4px;
  background: #F7F4EE;
}
.ko-viewer__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .10);
  border: .8px solid rgba(255, 255, 255, .22);
  color: #FBF9F6;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}
.ko-viewer__nav {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .10);
  border: .8px solid rgba(255, 255, 255, .22);
  color: #FBF9F6;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: opacity .15s ease;
}
.ko-viewer__nav--prev {
  left: 8px;
}
.ko-viewer__nav--next {
  right: 8px;
}
.ko-viewer__nav.is-off {
  opacity: 0;
  pointer-events: none;
}
@media (hover: none) {
  .ko-viewer__nav {
    display: none;
  }
}
.ko-viewer__cap {
  flex: 0 0 auto;
  margin: 0;
  padding: 6px 16px 0;
  font-size: 12px;
  line-height: 19px;
  color: rgba(255, 255, 255, .62);
  text-align: center;
}
.ko-viewer__dots {
  flex: 0 0 auto;
  display: flex;
  gap: 8px;
  justify-content: center;
  padding: 10px 0 18px;
}
.ko-viewer__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, .26);
  border: 0;
  cursor: pointer;
  transition: background .15s ease, width .15s ease;
}
.ko-viewer__dot.is-on {
  background: #FBF9F6;
  width: 18px;
}
.ko-noscroll,
.ko-noscroll body {
  overflow: hidden;
}
.ko-funnel--locked .ko-outro__scroll {
  overflow: hidden;
}
.ko-strip__head {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #FBF9F6;
  margin-bottom: 2px;
}
.ko-strip__step {
  position: relative;
  padding-left: 22px;
  font-size: 13.6px;
  line-height: 22px;
  color: rgba(255, 255, 255, .88);
  counter-increment: koStep;
}
.ko-strip--howto .ko-strip__body {
  counter-reset: koStep;
}
.ko-strip__step::before {
  content: counter(koStep);
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
}
.ko-strip__spec {
  font-size: 13px;
  line-height: 21px;
  color: var(--saju-gold,#d1a276);
}
.ko-strip__calm {
  font-size: 13px;
  line-height: 21px;
  color: rgba(255, 255, 255, .6);
}
.ko-step__body--outro {
  align-self: stretch;
  overflow-y: auto;
  min-height: 0;
  -webkit-overflow-scrolling: touch;
  padding-top: 48px;
  gap: 10px;
}
.ko-step__body--outro > *:first-child {
  margin-top: auto;
}
.ko-pricebox {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-end;
  text-align: right;
  margin-top: 6px;
}
.ko-price__row {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.ko-price__now {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #FBF9F6;
}
.ko-price__vat {
  font-size: 11px;
  line-height: 16px;
  color: rgba(255, 255, 255, .75);
}
.ko-price__perks {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.ko-price__perk {
  font-size: 12px;
  line-height: 18px;
  color: rgba(255, 255, 255, .72);
}
.ko-price__perk::before {
  content: "· ";
  color: rgba(255, 255, 255, .45);
}
.ko-legalnote {
  text-align: left;
  font-size: 12px;
  line-height: 19px;
  color: rgba(255, 255, 255, .66);
  background: rgba(255, 255, 255, .05);
  border: .8px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  padding: 10px 12px;
  margin-top: 6px;
}
.ko-legalnote__link {
  color: rgba(255, 255, 255, .85);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ko-agree {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
  margin-top: 6px;
}
.ko-agree .ko-check {
  align-items: flex-start;
}
.ko-agree__all {
  padding-bottom: 8px;
  border-bottom: .8px solid rgba(255, 255, 255, .12);
  font-weight: 600;
  color: rgba(255, 255, 255, .9);
}
.ko-bizline {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 2px 10px;
  justify-content: center;
  font-size: 10.5px;
  line-height: 16px;
  color: rgba(255, 255, 255, .55);
  padding: 6px 0 2px;
}
.ko-bizline__key {
  color: rgba(255, 255, 255, .3);
}
.ko-bizline__row[hidden] {
  display: none;
}
.ko-funnel__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}
.ko-funnel .ko-cta {
  margin-top: 4px;
  background: #8c2a2a;
  font-size: 16px;
}
.ko-funnel .ko-cta--minor {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .45);
  color: rgba(255, 255, 255, .92);
  font-size: 13px;
  height: 44px;
}
.ko-price {
  font-size: 13.6px;
  line-height: 22.08px;
  color: rgba(255, 255, 255, .7);
}
.ko-paynote2 {
  margin: 6px 0 0;
  text-align: center;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 19px;
  color: #d8b27c;
  word-break: keep-all;
}
.ko-paynote2.is-warn {
  color: #e8b4b4;
}
.ko-paynote2[hidden] {
  display: none;
}
.ko-minifoot {
  position: relative;
  z-index: 2;
  padding: 10px 0 0;
  text-align: center;
  font-size: 9px;
  font-weight: 400;
  line-height: 13px;
  color: rgba(255, 255, 255, .42);
  word-break: keep-all;
}
.ko-minifoot__row {
  display: block;
}
.ko-minifoot__links {
  display: block;
  margin-top: 2px;
}
.ko-minifoot__links a {
  color: rgba(255, 255, 255, .62);
  text-decoration: none;
}
.ko-minifoot__links a:hover {
  text-decoration: underline;
}
.ko-minifoot__sep {
  color: rgba(255, 255, 255, .28);
  padding: 0 5px;
}
.ko-legal {
  padding: 8px 0 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ko-legal h1 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24.75px;
}
.ko-legal h2 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: rgba(255, 255, 255, .85);
}
.ko-legal p,
.ko-legal li {
  font-size: 13px;
  font-weight: 400;
  line-height: 21.125px;
  color: rgba(255, 255, 255, .7);
}
.ko-legal section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ko-legal ul {
  padding-left: 18px;
  list-style: disc;
}
@media (min-width:768px) {
  .ko-shell:has(> .ko-legal) {
    max-width: 1024px;
  }
  body:has(.ko-legal) .ko-footer__pad {
    max-width: 1024px;
  }
  .ko-legal h1 {
    font-size: 22px;
    line-height: 1.38;
  }
  .ko-legal h2 {
    font-size: 17px;
    line-height: 1.43;
  }
  .ko-legal p,
  .ko-legal li {
    font-size: 16px;
    line-height: 1.55;
  }
}
@media (min-width:768px) {
  .ko-shell:has(#ko-manse-form) {
    max-width: 540px;
  }
  body:has(#ko-manse-form) .ko-footer__pad {
    max-width: 540px;
  }
}
@media (prefers-reduced-motion:reduce) {
  * {
    transition-duration: .01ms !important;
  }
}
.ko-hero {
  position: relative;
  border-radius: var(--ko-radius-banner);
  overflow: hidden;
  background: var(--tile-1);
}
.ko-hero__img {
  display: block;
  width: 100%;
  height: auto;
}
.ko-hero__scrim {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 52%;
  background:
    linear-gradient(
      to top,
      rgba(10, 10, 10, .96) 0%,
      rgba(10, 10, 10, .82) 34%,
      rgba(10, 10, 10, 0) 100%);
  pointer-events: none;
}
.ko-hero__copy {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 24px;
}
.ko-hero__eyebrow {
  font-size: 12px;
  font-weight: 500;
  line-height: 19.5px;
  color: rgba(255, 255, 255, .7);
  margin-bottom: 6px;
}
.ko-hero__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  color: var(--saju-ink-on-dark);
}
.ko-hero__sub {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.75px;
  color: rgba(255, 255, 255, .7);
}
.ko-hero--video {
  aspect-ratio: 1080/1920;
}
.ko-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #000;
}
.ko-hero__grad {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background:
    linear-gradient(
      to bottom,
      transparent 0%,
      rgba(0, 0, 0, .75) 100%);
  pointer-events: none;
}
.ko-hero__stack {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ko-hero__title-img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  animation: koHeroTypeIn .6s linear 3.4s forwards;
}
@keyframes koHeroTypeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ko-hero__cta {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: var(--ko-radius-card);
  background: #d1a276;
  color: #1a1208;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
@media (prefers-reduced-motion:reduce) {
  .ko-hero__title-img {
    animation: none;
    opacity: 1;
  }
}
.ko-form__say {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.ko-select--wide {
  width: 100%;
}
.ko-step[data-type=FORM] .ko-step__grad-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  background:
    linear-gradient(
      to top,
      rgba(0, 0, 0, .9) 0%,
      rgba(0, 0, 0, .55) 45%,
      transparent 100%);
  z-index: 1;
  pointer-events: none;
}
.ko-sample {
  background: var(--r-bg);
  border: 1px solid var(--r-line);
  border-radius: 10px;
  padding: 0 18px 0;
  margin: 6px 0 10px;
  overflow: hidden;
  max-width: var(--r-w);
}
.ko-sample .r-ch {
  padding-top: 22px;
}
.ko-strip--sample {
  display: block;
}
.ko-sample__tail {
  margin: 0 0 22px;
  font-size: 17px;
  line-height: 1.78;
  color: var(--r-ink);
  max-height: 5.4em;
  overflow: hidden;
  -webkit-mask-image:
    linear-gradient(
      180deg,
      #000 0%,
      #000 26%,
      transparent 92%);
  mask-image:
    linear-gradient(
      180deg,
      #000 0%,
      #000 26%,
      transparent 92%);
}
.ko-field--email {
  margin-top: 10px;
}
.ko-email__echo {
  font-size: 12px;
  line-height: 19px;
  color: rgba(255, 255, 255, .62);
  word-break: break-all;
}
.ko-agree__list {
  list-style: none;
  margin: 6px 0 0;
  padding: 0 0 0 26px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ko-agree__item {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 12px;
  line-height: 19px;
  color: rgba(255, 255, 255, .62);
}
.ko-agree__see {
  flex: none;
  font-size: 12px;
  line-height: 19px;
  color: rgba(255, 255, 255, .5);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ko-agree__see:hover {
  color: rgba(255, 255, 255, .8);
}
.ko-toc {
  list-style: none;
  counter-reset: koc;
  margin: 10px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.ko-toc__item {
  counter-increment: koc;
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  line-height: 21px;
  color: rgba(255, 255, 255, .72);
  word-break: keep-all;
}
.ko-toc__item::before {
  content: counter(koc);
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  text-align: right;
  font-size: 12px;
  line-height: 21px;
  color: rgba(255, 255, 255, .38);
  font-variant-numeric: tabular-nums;
}
.ko-toc__item--key {
  color: #FBF9F6;
  font-weight: 700;
}
.ko-toc__item--key::before {
  color: #d1a276;
}
.ko-step[data-step=step_outro].is-active {
  grid-template-rows: minmax(0, 1fr);
}
.ko-step[data-step=step_outro] .ko-step__shade {
  background: rgba(0, 0, 0, .35);
}
.ko-outro__scroll {
  position: relative;
  z-index: 2;
  overflow-y: auto;
  min-height: 0;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: max(60px, 38dvh);
  padding-bottom: 28px;
  margin-inline: -20px;
  padding-inline: 20px;
}
.ko-outro__scroll > .ko-step__body--outro {
  overflow: visible;
  padding-top: 0;
  align-self: stretch;
}
.ko-outro__scroll > * {
  flex: 0 0 auto;
}
.ko-outro__scroll > .ko-step__body--outro > *:first-child {
  margin-top: 0;
}
.ko-outro__toc {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 6px;
}
.ko-outro__toclead {
  font-size: 12px;
  line-height: 19px;
  color: rgba(255, 255, 255, .55);
  text-align: left;
}
.ko-toc--compact .ko-toc__item {
  font-size: 12.5px;
  line-height: 19px;
}
.ko-toc--compact .ko-toc__item::before {
  font-size: 11px;
  line-height: 19px;
}
.ko-carousel--toc .ko-carousel__wrap {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  margin: 0 -20px;
  padding: 0 20px;
}
.ko-carousel--toc .ko-carousel__wrap::-webkit-scrollbar {
  display: none;
}
.ko-toc--rail {
  flex-direction: row;
  gap: 0;
  margin-left: calc(var(--ko-gutter) * -1);
  width: max-content;
}
.ko-toc--rail .ko-toc__item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  padding-left: calc(var(--ko-gutter) + 22px);
  padding-right: 2px;
  white-space: nowrap;
}
.ko-toc--rail .ko-toc__item::before {
  left: var(--ko-gutter);
  width: 16px;
}
.ko-toc--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 10px;
}
.ko-toc--grid .ko-toc__item {
  padding-left: 22px;
}
.ko-toc--grid .ko-toc__item::before {
  width: 16px;
}
.ko-outro__scroll .ko-step__strips {
  text-align: left;
}
.ko-outro__scroll .ko-sample {
  margin-left: auto;
  margin-right: auto;
}
.ko-email__echo.is-mismatch {
  color: #e8b4b4;
}
