@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Noto+Sans+TC:wght@100;300;400;600;900&display=swap");
@font-face {
  font-family: "Noto Sans TC", "PingFang TC", "微軟正黑體";
  src: local("Noto Sans TC");
  unicode-range: U+4E00-9FFF;
}
@font-face {
  font-family: "Avenir", "Lato";
  src: local("Lato");
  unicode-range: U+00-024F;
}

.chiron-goround-tc-<title> {
  font-family: "Chiron GoRound TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

body {
  font-family: "Noto Sans TC", "PingFang TC", "微軟正黑體", "Avenir", "Lato";
  background: #d7fbff;
  background-position: center top;
  background-repeat: no-repeat;
  letter-spacing:1px;
}

.paddingB{
	padding-bottom:0!important;
}

img {
  max-width: 100%;
  display: block;
}

.bodyContainer {
  margin: 0 auto;
  overflow: hidden;
  
}

.qrcode {
  display: none;
}

header {
  position: relative;
}
header .seasBox {
  width: 100%;
  position: relative;
  
  margin-top: 0%;
  transform: scale(1);
}


header .header-title {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  position: relative;
  margin-top: 0%;
}

header .header-title .textBox {
  position: relative;
  width: 88%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .header-title .teamsBox {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 75%;
  margin-top: 8px;
}
header .header-title .teamsBox button {
  position: relative;
  display: flex;
  align-items: center;
  width: 83%;
  margin-top: 12px;
}
header .header-title .teamsBox button img[src*="footprint.png"] {
  width: 13%;
  position: absolute;
  right: 13%;
  top: 25%;
}
header .header-title img[src*="logo.png"] {
  
  width: 100%;
  
}



header .cloudBox img[src*="cloud_right_front.png"] {
    position: absolute;
    top: 450px;
    right: -80px;
    width: 250px;
	z-index:99999;
  }
  
header .cloudBox img[src*="cloud_left_front.png"] {
    position: absolute;
    top: 390px;
    left: 100px;
    width: 300px;
	z-index:999999;
  }
  
header .cloudBox img[src*="blue_cloud.png"] {
    position: absolute;
    top: 440px;
    left: -210px;
    width: 500px;
	z-index:99999;
  }


header .airBox img[src*="airplane.png"] {
    position: absolute;
    top: 44px;
    right: 288px;
    width: 163px;
	z-index:99999;
  }
  
header .airBox img[src*="fireworks_blue_red.png"] {
    position: absolute;
    top: 32px;
    right: 153px;
    width: 130px;
	z-index:999;
  }
  
header .airBox img[src*="fireworks_orange_yellow.png"] {
    position: absolute;
    top: 30px;
    right: 450px;
    width: 100px;
	z-index:999;
  }
  
header .airBox img[src*="flowers.png"] {
    position: absolute;
    top: 45px;
    left: 160px;
    width: 600px;
	z-index:1;
	pointer-events: none;
  } 
  

  
header .airBox img[src*="info_btn.png"] {
    position: absolute;
    top: 135px;
    right: 145px;
    width: 210px;
	z-index:99999;
  }
  

  
.go{
  transition: transform 0.7s ease; /* Controls the speed and smoothness */
  /*transform-origin:center;*/
}


.go:hover {
  transform: rotate(-2deg) translateX(-8px); /* Rotates 45 degrees clockwise */
  z-index:999999;
 
}

.go:hover::after {
  content: '';
  position: absolute;
  top: -20px; /* Adjust to cover the gap */
  left: -20px;
  width: 200%;
  height: 200%; /* Slightly taller to cover the gap */
}


  
header .airBox img[src*="txt_b.png"] {
    position: absolute;
    top: 90px;
    left: 70px;
    width: 290px;
	
  } 
  
header .airBox img[src*="txt_r.png"] {
    position: absolute;
    top: 148px;
    left: 90px;
    width: 265px;
	
  } 
  


header img[src*="qrcode.png"] {
  position: relative;
  width: 38%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 8%;
}
  .order{
	  font-size:13px;
	  margin-top:30px;
	  width:100%;
  }

main {
  position: relative;
}
main .boxSection {
  position: relative;
  margin-bottom: 50px;
}

main .boxSection .container {
  max-width: 80%;
  margin: auto;
}
main .boxSection h2.title {
  display: flex;
  flex-direction: column;
  font-family: "Chiron GoRound TC";
  font-size: 35px;
  font-weight: 600;
  color: #063e5b;
  line-height: 1.3;
  align-items: center;
  padding-top: 20px;
  text-align: center;
  margin: auto;
  min-width:100%;
}

main .boxSection h2.title::after {
    content: "";
    display: block;
    width: 15%;
    height: 4px;
    background: linear-gradient(20deg, var(--orange-main), var(--pink-main), var(--blue-main));
    margin: 4px auto 8px;
    border-radius: 2px;
}
main .boxSection h2.title > span {
  letter-spacing: 1px;
    font-size: 27px;
}
main .boxSection h2.title small {
  font-family: Avenir;
  font-size: 18px;
  font-weight: 300;
  color: #7a7a7a;
}
main .boxSection .hr {
  margin: 30px 0;
  background: #063e5b;
  height: 0.5px;
  position: relative;
}



main .AuctionSection .hr {
    margin: 0px 0 50px 0;
    background: #063e5b;
    position: relative;
}

main .boxSection .hr span {
  font-family: Noto Sans TC;
  font-size: 14px;
  font-weight: 600;
  color: #063e5b;
  display: block;
  background: #C7E8FB;
  padding: 10px;
  text-align: center;
}
main .giftSection .items {
  display: flex;
  align-items: start;
  gap: 5px;
  padding-top: 12px;
  flex-wrap: wrap;
}

main .PerformerSection .items .singerB {
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
  
}

main .PerformerSection .items .singerS {
  display: none;
  
}

main .giftSection .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: Noto Sans TC;
  font-size: 18px;
  font-weight: 600;
  color: #063e5b;
  text-align: center;
  width: calc(50% - 4px);
}
main .giftSection .hr {
  margin-bottom: 80px;
}
main .limitGiftSection .intro, main .AuctionSection .intro, main .featuresSection .intro, main .qutaSection .intro, main .prizeSection .intro, main .howSection .intro, main .programSection .intro{
  font-family: Noto Sans TC;
  font-size: 14px;
  font-weight: 300;
  color: #353535;
  padding: 20px 0;
  letter-spacing: 1px;
  line-height: 26px;
}
main .limitGiftSection .intro span:nth-child(1) {
  color: #f76a00;
}
main .limitGiftSection .items {
  display: flex;
  gap: 30px;
  flex-direction: column;
  margin-bottom:30px;
}
main .limitGiftSection .items .item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 26px;
  width: 100%;
}
main .limitGiftSection .items .item .text {
  font-family: Noto Sans TC;
  color: #000000;
  text-align: center;
}
main .limitGiftSection .items .item .text span {
  display: block;
}
main .limitGiftSection .items .item .text span:nth-child(1) {
  font-size: 14px;
  font-weight: 600;
}
main .limitGiftSection .items .item .text span:nth-child(2) {
  font-size: 14px;
  font-weight: 300;
  
}
main .social {
  font-family: Noto Sans TC;
  font-size: 14px;
  font-weight: 600;
  color: #063e5b;
  padding: 30px 15px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 90%;
  margin: auto;
}
main .social .items {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
main .social .items .links {
  display: flex;
  align-items: center;
  gap: 10px;
}

main .social > *:nth-child(3) {
  grid-column: 1/span 2;
  padding-top: 0px;
}
main .social > *:nth-child(3) .links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  gap: 10px;
}

main .social > *:nth-child(4) .links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  gap: 10px;
}



footer {
  background: white;
  position: relative;
  
}



footer .copyRight {
  font-size: 12px;
  font-weight: 300;
  color: #000000;
}
footer .copyRight .bodyContainer {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 15px;
  gap: 5px;
  
}


footer .copyRight .copyText {
  display: flex;
  gap: 5px;
  flex-direction: column;
}
footer .cookieText {
  background: #F4AC26;
  padding: 15px;
  font-size: 12px;
  font-weight: 300;
  color: #000000;
}
footer .cookieText .bodyContainer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  letter-spacing: 1px;
  gap: 15px;
  
}
footer .cookieText button {
  background: #0C5683;
  color: #fff;
  word-break: keep-all;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  border-radius: 5px;
}

@media (min-width: 1000px) {
	
  .bodyContainer {
    width: 100%;
  }
  .qrcode {
    position: fixed;
    top: 32px;
    right: 22px;
    width: 12.3%;
    margin-top: 0;
    z-index: 100;
    display: block;
  }
  header {
    height: 700px;
  }
  header .seasBox {
    height: 100%;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    margin: 0;
    transform: unset;
  }
  
  
  header .seasBox img[src*="tiger_runner_first.png"] {
    position: absolute;
    top: 191px;
    left: 51px;
    width: 164px;
  }
  
  header .seasBox img[src*="tumbler_runner_second.png"] {
    position: absolute;
    top: 300px;
    left: 180px;
    width: 51px;
  }
  
  header .seasBox img[src*="tiger_runner_third.png"] {
    position: absolute;
    top: 218px;
    left: 248px;
    width: 82px;
  }
  
  header .seasBox img[src*="cat_runner_fourth.png"] {
    position: absolute;
    top: 316px;
    left: 350px;
    width: 43px;
  }
  
  header .seasBox img[src*="tiger_runner_fifth.png"] {
    position: absolute;
    top: 330px;
    left: 475px;
    width: 135px;
  }
  
  header .seasBox img[src*="fan_runner_sixth.png"] {
    position: absolute;
    top: 370px;
    left: 620px;
    width: 78px;
  }
  
  header .seasBox img[src*="carp_runner_seventh.png"] {
    position: absolute;
    top: 429px;
    left: 713px;
    width: 68px;
  }
  
  header .seasBox img[src*="shaved_ice_runner_eighth.png"] {
    position: absolute;
    top: 418px;
    left: 795px;
    width: 48px;
  }
  
  
  header .header-title {
    position: absolute;
    left: 350px;
    top: 97px;
	z-index:999999;
  }
  header .header-title .textBox {
    width: 650px;
    display: block;
  }
  header .header-title img[src*="date.png"] {
    width: 550px;
  }
  header .header-title .teamsBox {
    flex-direction: row;
    width: auto;
    margin-top: 0;
  }
  header .header-title .teamsBox img[src*="teams.png"] {
    width: 310px;
    position: relative;
    left: 0px;
    top: -16px;
  }
  header .header-title .teamsBox button {
    left: 25px;
    top: -20px;
    width: 200px;
  }
  header .header-title .teamsBox button:hover {
    animation: wobble 1.2s ease-in-out infinite;
    transform-origin: center bottom;
  }
  
  @keyframes wobble {
    0%, 100% {
      transform: rotate(0deg);
    }
    25% {
      transform: rotate(-3deg);
    }
    50% {
      transform: rotate(0deg);
    }
    75% {
      transform: rotate(3deg);
    }
  }
  header .header-title img[src*="logo.png"] {
    width: 310px;
    
  }
  header .mountainBox {
    width: 1440px;
    position: relative;
    
  }
  header img[src*="background.png"] {
    display: block;
    position: absolute;
    top: 155px;
    left: -172px;
    width: 86%;
  }
  header img[src*="qrcode.png"] {
    position: fixed;
    top: 32px;
    right: 22px;
    width: 116px;
    margin-top: 0;
    transform: unset;
    display: none;
  }
  main {
    margin-top: -122px;
  }
  
  
  main .boxSection .decorate {
    width: 30%;
  }
 
.floatR{
	float:right;
}
  
  main .boxSection h2.title {
    align-items: center;
    padding-top: 0;
    max-width: unset;
	font-family:"Chiron GoRound TC";
  }
  
  main .boxSection h2.title::after {
    content: "";
    display: block;
    width: 15%;
    height: 4px;
    background: linear-gradient(20deg, var(--orange-main), var(--pink-main), var(--blue-main));
    margin: 4px auto 8px;
    border-radius: 2px;
}
  main .boxSection h2.title > span {
    letter-spacing: 3px;
  }
  main .boxSection .hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  main .boxSection .hr span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  main .giftSection .items {
    flex-wrap: nowrap;
    align-items: center;
  }
  main .giftSection .items .item {
    width: auto;
  }
  main .giftSection .hr {
    margin-bottom: 60px;
  }
  main .limitGiftSection .intro {
    letter-spacing: 2px;
  }
  main .limitGiftSection .items {
    flex-direction: row;
  }
  main .limitGiftSection .items .item {
    width: 50%;
  }
  main .limitGiftSection .items .item .text span:nth-child(1) {
    font-size: 18px;
  }
  main .social {
    padding: 30px 0px;
    padding-bottom: 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    gap: 0;
  }
  main .social .items {
    flex-direction: row;
    gap: 10px;
  }
  main .social .items .title {
    flex: 70px;
    max-width: 70px;
    min-width: 70px;
  }
  main .social .items .links {
    flex-wrap: wrap;
  }
  main .social > *:nth-child(3) {
    grid-column: 1/span 2;
    padding-top: 30px;
  }
  main .social > *:nth-child(3) .links {
    display: flex;
  }
  
  main .social > *:nth-child(4) {
    grid-column: 1/span 2;
    padding-top: 30px;
  }
  main .social > *:nth-child(4) .links {
    display: flex;
  }
  

  
  main .social .items .links img {
  height: 30px;
  min-height: 30px;
  margin:0 2px;
}
  
  main .social .items .links img.bigLogo {
    height: 55px;
    min-height: 55px;
  }
  
   main .social .items .links img.middleLogo {
    height: 40px;
    min-height: 40px;
  }
  
  main .social .items .links img.smallLogo{
    height: 24px;
    min-height: 24px;
  }
  

  footer .copyRight {
    font-size: 13px;
    font-weight: 300;
  }
  footer .copyRight .bodyContainer {
    align-items: center;
  }
  footer .copyRight .copyText {
    gap: 20px;
    flex-direction: row;
  }
  footer .cookieText {
    font-size: 13px;
  }
  footer .cookieText .bodyContainer {
    flex-direction: row;
  }
  footer .cookieText button {
    width: auto;
  }
}

