@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
footer {
  background: #efebe9;
  width: 100%;
  padding-top: 1.5rem;
  color: #666;
  position: relative;
  background-image: url(../images/bg-logo-footer.png);
  background-position: right 20px;
  background-repeat: no-repeat; }
  footer .footer-logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Noto Serif TC", serif;
    font-weight: 600;
    font-size: 15px;
    color: #333333;
    text-align: left; }
    footer .footer-logo span {
      display: block;
      font-size: 11px;
      color: #8f8f8f;
      font-weight: normal; }
    footer .footer-logo p {
      display: inline-block; }
    footer .footer-logo img {
      width: 50px;
      padding: 0;    
      margin-bottom: .5rem;
      margin-right: .5rem;
      display: inline-block; }
  footer h3 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    color: #333; }
    footer h3:before {
      content: '';
      width: 3px;
      height: 18px;
      background: #94142d;
      display: inline-block;
      margin-right: .5rem; }
  footer ul li {
    margin-bottom: .2rem;
    margin-left: .7rem; }
    footer ul li a {
      color: #666; }
  footer .social-media li {
    display: inline-block;
    font-size: 13px;
    text-align: center;
    margin-right: .3rem;
    margin-left: .0rem; }
    footer .social-media li i {
      width: 52px;
      height: 52px;
      border-radius: 99%;
      display: block;
      background: #7184aa;
      text-align: center;
      line-height: 52px;
      color: #fff;
      margin-bottom: 1.5rem;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease 0s; }
    footer .social-media li .icon-filled-youtube {
      background: #d76671; }
    footer .social-media li .icon-instagram {
      background: #e37b8c; }
    footer .social-media li .icon-filled-pin {
      background: #e09e68; }
    footer .social-media li:hover i {
      margin-bottom: 1rem; }
  footer .copyright {
    margin-top: 1rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    background: #5d1b1f;
    padding: 1rem;
    font-size: 13px; }

@media only screen and (min-width: 360px) {
  footer .footer-logo {
    font-size: 18px; }
    footer .footer-logo span {
      font-size: 13px;
      font-weight: normal; }
    footer .footer-logo img {
      width: 80px;
      padding: 0;    
      margin-top:0;
    }
  footer .social-media li {
    margin-right: 1rem; } }
@media (min-width: 992px) {
  footer {
    padding-top: 3rem; }
    footer .footer-logo {
      -ms-flex-pack: center;
      justify-content: flex-start;
      font-size: 18px; }
      footer .footer-logo span {
        display: block; }
      footer .footer-logo img {
        padding: 0 0px;    
        width: auto;
        display: block; }
    footer h3 {
      font-size: 18px;
      margin-top: 0rem; }
    footer .social-media li {
      margin-right: .5rem; } }
@media (min-width: 1500px) {
  footer .footer-logo {
    font-size: 20px; }
    footer .footer-logo img {
      margin-bottom: .5rem; } }
/*===============================
//----go top----//
=================================*/
#gotop {
  position: fixed;
  right: 0rem;
  bottom: 1rem;
  cursor: pointer;
  z-index: 990;
  display: none; }
  #gotop a {
    display: inline-block;
    text-align: center;
    line-height: 40px;
    width: 45px;
    height: 35px;
    color: #fff;
    opacity: 0.5;
    filter: alpha(opacity=80);
    background: #94142d;
    font-size: 25px;
    position: relative; }
    #gotop a:hover {
      color: #fff;
      opacity: 1;
      filter: alpha(opacity=100); }
    #gotop a:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 45px 0 0;
      border-color: #94142d transparent transparent transparent;
      display: block;
      bottom: -20px;
      position: absolute; }
    #gotop a:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 45px 20px 0;
      border-color: transparent #94142d transparent transparent;
      display: block;
      bottom: -20px;
      position: absolute; }
  #gotop i img {
    width: 15px;
    height: 15px; }

@media (min-width: 768px) {
  #gotop {
    right: 1rem; } }

/*# sourceMappingURL=footer.css.map */
