/* @import url(http://fonts.googleapis.com/earlyaccess/notosanskr.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, textarea, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	line-height: 1;
	vertical-align: baseline;
	background:transparent;
	background-repeat:no-repeat;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box; 
}
body {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
}
* {box-sizing:border-box;}
li {list-style:none;}
button {display:inline-block; border:0; cursor:pointer; outline:0; vertical-align:middle; border-radius: 2px;}
a, a:link, a:visited, a:hover, a:active {color:inherit;}
input, label, select { border: inherit; background: inherit; vertical-align:middle;}
input[type=radio], input[type=checkbox] {margin:-3px 0 0;width: 20px;height: 20px;}

.clearfix:after {display:block; content:''; clear:both;}
input[type=text], input[type=file] { border: 1px solid #dee3eb; background: #fff; border-radius: 2px; }


