#token {
  background-color: #ffffff;
  font-family: "GMarketSans-Light";
}

#token > div {
  max-width: var(--max-width);
}

#token h1 {
  color: rgb(0, 0, 0);
}

#token p {
  width: 100%;
  max-width: var(--max-width);
  margin-top: var(--contact-p-margin-top);
  font-size: var(--contact-p-font-size);
  text-align: center;
  line-height: var(--contact-p-line-height);
  color: rgb(0, 0, 0);
  word-break: keep-all;
}

#token .token-image {
  width: 100%;
  max-width: var(--max-width);
  border-radius: 3px;
}

#token .row {
  gap: 24px;
  display: var(--token-row-display);
  margin: var(--mobile-padding-horizontal);
}

#token .col {
  margin-top: var(--token-content-margin);
}

#token .col .row-spacebetween {
  padding-bottom: var(--token-image-margin);
  border-bottom: 1px solid #000000;
}

#token .col .row-spacebetween > .title {
  font-size: 24px;
  font-family: "Pretendard-SemiBold";
}
#token .col .row-spacebetween > .description {
  font-size: 14px;
  font-family: "Pretendard-Regular";
}
