@charset "utf-8";
/* CSS Document */
#footer-community .si-light {
	color: #111111 !important;
}
#footer-community .si-dark {
    background-color: #111111;
}
#copyrights .container.border-top {
	border-color: rgba(210,210,210,0.5);
}
@media (max-width: 575.98px) {
	#footer-logo img {
		max-width: 190px;
	}
}

#footer {
	background: url('../image/footer-bg.jpg') no-repeat center center;
	background-size: cover;
}
#footer-logo {
	max-width: 190px;
}
.si-messanger:hover,
.si-colored.si-messanger { background-color: #0866FF !important; }
.social-icon i.icon-messanger {
	background: url('../image/sns-messanger-t.png') no-repeat center center;
	background-size: cover;
	width: 38px;
	height: 38px;
}
.social-icon i.icon-line {
	background: url('../image/sns-line-t.png') no-repeat center center;
	background-size: cover;
	width: 38px;
	height: 38px;
}
#footer .social-icon i.icon-messanger {
	background: url('../image/sns-messanger-t-w.png') no-repeat center center;
	background-size: cover;
}
#footer .social-icon i.icon-line {
	background: url('../image/sns-line-t-w.png') no-repeat center center;
	background-size: cover;
}
.social-icon i.icon-line:before {
	display: none;
}
.copyright-link a {
	font-size: 1rem;
	padding: 7px 5px;
	display: block;
}