footer {
	width: 100%;
	background: #44413C;
	display: flex;
}

.footer {
	width: 100%;
	margin: 60px auto;
}

.foote1 {
	width: 100%;
	text-align: center;
}

.foote1_1 {
	width: 100%;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: white;
}

.foote1_2 {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.02em;
	color: white;
}

.foote2 {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

.foote2_1 {
	display: inline-block;
	margin-right: 60px;
	margin-top: 15px;
	font-size: 14px;
	font-weight: 400;
	color: white;
}
.foote2_1:hover{
    color: #AE3B39;
}
.foote2_1:last-child {
	margin-right: 0;
}

.foote2_1 img {
	width: 5px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.foote2_1 span {
	display: inline-block;
	vertical-align: middle;
}

.foote3 {
	width: 100%;
	margin-top: 40px;
	text-align: center;
	font-size: 10px;
	font-weight: 400;
	color: white;
}

.foote3 a {
	margin-right: 20px;
}

.foote3 a:last-child {
	margin-right: 0;
}

.foote4 {
	width: 100%;
	margin-top: 20px;
	text-align: center;
	font-size: 10px;
	font-weight: 400;
	color: white;
}