@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;
}
.thead {
  height: 52px;
  background-color: #f1f1f1;
}
.tcontent {
  height: 150px;
}
.tcontentbody1 {
  background-color: #fbeaea;
}
.tcontentbody2 {
  background-color: #efeee6;
}
.tcontenttext{
  text-align: left;
  padding-left: 50px;
}
