:root {
  color-scheme: light;
  background: #f8f5ee;
  color: #193844;
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}

* { box-sizing: border-box; }

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

main { width: min(100%, 1120px); margin: 0 auto; padding: 40px 20px 64px; }

h1 { margin: 0; font-size: clamp(24px, 4vw, 36px); text-align: center; }

.description { margin: 10px 0 30px; color: #6e7777; text-align: center; }

.policy-pages { overflow: hidden; border: 1px solid #e6dfd2; border-radius: 22px; background: #fff; box-shadow: 0 12px 32px rgba(25, 56, 68, 0.08); }

.policy-pages img { display: block; width: 100%; height: auto; }

@media (max-width: 600px) {
  main { padding: 24px 0 40px; }
  h1, .description { padding-inline: 18px; }
  .policy-pages { border-right: 0; border-left: 0; border-radius: 0; box-shadow: none; }
}
