#footer {
  font-family: 'Noto Serif TC', serif;
  font-weight: 600;
  /* for ie 11 */
  display: flex\0 ;
  flex-direction: column\0 ;
  /* end */
  background: #d9cdc4;
  padding: 37px 0;
  font-size: 14px;
  letter-spacing: 1px;
}
#footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#footer ul a {
  color: #190103;
}
#footer ul a:hover {
  color: #b5081f;
}
#footer .footer_content {
  max-width: 1140px;
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
#footer .footer_content_left {
  width: 50%;
  display: flex;
}
#footer .footer_content_right {
  width: fit-content;
  display: flex;
  flex-direction: column;
}
#footer .footer_contact_and_media {
  padding-left: 20px;
  border-left: 1px solid #190103;
  height: fit-content;
  margin-top: 10px;
  margin-left: 30px;
}
#footer .footer_content hr {
  margin-top: 0;
}
#footer .footer_content ul li a {
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  color: #190103;
}
#footer .footer_content ul li a:hover {
  color: #b5081f;
}
#footer .footer_content svg {
  height: 30px;
}
#footer .footer_content .contact svg.address-svg {
  padding: 0;
}
#footer .footer_content .item {
  padding: 10px;
}
#footer .linklists_container {
  display: flex;
  padding-bottom: 24px;
  border-bottom: 1px solid #190103;
}
#footer .linklists_container li::before {
  content: "-";
  display: inline-block;
  color: #190103;
  padding: 0 10px 0 5px;
}
#footer .footer_content .contact h5, #footer .footer_content .linklists h5, #footer .footer_content .fb_fanpage h5 {
  color: #190103;
  font-size: 18px;
  display: inline-block;
  padding-right: 15px;
  transform: translateX(0);
}
#footer .footer_content .logo {
  /* flex: 0 0 15%; */
  max-width: 55px;
  padding: 0;
}
#footer .footer_content .logo img {
  width: 100%;
}
#footer .footer_content .media {
  display: inline-block;
}
#footer .footer_content .social_media {

}
#footer .footer_content .social_media li {
  display: inline-block;
  width: 30px;
}
#footer .footer_content .social_media .facebook-svg .svg-background, #footer .footer_content .social_media .instagram-svg .svg-background, #footer .footer_content .social_media .line-svg .svg-background, #footer .footer_content .social_media .youtube-svg .svg-background {
  fill: none;
}
#footer .footer_content .social_media .facebook-svg .svg-border, #footer .footer_content .social_media .facebook-svg .svg-text, #footer .footer_content .social_media .instagram-svg .svg-border, #footer .footer_content .social_media .instagram-svg .svg-text, #footer .footer_content .social_media .line-svg .svg-border, #footer .footer_content .social_media .line-svg .svg-text, #footer .footer_content .social_media .youtube-svg .svg-border, #footer .footer_content .social_media .youtube-svg .svg-text {
  fill: #190103;
}
#footer .footer_content .social_media .facebook-svg:hover .svg-text, #footer .footer_content .social_media .instagram-svg:hover .svg-text, #footer .footer_content .social_media .line-svg:hover .svg-text, #footer .footer_content .social_media .youtube-svg:hover .svg-text {
  fill: #ffffff;
}
#footer .footer_content .social_media .facebook-svg:hover .svg-border, #footer .footer_content .social_media .facebook-svg:hover .svg-background {
  fill: #3a59a4;
}
#footer .footer_content .social_media .instagram-svg .svg-background {
  visibility: hidden;
}
#footer .footer_content .social_media .instagram-svg:hover .svg-background {
  visibility: visible;
}
#footer .footer_content .social_media .instagram-svg:hover .svg-border {
  fill: none;
}
#footer .footer_content .social_media .line-svg:hover .svg-border, #footer .footer_content .social_media .line-svg:hover .svg-background {
  fill: #3CD52E;
}
#footer .footer_content .social_media .youtube-svg:hover .svg-border, #footer .footer_content .social_media .youtube-svg:hover .svg-background {
  fill: #FF0000;
}
#footer .footer_content .contact {
  flex: 0 0 40%;
  padding: 0 10px;
}
#footer .footer_content .contact svg, #footer .footer_content .contact span, #footer .footer_content .contact a {
  display: inline-block;
  fill: #190103;
  vertical-align: middle;
}
#footer .footer_content .contact svg {
  padding: 1px;
}
#footer .footer_content .contact span, #footer .footer_content .contact a {
  color: #190103;
}
#footer .footer_content .linklists {
  flex: initial;
  width: fit-content;
  padding: 0 40px 0 0;
}
#footer .footer_content .fb_fanpage {
  flex: 0 0 25%;
}
#footer .copyright {
  display: none;
}
#footer .footer_content_right .copyright {
  display: block;
}
#footer .copyright {
  font-size: 14px;
  word-break: break-word;
  color: #190103;
  padding: 20px 0 0 5px;
}
#footer .copyright span {
  color: #190103;
}
#footer .copyright a {
  color: #190103;
}

