/* css 기본서식 리셋 */
* {margin: 0; padding: 0; color: inherit; box-sizing: border-box; word-break: break-all; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
html, body {font-size: 16px;}
body {overflow-x: hidden;}
ul, ol, li {list-style: none;}
p {line-height: 1.8;}
a {text-decoration: none; color: inherit;}
a:focus {outline: none;}
a, button {cursor: pointer;}
b {font-weight: 600;}
button {border: none; outline: none; background-color: transparent; font-size: 1rem;}
button:focus {outline: none;}
label, img {user-select: none;}
div, main, section, article, header, footer {width: 100%;}
img, svg {width: auto; max-width: 100%; margin: 0 auto; display: block;}
form {width: 100%;}
textarea {resize: none;}
sub, sup {white-space: nowrap;}