.ix-social-footer{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  height:54px;
  padding:0 34px;
  background:#000;
  color:rgba(255,255,255,.82);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:90;
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Inter","Noto Sans TC","Noto Sans JP",sans-serif;
}

.ix-social-footer-inner{
  width:min(1440px,100%);
  height:54px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
}

.ix-social-icons{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:32px;
}

.ix-social-icons a{
  color:rgba(255,255,255,.86);
  text-decoration:none;
  font-size:11px;
  line-height:1;
  opacity:.88;
}

.ix-footer-copy{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  color:rgba(255,255,255,.82);
  font-size:12px;
  line-height:1;
  white-space:nowrap;
  letter-spacing:-.01em;
}

.ix-footer-copy a{
  color:rgba(255,255,255,.82);
  text-decoration:none;
}

.ix-footer-spacer{
  display:block;
}

body{
  padding-bottom:54px;
}

@media(max-width:860px){
  .ix-social-footer{
    position:static;
    height:auto;
    padding:22px 20px;
  }

  body{
    padding-bottom:0;
  }

  .ix-social-footer-inner{
    height:auto;
    grid-template-columns:1fr;
    gap:18px;
  }

  .ix-social-icons,
  .ix-footer-copy{
    justify-content:center;
  }

  .ix-footer-spacer{
    display:none;
  }
}
