.tableWrap {
}
table.type1 {
	width: 100%;
	text-align: center;
}
table.type1 thead th {
	padding: 10px 0 8px;
	background-color: rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.1);
	color: #fff;
	font-size: 1.4rem;
	font-weight: normal;
}
table.type1 thead th:last-child {
	border-right: 0;
}
table.type1 tbody td {
	padding: 18px 0 15px;
	background-color: #fff;
	color: #000;
	font-size: 1.2rem;
	border-right: 1px solid rgba(0,0,0,0.1);
	letter-spacing: -1px;
}
table.type1 tbody td:last-child {
	border-right: 0;
}
table.type1 tbody tr.ingWorking td {
	background-color: #50ffdc;
	color: #000;
}
table.type1 tbody tr.ingWarning td {
	background-color: #db1616;
	color: #fff;
}
table.type1 tbody td span {
	font-size: 1.2rem;
	padding-left: 3px;
}

a.moreList {
	width: calc(100% - 50px);
	height: 56px;
	background-color: #142342;
	color: #fff;
	font-size: 3rem;
	padding: 5px 0;
	text-align: center;
	font-family: 'GemunuLibre-ExtraBold';
	position: fixed;
	bottom: 25px;
}
a.moreList.endList {
	height: 56px;
	line-height: 47px;
	background-color: #1147b6;
	color: rgba(255,255,255,0.6);
	font-size: 1.6rem;
}

.scrollY {
	height: calc(100vh - 220px);
	overflow-y: scroll;
}



body.engVer table.type1 thead th {
	line-height: 1;
	font-size: 1.3rem;
}
body.engVer table.type1 tbody td span {
	font-size: 0.9rem;
	padding-left: 2px;
}