.footer-wrap-main {
	display: flex;
	justify-content: flex-start;
	max-width: 1280px;
	margin: 0 auto;
	padding: 100px 16px 80px;
	gap: 0 200px;
}
.footer-wrap-main .footer-left img {
	max-width: 282px;
}
.footer-wrap-main .footer-center {
	color: #D0D0D0;
	font-size: 16px;
	line-height: 24px;
}
.footer-wrap-main .footer-center p {
	margin-bottom: 10px;
}
.footer-wrap-main .footer-center .company {
	display: flex;
	line-height: 1;
	margin-bottom: 15px;
}
.footer-wrap-main .footer-center .company li {
	padding: 0 15px;
	border-left: 1px solid #D0D0D0;
}
.footer-wrap-main .footer-center .company li:first-child {
	padding-left: 0;
	border-left: 0;
}
.footer-wrap-main .footer-center .info {
	display: flex;
	flex-wrap: wrap;
}
.footer-wrap-main .footer-center .info li {
	margin-right: 12px;
}
.footer-wrap-main .footer-center .info li:last-child {
	margin-right: 0;
}
.footer-wrap-main .footer-center .info li a {
	display: flex;
	align-items: center;
}
.footer-wrap-main .footer-center .info li a img {
	margin-right: 12px;
	max-width: 14px;
}

.footer-wrap-main .footer-center .info li{
	border-left: 1px solid #E1E1E1;
	padding-left: 15px;
}
.footer-wrap-main .footer-center .info li:first-child{
	padding-left: 0;
	border-left: 0;
}
.footer-wrap-main .footer-center .policy {
	display: flex;
	margin-top: 10px;
	font-size: 15px;
	color: #E1E1E1;
}
.footer-wrap-main .footer-center .policy li {
	padding: 0 15px;
	border-left: 1px solid #E1E1E1;
	line-height: 1;
}
.footer-wrap-main .footer-center .policy li:first-child {
	padding-left: 0;
	border-left: 0;
}
.footer-wrap-main .footer-center .policy li a span{
	font-size: 16px;
}
.footer-wrap-main .footer-center .policy li a img{
	max-width: 14px;
	margin-right: 12px;
}
.footer-wrap-main .footer-right .related-site {
	font-size: 16px;
	font-weight: 400;
	position: relative;
}
.footer-wrap-main .footer-right .related-site-title {
	color: #fff;
	cursor: pointer;
	padding: 15px 30px;
	border-radius: 6px;
	border: 1px solid rgba(222, 222, 222, 0.30);
}
.footer-wrap-main .footer-right .related-site-title a {
	position: relative;
	padding-right: 30px;
}
.footer-wrap-main .footer-right .related-site-title a:before {
	content: "";
	display: inline-block;
	border: solid white;
	border-width: 0 3px 3px 0;
	padding: 3px;
	transform: rotate(45deg);
	position: absolute;
	right: 0;
}
.footer-wrap-main .footer-right .related-site-title.active a:before {
	transform: translateY(-50%) rotate(-135deg);
	top: 65%;
}
.footer-wrap-main .footer-right .related-site-link {
	position: absolute;
	width: 100%;
	background: #fff;
	padding: 15px 0;
	max-height: 190px;
	box-sizing: border-box;
	overflow-y: auto;
	display: none;
}
.footer-wrap-main .footer-right .related-site-link li a {
	display: block;
	padding: 5px 20px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	color: #2C2B26;
	transition: color .3s ease;
}
.footer-wrap-main .footer-right .related-site-link li:hover a {
	color: #000;
}
.footer-wrap-main .footer-right .social-network {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}
.footer-wrap-main .footer-right .social-network li {
	margin-left: 20px;
}
.footer-wrap-main .footer-right .social-network li:first-child {
	margin-left: 0;
}
.footer-wrap-main .footer-right .social-network li a img {
	max-width: 44px;
}

@media screen and (max-width:1024px) {
	.footer-wrap-main {
		padding: 60px 16px;
		flex-wrap: wrap;
	}
	.footer-wrap-main .footer-left {
		width: 100%;
		margin-bottom: 40px;
	}
	.footer-wrap-main .footer-left img {
		max-width: 240px;
	}
	.footer-wrap-main .footer-center {
		width: 100%;
	}
	.footer-wrap-main .footer-center p {
		margin-bottom: 16px;
	}
	.footer-wrap-main .footer-right {
		width: 100%;
		margin-top: 40px;
	}
	.footer-wrap-main .footer-right .related-site-title {
		text-align: center;
	}
	.footer-wrap-main .footer-right .related-site-link {
		bottom: 100%;
	}
	.footer-wrap-main .footer-right .social-network {
		justify-content: center;
	}
}

@media screen and (max-width:768px) {

}

@media screen and (max-width:380px) {
	.footer-wrap-main .footer-center .info li{
		border-left: 0;
		padding-left: 0;
	}
}