	

	.item_info_clause {
		width: 90%;
	}
	.item_info_clause TH {
		border-bottom: solid 1px #aaaaaa;
		padding: 8px;
		text-align: left;
		font-size: 12pt;
		color: #993333;
	}
	.item_info_clause TD {
		border-bottom: solid 1px #cccccc;
		padding: 8px;
	}
	.item_info_clause TD.key {
		border-right: solid 1px #aaaaaa;
		color: #000000;
		background-color: #f5f5f5;
	}
	.item_info_clause TD.key2 {
		border-right: solid 1px #cccccc;
		color: #000000;
		text-align: center;
	}


.item_info {
	white-space: normal;
	word-break: keep-all;
	font-size: 21pt;
}

.item_info h1 {
	text-align: center;
	font-size: 38pt;
	font-family: 'Noto Sans KR', sans-serif;
}
.item_info h2 {
	text-align: center;
	margin-top: 80px;
	font-size: 20pt;
	font-family: 'Noto Sans KR', sans-serif;
}
.item_info h4 {
	margin-top: 20px;
	font-size: 18pt;
	font-family: 'Noto Sans KR', sans-serif;
}
.item_info P {
	margin: 40px 0;
}
.item_info P.text {
	text-align: center;
	width: 90%;
	margin: 10px 5%;
	line-height: 250%;
}