
.exam_wrap .category_wrap ul {
	display: flex;
}
.exam_wrap .category_wrap ul li {
	width: 50%;
}
.exam_wrap .category_wrap ul li a {
	display: block;
	font-size: 2rem;
	text-align: center;
	padding: 1rem 0;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	color: #930D0E;
	font-weight: 900;
}
.exam_wrap .category_wrap ul li a.on {
	background-color: #930D0E;
	color: #fff;
	border-bottom: 1px solid #930D0E;
	border-right: 1px solid #930D0E;
}
.exam_wrap .category_wrap ul li:last-child a {
	border-right: none;
}
.exam_wrap .content_wrap {
	padding: 1.2rem 2rem 2rem;
	border-bottom: 5px solid #ecebed;
}
.exam_wrap .content_wrap table {
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.exam_wrap .content_wrap table tr th, .exam_wrap .content_wrap table tr td {
	font-size: 1.5rem;
	padding: 1rem;
	border: 1px solid #ccc;
	text-align: left;
	line-height: 1.4;
}
.exam_wrap .content_wrap table tr th {
	width: 40%;
	color: #111;
}
.exam_wrap .content_wrap table tr td {
	width: 60%;
	font-size: 1.4rem;
	color: #111;
}
.exam_wrap .content_wrap table thead {
	background-color: #F8FAFB;
}
.exam_wrap .content_wrap table thead tr th, .exam_wrap .content_wrap table thead tr td {
	color: #111;
	font-size: 1.7rem;
	font-weight: 600;
	text-align: center;
}


.list_wrap ul li a {
	display: block;
	font-size: 2rem;
	font-weight: bold;
	padding: 2rem;
	padding-left: 8rem;
	border-bottom: 1px solid #ccc;
}
.list_wrap ul li:nth-child(1) a {
	background: url("../img/menu1.png") no-repeat 2rem center / 3.5rem;
}
.list_wrap ul li:nth-child(2) a {
	background: url("../img/menu2.png") no-repeat 2rem center / 3.5rem;
}
.list_wrap ul li:nth-child(3) a {
	background: url("../img/menu3.png") no-repeat 2rem center / 3.5rem;
}
.list_wrap ul li:nth-child(4) a {
	background: url("../img/menu4.png") no-repeat 2rem center / 3.5rem;
}