.table-container {
	margin-bottom: 3.6rem;
}

.table-container .table-container-main-title {
	margin: 0 2rem 2rem;
}

.table-container table tr {
	display: flex;
	padding: 1.6rem 6rem;
	align-items: center;
	font-weight: 600;
	line-height: 2.4rem;
	gap: 2rem;
}

.table-container table tr:not(:first-child) {
	border-bottom: 1px solid #D9D9D9;
	font-weight: 400;
	line-height: 1.9rem;
}

.table-container table th {
	height: auto;
}

.table-container table tr td {
	height: auto;
	padding: 0;
}

@media screen and (min-width: 1024px) {
	.table-container {
		margin-bottom: 8rem;
	}

	.table-container .table-container-main-title {
		margin: 0 0 2rem;
	}
}

@media screen and (max-width: 1023px) {
	.table-container .table-content {
		display: block;
		padding: 0 2rem;
		overflow-x: auto;
	}
}