@charset "utf-8";
/* reset.css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, button { margin: 0; padding: 0; border: 0; box-sizing: border-box; font-family: 'Noto Sans KR', sans-serif !important; vertical-align: baseline; letter-spacing: 0px; }
html { font-size: 62.5%; }
body { background-color:#0001; font-size: 1.3rem; line-height: 1; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; }
h1, h2, h3, h4, h5 { font-weight: 600; }
p, span, div, ul, ol, li, input, button, label, textarea { font-weight: 400; }
table { border-collapse: collapse; border-spacing: 0; }
caption { display: none; }
img { display:flex; width:100%; height:auto; }
a { display:inline-flex; text-decoration: none; color: inherit; }
input, button { border:none; background:none; box-sizing: border-box; }
address, em, i, cite {font-style: normal;}

/* scrollbar style */
::-webkit-scrollbar { width: 6px; height: 4px; background: transparent; }
::-webkit-scrollbar-thumb { background-color: #ccc; border-radius: 16px; background-clip: border-box; border: 4px solid transparent; -webkit-border-radius: 16px; -moz-border-radius: 16px; -ms-border-radius: 16px; -o-border-radius: 16px; }
::-webkit-scrollbar-track { background-color: transparent; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }