@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=Manrope:wght@200..800&family=Jaro:opsz@6..72&family=Noto+Sans+TC:wght@100..900&family=M+PLUS+2:wght@100..900&display=swap');
@import "aos.css";
@import "menu.css";
@import "rule.css";
@import "gift.css";
@import "partner.css";
* {
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
}
html, body {
  height: 100%;
  font-family: "Be Vietnam Pro", "Noto Sans TC", sans-serif;
  margin: 0px;
  font-smooth: always;
  font-size: 16px;
  -webkit-tap-highlight-color: transparent; /*消除點擊元素時出現半透明區塊*/
  background-color: #0096be;
  color: #fff;
  background-image: url(../images/topbg/topbg-b.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  background-attachment: fixed;
}
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;
}
.width-100 {
  width: 100%;
}
.mar-b-16 {
  margin-bottom: 1rem;
}
.mar-b-30 {
  margin-bottom: 1.875rem;
}
.mar-b-80 {
  margin-bottom: 5rem;
}
.font-w-500 {
  font-weight: 500;
}
.font-w-600 {
  font-weight: 600;
}
.font-w-700 {
  font-weight: 700;
}
.font-w-800 {
  font-weight: 800;
}
.font-w-900 {
  font-weight: 900;
}
.text-a-c {
  text-align: center;
}
@media screen and (max-width: 575px) {
  .mar-b-80 {
    margin-bottom: 3.125rem;
  }
}
/* 基本架構
*****************************************/
main {
  width: 100%;
  display: grid;
  place-content: start center;
  place-items: start center;
}
article {
  width: 100%;
  max-width: 1200px;
}
footer {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  width: 100%;
  display: grid;
  grid-template-columns: 75% 25%;
  margin-top: 5rem;
  margin-bottom: 1.875rem;
  padding: 1.25rem 1.875rem;
  align-items: center;
  color: #fff;
  text-align: left;
  background-color: #12325c;
  border-radius: 7px;
}
footer .logobt {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  grid-gap: 15px;
}
footer .logobt a i {
  font-size: 34px;
  color: #00fff0;
}
footer .sport_logo {
  width: 60px;
}
footer br {
  display: none;
}
h2 {
  font-size: 3.75rem;
  line-height: 3.75rem;
  font-weight: 800;
  padding-bottom: 1rem;
  margin-top: 5rem;
  margin-bottom: 3.125rem;
  border-bottom: 3px solid #fff;
  display: inline-block;
}
h3 {
  font-size: 2.25rem;
  line-height: 2.25rem;
  font-weight: 800;
  margin-bottom: 1.875rem;
  display: inline-block;
}
h6 {
  font-size: 1.25rem;
  line-height: 2.25rem;
  font-weight: 600;
}
p {
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: justify;
}
@media screen and (max-width: 1199px) {
  html, body {
    background-image: url();
  }
  article {
    width: 90%;
  }
  footer {
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 991px) {
  footer br {
    display: block;
  }
  h2 {
    font-size: 3rem;
    line-height: 3rem;
    margin-top: 3.75rem;
    margin-bottom: 2.5rem;
  }
  h3 {
    font-size: 1.875rem;
    line-height: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 575px) {
  footer {
    font-size: 3.333vw;
    line-height: 5.556vw;
    grid-template-columns: 1fr;
    margin-top: 1.875rem;
    margin-bottom: 1rem;
    padding: 1rem;
    align-items: center;
    grid-gap: 0.625rem;
    text-align: center;
  }
  footer .logobt {
    justify-content: center;
    grid-gap: 0.625rem;
  }
  footer .logobt a i {
    font-size: 1.875rem;
  }
  footer .sport_logo {
    width: 3.125rem;
  }
  h2 {
    font-size: 2.25rem;
    line-height: 2.25rem;
    margin-top: 2.5rem;
    margin-bottom: 1.875rem;
  }
  h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
  }
  h6 {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
/* 主視覺
*****************************************/
.topbg {
  width: 100%;
  height: 100%;
  background-image: url(../images/topbg/topbg-a.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  position: relative;
}
.topbg-logo {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 6.771vw;
}
.topbg-logo img {
  width: 26.042vw;
}
.topbg-date {
  width: 13.021vw;
  position: absolute;
  top: 14.583vw;
  right: 22.396vw;
}
.topbg-run {
  width: 100%;
  height: 58%;
  background-image: url("../images/topbg/topbg-run.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 60.677vw auto;
  background-attachment: fixed;
  position: absolute;
  bottom: 0;
}
.sing-bt {
  width: 7.813vw;
  overflow: hidden;
  position: fixed;
  right: 1.563vw;
  bottom: 1.563vw;
  z-index: 9999;
}
.sing-bt .svg {
  width: 7.813vw;
  filter: drop-shadow(7.813vw 0 0 #960064);
  transform: translateX(-7.813vw);
}
.sing-bt:hover .svg {
  filter: drop-shadow(7.813vw 0 #c80082)
}
.sing-bt .txt {
  font-family: "M PLUS 2", sans-serif;
  width: 100%;
  height: 100%;
  font-size: 1.771vw;
  line-height: 1.875vw;
  color: #fff;
  position: absolute;
  z-index: 3;
  top: -2px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
}
.topbg-dw {
  width: 100%;
  height: 100%;
  background-image: url(../images/topbg/topbg-b.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  position: fixed;
}
@media screen and (max-width: 1199px) {
  .topbg {
    background-image: url(../images/topbg/topbg-a.webp), url(../images/topbg/topbg-c.svg);
    background-position:
      top -10vw center, bottom left;
    background-size:
      cover, 40vw auto;
  }
  .topbg-logo {
    top: 32vw;
  }
  .topbg-logo img {
    width: 60vw;
  }
  .topbg-date {
    width: 20vw;
    top: 25vw;
    left: 19.531vw;
    right: auto;
  }
  .topbg-run {
    height: 55%;
    background-size: 118vw auto;
  }
  .sing-bt {
    width: 13.021vw;
    right: 3.906vw;
    bottom: 3.906vw;
  }
  .sing-bt .svg {
    width: 13.021vw;
    filter: drop-shadow(13.021vw 0 0 #960064);
    transform: translateX(-13.021vw);
  }
  .sing-bt:hover .svg {
    filter: drop-shadow(13.021vw 0 #c80082)
  }
  .sing-bt .txt {
    font-size: 3.125vw;
    line-height: 3.385vw;
  }
}
@media screen and (max-width: 575px) {
  .topbg {
    background-position:
      center center, bottom left;
    background-size:
      cover, 50vw auto;
  }
  .topbg-logo {
    top: 45vw;
  }
  .topbg-logo img {
    width: 72vw;
  }
  .topbg-date {
    width: 28vw;
    top: 33vw;
    left: 13.889vw;
  }
  .topbg-run {
    height: 58%;
    background-size: 180vw auto;
  }
  .sing-bt {
    width: 22.222vw;
    right: 4.167vw;
    bottom: 4.167vw;
  }
  .sing-bt .svg {
    width: 22.222vw;
    filter: drop-shadow(22.222vw 0 0 #960064);
    transform: translateX(-22.222vw);
  }
  .sing-bt:hover .svg {
    filter: drop-shadow(22.222vw 0 #c80082)
  }
  .sing-bt .txt {
    font-size: 5vw;
    line-height: 5.556vw;
    font-weight: 600;
  }
}
/* 單元表頭
*****************************************/
.unit-top {
  width: 100%;
  height: 50%;
  background-image: url(../images/unit-bg.svg), url(../images/topbg/topbg-a.webp);
  background-repeat: no-repeat;
  background-position:
    bottom center, bottom -3% center;
  background-size:
    67.708vw auto, cover;
}
@media screen and (max-width: 1199px) {
  .unit-top {
    height: 48vw;
    background-size:
      110vw auto, 180vw auto;
  }
}
@media screen and (max-width: 575px) {
  .unit-top {
    height: 58vw;
    background-position:
      bottom center, top -30vw center;
    background-size:
      130vw auto, 220vw auto;
  }
}
/* 宣傳影片
*****************************************/
.unit-title {
  width: 100%;
  display: grid;
  place-items: start center;
}
.vendor {
  position: relative;
  padding-bottom: 56.1%;
  padding-top: 0px;
  height: 0;
}
.vendor iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* 活動行程表
*****************************************/
.event-table {
  width: 100%;
  display: grid;
}
.event-table table {
	width: 100%;
	font-size: 1rem;
	line-height: 1.625rem;
	text-align: center;
	background-color: #fff;
	border-collapse: collapse;
	border: 5px solid #fff;
}
.event-table td {
  padding: 1rem;
  border-bottom: 1px solid #fff;
}
.event-table td .tsp {
  font-family: "Rationale", sans-serif;
  font-size: 1.25rem;
  padding: 0.25rem .5rem;
  color: #fff;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.event-table tr:nth-child(1) td:nth-child(1) {
	font-size: 2.25rem;
	line-height: 2.25rem;
	color: #fff;
	background-color: #12325c;
	font-weight: 800;
}
.event-table tr:nth-child(1) td:nth-child(1) p {
  font-family: "Rationale", sans-serif;
  font-size: 2.25rem;
  line-height: 2.25rem;
  display: inline-block;
  position: relative;
  top: 2px;
}
.event-table tr:nth-child(1) td:nth-child(1) h6 {
  font-size: 1.25rem;
  line-height: 1.25rem;
  display: inline-block;	
  font-weight: 600;	
  padding: 0 1rem 0 0.5rem;	
}
.event-table tr:nth-child(2) {
  font-size: 1.125rem;
}
.event-table td:nth-child(1) {
  font-family: "Rationale", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  background-color: #005bac;
}
.event-table td:nth-child(2) {
  background-color: #fad7d6;
  color: #a11f24;
}
.event-table td:nth-child(3) {
  background-color: #ecf4d9;
  color: #364622;
}
.event-table td:nth-child(4) {
  background-color: #feecd2;
  color: #fc633c;
}
.event-table td:nth-child(5) {
  background-color: #d3edfb;
  color: #005bac;
}
.event-table i {
  font-size: 18px;
  padding: 5px 0;
}
.event-table .icon_1 {
  width: 40%;
  margin: 0 auto 15px;
}
.event-table .icon_2 {
  width: 50%;
  margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
  .event-table .mob-tab {
    width: 720px !important;
  }
  .event-table td {
    padding: 0.625rem;
  }
  .event-table td .tsp {
    font-size: 1.125rem;
  }
  .event-table tr:nth-child(1) td:nth-child(1) {
    font-size: 1.75rem;
    line-height: 1.75rem;
    text-align: left;
  }
  .event-table tr:nth-child(1) td:nth-child(1) p {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
  .event-table tr:nth-child(1) td:nth-child(1) h6 {
    font-size: 1rem;
    line-height: 1rem;
  }
  .event-table td:nth-child(1) {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
/* 活動介紹
*****************************************/
.event-about {
  width: 100%;
  display: grid;
  row-gap: 3.75rem;
}
.event-about .con {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.875rem;
}
.event-about .con .nav {
  grid-column: 2 / 4;
}
.event-about .con .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-about .con .txt {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
}
.event-about .con .txt .sp {
  width: 12.5rem;
  position: absolute;
  right: 0;
  top: -3.75rem;
  z-index: 3;
}
.frward {
  direction: ltr; /* 順向排列 */
}
.opposite {
  direction: rtl; /* 反向排列 */
}
.event-about h5 {
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #fff;
  padding: 0.625rem;
  background-color: #005bac;
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .event-about .con .txt .sp {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .event-about .con {
    grid-template-columns: repeat(2, 1fr);
  }
  .event-about .con .nav {
    grid-column: 2 / 3;
  }
}
@media screen and (max-width: 575px) {
  .event-about {
    row-gap: 1.875rem;
  }
  .event-about .con {
    grid-template-columns: 1fr;
    row-gap: 1.875rem;
  }
  .event-about .con .nav {
    grid-column: 1 / 1;
  }
  .event-about .con .img img {
    width: 80%;
  }
  .event-about .con .txt {
    justify-content: center;
    text-align: center;
  }
  .event-about .con .txt h6 {
    width: 80%;
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 0.625rem;
  }
}