*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 100%;
  font-weight: normal;
  background-color: transparent;
}

a:link {color: black; text-decoration: none;}
a:visited {color: black; text-decoration: none;}
a:hover {color: black; text-decoration: underline; text-underline-position: under;}
a:active {color: black; text-decoration: none;}

body {
  padding: 20px;
  font-size: 16px;
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 1.7;
}

ul {
  list-style: none;
  float: left;
}

.home {
  cursor: pointer;
  padding: 15px;
}

.container {
  margin: 0 auto;
  padding: 15px;
}

.left {
	text-align: left;
	margin-bottom: 10px;
}

.right {
	text-align: right;
	writing-mode: vertical-lr;
	padding: 10px;
	margin-bottom: 20px;
}

.center {
	text-align: center;
}

table {
	margin-top: 20px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

