/* override font family */
a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, header, hgroup, html,
i, iframe, img, ins, kbd, keygen, label, legend, meter, nav, object, ol, output, p, pre, progress, q,
s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var, li {
	font-family: "Noto Sans KR", "Open Sans", "malgun gothic", "Nanum Gothic", "dotum", "arial", "sans-serif";
}

/* override default tag */
html {}
body { margin: 0; padding: 0; }
html, h1, h2, h3, h4, h5, h6, form, fieldset, img { margin: 0; padding: 0; }
label, input, button, select, img { vertical-align: middle; }
input, button { margin: 0; padding: 0; }
textarea, select {}

a, button { transition: all 0.3s ease; }
a.disabled { pointer-events: none; cursor: default; }