@media (min-width: 641px) and (max-width: 820px) {
	main .boxSection h2.title::after {
    content: "";
    display: block;
    width: 20%;
    height: 4px;
    background: linear-gradient(20deg, var(--orange-main), var(--pink-main), var(--blue-main));
    margin: 4px auto 8px;
    border-radius: 2px;
}
	main .boxSection {
    position: relative;
    margin-bottom: 50px;
	
}
	main .boxSection .decorate {
    width: 30%;
    margin-top: 40px;
  }
 
.floatR{
	float:right;
}
	
header {
    height: 1300px;
  }
  
  header img[src*="background.png"] {
    display: block;
    position: absolute;
    top: 800px;
    left: -140px;
    max-width: 1010px;
  }

header .seasBox img[src*="tiger_runner_first.png"] {
    position: absolute;
    top: 780px;
    left: 80px;
    width: 25%;
  }
  
  header .seasBox img[src*="tumbler_runner_second.png"] {
    position: absolute;
    top: 900px;
    left: 250px;
    width: 8%;
  }
  
  header .seasBox img[src*="tiger_runner_third.png"] {
    position: absolute;
    top: 850px;
    left: 390px;
    width: 13%;
  }
  
  header .seasBox img[src*="cat_runner_fourth.png"] {
    position: absolute;
    top: 970px;
    left: 520px;
    width: 6%;
  }
  
  header .seasBox img[src*="tiger_runner_fifth.png"] {
    position: absolute;
    top: 930px;
    left: 620px;
    width: 20%;
  }
  
  header .seasBox img[src*="fan_runner_sixth.png"] {
    display:none;
  }
  
  header .seasBox img[src*="carp_runner_seventh.png"] {
    display:none;
  }
  
  header .seasBox img[src*="shaved_ice_runner_eighth.png"] {
    display:none;
  }
  
  
  header .header-title {
    position: absolute;
    width: 55%;
    left: 180px;
    top: 80px;
    z-index: 999999;
  }
  
  header .airBox img[src*="airplane.png"] {
    position: absolute;
    top: 350px;
    right: 450px;
    width: 320px;
    z-index: 99999;
}

header .airBox img[src*="fireworks_blue_red.png"] {
    position: absolute;
    top: 95px;
    right: 10px;
    width: 200px;
    z-index: 996;
}

header .airBox img[src*="fireworks_orange_yellow.png"] {
    position: absolute;
    top: 60px;
    right: 630px;
    width: 150px;
    z-index: 996;
}

header .airBox img[src*="flowers.png"] {
    position: absolute;
    top: 480px;
    left: 10px;
    min-width: 800px;
    z-index: 1;
    pointer-events: none;
}


header .airBox img[src*="info_btn.png"] {
    position: absolute;
    top: 380px;
    right: 50px;
    width: 410px;
    z-index: 99999;
}

header .airBox img[src*="txt_r.png"] {
    position: absolute;
    top: 678px;
    left: 145px;
    width: 530px;
    z-index: 99999;
}

header .airBox img[src*="txt_b.png"] {
    position: absolute;
    top: 550px;
    left: 110px;
    width: 600px;
    z-index: 99999;
}

header .cloudBox img[src*="cloud_left_front.png"] {
    position: absolute;
    top: 980px;
    left: 70px;
    width: 190px;
    z-index: 999999;
}

header .cloudBox img[src*="cloud_right_front.png"] {
    position: absolute;
    top: 1080px;
    right: -30px;
    width: 160px;
    z-index: 99999;
}

header .cloudBox img[src*="blue_cloud.png"] {
    position: absolute;
    top: 1080px;
    left: -40px;
    width: 300px;
    z-index: 99999;
}

  header img[src*="qrcode.png"] {
    position: absolute;
    top: 1150px;
    left: 350px;
    width: 116px;
    margin-top: 0;
    transform: unset;
    
  }
	
	header .seasBox img[src*="tiger.png"] {
    position: absolute;
    right: -100px;
    width: 60%;
    top: -270px;
    z-index: 9999;
}

  main .social .items .links img {
  height: 30px;
  min-height: 30px;
  margin:0 2px;
}
  
  main .social .items .links img.bigLogo {
    height: 55px;
    min-height: 55px;
  }
  
   main .social .items .links img.middleLogo {
    height: 40px;
    min-height: 40px;
  }
  
  main .social .items .links img.smallLogo{
    height: 24px;
    min-height: 24px;
  }

main .social > *:nth-child(3) .links {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-items: center;
    gap: 10px;
}

main .social > *:nth-child(4) .links {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    justify-items: center;
    gap: 10px;
}

  main .social .items .links img {
  height: 30px;
  min-height: 30px;
  margin:0 2px;
}
  
  main .social .items .links img.bigLogo {
    height: 55px;
    min-height: 55px;
  }
  
   main .social .items .links img.middleLogo {
    height: 40px;
    min-height: 40px;
  }
  
  main .social .items .links img.smallLogo{
    height: 24px;
    min-height: 24px;
  }
}

@media (min-width: 590px) and (max-width: 640px) {
	
	main .boxSection h2.title::after {
    content: "";
    display: block;
    width: 40%;
    height: 4px;
    background: linear-gradient(20deg, var(--orange-main), var(--pink-main), var(--blue-main));
    margin: 4px auto 8px;
    border-radius: 2px;
}
	main .boxSection {
    position: relative;
    margin-bottom: 0px;
}
	main .boxSection .decorate {
    width: 65%;
  }
 
.floatR{
	float:right;
}
	  header {
    height: 1000px;
  }
  
  header img[src*="background.png"] {
    display: block;
    position: absolute;
    top: 550px;
    left: -115px;
    max-width: 800px;
  }

header .seasBox img[src*="tiger_runner_first.png"] {
    position: absolute;
    top: 540px;
    left: 35px;
    width: 25%;
  }
  
  header .seasBox img[src*="tumbler_runner_second.png"] {
    position: absolute;
    top: 640px;
    left: 185px;
    width: 8%;
  }
  
  header .seasBox img[src*="tiger_runner_third.png"] {
    position: absolute;
    top: 590px;
    left: 280px;
    width: 13%;
  }
  
  header .seasBox img[src*="cat_runner_fourth.png"] {
    position: absolute;
    top: 686px;
    left: 400px;
    width: 6%;
  }
  
  header .seasBox img[src*="tiger_runner_fifth.png"] {
    position: absolute;
    top: 650px;
    left: 480px;
    width: 20%;
  }
  
  header .seasBox img[src*="fan_runner_sixth.png"] {
    display:none;
  }
  
  header .seasBox img[src*="carp_runner_seventh.png"] {
    display:none;
  }
  
  header .seasBox img[src*="shaved_ice_runner_eighth.png"] {
    display:none;
  }
  
  
  header .header-title {
    position: absolute;
    width: 50%;
    left: 170px;
    top: 40px;
    z-index: 999999;
  }
  
  header .airBox img[src*="airplane.png"] {
    position: absolute;
    top: 250px;
    right: 350px;
    width: 220px;
    z-index: 99999;
}

header .airBox img[src*="fireworks_blue_red.png"] {
    position: absolute;
    top: 75px;
    right: 10px;
    width: 150px;
    z-index: 996;
}

header .airBox img[src*="fireworks_orange_yellow.png"] {
    position: absolute;
    top: 40px;
    right: 480px;
    width: 120px;
    z-index: 996;
}

header .airBox img[src*="flowers.png"] {
    position: absolute;
    top: 250px;
    left: 50px;
    max-width: 800px;
    z-index: 1;
    pointer-events: none;
}


header .airBox img[src*="info_btn.png"] {
    position: absolute;
    top: 308px;
    right: 60px;
    width: 300px;
    z-index: 99999;
}

header .airBox img[src*="txt_r.png"] {
    position: absolute;
    top: 478px;
    left: 145px;
    width: 360px;
    z-index: 99999;
}

header .airBox img[src*="txt_b.png"] {
    position: absolute;
    top: 390px;
    left: 120px;
    width: 400px;
    z-index: 99999;
}

header .cloudBox img[src*="cloud_left_front.png"] {
    position: absolute;
    top: 680px;
    left: 40px;
    width: 160px;
    z-index: 999999;
}

header .cloudBox img[src*="cloud_right_front.png"] {
    position: absolute;
    top: 760px;
    right: -40px;
    width: 110px;
    z-index: 99999;
}

header .cloudBox img[src*="blue_cloud.png"] {
    position: absolute;
    top: 750px;
    left: -40px;
    width: 220px;
    z-index: 99999;
}

  header img[src*="qrcode.png"] {
    position: absolute;
    top: 850px;
    left: 270px;
    width: 116px;
    margin-top: 0;
    transform: unset;
    
  }
	
	header .seasBox img[src*="tiger.png"] {
    position: absolute;
    right: -100px;
    width: 60%;
    top: -270px;
    z-index: 9999;
}

  main .social .items .links img {
  height: 30px;
  min-height: 30px;
  margin:0 2px;
}
  
  main .social .items .links img.bigLogo {
    height: 55px;
    min-height: 55px;
  }
  
   main .social .items .links img.middleLogo {
    height: 40px;
    min-height: 40px;
  }
  
  main .social .items .links img.smallLogo{
    height: 24px;
    min-height: 24px;
  }
}

@media (min-width: 415px) and (max-width: 480px) {
	main .boxSection h2.title::after {
    content: "";
    display: block;
    width: 40%;
    height: 4px;
    background: linear-gradient(20deg, var(--orange-main), var(--pink-main), var(--blue-main));
    margin: 4px auto 8px;
    border-radius: 2px;
}
	main .boxSection {
    position: relative;
    margin-bottom: 0px;
}
	main .boxSection .decorate {
    width: 65%;
  }
 
.floatR{
	float:right;
}
	  header {
    height: 1000px;
  }
  
  header img[src*="background.png"] {
    display: block;
    position: absolute;
    top: 550px;
    left: -115px;
    max-width: 800px;
  }

header .seasBox img[src*="tiger_runner_first.png"] {
    position: absolute;
    top: 540px;
    left: 35px;
    width: 25%;
  }
  
  header .seasBox img[src*="tumbler_runner_second.png"] {
    position: absolute;
    top: 640px;
    left: 185px;
    width: 8%;
  }
  
  header .seasBox img[src*="tiger_runner_third.png"] {
    position: absolute;
    top: 590px;
    left: 280px;
    width: 13%;
  }
  
  header .seasBox img[src*="cat_runner_fourth.png"] {
    position: absolute;
    top: 686px;
    left: 400px;
    width: 6%;
  }
  
  header .seasBox img[src*="tiger_runner_fifth.png"] {
    position: absolute;
    top: 650px;
    left: 480px;
    width: 20%;
  }
  
  header .seasBox img[src*="fan_runner_sixth.png"] {
    display:none;
  }
  
  header .seasBox img[src*="carp_runner_seventh.png"] {
    display:none;
  }
  
  header .seasBox img[src*="shaved_ice_runner_eighth.png"] {
    display:none;
  }
  
  
  header .header-title {
    position: absolute;
    width: 55%;
    left: 110px;
    top: 60px;
    z-index: 999999;
  }
  
  header .airBox img[src*="airplane.png"] {
    position: absolute;
    top: 250px;
    right: 295px;
    width: 150px;
    z-index: 99999;
}

header .airBox img[src*="fireworks_blue_red.png"] {
    position: absolute;
    top: 75px;
    right: 10px;
    width: 150px;
    z-index: 990;
	pointer-events: none;
}

header .airBox img[src*="fireworks_orange_yellow.png"] {
    position: absolute;
    top: 50px;
    right: 350px;
    width: 110px;
    z-index: 990;
	pointer-events: none;
}

header .airBox img[src*="flowers.png"] {
    position: absolute;
    top: 350px;
    left: -100px;
    max-width: 600px;
    z-index: 1;
    pointer-events: none;
}


header .airBox img[src*="info_btn.png"] {
    position: absolute;
    top: 280px;
    right: 45px;
    width: 260px;
    z-index: 99999;
}

header .airBox img[src*="txt_r.png"] {
    position: absolute;
    top: 445px;
    left: 70px;
    width: 360px;
    z-index: 99999;
}

header .airBox img[src*="txt_b.png"] {
    position: absolute;
    top: 360px;
    left: 40px;
    width: 400px;
    z-index: 99999;
}

header .cloudBox img[src*="cloud_left_front.png"] {
    position: absolute;
    top: 680px;
    left: 40px;
    width: 160px;
    z-index: 999999;
}

header .cloudBox img[src*="cloud_right_front.png"] {
    position: absolute;
    top: 760px;
    right: -40px;
    width: 110px;
    z-index: 99999;
}

header .cloudBox img[src*="blue_cloud.png"] {
    position: absolute;
    top: 750px;
    left: -40px;
    width: 220px;
    z-index: 99999;
}

  header img[src*="qrcode.png"] {
    position: absolute;
    top: 850px;
    left: 180px;
    width: 116px;
    margin-top: 0;
    transform: unset;
    
  }
	
	header .seasBox img[src*="tiger.png"] {
    position: absolute;
    right: -100px;
    width: 60%;
    top: -270px;
    z-index: 9999;
}

  main .social .items .links img {
  height: 30px;
  min-height: 30px;
  margin:0 2px;
}
  
  main .social .items .links img.bigLogo {
    height: 55px;
    min-height: 55px;
  }
  
   main .social .items .links img.middleLogo {
    height: 40px;
    min-height: 40px;
  }
  
  main .social .items .links img.smallLogo{
    height: 24px;
    min-height: 24px;
  }
}


@media (min-width: 391px) and (max-width: 414px) {
	main .boxSection h2.title::after {
    content: "";
    display: block;
    width: 32%;
    height: 4px;
    background: linear-gradient(20deg, var(--orange-main), var(--pink-main), var(--blue-main));
    margin: 4px auto 8px;
    border-radius: 2px;
}
	main .boxSection {
    position: relative;
    margin-bottom: 0px;
}
	main .boxSection .decorate {
    width: 65%;
  }
 
.floatR{
	float:right;
}
  header {
    height: 700px;
  }
  
  header img[src*="background.png"] {
    display: block;
    position: absolute;
    top: 350px;
    left: -75px;
    max-width: 510px;
  }

header .seasBox img[src*="tiger_runner_first.png"] {
    position: absolute;
    top: 330px;
    left: 35px;
    width: 30%;
  }
  
  header .seasBox img[src*="tumbler_runner_second.png"] {
    position: absolute;
    top: 390px;
    left: 120px;
    width: 10%;
  }
  
  header .seasBox img[src*="tiger_runner_third.png"] {
    position: absolute;
    top: 370px;
    left: 180px;
    width: 15%;
  }
  
  header .seasBox img[src*="cat_runner_fourth.png"] {
    position: absolute;
    top: 440px;
    left: 240px;
    width: 7%;
  }
  
  header .seasBox img[src*="tiger_runner_fifth.png"] {
    position: absolute;
    top: 395px;
    left: 280px;
    width: 23%;
  }
  
  header .seasBox img[src*="fan_runner_sixth.png"] {
    display:none;
  }
  
  header .seasBox img[src*="carp_runner_seventh.png"] {
    display:none;
  }
  
  header .seasBox img[src*="shaved_ice_runner_eighth.png"] {
    display:none;
  }
  
  
  header .header-title {
    position: absolute;
    width: 50%;
    left: 100px;
    top: 20px;
    z-index: 999999;
  }
  
  header .airBox img[src*="airplane.png"] {
    position: absolute;
    top: 140px;
    right: 225px;
    width: 120px;
    z-index: 99999;
}

header .airBox img[src*="fireworks_blue_red.png"] {
    position: absolute;
    top: 45px;
    right: 10px;
    width: 100px;
    z-index: 999;
}

header .airBox img[src*="fireworks_orange_yellow.png"] {
    position: absolute;
    top: 40px;
    right: 280px;
    width: 80px;
    z-index: 999;
}

header .airBox img[src*="flowers.png"] {
    position: absolute;
    top: 250px;
    left: 50px;
    max-width: 800px;
    z-index: 1;
    pointer-events: none;
}


header .airBox img[src*="info_btn.png"] {
    position: absolute;
    top: 150px;
    right: 50px;
    width: 180px;
    z-index: 99999;
}

header .airBox img[src*="txt_r.png"] {
    position: absolute;
    top: 278px;
    left: 60px;
    width: 265px;
	z-index: 99999;
}

header .airBox img[src*="txt_b.png"] {
    position: absolute;
    top: 220px;
    left: 50px;
    width: 290px;
	z-index: 99999;
}

header .cloudBox img[src*="cloud_left_front.png"] {
    position: absolute;
    top: 430px;
    left: 20px;
    width: 150px;
    z-index: 999999;
}

header .cloudBox img[src*="cloud_right_front.png"] {
    position: absolute;
    top: 458px;
    right: -50px;
    width: 110px;
    z-index: 99999;
}

header .cloudBox img[src*="blue_cloud.png"] {
    position: absolute;
    top: 475px;
    left: -55px;
    width: 200px;
    z-index: 99999;
}

  header img[src*="qrcode.png"] {
    position: absolute;
    top: 550px;
    left: 138px;
    width: 116px;
    margin-top: 0;
    transform: unset;
    
  }

}


