body {
	margin: 40px auto;
	max-width: 960px;
	padding: 0 16px;
	line-height: 1.7;
	font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
}

table {
	border-collapse: collapse;
	width: 100%;
}

table th,
table td {
	border: 1px solid #ddd;
	word-break: keep-all;
	padding: 0 10px;
	vertical-align: middle;
}

table th {
	text-align: center;
}

table td:nth-child(1) {
	white-space: nowrap;
}

table td:nth-child(2) {
	padding: 0;
	text-align: center;
	width: 80px;
}

table td img {
	display: block;
	margin: 0 auto;
	width: 64px;
	height: auto;
	max-width: none;
}

body,
input,
textarea,
button {
	color: #333;

a {
	color: #333;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #07A;
}

.nav {
	text-align: center;
	margin-bottom: 30px;
}