.title-box {
	position: relative;
	width: 60%;
	left: 50%;
	translate: -50% 0;
}

.title-box .bgimg {
	width: 100%;
	height: auto;
	display: block;
}

.title-box .title {
	position: absolute;
	bottom: 25%;
	width: 100%;
	text-align: center;
	color: #027c67;
	font-size: 1.4em;
	font-weight: 600;
}

.title-box .line {
	width: 15%;
	height: 4px;
	background-color: #027c67;
	position: absolute;
	border-radius: 4px;
	left: 50%;
	translate: -50% 0;
	bottom: 0;
}

.out-box {
	padding: 15% 0 0 0;
}

.swiper-box{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	padding: 30% 0 0 0;
}
.swiper-slide{
	height: auto;
	padding: 0 3vw;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.img-l{
	width: 56%;
	margin-bottom: 4px;
	height: auto;
	display: block;
}
.img-r{
	width: 43%;
	margin-bottom: 4px;
	height: auto;
	display: block;
}
.img{
	width: 100%;
	margin-bottom: 4px;
	height: auto;
	display: block;
}
.img-c{
	width: 49%;
	margin-bottom: 4px;
	height: auto;
	display: block;
}