:root {
  color-scheme: light;
}

body {
  margin: 0;
  padding: 0;
  background: #F8F5EA;
  color: #1E293B;
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  line-height: 1.7;
}

.wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}

.banner {
  background: #F0A569;
  color: #fff;
  text-align: center;
  padding: 28px 16px 24px;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.5px;
}

h1 {
  font-size: 26px;
  font-weight: 800;
  color: #A54B2D;
  margin-top: 0;
}

h2 {
  font-size: 19px;
  font-weight: 700;
  color: #A54B2D;
  margin-top: 40px;
  border-bottom: 2px solid #F0A569;
  padding-bottom: 6px;
}

h3 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 24px;
}

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

table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 14px;
}

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

th {
  background: #F0E4CE;
  color: #A54B2D;
}

blockquote {
  background: #FFF7E8;
  border-left: 4px solid #F0A569;
  margin: 0 0 24px;
  padding: 12px 16px;
  font-size: 14px;
  color: #7a5a3a;
}

code {
  background: #F0E4CE;
  padding: 1px 6px;
  border-radius: 4px;
  font-size: 13px;
}

hr {
  border: none;
  border-top: 1px solid #E5DFCF;
  margin: 32px 0;
}

a {
  color: #A54B2D;
}

.nav {
  text-align: center;
  margin-bottom: 24px;
  font-size: 14px;
}

.nav a {
  margin: 0 10px;
  font-weight: 600;
  text-decoration: none;
}

footer {
  text-align: center;
  color: #9a8f78;
  font-size: 13px;
  margin-top: 48px;
}
