@charset "utf-8";
/*----------------------------------------
	main
----------------------------------------*/
/* #contents div.main {
  width: 88%;
  max-width: 1000px;
} */
#contents div.main {
  width: 86%;
  max-width: fit-content;
}
.table_wrapper {
  overflow-x: auto;
  overflow-y: hidden;
}
.gds_list {
  width: max-content;
  border-collapse: collapse;
  white-space: nowrap;
  text-align: center;
}
.gds_list th,
.gds_list td {
  padding: 15px 20px;
  border: 1px solid #dee2e6;
}
.gds_list th:first-child,
.gds_list td:first-child {
  text-align: left;
}
.gds_list thead {
  background-color: #787258;
  color: #fff;
}
.gds_list tbody tr:nth-of-type(even) {
  background-color: #f8f9fa;
}