@media (min-width: 375px) and (max-width: 390px) {
	main .boxSection h2.title::after {
    content: "";
    display: block;
    width: 40%;
    height: 4px;
    background: linear-gradient(20deg, var(--orange-main), var(--pink-main), var(--blue-main));
    margin: 4px auto 8px;
    border-radius: 2px;
}
	main .boxSection {
    position: relative;
    margin-bottom: 0px;
}
	main .boxSection .decorate {
    width: 65%;
  }
 
.floatR{
	float:right;
}
  header {
    height: 700px;
  }
  
  header img[src*="background.png"] {
    display: block;
    position: absolute;
    top: 350px;
    left: -70px;
    max-width: 482px;
  }

header .seasBox img[src*="tiger_runner_first.png"] {
    position: absolute;
    top: 330px;
    left: 35px;
    width: 30%;
  }
  
  header .seasBox img[src*="tumbler_runner_second.png"] {
    position: absolute;
    top: 390px;
    left: 120px;
    width: 10%;
  }
  
  header .seasBox img[src*="tiger_runner_third.png"] {
    position: absolute;
    top: 370px;
    left: 180px;
    width: 15%;
  }
  
  header .seasBox img[src*="cat_runner_fourth.png"] {
    position: absolute;
    top: 440px;
    left: 240px;
    width: 7%;
  }
  
  header .seasBox img[src*="tiger_runner_fifth.png"] {
    position: absolute;
    top: 395px;
    left: 280px;
    width: 23%;
  }
  
  header .seasBox img[src*="fan_runner_sixth.png"] {
    display:none;
  }
  
  header .seasBox img[src*="carp_runner_seventh.png"] {
    display:none;
  }
  
  header .seasBox img[src*="shaved_ice_runner_eighth.png"] {
    display:none;
  }
  
  
  header .header-title {
    position: absolute;
    width: 50%;
    left: 100px;
    top: 20px;
    z-index: 999999;
  }
  
  header .airBox img[src*="airplane.png"] {
    position: absolute;
    top: 140px;
    right: 225px;
    width: 120px;
    z-index: 99999;
}

header .airBox img[src*="fireworks_blue_red.png"] {
    position: absolute;
    top: 45px;
    right: 10px;
    width: 100px;
    z-index: 999;
}

header .airBox img[src*="fireworks_orange_yellow.png"] {
    position: absolute;
    top: 40px;
    right: 280px;
    width: 80px;
    z-index: 999;
}

header .airBox img[src*="flowers.png"] {
    position: absolute;
    top: 250px;
    left: 50px;
    max-width: 800px;
    z-index: 1;
    pointer-events: none;
}


header .airBox img[src*="info_btn.png"] {
    position: absolute;
    top: 140px;
    right: 40px;
    width: 180px;
    z-index: 99999;
}

header .airBox img[src*="txt_r.png"] {
    position: absolute;
    top: 278px;
    left: 60px;
    width: 265px;
	z-index: 99999;
}

header .airBox img[src*="txt_b.png"] {
    position: absolute;
    top: 220px;
    left: 50px;
    width: 290px;
	z-index: 99999;
}

header .cloudBox img[src*="cloud_left_front.png"] {
    position: absolute;
    top: 430px;
    left: 20px;
    width: 150px;
    z-index: 999999;
}

header .cloudBox img[src*="cloud_right_front.png"] {
    position: absolute;
    top: 458px;
    right: -50px;
    width: 110px;
    z-index: 99999;
}

header .cloudBox img[src*="blue_cloud.png"] {
    position: absolute;
    top: 475px;
    left: -55px;
    width: 200px;
    z-index: 99999;
}

  header img[src*="qrcode.png"] {
    position: absolute;
    top: 550px;
    left: 138px;
    width: 116px;
    margin-top: 0;
    transform: unset;
    
  }

}

@media (min-width: 320px) and (max-width: 374px){
	main .boxSection h2.title::after {
    content: "";
    display: block;
    width: 40%;
    height: 4px;
    background: linear-gradient(20deg, var(--orange-main), var(--pink-main), var(--blue-main));
    margin: 4px auto 8px;
    border-radius: 2px;
}
	main .boxSection {
    position: relative;
    margin-bottom: 0px;
}
  main .boxSection .decorate {
    width: 65%;
  }
 
.floatR{
	float:right;
}
  header {
    height: 700px;
  }
  
  header img[src*="background.png"] {
    display: block;
    position: absolute;
    top: 350px;
    left: -55px;
    max-width: 395px;
  }

header .seasBox img[src*="tiger_runner_first.png"] {
    position: absolute;
    top: 335px;
    left: 30px;
    width: 28%;
  }
  
  header .seasBox img[src*="tumbler_runner_second.png"] {
    position: absolute;
    top: 385px;
    left: 100px;
    width: 9%;
  }
  
  header .seasBox img[src*="tiger_runner_third.png"] {
    position: absolute;
    top: 360px;
    left: 145px;
    width: 14%;
  }
  
  header .seasBox img[src*="cat_runner_fourth.png"] {
    position: absolute;
    top: 410px;
    left: 200px;
    width: 7%;
  }
  
  header .seasBox img[src*="tiger_runner_fifth.png"] {
    position: absolute;
    top: 398px;
    left: 238px;
    width: 22%;
  }
  
  header .seasBox img[src*="fan_runner_sixth.png"] {
    display:none;
  }
  
  header .seasBox img[src*="carp_runner_seventh.png"] {
    display:none;
  }
  
  header .seasBox img[src*="shaved_ice_runner_eighth.png"] {
    display:none;
  }
  
  
  header .header-title {
    position: absolute;
    width: 55%;
    left: 70px;
    top: 20px;
    z-index: 999999;
  }
  
  header .airBox img[src*="airplane.png"] {
    position: absolute;
    top: 140px;
    right: 210px;
    width: 90px;
    z-index: 99999;
}

header .airBox img[src*="fireworks_blue_red.png"] {
    position: absolute;
    top: 45px;
    right: 10px;
    width: 90px;
    z-index: 999;
}

header .airBox img[src*="fireworks_orange_yellow.png"] {
    position: absolute;
    top: 40px;
    right: 240px;
    width: 70px;
    z-index: 999;
}

header .airBox img[src*="flowers.png"] {
    position: absolute;
    top: 250px;
    left: 50px;
    max-width: 800px;
    z-index: 1;
    pointer-events: none;
}


header .airBox img[src*="info_btn.png"] {
    position: absolute;
    top: 140px;
    right: 34px;
    width: 180px;
    z-index: 99999;
}

header .airBox img[src*="txt_r.png"] {
    position: absolute;
    top: 278px;
    left: 30px;
    width: 260px;
    z-index: 99999;
}

header .airBox img[src*="txt_b.png"] {
    position: absolute;
    top: 220px;
    left: 20px;
    width: 280px;
    z-index: 99999;
}

header .cloudBox img[src*="cloud_left_front.png"] {
    position: absolute;
    top: 430px;
    left: 20px;
    width: 150px;
    z-index: 999999;
}

header .cloudBox img[src*="cloud_right_front.png"] {
    position: absolute;
    top: 458px;
    right: -50px;
    width: 110px;
    z-index: 99999;
}

header .cloudBox img[src*="blue_cloud.png"] {
    position: absolute;
    top: 475px;
    left: -55px;
    width: 200px;
    z-index: 99999;
}

  header img[src*="qrcode.png"] {
    position: absolute;
    top: 550px;
    left: 100px;
    width: 116px;
    margin-top: 0;
    transform: unset;
    
  }

 main .boxSection {
    position: relative;
    margin-bottom: 20px;
}

}

@media (min-width: 320px) and (max-width: 500px) {
main .social > *:nth-child(3) .links .bigLogo {
    height: 40px;
    min-height: 40px;
  }
  
  
  main .social .items .links img {
  height: 30px;
  min-height: 30px;
  margin:0 2px;
}
  
  main .social .items .links img.bigLogo {
    height: 55px;
    min-height: 55px;
  }
  
   main .social .items .links img.middleLogo {
    height: 40px;
    min-height: 40px;
  }
  
  main .social .items .links img.smallLogo{
    height: 24px;
    min-height: 24px;
  }
  
main .PerformerSection .items .singerB {
  display: none;
}

main .PerformerSection .items .singerS {
  
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 60px;
  
}

main .giftSection .hr {
    margin-bottom: 80px;
  }


}

/* --- Header 進場動畫初始狀態與效果：僅隱藏有動畫的元素 --- header img[src*="cloud_left_front.png"],
header img[src*="cloud_right_front.png"],
header img[src*="blue_cloud.png"]*/
header img[src*="tiger_runner_first.png"],
header img[src*="tumbler_runner_second.png"],
header img[src*="tiger_runner_third.png"],
header img[src*="cat_runner_fourth.png"],
header img[src*="tiger_runner_fifth.png"],
header img[src*="fan_runner_sixth.png"],
header img[src*="carp_runner_seventh.png"],
header img[src*="shaved_ice_runner_eighth.png"],
header img[src*="logo.png"],
header img[src*="airplane.png"],
header img[src*="fireworks_blue_red.png"],
header img[src*="fireworks_orange_yellow.png"],
header img[src*="info_btn.png"],
header img[src*="txt_b.png"],
header img[src*="txt_r.png"],
header img[src*="flowers.png"],
header img[src*="background.png"]

 {
  opacity: 0;
}


/* 老虎 從左到右淡入 */
.anim-airplane-in {
  animation: tigerSlideIn 1s ease-out forwards;
  animation-delay:0.36s;
}

.anim-tiger-in {
  animation: tigerSlideIn 1s ease-out forwards;
  animation-delay:0.2s;
}

.anim-tiger-in2 {
  animation: tigerSlideIn 1s ease-out forwards;
  animation-delay:0.24s;
}


