@charset "UTF-8";

#footer {
  font-family: '微軟正黑體', 'Malgun Gothic', Dotum, Tahoma, sans-serif;
  position: relative;
  padding: 10px 0;
  margin: 0 auto;
  background-color: #0c0c0c;
  width: 100%;
  bottom: 0;
  color: white;
}
#footer::before {
  background: url(../images/ft_bg.png) no-repeat 0 0;
  width: 100%;
  height: 43px;
  content: '';
  position: absolute;
  top: -43px;
  left: 0;
  right: 0;
  z-index: 2;
}
.copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  font-size: 12px;
  line-height: 18px;
  color: white;
  margin: 0;
  padding: 0;
}

.copyright li {
  padding-left: 8px;
  vertical-align: middle;
}

.copyright img {
  max-height: 100px;
  vertical-align: inherit;
  display: inline-block;
}

.copyright li:last-child img {
  max-height: 45px;
}

.copyright li:nth-child(3) {
  margin-right: 10px;
}

.copyright li:nth-child(4) {
  margin: 10px 0;
  padding-left: 0;
}

.happytuk_logo {
  background: url("../images/happytuk_w_logo.png") no-repeat center center;
  background-size: contain;
  width: 169px;
  height: 32px;
}

.copyright span {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {}