.menu-type-contents {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	overflow: hidden;
}

.a-contents h3 {
	font-family: NanumSquareR;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 18px;
	padding-top: 6px;
	/* background: url(../img/sub_common/section_bg.png) no-repeat left top; */
	-webkit-background-size: 100%;
	background-size: 100%;
	border-bottom: 1px solid #efefef;
}

.a-contents h4 {
	margin: 0 0 20px 0;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 10px 30px;
	background: url(../img/sub_common/tit_icon.png) no-repeat left center;
}
.a-contents ul {
	padding-left: 10px;
	margin-top: 10px;
}
.a-contents > ul > li {
	list-style: none;
	/* background: url(../img/sub_common/list_icon.png) no-repeat left 4px; */
	padding: 0 0 0 15px;
	margin: 0 0 8px 0;
}

.a-contents > ul > li > h5 {
	display: inline;
	font-size: 1rem;
}

.a-contents > ul > li:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f14a ";
	font-weight: 400;
	padding-right: 5px;
}

.a-contents table {
	table-layout: fixed;
}

.a-contents table thead th {
	background-color: #eee;
	padding: 8px 4px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #ccc;
}
.a-contents table tbody td {
	background-color: #fff;
	text-align: center;
	padding: 8px 4px;
	border: 1px solid #ccc;
}
.a-contents table caption {
	font-style: italic;
	text-align: right;
	caption-side: bottom;
}
