/* Reset S */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { margin: 0; padding: 0; outline: none; }
body, html { -webkit-tap-highlight-color: transparent; -webkit-text-size-adjust: none; width: 100%; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
a { text-decoration: none; }
a:focus, a:active, a { outline: none; }
a, button, input { -webkit-tap-highlight-color: rgba(255, 0, 0, 0); }
a, p, span, i, h1, h2, h3, h4, h5, h6 { -webkit-font-smoothing: antialiased; }
a, img, input { border: none; }
a, img { -webkit-touch-callout: none; }
img { width: 100%;}
ul, ol, li { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
input[type="text"], input[type="password"], select, a { -webkit-appearance: none; appearance: none; outline: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); box-sizing: border-box; }
input, textarea, select { font-family: inherit; font-size: inherit; font-weight: inherit; }
em, i, b { font-style: normal; }
fieldset, img { border: 0; object-fit: contain;}
input, textarea, select { *font-size: 100% }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal }
abbr, acronym { border: 0; font-variant: normal }
sup { vertical-align: text-top }
sub { vertical-align: text-bottom }
.clear:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.fl { float: left; }
.fr { float: right; }
.hide { display: none; }
input::-moz-placeholder, textarea::-moz-placeholder { color: #949494; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #949494; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #949494; }
.text-hide { font-size: 0; line-height: 0; text-indent: -9999px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.text-hidden { font-size: 0; line-height: 0; text-indent: -9999px; }

/* scrollbar */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { border-radius: 3px; background: rgba(255,255,255,0); -webkit-box-shadow: inset 0 0 5px rgba(255,255,255,0); }
::-webkit-scrollbar-thumb { border-radius: 3px; background: rgba(0,0,0,0.12); -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.2); }