@charset "utf-8";
/* ========================================
	society
======================================== */
#society .boxImgItem {
	width: 294px;
}
#society .boxBgItem > .txtDesc {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
#society .boxBgItem > .txtDesc .boxImg {
	width: 40%;
	flex-shrink: 0;
}
#society .boxBgItem > .txtDesc > p {
	width: 60%;
	flex-shrink: 0;
}
#society .boxBgItem > .txtDesc .boxImgItem {
	width: 100px;
}

@media (max-width: 767px) {
	#society .boxImgItem {
		width: 70%;
	}
}
