@charset "utf-8";

/* 표 전체 스타일링 */
table {
  border-collapse: collapse;
}

/* 셀 스타일링 */
.table-cell_honor {
  border-bottom: 1px solid #e8e8e8;
  font-size: 12px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  line-height: 1.8;
}

/* 셀 스타일링 */
.table-cell1_honor {
  border-bottom: 1px solid #e8e8e8;
  font-size: 12px;
  padding-right: 20px;
  padding-left: 5px;
  text-align: left;
  line-height: 1.5;
}

/* 헤더 TOP 제목 스타일링 */
.table-top_honor {
  font-size: 16px;
  text-align: left;
  color: #222;
  line-height: 1.8;
}

/* 헤더 행 스타일링 */
.table-heading_honor {
  border-bottom: 1px solid #222;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
  text-align: center;
  background-color: #e6e6e6;
  color: #222;
  line-height: 1.8;
}

/* 표 사이 간격 설정 */
.table-container_honor {
  display: inline-block;
  margin-right: 5px;
}

/* 명예 그릿인 1학기 기말 / 1학기 중간 테이블 높이 때문에 만듬 */
.honor_sub {
	border-bottom:1px solid #e6e6e6;
    line-height: 1.5;
	padding-left: 10px;
	padding-right: 10px;
}


/* 숨기기 */
.hidden_honor {
      display: none;
}