@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/  v2.0b1 | 201101  NOTE: WORK IN PROGRESS USE WITH CAUTION AND TEST WITH ABANDON */
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, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; font-family: "Roboto", "NotoSansKr", sans-serif; -webkit-text-size-adjust: 100%; word-break: keep-all; -ms-word-break: break-all; color: #000; letter-spacing: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; -webkit-box-sizing: border-box; box-sizing: border-box; }

body { min-width: auto; line-height: 1; background: transparent; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; }

/* remember to define visible focus styles! :focus{outline:?????;} */
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }

del { text-decoration: line-through; }

table { border-collapse: separate; border-spacing: 0; }

*, *:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; color: #000; }

h1, h2, h3, h4, h5, h6, strong { font-weight: normal; }

a { display: inline-block; text-decoration: none; color: #000; }

a, button, label { cursor: pointer; }

button > * { pointer-events: none; }

img { display: block; }

a:link, a:visited, a:active { text-decoration: none; }

caption, legend { width: 1px; text-align: left; font-size: 0; line-height: 0; text-indent: -999em; }

button { margin: 0; padding: 0; font-family: "Roboto", "NotoSansKr", sans-serif; border: 0; background: none; box-sizing: inherit; -webkit-box-sizing: inherit; color: #000; }

em { font-style: normal; }

/* input disabled ios 기본 css reset */
input[type="tel"], input[type="text"], input[type="number"], input[type="password"], input[type="email"], textarea { color: #000; border-radius: 0; }

input[type="tel"]::-ms-clear, input[type="text"]::-ms-clear, input[type="number"]::-ms-clear, input[type="password"]::-ms-clear, input[type="email"]::-ms-clear, textarea::-ms-clear { display: none; height: 0; width: 0; }

select { height: auto; background: transparent; }

select::-ms-expand { display: none; }

input[type="text"]::-ms-clear { display: none; height: 0; width: 0; }
