@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Kode+Mono);
@import url(https://fonts.googleapis.com/css2?family=VT323&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap);
.navbar-nav {
  gap: 2rem;
}

.navbar {
  position: sticky;
  width: 100%;
  z-index: 9;
}
.navbar img {
  height: 60px;
}
@media (max-width: 575px) {
  .navbar img {
    height: 55px;
  }
}
@media (max-width: 992px) {
  .navbar .navbar-nav {
    margin: 0;
    padding: 2rem 0;
  }
}
.navbar .navbar-nav .nav-link:hover {
  color: #D12D7D;
}
@media (max-width: 992px) {
  .navbar .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 992px) {
  .navbar .navbar-nav .nav-link {
    text-align: center;
  }
}

@media (max-width: 992px) {
  .navbar-collapse {
    position: absolute;
    top: 86px;
    right: 0;
    width: 300px;
    background: rgba(0, 0, 0, 0.6941176471);
    backdrop-filter: blur(5px);
    z-index: 9;
  }
}
@media (max-width: 575px) {
  .navbar-collapse {
    top: 80px;
    width: 100%;
  }
}

.icon_menu {
  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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 26px;
  height: 17px;
  display: none;
}
@media (max-width: 992px) {
  .icon_menu {
    display: block;
    margin-right: 0;
    margin-left: 1rem;
  }
}
.icon_menu span, .icon_menu:before, .icon_menu:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  display: inline-block;
  border-radius: 15px;
  background: #D12D7D;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1;
}
.icon_menu span {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.icon_menu:before {
  top: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.icon_menu:after {
  bottom: 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.icon_menu:not(.collapsed) span {
  width: 0;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
}
.icon_menu:not(.collapsed):before {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition-delay: 0s, 0.2s;
          transition-delay: 0s, 0.2s;
}
.icon_menu:not(.collapsed):after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  -webkit-transition-delay: 0s, 0.2s;
          transition-delay: 0s, 0.2s;
}

.nav-dropdown {
  position: relative;
}
.nav-dropdown .nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 160px;
  background: rgba(26, 26, 26, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 12px 0;
  list-style: none;
  margin: 8px 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 10;
}
.nav-dropdown .nav-dropdown-menu li a {
  display: block;
  padding: 12px 24px;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  white-space: nowrap;
  text-align: center;
}
.nav-dropdown .nav-dropdown-menu li a:hover {
  color: #D12D7D;
}
.nav-dropdown:hover .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 992px) {
  .nav-dropdown .nav-dropdown-menu {
    position: static;
    -webkit-transform: none;
            transform: none;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    margin: 8px 16px 0;
    opacity: 1;
    visibility: visible;
    backdrop-filter: none;
  }
  .nav-dropdown .nav-dropdown-menu li a {
    padding: 10px 20px;
    font-size: 0.875rem;
  }
}

.bg-video {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}
.bg-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-mask {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.3);
}

.hero-carousel {
  padding: 60px 0 0;
}
@media (max-width: 575px) {
  .hero-carousel {
    padding: 24px 0 0;
  }
}
.hero-carousel__inner {
  position: relative;
  padding: 0 24px;
}
@media (max-width: 575px) {
  .hero-carousel__inner {
    padding: 0 16px;
  }
}

.hero-swiper {
  overflow: hidden;
  padding-bottom: 8px;
}

.event-feature {
  --brand: #e4007f;
  position: relative;
  height: 600px;
  padding: 40px 32px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7019607843);
  backdrop-filter: blur(35px);
  -webkit-box-shadow: 0 8px 28px rgba(255, 255, 255, 0.08);
          box-shadow: 0 8px 28px rgba(255, 255, 255, 0.08);
  overflow: hidden;
  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;
  text-align: center;
}
@media (max-width: 575px) {
  .event-feature {
    height: 540px;
    padding: 32px 24px;
  }
}
.event-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(color-mix(in srgb, var(--brand) 20%, transparent)), color-stop(70%, color-mix(in srgb, var(--brand) 0%, transparent)));
  background: linear-gradient(to top, color-mix(in srgb, var(--brand) 20%, transparent) 0%, color-mix(in srgb, var(--brand) 0%, transparent) 70%);
  pointer-events: none;
  z-index: 0;
}
.event-feature > * {
  position: relative;
  z-index: 1;
}
.event-feature__logo {
  height: 130px;
  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-bottom: 28px;
}
.event-feature__logo img {
  max-height: 100%;
  width: auto;
}
.event-feature__title {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #282c2f;
  margin: 0 0 16px;
}
.event-feature__desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  color: #282c2f;
  text-align: justify;
  margin: 0 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.event-feature__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 24px;
  width: 100%;
}
.event-feature .btn-pill--outline {
  color: var(--brand);
  border-color: var(--brand);
}
.event-feature .btn-pill--outline:hover {
  background: var(--brand);
  color: #fff;
}
.event-feature .btn-pill--solid {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}
.event-feature .btn-pill--solid:hover {
  -webkit-filter: brightness(0.92);
          filter: brightness(0.92);
}

