@charset "UTF-8";

#clo_footer {
  margin: 0;
  background: #2e2e2e;
  padding: 6px 0;
  font-family: "微軟正黑體", "Malgun Gothic", Dotum, Tahoma, sans-serif !important;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 1.6;

}

#clo_footer ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0.6% auto;
}

footer li {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  footer li {
    width: unset;
  }
}

footer .textWrap {
  display: flex;
  align-items: center;
}

footer .textWrap p {
  font-size: 16px;
  text-align: left;
  margin-left: 15px;
}