html {
  position: relative;
  min-height: 100%;
  font-size: 16px;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang TC", "Noto Sans", "Noto Sans CJK TC", "Heiti TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.43;
  min-width: 320px;
  margin: 0;
  height: 100vh;
  height: 100dvh;
  background-image: url(/images/becter/bg-body.png);
  background-repeat: repeat;
  background-position: top left;
  background-size: auto;
}

h1, h2, h3, h4 {
  line-height: initial;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

* {
  box-sizing: border-box;
}

ul, ol {
  margin: 0;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.header {
  height: 112px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.header .logo {
  display: block;
  width: 180px;
  height: 105px;
}

.footer {
  background-color: #4b210f;
  color: #a28c84;
  font-size: 13px;
}

.footer .container {
  display: flex;
  height: 100%;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  min-height: 75px;
  padding: 15px 10px;
}

.footer .logo {
  display: inline-flex;
}

.footer .email::before, .footer .phone::before {
  background-color: rgb(143, 76, 28);
  color: #bbb;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
}

.footer .email::before {
  content: "E";
}

.footer .phone::before {
  content: "T";
}