@media (max-width: 1200px) {
  #footer .footer_content {
    padding: 0 50px;
  }
}


@media (max-width: 991px) {
  #footer .footer_content {
    flex-direction: column-reverse;
  }
  #footer .footer_content_left {
    max-width: 600px;
    width: 100%;
    margin: 30px auto 0;
  }
  #footer .footer_content_right {
    max-width: 600px;
    width: 100%;
    margin: auto;
  }
  #footer .footer_contact_and_media {
    height: initial;
  }
  #footer .copyright {
    display: block;
    padding: 50px 50px 0;
    margin: auto;
    max-width: 600px;
    width: 100%;
    text-align: center;
  }
  #footer .footer_content_right .copyright {
    display: none;
  }
  #footer .footer_content .logo, #footer .footer_content .contact, #footer .footer_content .linklists, #footer .footer_content .fb_fanpage {
    
  }
  #footer .linklists_container {
    padding: 0 10px 24px;
  }
  #footer .footer_content .media {
    margin: 0 auto;
  }
  #footer .footer_content .fb_fanpage {
    order: 3;
  }
  #footer .footer_content .contact {
    order: 2;
  }
  #footer .footer_content .linklists {
    width: initial;
    flex-grow: 1;
  }
  #footer .footer_content .media {
    order: 4;
  }
}
@media (max-width: 767px) {

}
@media (max-width: 575px) {
  #footer hr, #footer .footer_content hr {
    margin: 10px 0;
  }
  #footer .footer_content {
    padding: 0 15px;
  }
  #footer .footer_content .logo {
    display: none;
  }
  #footer .footer_content .media {
    display: block;
  }
  #footer .footer_content .media .social_media {
    margin-bottom: 0;
  }
  #footer .footer_content .contact, #footer .footer_content .linklists, #footer .footer_content .fb_fanpage {
    padding: 10px 10px;
    position: relative;
  }
  #footer .footer_content .contact h5, #footer .footer_content .linklists h5, #footer .footer_content .fb_fanpage h5 {
    background: rgba(0, 0, 0, 0);
    display: block;
    padding-right: 15px;
    transform: translateX(0);
  }
  #footer .footer_content .contact hr, #footer .footer_content .linklists hr, #footer .footer_content .fb_fanpage hr {
    transform: translateY(23px);
  }
  #footer .footer_content .contact {
    flex: 0 0 100%;
  }
  #footer .footer_content_left {
    margin: 10px 0;
  }
  #footer .linklists_container {
    flex-direction: column;
  }
  #footer .footer_contact_and_media {
    border-left: 0;
    margin-left: 0;
    padding: 0 10px;
    width: 100%;
  }
  #footer .social_media ul {
    display: flex;
    justify-content: space-evenly;
  }
  #footer .footer_content .linklists {
    flex: 0 0 100%;
  }
  #footer .footer_content .linklists li {
    display: block;
    padding-right: 10px;
  }
  #footer .footer_content .fb_fanpage {
    flex: 0 0 100%;
  }
  #footer .copyright {
    padding: 0;
  }
}
