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 {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 15px;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6{font-weight: 400;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body{font-family: Pretendard,sans-serif;font-size:14px;word-wrap: break-word;}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size:inherit
}
body{-webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none;}
td{-webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none;}
a{text-decoration: none;font-family: Pretendard,sans-serif;color: #333;}
form, fieldset, blockquote{margin:0;padding:0;border:0}
legend, hr{position:absolute;width:1px;height:1px;border:none;text-indent:-9999px;overflow:hidden}
caption{width:0px;height:0px;text-indent:-9999px;overflow:hidden}
textarea{overflow:auto;-webkit-appearance:none;font-family: Pretendard,sans-serif;}
input{font-family: NotoSans, sans-serif;}
input[type="image"]{-webkit-appearance:none}
input[type="submit"]{-webkit-appearance:none;cursor:pointer}
input[type="text"]{-webkit-appearance:none}
input[type="password"]{-webkit-appearance:none}
input[type="reset"]{-webkit-appearance:none}
input[type="button"]{-webkit-appearance:none}
input[type="text"]:disabled{background: #eaedf1;}
input[type="text"]:disabled::placeholder{color:#b2b7c6;}
label{cursor: pointer;}
select{border-radius:0;font-family: Pretendard,sans-serif;}
img{
	image-rendering: -moz-crisp-edges; /* Firefox */ 
	image-rendering: -o-crisp-edges; /* Opera */ 
	image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */ 
	image-rendering: crisp-edges; 
	-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}