@charset "UTF-8";
#hero .kv .date {
  width: 30%;
  max-width: 300px;
  left: 445px; }

#race-table .list table tbody tr td:nth-child(2), #race-table .list table tbody tr td:nth-child(3), #race-table .list table tbody tr td:nth-child(4), #race-table .list table tbody tr td:nth-child(5), #race-table .list table tbody tr td:nth-child(6) {
  width: calc(85% / 6); }

#race-table .list table tbody tr td.label {
  width: 15%; }

#race-table .race-table-tabs, #about-group-table .race-table-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  margin-bottom: 0; }
  @media (max-width: 599px) {
    #race-table .race-table-tabs, #about-group-table .race-table-tabs {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

#race-table .race-tab, #about-group-table .race-tab {
  padding: 20px 20px;
  background: #ffffff;
  border: none;
  border-bottom: none;
  cursor: pointer;
  width: calc(100%/2);
  font-size: 18px;
  font-weight: bold;
  color: #555;
  -webkit-transition: background 0.2s, color 0.2s;
  -o-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  outline: none; }
  #race-table .race-tab span, #about-group-table .race-tab span {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    color: #20a1d2; }
  #race-table .race-tab.active, #about-group-table .race-tab.active {
    background: -webkit-linear-gradient(177deg, #3C3B9D 12.72%, #009BD9 54.96%, #80CCFF 93.32%);
    background: -o-linear-gradient(177deg, #3C3B9D 12.72%, #009BD9 54.96%, #80CCFF 93.32%);
    background: linear-gradient(273deg, #3C3B9D 12.72%, #009BD9 54.96%, #80CCFF 93.32%);
    color: #fff; }
    #race-table .race-tab.active span, #about-group-table .race-tab.active span {
      color: #b8ebff; }
  #race-table .race-tab:hover:not(.active), #about-group-table .race-tab:hover:not(.active) {
    background: #eefaff;
    color: #555; }
  @media (max-width: 599px) {
    #race-table .race-tab, #about-group-table .race-tab {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      font-size: 12px;
      padding: 14px 8px; }
      #race-table .race-tab span, #about-group-table .race-tab span {
        font-size: 10px; } }

#race-table .race-tab-panel, #about-group-table .race-tab-panel {
  display: none; }
  #race-table .race-tab-panel.active, #about-group-table .race-tab-panel.active {
    display: block; }

#index-sponsor .container div {
  width: 95%; }

#index-sponsor h2 {
  margin: 15px auto; }

#index-sponsor div .spcial-logo-01 {
  width: 260px;
  height: auto; }

#index-sponsor div .spcial-logo-03 {
  max-width: 300px; }

#index-sponsor div .biglogo {
  max-width: 300px; }

#index-intro .container .image img {
  max-width: 540px;
  right: 110px;
  bottom: -30px; }

#news-content .container {
  margin-bottom: 5vw; }
  #news-content .container .pic-1000 {
    max-width: 800px; }

#race-table .list table tbody tr td:nth-child(2),
#race-table .list table tbody tr td:nth-child(3),
#race-table .list table tbody tr td:nth-child(4),
#race-table .list table tbody tr td:nth-child(5) {
  width: 10%;
  text-align: center; }

#race-table .list table tbody tr td:nth-child(6)
#race-table .list table tbody tr td:nth-child(7)
#race-table .list table tbody tr td:nth-child(8) {
  width: 16%;
  text-align: center; }

#race-table .list table tbody tr td {
  width: 14%; }

#race-table .list table tbody tr td:nth-child(1) {
  width: 10%; }

.about-group-table-3 .list table tbody tr td:nth-child(1) {
  width: 15%;
  text-align: center; }

#bus-table .list table tbody tr td:nth-child(2),
#bus-table .list table tbody tr td:nth-child(3),
#bus-table .list table tbody tr td:nth-child(4) {
  width: 14%;
  text-align: center; }

#medal .container .info-award ol li h3 {
  font-size: 21px;
  font-weight: 500 !important; }

.about-group-table-3 {
  padding: 0 0 0 0; }

/*比賽詳細清單*/
#bus-table h3, #bus-table p, #bus-table .list h4 {
  text-align: left; }

