main {
  padding-bottom: 30px;
}

header {
  align-items: center;
  justify-content: center;
}
.header-title {
  font-size: calc(20 * var(--scale-rem));
}

.terms-area {
  align-items: start;
  height: 100%;
  background-color: transparent;
  position: static;
}
.terms-block {
  height: 100%;
}
.terms-content {
  height: calc(100% - 84px);
  overflow: scroll;
}
.terms-detail {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 16px;
  overflow: scroll;
}
.terms-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.terms-item-title {
  font-size: calc(16 * var(--scale-rem));
  font-weight: bold;
  line-height: 1.6;
}
.terms-item-text {
  font-size: calc(14 * var(--scale-rem));
  line-height: 1.6;
}
.terms-item-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 1rem;
  font-size: calc(14 * var(--scale-rem));
  line-height: 1.6;
}
