.footer{
	width: 100%;
	height: 360px;
}
.footer .line1{
	text-align: center;
	height: 25px;
	background-color: #808080;
	color: #D2D2D2;
	overflow: hidden;
}
.footer .line2{
	height: 335px;
	background-color: #4E4E4E;
	color: #9F9F9F;
}
.footer .line2 .lbox{
	width: 80%;
	margin: 0 auto;
}
.footer .line2 .lbox .l-left{
	float: left;
	width: 40%;
	margin-top: 122px;
}
.footer .line2 .lbox .l-right{
	float: right;
	width: 50%;
	display: grid;
	grid-template-columns: 30% 55%;
	column-gap: 5%;
	margin-top: 100px;
}
.footer .line2 .lbox .l-right span{
	font-size: 18px;
	text-align: center;
	color: #D2D2D2;
}
.footer .line2 .lbox .l-right .abox{
	    display: flex;
	    flex-direction: column;
	    align-items: flex-start;
	    flex-wrap: nowrap;
		row-gap: 5px;
		margin-top: 10px;
}
.footer .line2 .lbox .l-right .abox a{
	color:#9F9F9F;
}