/* Osuya reset.css — site.css 전에 로드 */
*, *::before, *::after { box-sizing: border-box; }
html { font-size: 16px; -webkit-text-size-adjust: 100%; }
body { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, figure { margin: 0; padding: 0; }
ul, ol { list-style: none; }
img, svg, video { display: block; max-width: 100%; }
button, input, optgroup, select, textarea { margin: 0; line-height: inherit; }
button { -webkit-appearance: none; appearance: none; background: none; border: none; padding: 0; }
a { text-decoration: none; color: inherit; }
table { border-collapse: collapse; border-spacing: 0; }
[hidden] { display: none !important; }
