.top_section {
	width: 100%;
	height: 350px;
	background-image: url(/images/point/bg@3x.png);
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main_title_img {
	margin-top: 45px;
	width: 350px;
}
#wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.point_main {
	width: 33%;
	margin-bottom: 50px;
}
.point_info_section {
	display: flex;
	padding-left: 16px;
	padding-right: 16px;
	flex-direction: column;
}
.point_info_title {
	font-size: 20px;
	font-weight: 800;
	font-stretch: normal;
	font-style: normal;
	color: #000;
	margin-top: 44px;
	margin-bottom: 16px;
}
.point_info_sub_title {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
.point_info_sub_context {
	font-size: 14px;
	padding-left: 15px;
	margin-bottom: 10px;
}
.friends_add_btn {
	border-radius: 8px;
	border-width: 0px;
	background-color: #fbbe18;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 64px;
	font-size: 16px;
	font-weight: bold;
	color: white;
	margin: 14px;
	margin-top: 20px;
	margin-bottom: 30px;
	border: 1px solid #fbbe18;
}
.bt_estimate:hover {
	text-decoration: none;
	background: #fff;
	color: #000;
	/* border: 1px solid #fbbe18; */
}
.bt_estimate:after {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: middle;
}
.bt_estimate:after {
	width: 9px;
	height: 14px;
	background: url(/images/bt_arr_wh.png);
	background-size: 9px;
	margin-left: 7px;
}
#footer { width: 100%; }
.footer_wrap {
	display: flex;
	flex-direction: column;
	padding: 18px;
	font-size: 14px;
	line-height: 2;
	letter-spacing: -0.4px;
}
.footer_title {
	font-weight: bold;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px){
	.top_section {
		height: 300px;
	}
	.point_main {
		width: 100%;
		margin-bottom: 50px;
	}
}