@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap);
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}
body {
  position: relative;
  overflow-x: hidden
}
button,
ol,
ul {
  margin: 0;
  padding: 0
}
blockquote,
q {
  quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
:focus,
a:active,
a:focus,
a:hover,
button:focus {
  text-decoration: none;
  outline: 0
}
a,
button {
  border: none;
  font-size: unset;
  padding: 0;
  margin: 0;
  background: 0 0;
  background-color: none;
  outline: 0;
  border: none
}
img {
  max-width: 100%;
  height: auto
}
.tab-content > .tab-pane {
  height: 0;
  display: block;
  opacity: 0;
  pointer-events: none
}
.tab-content > .active {
  height: auto;
  opacity: 1;
  pointer-events: auto
}
.nav-pills .nav-link,
.nav-pills a.nav-link,
.nav-pills a.nav-link.active,
.nav-tabs .nav-link,
.nav-tabs a.nav-link,
.nav-tabs a.nav-link.active {
  padding: 0;
  background: 0 0;
  background-color: none
}
.tab-pane {
  display: none
}
.tab-pane.active {
  display: block
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}
body {
  background: #0f0f18;
  color: #fff;
  font-family: "Noto Sans TC",sans-serif,Arial;
  font-family: Outfit,sans-serif;
  background-color: #0a0a0a;
  color: #fff;
  overflow-x: hidden
}
footer#ft {
  background: #000;
  border-top: 1px solid #ffffff34;
  margin-bottom: 80px
}
.bg-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}
.nav-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 100%;
  background: url(../images/listTitle.webp) no-repeat center center/contain
}
@media only screen and (max-width:991px) {
  .nav-top::before {
    display: none
  }
}
.horizontal-scroll-container {
  display: flex;
  flex-wrap: nowrap;
  height: 100vh;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  align-items: center
}
.horizontal-scroll-container::-webkit-scrollbar {
  display: none
}
@media only screen and (max-width:1600px) {
  .horizontal-scroll-container {
    height: auto;
    flex-direction: column;
    padding: 120px 0;
    width: 100%
  }
}
.horizontal-scroll-container .pc-none {
  padding: 0 12px;
  max-width: 88%
}
@media only screen and (min-width:992px) {
  .horizontal-scroll-container .pc-none {
    display: none
  }
}
.bg-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  overflow: hidden
}
.bg-image .bg1,
.bg-image .bg2,
.bg-image .bg3,
.bg-image .bg4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 105%;
  height: 105%;
  background-size: cover;
  background-position: center
}
.bg-image .bg1 {
  background: url(../images/1BG.webp) no-repeat 50% 0/cover
}
.bg-image .bg2 {
  background: url(../images/2BG.webp) no-repeat 50% 0/cover
}
.bg-image .bg3 {
  background: url(../images/3BG.webp) no-repeat 50% 0/cover
}
.bg-image .bg4 {
  background: url(../images/4BG.webp) no-repeat 50% 0/cover
}
.month-section {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100vw;
  max-height: calc(100vh - 160px);
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 8vw;
  gap: 3rem
}
@media only screen and (max-width:1600px) {
  .month-section {
    flex-direction: column;
    max-height: none;
    border-left: none;
    padding: 80px 2vw
  }
}
.month-section#may {
  padding-right: 30vw
}
@media only screen and (max-width:1600px) {
  .month-section#may {
    padding: 80px 2vw
  }
}
.month-section#may .card {
  max-width: 800px
}
.month-section .month-header {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content
}
.month-section .month-header h2 {
  font-size: 2rem;
  font-weight: 300;
  color: rgba(255,255,255,.5)
}
.month-section .month-header h1 {
  font-size: 5rem;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(to right,#fff,#aaa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}
.cards-container {
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  align-items: center;
  gap: 4rem
}
@media only screen and (max-width:1600px) {
  .cards-container {
    gap: 1.5rem
  }
}
@media only screen and (max-width:1200px) {
  .cards-container {
    flex-direction: column
  }
}
.cards-container .column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-between
}
.cards-container .column .bottom,
.cards-container .column .top {
  display: flex;
  gap: 4rem
}
@media only screen and (max-width:1600px) {
  .cards-container .column .bottom,
  .cards-container .column .top {
    flex-direction: column;
    gap: 2rem
  }
}
.cards-container .column .bottom {
  margin-left: 8rem
}
.cards-container .card {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  overflow: hidden;
  background: 0 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: none
}
.cards-container .card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .3s ease
}
.cards-container .card:hover::after {
  opacity: 1
}
.cards-container .card.s12 {
  -ms-grid-row-align: stretch;
  align-self: stretch
}
@media only screen and (max-width:1200px) {
  .cards-container .card.s12 {
    -ms-grid-row-align: center;
    align-self: center
  }
}
.cards-container .card.s13,
.cards-container .card.s32 {
  align-self: flex-end
}
@media only screen and (max-width:1200px) {
  .cards-container .card.s13,
  .cards-container .card.s32 {
    -ms-grid-row-align: center;
    align-self: center
  }
}
.cards-container .card.s11::after {
  background: url(../images/Aimg1_hover.webp) no-repeat center center/cover
}
.cards-container .card.s12::after {
  background: url(../images/Bimg11_hover.webp) no-repeat center center/cover
}
.cards-container .card.s13::after {
  background: url(../images/Bimg12_hover.webp) no-repeat center center/cover
}
.cards-container .card.s14::after {
  background: url(../images/Cimg1_hover.webp) no-repeat center center/cover
}
.cards-container .card.s15::after {
  background: url(../images/Bimg13_hover.webp) no-repeat center center/cover
}
.cards-container .card.s41::after {
  background: url(../images/Dimg_hover.webp) no-repeat center center/cover
}
.cards-container .card.s21,
.cards-container .card.s22,
.cards-container .card.s31,
.cards-container .card.s32,
.cards-container .card.s33,
.cards-container .card.s41 {
  pointer-events: none
}
.cards-container .card.new::before {
  content: "";
  position: absolute;
  top: 13.7%;
  right: 15%;
  width: 40px;
  height: 58px;
  background: url(../images/flageNew.webp) no-repeat center center/contain;
  z-index: 10
}
@media only screen and (max-width:767px) {
  .cards-container .card.new::before {
    top: 12.7%
  }
}
.cards-container .card.newB::before {
  top: 6.7%;
  right: 4%
}
@media only screen and (max-width:1200px) {
  .cards-container .card.newB::before {
    top: 6.7%
  }
}
.cards-container .card.newC::before {
  top: 11%;
  right: 5%
}
.cards-container .card .card-image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}
.cards-container .card .card-image img {
  transition: 1s all
}
@media only screen and (max-width:1200px) {
  .cards-container .card.Bimg {
    align-items: center
  }
}
.cards-container .card.Bimg .card-content {
  bottom: 8%
}
.cards-container .card.Bimg .card-content h3 {
  font-size: 36px
}
@media only screen and (max-width:1200px) {
  .cards-container .card.Bimg .card-content h3 {
    font-size: 28px
  }
}
.cards-container .card.Bimg .card-content h4 {
  font-size: 24px
}
@media only screen and (max-width:1200px) {
  .cards-container .card.Bimg .card-content h4 {
    font-size: 20px
  }
}
.cards-container .card.Bimg .card-content p {
  font-size: 18px
}
@media only screen and (max-width:1200px) {
  .cards-container .card.Bimg .card-content p {
    font-size: 16px
  }
}
.cards-container .card.Cimg .card-content {
  bottom: 15%
}
.cards-container .card.Cimg .card-content h3 {
  font-size: 28px
}
@media only screen and (max-width:1200px) {
  .cards-container .card.Cimg .card-content h3 {
    font-size: 20px
  }
}
.cards-container .card.Cimg .card-content h4 {
  font-size: 28px
}
@media only screen and (max-width:1200px) {
  .cards-container .card.Cimg .card-content h4 {
    font-size: 20px
  }
}
.cards-container .card.Cimg .card-content p {
  font-size: 18px
}
@media only screen and (max-width:1200px) {
  .cards-container .card.Cimg .card-content p {
    font-size: 16px
  }
}
.cards-container .card .card-content {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 5;
  gap: 4px;
  width: 100%
}
.cards-container .card .card-content h3 {
  font-size: 42px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  margin: 0
}
@media only screen and (max-width:1200px) {
  .cards-container .card .card-content h3 {
    font-size: 30px
  }
}
.cards-container .card .card-content h4 {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500
}
@media only screen and (max-width:1200px) {
  .cards-container .card .card-content h4 {
    font-size: 20px
  }
}
.cards-container .card .card-content p {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  color: #9e9e9e;
  letter-spacing: 0
}
@media only screen and (max-width:1200px) {
  .cards-container .card .card-content p {
    font-size: 16px
  }
}
#mar .cards-container {
  align-items: flex-start
}
@media only screen and (max-width:1200px) {
  #mar .cards-container {
    align-items: center
  }
}
.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000
}
@media only screen and (max-width:767px) {
  .bottom-nav {
    height: 70px
  }
}
.bottom-nav::before {
  content: "";
  position: absolute;
  top: 54px;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../images/line1.webp) no-repeat 0 0/contain;
  z-index: -1
}
@media only screen and (max-width:767px) {
  .bottom-nav::before {
    top: 43px;
    background: url(../images/line2.webp) no-repeat 0 0/contain
  }
}
.bottom-nav::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  height: 100%;
  z-index: -2;
  -webkit-mask: linear-gradient(to top,#000 40%,rgba(0,0,0,0) 100%);
  mask: linear-gradient(to top,#000 40%,rgba(0,0,0,0) 100%);
  background: #00000088
}
.bottom-nav .nav-list {
  display: flex;
  list-style: none;
  gap: 4rem;
  align-items: center;
  justify-content: center
}
@media only screen and (max-width:767px) {
  .bottom-nav .nav-list {
    gap: 0;
    flex-wrap: nowrap;
    padding: 0 20px;
    overflow-x: scroll;
    justify-content: flex-start
  }
}
.bottom-nav .nav-list li {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content
}
.bottom-nav .nav-list li:nth-child(1) a {
  background: url(../images/sideBtn1.webp) no-repeat 0 0/contain;
  transition: .3s all
}
.bottom-nav .nav-list li:nth-child(1) a.active,
.bottom-nav .nav-list li:nth-child(1) a:hover {
  background: url(../images/sideBtn1_hover.webp) no-repeat 0 0/contain
}
.bottom-nav .nav-list li:nth-child(2) a {
  transition: .3s all;
  background: url(../images/sideBtn2.webp) no-repeat 0 0/contain
}
.bottom-nav .nav-list li:nth-child(2) a.active,
.bottom-nav .nav-list li:nth-child(2) a:hover {
  background: url(../images/sideBtn2_hover.webp) no-repeat 0 0/contain
}
.bottom-nav .nav-list li:nth-child(3) a {
  transition: .3s all;
  background: url(../images/sideBtn3.webp) no-repeat 0 0/contain
}
.bottom-nav .nav-list li:nth-child(3) a.active,
.bottom-nav .nav-list li:nth-child(3) a:hover {
  background: url(../images/sideBtn3_hover.webp) no-repeat 0 0/contain
}
.bottom-nav .nav-list li:nth-child(4) a {
  transition: .3s all;
  background: url(../images/sideBtn5.webp) no-repeat 0 0/contain
}
.bottom-nav .nav-list li:nth-child(4) a.active,
.bottom-nav .nav-list li:nth-child(4) a:hover {
  background: url(../images/sideBtn5_hover.webp) no-repeat 0 0/contain
}
@media only screen and (max-width:1600px) {
  .bottom-nav .nav-list li:last-child {
    display: none
  }
}
.bottom-nav .nav-list .nav-link {
  display: inline-block;
  width: 120px;
  height: 60px
}
@media only screen and (max-width:767px) {
  .bottom-nav .nav-list .nav-link {
    width: 80px;
    height: 45px
  }
}
.bottom-nav .nav-list button {
  background: url(../images/sideBtn4.webp) no-repeat 0 0/contain;
  width: 180px;
  height: 48px;
  transition: .3s all
}
.bottom-nav .nav-list button:hover {
  background: url(../images/sideBtn4_hover.webp) no-repeat 0 0/contain
}
.modal-backdrop.show {
  opacity: .8
}
#eventModal {
  padding: 0!important
}
#eventModal .modal-dialog.modal-dialog-centered {
  max-width: 100%;
  margin: 0 auto
}
#eventModal .modal-dialog.modal-dialog-centered .modal-content {
  background: 0 0;
  height: 100vh;
  align-items: center;
  justify-content: center;
  gap: 80px;
  transition: .3s all;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px)
}
#eventModal .modal-dialog.modal-dialog-centered .modal-content .modal-header {
  width: 100%;
  justify-content: center;
  border: none
}
#eventModal .modal-dialog.modal-dialog-centered .modal-content .modal-header h5 {
  font-size: 80px;
  line-height: 1;
  text-align: center
}
#eventModal .modal-dialog.modal-dialog-centered .modal-content .close-btn {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 0;
  right: 65px;
  top: 64px;
  z-index: 10
}
#eventModal .modal-dialog.modal-dialog-centered .modal-content .close-btn::after,
#eventModal .modal-dialog.modal-dialog-centered .modal-content .close-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 69px;
  height: 2px;
  background-color: #fff;
  transition: 1s all
}
#eventModal .modal-dialog.modal-dialog-centered .modal-content .close-btn::before {
  transform: translate(-50%,-50%) rotate(45deg)
}
#eventModal .modal-dialog.modal-dialog-centered .modal-content .close-btn::after {
  transform: translate(-50%,-50%) rotate(-45deg)
}
#eventModal .modal-dialog.modal-dialog-centered .modal-content .close-btn:hover::before {
  transform: translate(-50%,-50%) rotate(-30deg)
}
#eventModal .modal-dialog.modal-dialog-centered .modal-content .close-btn:hover::after {
  transform: translate(-50%,-50%) rotate(30deg)
}
#eventModal .modal-dialog.modal-dialog-centered .modal-content .modal-main {
  padding: 0 12px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 60px;
  width: 100%;
  position: relative
}
#eventModal .modal-dialog.modal-dialog-centered .modal-content .modal-main::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../images/line2.webp) no-repeat 0 0/contain;
  z-index: -1
}
#eventModal .modal-dialog.modal-dialog-centered .modal-content .modal-main .month {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 17%;
  gap: 36px
}
#eventModal .modal-dialog.modal-dialog-centered .modal-content .modal-main .month:nth-child(1) .title {
  background: url(../images/listTit1.webp) no-repeat 0 0/contain
}
#eventModal .modal-dialog.modal-dialog-centered .modal-content .modal-main .month:nth-child(2) .title {
  background: url(../images/listTit2.webp) no-repeat 0 0/contain
}
#eventModal .modal-dialog.modal-dialog-centered .modal-content .modal-main .month:nth-child(3) .title {
  background: url(../images/listTit3.webp) no-repeat 0 0/contain
}
#eventModal .modal-dialog.modal-dialog-centered .modal-content .modal-main .month:nth-child(4) .title {
  background: url(../images/listTit4.webp) no-repeat 0 0/contain
}
#eventModal .modal-dialog.modal-dialog-centered .modal-content .modal-main .month .title {
  width: 123px;
  height: 64px;
  opacity: 0
}
#eventModal .modal-dialog.modal-dialog-centered .modal-content .modal-main .month .detail {
  display: flex;
  gap: 40px
}
#eventModal .modal-dialog.modal-dialog-centered .modal-content .modal-main .month .detail ul li {
  font-size: 24px;
  line-height: 28px;
  color: #eee;
  font-weight: 400;
  margin-bottom: 24px;
  text-align: center;
  opacity: 0
}
#eventModal .modal-dialog.modal-dialog-centered .modal-content .modal-main .month .detail ul li a {
  text-decoration: none;
  color: #b0a9a9;
  line-height: 1.4;
  transition: .3s all
}
#eventModal .modal-dialog.modal-dialog-centered .modal-content .modal-main .month .detail ul li a:hover {
  color: #fff;
  text-shadow: 0 0 10px rgba(255,255,255,.8)
}
#eventModal .modal-dialog.modal-dialog-centered .modal-content .modal-main .month .detail ul li a.new {
  position: relative
}
#eventModal .modal-dialog.modal-dialog-centered .modal-content .modal-main .month .detail ul li a.new::after {
  content: "";
  position: absolute;
  top: 0;
  right: -8px;
  width: 4px;
  height: 4px;
  background: #c12e0c;
  border-radius: 50%
}
@-webkit-keyframes heartbeat {
  0% {
    transform: scale(1);
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  10% {
    transform: scale(.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  17% {
    transform: scale(.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  33% {
    transform: scale(.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  45% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
}
@keyframes heartbeat {
  0% {
    transform: scale(1);
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  10% {
    transform: scale(.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  17% {
    transform: scale(.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  33% {
    transform: scale(.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  45% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
}
.falling-leaves {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  overflow: hidden;
  pointer-events: none;
  z-index: 101
}
.leaf-scene {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform-style: preserve-3d
}
.leaf-scene div {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 17px;
  background: url(../images/petal.png) no-repeat;
  background-size: 100%;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible;
  backface-visibility: visible
}