@charset "UTF-8";
/* footer-custom 頁尾-自定義 */

.footer-custom {
	padding: 0;
	margin:0;
	background:#000;
	color: #fff;
    border-top: 7px solid #fdd0a9;
}
.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 {
	text-align:center;
	padding:35px 0px;
}
.footer-custom .logo a {
	display:inline-block;
    
}

/* social */
.footer-custom .social {
	display:block;
	margin-bottom:20px;
	text-align:center;
}
.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.5rem;
	text-align: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
}

/* info */
.footer-custom .info {
	display:block;
    padding-bottom:30px;
}
.footer-custom .info li {
	text-align:center;
	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;
}

/* link */
.footer-custom .link {
	display:  none;
	width: 100%;
	text-align:center;
	margin-bottom: 10px;
}
.footer-custom .link a{
	color:#fff;
}
.footer-custom .link li {
	display: inline-block;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #fff;
}
.footer-custom .link li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}

/* copyright */
.footer-custom .copyright {
	position:relative;
	text-align:center;
	width:100%;
    padding:10px 0 30px;
	font-size:1rem;
    /*background:#991c23;*/
}

@media only screen and (max-width: 991px) {
	.footer-custom {
	}
	.footer-custom .logo {
		padding:30px 0 15px;
	}
	.footer-custom .logo a {
	}
    .footer-custom .logo img{
        width: 200px;
	}
	.footer-custom .left {
		padding:0 0 10px;
		border-right:none;
	}
	.footer-custom .right {
		padding:0;
	}
	.footer-custom .copyright {
		padding-bottom: 20px;
	}
}