*{
	margin:0;
	padding:0;
	vertical-align:baseline;
	font-family:'Noto Sans KR', sans-serif;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
}
*, :after, :before {
	box-sizing:border-box;
}
:root {
	-webkit-tap-highlight-color:transparent;
	-webkit-text-size-adjust:100%;
	text-size-adjust:100%;
	cursor:default;
	line-height:1.5;
	overflow-wrap:break-word;
	-moz-tab-size:4;
	tab-size:4;
}
html, body {
	height:100%;
}
img, picture, video, canvas, svg {
	display:block;
	max-width:100%;
}
button {
	background:none;
	border:0;
	cursor:pointer;
}
a {
	text-decoration:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
ol, ul {
	list-style:none;
}
label.error{ color:red; }