@charset "utf-8";

/*============================================================

custom_footer

==============================================================*/
#custom_footer {
	display: block;
	background: url("../img/pattern_bg.jpg");
	padding: 40px 0;
	font-size: 14px;
	color: #fff;
}
#custom_footer a {
	color: #fff;
	text-decoration: none;
}
#custom_footer a:hover {
	text-decoration: underline;
}
#custom_footer .custom_config,
.custom_footer_nav {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}
.custom_footer_nav {
	margin: 0;
}
.custom_footer_nav li + li {
	margin-left: 20px;
}
.custom_footer_nav i {
	margin-right: 5px;
	font-size: 12px;
}

@media screen and (max-width:680px){
	#custom_footer .custom_config {
		-webkit-flex-direction:column;
		flex-direction:column;
		-webkit-justify-content:center;
		justify-content:center;
	}
	.custom_copryright {
		margin-top: 20px;
	}
}
@media screen and (max-width:499px){
	.custom_footer_nav {
		width: 100%;
		display: block;
	}
	.custom_footer_nav li + li {
		margin-left: 0;
		margin-top: 10px;
	}
	.custom_footer_nav i {
		display: none;
	}
	.custom_footer_nav a {
		display: block;
		width: 100%;
		padding: 10px;
		text-align: center;
		background: rgba(255,255,255,0.2);
		border-radius: 5px;
	}
}
@media screen and (max-width:320px){
	#custom_footer {
		font-size: 12px;
	}
}