.btn-pill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 128px;
  height: 47px;
  padding: 0 24px;
  font-size: 16px;
  letter-spacing: 0.06em;
  border: 1px solid transparent;
  border-radius: 4px;
  background: transparent;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
}
.btn-pill--outline {
  color: #e4007f;
  border-color: #e4007f;
}
.btn-pill--outline:hover {
  background: #e4007f;
  color: #fff;
}
.btn-pill--solid {
  background: #e4007f;
  border-color: #e4007f;
  color: #fff;
}
.btn-pill--solid:hover {
  background: rgb(197.4, 0, 109.9552631579);
  border-color: rgb(197.4, 0, 109.9552631579);
  color: #fff;
}

.hero-nav {
  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: 50px;
  margin-top: 40px;
}
@media (max-width: 575px) {
  .hero-nav {
    gap: 32px;
    margin-top: 24px;
  }
}
.hero-nav__btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.64);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.hero-nav__btn:hover {
  background: #fff;
}
.hero-nav__btn.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.recent-events {
  padding: 80px 0;
}
@media (max-width: 1200px) {
  .recent-events {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .recent-events {
    padding: 40px 0;
  }
}
.recent-events__title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #282c2f;
  text-align: center;
  margin: 0 0 40px;
}
.recent-events__list {
  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;
}
@media (max-width: 575px) {
  .recent-events__list {
    gap: 24px;
  }
}

.event-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  padding: 10px 30px 10px 10px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  -webkit-box-shadow: 0 16px 32px rgba(59, 87, 106, 0.12);
          box-shadow: 0 16px 32px rgba(59, 87, 106, 0.12);
  backdrop-filter: blur(8px);
}
@media (max-width: 992px) {
  .event-card {
    gap: 32px;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (max-width: 767.98px) {
  .event-card {
    gap: 0;
    padding: 10px;
  }
}
.event-card__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 450px;
          flex: 0 0 450px;
  max-width: 450px;
  border-radius: 16px;
  overflow: hidden;
  display: block;
}
@media (max-width: 992px) {
  .event-card__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -ms-flex: none;
        flex: none;
    max-width: 100%;
  }
}
.event-card__image img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.event-card__image:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.event-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 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: 1rem;
}
@media (max-width: 767.98px) {
  .event-card__body {
    padding: 24px 1rem 0 1rem;
  }
}
.event-card__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  color: #282c2f;
  font-family: "Fjalla One", sans-serif;
}
.event-card__year {
  font-size: 24px;
  letter-spacing: 0.04em;
}
.event-card__range {
  font-size: 60px;
  letter-spacing: 0.04em;
  margin-top: 6px;
}
@media (max-width: 992px) {
  .event-card__range {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .event-card__range {
    font-size: 40px;
  }
}
.event-card__title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #282c2f;
  margin: 24px 0 12px;
}
@media (max-width: 575px) {
  .event-card__title {
    font-size: 20px;
  }
}
.event-card__desc {
  font-size: 16px;
  line-height: 1.5;
  color: #282c2f;
  margin: 0;
  margin-top: auto;
}
.event-card__more {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 94px;
          flex: 0 0 94px;
  width: 94px;
  height: 94px;
  border-radius: 20px;
  border: 1px solid #282c2f;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  margin-top: auto;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .event-card__more {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56px;
            flex: 0 0 56px;
    width: 56px;
    height: 56px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 12px;
    margin: 0 1rem 0 auto;
  }
  .event-card__more svg {
    width: 28px;
    height: auto;
  }
}
.event-card__more:hover {
  background: #282c2f;
}
.event-card__more:hover svg path {
  stroke: #fff;
}
.event-card__image {
  position: relative;
}
.event-card__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 84px;
  height: 32px;
  padding: 0 16px;
  background: #595959;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.04em;
  border-radius: 20px;
  pointer-events: none;
}
.event-card--past .event-card__image img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.85;
}
.event-card--past .event-card__year,
.event-card--past .event-card__range,
.event-card--past .event-card__title,
.event-card--past .event-card__desc {
  color: rgba(40, 44, 47, 0.55);
}
.event-card--past .event-card__more {
  border-color: rgba(40, 44, 47, 0.4);
}
.event-card--past .event-card__more svg path {
  stroke: rgba(40, 44, 47, 0.45);
}
.event-card--past .event-card__more:hover {
  background: rgba(40, 44, 47, 0.6);
  border-color: rgba(40, 44, 47, 0.6);
}
.event-card--past .event-card__more:hover svg path {
  stroke: #fff;
}

.page-events {
  padding: 0 0 70px;
}
@media (max-width: 1200px) {
  .page-events {
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .page-events {
    padding-bottom: 40px;
  }
}
.page-events__banner {
  width: 100%;
  aspect-ratio: 1920/500;
  max-height: 500px;
  overflow: hidden;
  margin-bottom: 56px;
  background: #ddd;
}
@media (max-width: 992px) {
  .page-events__banner {
    aspect-ratio: 16/7;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .page-events__banner {
    aspect-ratio: 16/9;
    margin-bottom: 24px;
  }
}
.page-events__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.page-events__header {
  text-align: center;
  margin-bottom: 56px;
}
@media (max-width: 575px) {
  .page-events__header {
    margin-bottom: 32px;
  }
}
.page-events__title {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #282c2f;
  margin: 0 0 12px;
}
@media (max-width: 575px) {
  .page-events__title {
    font-size: 28px;
  }
}
.page-events__lead {
  font-size: 16px;
  color: rgba(40, 44, 47, 0.7);
  margin: 0;
}

.event-section {
  margin-bottom: 64px;
}
.event-section:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .event-section {
    margin-bottom: 40px;
  }
}
.event-section > .section-tag {
  font-size: 24px;
  min-width: 163px;
  margin-bottom: 32px;
}
@media (max-width: 575px) {
  .event-section > .section-tag {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.page-event-detail {
  padding: 60px 0 80px;
}
@media (max-width: 1200px) {
  .page-event-detail {
    padding: 50px 0 60px;
  }
}
@media (max-width: 575px) {
  .page-event-detail {
    padding: 32px 0 40px;
  }
}

.event-article__cover {
  margin: 0 0 32px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}
.event-article__cover img {
  width: 100%;
  height: auto;
  display: block;
}
.event-article__section {
  margin-bottom: 48px;
}
.event-article__section:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .event-article__section {
    margin-bottom: 32px;
  }
}
.event-article__content {
  margin-top: 24px;
  background: #fff;
  padding: 32px;
  border-radius: 12px;
  color: #282c2f;
  font-size: 16px;
  line-height: 1.9;
}
@media (max-width: 575px) {
  .event-article__content {
    padding: 22px 20px;
    font-size: 15px;
  }
}
.event-article__content > p {
  margin: 0 0 18px;
}
.event-article__content > p:last-child {
  margin-bottom: 0;
}
.event-article__content > :first-child {
  margin-top: 0;
}
.event-article__subhead {
  position: relative;
  padding-left: 14px;
  margin: 32px 0 16px;
  font-size: 18px;
  font-weight: 500;
  color: #282c2f;
  letter-spacing: 0.04em;
}
.event-article__subhead::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 18px;
  background: #e4007f;
  border-radius: 2px;
}
.event-article__list {
  margin: 0 0 18px;
  padding-left: 0;
  list-style: none;
}
.event-article__list li {
  position: relative;
  padding: 4px 0 4px 24px;
}
.event-article__list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e4007f;
}
.event-article__quote {
  position: relative;
  margin: 28px 0;
  padding: 24px 28px 24px 56px;
  background: #f6f6f8;
  border-left: 3px solid #e4007f;
  border-radius: 0 12px 12px 0;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(40, 44, 47, 0.85);
}
.event-article__quote::before {
  content: "“";
  position: absolute;
  top: -2px;
  left: 18px;
  font-family: Georgia, serif;
  font-size: 56px;
  line-height: 1;
  color: #e4007f;
}
.event-article__quote cite {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  color: rgba(40, 44, 47, 0.6);
  font-style: normal;
}
.event-article__table {
  width: 100%;
  margin: 18px 0;
  border-collapse: collapse;
  font-size: 15px;
  background: #fff;
}
.event-article__table thead {
  background: #282c2f;
  color: #fff;
}
.event-article__table thead th {
  padding: 14px 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: left;
}
.event-article__table tbody tr {
  border-bottom: 1px solid #e8e8eb;
}
.event-article__table tbody tr:last-child {
  border-bottom: 0;
}
.event-article__table tbody td {
  padding: 14px 16px;
  color: #282c2f;
}
@media (max-width: 575px) {
  .event-article__table {
    font-size: 14px;
  }
  .event-article__table thead th,
  .event-article__table tbody td {
    padding: 10px 12px;
  }
}
.event-article__figure {
  margin: 18px 0;
  text-align: center;
}
.event-article__figure img {
  width: 100%;
  border-radius: 12px;
  display: block;
}
.event-article__figure figcaption {
  margin-top: 10px;
  font-size: 14px;
  color: rgba(40, 44, 47, 0.6);
}
.event-article__note {
  margin: 18px 0;
  padding: 12px 16px;
  background: rgba(228, 0, 127, 0.08);
  border-radius: 8px;
  font-size: 14px;
  color: rgba(40, 44, 47, 0.8);
}
.event-article__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.link-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  cursor: pointer;
  border: 1px solid transparent;
  text-decoration: none;
}
.link-button svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.link-button--solid {
  background: #e4007f;
  color: #fff;
  border-color: #e4007f;
}
.link-button--solid:hover {
  background: rgb(197.4, 0, 109.9552631579);
  border-color: rgb(197.4, 0, 109.9552631579);
  color: #fff;
}
.link-button--outline {
  background: transparent;
  color: #282c2f;
  border-color: #282c2f;
}
.link-button--outline:hover {
  background: #282c2f;
  color: #fff;
}

.card-grid {
  display: -ms-grid;
  display: grid;
  gap: 16px;
  margin: 18px 0;
}
.card-grid--3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767.98px) {
  .card-grid--3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .card-grid--3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.profile-card {
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.profile-card__photo {
  width: 100%;
  max-width: 137px;
  aspect-ratio: 1/1;
  margin: 0 auto 14px;
  border-radius: 50%;
  overflow: hidden;
  background: #eee;
}
.profile-card__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-card__name {
  font-size: 17px;
  font-weight: 500;
  color: #282c2f;
  margin: 0 0 4px;
}
.profile-card__role {
  font-size: 13px;
  color: #e4007f;
  margin: 0 0 10px;
  letter-spacing: 0.06em;
}
.profile-card__desc {
  font-size: 13px;
  color: rgba(40, 44, 47, 0.7);
  line-height: 1.7;
  margin: 0;
}

.logo-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 18px 0;
}
@media (max-width: 575px) {
  .logo-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.logo-grid__cell {
  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;
  gap: 10px;
  padding: 18px 20px;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  min-height: 87px;
  text-decoration: none;
  color: #282c2f;
  -webkit-transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}
.logo-grid__cell:hover {
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  color: #282c2f;
  text-decoration: none;
}
.logo-grid__cell img {
  max-width: 100%;
  max-height: 74px;
  -o-object-fit: contain;
     object-fit: contain;
}
.logo-grid__name {
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  color: rgba(40, 44, 47, 0.85);
}

.event-info-card {
  position: relative;
  padding: 40px 32px 32px;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 16px 32px rgba(59, 87, 106, 0.12);
          box-shadow: 0 16px 32px rgba(59, 87, 106, 0.12);
}
@media (max-width: 992px) {
  .event-info-card {
    margin-top: 8px;
  }
}
@media (max-width: 575px) {
  .event-info-card {
    padding: 28px 22px;
  }
}
@media (min-width: 992px) {
  .event-info-card {
    position: sticky;
    top: 32px;
  }
}
.event-info-card__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  color: #282c2f;
  font-family: "Fjalla One", sans-serif;
  margin-bottom: 22px;
}
.event-info-card__year {
  font-size: 24px;
  letter-spacing: 0.04em;
}
.event-info-card__range {
  font-size: 50px;
  letter-spacing: 0.05em;
  margin-top: 8px;
}
@media (max-width: 575px) {
  .event-info-card__range {
    font-size: 40px;
  }
}
.event-info-card__title {
  font-size: 24px;
  font-weight: 500;
  color: #282c2f;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin: 0 0 18px;
}
@media (max-width: 575px) {
  .event-info-card__title {
    font-size: 20px;
  }
}
.event-info-card__meta {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}
.event-info-card__meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  padding: 6px 0;
  font-size: 15px;
  line-height: 1.6;
  color: #282c2f;
}
.event-info-card__meta li a {
  color: #282c2f;
  word-break: break-all;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.event-info-card__meta li a:hover {
  color: #e4007f;
}
.event-info-card__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2px;
}
.event-info-card__desc {
  font-size: 15px;
  line-height: 1.9;
  color: rgba(40, 44, 47, 0.85);
  margin: 0 0 24px;
}
.event-info-card__cta {
  width: 100%;
}

.event-cta-floating {
  display: none;
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1030;
  height: 52px;
  padding: 0 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e4007f;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.06em;
  border-radius: 999px;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  text-decoration: none;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
.event-cta-floating:hover, .event-cta-floating:focus {
  color: #fff;
  text-decoration: none;
}
.event-cta-floating.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 992px) {
  .event-cta-floating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body {
  font-size: 0.875rem;
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 0.05em;
  position: relative;
}
body.page-plain {
  background: #F0F0F0;
  min-height: 100vh;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p {
  line-height: 1.8;
}

a {
  text-decoration: none;
}

.section-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 163px;
  height: 47px;
  padding: 6px 32px;
  background: #030303;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin: 0;
}
.section-tag--lg {
  min-width: 163px;
  font-size: 24px;
}
@media (max-width: 575px) {
  .section-tag {
    min-width: 0;
    font-size: 16px;
    height: 42px;
    padding: 6px 22px;
  }
}