@charset "utf-8";

body {
  color: #000;
  background: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-family: nanum;
}
table {
  border: 1px solid #000;
  border-collapse: collapse;
  text-align: center;
  
}
td, th {
  text-align: center;
  border-top: 1px solid #000;
  padding: 5px 10px;
}