@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,
em, img,
small, strong, sub,
b, 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, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing:border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-size:14px;
	line-height: 1.4;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
label, select, input, textarea{
    display: inline-block;
    vertical-align: middle;
}
a{text-decoration: none;}
a:hover{text-decoration:underline;}
button{border:0;background: transparent;cursor: pointer;font-family:"NotoSans", "맑은고딕", "Malgun Gothic", sans-serif;padding:0;vertical-align: middle;}
input[type=submit]{border:0;background: transparent;cursor: pointer;}