.sticky {
	position: sticky;
	top: 0;
	overflow: hidden;
	width: 100%;
}

.con1 .con1_logo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	top: 35px;
}

.con1 .con1_logo svg {
	width: 216px;
}

footer {
	background: #f2f2f2;
}

footer .top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 35px 0;
	border-bottom: 1px solid #dadbdc;
}

footer .share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

footer .share a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 30px;
}

footer .share a:last-child {
	margin-right: 0;
}

footer .share a:hover svg path {
	fill: #246fb7;
}

footer .share svg path {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

footer .btm {
	text-align: center;
	padding: 35px 0;
	color: rgba(0, 0, 0, 0.5);
}

footer .footer_logo svg {
	width: 216px;
}


@media only screen and (min-width: 768px) {}

@media only screen and (max-width: 1500px) {}

@media only screen and (max-width: 1000px) {
	footer .top {
		padding: 25px 0;
	}
}

@media only screen and (max-width: 769px) {
	footer .top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	footer .share {
		margin-top: 15px;
	}

	footer .btm {
		padding: 20px 0;
	}

	footer .footer_logo svg {
		width: 140px;
	}

	.con1 .con1_logo svg {
		width: 130px;
	}

	.con1 .con1_logo {
		top: 15px;
	}
}