@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Noto+Sans+TC:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

* {
  box-sizing: border-box;
  scroll-behavior: none;
}

body {
  font-family: 'Playfair Display', 'Noto Sans TC', sans-serif;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.w-100 {
  width: 100% !important;
}

footer {
  padding: 72px 0 32px;
  color: #343434;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.04em;
  border-top: 1px solid rgba(179, 179, 179, 0.40);
}

.media,
.foot-link {
  display: flex;
  align-items: center;
}

.media li {
  display: inline-block;
  margin-right: 8px;
}

.foot-link li {
  display: inline-block;
  margin-right: 40px;
}

.foot-link li:last-child {
  margin-right: 0;
}

.lable {
  color: #B6B6B6;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}

footer a {
  color: #343434;
  text-decoration: none;
}

footer a.fix {
  font-family: "DM Serif Text";
}

.footer-row {
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
}

.footer-col {
  width: 33.3%;
  padding-right: 20px;
  margin-bottom: 40px;
}

.moment-data {
  position: relative;
}

.moment-btn {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.moment-content {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 0.5625;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.moment-content.pass {
  z-index: -1;
}
.moment-content.active {
  position: relative;
  z-index: 1;
}

.moment-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.moment-content.active img {
  opacity: 0;
  animation: boxClip 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s forwards;
}

@keyframes boxClip {
  from {
    opacity: 0;
    clip-path: inset(75% 75% 75% 75%);
  }

  to {
    opacity: 1;
    clip-path: inset(0% 0% 0% 0%);
  }
}

.moment-info {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 48px 60px;
  display: flex;
  align-items: flex-end;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s cubic-bezier(0.215, 0.610, 0.355, 1) 0.5s,
    transform 1s cubic-bezier(0.215, 0.610, 0.355, 1) 0.5s;
}

.moment-content.active .moment-info {
  opacity: 1;
  transform: translateY(0);
}

.moment-info-left {
  width: calc(100% - 320px);
  color: #fff;
}

.moment-info-right {
  width: 320px;
  text-align: right;
}

.moment-info-head {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 12px;
}

.moment-info-date {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-family: "DM Serif Text";
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.64px;
}

.moment-info-date::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #fff;
  margin: 0 12px;
}

.moment-info-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: 2.56px;
  height: 1.35em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 4px;
}

.moment-info-title-en {
  width: 100%;
  font-size: 32px;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: 2.56px;
  margin-bottom: 20px;
  height: 1.35em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.moment-info-text {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  max-height: 4.5em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.moment-info-text-en {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  max-height: 6em;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.moment-swiper {
  width: calc(100% - 40px);
  margin: 0 auto 48px auto;
  overflow: hidden;
  position: relative;
}

.moment-swiper::before {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #f6f6f6;
}

.moment-swiper::after {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: #f6f6f6;
}

.moment-card {
  padding: 0 20px;
  border-left: solid 1px #BEBEBE;
}

.moment-head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.moment-date {
  display: inline-flex;
  align-items: center;
  font-family: "DM Serif Text";
  color: #343434;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.64px;
}

.moment-date::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #343434;
  margin: 0 12px;
}

.moment-title {
  color: #757575;
  font-size: 32px;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: 0.08em;
  height: 2.7em;
  display: table-cell;
  vertical-align: middle;
}

.moment-card:hover .moment-title,
.moment-card.active .moment-title {
  color: #343434;
}

.moment-text {
  margin-top: 20px;
  color: #757575;
  font-size: 16px;
  font-weight: 600;
  line-height: 135%;
  letter-spacing: 0.64px;
  height: 1.35em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.moment-card:hover .moment-text,
.moment-card.active .moment-text {
  color: #343434;
}

.home-section-2 {
  background: rgba(167, 167, 167, 0.10);
  padding-top: 80px;
}

.section-2-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
  padding: 0 40px;
}

.moment-control {
  display: inline-flex;
  align-items: center;
}

.swiper-btn {
  display: none;
  margin-right: 40px;
}

.pg-box {
  display: none;
}

.past-card {
  position: relative;
}

.url-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.past-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.33;
  overflow: hidden;
}

.past-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  transform-origin: center center;
  opacity: 0;
}

.past-box.active .past-img img {
  animation: revealClip 2s cubic-bezier(0.075, 0.82, 0.165, 1) var(--delay, 0s) forwards;
}

.past-card:hover .past-img img {
  transform: scale(1.1);
}

.past-info {
  padding-top: 20px;
  color: #343434;
}

.past-card:hover .past-info {
  color: #9A9A9A;
}

.past-info-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.03em;
  height: 24px;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.past-info-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  height: 21px;
  letter-spacing: 0.03em;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.past-info-date {
  font-family: "DM Serif Text", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 12px;
}

.tag {
  display: inline-block;
  color: #343434;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 8px;
  background: rgba(179, 179, 179, 0.20);
  margin-right: 8px;
}

.past-swiper {
  width: 67.89vw;
}

.past-swiper .swiper-slide {
  width: 324px;
}

.home-section-1 {
  padding: 140px 0;
  overflow: hidden;
}

.container-box {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.past-box {
  display: flex;
  align-items: center;
}

.past-left {
  width: 380px;
  padding: 0 40px;
}

.past-right {
  width: calc(100% - 380px);
}

.section-title {
  color: #343434;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.01em;
  margin-bottom: 48px;
  overflow: hidden;
}

.section-title span {
  display: inline-block;
}

.past-control {
  display: flex;
  padding-top: 12px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.btn-function {
  display: inline-flex;
  align-items: center;
}

.btn-next {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(167, 167, 167, 0.20);
  background-image: url(../images/next.svg);
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: center center;
  margin-left: 4px;
}

.btn-next:hover {
  background-image: url(../images/next-1.svg);
  background-color: #343434;
}

.btn-prev {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(167, 167, 167, 0.20);
  background-image: url(../images/prev.svg);
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: center center;
}

.btn-prev:hover {
  background-image: url(../images/prev-1.svg);
  background-color: #343434;
}

.btn-prev.swiper-button-disabled {
  background-color: rgba(167, 167, 167, 0.20);
  background-image: url(../images/prev-2.svg);
  pointer-events: none;
  cursor: default;
}

.btn-next.swiper-button-disabled {
  background-color: rgba(167, 167, 167, 0.20);
  background-image: url(../images/next-2.svg);
  pointer-events: none;
  cursor: default;
}

.btn-black {
  color: #343434;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  background: rgba(167, 167, 167, 0.20);
  text-decoration: none;
}

.btn-black span {
  display: inline-block;
  width: 10px;
  height: 7px;
  background-image: url(../images/bt-icon-1.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin-left: 12px;
}

.btn-black:hover {
  background: #343434;
  color: #fff;
}

.btn-black:hover span {
  background-image: url(../images/bt-icon.svg);
}

.btn-white {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  background: rgba(167, 167, 167, 0.20);
  text-decoration: none;
}

.btn-white span {
  display: inline-block;
  width: 10px;
  height: 7px;
  background-image: url(../images/bt-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin-left: 12px;
}

.btn-white:hover {
  background: #fff;
  color: #343434;
}

.btn-white:hover span {
  background-image: url(../images/bt-icon-1.svg);
}

header {
  width: 100%;
  height: 62px;
  border-bottom: 1px solid rgba(179, 179, 179, 0.40);
  background: #FFF;
  padding: 0 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.logo {
  width: 70px;
}

.menu {
  display: inline-flex;
}

.menu li {
  display: inline-block;
  margin-left: 56px;
}

.menu li a {
  color: #343434;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.64px;
  text-decoration: none;
}

.banner {
  padding-top: 100px;
  margin-top: 62px;
}

.banner-info {
  width: 100%;
  max-width: 1440px;
  padding: 0 80px;
  margin: 0 auto;
}

.banner-sub-title {
  color: #343434;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.banner-title {
  color: #343434;
  font-size: 112px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin-bottom: 56px;
}

.banner-title i {
  display: inline-block;
  overflow: hidden;
}

.banner-title i span {
  display: inline-block;
}

.my-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.my-swiper .swiper-slide {
  width: auto;
}

/* .marquee-wrapper {
  white-space: nowrap;
}

.marquee-wrapper.active {
  animation: moveSlideshow 30s linear infinite;
}

.marquee-wrapper:hover {
  animation-play-state: paused;
}

@keyframes moveSlideshow {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(var(--marquee-width) * -1));
  }
} */

.marquee-card {
  display: inline-block;
  position: relative;
  height: 623px;
  overflow: hidden;
  transition: width 0.5s ease-in-out;
  font-size: 0;
  white-space: nowrap;
}

.card-1 {
  width: 288px;
}

.card-2 {
  width: 368px;
}

.card-2 .small-img {
  margin-top: 68px;
}

.card-3 {
  width: 443px;
}

.card-4 {
  width: 247px;
}

.card-4 .small-img {
  margin-top: 149px;
}

.marquee-card .small-img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.marquee-card .small-img img {
  opacity: 0;
  animation: revealClip 2s cubic-bezier(0.075, 0.82, 0.165, 1) var(--delay, 0s) forwards;
}

@keyframes revealClip {
  from {
    opacity: 0;
    clip-path: inset(100% 0% 0% 0%);
  }

  to {
    opacity: 1;
    clip-path: inset(0% 0% 0% 0%);
  }
}

.marquee-card .big-img {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0.1s;
}

.marquee-card:hover {
  width: 1109px;
  height: 623px;
}

.marquee-card:hover .small-img {
  opacity: 0;
}

.marquee-card:hover .big-img {
  opacity: 1;
}

.marquee-card-info {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 3;
  left: 0;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.00) -1.26%, #121212 80.92%);
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) .4s;
}

.marquee-card:hover .marquee-card-info {
  height: auto;
  opacity: 1;
  transform: translateY(0);
}

.info-text {
  width: 100%;
}

.info-text-tw {
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.07em;
  height: 30px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}

.info-text-en {
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.07em;
  height: 30px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width:1440px) {
  .past-swiper {
    width: calc(100% + 40px);
  }
}

@media (max-width:1024px) {
  .swiper-btn {
    display: inline-block;
  }

  .footer-col {
    width: 50%;
  }

  .btn-white,
  .btn-black {
    font-size: 14px;
  }

  .moment-info-head {
    font-size: 14px;
  }

  .moment-info-date,
  .moment-date {
    font-size: 14px;
  }

  .moment-info-title,
  .moment-info-title-en {
    font-size: 28px;
    letter-spacing: 2.2px;
    margin-bottom: 12px;
  }

  .moment-info-text {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .moment-info-text-en {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .moment-info {
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .moment-info-left {
    width: 100%;
  }

  .moment-info-right {
    width: 100%;
    text-align: center;
  }

  .past-swiper {
    width: 100%;
  }

  header {
    padding: 0 32px;
  }

  .banner {
    padding-top: 40px;
  }

  .banner-info {
    padding: 0 24px;
  }

  .banner-sub-title {
    font-size: 18px;
  }

  .banner-title {
    font-size: 70px;
    margin-bottom: 40px;
    line-height: 1.16;
  }

  .banner-title span {}

  .marquee-card {
    height: 286px;
  }

  .marquee-card:hover {
    width: 510px;
    height: 286px;
  }

  .card-1 {
    width: 132px;
  }

  .card-2 {
    width: 169px;
  }

  .card-2 .small-img {
    margin-top: 31px;
  }

  .card-3 {
    width: 204px;
  }

  .card-4 {
    width: 114px;
  }

  .card-4 .small-img {
    margin-top: 68px;
  }

  .marquee-card-info {
    padding: 8px 24px;
  }

  .info-text-tw {
    font-size: 18px;
    line-height: 24px;
    height: 24px;
    margin-bottom: 8px;
    width: 100%;
  }

  .info-text-en {
    font-size: 18px;
    line-height: 24px;
    height: 24px;
    width: 100%;
  }

  .marquee-card-info .btn-white {
    color: transparent;
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
  }

  .marquee-card-info .btn-white span {
    display: none;
  }

  .button-container {
    position: absolute;
    top: 20px;
    right: 32px;
    height: 24px;
    width: 24px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
  }

  .button-container:hover {
    opacity: .9;
  }

  .button-container.active .top {
    -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
    transform: translateY(6px) translateX(0) rotate(45deg);
  }

  .button-container.active .middle {
    opacity: 0;
  }

  .button-container.active .bottom {
    -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
    transform: translateY(-6px) translateX(0) rotate(-45deg);
  }

  .button-container span {
    border: none;
    height: 2px;
    width: 16px;
    border-radius: 2px;
    position: absolute;
    top: 5px;
    left: 4px;
    transition: all .35s ease;
    background-color: #000;
  }

  .button-container span:nth-of-type(2) {
    top: 11px;
  }

  .button-container span:nth-of-type(3) {
    top: 17px;
  }

  .menu {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    background-color: #FFF;
    height: calc(100dvh - 62px);
    width: 100%;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
  }

  .menu.active {
    max-height: 100vh;
  }

  .menu li {
    display: inline-block;
    margin-left: 0;
    padding: 16px 32px;
  }

  .menu li:first-child {
    margin-top: 32px;
  }

  .past-box {
    flex-direction: column;
  }

  .past-left {
    width: 100%;
    padding: 0 40px;
  }

  .section-title {
    font-size: 34px;
    margin-bottom: 40px;
  }

  .past-right {
    width: 100%;
    padding-left: 40px;
  }

  .home-section-1 {
    padding: 120px 0 60px;
  }

  .past-control {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .moment-content {
    overflow: hidden;
    width: 100%;
    height: 600px;
    aspect-ratio: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

@media (max-width:768px) {
  .footer-col {
    width: 100%;
  }

  .home-section-2 {
    padding-top: 60px;
    padding-bottom: 158px;
    position: relative;
  }

  .moment-control .btn-black {
    position: absolute;
    width: calc(100% - 48px);
    left: 24px;
    bottom: 60px;
    justify-content: center;
  }

  .swiper-btn {
    display: inline-flex;
    align-items: center;
    margin-right: 0;
  }
}

@media (max-width:540px) {

  .pg-total,
  .pg-now {
    width: 22px;
  }

  .moment-swiper::before,
  .moment-swiper::after {
    display: none;
  }

  .section-2-head {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 40px;
    padding: 0 24px;
  }

  .moment-card {
    padding: 0;
    border-left: none;
  }

  .swiper-btn {
    margin-top: 40px;
    margin-left: -12px;
  }

  footer {
    padding: 60px 0 44px;
    font-size: 16px;
  }

  .footer-row {
    padding: 0 24px;
  }

  .footer-col {
    width: 100%;
    margin-bottom: 16px;
  }

  .footer-logo {
    width: 280px;
    margin-bottom: 24px;
  }

  .media {
    margin-bottom: 24px;
  }

  .foot-link {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: -16px;
  }

  .foot-link li {
    margin-bottom: 16px;
  }

  .marquee-card {
    height: 272px;
    vertical-align: top;
  }

  .marquee-card:hover {
    width: 100vw;
    height: 56.25vw;
  }

  .past-left {
    width: 100%;
    padding: 0 24px;
  }

  .past-right {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pg-box {
    display: inline-flex;
    align-items: center;
    font-family: "DM Serif Text", serif;
    color: #343434;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.2em;
  }

  .dash {
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #B6B6B6;
    margin: 0 20px;
  }

  .btn-prev {
    width: 40px;
    height: 20px;
    background-color: transparent;
  }

  .btn-next {
    width: 40px;
    height: 20px;
    background-color: transparent;
  }

  .btn-next:hover {
    background-image: url(../images/next.svg);
    background-color: transparent;
  }

  .btn-prev:hover {
    background-image: url(../images/prev.svg);
    background-color: transparent;
  }

  .btn-prev.swiper-button-disabled {
    background-color: transparent;
  }

  .btn-next.swiper-button-disabled {
    background-color: transparent;
  }

  .past-box {
    padding-bottom: 160px;
    position: relative;
  }

  .past-control {
    width: 100%;
    padding: 0 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .btn-function {
    margin-bottom: 60px;
  }

  .past-control .btn-black {
    width: 100%;
    justify-content: center;
  }
}