.tos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background: #F9F7F2;
  padding: 50px;
}

.tos_title {
  font-size: 36px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0;
}

.tos_summary {
  margin-top: 50px;
  width: 1024px;
  font-size: 16px;
  line-height: 32px;
}

.tos_article {
  width: 1024px;
  margin-top: 50px;
}

.tos_article_subject {
  font-size: 21px;
  line-height: 31px;
  font-weight: 500;
  text-align: center;
}

.tos_article_text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 32px;
}

.tos_article_text_minor {
  margin: 10px 20px;
}

.tos_end_of_sentence {
  text-align: right;
  width: 1024px;
  margin-top: 50px;
  font-size: 16px;
  line-height: 32px;
}
