#footer {
  background: #282828;
  padding-bottom: 0;
  color: #fff;
}



#footer .footer_content hr {
  border-color: #282828;
  
}
#footer .footer_content hr:after {
  border-color: #282828;
}
#footer .footer_content h5 {
  color: #9CA0A5;
  font-weight: 400;
}
#footer .footer_content span, #footer .footer_content a {
  color: #fff;
  font-weight: 100;
}
#footer .footer_content svg {
  fill: #ffffff;
}


  #footer .footer_content span, #footer .footer_content a {
    font-family: '微軟正黑體', serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-shadow: 1px 1px 2px  #000;
      
  }
                #footer .footer_content span, #footer .footer_content a:hover {
                 font-size: 15px;
             } 




#footer .footer_footer {
  background: #282828;
  padding: 15px 0;
  margin-top: 20px;
}
#footer .footer_footer hr {
  display: none;
}
#footer .footer_footer .copyright {
  color: #48b8f2;
  font-size: 7px;
  font-weight: 80;
}

@media (max-width: 991px) {
  #header nav svg {
    fill: #ffffff;
  }
}

@media (max-width: 575px) {
  #footer .footer_content .contact h5, #footer .footer_content .linklists h5, #footer .footer_content .fb_fanpage h5 {
    background: #313842;
  }
}

@media (max-width: 575px) {
#footer .footer_content .contact div.footer-title, #footer .footer_content .linklists div.footer-title, #footer .footer_content .fb_fanpage div.footer-title {
    background: #282828;
    display: inline-block;
    padding-right: 15px;
    transform: translateX(0);
  }
}

@media(max-width: 1000px) {
.google-maps {
position: relative;
padding-bottom: 45%; /* 此為地圖長寬比 */
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
}