@charset "UTF-8";
/* footer-custom 頁尾-自定義 */

.footer-custom {
	padding: 37px 8%;
	margin:0;
	background: #282828;
	color: #fff;
    text-align: center;
}
.footer-custom a {
	color: #fff;
}
.footer-custom a:hover {
	opacity:0.7;
}
.footer-custom .left {
	padding:0 20px 0 0;
	border-right: 1px solid #ccc;
}
.footer-custom .right {
	padding:0 0 0 5%;
}

/* LOGO */
.footer-custom .logo {
	height:80px;
	padding:0 0 15px;
}
.footer-custom .logo a {
}

/* copyright */
.footer-custom .copyright {
	font-size:1.05rem;
}
@media only screen and (max-width: 480px){
    .footer-custom .copyright{
        font-size: 14px;
    }
}
/* info */
.footer-custom .info {
    padding-bottom:10px;
}
.footer-custom .info li {
	margin-bottom:10px;
}
.footer-custom .info li:last-child {
	margin-bottom:0;
}
.footer-custom .info li svg {
	width:25px;
	text-align:center;
	margin-right:5px;
}

/* social */
.footer-custom .social {
	margin-bottom:10px;
}
.footer-custom .social ul {
	margin: 0 auto;
	padding: 5px;
}
.footer-custom .social li {
	margin-right: 5px;
	list-style: none;
	display: inline-block;
	line-height:50px;
}
.footer-custom .social a {
	position:relative;
	display: block;
	width: 50px;
	height: 50px;
	text-align:center;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
	border-radius: 50%;
	overflow:hidden;
	padding-top:3px;
}
.footer-custom .social svg {
	font-size: 1.7rem;
	text-align: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
}

/* link */
.footer-custom .link {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.footer-custom .link a{
	color:#ccc;
}
.footer-custom .link li {
	display: inline-block;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #999;
}
.footer-custom .link li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}

@media only screen and (max-width: 991px) {
	.footer-custom {
		padding: 40px 6%;
	}
	.footer-custom .logo {
		max-height:70px;
		padding:0 0 15px;
	}
	.footer-custom .left {
		padding:0 0 10px;
		border-right:none;
	}
	.footer-custom .right {
		padding:0;
	}
}