#Cases {
	padding: 70px 0;
}
#Cases .box {
	margin-bottom: 70px;
}
#Cases .box:last-child {
	margin-bottom: 0;
}
#Cases .box>.desc {
	margin-bottom: 50px;
}
#Cases .item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#Cases .item .col-2 {
	width: calc(100% / 2 - 20px);
	position: relative;
	margin: 0 40px 40px 0;
}
#Cases .item .col-2:nth-child(even) {
	margin-right: 0;
}
#Cases .item .col-2:hover .img_area img {
	transform: scale(1.1);
	transition: all .2s ease-in-out;
}
#Cases .item .img_area {
	overflow: hidden;
	height: 350px;
}
#Cases .item img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	transition: all .2s ease-in-out;
}
#Cases .item .title_area {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 30px;
	background: rgb(0 0 0 / 50%);
	width: 100%;
}
#Cases .item .title_area h3 {
	color: #fff;
	font-size: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}