.articleWrapper{
	min-width: 1024px;
    max-width: 1280px;
    width: 97%;
    margin: 0 auto;
}

.articleContentWrapper{
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}

.articleContentWrapper:last-child{
	border-bottom: none;
}

.articleContentWrapper b{
	font-weight: bold;
}

.articleTitle{
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #eab129;
}

.subTitle{
	text-align: left;
}

.articleContent p{
	line-height: 20px;
	margin-bottom: 1rem;
	text-align: justify;
}

.articleContent a{
	color: #eab129;
}

.articleContent a:hover{
	font-weight: 700;
}

.contentImg{
	text-align: center;
	margin-bottom: 5px;
}

 

.articleContentwithImg{
	display: flex;
}

.contentBoxRight{
	margin-right: 10px;
	align-self: center;
}

.contentBoxLeft{
	margin-left: 10px;
	align-self: center;
}

.articleContentImg{
	margin-bottom: 10px;
}

.articleContentImg img{
	height: 250px;
}

.listBox{
	margin-bottom: 15px;
}

.listBox p{
	margin-bottom: 5px;
}

.listBox ol{
	list-style: decimal;
	padding-inline-start: 30px;
}

.listBox ol li{
	margin-bottom: 5px;
	line-height: 20px;
}

.listBox ul{
	list-style: disc;
	padding-inline-start: 30px;
}

.listBox ul li{
	margin-bottom: 5px;
	line-height: 20px;
}

.listBox2{
	margin-bottom: 15px;
}

.listBox2 p{
	margin-top: 10px;
	margin-bottom: 10px;
}

.listBox2 ol{
	list-style: decimal;
	padding-inline-start: 30px;
}

.listBox2 ol li{
	margin-bottom: 5px;
	line-height: 20px;
}

.listBox2 ul{
	list-style: disc;
	padding-inline-start: 30px;
}

.listBox2 ul li{
	margin-bottom: 5px;
	line-height: 20px;
}

.alphabetList ul li{
	list-style: lower-alpha;
}

.tickList ul li{
	list-style: none;
}

.tickList ul li:before{
	content: '✓';
}