:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR",
    sans-serif;
  color: #37352f;
  background: #ffffff;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #ffffff;
}

.page {
  width: min(100% - 48px, 708px);
  margin: 0 auto;
  padding: 96px 0 120px;
}

.page-icon {
  display: block;
  margin-bottom: 12px;
  font-size: 42px;
  line-height: 1;
}

h1 {
  margin: 0 0 48px;
  color: #37352f;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

h2 {
  margin: 32px 0 8px;
  color: #37352f;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.5;
}

p,
li,
th,
td {
  font-size: 16px;
  line-height: 1.75;
}

p {
  margin: 0 0 8px;
}

ol,
ul {
  margin: 4px 0 8px;
  padding-left: 28px;
}

li + li {
  margin-top: 4px;
}

ol ol {
  list-style-type: lower-alpha;
}

a {
  color: inherit;
  text-decoration-color: rgba(55, 53, 47, 0.4);
  text-underline-offset: 3px;
}

.table-scroll {
  width: 100%;
  margin: 16px 0;
  overflow-x: auto;
}

table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

th,
td {
  padding: 8px 10px;
  border: 1px solid #e9e9e7;
  text-align: left;
  vertical-align: top;
}

th {
  background: #f7f6f3;
  font-weight: 600;
}

.appendix {
  margin-top: 40px;
}

.contact {
  color: #787774;
}

.not-found {
  min-height: 100vh;
  display: grid;
  place-content: center;
  text-align: center;
}

.not-found h1 {
  margin-bottom: 12px;
}

.not-found p {
  color: #787774;
}

@media (max-width: 600px) {
  .page {
    width: min(100% - 32px, 708px);
    padding: 56px 0 80px;
  }

  h1 {
    margin-bottom: 36px;
    font-size: 32px;
  }

  h2 {
    margin-top: 28px;
  }

  p,
  li,
  th,
  td {
    font-size: 15px;
  }
}
