@charset "UTF-8";
/* footer-custom 頁尾-自定義 */

.footer-custom {
	padding: 70px 10%;
	margin:0;
	background:#555;
	color: #ccc;

}
.footer-list{
    display:flex;
    justify-content: space-around;
}
.footer-custom a {
	color: #ccc;
}
.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 */
 .copyright {
    /*padding-bottom:40px;*/
	font-size:17px;
    background: #555;
    text-align: center;
    color: #ccc;
    padding-top: 40px;
}

/* info */
.footer-custom .info {
    padding-bottom:10px;
    line-height: 42px;
    font-size: 17px;
}
.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;
	}
	.footer-custom .copyright {
		padding-bottom: 20px;
	}
    .footer-custom .list1,
    .footer-custom .list2{
        display:none;
    }
    .footer-list{
        display:block;
        justify-content: unset;
        text-align:center;
    }
}
@media only screen and (max-width: 600px){
    .footer-custom .copyright {
        padding-bottom: 60px;
        line-height: 30px;
        padding-top: 10px;
    }
    .footer-custom .info {
        line-height: 25px;
    }
}