.anim-tiger-in3 {
  animation: tigerSlideIn 1s ease-out forwards;
  animation-delay:0.28s;
}


.anim-tiger-in4 {
  animation: tigerSlideIn 1s ease-out forwards;
  animation-delay:0.3s;
}

.anim-tiger-in5 {
  animation: tigerSlideIn 1s ease-out forwards;
  animation-delay:0.34s;
}

.anim-tiger-in6 {
  animation: tigerSlideIn 1s ease-out forwards;
  animation-delay:0.38s;
}

.anim-tiger-in7 {
  animation: tigerSlideIn 1s ease-out forwards;
  animation-delay:0.4s;
}

.anim-tiger-in8 {
  animation: tigerSlideIn 1s ease-out forwards;
  animation-delay:0.44s;
}



@keyframes tigerSlideIn {
  0% {
    opacity: 0;
    transform: translateX(1000px) translateY(300px);
  }
  
  
  
  100% {
    opacity: 1;
    transform: translateX(0px) translateY(0px);
	
  }
}


/* （移除：notes 從下到上淡入，改用與虎並行的左至右淡入） */
/* 樂譜 從左到右淡入（新需求：與虎一起並行） */
.anim-notes-in {
  animation: notesSlideIn 0.5s ease-out forwards;
  animation-delay:2s;
}

