* {box-sizing:border-box}
html, body {margin:0; padding:0; width:100%; min-height:100%}
ul, ol{list-style:none; padding-inline-start:0;margin-block-start:0; margin-block-end:0;}
a{text-decoration:none; color:inherit}
table{border-spacing:0}
input{outline:none; margin:0}
h1, h2, h3, h4, h5, h6{margin:0}
.nodrag {-ms-user-select: none; -moz-user-select: -moz-none;-khtml-user-select: none;-webkit-user-select: none;user-select: none;}
button{border:none; background:none; cursor:pointer; padding:0}
input, select, button, textarea{-webkit-border-radius:0; /* 모서리 스타일 제거 */-webkit-appearance:none; /* 인풋내 그림자 제거 */}
.vscroll::-webkit-scrollbar {background: #f5f5f5; width: 6px }
.vscroll::-webkit-scrollbar-thumb,
.hscroll::-webkit-scrollbar-thumb {background-color: #d6d6d6; border-radius: 3px; cursor: pointer }
.vscroll::-webkit-scrollbar-thumb:hover,
.hscroll::-webkit-scrollbar-thumb:hover {background-color: #afafaf}
.hscroll::-webkit-scrollbar {background: #f5f5f5; height: 6px}