@charset "UTF-8";
/* font 請依照專案需求進行調整 */
/* radius */
/* image path */
/* ------- media query ------- */
/* ------- mixins ------- */
/* size */
/* pseudo */
/* 置中 */
/* 動畫效果 */
/* text */
* {
  outline: none;
  -webkit-overflow-scrolling: touch;
}

html,
body {
  font-family: "LINESeedTW", "微軟正黑體", "Microsoft JhengHei";
  font-display: swap;
  color: #0b0a09;
  font-weight: 400;
  font-size: 1rem;
  overflow-x: hidden;
}

.main {
  padding-top: 64px;
}
.pagination-wrap {
  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;
  margin: 0 auto;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.pagination-wrap .pagination-navs {
  width: 24px;
  height: 24px;
}
.pagination-wrap .pagination-navs:hover {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}
.pagination-wrap .pagination-navs:last-child:hover {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.pagination-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.pagination-wrap .pagination-item {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 8px;
  font-size: 14px;
  color: #0b0a09;
  background-color: #eeeeee;
}
.pagination-wrap .pagination-item.skip {
  cursor: not-allowed;
}
.pagination-wrap .pagination-item.active, .pagination-wrap .pagination-item:hover {
  background-color: #751385;
  color: white;
}
.pagination-wrap .pagination-item:hover {
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}

.animate__delay-0-5s {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@media (max-width: 575.98px) {
  .container {
    padding: 0 20px;
  }
}

.md-show {
  display: none;
}
@media (max-width: 767.98px) {
  .md-show {
    display: block;
  }
}

.lg-show {
  display: none;
}
@media (max-width: 991.98px) {
  .lg-show {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .lg-show.sm-hide {
    display: none;
  }
}

.lg-hide {
  display: block;
}
@media (max-width: 991.98px) {
  .lg-hide {
    display: none;
  }
}

.sm-show {
  display: none;
}
@media (max-width: 575.98px) {
  .sm-show {
    display: block;
  }
}

.is-single-line {
  height: 36px;
}
@media (max-width: 575.98px) {
  .is-single-line {
    height: 24px;
  }
}

.is-double-line {
  height: 86px;
}
@media (max-width: 575.98px) {
  .is-double-line {
    height: 50px;
  }
}

h1,
.h1 {
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  h1,
  .h1 {
    font-size: 0.875rem;
    font-weight: 500;
  }
}

h2,
.h2 {
  font-size: 4.375rem;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  h2,
  .h2 {
    font-size: 3.375rem;
    font-weight: 700;
  }
}

h3,
.h3 {
  font-size: 2.5rem;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  h3,
  .h3 {
    font-size: 2rem;
    font-weight: 700;
  }
}
@media (max-width: 767.98px) {
  h3,
  .h3 {
    font-size: 1.75rem;
    font-weight: 700;
  }
}

h4,
.h4 {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  h4,
  .h4 {
    font-size: 1.75rem;
    font-weight: 700;
  }
}

h5,
.h5 {
  font-size: 1.125rem;
  font-weight: 700;
}

h6,
.h6 {
  font-size: 1rem;
  font-weight: 700;
}

.deco-txt {
  font-family: "Expletus Sans", "LINESeedTW", "微軟正黑體", "Microsoft JhengHei";
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
  color: #c6c6c6;
  opacity: 0.2;
}
.deco-txt.banner {
  font-size: 6.25rem;
}
@media (max-width: 991.98px) {
  .deco-txt {
    font-size: 3.75rem;
  }
}
@media (max-width: 767.98px) {
  .deco-txt {
    font-size: 3rem;
  }
}

.strong-txt {
  font-weight: 700;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: inherit;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.icon {
  display: inline-block;
}

button {
  color: inherit;
  border: none;
  outline: none;
}
button:hover {
  color: inherit;
}

button:focus,
.btn.focus,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* bootstrap: btn -------------------- */
.btn {
  padding: 14px 16px;
  border: 1px solid transparent;
  border-radius: 8px;
  position: relative;
  background-color: #ff3b30;
  line-height: 1.13;
}
.btn:focus, .btn.focus, .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled):active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:disabled, .btn.disabled {
  cursor: not-allowed;
  opacity: 1;
}
.btn-primary {
  padding: 20px 40px;
  background-color: #ff3b30;
  border-color: #ff3b30;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: #ff3b30;
  border-color: #ff3b30;
}
.btn-primary:focus, .btn-primary.focus {
  background-color: #ff3b30;
  border-color: #ff3b30;
}
.btn-primary:hover {
  background-color: #e2271d;
  border-color: #e2271d;
}
.btn-primary:disabled, .btn-primary.disabled {
  background-color: #8d8d8d;
  border-color: #8d8d8d;
  color: #cbcbcb;
}
.btn-primary:disabled:hover, .btn-primary.disabled:hover {
  background-color: #8d8d8d;
  border-color: #8d8d8d;
  color: #cbcbcb;
}
.btn-secondary-ic {
  padding: 16px 20px 16px 16px;
  background-color: #ffffff;
  border-color: #751385;
  color: #751385;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
  margin: 0;
}
.btn-secondary-ic:not(:disabled):not(.disabled):active, .btn-secondary-ic:not(:disabled):not(.disabled):active:focus {
  border-color: white;
  color: white;
}
.btn-secondary-ic:focus, .btn-secondary-ic.focus {
  background-color: #751385;
  border-color: #751385;
  color: #751385;
}
.btn-secondary-ic:hover {
  background-color: #751385;
  border-color: white;
  color: white;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(35, 10, 40, 0.28);
          box-shadow: 0px 6px 20px 0px rgba(35, 10, 40, 0.28);
}
.btn-secondary-ic:disabled, .btn-secondary-ic.disabled {
  background-color: #cbcbcb;
  border-color: #eeeeee;
  color: #eeeeee;
}
.btn-secondary-ic:disabled:hover, .btn-secondary-ic.disabled:hover {
  background-color: #cbcbcb;
  border-color: #eeeeee;
  color: #eeeeee;
}
@media (max-width: 767.98px) {
  .btn-secondary-ic {
    padding: 8px 16px 8px 12px;
  }
}
.btn-banner {
  width: 100%;
  background-color: #ff3b30;
  padding: 20px 36px 20px 40px;
  border-radius: 8px;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  letter-spacing: 2px;
  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;
  gap: 4px;
  margin-top: 12px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn-banner img {
  -webkit-animation: moving 0.5s cubic-bezier(0.45, 0.55, 0.25, 1) infinite alternate;
          animation: moving 0.5s cubic-bezier(0.45, 0.55, 0.25, 1) infinite alternate;
}
@-webkit-keyframes moving {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}
@keyframes moving {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}
.btn-banner:hover {
  background-color: #e2271d;
  color: white;
  border-color: transparent;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 991.98px) {
  .btn-banner {
    padding: 16px 24px 16px 32px;
    font-size: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .btn-banner {
    font-size: 1.25rem;
    padding: 12px 24px 12px 32px;
  }
}
.btn-text {
  padding: 0;
  background-color: transparent;
  color: #0b0a09;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-text img {
  width: 20px;
  height: 20px;
}
.btn-text:focus {
  border: none;
}
.btn-text:hover {
  font-weight: 700;
}

/* bootstrap: dropdown -------------------- */
.btn-dropdown {
  display: inline-block;
  /* -- header > btn-dropdown-nav */
}
.btn-dropdown-wrapper {
  margin: 10px;
  display: inline-block;
}
.btn-dropdown .select-placeholder {
  color: #c6c6c6;
}
.btn-dropdown .dropdown-menu {
  width: 100%;
  margin-top: 0;
  border: 1px solid #c6c6c6;
  border-radius: 10px;
  padding: 8px 0;
  max-height: 216px;
  overflow-y: auto;
}
.btn-dropdown .dropdown-item {
  white-space: normal;
  padding: 5px 12px;
  color: #0b0a09;
}
.btn-dropdown .dropdown-item:hover {
  background-color: #dedede;
  color: #0b0a09;
}
.btn-dropdown .dropdown-item.active {
  background-color: #fff;
  font-weight: 700;
}
.btn-dropdown .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: normal;
  border-color: #c6c6c6;
  background-color: #fff;
  padding: 5px 12px;
  border-radius: 10px;
  margin: 0;
}
.btn-dropdown .dropdown-toggle::after {
  border: none;
}
.btn-dropdown.show .dropdown-toggle::after {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
.btn-dropdown-nav .dropdown-toggle {
  font-weight: 700;
  border-radius: 20px;
}
.btn-dropdown-nav .triangle {
  top: calc(100% + 10px);
  overflow: visible;
}
.btn-dropdown-nav .triangle::before {
  content: "";
  width: 6px;
  height: 10px;
  position: absolute;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  border-bottom: solid 10px #fff;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
  z-index: 1;
}
.btn-dropdown-nav .triangle::after {
  content: "";
  width: 6px;
  height: 10px;
  position: absolute;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
}
.btn-dropdown-nav .triangle.center::before {
  left: 50%;
  top: -8px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.btn-dropdown-nav .triangle.center::after {
  left: 50%;
  top: -12px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.btn-dropdown-nav .menu-inner {
  max-height: 200px;
  overflow-y: auto;
}
.btn-dropdown .dropdown-toggle:disabled, .btn-dropdown .dropdown-toggle.disabled {
  background-color: #c6c6c6;
  color: #0b0a09;
}
.btn-dropdown .dropdown-toggle:disabled .select-placeholder, .btn-dropdown .dropdown-toggle.disabled .select-placeholder {
  color: #0b0a09;
}
.btn-dropdown .dropdown-toggle:disabled::after, .btn-dropdown .dropdown-toggle.disabled::after {
  border: none;
}
.btn-dropdown.btn-dropdown-nav .dropdown-toggle:disabled, .btn-dropdown.btn-dropdown-nav .dropdown-toggle.disabled {
  color: #fff;
  border-color: #c6c6c6;
}
.btn-dropdown.btn-dropdown-nav .dropdown-toggle:disabled::after, .btn-dropdown.btn-dropdown-nav .dropdown-toggle.disabled::after {
  border: none;
}

.input-group .btn.btn-icon {
  position: absolute;
  right: 8px;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  min-width: unset;
  width: 32px;
  height: 32px;
  margin: 0;
  margin-left: 0 !important;
  padding: 2px 8px 4px 8px;
  background-color: #00b8bb;
  border: none;
  border-radius: 4px !important;
}
.input-group .btn.icon-only {
  background-color: transparent;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 112px 20px 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: background-color 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.main-header.is-scrolled, .main-header.is-active {
  background: #0b0a09;
  padding-bottom: 4px;
}
@media (max-width: 991.98px) {
  .main-header {
    padding: 16px 20px;
  }
  .main-header.is-scrolled, .main-header.is-active {
    background: #0b0a09;
    padding-bottom: 16px;
  }
}
@media (max-width: 767.98px) {
  .main-header {
    padding: 12px 20px;
  }
  .main-header.is-scrolled, .main-header.is-active {
    background: #0b0a09;
    padding-bottom: 12px;
  }
}
@media (max-width: 575.98px) {
  .main-header {
    padding: 8px 20px;
  }
  .main-header.is-scrolled, .main-header.is-active {
    background: #0b0a09;
    padding-bottom: 8px;
  }
}

.logo-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo-wrap .logo-desk {
  display: inline-block;
  width: auto;
  height: 27px;
  padding-right: 20px;
}
.logo-wrap .logo-mobile {
  display: none;
  width: auto;
  height: 32px;
  padding-right: 20px;
}
@media (max-width: 991.98px) {
  .logo-wrap .logo-desk {
    display: none;
  }
  .logo-wrap .logo-mobile {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .logo-wrap img {
    max-width: 130px;
  }
}

.menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-wrap .menu-item {
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-wrap .menu-item.float-right {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 8px;
}
.menu-wrap .menu-item.float-right a {
  background-color: white;
  color: #0b0a09;
}
.menu-wrap .menu-item.float-right:hover a {
  background-color: #ff3b30;
  color: white;
}
.menu-wrap .menu-item.float-right:hover a::before, .menu-wrap .menu-item.float-right:hover a::after {
  display: none;
}
.menu-wrap a {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  padding: 16px 20px;
  color: white;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-wrap a:hover, .menu-wrap a.active {
  color: #ff3b30;
  font-weight: 700;
}
.menu-wrap a:hover::before, .menu-wrap a.active::before {
  content: "/";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ff3b30;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-wrap a:hover::after, .menu-wrap a.active::after {
  content: "/";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ff3b30;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991.98px) {
  .menu-wrap {
    position: absolute;
    z-index: 0;
    top: 64px;
    left: 0;
    display: block;
    width: 100%;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #0b0a09;
    padding-bottom: 20px;
  }
  .menu-wrap .menu-item.float-right {
    position: initial;
    padding-top: 12px;
  }
  .menu-wrap .menu-item.float-right a {
    border-radius: 8px;
  }
  .menu-wrap a.active::before {
    left: 8px;
  }
  .menu-wrap a.active::after {
    right: 8px;
  }
  .menu-wrap.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 767.98px) {
  .menu-wrap {
    top: 56px;
  }
}
@media (max-width: 575.98px) {
  .menu-wrap {
    top: 48px;
  }
}

.burger-bar {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  max-width: 20px;
  width: 100%;
  height: 20px;
  padding: 0 4px;
}
.burger-bar .burger-box {
  width: 100%;
}
.burger-bar .bot,
.burger-bar .mid,
.burger-bar .top {
  width: 100%;
  height: 2px;
  border-radius: 20px;
  background-color: white;
  position: absolute;
  -webkit-transition: left 0.5s, width 0.5s, opacity 0.5s, -webkit-transform 0.7s;
  transition: left 0.5s, width 0.5s, opacity 0.5s, -webkit-transform 0.7s;
  transition: transform 0.7s, left 0.5s, width 0.5s, opacity 0.5s;
  transition: transform 0.7s, left 0.5s, width 0.5s, opacity 0.5s, -webkit-transform 0.7s;
}
.burger-bar .top {
  top: 4px;
  left: 0;
}
.burger-bar .mid {
  top: 10px;
  left: 0;
}
.burger-bar .bot {
  top: 16px;
  left: 0;
}
.burger-bar.active .bot,
.burger-bar.active .mid,
.burger-bar.active .top {
  top: 8px;
}
.burger-bar.active .top {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  left: 1px;
}
.burger-bar.active .mid {
  left: 0;
  width: 1px;
  opacity: 0;
}
.burger-bar.active .bot {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  left: 1px;
}
@media (max-width: 991.98px) {
  .burger-bar {
    display: block;
  }
}

.footer {
  position: relative;
  background-color: #0b0a09;
  width: 100%;
  padding: 32px 0;
  z-index: 100;
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-bottom: 1px solid #8d8d8d;
  padding-bottom: 20px;
}
.footer-top .logo-desk {
  height: 40px;
}
.footer-top .logo-mobile {
  display: none;
  height: 40px;
}
.footer-top .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  color: white;
}
.footer-top .footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.footer-top .footer-link .link-line {
  width: 2px;
  height: 20px;
  background-color: #ff3b30;
}
.footer-top .footer-link .link-item {
  white-space: nowrap;
}
.footer-top .footer-link .link-item:hover {
  color: #ff3b30;
}
.footer-top .footer-tel a:hover {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
  .footer-top .footer-content {
    row-gap: 8px;
  }
  .footer-top .logo-desk {
    display: none;
  }
  .footer-top .logo-mobile {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .footer-top .logo-mobile {
    height: 30px;
  }
  .footer-top .footer-link {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  .footer-top .link-item {
    font-size: 0.875rem;
  }
  .footer-top .footer-tel {
    font-size: 0.875rem;
  }
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  color: white;
  padding-top: 20px;
}
.footer-bottom .footer-copyright {
  font-size: 0.875rem;
  color: #eeeeee;
}
.footer-bottom .footer-suggestion {
  font-size: 0.75rem;
  color: #8d8d8d;
}
@media (max-width: 767.98px) {
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4px;
  }
}
@media (max-width: 575.98px) {
  .footer-bottom .footer-copyright {
    font-size: 0.75rem;
  }
}

.banner-wrap {
  max-width: 100%;
  width: 100%;
  height: 750px;
  position: relative;
  background-color: #0b0a09;
  background: url("../images/img-banner-bg.png") center no-repeat;
  background-size: cover;
  padding-top: 40px;
}
@media (max-width: 991.98px) {
  .banner-wrap {
    background-position: 35% bottom;
  }
}
@media (max-width: 767.98px) {
  .banner-wrap {
    height: 950px;
    background: url("../images/img-banner-bg-m.png") top 20% center no-repeat;
  }
}
@media (max-width: 575.98px) {
  .banner-wrap {
    background-size: cover;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 740px;
    padding: 0 0 120px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.banner-words {
  position: absolute;
  left: calc(50% + 100px);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (max-width: 1199.98px) {
  .banner-words {
    left: calc(50% + 50px);
  }
}
@media (max-width: 991.98px) {
  .banner-words {
    left: 50%;
  }
}
@media (max-width: 767.98px) {
  .banner-words {
    top: 45%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 767.98px) {
  .banner-words {
    top: 40%;
  }
}

.banner-title {
  max-width: 470px;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.banner-title img {
  width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  .banner-title {
    max-width: 300px;
  }
}
@media (max-width: 767.98px) {
  .banner-title {
    max-width: 400px;
  }
}
@media (max-width: 575.98px) {
  .banner-title {
    width: 300px;
  }
}

.banner-decotext {
  max-width: 188px;
}
.banner-decotext img {
  width: 100%;
  height: auto;
}

.banner-text {
  color: white;
  font-size: 1.125rem;
  font-weight: 800;
  margin: 0;
  white-space: nowrap;
}
.banner-text span {
  color: #ff3b30;
}
@media (max-width: 575.98px) {
  .banner-text {
    font-size: 0.875rem;
  }
}

.banner-desc {
  color: #c6c6c6;
  font-size: 0.75rem;
  margin: 0;
}

.sec-title {
  position: relative;
  text-align: center;
  z-index: 2;
}
.sec-title .sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.sec-title .decoline {
  width: 24px;
  height: 3px;
  background-color: #ff3b30;
  border-radius: 3px;
}
.sec-title span {
  font-size: 1.25rem;
  font-weight: 700;
  color: #515151;
  letter-spacing: 2px;
}
.sec-title h1 {
  font-size: 2.5rem;
  font-weight: 800;
}
@media (max-width: 991.98px) {
  .sec-title span {
    font-size: 1.125rem;
  }
  .sec-title h1 {
    font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  .sec-title span {
    font-size: 1.125rem;
  }
  .sec-title h1 {
    font-size: 1.75rem;
  }
}

.grand-wrapper {
  position: relative;
  width: 100%;
  background-color: white; /* 💡 頂部與賽車 Banner 銜接處自然是水平直線 */
  margin-top: -1px;
  padding-top: 60px;
}
.grand-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0; /* 💡 這次改為黏在白色區塊的「頂部」往下蓋 */
  width: 100%;
  height: 250px; /* 💡 決定三角形的高度（斜度） */
  background-color: #0b0a09;
  clip-path: polygon(0 0, 100% 0, 100% 40%, 0 100%);
  z-index: 1;
}
.grand-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  width: 1200px;
  height: 220px;
  background: url("../images/img-dot-rotate.svg") bottom no-repeat;
  background-size: 100%;
  z-index: 1;
}
.grand-wrapper .eventcontent {
  position: relative;
  z-index: 3;
}
@media (min-width: 1500px) {
  .grand-wrapper::after {
    -webkit-transform: rotateX(30deg);
            transform: rotateX(30deg);
    top: 0px;
    width: 1300px;
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  .grand-wrapper {
    padding-top: 20px;
  }
  .grand-wrapper::after {
    width: 1020px;
  }
}

.video {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.video .video-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
.video .video-container iframe,
.video .video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  border: 3px solid #ff3b30;
  -webkit-box-shadow: 0 4px 32px 0 rgba(224, 15, 32, 0.4);
          box-shadow: 0 4px 32px 0 rgba(224, 15, 32, 0.4);
}
@media (max-width: 575.98px) {
  .video {
    margin-bottom: 30px;
  }
}

.eventcontent {
  padding-bottom: 40px;
}
.eventcontent .sec-title {
  margin-bottom: 60px;
}
.eventcontent .sec-title span {
  color: #dedede;
}
.eventcontent .sec-title h1 {
  color: white;
}
.eventcontent .grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem 2.25rem;
}
.eventcontent .grid-wrap-m {
  display: none;
}
.eventcontent .feature-card {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.eventcontent .card-icon {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #ff3b30;
  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;
  z-index: 2;
}
.eventcontent .card-icon img {
  width: 100%;
  max-width: 28px;
  height: auto;
}
.eventcontent .card-box {
  width: 100%;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 8px;
  padding: 40px 24px 24px;
  border-radius: 8px;
  background-color: white;
  -webkit-box-shadow: 0 4px 32px 0 rgba(166, 27, 38, 0.12);
          box-shadow: 0 4px 32px 0 rgba(166, 27, 38, 0.12);
}
.eventcontent .card-title {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.eventcontent .card-text {
  font-size: 0.938rem;
  color: #515151;
  text-align: center;
}
.eventcontent .btn-wrap {
  text-align: center;
  margin-top: 32px;
}
.eventcontent .events-swiper {
  display: none;
  width: 100%;
  overflow: hidden;
  padding: 40px 30px 30px;
}
.eventcontent .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.eventcontent .swiper-slide .btn-wrap {
  display: block;
  margin-top: 8px;
}
.eventcontent .swiper-slide .btn-wrap .btn-primary {
  width: 100%;
  font-size: 0.875rem;
  padding: 16px;
}
.eventcontent .events-arrows {
  margin-top: 20px;
  gap: 20px;
  display: none;
}
@media (max-width: 767.98px) {
  .eventcontent .events-arrows {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.eventcontent .events-arrows .events-arrow {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: none;
  background-color: #ff3b30;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  background-image: url(../images/ic-arrow-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
}
.eventcontent .events-arrows .events-arrow:hover {
  background-color: #e2271d;
}
.eventcontent .events-arrows .events-arrow:disabled, .eventcontent .events-arrows .events-arrow.swiper-button-disabled, .eventcontent .events-arrows .events-arrow.slick-disabled {
  opacity: 0.5;
  /* 或是設為 1 讓它完全不變淡 */
  background-color: #e2271d;
  /* 強制保持紅底 */
  cursor: not-allowed;
}
.eventcontent .events-arrows .events-arrow.events-arrow-next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 991.98px) {
  .eventcontent {
    padding-bottom: 0;
  }
  .eventcontent .grid-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .eventcontent .sec-title {
    margin-bottom: 12px;
  }
  .eventcontent .grid-wrap {
    display: none;
  }
  .eventcontent .grid-wrap-m {
    display: block;
  }
  .eventcontent .card-box {
    -webkit-box-shadow: 0 4px 24px 0 rgba(166, 27, 38, 0.12);
            box-shadow: 0 4px 24px 0 rgba(166, 27, 38, 0.12);
    padding: 28px 16px 16px;
  }
  .eventcontent .btn-wrap {
    display: none;
  }
  .eventcontent .events-swiper {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .eventcontent .container {
    padding: 0;
  }
  .eventcontent .grid-wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
  }
  .eventcontent .card-icon {
    width: 40px;
    height: 40px;
    top: -20px;
  }
  .eventcontent .card-icon img {
    max-width: 24px;
  }
  .eventcontent .card-title {
    font-size: 1.125rem;
  }
  .eventcontent .swiper-slide .btn-wrap .btn-primary {
    padding: 12px;
  }
}

.drivers {
  position: relative;
  padding: 140px 0 80px;
}
.drivers-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  padding-top: 60px;
}
.drivers-item {
  position: relative;
  width: 100%;
  max-width: 280px;
  height: auto;
  z-index: 2;
}
.drivers-item img {
  width: 100%;
  height: auto;
}
.drivers-badge {
  position: absolute;
  z-index: 3;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%) skewX(-15deg);
      -ms-transform: translate(-50%, -60%) skewX(-15deg);
          transform: translate(-50%, -60%) skewX(-15deg);
  display: inline-block;
  padding: 15px 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(60, 60, 60, 0.85)), to(rgba(20, 20, 20, 0.9)));
  background: linear-gradient(180deg, rgba(60, 60, 60, 0.85) 0%, rgba(20, 20, 20, 0.9) 100%);
  border: 4px solid #ff3b30;
  -webkit-box-shadow: 0 0 20px rgba(226, 0, 18, 0.6);
          box-shadow: 0 0 20px rgba(226, 0, 18, 0.6);
  min-width: 280px;
  text-align: center;
}
.drivers-name {
  font-size: 1.75rem;
  color: white;
  font-weight: 700;
  margin: 0;
  padding: 8px 0;
}
.drivers-desc {
  font-size: 0.875rem;
  color: white;
  margin: 0;
}
.drivers-carousel {
  display: none;
}
@media (max-width: 991.98px) {
  .drivers-carousel {
    display: block;
    padding-top: 70px;
  }
}
@media (max-width: 575.98px) {
  .drivers-carousel {
    padding-top: 40px;
  }
}
.drivers-carousel .drivers-arrows {
  margin-top: 20px;
  gap: 20px;
  display: none;
}
@media (max-width: 991.98px) {
  .drivers-carousel .drivers-arrows {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.drivers-carousel .drivers-arrows .drivers-arrow {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: none;
  background-color: #ff3b30;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  background-image: url(../images/ic-arrow-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
}
.drivers-carousel .drivers-arrows .drivers-arrow:hover {
  background-color: #e2271d;
}
.drivers-carousel .drivers-arrows .drivers-arrow:disabled, .drivers-carousel .drivers-arrows .drivers-arrow.swiper-button-disabled, .drivers-carousel .drivers-arrows .drivers-arrow.slick-disabled {
  opacity: 0.5;
  /* 或是設為 1 讓它完全不變淡 */
  background-color: #e2271d;
  /* 強制保持紅底 */
  cursor: not-allowed;
}
.drivers-carousel .drivers-arrows .drivers-arrow.drivers-arrow-next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.drivers-carousel .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.drivers .badge-content {
  -webkit-transform: skewX(15deg);
      -ms-transform: skewX(15deg);
          transform: skewX(15deg);
}
.drivers .deco-words {
  position: absolute;
  top: 250px;
  left: calc(50% - 150px);
  font-family: "ethnocentric", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 3.75rem;
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  z-index: 0;
}
.drivers .deco-pic {
  position: absolute;
  left: 0px;
  top: -100px;
  width: 468px;
  height: 413px;
  z-index: 2;
}
.drivers .deco-pic img {
  width: 100%;
  height: auto;
}
.drivers::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #dedede;
  clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
  z-index: 0;
}
.drivers::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: url("../images/img-dot-dark.svg") top no-repeat;
  background-size: cover;
  z-index: 0;
}
.drivers .drivers-arrows {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .drivers .drivers-arrows {
    margin-top: 16px;
  }
}
.drivers .drivers-arrows .drivers-arrow {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: none;
  background-color: #e2271d;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  background-image: url(../images/ic-arrow-white.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.drivers .drivers-arrows .drivers-arrow:hover {
  background-color: #ff3b30;
}
.drivers .drivers-arrows .drivers-arrow:disabled, .drivers .drivers-arrows .drivers-arrow.swiper-button-disabled, .drivers .drivers-arrows .drivers-arrow.slick-disabled {
  opacity: 0.5; /* 或是設為 1 讓它完全不變淡 */
  background-color: #e2271d; /* 強制保持紅底 */
  cursor: not-allowed;
}
.drivers .drivers-arrows .drivers-arrow.drivers-arrow-next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1199.98px) {
  .drivers {
    padding-bottom: 60px;
  }
  .drivers .deco-pic {
    left: -50px;
    top: -40px;
    width: 398px;
    height: 353px;
  }
  .drivers-item {
    max-width: 230px;
  }
  .drivers-name {
    font-size: 1.5rem;
  }
  .drivers-desc {
    font-size: 0.875rem;
  }
  .drivers-badge {
    padding: 10px 15px;
    min-width: 230px;
  }
  .drivers::after {
    height: 70px;
  }
  .drivers .deco-words {
    font-size: 3.25rem;
  }
}
@media (max-width: 991.98px) {
  .drivers-wrap {
    display: none;
  }
  .drivers-item {
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .drivers .deco-words {
    font-size: 3rem;
    line-height: 3rem;
    left: 50px;
  }
  .drivers .deco-pic {
    left: -100px;
    top: -100px;
    width: 328px;
    height: 283px;
  }
  .drivers::before {
    clip-path: polygon(0 22%, 100% 0, 100% 100%, 0 100%);
  }
}
@media (max-width: 575.98px) {
  .drivers-item {
    max-width: 80%;
  }
  .drivers .deco-words {
    font-size: 2.5rem;
    line-height: 2.5rem;
    top: 250px;
    left: 30px;
  }
}

/*------------ 立即購票 start ---------------*/
.ticket-wrap {
  position: fixed;
  right: 0;
  bottom: 160px;
  z-index: 200;
}
.ticket-wrap .ticket-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 30;
}
@media (min-width: 1200px) {
  .ticket-wrap:hover .ticket-wrap-bg {
    width: 192px;
  }
  .ticket-wrap:hover .ticket-wrap-bg::before {
    opacity: 0;
    background-position: left center;
  }
  .ticket-wrap:hover .ticket-wrap-bg::after {
    opacity: 1;
  }
  .ticket-wrap:hover .ticket-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 55px;
  }
  .ticket-wrap:hover .ticket-qrcode {
    display: block;
  }
  .ticket-wrap .ticket-link {
    display: none;
  }
}

.ticket-wrap-bg {
  position: relative;
  width: 81px;
  height: 189px;
  padding-top: 15px;
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  /* ::before 負責「收合狀態」的背景 (小圖) */
  /* ::after 負責「展開狀態」的背景 (大圖) */
}
.ticket-wrap-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../images/float-button-bg.png);
  background-repeat: no-repeat;
  background-size: auto 189px;
  background-position: right -15px center;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ticket-wrap-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../images/float-button-bg-expand.png);
  background-repeat: no-repeat;
  background-size: auto 189px;
  background-position: right -15px center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
@media (max-width: 767.98px) {
  .ticket-wrap-bg {
    height: 177px;
  }
  .ticket-wrap-bg::before {
    background-size: auto 177px;
    background-position: right -14px center;
  }
  .ticket-wrap-bg::after {
    background-size: auto 177px;
    background-position: right -14px center;
  }
}

.ticket-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 15px;
  padding-right: 12px;
}
.ticket-content .content-text {
  width: 20px;
  line-height: 19px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
}
.ticket-content .content-text span {
  color: #ff3b30;
}
@media (max-width: 767.98px) {
  .ticket-content .content-text {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 17px;
  }
}
.ticket-content .content-icon {
  margin-top: 2px;
  width: 20px;
  height: 20px;
}
@media (max-width: 767.98px) {
  .ticket-content .content-text {
    width: 16px;
  }
  .ticket-content .content-icon {
    margin-top: 2px;
    width: 16px;
    height: 16px;
  }
}

.ticket-qrcode {
  display: none;
  margin-top: 18px;
  margin-left: 5px;
}
.ticket-qrcode img {
  width: 84px;
  height: 84px;
}
.ticket-qrcode .qrcode-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 84px;
  height: 36px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background-color: #ff3b30;
  border-radius: 4px;
  margin-top: 10px;
  white-space: nowrap;
}
.ticket-qrcode .qrcode-btn:hover {
  background-color: #e2271d;
}
@media (max-width: 767.98px) {
  .ticket-qrcode img {
    width: 78px;
    height: 78px;
  }
  .ticket-qrcode .qrcode-btn {
    width: 78px;
    height: 30px;
  }
}

.ticket-car {
  width: 82px;
  position: absolute;
  bottom: 7px;
  left: 0;
}
.ticket-car .flag {
  width: 52px;
  height: 58px;
  background-image: url(../images/img-float-flag.png);
  background-size: contain;
  position: absolute;
  left: 2px;
  bottom: 21px;
  /* 1. 將旋轉原點設定在右下角 */
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  /* 2. 套用名為 swing 的動畫，持續 2 秒，無限循環，並帶有平滑的加減速效果 */
  -webkit-animation: swing 2s infinite ease-in-out;
          animation: swing 2s infinite ease-in-out;
}
.ticket-car img {
  width: 100%;
  height: auto;
  position: relative;
}
@media (max-width: 767.98px) {
  .ticket-car {
    width: 70px;
    left: 13px;
  }
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    /* 向左（逆時針）倒的角度，你可以依照需求調整這個數值 */
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    /* 向左（逆時針）倒的角度，你可以依照需求調整這個數值 */
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
/*------------ 立即購票 end ------------------*/
/*------------ 活動車輛介紹 start -------------*/
.car-intro {
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65.94%, rgba(11, 10, 9, 0)), color-stop(95.58%, #0b0a09)), url("../images/img-garage.png");
  background: linear-gradient(180deg, rgba(11, 10, 9, 0) 65.94%, #0b0a09 95.58%), url("../images/img-garage.png");
  background-size: cover, cover;
  background-position: center bottom -1px, center bottom;
  background-repeat: no-repeat, no-repeat;
}
.car-intro .sec-title .sub-title span {
  color: #dedede;
}
.car-intro .sec-title h1 {
  color: white;
}
@media (max-width: 991.98px) {
  .car-intro {
    padding-top: 60px;
    background-size: cover, auto 900px;
  }
}
@media (max-width: 767.98px) {
  .car-intro {
    background-size: cover, auto 1000px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .car-intro {
    background-size: cover, auto 850px;
  }
}

/* ---- 三個車型標籤 ---- */
.car-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .car-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    padding: 0 40px;
  }
}
@media (max-width: 767.98px) {
  .car-tabs {
    display: none;
  }
}

.car-tab {
  width: auto;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.55);
  border: 1px solid #8d8d8d;
  color: #ffffff;
  font-family: "peckham-press", sans-serif;
  font-size: 0.813rem;
  letter-spacing: 0;
  padding: 0 16px;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}
.car-tab span {
  font-family: "LINESeedTW", "微軟正黑體", "Microsoft JhengHei";
  font-weight: 700;
}
.car-tab span.gearwide {
  font-family: "gear-wide", sans-serif;
  font-weight: 900;
}
.car-tab:hover {
  border-color: #ff3b30;
  color: white;
}
.car-tab.is-active {
  border-color: #ff3b30;
  color: #ff3b30;
  -webkit-box-shadow: 0 0 16px rgba(230, 0, 18, 0.55);
          box-shadow: 0 0 16px rgba(230, 0, 18, 0.55);
}

.car-stage {
  position: relative;
  max-width: 1140px;
  margin: 32px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  /* 左欄，箭頭固定不隨車款切換 */
  /* 三段文字疊在同一位置淡入淡出 */
}
@media (max-width: 1199.98px) {
  .car-stage {
    padding: 0 32px;
  }
}
@media (max-width: 991.98px) {
  .car-stage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 0;
    padding: 60px 60px 0 60px;
  }
}
@media (max-width: 767.98px) {
  .car-stage {
    padding: 40px 20px 0 20px;
  }
}
.car-stage .car-side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  z-index: 2;
  margin-bottom: 57px;
}
@media (max-width: 991.98px) {
  .car-stage .car-side {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin-bottom: 0;
    padding-right: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 767.98px) {
  .car-stage .car-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 575.98px) {
  .car-stage .car-side {
    padding: 0;
  }
}
.car-stage .car-info-group {
  position: relative;
}
.car-stage .car-info {
  opacity: 0;
  /* visibility 一併過場，淡出結束後才真正隱藏，同時移出 a11y 樹 */
  visibility: hidden;
  -webkit-transition: opacity 0.6s ease, visibility 0s linear 0.6s, height 0.2s ease;
  transition: opacity 0.6s ease, visibility 0s linear 0.6s, height 0.2s ease;
  position: absolute;
  inset: 0;
}
.car-stage .car-info.is-active {
  /* 當前這段用相對定位撐開容器高度 */
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.6s ease, visibility 0s;
  transition: opacity 0.6s ease, visibility 0s;
}
@media (max-width: 767.98px) {
  .car-stage .car-info {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 575.98px) {
  .car-stage .car-info {
    width: 100%;
    margin-top: 16px;
  }
}
.car-stage .car-name {
  position: relative;
  display: block;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .car-stage .car-name {
    white-space: nowrap;
  }
}
@media (max-width: 767.98px) {
  .car-stage .car-name {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.8rem;
    line-height: 35px;
  }
  .car-stage .car-name:after {
    margin-top: 4px;
  }
}
.car-stage .car-underline {
  width: 60px;
  height: 3px;
  margin: 12px 0;
  border-radius: 2px;
  background-color: #ff3b30;
}
.car-stage .car-desc {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5rem;
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  .car-stage .car-desc {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .car-stage .car-desc {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
  }
}
@media (max-width: 575.98px) {
  .car-stage .car-desc {
    text-align: center;
  }
}
.car-stage .car-photo-group {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
@media (max-width: 991.98px) {
  .car-stage .car-photo-group {
    width: 100%;
  }
}
.car-stage .car-photo-group .car-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s ease, visibility 0s linear 0.6s;
  transition: opacity 0.6s ease, visibility 0s linear 0.6s;
  position: absolute;
  inset: 0;
}
.car-stage .car-photo-group .car-photo.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.6s ease, visibility 0s;
  transition: opacity 0.6s ease, visibility 0s;
}
.car-stage .car-photo-group .car-photo img {
  width: 100%;
  max-width: 712px;
  height: auto;
  display: block;
}
@media (max-width: 991.98px) {
  .car-stage .car-photo-group .car-photo img {
    max-width: 648px;
    margin: 0 auto;
  }
}
.car-stage .car-arrows {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .car-stage .car-arrows {
    margin-top: 16px;
  }
}
.car-stage .car-arrows .car-arrow {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: none;
  background-color: #ff3b30;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  background-image: url(../images/ic-arrow-white.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.car-stage .car-arrows .car-arrow:hover {
  background-color: #e2271d;
}
.car-stage .car-arrows .car-arrow.car-arrow-next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.car-carousel {
  padding-top: 20px;
  background-color: #0b0a09;
}
@media (max-width: 767.98px) {
  .car-carousel {
    padding-bottom: 24px;
  }
}

.my-swiper {
  max-width: 500px;
  overflow: visible;
  width: calc(100% - 24px);
  /* pagination bullets */
}
@media (max-width: 767.98px) {
  .my-swiper {
    max-width: 75%;
  }
}
.my-swiper .swiper-slide {
  -webkit-transform: scale(0.72);
      -ms-transform: scale(0.72);
          transform: scale(0.72);
  -webkit-transition: 800ms ease-in-out;
  transition: 800ms ease-in-out;
  border: 2px solid #ff3b30;
}
.my-swiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media (max-width: 767.98px) {
  .my-swiper .swiper-slide {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.my-swiper .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  border: 2px solid #ff2a3b;
  -webkit-box-shadow: 0 0 25px rgba(230, 0, 18, 0.85), 0 0 50px rgba(230, 0, 18, 0.4);
          box-shadow: 0 0 25px rgba(230, 0, 18, 0.85), 0 0 50px rgba(230, 0, 18, 0.4);
}
.my-swiper .swiper-pagination {
  width: 100%;
  position: static;
  margin: 2.25rem auto 0 auto;
  line-height: 0;
  padding: 0.4rem 0;
  margin-top: 2.25rem;
}
@media (max-width: 767.98px) {
  .my-swiper .swiper-pagination {
    margin: 24px auto 0 auto;
  }
}
.my-swiper .swiper-pagination-bullet {
  width: 60px;
  height: 1px;
  clip-path: circle(100%);
  background: #8d8d8d;
  opacity: 1;
  border: none;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
@media (max-width: 767.98px) {
  .my-swiper .swiper-pagination-bullet {
    width: 40px;
  }
}
.my-swiper .swiper-pagination-bullet-active {
  background: white;
}

/*------------ 活動車輛介紹 end -------------*/
.sitemap {
  position: relative;
  padding-top: 120px;
  /* 👑 客製化 Fancybox 燈箱樣式（右上角深黑圓角按鈕） */
}
.sitemap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 140px;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(49.7%, transparent), color-stop(50.3%, #0b0a09));
  background: linear-gradient(to top left, transparent 49.7%, #0b0a09 50.3%);
  z-index: 0;
}
.sitemap .sitemap-wrap {
  max-width: 1200px;
  height: auto;
  margin: auto;
}
.sitemap .sitemap-wrap img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .sitemap .sitemap-wrap {
    display: none;
  }
}
.sitemap .sitemap-wrap-m {
  display: none;
  max-width: 1200px;
  height: auto;
}
.sitemap .sitemap-wrap-m img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .sitemap .sitemap-wrap-m {
    display: block;
  }
}
.sitemap-info {
  background-color: #f7f7f7;
  border-radius: 8px;
  padding: 16px;
  margin-top: 20px;
}
.sitemap-info-title {
  font-weight: 700;
  margin-bottom: 12px;
}
.sitemap-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.sitemap-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.sitemap-info-item p {
  font-size: 0.938rem;
  margin: 0;
}
.sitemap-info .color-square {
  width: 8px;
  height: 100%;
}
.sitemap-info .color-square.yellow {
  background-color: #ffb224;
}
.sitemap-info .color-square.blue {
  background-color: #6a9ae7;
}
.sitemap-info .color-square.cyan {
  background-color: #42b9c7;
}
.sitemap-info .color-square.red {
  background-color: #cf0909;
}
.sitemap-info .color-square.green {
  background-color: #1bba3f;
}
.sitemap-info .color-square.purple {
  background-color: #906cce;
}
.sitemap-info .color-square.pink {
  background-color: #ff6ef5;
}
.sitemap-info .color-square.peach {
  background-color: #ff9f8f;
}
.sitemap .map-preview-wrap {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.sitemap .map-preview-wrap .map-link {
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  /* 👑 左下角黑色放大圓形/方形按鈕 */
}
.sitemap .map-preview-wrap .map-link .map-img {
  width: 100%;
  height: auto;
  display: block;
}
.sitemap .map-preview-wrap .map-link .btn-zoom-trigger {
  position: absolute;
  bottom: 12px;
  left: 12px;
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 6px;
  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;
  z-index: 2;
  pointer-events: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.sitemap .fancybox__backdrop {
  background: rgba(0, 0, 0, 0.88);
}
.sitemap .fancybox__toolbar {
  padding: 16px;
}
.sitemap .fancybox__toolbar .fancybox__button {
  background: rgba(30, 30, 30, 0.85);
  border-radius: 8px;
  margin-left: 8px;
  color: #fff;
}
.sitemap .fancybox__toolbar .fancybox__button:hover {
  background: rgba(60, 60, 60, 0.95);
}

.fancybox__dialog {
  max-width: 100vw;
}

.f-button[data-fullscreen-action],
.f-button[data-panzoom-action=toggleFullscreen],
.fancybox__button--fullscreen {
  display: none !important;
}

.timeline {
  padding: 130px 0 80px;
  position: relative;
  /* 左側時間軸 */
  /* 右側主內容區 */
  /* 標題區 */
  /* 行程網格區 */
  /* 背景橫向格線 */
  /* 欄位容器 */
  /* 
         * 核心計算邏輯 (純 CSS) 
         * 分母為 8，因為總時間是 9:00 到 17:00 (共 8 小時)
         */
  /* 處理集車區並排的情況 */
  /* 區塊內文排版 */
  /* 顏色主題 */
}
.timeline-wrap-m {
  display: none;
  margin-top: 28px;
}
.timeline-wrap-m .nav-pills {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.timeline-wrap-m .nav-pills .nav-link {
  width: 100%;
  height: 48px;
  background-color: #0b0a09;
  border: 1px solid #8d8d8d;
  color: white;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 0;
}
.timeline-wrap-m .nav-pills .nav-link.active {
  border-color: #ff3b30;
  color: #ff3b30;
  font-weight: 800;
  -webkit-box-shadow: 0 0 16px rgba(230, 0, 18, 0.55);
          box-shadow: 0 0 16px rgba(230, 0, 18, 0.55);
}
.timeline::after {
  content: "";
  position: absolute;
  right: -20%;
  bottom: -25%;
  width: 746px;
  height: 586px;
  background: url("../images/img-flag-bg.png") top no-repeat;
  background-size: contain;
  z-index: 0;
}
.timeline .swipe-container {
  display: none;
  z-index: 100;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: opacity 0.6s ease, visibility 0s linear 0.6s;
  transition: opacity 0.6s ease, visibility 0s linear 0.6s;
  /* 純提示用途，不該擋住底下的操作 */
  pointer-events: none;
}
.timeline .swipe-container.is-hidden {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991.98px) {
  .timeline .swipe-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.timeline .swipe-container .outer-circle {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: radial-gradient(42.51% 50% at 50% 50%, rgba(255, 59, 48, 0.5) 0%, rgba(255, 59, 48, 0.11) 100%);
}
.timeline .swipe-container .inner-circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #ff3c2c;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.timeline .swipe-container .content-group {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  /* 手部圖片與動畫 */
  /* 文字設定 */
}
.timeline .swipe-container .content-group .arrow-hand-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.timeline .swipe-container .content-group .svg-arrow {
  width: 16px;
  height: 16px;
  fill: white;
}
.timeline .swipe-container .content-group .hand-icon {
  width: 40px;
  height: 40px;
  -webkit-animation: swipeSway 2s ease-in-out infinite;
          animation: swipeSway 2s ease-in-out infinite;
}
.timeline .swipe-container .content-group .swipe-text {
  line-height: 26px;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
}
.timeline .schedule-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  gap: 4px;
}
.timeline .schedule-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.timeline .time-sidebar {
  padding: 0 12px;
  background-color: #0b0a09;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.timeline .time-label {
  width: 100%;
  height: 320px;
  color: #fff;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.timeline .time-label.afternoon {
  border-top: 1px solid #dedede;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.timeline .main-content {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 20px;
  padding-left: 16px;
}
.timeline .headers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  gap: 20px;
}
.timeline .header-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 4px solid #0b0a09;
}
.timeline .grid-area {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  min-height: 720px;
}
.timeline .grid-line {
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #eeeeee;
  z-index: 1;
}
.timeline .column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 2;
}
.timeline .event-card {
  position: absolute;
  width: 100%;
  /* 根據傳入的 --start (起始小時) 計算 Y 軸位置 */
  top: calc(var(--start) / 7 * 100% + 4px);
  /* 根據傳入的 --duration (持續小時) 計算高度 */
  height: calc(var(--duration) / 7 * 100% - 8px);
  border-radius: 12px;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  overflow: hidden;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.timeline .event-card.half-width {
  width: 48%;
}
.timeline .event-card.right-side {
  left: 52%;
}
.timeline .event-card.double-width {
  width: calc(200% + 20px);
}
.timeline .event-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  color: #0b0a09;
}
.timeline .event-subtitle {
  font-size: 12px;
  color: #515151;
  margin-bottom: 10px;
}
.timeline .theme-blue {
  background-color: rgba(190, 231, 255, 0.3);
}
.timeline .theme-red {
  background-color: rgba(255, 181, 181, 0.3);
}
.timeline .desc {
  margin-top: 24px;
}
.timeline .desc ul {
  list-style: disc;
  padding-left: 26px;
}
.timeline .desc li {
  color: #515151;
  font-size: 0.938rem;
}
@media (max-width: 991.98px) {
  .timeline .main-content {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* 👑 讓 iOS 手機滑動時更流暢 */
    /* 自訂質感滾動條 (選配) */
  }
  .timeline .main-content::-webkit-scrollbar {
    height: 6px; /* 橫向滾動條高度 */
  }
  .timeline .main-content::-webkit-scrollbar-track {
    background: transparent;
  }
  .timeline .main-content::-webkit-scrollbar-thumb {
    background: #8d8d8d; /* 或用主題紅 */
    border-radius: 4px;
  }
  .timeline .main-content .headers,
  .timeline .main-content .grid-area {
    min-width: 856px;
  }
  .timeline::after {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    right: -35%;
  }
}
@media (max-width: 767.98px) {
  .timeline {
    padding: 80px 0 60px;
  }
  .timeline::after {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    right: -65%;
  }
  .timeline-wrap {
    display: none;
  }
  .timeline-wrap-m {
    display: block;
  }
  .timeline .main-content .headers,
  .timeline .main-content .grid-area {
    min-width: initial;
  }
}
@media (max-width: 575.98px) {
  .timeline .desc li {
    font-size: 0.813rem;
  }
  .timeline::after {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    right: -350px;
  }
  .timeline-wrap-m .nav-pills .nav-link {
    font-size: 0.75rem;
    padding: 8px;
  }
}

.transport {
  padding: 60px 0 80px;
}
.transport .inner-text {
  text-align: center;
  font-size: 1.125rem;
  margin: 20px 0 40px;
}
.transport-wrap {
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin: 28px auto 0;
}
.transport .map {
  width: 100%;
  max-width: 400px;
  height: 0;
  padding-top: 46%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.transport .map img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.transport .accordion {
  width: 100%;
}
.transport .accordion-button {
  gap: 8px;
  padding: 20px 0;
}
.transport .accordion-button img {
  width: 32px;
  height: 32px;
}
.transport .accordion-button:not(.collapsed) {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.transport .accordion-button:not(.collapsed) p {
  color: #ff3b30;
}
.transport .accordion-button:not(.collapsed)::after {
  background-image: url("../images/ic-collapse-red.svg");
}
.transport .accordion-button:not(.collapsed):hover::after {
  background-image: url("../images/ic-collapse-red.svg");
}
.transport .accordion-button::after {
  background-image: url("../images/ic-expand-black.svg");
}
.transport .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.transport .accordion-button:hover {
  color: #ff3b30;
}
.transport .accordion-button:hover::after {
  background-image: url("../images/ic-expand-red.svg");
}
.transport .accordion-body {
  padding: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
}
.transport .accordion p {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
}
.transport .accordion-card {
  width: 100%;
  background-color: #f7f7f7;
  padding: 16px;
  border-radius: 8px;
}
.transport .accordion-card ul {
  list-style: disc;
  padding-left: 24px;
}
.transport .accordion .title-tag {
  display: inline-block;
  background-color: #dedede;
  padding: 4px 16px;
  border-radius: 8px;
  margin-bottom: 8px;
}
.transport .accordion-text {
  font-size: 0.875rem;
}
.transport .accordion-text span {
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .transport .map {
    max-width: 380px;
  }
}
@media (max-width: 991.98px) {
  .transport {
    padding-top: 40px;
  }
  .transport .map {
    padding-top: 114.6%;
    max-width: 100%;
  }
  .transport .inner-text {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .transport-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 767.98px) {
  .transport .accordion-button {
    padding: 12px 0;
  }
  .transport .accordion-button img {
    width: 24px;
    height: 24px;
  }
  .transport .accordion p {
    font-size: 1.125rem;
  }
}
@media (max-width: 575.98px) {
  .transport {
    padding: 20px 0 60px;
  }
  .transport .accordion-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .transport .accordion-card {
    padding: 12px;
  }
}

.sponsor {
  position: relative;
  padding: 80px 0 100px;
  background: url("../images/img-partner-bg.png") center no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  z-index: 1;
}
.sponsor-grid {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.sponsor-wrap {
  width: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.sponsor-title {
  font-size: 2.5rem;
  font-weight: 800;
}
.sponsor-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sponsor-logo {
  background-color: white;
  border-radius: 16px;
  padding: 12px 16px;
  height: 58px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 160px;
          flex: 1 1 160px;
  max-width: 160px;
  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;
}
.sponsor-logo img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: drop-shadow(0 0 0 transparent);
          filter: drop-shadow(0 0 0 transparent);
}
.sponsor::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 92px;
  background: url("../images/img-partner-flag.svg") right bottom no-repeat;
  background-size: 100%;
  z-index: 0;
}
@media (max-width: 1199.98px) {
  .sponsor-title {
    font-size: 2rem;
  }
  .sponsor::after {
    background-size: auto 60px;
  }
}
@media (max-width: 767.98px) {
  .sponsor {
    padding-top: 60px;
  }
}
@media (max-width: 575.98px) {
  .sponsor-title {
    font-size: 1.75rem;
  }
  .sponsor-logo {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 140px;
            flex: 1 1 140px;
    max-width: 140px;
  }
  .sponsor::after {
    background-size: auto 40px;
  }
}

.modal {
  padding: 0;
}

.modal-dialog {
  width: 80%;
  max-width: 800px;
  height: 100%;
  margin: auto;
}
.modal-dialog .btn-close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 40px;
  height: 40px;
  background: #ff3b30;
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: 0 4px 12px rgba(255, 59, 48, 0.35);
          box-shadow: 0 4px 12px rgba(255, 59, 48, 0.35);
  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;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.modal-dialog .btn-close:hover {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}
.modal-dialog .modal-header {
  padding: 0 0 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-dialog .modal-header h1 {
  font-weight: 700;
  font-size: 1.25rem;
}
.modal-dialog .modal-content {
  position: relative;
  max-height: 540px;
  height: 540px;
  background: #ffffff;
  border-radius: 12px;
  border: none;
  padding: 20px;
  -webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
          box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal-dialog .modal-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 0 0 0;
  overflow: hidden;
}
.modal-dialog .modal-desc {
  font-size: 0.875rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  .modal-dialog .modal-content {
    max-height: 85vh;
    height: 85vh;
  }
  .modal-dialog .btn-close {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 991.98px) {
  .modal-dialog {
    width: 90%;
  }
  .modal-dialog .btn-close {
    width: 24px;
    height: 24px;
  }
  .modal-dialog .modal-content {
    padding: 12px;
  }
}

.parking-modal-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.parking-modal-body .parking-map-pane {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  width: 100%;
  height: 100%;
  min-height: 0;
}
.parking-modal-body .parking-map-pane .map-box {
  width: 100%;
  height: 0;
  padding-top: 117.6%;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.parking-modal-body .parking-map-pane .map-box .map-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.parking-modal-body .parking-info-pane {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  height: 100%;
  overflow-y: auto;
  padding-right: 14px;
}
.parking-modal-body .parking-info-pane::-webkit-scrollbar {
  width: 6px;
}
.parking-modal-body .parking-info-pane::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.parking-modal-body .parking-info-pane::-webkit-scrollbar-thumb {
  background: #c5c5c5;
  border-radius: 4px;
}
.parking-modal-body .parking-info-pane::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.parking-modal-body .parking-info-pane .parking-group {
  margin-bottom: 32px;
}
.parking-modal-body .parking-info-pane .parking-group:last-child {
  margin-bottom: 0;
}
.parking-modal-body .parking-info-pane .parking-group .group-header {
  margin-bottom: 12px;
}
.parking-modal-body .parking-info-pane .parking-group .group-header .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0b0a09;
  margin: 0 0 6px 0;
}
.parking-modal-body .parking-info-pane .parking-group .group-header .title::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 4px;
  border-radius: 2px;
  margin-right: 8px;
}
.parking-modal-body .parking-info-pane .parking-group .group-header .title.public::before {
  background-color: #ff3b30;
}
.parking-modal-body .parking-info-pane .parking-group .group-header .title.private::before {
  background-color: #3d98c9;
}
.parking-modal-body .parking-info-pane .parking-group .group-header .desc {
  margin: 0;
  font-size: 14px;
  color: #0b0a09;
  line-height: 1.4;
}
.parking-modal-body .parking-info-pane .table-container {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.parking-modal-body .parking-info-pane .parking-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.75rem;
}
.parking-modal-body .parking-info-pane .parking-table thead {
  background-color: #eeeeee;
}
.parking-modal-body .parking-info-pane .parking-table thead th {
  padding: 10px 8px;
  color: #515151;
  font-weight: normal;
  white-space: nowrap;
  border-bottom: 1px solid #8d8d8d;
}
.parking-modal-body .parking-info-pane .parking-table tbody tr {
  border-bottom: 1px solid #dedede;
}
.parking-modal-body .parking-info-pane .parking-table tbody tr:last-child {
  border-bottom: none;
}
.parking-modal-body .parking-info-pane .parking-table tbody tr td {
  padding: 8px;
  color: #0b0a09;
}
.parking-modal-body .parking-info-pane .parking-table tbody tr td.col-code {
  font-weight: 700;
}
.parking-modal-body .parking-info-pane .parking-table .col-code {
  width: 15%;
  text-align: center;
}
.parking-modal-body .parking-info-pane .parking-table .col-name {
  width: 55%;
  text-align: left;
  padding-left: 12px;
}
.parking-modal-body .parking-info-pane .parking-table .col-car {
  width: 15%;
  text-align: center;
}
.parking-modal-body .parking-info-pane .parking-table .col-moto {
  width: 15%;
  text-align: center;
}
@media (max-width: 991.98px) {
  .parking-modal-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    gap: 20px;
    padding-right: 4px;
  }
  .parking-modal-body .parking-map-pane {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    height: auto;
  }
  .parking-modal-body .parking-map-pane .map-box {
    padding-top: 60%;
  }
  .parking-modal-body .parking-map-pane .map-box .map-img {
    width: 100%;
    height: auto;
    top: 50%;
  }
  .parking-modal-body .parking-info-pane {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    height: auto;
    overflow: visible;
    padding-right: 0;
  }
}/*# sourceMappingURL=style.css.map */