footer{
	width: 100%;
	background: #94765E;
}
.footer{
	width: 100%;
	margin:60px auto;
	margin-bottom: 120px;
	display: inline-block;
}
.footer1{
	width: 33%;
	float: left;
	margin-right: 19%;
}
.footer1_1{
	max-width: 100%;
	height: 150px;
	display: block;
}
.footer1_2{
	width: 100%;
	margin-top: 50px;
	font-weight: 600;
	font-size: 24px;
color: white;
}
.footer1_3{
	width: 100%;
	margin-top: 100px;
	display: flex;
}
.footer1_4{
	width: 50px;
	margin-right: 15px;
	display: block;
	position: relative;
}
.footer1_4:hover .footer1_4_2{
	display: block;
}
.footer1_4_1{
	width: 100%;
	display: block;
}
.footer1_4_2{
	width: 120px;
	border-radius: 5px;
	background: white;
	padding: 10px;
	display: none;
	position: absolute;
	left: 50%;
	bottom: calc(100% + 16px);
	transform: translateX(-50%);
}
.footer1_4_2 img{
	width: 100%;
	display: block;
}
.footer1_4_2::after{
	content: '';
	width: 0;
	height: 0;
	border-top: 8px solid white;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 8px solid transparent;
	position: absolute;
	left: 50%;
	bottom: -16px;
	transform: translateX(-50%);
}
.footer2{
	width: 19%;
	float: left;
	margin-right: 10%;
}
.footer2:last-child{
	margin-right: 0;
}
.footer2_1{
	width: 100%;
	display: block;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 24px;
color: white;
}
.footer2_2{
	width: 100%;
	display: block;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 24px;
color: #DDDDDD;
}
.footer2_2:last-child{
	margin-bottom: 0;
}