.club-page {
  --ink: #e6e9df;
  background: #0a0e0b;
  color: var(--ink);
  padding: 100px var(--gutter) 28px;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  scroll-margin-top: 0;
}

.club-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: repeating-linear-gradient(174deg, transparent 0 89px, #a4bea604 90px 91px);
}

.header.on-content {
  color: #e3e3da;
  background: transparent;
}

html[lang="ko"] .club-page .club-title {
  margin: 0 0 24px;
  font-size: clamp(36px, 4.5vw, 66px) !important;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -.045em !important;
}

html[lang="ko"] .club-title > span {
  font-size: inherit !important;
  color: var(--lime);
}

.history-list,
.history-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.club-awards,
.club-history {
  background: #0c100d;
}

.club-heading {
  margin-top: 16px;
}

.history-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(5, auto);
  grid-auto-flow: column;
  column-gap: 5%;
}

.history-list > li {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid #8a9c8033;
}

html[lang="ko"] .history-list h3 {
  margin: 0;
  color: var(--lime);
  font: 600 18px ui-monospace, monospace !important;
  line-height: 1.65 !important;
}

html[lang="ko"] .history-list ul > li {
  font-size: 16px !important;
  line-height: 1.65;
  color: #c3cabe;
  overflow-wrap: anywhere;
}

html[lang="ko"] .club-empty {
  margin: 0;
  padding-top: 26px;
  border-top: 2px solid #91a480;
  color: #95a08f;
  font-size: 17px !important;
}

@media (max-width: 800px) {
  .club-page {
    padding-top: 95px;
  }

  .history-list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-auto-flow: row;
  }

  .history-list > li {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 14px;
  }
}

@media (min-width: 801px) and (max-height: 850px) {
  .club-history {
    padding-bottom: 20px;
  }

  .club-heading {
    margin-top: 18px;
  }

  html[lang="ko"] .club-page .club-title {
    font-size: 42px !important;
    margin-bottom: 18px;
  }

  .history-list > li {
    padding: 6px 0;
  }

  html[lang="ko"] .history-list ul > li {
    font-size: 15px !important;
    line-height: 1.45;
  }
}
