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 38px;
  font-size: 34px;
}

h3 {
  margin: 38px 0 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid #2563eb;
  color: #174db7;
}

.article {
  margin-top: 12px;
  padding: 18px 20px;
  border: 1px solid #dce4ef;
  border-radius: 10px;
  background: #f8fafc;
}

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