@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rationale&family=Jaro:opsz@6..72&family=Noto+Sans+TC:wght@100..900&display=swap');
/* 定義英文部分 */
@font-face {
  font-family: 'MyEnglishFont';
  src: local('Rationale');
  unicode-range: U+0020-007E, U+00A0-00FF, U+0100-017F; /* 英文及常見符號範圍 */
  size-adjust: 120%; /* 將此字體預設放大 */
}
/* 定義中文字體 */
@font-face {
  font-family: 'MyChineseFont';
  src: local('Microsoft JhengHei'), local('Noto Sans TC');
  unicode-range: U+4E00-9FFF, U+3400-4DBF; /* 漢字範圍 */
}
* {
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
}
html, body {
  height: 100%;
  font-family: 'MyEnglishFont', 'MyChineseFont', "Be Vietnam Pro", sans-serif;
  margin: 0px;
  font-smooth: always;
  -webkit-tap-highlight-color: transparent; /*消除點擊元素時出現半透明區塊*/
  background-color: #131313;
}
ul, ol, li, h1, h2, h3, h4, h5, h6, p {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
ul {
  list-style-type: none;
}
a, a:hover, button {
  text-decoration: none;
  outline: none; /*消除點擊後邊框*/
  cursor: pointer;
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none; /*消除輸入時有X*/
}
img {
  width: 100%;
  max-width: 100%;
  border: 0;
  outline: none;
  display: block;
}
.button a {
  font-size: 1.5rem;
  line-height: 1.5rem;
  background: none;
  border: 2px solid;
  font-family: inherit;
  margin: 0;
  padding: 0.781vw 1.563vw; /*15 30*/
  color: var(--color);
  transition: 0.25s;
  --color: #dae000;
  --hover: #789200;
  background-color: rgba(19, 19, 19, 0.6);
}
.button a:hover, .button a:focus {
  border-color: var(--hover);
  color: #fff;
  box-shadow: inset 10em 0 0 0 var(--hover);
}
.txt-c-a {
  color: #dce600;
}
.txt-a-jus {
  text-align: justify;
}
footer {
  font-family: "Be Vietnam Pro", "Microsoft JhengHei", "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: 100%;
  display: grid;
  grid-template-columns: 70% 30%;
  margin-top: 50px;
  padding: 25px 0;
  align-items: center;
  color: #999;
  text-align: left;
  border-top: 1px solid #999;
}
footer .logobt {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  grid-gap: 15px;
}
footer .logobt a i {
  font-size: 34px;
  color: #999;
}
footer .sport_logo {
  width: 60px;
}
footer br {
  display: none;
}
@media screen and (max-width: 1199px) {
  html, body {
    font-family: "Be Vietnam Pro", sans-serif;
  }
  .button a {
    font-size: 3.125vw; /*24*/
    line-height: 3.125vw;
    padding: 1.953vw 3.906vw; /*15 30*/
  }
}
@media screen and (max-width: 575px) {
  button {
    padding: 1em 1.5em;
  }
  .button a {
    font-size: 5vw; /*18*/
    line-height: 5vw;
    padding: 4.167vw 8.333vw; /*15 30*/
  }
  footer {
    grid-template-columns: 1fr;
    margin-top: 30px;
    padding: 15px 0;
    align-items: center;
    text-align: center;
    grid-gap: 10px;
  }
  footer .logobt {
    justify-content: center;
    grid-gap: 10px;
  }
  footer .logobt a i {
    font-size: 30px;
  }
  footer .sport_logo {
    width: 50px;
  }
  footer br {
    display: block;
  }
}
/* 內容 */
article {
  width: 100%;
  position: relative;
  top: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.gradient {
  width: 100%;
  height: 10vw;
  background-image: -webkit-linear-gradient(270deg, rgba(19, 19, 19, 0.00) 0%, rgba(19, 19, 19, 1.00) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(19, 19, 19, 0.00) 0%, rgba(19, 19, 19, 1.00) 100%);
  background-image: -o-linear-gradient(270deg, rgba(19, 19, 19, 0.00) 0%, rgba(19, 19, 19, 1.00) 100%);
  background-image: linear-gradient(180deg, rgba(19, 19, 19, 0.00) 0%, rgba(19, 19, 19, 1.00) 100%);
}
.content {
  width: 100%;
  background-color: #131313;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
main {
  width: 84%;
  max-width: 1200px;
  text-align: center;
}
main h1 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 4.5rem;
  color: #dce600;
  font-weight: 700;
  margin-bottom: 30px;
  border-bottom: 3px solid #dce600;
  display: inline-block;
}
main h2 {
  font-size: 1.75rem; /*28*/
  color: #dce600;
  margin-bottom: 15px;
}
main h6 {
  font-family: "Jaro", "Noto Sans TC", sans-serif;
  font-size: 1.875rem; /*30*/
  line-height: 1.875rem;
  color: #e3e3e3;
}
main h6 span {
  font-size: 1.5rem; /*24*/
  position: relative;
}
main p {
  font-size: 1.125rem; /*18*/
  line-height: 2rem; /*32*/
  color: #e3e3e3;
}
main p a {
  color: #dce600;
  text-decoration: none;
}
main ol {
  list-style-type: decimal-leading-zero;
  list-style-position: inside;
}
main li {
  font-size: 1.125rem;
  line-height: 2rem;
  color: #fff;
  text-align: justify;
  margin: 15px 0;
}
main .con {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
.award {
  width: 100%;
  display: flex;
  justify-content: center;
}
table {
  font-family: "Rationale", "Microsoft JhengHei", "Noto Sans TC", sans-serif;
  width: 60%;
  font-size: 1.125rem; /*18*/
  line-height: 1.5rem; /*24*/
  text-align: center;
  color: #fff;
  border-collapse: collapse;
}
td {
  padding: 6px;
  border: 1px solid #dce600;
}
td span {
  font-size: 1.5rem; /*24*/
}
.sing {
  width: 100%;
  font-family: "Rationale", sans-serif;	
  font-size: 1.5rem; /*24*/	
  display: grid;
  grid-template-columns: 20% 20%;
  grid-gap: 30px;
  justify-content: center;
}
.sing a {
  background: none;
  border: 2px solid;
  font: inherit;
  line-height: 1;
  margin: 0;
  padding: 15px 0;
  color: var(--color);
  transition: 0.25s;
  --color: #dae000;
  --hover: #789200;
  background-color: rgba(19, 19, 19, 0.6);
}
.sing a:hover, .sing a:focus {
  border-color: var(--hover);
  color: #fff;
  box-shadow: inset 15em 0 0 0 var(--hover);
}
@media screen and (max-width: 1199px) {
  main h1 {
    font-size: 7.031vw;
  }
  main h2, main h6, main p {
    text-align: justify;
  }
  table {
    width: 100%;
  }
  .sing {
    grid-template-columns: 30% 30%;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 575px) {
  main h1 {
    font-size: 3rem;
  }
  main h2, main h6 {
    text-align: center;
  }
  main h6 {
    font-size: 2.25rem; /*30*/
    line-height: 2.25rem;
  }
  table {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .sing {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    justify-content: center;
    font-weight: bold;
  }
  .sing {
    font-family: "Rationale", sans-serif;
    font-size: 1.5rem;
  }
}