* {
	box-sizing: border-box;
	font-family: 'SpoqaHanSansNeo';
	margin: 0;
}
body {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
ul,
p {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
button {
	padding: 0;
	border: none;
	background-color: transparent;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input,
label {
	outline: none;
	border: none;
}
