@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	    font-family: 微軟正黑體, Roboto, "Varela Round", sans-serif;
	
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
ul{
	    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul li{
	    list-style: none;
}
.footer {
    margin: 0px auto;
    background: #333332;
    color: #ffffff;
    height: auto;
    padding: 80px 0;
    text-align: center;
    overflow: hidden;
}
.container h3 {
    margin: 10px 0 10px;
    font-size: 40px;
    text-align: center;
    font-weight: 200;
    margin-bottom: 50px;
}

.container {
   width: 1170px;
   margin-right: auto;
    margin-left: auto;
}
.container .link a {
   width: calc(12.5% - 30px);
   margin: 15px;
   float: left;
}


@media (max-width: 767px) {
.by {
}
.footer {
    padding: 40px 0;
  
}
.container {
    width: 90%;
}
.container h3 {
    font-size: 40px;
    text-align: center;
    font-weight: 200;
    margin-bottom: 30px;
}
.container .link a {
   width: calc(25% - 10px);
   margin: 5px;
   float: left;
}
}  