
/*footer*/
.footer_wrap {
	background: #202020;
	color: #929292;
	padding: 70px 0;
}
.footer_wrap .content {
	max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    padding: 0 20px;
}
.footer_wrap .content svg {
	opacity: 0.5;
	position: relative;
	margin-right: 2%;
	max-width: 200px;
    width: 100%;
}
.footer_wrap .content ul {
	width: auto;
    display: inline-block;
}
.footer_wrap .content ul li {
	font-size: 1rem;
}
.footer_wrap .content ul li:last-child {
	margin-top: 3vh;
}
.footer_wrap button {
	max-width: 60px;
    width: 100%;
    height: auto;
    background: url(../../resource/images/main/groupware.png) 50% 50% no-repeat;
    background-size: contain;
    border: none;
    margin-left: 2%;
}