@charset "UTF-8";

#footer {
  font-family: '微軟正黑體', 'Malgun Gothic', Dotum, Tahoma, sans-serif;
  position: relative;
  padding: 2% 0;
  background: #111422;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: white;
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  font-size: 14px;
  line-height: 20px;
  color: white;
  margin: 0;
  padding: 0;
}

.copyright li {
  margin: 0 2%;
  vertical-align: middle;
  filter: drop-shadow(0 -1px 2px #0000007e);
}

.copyright img {
  max-height: 100px;
  vertical-align: inherit;
  display: inline-block;
}

.copyright .rating {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.copyright .rating img {
  max-height: 54px;
}

.ends_logo {
  background: url("../images/roundone.png") no-repeat center center;
  background-size: contain;
  width: 170px;
  height: 28px;
}

.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: 1024px) {}

@media (max-width: 450px) {}

@media (max-width: 390px) {}