#bus-table .list {
  margin-top: 30px; }
  #bus-table .list h2 {
    margin-bottom: 5px;
    color: #000;
    text-align: center; }
  #bus-table .list h3 {
    margin-top: 40px; }
  #bus-table .list hr {
    margin-top: 40px; }
  #bus-table .list h4 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #000; }
  #bus-table .list ol {
    padding-bottom: 0; }
    #bus-table .list ol li {
      margin-bottom: 10px; }
  #bus-table .list .ol-list {
    text-align: left;
    width: 100%;
    margin: 0 auto; }
    #bus-table .list .ol-list li {
      margin-bottom: 10px;
      font-size: 16px; }
  #bus-table .list table {
    width: 100%; }
  #bus-table .list table thead tr {
    background: #70cff4;
    background: -moz-linear-gradient(left, #70cff4 0%, #20a0d2 100%);
    background: -webkit-linear-gradient(left, #70cff4 0%, #20a0d2 100%);
    background: -webkit-gradient(linear, left top, right top, from(#70cff4), to(#20a0d2));
    background: -o-linear-gradient(left, #70cff4 0%, #20a0d2 100%);
    background: linear-gradient(to right, #70cff4 0%, #20a0d2 100%);
    text-align: center;
    color: #ffffff;
    border: .5px solid #70cff4; }
  #bus-table .list table tbody tr:nth-child(odd) {
    background-color: #333333; }
  #bus-table .list table tbody tr:nth-child(even) {
    background-color: #111111; }
  #bus-table .list table tbody tr td {
    vertical-align: middle;
    border: none;
    font-weight: normal;
    border: .5px solid #70cff4;
    white-space: pre-line; }
  #bus-table .list table tbody tr td:nth-child(1) {
    width: 25%;
    text-align: center; }
  #bus-table .list table tbody tr td:nth-child(2) {
    width: 25%;
    text-align: center; }
  #bus-table .list table tbody tr td:nth-child(3) {
    width: 25%;
    text-align: center; }
  #bus-table .list table tbody tr td:nth-child(4) {
    width: 25%;
    text-align: center; }
  #bus-table .list table tbody tr td.label {
    width: 15%; }
  #bus-table .list table tbody tr td img {
    width: 35px; }
  #bus-table .list td {
    font-size: 1rem;
    line-height: 1.6em;
    padding: 15px 10px;
    border: none;
    color: #fff; }

#bus-table .wrapper {
  width: 1170px;
  margin: 0 auto;
  padding: 0 0 3vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff; }
  #bus-table .wrapper div {
    width: 100%;
    margin: 0 auto;
    text-align: center; }
  #bus-table .wrapper a {
    margin-top: 30px; }

#about-group-table-wm h3, #about-group-table-wm .list h4 {
  text-align: left; }

#info-activity {
  min-height: 700px;
  max-height: 800px; }

/* Award Group Tag */
.group-tag {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 3px;
  margin-bottom: 6px;
  font-weight: bold;
  color: #fff;
  background: #20a0d2; }
  .group-tag.group-tag--training {
    background: #005eb5; }
  .group-tag.group-tag--overseas {
    background: #3C3B9D; }

#faq-content h3.black {
  color: #000000;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px; }

#gift .list .group-title {
  font-size: 24px;
  color: #777777; }

#gift .list .completed .award img, #gift-02 .list .completed .award img {
  margin: 30px 30px 0 30px; }

.about-group-table, .about-group-table-2 {
  max-width: 1170px;
  margin: 0 auto; }

.about-group-table {
  padding: 3vw 0 0 0; }

.about-group-table-2 {
  padding: 0 0 3vw 0; }

#about-group-table-raceaward h3 {
  margin-top: 30px; }

.about-group-table-2 .list table tbody tr td {
  width: auto; }
  .about-group-table-2 .list table tbody tr td h2 {
    margin-top: 30px; }

#gift .list .completed .award div, #gift-02 .list .completed .award div {
  height: auto; }

#runclass img, #coach img {
  margin-bottom: 30px;
  width: 100%; }

#runclass .container, #coach .container {
  padding: 100px 0 100px 0; }

#online .container {
  padding: 100px 0 100px 0; }

#online hr {
  margin-top: 60px !important; }

#online img {
  margin-bottom: 30px;
  width: 100%; }

#online h4 {
  font-weight: 400;
  font-size: 24px;
  color: #000000; }

#online .link {
  margin: 30px auto 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #online .link a {
    max-width: 180px;
    margin: 0 10px;
    width: 30%; }

#online .title {
  margin-top: 60px; }

#online .app {
  margin: 10px auto 0px auto; }
  #online .app img {
    margin: 0 auto 10px auto;
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #online .app svg {
    fill: #ffffff;
    margin-right: 10px; }
  #online .app h3 {
    color: #20a0d2;
    text-align: center;
    line-height: 1.4 !important;
    margin: 0 0 10px 0 !important;
    font-size: 40px;
    text-align: center; }
    #online .app h3 span {
      color: #222222; }
  #online .app h4 {
    color: #000000;
    text-align: center;
    font-size: 24px; }
  #online .app .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #online .app a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 250px;
    margin: 10px 15px;
    font-size: 14px !important; }

@media (max-width: 1680px) {
  #logo-hero h2 {
    font-size: 36px; }
  #info-activity {
    min-height: 600px;
    max-height: 800px; } }

@media (max-width: 1440px) {
  #index-intro .container {
    padding: 1vw 0 8vw 0; }
  #index-intro .container .image img {
    max-width: 450px;
    right: 110px;
    bottom: 0px; }
  #info-activity {
    min-height: 500px;
    max-height: 560px; }
  #info-activity .text p {
    font-size: 14px; }
  #info-activity .text h3 {
    font-size: 28px; }
  #online .app img {
    width: 160px; }
  #gift .list .completed .award img, #gift-02 .list .completed .award img {
    max-width: 200px; } }

@media (max-width: 1280px) {
  #index-intro .container .image img {
    max-width: 400px;
    right: 130px;
    bottom: -10px; }
  #info-activity {
    min-height: 450px;
    max-height: 500px; }
  #series .container .group li img {
    max-width: 160px; } }

@media (max-width: 1024px) {
  #index-intro .container .image img {
    max-width: 400px;
    right: 50px;
    bottom: -10px; }
  #index-award .buttons {
    width: 80%; }
  #race-table .wrapper, #bus-table .wrapper, #about-group-table-wm .wrapper {
    width: 80%; }
  #info-activity {
    min-height: 400px;
    max-height: 600px; }
    #info-activity .text h3 {
      font-size: 21px; }
    #info-activity .text p {
      font-size: 12px; }
  #series .container .group ol {
    padding: 0 10px; }
  .about-group-table, .about-group-table-2 {
    max-width: 890px;
    margin: 0 auto; }
  #race-table .wrapper {
    width: 80%; }
  #about-group-table-wm .wrapper {
    width: 80%; }
  #gift .list .completed .award img, #gift-02 .list .completed .award img {
    margin: 30px 0 0 0;
    max-width: 180px; }
  p[data-id="service"], .end {
    padding: 30px 20px; } }

@media (max-width: 820px) {
  .about-group-table, .about-group-table-2 {
    max-width: 700px;
    margin: 0 auto; }
  #gift .list .completed .award h5, #gift-02 .list .completed .award h5 {
    font-size: 18px;
    width: 80%; }
  #gift .list .completed .award div, #gift-02 .list .completed .award div {
    height: 70px; }
  #online .app {
    margin: 30px auto 0 auto; }
  #online .app {
    width: 80%;
    margin: 0 auto; }
    #online .app h4 {
      line-height: 1.2 !important;
      font-size: 24px; }
    #online .app h3 {
      margin: 0 0 10px 0 !important;
      font-size: 32px; }
    #online .app a {
      width: 50%; } }

@media (max-width: 599px) {
  #logo-hero .city {
    max-width: 70px;
    position: relative;
    margin: 80px 10px 0 10px;
    left: 0; }
  #index-intro .container .image img {
    max-width: 260px;
    right: 0;
    left: 150px;
    bottom: -10px; }
  #index-award h2 {
    margin: 30px auto 30px auto; }
  .slider {
    margin: 18vw auto 2vw auto; }
  .slider img {
    margin: 10px 10px;
    height: 40px; }
  #logo-hero .slider img {
    margin: 0 10px;
    height: 30px; }
  #watchface-content a.guide {
    font-size: 14px; }
  #bus-table .wrapper, #about-group-table-wm .wrapper {
    width: 90%; }
  #bus-table .list td, #about-group-table-wm .list td {
    font-size: 14px; }
  #bus-table .list h4, #about-group-table-wm .list h4 {
    line-height: 1.4 !important;
    font-size: 18px;
    text-align: left; }
  #bus-table .list .ol-list, #about-group-table-wm .list .ol-list {
    text-align: left;
    width: 100%;
    margin: 0 auto;
    padding-left: 5px; }
    #bus-table .list .ol-list li, #about-group-table-wm .list .ol-list li {
      font-size: 14px; }
  #bus-table .wrapper, #about-group-table-wm .wrapper {
    width: 90%; }
  #race-table .wrapper {
    width: 90%; }
  #race-table .wrapper-2 {
    width: 100%; }
  #race-table .wrapper-2 a {
    margin-top: 30px;
    margin-bottom: 30px; }
  #info-activity {
    min-height: 400px;
    max-height: 900px; }
  #info-main-content h2 {
    font-size: 24px;
    padding: 0 20px; }
  #gift .list .completed .award img, #gift-02 .list .completed .award img {
    margin: 0;
    max-width: 180px; }
  .about-group-table, .about-group-table-2 {
    max-width: 320px;
    margin: 0 auto; }
  #route-content .container {
    padding: 40px 0;
    width: 80% !important; }
  #asia-series-info .container {
    min-height: 250px; }
  #index-sponsor div .biglogo, #index-sponsor div .spcial-logo-03 {
    max-width: 260px;
    width: 70%; }
  #gift .list .small {
    padding: 0 15px; }
  #faq-content .about-group-table {
    overflow-x: auto; }
    #faq-content .about-group-table .wrapper {
      width: 110%; }
  #race-table .list td {
    min-width: 105px; }
  #gift .list .completed .award h5, #gift-02 .list .completed .award h5 {
    width: 100%;
    font-size: 18px; }
  #gift .list .completed .award div, #gift-02 .list .completed .award div {
    height: auto; }
  #gift .list .completed .award img, #gift-02 .list .completed .award img {
    margin-top: 15px; }
  #gift .list .small {
    padding: 0 15px;
    font-size: 12px;
    width: 90%;
    font-size: 12px !important; }
  #coach h2, #runclass h2, #online h2 {
    font-size: 28px; }
  #runclass .container p {
    text-align: left; }
  #online .container {
    padding: 60px 0 60px 0; }
    #online .container p {
      text-align: left; }
    #online .container h4 {
      line-height: 1.4 !important;
      text-align: left;
      font-size: 18px; }
  #online .link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #online .link a {
      width: 100%;
      font-size: 16px !important;
      margin: 10px auto; }
  #online .title {
    margin-top: 30px; }
  #online hr {
    margin-top: 30px !important; }
  #online .app {
    width: 100%;
    margin: 0 auto; }
    #online .app h3 {
      font-size: 24px; }
    #online .app h4 {
      font-size: 16px; }
    #online .app img {
      margin: 0 auto; }
    #online .app .link {
      width: 90%;
      font-size: 14px !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 10px auto 0px auto; }
      #online .app .link a {
        width: 100%;
        font-size: 16px !important; }
  #coach img {
    margin-bottom: 0; }
  #coach .container, #runclass .container, #online .container {
    padding: 60px 0 60px 0; }
  #rule-content {
    padding: 60px 0; } }

@media (max-width: 430px) {
  #index-award .photo .cloth img {
    min-width: 380px; } }

@media (max-width: 360px) {
  #series .container .group li img {
    max-width: 140px; }
  #series .container .group li h3 {
    font-size: 18px; }
  #series .container .group li p {
    font-size: 12px; }
  #medal .container .info-award ol li img {
    width: 160px; }
  #index-award .photo .cloth img {
    min-width: 340px; }
  #online h2 {
    font-size: 28px; }
  #online .app h3 {
    font-size: 24px; }
  #online .app .link a, #online .link a {
    width: 100%;
    font-size: 14px !important; } }

@media (max-width: 320px) {
  #index-award .photo .cloth img {
    min-width: 300px; }
  #index-award .buttons a {
    width: 120px;
    height: 140px;
    font-size: 14px; }
  #race-table .wrapper, #bus-table .wrapper, #about-group-table-wm .wrapper {
    width: 90%; }
  #info-activity .bg {
    height: 80vw; }
  #series .container .group li img {
    max-width: 110px; }
  #series .container .group li h3 {
    font-size: 16px; }
  #series .container .group li p {
    font-size: 11px; }
  .about-group-table, .about-group-table-2 {
    max-width: 280px;
    margin: 0 auto; }
  #nav .nav-type h3, #nav .nav-type h4 {
    font-size: 12px !important; }
  #online h2 {
    font-size: 28px; }
  #online .app h3 {
    font-size: 24px; } }
