#content-main p.right {
	text-align: right;
	font-size: 14px;
}

@media (max-width: 610px) {
	#content-main div.table-container {
		width: 100%;
		overflow-x: auto;
		white-space: nowrap;
	}
	#content-main table {
		width: auto;
	}
}

/* 스크롤설정 */
::-webkit-scrollbar {
	-webkit-appearance: none;
}
::-webkit-scrollbar:vertical { 
	width: 12px;
}
::-webkit-scrollbar:horizontal { 
	height: 8px;
}
::-webkit-scrollbar-thumb { 
	background-color: rgba(0, 0, 0, .5);
	border-radius: 10px;
	border: 2px solid #fff;
}
::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #fff;
}