* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

body {
  overflow-x: hidden;
  font-family: "Noto Serif TC", Arial, Helvetica, sans-serif, "Microsoft JhengHei";
  color: #000;
}

img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: attr(width)/attr(height);
}

header {
  background-color: #000;
}
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1620px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
header .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.container {
  width: 100%;
}