#main_section5_2{
	color:#fff;
}
#main_section5_2 .row > .box:nth-child(1){
	background:url(../_img/main/section5_2_img1.jpg) no-repeat center center / cover;
	
}
#main_section5_2 .row > .box:nth-child(2){
	background:url(../_img/main/section5_2_img2.jpg) no-repeat center center / cover;
}
#main_section5_2 .row > .box{
	padding:3rem 3rem;
	display:flex;
	align-items: center;
	justify-content: center;
	text-align:center;
	min-height:45rem;
}
#main_section5_2 .inner .more{
	font-size:1.6rem;
	color:#fff;
	position:relative;
	z-index:1;
	font-weight:300;
	display:flex;
	align-items: center;
	justify-content: center;
	border:1px solid rgba(255,255,255,.5);
	height:5rem;
	max-width:20rem;
	margin:0 auto;
	margin-top:5rem;
	transition: all .3s;
}
#main_section5_2 .inner .more:hover{
	border:1px solid rgba(255,255,255,1);
	background:#fff;
	color:#000;
}
#main_section5_2 .inner .more i{
	margin-left:1rem;
}
