@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
* {
  margin:0;
  padding:0;
}
body {
  font-family: 'Noto Sans KR','맑은 고딕',sans-serif;
  color:#333;
}
table {
  width: 1160px;
  float: right;
  margin: 40px 0 110px 0;
  border: 1px solid #333;
  border-collapse: collapse;
  text-align: center;

}
td {
  border: 1px solid #333;
  height: 46px;
}
.thead {
  height: 46px;
  background-color: #f1f1f1;
}
.thead2 {
  height: 46px;
  background-color: #ede2d5;
}
.tcontentbody1 {
  height: 80px;
}
