/* 17doci — 베이스 리셋(테마 공통). 랜딩은 landing.css 가 자체 리셋/토큰으로 최종 제어. */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; }
img, picture, svg, video { max-width: 100%; }
button, input, select, textarea { font: inherit; color: inherit; }
a { color: inherit; }
:root { word-break: keep-all; }
