body {
  font-family: 'TT Norms', sans-serif;
}
h1 {
  font-weight: 500;
  font-size: 96px;
  line-height: 88%;
  &.pagetitle {
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #1F2000;
  }
}
h2 {
  font-weight: 600;
  font-size: 64px;
  line-height: 88%;
}
h3 {
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
}
h4 {
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
}
h5 {
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
}
h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
}
.text-up {
  text-transform: uppercase;
}
p {
  font-size: 16px;
  line-height: 140%;
}
.w100 {
  width: 100%;
}
.cursor-pointer {
  cursor: pointer;
}
.d-none {
  display: none;
}
a {
  color: var(--color-gold2);
}
hr {
  color: inherit;
  background-color: #E5E5E5;
  height: 1px;
  border: 0;
}
.sticky-top {
  position: sticky;
  top: 30px;
}
.tdn {
  text-decoration: none;
}
.overflow-hidden {
  overflow: hidden
}
.header, .footer, .content {
  padding: 1.5rem 2.2rem;
  @include respond-max(mobile-ml) {
    padding: 1rem 1.5rem;
  }
}
.pre_intro {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #2F2F2F;
  padding: 24px;
  border: 1px solid #902b2b;
  border-radius: 8px;
  margin-bottom: 24px;
  margin-left: 48px;

  @media (max-width: $tablet) {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 15px;
  }
}
