<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*테이블*/
.width_max {
	max-width: 980px;
	margin:0 auto;
}
.table_wrap .custom_table {
	table-layout: fixed;
	width:100%;
	width: 100%;
	border-top-color: #091152;
	border-top-width: 2px;
	border-top-style: solid;
	border-collapse: collapse;
	border-spacing: 0;
}
.table_wrap .custom_table thead tr {
	padding: 10px;
	border: 1px solid rgb(221, 221, 221);
	border-image: none;
	height: 30px;
	font-size: 16px;
}
.table_wrap .custom_table thead th {
	background: rgb(247, 247, 247);
  padding: 5px 0px;
  color: rgb(16, 72, 157);
  font-weight: 600;
}
.table_wrap .custom_table tbody tr {
	padding: 10px;
  border: 1px solid rgb(221, 221, 221);
  border-image: none;
  height: 30px;
  text-align: center;
  font-size: 16px;
}
.table_wrap .custom_table td {
	padding: 5px 0px;
    border: 1px solid #f2f2f7;
    word-break: break-all !important;
}
.table_wrap .custom_table .red {
	color: #f2412c;
}
</pre></body></html>