body {
  width: min(900px, calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 0 64px;
  font-family: Pretendard, "Noto Sans KR", "Malgun Gothic", sans-serif;
  line-height: 1.75;
  background: #fff;
  color: #172033;
}

h2 {
  text-align: center;
  margin: 0 0 34px;
  font-size: 34px;
}

h3 {
  margin-top: 25px;
}

.article {
  margin-top: 15px;
}
body > b {
  display: block;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.8;
}
button,
.terms-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #fff;
  padding: 0 20px;
  color: #172033;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
}
.terms-link {
  margin-right: 8px;
  color: #174db7;
}
@media (max-width: 560px) {
  body {
    width: calc(100% - 24px);
    padding: 28px 0 44px;
    font-size: 14px;
  }
  h2 {
    font-size: 28px;
  }
  body > b {
    font-size: 15px;
  }
}
