.stage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.stage .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slogan {
  position: absolute;
  opacity: 0;
}

@media (min-width: 1920px) {
  .container {
    max-width: 1700px;
  }
}
@media (max-width: 991px) {
  .container {
    padding: 0;
  }
}

.bannerArea {
  overflow: hidden;
}
.bannerArea .bannerBox {
  min-height: 100vh;
  align-items: end;
  padding-bottom: 2.5rem;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox {
    min-height: 0;
    padding: 10% 0 20% 0;
  }
}
.bannerArea .bannerBox img {
  display: block;
  margin: 0 auto;
  width: 12%;
}
@media (max-width: 1919px) {
  .bannerArea .bannerBox img {
    width: 16%;
  }
}
.bannerArea .bannerBox img:first-child {
  margin-bottom: 2.5rem;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox img:first-child {
    margin-bottom: 93%;
    width: 34%;
  }
}
.bannerArea .bannerBox .logo {
  width: 17%;
}
@media (max-width: 1919px) {
  .bannerArea .bannerBox .logo {
    width: 21%;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .logo {
    width: 50%;
  }
}
.bannerArea .bannerBox .title {
  color: #fff;
  font-family: "Noto Serif TC", serif;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .bannerArea .bannerBox .title {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}

.page {
  overflow: hidden;
}
.page b {
  font-family: "Cinzel", serif;
  color: #8a6e4b;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.2;
  z-index: 5;
}
@media (max-width: 1500px) {
  .page b {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .page b {
    font-size: 2.5rem;
  }
}
.page b small {
  font-size: 2rem;
}
.page small {
  font-family: "Cinzel", serif;
  color: #8a6e4b;
  font-size: 0.9rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .page small {
    font-size: 0.5rem;
  }
}
.page .time small {
  line-height: 1.3;
  margin-right: 10px;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .page .time small {
    font-size: 1.5rem;
  }
}
.page .time b {
  display: block;
  font-size: 6.5rem;
  line-height: 1;
}
@media (max-width: 1500px) {
  .page .time b {
    font-size: 5.5rem;
  }
}
@media (max-width: 767px) {
  .page .time b {
    font-size: 3rem;
  }
}
.page .titleBox {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .page .titleBox {
    display: block;
    margin-bottom: 1rem;
    padding: 0 4% 2rem 4%;
  }
}
.page .titleBox::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #8a6e4b;
  position: absolute;
  top: 2.6rem;
  left: 0;
}
@media (max-width: 1500px) {
  .page .titleBox::after {
    top: 2rem;
  }
}
@media (max-width: 991px) {
  .page .titleBox::after {
    top: auto;
    bottom: 0;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page .titleBox b {
  z-index: 2;
}
@media (max-width: 767px) {
  .page .titleBox b {
    font-size: 2rem;
  }
}
.page .titleBox b span {
  background: #fff;
  display: inline-block;
  padding-right: 1rem;
}
.page .titleBox .time {
  z-index: 2;
  display: flex;
  align-items: start;
  background: #fff;
  padding-left: 1rem;
  font-family: "Cinzel", serif;
  color: #8a6e4b;
  line-height: 1;
}
@media (max-width: 991px) {
  .page .titleBox .time {
    padding-left: 0;
    margin-top: 2rem;
  }
}
.page .titleBox .time small {
  line-height: 1.3;
  margin-right: 10px;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .page .titleBox .time small {
    font-size: 1.2rem;
  }
}
.page .titleBox .time b {
  display: block;
  font-size: 5rem;
  line-height: 1;
}
@media (max-width: 1500px) {
  .page .titleBox .time b {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .page .titleBox .time b {
    font-size: 2.5rem;
  }
}

.Txt {
  z-index: 5;
}
.Txt h2 {
  font-family: "Noto Serif TC", serif;
  letter-spacing: 2px;
  font-weight: 500;
}
@media (max-width: 1500px) {
  .Txt h2 {
    font-size: 1.7rem;
  }
}
@media (max-width: 991px) {
  .Txt h2 {
    font-size: 1.5rem;
  }
}
.Txt h3 {
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
}
@media (max-width: 1500px) {
  .Txt .h1 {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .Txt .h1 {
    font-size: 1.5rem;
  }
}

.text-primary {
  color: #8a6e4b;
}

.page01 {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .page01 {
    flex-direction: column-reverse;
  }
}
.page01 .topBox {
  padding: 5% 0 5% 10%;
}
@media (max-width: 991px) {
  .page01 .topBox {
    padding: 4rem 0 5rem 0;
  }
}
.page01 .topBox b {
  display: inline-block;
  margin-top: 52%;
}
@media (max-width: 991px) {
  .page01 .topBox b {
    display: block;
    text-align: center;
    margin-top: 3rem;
    font-size: 2rem;
  }
}
.page01 .topBox .imgBox {
  align-items: center;
  justify-content: end;
}
@media (max-width: 991px) {
  .page01 .topBox .imgBox {
    margin-top: 4rem;
  }
}
.page01 .bottomBox {
  margin-bottom: 5%;
}
@media (max-width: 767px) {
  .page01 .bottomBox {
    padding-top: 20%;
    background: #084279;
  }
}
.page01 .bottomBox .Txt {
  padding-top: 3%;
}
@media (max-width: 767px) {
  .page01 .bottomBox .Txt {
    text-align: center;
    color: #fff;
    padding-top: 3rem;
  }
}
.page01 .bottomBox .Txt b {
  color: #fff;
  font-size: 6.5rem;
  margin-bottom: 2rem;
  display: block;
}
@media (max-width: 1500px) {
  .page01 .bottomBox .Txt b {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .page01 .bottomBox .Txt b {
    font-size: 2.5rem;
  }
}
.page01 .bottomBox .Txt h2 {
  font-weight: 600;
}
.page01 .bottomBox .Txt h3 {
  font-weight: 600;
  margin-bottom: 2rem;
}
@media (max-width: 1500px) {
  .page01 .bottomBox .Txt h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .page01 .bottomBox .Txt h3 {
    font-size: 1.2rem;
  }
}

.page02 .Txt {
  z-index: 5;
  color: #8a6e4b;
}
.page02 .Txt h2 {
  margin: 3rem 0 1rem 0;
}
@media (max-width: 991px) {
  .page02 .Txt h2 {
    margin-top: 0;
    font-weight: 600;
  }
}
.page02 .Txt h3 {
  font-family: "Noto Serif TC", serif;
  letter-spacing: 2px;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .page02 .Txt h3 {
    font-size: 2rem;
    text-align: right;
    line-height: 1;
    font-family: "Cinzel", serif;
    margin-top: 2rem;
  }
}
.page02 .Txt h4 {
  line-height: 2;
  letter-spacing: 1px;
}
@media (max-width: 1500px) {
  .page02 .Txt h4 {
    font-size: 1.3rem;
  }
}
@media (max-width: 991px) {
  .page02 .Txt h4 {
    font-family: "Noto Serif TC", serif;
    line-height: 1.3;
    margin-bottom: 2rem;
  }
}
.page02 .Txt p {
  color: #000;
}
.page02 .Txt .decoTitle {
  font-family: "Cinzel", serif;
  letter-spacing: 9px;
  font-size: 1.5rem;
  text-align: right;
  font-weight: 400;
}
@media (max-width: 991px) {
  .page02 .Txt .decoTitle {
    font-size: 0.5rem;
    text-align: center;
    letter-spacing: 5px;
    margin-top: 1.5rem;
  }
}
.page02 .contentBox {
  padding: 5% 0;
}
@media (max-width: 991px) {
  .page02 .contentBox {
    padding: 2rem 0;
  }
}
.page02 .contentBox .imgSlick {
  z-index: 5;
}
@media (max-width: 991px) {
  .page02 .contentBox .imgSlick .Img .innerImg {
    padding-top: 65%;
  }
}
.page02 .contentBox .topContent {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3%;
}
@media (max-width: 991px) {
  .page02 .contentBox .topContent {
    justify-content: center;
  }
}
.page02 .contentBox .bottomContent {
  align-items: end;
}

.page03, .page06, .page08 {
  padding: 3rem 0 5rem 0;
}
@media (max-width: 991px) {
  .page03, .page06, .page08 {
    padding: 2rem 0;
  }
}
.page03 .imgSlick .slick-dots, .page06 .imgSlick .slick-dots, .page08 .imgSlick .slick-dots {
  bottom: 9%;
  text-align: right;
}
@media (max-width: 991px) {
  .page03 .imgSlick .slick-dots, .page06 .imgSlick .slick-dots, .page08 .imgSlick .slick-dots {
    text-align: center;
    bottom: -2rem;
  }
}
.page03 .contentBox, .page06 .contentBox, .page08 .contentBox {
  align-items: center;
}
@media (max-width: 991px) {
  .page03 .contentBox, .page06 .contentBox, .page08 .contentBox {
    justify-content: center;
  }
}
.page03 .contentBox .Txt, .page06 .contentBox .Txt, .page08 .contentBox .Txt {
  padding-left: 2%;
}
@media (max-width: 991px) {
  .page03 .contentBox .Txt, .page06 .contentBox .Txt, .page08 .contentBox .Txt {
    padding-left: 0;
    min-height: 288px;
  }
}
.page03 .contentBox .Txt .clock, .page06 .contentBox .Txt .clock, .page08 .contentBox .Txt .clock {
  color: #8a6e4b;
  font-family: "Cinzel", serif;
  font-weight: 400;
}
@media (max-width: 991px) {
  .page03 .contentBox .Txt .clock, .page06 .contentBox .Txt .clock, .page08 .contentBox .Txt .clock {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.page03 .contentBox .Txt .clock small, .page06 .contentBox .Txt .clock small, .page08 .contentBox .Txt .clock small {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.2rem;
}
@media (max-width: 991px) {
  .page03 .contentBox .Txt .clock small, .page06 .contentBox .Txt .clock small, .page08 .contentBox .Txt .clock small {
    font-size: 1rem;
    margin-right: 5px;
  }
}
.page03 .contentBox .Txt h2, .page06 .contentBox .Txt h2, .page08 .contentBox .Txt h2 {
  font-weight: 600;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .page03 .contentBox .Txt h2, .page06 .contentBox .Txt h2, .page08 .contentBox .Txt h2 {
    margin-bottom: 1.5rem;
  }
}
.page03 .contentBox .Txt h3, .page06 .contentBox .Txt h3, .page08 .contentBox .Txt h3 {
  font-weight: 600;
}
@media (max-width: 991px) {
  .page03 .contentBox .Txt h3, .page06 .contentBox .Txt h3, .page08 .contentBox .Txt h3 {
    font-size: 1.2rem;
  }
}
@media (max-width: 991px) {
  .page03 .contentBox .Img, .page06 .contentBox .Img, .page08 .contentBox .Img {
    margin-bottom: 1rem;
  }
}
.page03 .contentBox .Img .innerImg, .page06 .contentBox .Img .innerImg, .page08 .contentBox .Img .innerImg {
  padding-top: 58%;
}
.page03 .bottomBox, .page06 .bottomBox, .page08 .bottomBox {
  justify-content: start;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .page03 .bottomBox, .page06 .bottomBox, .page08 .bottomBox {
    justify-content: center;
    margin-top: 0rem;
  }
}
.page03 .bottomBox small, .page06 .bottomBox small, .page08 .bottomBox small {
  letter-spacing: 4px;
  font-size: 0.7rem;
}
@media (max-width: 991px) {
  .page03 .bottomBox small, .page06 .bottomBox small, .page08 .bottomBox small {
    line-height: 1.3;
    letter-spacing: 2px;
    font-size: 0.5rem;
  }
}

@media (max-width: 1500px) {
  .page03 .contentBox .Txt h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .page03 .contentBox .Txt h3 {
    padding-top: 1rem;
    font-size: 1.2rem;
  }
}
@media (max-width: 991px) {
  .page03 .bottomBox {
    display: none;
  }
}

.page02, .page04, .page05 {
  padding-top: 3.5rem;
}
@media (max-width: 991px) {
  .page02, .page04, .page05 {
    padding-top: 1.8rem;
  }
}
.page02 .stage, .page04 .stage, .page05 .stage {
  z-index: 3;
  height: 12%;
}
@media (max-width: 991px) {
  .page02 .stage, .page04 .stage, .page05 .stage {
    padding: 0 3.5%;
    height: 8%;
  }
}
.page02 .imgBox, .page04 .imgBox, .page05 .imgBox {
  z-index: 2;
}
.page02 .time b, .page04 .time b, .page05 .time b {
  margin-top: 4rem;
  line-height: 0;
}
@media (max-width: 991px) {
  .page02 .time b, .page04 .time b, .page05 .time b {
    margin-top: 2rem;
  }
}

@media (max-width: 991px) {
  .page04, .page05 {
    margin-top: 3rem;
  }
}
.page04 .time b, .page05 .time b {
  color: #fff;
}
.page04 .contentBox, .page05 .contentBox {
  padding: 7% 0;
}
@media (max-width: 991px) {
  .page04 .contentBox, .page05 .contentBox {
    padding: 3rem 0;
  }
}
.page04 .contentBox .row, .page05 .contentBox .row {
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 991px) {
  .page04 .contentBox .row, .page05 .contentBox .row {
    justify-content: center;
  }
}
.page04 .contentBox .Txt, .page05 .contentBox .Txt {
  margin-top: 17%;
}
@media (max-width: 991px) {
  .page04 .contentBox .Txt, .page05 .contentBox .Txt {
    margin-top: 3rem;
    margin-left: 16%;
  }
}
.page04 .contentBox .Txt h2, .page05 .contentBox .Txt h2 {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .page04 .contentBox .Txt h2, .page05 .contentBox .Txt h2 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
  }
}
.page04 .contentBox .Img .innerImg, .page05 .contentBox .Img .innerImg {
  padding-top: 72%;
}
@media (max-width: 991px) {
  .page04 .contentBox .Img .innerImg, .page05 .contentBox .Img .innerImg {
    padding-top: 73%;
  }
}

@media (max-width: 991px) {
  .page05 {
    padding: 2rem 0 0 0;
  }
}
.page05 .contentBox .Img .innerImg {
  padding-top: 74%;
}
@media (max-width: 991px) {
  .page05 .contentBox .Img .innerImg {
    padding-top: 71%;
  }
}

@media (max-width: 991px) {
  .page06 .titleBox::after, .page08 .titleBox::after {
    width: 0;
  }
}
.page06 .contentBox, .page08 .contentBox {
  flex-direction: row-reverse;
  align-items: end;
}
@media (max-width: 991px) {
  .page06 .contentBox, .page08 .contentBox {
    flex-direction: row;
  }
}
.page06 .contentBox .TxtBox, .page08 .contentBox .TxtBox {
  flex-direction: column-reverse;
  justify-content: start;
}
@media (max-width: 991px) {
  .page06 .contentBox .TxtBox, .page08 .contentBox .TxtBox {
    flex-direction: row;
    padding-top: 2rem;
  }
}
@media (max-width: 991px) {
  .page06 .contentBox .Txt, .page08 .contentBox .Txt {
    min-height: 150px;
  }
}
@media (max-width: 991px) {
  .page06 .contentBox .Txt h2, .page08 .contentBox .Txt h2 {
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }
}
.page06 .contentBox .Txt h2 span, .page08 .contentBox .Txt h2 span {
  margin-left: -18px;
}
@media (max-width: 991px) {
  .page06 .contentBox .Txt h2 span, .page08 .contentBox .Txt h2 span {
    margin-left: -12px;
  }
}
@media (max-width: 991px) {
  .page06 .contentBox .Txt p, .page08 .contentBox .Txt p {
    line-height: 1.7;
    font-size: 0.7rem;
  }
}

@media (max-width: 991px) {
  .page07 .titleBox::after, .page09 .titleBox::after {
    width: 0;
  }
}
.page07 .imgBox, .page09 .imgBox {
  margin-top: 4rem;
}
@media (max-width: 991px) {
  .page07 .imgBox, .page09 .imgBox {
    margin-top: 0;
  }
}
.page07 .TxtBox, .page09 .TxtBox {
  text-align: right;
}
.page07 .TxtBox .Txt, .page09 .TxtBox .Txt {
  text-align: left;
  z-index: 5;
  color: #fff;
  padding-top: 5%;
  padding-right: 10%;
  display: inline-block;
}
@media (max-width: 1500px) {
  .page07 .TxtBox .Txt, .page09 .TxtBox .Txt {
    padding-right: 5%;
  }
}
@media (max-width: 991px) {
  .page07 .TxtBox .Txt, .page09 .TxtBox .Txt {
    padding-right: 5%;
    padding-top: 7%;
  }
}
.page07 .TxtBox .Txt h2, .page09 .TxtBox .Txt h2 {
  letter-spacing: 5px;
  padding-right: 5px;
  margin-bottom: 2rem;
  display: inline-block;
}
@media (max-width: 991px) {
  .page07 .TxtBox .Txt h2, .page09 .TxtBox .Txt h2 {
    margin-bottom: 1rem;
    margin-right: 7%;
    font-size: 1.3rem;
    letter-spacing: 2px;
  }
}
.page07 .TxtBox .Txt p, .page09 .TxtBox .Txt p {
  display: inline-block;
  text-align: left;
}
@media (max-width: 991px) {
  .page07 .TxtBox .Txt p, .page09 .TxtBox .Txt p {
    font-size: 0.7rem;
  }
}

.page08 {
  background: #000;
  padding: 4rem 0 2rem 0;
}
.page08 .titleBox::after {
  background: #8a6e4b;
}
@media (max-width: 991px) {
  .page08 .titleBox::after {
    width: 0;
  }
}
.page08 .titleBox b span {
  background: #000;
}
.page08 .titleBox .time {
  background: #000;
}
.page08 .contentBox .Txt {
  color: #fff;
}
@media (max-width: 991px) {
  .page08 .contentBox .Txt {
    min-height: 160px;
  }
}
@media (max-width: 991px) {
  .page08 .contentBox .Txt h2 {
    letter-spacing: 0;
    font-size: 1.2rem;
  }
}
.page08 .slick-next {
  right: 0px;
}
@media (max-width: 991px) {
  .page08 .slick-next {
    right: 3%;
  }
}
.page08 .slick-next:before {
  color: #fff;
  background-image: url(../images/arrow-right-white.svg);
}

@media (max-width: 991px) {
  .page09 .TxtBox {
    text-align: center;
  }
}
.page09 .TxtBox .Txt {
  padding-right: 0;
}
@media (max-width: 991px) {
  .page09 .TxtBox .Txt {
    padding-right: 0;
    padding-top: 15%;
    display: block;
    text-align: center;
  }
}
.page09 .TxtBox .Txt h2 {
  margin-left: -5px;
}
@media (max-width: 991px) {
  .page09 .TxtBox .Txt h2 {
    margin-right: 0;
    font-size: 1.5rem;
    display: block;
  }
}
@media (max-width: 991px) {
  .page09 .TxtBox .Txt p {
    text-align: center;
  }
}

.page10 {
  padding: 5rem 0;
  background: #000;
}
@media (max-width: 991px) {
  .page10 {
    padding: 3rem 0;
    margin-top: -2px;
  }
}
.page10 .contentBox {
  align-items: center;
  justify-content: center;
  margin-left: 8%;
}
@media (max-width: 1919px) {
  .page10 .contentBox {
    margin-left: 4%;
  }
}
@media (max-width: 991px) {
  .page10 .contentBox {
    margin-left: 0;
  }
}
.page10 b {
  font-size: 4rem;
  display: block;
  margin-top: 5%;
}
@media (max-width: 1919px) {
  .page10 b {
    font-size: 3.2rem;
  }
}
@media (max-width: 1400px) {
  .page10 b {
    font-size: 3rem;
  }
}
@media (max-width: 1300px) {
  .page10 b {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .page10 b {
    font-size: 2rem;
    margin-bottom: 1rem;
    padding-left: 3%;
  }
}
.page10 .Txt {
  color: #fff;
}
.page10 .Txt h2 {
  letter-spacing: 3px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .page10 .Txt h2 {
    letter-spacing: 2px;
    margin-bottom: 3rem;
    padding-left: 3%;
  }
}
.page10 .Txt h3 {
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: 2px;
  margin-top: 4rem;
}
@media (max-width: 991px) {
  .page10 .Txt h3 {
    margin-top: 2rem;
  }
}
.page10 .Txt p {
  color: #fff;
  margin-left: 10px;
}
.page10 .TxtBox {
  padding-left: 2%;
}
@media (max-width: 1919px) {
  .page10 .TxtBox {
    padding-left: 5%;
  }
}
@media (max-width: 991px) {
  .page10 .TxtBox {
    margin-top: -7rem;
    margin-top: 0;
  }
}
.page10 .rightBox {
  margin-top: -12%;
}

.page11 {
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */