/* Added on 20210428 */
.mainBlo {
	width: 90%;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.infoLinkBlo,
.infoLinkBlo.eng {
	display: flex;
	/*width: calc(100% - 40px);*/
	box-sizing: border-box;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.infoLinkBlo .linkIcon {
	width: 70px;
	height: 70px;
	box-sizing: border-box;
}
.infoLinkBlo .inlinkTxt {
	vertical-align: middle;
	width: calc(100% - 70px);
	padding: 10px;
	box-sizing: border-box;
	text-align: left;
}
.mainBlo a {
	display: block;
	flex: 0 0 33%;
}
@media screen and (max-width: 999px) {
	.mainBlo a { flex: 0 0 50%; }
}
@media screen and (max-width: 625px) {
	.mainBlo a { flex: 0 0 100%; }
}
.linkIcon.equality {
    background: rgba(38,58,77,0.8) url(../../img/aboutUs_icon_equality.png) no-repeat;
    background-size: cover;
}