@keyframes notesSlideIn {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 山 彈出（最終維持設計中的 scale 值） */
.anim-mountain-pop {
  animation: mountainPop 0.7s ease-out forwards;
  
}

@keyframes mountainPop {
  0% {
    opacity: 0;
    transform: translateY(80px) scale(1);
  }
  40% {
    opacity: 0.5;
    transform: translateY(-20px) scale(1);
  }
  80% {
    opacity: 0.8;
    transform: translateY(20px) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* 日期 rotate 從左下旋入 */
.anim-date-rotate {
  transform-origin: top right;
  animation: dateRotateIn 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  animation-delay:2s;
}

.anim-date-rotate2 {
  transform-origin: top right;
  animation: dateRotateIn 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  animation-delay:2.2s;
}

@keyframes dateRotateIn {
  0% {
    opacity: 0;
    transform: rotate(40deg) translateY(12px);
  }
  
  100% {
    opacity: 1;
    transform: rotate(0) translateY(0);
  }
}


	



/* 隊伍區塊 跳出 */
.anim-teams-pop {
  animation: teamsPop 0.9s ease-out forwards;
  animation-delay:1s;
}

@keyframes teamsPop {
  0% {
    opacity: 0;
    transform: scale(0.4);
  }
  
  
  
  50% {
    opacity: 0.5;
    transform: scale(1.2);
  }
  
  
  
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.anim-fireworks-pop {
  animation: fireworksPop 0.2s ease-in infinite;
  animation-delay:1s;
  animation-duration: 3s;
}


.anim-fireworks-pop2 {
  animation: fireworksPop 0.2s ease-in infinite;
  animation-delay:3s;
  animation-duration: 2s;
}


@keyframes fireworksPop {
  0% {
    opacity: 0;
    transform: scale(0.4) translateY(400px);
  }
  
  
  
  50% {
    opacity: 1;
    transform: scale(1.15) translateY(10px);
  }
  
  90% {
    opacity: 0.5;
    transform: scale(1.13) translateY(5px);
  }
  
  100% {
    opacity: 0;
    transform: scale(1) translateY(5px);
  }
}


/* Logo 從左到右淡入 */
.anim-logo-in {
  animation: logoFadeIn 0.6s ease-out forwards;
}

@keyframes logoFadeIn {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.anim-flowers-in {
  animation: flowersFadeIn 1s ease-out forwards;
  animation-delay:1s;
}

@keyframes flowersFadeIn {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Logo 持續閃動（於淡入後加上此類別） */
.anim-logo-blink {
  animation: logoBlink 1.6s ease-in-out 0.2s infinite;
}

@keyframes logoBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.66;
  }
}
/* 雲：先淡入，後持續左右飄動 */
.anim-clouds-in {
  animation: cloudsFadeIn 0.6s ease-out forwards;
}

@keyframes cloudsFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.anim-clouds-float {
  animation: cloudsFloat 6s ease-in-out 0.1s infinite alternate;
}

@keyframes cloudsFloat {
  from {
    transform: translateX(-10px);
  }
  to {
    transform: translateX(10px);
  }
}

.mb20{
	margin-bottom:20px;
}

.mb10{
	margin-bottom:10px;
}

.mt0{
	margin-top:0px!important;
}

.mt20{
	margin-top:20px;
}

h2.CA{
	font-size:18px;
	line-height:26px;
	letter-spacing:1px;
	font-weight:600;
	color:#353535;
	padding-bottom:10px;
}

h3.phase{
	font-size:16px;
	line-height:22px;
	letter-spacing:1px;
	font-weight:400;
	color:#f76a00;
	padding-bottom:3px;
	
}

ul.phase_points{
	margin-left:20px;
}

ul.phase_points li{
	text-indent: -10px;
}

ul.phase_points li::before{
	content: "- ";
}

.auctionImage{
	display:block;
	min-width:100%;
}

.auctionImageMobile{
	display:none;
	min-width:100%;
}

@media (min-width: 320px) and (max-width: 820px) {
	.auctionImage{
	display:none;
	min-width:100%;
}

.auctionImageMobile{
	display:block;
	min-width:100%;
}

}


a.linkTo{
	text-decoration:underline;
	
}

a.linkTo:hover{
	text-decoration:underline;
	color:#f76a00;
}

h1 {
   text-align: center;
   color: #1f2937;
   margin-bottom: 30px;
   font-size: 28px;
        }

        /* Desktop Table Styles */
        .table-wrapper {
            overflow-x: auto;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
            background-color: white;
        }

        table {
            width: 100%;
            border-collapse: collapse;
            background-color: white;
        }

        thead {
            background-color: #3a66ad;
            color: white;
        }

        th {
            padding: 1rem;
            text-align: left;
            font-weight: 600;
            font-size: 14px;
        }

        tbody tr {
            border-bottom: 1px solid #e5e7eb;
            transition: background-color 0.2s;
			font-size: 14px;
        }

        tbody tr:nth-child(even) {
            background-color: #f9fafb;
        }

        tbody tr:hover {
            background-color: #f3f4f6;
			cursor:pointer;
        }

        td {
            padding: 1rem;
            color: #374151;
			font-size: 14px;
        }

        td:first-child {
            font-weight: 500;
            color: #374151;
        }

        td:nth-child(4) {
            font-weight: 500;
            color: #111827;
        }

        td:last-child {
            color: #6b7280;
            font-size: 14px;
        }

        /* Mobile Card Styles */
        .mobile-cards {
            display: none;
        }

        .card {
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            padding: 20px;
            margin-bottom: 16px;
            border-top: 4px solid #3a66ad;
        }

        .card-header {
            
            padding-bottom: 12px;
            
        }

        .card-header h2 {
            color: #3a66ad;
            font-size: 18px;
            font-weight: 600;
        }

        .card-content {
            display: flex;
            flex-direction: column;
            gap: 0px;
        }

        .card-row {
            display: flex;
            justify-content: space-between;
            padding: 4px 0;
        }

        .card-label {
            color: #6b7280;
            font-size: 14px;
        }

        .card-value {
            font-weight: 500;
            color: #111827;
        }

        .card-value.fee {
            font-weight: 600;
            color: #3a66ad;
        }

        .card-notes {
            margin-top: 12px;
            padding-top: 12px;
            border-top: 1px solid #e5e7eb;
        }

        .card-notes p {
            color: #6b7280;
            font-size: 14px;
        }

        .card-notes .label {
            font-weight: 500;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            

            h1 {
                font-size: 22px;
                margin-bottom: 20px;
            }

            .table-wrapper {
                display: none;
            }

            .mobile-cards {
                display: block;
            }
        }

        /* Print Styles */
        @media print {

            .mobile-cards {
                display: none;
            }

            .table-wrapper {
                display: block;
                box-shadow: none;
            }

            tbody tr:hover {
                background-color: transparent;
            }
			
        }
		
.wrapper {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 30px;
}



.table-card {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.table-scroll {
  overflow-x:hidden;
}

.prize-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
}

.prize-table thead {
  background: linear-gradient(135deg, #f99916 0%, #f98616 100%);
  color: white;
}

.prize-table th {
  padding: 1rem;
  text-align: left;
  border: 1px solid #fb923c;
  font-weight: 600;
}

.prize-table th:not(:first-child) {
  text-align: center;
  min-width: 125px;
}

.prize-table tbody tr {
  transition: all 0.3s ease;
  /*transition: background-color 0.2s;*/
}

.prize-table tbody tr:nth-child(odd) {
  background-color: #f9fafb;
}

.prize-table tbody tr:nth-child(even) {
  background-color: white;
}

.prize-table tbody tr:hover {
  cursor:pointer;
  background-color:#fffe95;
  transform: scale(1.01);
  box-shadow: 0 2px 8px rgba(249, 115, 22, 0.15);
}

.prize-table tbody tr:first-child {
  background-color: #fff2cb;
}

.prize-table tbody tr:first-child:hover {
  background-color: #ffe8a3;
}

.prize-table td {
  padding: 1rem;
  font-size: 14px;
}

.gift img{
	max-width:100px;
}

.gift2 img{
	max-width:70px;
	margin-left: 12px;
	margin-top: 5px;
}

.gift3 img{
	max-height:80px;
	margin-left: 18px;
    margin-top: 5px;
}
}

.prize-table td:not(:first-child) {
  text-align: center;
  font-weight: 600;
    color: #111827;
}

.prize-table th{
		color:#FFF;
	}
	.prize-table td{
		color:#374151;
		text-align: center;
	}
	
	.prize-table td:first-child {
    text-align: left;
}

.check-mark {
  color: #19b2cb;
  font-size: 1.2rem;
  font-weight: bold;
}

.check-mark2 {
  color: #19b2cb;
  font-size: 0.9rem;
  font-weight: 600;
}

.no-mark {
  color: #9ca3af;
}

.small-text {
  font-size: 0.875rem;
  color: #6b7280;
  display: block;
  margin-top: 0.25rem;
}

.note {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 0.875rem;
  color: #6b7280;
}

/* 響應式設計 */
@media (max-width: 768px) {
  .container {
    padding: 1rem 0.5rem;
  }

  

  .prize-table {
    font-size: 0.875rem;
  }

  .prize-table th,
  .prize-table td {
    padding: 0.75rem 0.5rem;
  }
  
  .prize-table th{
		color:#FFF;
	}
	.prize-table td{
		color:#333;
	}

  .small-text {
    font-size: 0.75rem;
  }
}

@media (max-width: 480px) {
  
.table-scroll {
    overflow-x: auto;
}
  .prize-table {
    font-size: 0.813rem;
  }

  .prize-table th,
  .prize-table td {
    padding: 0.5rem 0.25rem;
  }
    .prize-table th{
		color:#FFF;
	}
	.prize-table td{
		color:#333;
		text-align: center;
	}
	.prize-table th:first-child {
    text-align: center;
    min-width: 170px;
}
.prize-table td:first-child {
    padding: 0.5rem 0.6rem;
	text-align: left;
}

.wrapper {
   
    margin-top: 0px;
}

}

.table-section {
            margin-bottom: 3rem;
        }

    .section-title {
    font-size: 22px;
    margin-bottom: 1.5rem;
    text-align: center;
    color: #f87e19;
    font-weight: 500;
	font-family:"Chiron GoRound TC";
    background: linear-gradient(180deg, #ededed 0%, #ffffff 100%);
    max-width: 100%;
    text-align: center;
    margin: 20px auto 0;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	
            
        }

        .table-card {
            background-color: white;
            border-radius: 12px;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            overflow: hidden;
            
        }

        

        .award-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 1rem;
        }

        .award-table thead {
            background: linear-gradient(135deg, #f99916 0%, #f98616 100%);
            color: white;
        }

        .award-table th {
            padding: 1rem;
            text-align: center;
            font-size: 14px;
        }

        .award-table tbody tr {
            transition: all 0.3s ease;
        }

        .award-table tbody tr:nth-child(odd) {
            background-color: #fff2cb;
        }

        .award-table tbody tr:nth-child(even) {
            background-color: white;
        }

        .award-table tbody tr:hover {
			cursor:pointer;
            background-color: #fffe95;
            transform: scale(1.01);
            box-shadow: 0 2px 8px rgba(249, 115, 22, 0.15);
        }

        .award-table td {
            padding: 1rem;
            text-align: center;
            color: #374151;
        }

        .award-table td:first-child {
            font-weight: 600;
            color: #111827;
        }

        /* 獎品名稱欄位 */
        .award-name {
            font-weight: 600;
            color: #ea580c;
            font-size: 14px;
        }

        /* 數量欄位 */
        .quantity {
            font-weight: 600;
            font-size: 14px;
        }

        /* 獎品內容欄位 */
        .prize-content {
            color: #4b5563;
            line-height: 1.5;
        }

        .prize-value {
            display: block;
            font-size: 13px;
            color: #6b7280;
            font-style: italic;
        }

        /* 獎盃圖示 */
        .trophy-icon {
            display: inline-block;
            margin-left: 0.5rem; 
        }
		
		.trophy-icon img{
            max-width:15px;
        }

        /* 分組標題樣式 */
        .group-label {
            display: block;
            font-size: 0.875rem;
            color: #6b7280;
            margin-top: 0.25rem;
            font-weight: 500;
        }

        /* 特殊高亮行 */
        .highlight-row {
            background: linear-gradient(90deg, #fff2cb 0%, #ffe8a3 100%) !important;
        }

        .highlight-row:hover {
            background: linear-gradient(90deg, #fffe95 0%, #fbf953 100%) !important;
        }
		@media (max-width: 820px) {
.prize-table th,
  .prize-table td {
    padding: 0.5rem 0.5rem;
  }
		}
        /* 響應式設計 */
        @media (max-width: 768px) {
            .container {
                padding: 1rem 0.5rem;
            }

            .section-title {
                font-size: 1.5rem;
                margin-top: 0;
            }

            .table-section {
                margin-bottom: 2rem;
            }

            .award-table {
                font-size: 0.875rem;
            }

            .award-table th,
            .award-table td {
                padding: 0.875rem 0.5rem;
            }

            .award-table th {
                font-size: 0.95rem;
            }

            .award-name {
                font-size: 0.95rem;
            }

            .quantity {
                font-size: 1rem;
            }

            .prize-value {
                font-size: 0.75rem;
            }
        }

        @media (max-width: 480px) {
            .section-title {
                font-size: 22px;
            }

            .award-table {
                font-size: 14px;
            }

            .award-table th,
            .award-table td {
                padding: 0.75rem 0.375rem;
				font-size: 14px;
				line-height: 20px;
            }

            .award-table th {
                font-size: 14px;
            }

            .award-name {
                font-size: 14px;
            }

            .trophy-icon {
                font-size: 14px;
            }
        }
		
        .page-title {
            font-size: 2rem;
            margin-bottom: 2rem;
            text-align: center;
            color: #1f2937;
            font-weight: bold;
            background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .table-card {
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            overflow: hidden;
            
        }

        

        .schedule-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 1rem;
        }

        .schedule-table thead {
            background: linear-gradient(135deg, #f99916 0%, #f98616 100%);
            color: white;
            position: sticky;
            top: 0;
            z-index: 10;
        }

        .schedule-table th {
            padding: 1rem;
            text-align: center;
            border: 1px solid #fb923c;
            font-weight: 600;
            font-size: 14px;
        }

        .schedule-table th:first-child {
            width: 25%;
            min-width: 100px;
        }

        .schedule-table tbody tr {
            transition: all 0.3s ease;
        }

        .schedule-table tbody tr:hover {
            background-color:#FF9;
            transform: translateX(5px);
            box-shadow: -3px 0 0 0 #f97316;
        }

        .schedule-table td {
            padding: 0.8rem;
            
        }

        /* 時間欄位樣式 */
        .time-cell {
            text-align: center;
            font-weight: 700;
            font-size: 1.15rem;
            color: #ea580c;
            background-color: #fff7ed;
            font-family: 'Courier New', monospace;
        }

        /* 活動內容欄位樣式 */
        .content-cell {
            color: #6b7280;
            position: relative;
			
        }
		
		.content-cell p{
            display:block;
			margin-left:24px;
        }

        /* 時間軸圓點 */
        .content-cell::before {
            content: '';
            position: absolute;
            left: 1rem;
            top: 50%;
            transform: translateY(-50%);
            width: 10px;
            height: 10px;
            background-color: #f97316;
            border-radius: 50%;
            
        }

        /* 重點活動高亮 */
        .highlight-event {
            background-color: #fff2cb!important;
        }

        .highlight-event .content-cell {
            font-weight: 600;
            color: #d13b3b;
        }

        .highlight-event .content-cell::before {
            background-color: #ea580c;
            width: 12px;
            height: 12px;
            box-shadow: 0 0 0 3px #fde68a;
            animation: pulse 2s infinite;
        }

        /* 起跑活動特殊樣式 */
        .start-event {
            background: linear-gradient(90deg, #fffe95 0%, #ffdb65 100%);
        }

        .start-event .content-cell {
            font-weight: 600;
            color: #0d4d5e;
        }

        .start-event .content-cell::before {
            background:#088fa7;
            width: 10px;
            height: 10px;
            
        }

        /* 活動結束標記 */
        .end-event {
            background-color: #f3f4f6;
        }

        .end-event .time-cell {
            background-color: #e5e7eb;
            color: #6b7280;
        }

        .end-event .content-cell {
            color: #6b7280;
            font-style: italic;
        }

        .end-event .content-cell::before {
            background-color: #9ca3af;
            box-shadow: 0 0 0 3px #d1d5db;
        }

        /* 脈衝動畫 */
        @keyframes pulse {
            0%, 100% {
                transform: translateY(-50%) scale(1);
                opacity: 1;
            }
            50% {
                transform: translateY(-50%) scale(1.2);
                opacity: 0.8;
            }
        }

        /* 響應式設計 */
        @media (max-width: 768px) {
			.table-scroll {
            overflow-x: auto;
        }
            
			main .boxSection .container {
            max-width: 90%;
            margin: auto;
	        padding: 1rem 0.5rem;
        }

            .page-title {
                font-size: 1.5rem;
                margin-bottom: 1.5rem;
            }

            .schedule-table {
                font-size: 0.875rem;
            }

            .schedule-table th {
                padding: 1rem 0.75rem;
                font-size: 1rem;
            }

            .schedule-table td {
                padding: 0.875rem 0.5rem;
            }

            .time-cell {
                font-size: 1rem;
            }

            .content-cell {
                padding-left: 1.25rem;
            }

            .content-cell::before {
                width: 8px;
                height: 8px;
                left: 0.7rem;
            }

            .highlight-event .content-cell::before {
               width: 8px;
               height: 8px;
            }

            .start-event .content-cell::before {
                width: 8px;
                height: 8px;
            }
        }

        @media (max-width: 480px) {
			.table-scroll {
            overflow-x: auto;
        }
            .page-title {
                font-size: 1.25rem;
            }

            .schedule-table {
                font-size: 0.813rem;
            }

            .schedule-table th,
            .schedule-table td {
                padding: 0.75rem 0.5rem;
            }

            .time-cell {
                font-size: 0.938rem;
            }

            .content-cell {
                padding-left: 1rem;
            }

            .schedule-table th:first-child {
                width: 30%;
            }
        }

        /* 頁尾說明 */
        .footer-note {
            margin-top: 1.5rem;
            text-align: center;
            color: #6b7280;
            font-size: 0.875rem;
        }

        .legend {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 1rem;
            margin-top: 1rem;
        }

        .legend-item {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .legend-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
        }

        .legend-dot.start {
            background:#088fa7;
            width: 10px;
            height: 10px;
        }

        .legend-dot.highlight {
            background-color: #ea580c;
            box-shadow: 0 0 0 3px #fde68a;
        }

        .legend-dot.normal {
            background-color: #f97316;
            width: 10px;
            height: 10px;
        }
		
		:root {
            --orange-main: #ffa30f;
            --orange-light: #FFF4E6;
            --pink-main: #f8839a;
            --pink-light: #FFEFF7;
            --blue-main: #5ba8d3;
            --blue-light: #E6F3FF;
            --text-dark: #333;
            --white: #ffffff;
        }

/* Card Styles */
        .race-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 25px;
			margin-top: 30px;
        }

        .race-card {
            background: var(--white);
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 10px 20px rgba(0,0,0,0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            display: flex;
            flex-direction: column;
        }

        .race-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }

        .card-header {
            padding: 30px;
            text-align: center;
            position: relative;
        }

        .icon-wrapper {
            width: 100px;
            height: 100px;
            margin: 0 auto 15px;
            background: var(--white);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .icon-wrapper img {
            width: 80%;
            height: 80%;
            object-fit: contain;
        }

        .race-title {
            font-size: 1.4rem;
            font-weight: 600;
			font-style: italic;
        }

        .race-meta {
            font-weight: 600;
            font-size: 0.77rem;
        }

        .card-body {
            padding: 20px 25px;
            flex-grow: 1;
        }

        .race-description {
			font-weight: 500;
            color: #374151;
            font-size: 14px;
			line-height: 22px;
            letter-spacing: 1px;
            margin-bottom: 15px;
        }

        /* Group Colors */
        .card-10k .card-header { background-color: var(--orange-main); color: var(--white);
		background-image:url(../images/runner_bg.png);
		background-repeat:no-repeat;
		background-position:center;
		background-size:cover;
		 }
        .card-10k .race-meta { color: var(--orange-main); background: var(--orange-light); display: inline-block; padding: 4px 12px; border-radius: 20px; }
        
        .card-taiko .card-header { background-color: var(--pink-main); color: var(--white);
		background-image:url(../images/drum_bg.png);
		background-repeat:no-repeat;
		background-position:center;
		background-size:cover;
		 }
        .card-taiko .race-meta { color: var(--pink-main); background: var(--pink-light); display: inline-block; padding: 2px 12px; border-radius: 20px; }

        .card-pet .card-header { background-color: var(--blue-main); color: var(--white); 
		background-image:url(../images/pet_bg.png);
		background-repeat:no-repeat;
		background-position:center;
		background-size:cover;
		
		}
        .card-pet .race-meta { color: var(--blue-main); background: var(--blue-light); display: inline-block; padding: 2px 12px; border-radius: 20px; }

        /* Accordion Style for Pet Rules */
        .rules-accordion {
            margin-top: 15px;
            border-top: 1px dashed #ddd;
            padding-top: 15px;
        }

        .accordion-btn {
            width: 100%;
            background: none;
            border: 2px solid var(--blue-main);
            color: var(--blue-main);
            padding: 10px;
            border-radius: 8px;
            cursor: pointer;
			font-size:14px;
			letter-spacing:1px;
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s;
			margin-bottom: 15px;
        }

        .accordion-btn:hover {
            background: var(--blue-main);
            color: var(--white);
        }

        .accordion-btn::after {
            content: "▼";
            margin-left: 8px;
            font-size: 0.8rem;
            transition: transform 0.3s;
        }

        .accordion-btn.active::after {
            transform: rotate(180deg);
        }

        .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out;
            font-size: 0.9rem;
            background: #fdfdfd;
			
        }

        .accordion-content.show {
            max-height: 1000px;
            
        }

        .rule-list {
            list-style: none;
        }

        .rule-list li {
            margin-bottom: 10px;
            padding-left: 20px;
            position: relative;
        }

        .rule-list li::before {
            content: "•";
            color: var(--blue-main);
            font-weight: bold;
            position: absolute;
            left: 0;
        }
		
		.fontWeight{
			font-weight:600;
		}
		
		.accordion-btn2 {
            width: 100%;
			background: var(--blue-main);
            color: var(--white);
            padding: 14px;
            border-radius: 8px;
            cursor: pointer;
			font-size:14px;
			letter-spacing:1px;
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s;
			margin-bottom: 15px;
			box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    
        }

        .accordion-btn2:hover {
            background-color:#fffe95;
            color: var(--blue-main);
        }
		
		.accordion-btn2::after {
            content: "▶";
            margin-left: 8px;
            font-size: 0.8rem;
            transition: transform 0.3s;
        }



        /* RWD Adjustments */
        @media (max-width: 600px) {
            .race-grid { grid-template-columns: 1fr; }
            .card-header { padding: 0px 10px 10px 10px; }
            .icon-wrapper { 
			width: 80px; 
			height: 80px;
			margin-top: 20px; }
        }