.ConGalIntro {
	background: #fff;
	margin-bottom: 2rem;
}
.ConGalIntro .subTitle {
}
.ConGalIntro .content {
	padding-bottom: 34px;
	position: relative;
}
.ConGalIntro .content:after {
	content: '';
	background: url('../../images/content/ConGal-Border.png');
	width: 100%;
	height: 24px;
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 100%;
}
.ConGalIntro .item { width: 23.5%; }
.ConGalIntro .item img {
	max-width: 100%;
}
@media all and (max-width: 700px) {
	.ConGalIntro .item { width: 49%; margin-bottom: 15px; }
}