.textBox ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.textBox li{
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
	font-family: YuGothic;
	font-size: 16px;
	font-weight: 500;
	line-height: 28.8px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.textBox li::before{
	position: absolute;
	top: 10px;
	bottom: 0;
	left: 0;
	width: 5px;
	height: 5px;
	content: "";
	background: #C59535;
	border-radius: 50px;
}

@media (min-width: 769px) {
	
}
@media (min-width: 1000px) {
	
}