* {
  box-sizing: border-box;
  font-family: 'Noto Sans TC', 'PingFang TC', '微軟正黑體', sans-serif;
  outline: none;
  touch-action: manipulation;
  color: #000;
}

html,
body {
  padding: 0;
  font-size: 1em;
  margin: 0;
  background-color: #FF7272;
}

html {
  width: 100vw;
  height: 100vh;
}

body {
  width: 100vw;
  min-height: 100vh;
  position: relative;
}

a {
  text-decoration: none;
  border: none;
  cursor: pointer;
}

ol, li, ul {
  font-size: 18px;
  line-height: 36px;
  font-weight: normal;
}

ul {
  list-style-type: disc;
  padding-inline-start: 20px;
}

ol {
  list-style-type: trad-chinese-informal;
}

.nav {
  width: 100%;
  height: 60px;
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #535353;
}

.title {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  margin: 0;
}

.content {
  font-size: 18px;
  line-height: 21px;
  font-weight: normal;
  margin: 0;
}

.white-text {
  color: #fff;
}

.banner-wrapper {
  width: 100%;
  height: 360px;
  background-color: #F7EEE2;
}

.banner {
  width: 100%;
  height: 360px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  object-fit: cover;
  display: none;
}

.banner img {
  object-fit: contain;
  width: 100%;
  max-height: 100%;
}

.main {
  width: 100%;
  padding: 55px 30px 208px;
}

.main-view {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 47px 30px 162px;
  background-color: #fff;
}

.section {
  width: 100%;
  padding: 0 0 58px;
}

.line {
  width: 160px;
  height: 2px;
  margin: 17px 0 24px;
  color: #FF7272;
}

.footer {
  width: 100%;
  height: 60px;
  background-color: #535353;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-contents {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 44px;
}

.footer-content {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
}

.award-btn {
  font-size: 24px;
  font-weight: 500;
  background-color: #FF7272;
  padding: 0 16px 0 17px;
  line-height: 1.618;
  margin: 0;
  letter-spacing: 1px;
  border: 0;
  border-radius: 2px;
}

@media only screen and (min-width: 1280px) {
  .banner-1280 {
    display: block;
  }
}

@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .banner-960 {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .banner-640 {
    display: block;
  }

  .nav {
    padding: 0 12px;
  }

  .title {
    font-size: 20px;
  }

  .content {
    font-size: 16px;
  }

  ol, li, ul {
    font-size: 16px;
    line-height: 32px;
  }
}
