.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;
}

.videoArea {
  overflow: hidden;
}
.videoArea .stage {
  background: rgba(0, 0, 0, 0.3019607843);
}
.videoArea .videoBox {
  height: 100%;
  align-items: center;
}
.videoArea .videoBox .logo {
  width: 30%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .videoArea .videoBox .logo {
    width: 280px;
  }
}
.videoArea .videoBox .companyLogo {
  width: 300px;
  display: block;
  position: absolute;
  bottom: 5%;
  right: 3%;
  z-index: 5;
}
@media (max-width: 991px) {
  .videoArea .videoBox .companyLogo {
    width: 180px;
  }
}

.Txt h2 {
  color: #cba168;
  font-family: "Noto Serif TC", serif;
  letter-spacing: 4px;
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .Txt h2 {
    font-size: 1.7rem;
    letter-spacing: 2px;
    margin-bottom: 1rem;
  }
}
.Txt h3 {
  color: #cba168;
  font-family: "Noto Serif TC", serif;
  letter-spacing: 2px;
  font-size: 1.3rem;
}
@media (max-width: 991px) {
  .Txt h3 {
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
}
.Txt h4 {
  font-family: "Noto Serif TC", serif;
  letter-spacing: 1px;
  font-size: 1.1rem;
  font-weight: 600;
}
@media (max-width: 991px) {
  .Txt h4 {
    font-size: 1rem;
  }
}
.Txt p {
  letter-spacing: 2px;
  line-height: 1.7;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .Txt p {
    letter-spacing: 1px;
  }
}

.slickBox .item {
  padding: 0 1.5rem;
}
@media (max-width: 991px) {
  .slickBox .item {
    padding: 0 3%;
  }
}

@media (max-width: 991px) {
  .page01 {
    margin-top: -5px;
    background: #fff;
  }
}
.page01 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 16%;
  padding-top: 5%;
}
@media (max-width: 991px) {
  .page01 .title {
    margin-left: 0;
    flex-direction: column-reverse;
    padding-top: 10%;
  }
}
.page01 .title .Txt {
  text-align: center;
}
.page01 .title .number {
  width: 220px;
  display: block;
  margin-left: 5%;
}
@media (max-width: 991px) {
  .page01 .title .number {
    width: 110px;
    margin-left: 0;
    margin-bottom: 1rem;
  }
}
.page01 .slickBox {
  background: #18245b;
  padding: 5% 0;
  margin-top: 4%;
}
@media (max-width: 991px) {
  .page01 .slickBox {
    padding: 13% 0;
    margin-top: 1rem;
  }
}
.page01 .slickBox .Txt {
  text-align: center;
  margin-top: 5%;
}
@media (max-width: 991px) {
  .page01 .slickBox .Txt {
    margin-top: 3rem;
  }
}
.page01 .slickBox .Txt p {
  color: #fff;
}

.page02, .page03 {
  overflow: hidden;
  padding: 3% 0;
}
@media (max-width: 991px) {
  .page02, .page03 {
    padding: 10% 0;
  }
}
.page02 .topBox, .page03 .topBox {
  display: flex;
  justify-content: center;
  margin: 5% 0 3% 0;
}
@media (max-width: 991px) {
  .page02 .topBox, .page03 .topBox {
    display: block;
    margin: 7% 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .page02 .topBox .Txt, .page03 .topBox .Txt {
    text-align: center;
  }
}
.page02 .topBox .imgBox, .page03 .topBox .imgBox {
  width: 600px;
}
@media (max-width: 991px) {
  .page02 .topBox .imgBox, .page03 .topBox .imgBox {
    width: 100%;
    padding: 0 3%;
  }
}

.page02 {
  border-bottom: 1px solid #cba168;
}
.page02 .topBox .Txt {
  margin-right: 10%;
}
@media (max-width: 991px) {
  .page02 .topBox .Txt {
    margin-right: 0;
  }
}
.page02 .topBox .Txt h4:first-child {
  display: inline-block;
}
@media (max-width: 991px) {
  .page02 .topBox .Txt h4:first-child {
    margin-right: 90px;
  }
}
.page02 .topBox .Txt h4:first-child:after {
  content: "";
  width: 93px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 103%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .page02 .topBox .Txt h4:first-child:after {
    width: 84px;
  }
}
.page02 .topBox .Txt p {
  margin-top: 30%;
}
@media (max-width: 991px) {
  .page02 .topBox .Txt p {
    margin: 1rem 0;
  }
}

.page03 {
  padding-top: 0;
}
@media (max-width: 991px) {
  .page03 {
    padding-top: 5%;
  }
}
.page03 .topBox {
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 991px) {
  .page03 .topBox {
    display: block;
    margin: 7% 0 1rem 0;
  }
}
.page03 .topBox .Txt {
  margin-left: 5%;
}
@media (max-width: 991px) {
  .page03 .topBox .Txt {
    margin-left: 0;
  }
}
.page03 .topBox .Txt p {
  margin-top: 10%;
}
@media (max-width: 991px) {
  .page03 .topBox .Txt p {
    margin: 1rem 0;
  }
}
.page03 .topBox .imgBox {
  width: 600px;
}
@media (max-width: 991px) {
  .page03 .topBox .imgBox {
    width: 100%;
    padding: 0 3%;
  }
}

.page04 {
  padding: 5% 0;
}
.page04 .mapBox {
  padding: 0 5%;
  display: flex;
  margin-top: 3%;
}
@media (max-width: 991px) {
  .page04 .mapBox {
    padding: 0;
    margin-top: 0;
  }
}
.page04 .imgBox {
  width: 100%;
  margin: 0 3%;
}
@media (max-width: 991px) {
  .page04 .imgBox {
    margin: 1rem 0;
  }
}
.page04 .imgBox .Img.map .innerImg {
  padding-top: 50%;
}
@media (max-width: 991px) {
  .page04 .imgBox .Img.map .innerImg {
    padding-top: 83%;
  }
}
.page04 .imgBox .Img.map .infoImg {
  text-shadow: 0 0 0;
  color: #cba168;
}
.page04 .imgBox .imgContent {
  position: absolute;
  top: 7%;
  left: 51%;
  width: 50.5%;
}
@media (max-width: 1600px) {
  .page04 .imgBox .imgContent {
    top: 6%;
  }
}
@media (max-width: 991px) {
  .page04 .imgBox .imgContent {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
  }
}
.page04 .imgBox .imgContent .contentBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .page04 .imgBox .imgContent .contentBox {
    display: block;
    text-align: center;
  }
}
@media (max-width: 1400px) {
  .page04 .imgBox .imgContent .Txt p {
    font-size: 0.9rem;
  }
}
@media (max-width: 1100px) {
  .page04 .imgBox .imgContent .Txt p {
    line-height: 1.5;
    font-size: 0.8rem;
  }
}
@media (max-width: 991px) {
  .page04 .imgBox .imgContent .Txt p {
    font-size: 0.9rem;
  }
}
.page04 .imgBox .imgContent .Txt .subTitle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page04 .imgBox .imgContent .Txt .subTitle h2 {
  color: #9b5d24;
  margin-top: 2rem;
}
.page04 .imgBox .imgContent .subImgBox {
  width: 410px;
  margin-top: 24%;
}
@media (max-width: 1700px) {
  .page04 .imgBox .imgContent .subImgBox {
    margin-top: 17%;
  }
}
@media (max-width: 1600px) {
  .page04 .imgBox .imgContent .subImgBox {
    margin-top: 15%;
  }
}
@media (max-width: 1500px) {
  .page04 .imgBox .imgContent .subImgBox {
    margin-top: 13%;
  }
}
@media (max-width: 1400px) {
  .page04 .imgBox .imgContent .subImgBox {
    width: 360px;
    margin-top: 12%;
  }
}
@media (max-width: 1200px) {
  .page04 .imgBox .imgContent .subImgBox {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .page04 .imgBox .imgContent .subImgBox {
    width: 100%;
    padding: 0 3%;
    margin-top: 2rem;
  }
}
.page04 .imgBox .imgContent .subImgBox .Img .innerImg {
  padding-top: 68%;
}

.page04 .subTxt, .page09 .subTxt {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .page04 .subTxt, .page09 .subTxt {
    display: none;
  }
}
.page04 .subTxt h2, .page09 .subTxt h2 {
  writing-mode: vertical-lr;
  color: #9b5d24;
  margin: 1.5rem 0;
}
.page04 .subTitle, .page09 .subTitle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page04 .subTitle h2, .page09 .subTitle h2 {
  color: #9b5d24;
  margin-top: 2rem;
}
.page04 .decoBorder, .page09 .decoBorder {
  width: 1px;
  height: 150px;
  margin: 0 auto;
  background: #9b5d24;
}
@media (max-width: 991px) {
  .page04 .decoBorder, .page09 .decoBorder {
    width: 70px;
    height: 1px;
    margin: 2rem 5px 1rem 5px;
  }
}

.page05 {
  padding: 7% 0 0 0;
  overflow: hidden;
}
.page05 .contentBox {
  display: flex;
  align-items: center;
  background: #e5cfb4;
  padding: 3% 10%;
  margin-top: 3%;
}
@media (max-width: 1600px) {
  .page05 .contentBox {
    padding: 3% 7%;
  }
}
@media (max-width: 991px) {
  .page05 .contentBox {
    padding: 2rem 2%;
    display: block;
  }
}
.page05 .contentBox .mainImg {
  width: 10%;
  display: block;
  margin-left: 3%;
}
@media (max-width: 991px) {
  .page05 .contentBox .mainImg {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
.page05 .contentBox .itemBox .Img {
  width: 95%;
}
@media (max-width: 991px) {
  .page05 .contentBox .itemBox .Img {
    width: 100%;
  }
}
.page05 .contentBox .itemBox .Img .innerImg {
  padding-top: 100%;
}
.page05 .contentBox .itemBox .Img .infoImg {
  text-align: center;
  font-size: 12px;
}
@media (max-width: 991px) {
  .page05 .contentBox .itemBox .Img .infoImg {
    font-size: 8px;
  }
}

.page05 .contentBox .Txt, .page10 .contentBox .Txt {
  margin-top: 1rem;
}
.page05 .contentBox .Txt p, .page10 .contentBox .Txt p {
  color: #9b5d24;
  text-align: center;
}
@media (max-width: 1500px) {
  .page05 .contentBox .Txt p, .page10 .contentBox .Txt p {
    letter-spacing: 1px;
  }
}
@media (max-width: 991px) {
  .page05 .contentBox .Txt p, .page10 .contentBox .Txt p {
    font-size: 0.8rem;
  }
}

.page06 {
  padding: 5% 0;
}
@media (max-width: 991px) {
  .page06 {
    padding: 10% 0;
  }
}
.page06 .slickBox {
  margin: 3% 0 4% 0;
}
@media (max-width: 991px) {
  .page06 .slickBox {
    margin: 1rem 0 3rem 0;
  }
}
.page06 .Txt {
  text-align: center;
}
.page06 .Txt h4 {
  color: #fff;
  background: #cba168;
  padding: 1rem 0;
  line-height: 1.7;
  font-weight: 400;
}
@media (max-width: 991px) {
  .page06 .Txt h4 {
    padding: 1rem 0;
  }
}

.page07 {
  background-image: url(../images/img/page07-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
  padding: 5% 0 12% 0;
}
@media (max-width: 991px) {
  .page07 {
    background-attachment: scroll;
    background-image: url(../images/img/page07-bg-m.jpg);
    padding: 10% 0 36% 0;
  }
}
.page07 .slickBox {
  margin: 5% 0;
}
@media (max-width: 991px) {
  .page07 .slickBox {
    margin: 1rem 0 3rem 0;
  }
}

.page08 {
  padding: 5% 0;
}
@media (max-width: 991px) {
  .page08 {
    padding: 10% 0;
  }
}
.page08 .contentBox {
  display: flex;
  justify-content: center;
  align-items: end;
  margin: 2% 0 3% 0;
}
@media (max-width: 991px) {
  .page08 .contentBox {
    display: block;
    margin-bottom: 2rem;
  }
}
.page08 .contentBox .leftBox {
  width: 20%;
  align-self: end;
}
@media (max-width: 991px) {
  .page08 .contentBox .leftBox {
    width: 100%;
    margin-top: 1rem;
  }
}
.page08 .contentBox .leftBox .subTitle {
  width: 35%;
  display: block;
  margin: 35% 25% 8% auto;
}
.page08 .contentBox .leftBox .Txt {
  padding-left: 20%;
}
@media (max-width: 1500px) {
  .page08 .contentBox .leftBox .Txt {
    padding-left: 7%;
  }
}
@media (max-width: 1300px) {
  .page08 .contentBox .leftBox .Txt {
    padding-left: 0%;
  }
}
@media (max-width: 1300px) {
  .page08 .contentBox .leftBox .Txt {
    padding-left: 5%;
  }
}
.page08 .contentBox .leftBox .pic {
  width: 28%;
  position: absolute;
  right: 5%;
  bottom: 0;
}
.page08 .contentBox .centerBox {
  width: 35%;
}
@media (max-width: 991px) {
  .page08 .contentBox .centerBox {
    width: 100%;
    margin: 1rem 0;
  }
}
.page08 .contentBox .rightBox {
  width: 20%;
  align-self: end;
  padding-left: 3%;
}
@media (max-width: 991px) {
  .page08 .contentBox .rightBox {
    width: 100%;
  }
}
.page08 .contentBox .rightBox .pic {
  width: 40%;
  display: block;
  margin: -5% 25% 35% auto;
}
@media (max-width: 1700px) {
  .page08 .contentBox .rightBox .pic {
    margin-bottom: 20%;
  }
}
.page08 .contentBox .rightBox .subTxt {
  color: #d1a469;
  border-left: 4px solid #d1a469;
  padding-left: 1rem;
  margin: 15% 0 20% 0;
}
@media (max-width: 991px) {
  .page08 .contentBox .rightBox .subTxt {
    margin: 0;
    padding: 0 3%;
    border-left: 2px solid #d1a469;
  }
}
.page08 .contentBox .rightBox .subTxt span {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.page08 .contentBox .rightBox .subTxt small {
  display: block;
  font-size: 0.7rem;
  text-align: justify;
}
@media (max-width: 991px) {
  .page08 .contentBox .rightBox .subTxt small {
    font-size: 0.7rem;
  }
}
.page08 .contentBox .rightBox .subTxt small:last-child {
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .page08 .contentBox .rightBox .subTxt small:last-child {
    margin-top: 10px;
  }
}
.page08 .contentBox .rightBox .subTitle {
  width: 90px;
  margin-right: 1rem;
}

.page09 {
  padding: 5% 10%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .page09 {
    padding: 0 3%;
  }
}
.page09 .contentBox {
  display: flex;
}
.page09 .subTxt {
  margin: 13% 0;
}
.page09 .itemBox {
  width: 90%;
  margin: 0 5%;
}
@media (max-width: 991px) {
  .page09 .itemBox {
    width: 100%;
    margin: 0;
  }
}
.page09 .itemBox .item:first-child {
  margin-bottom: 5%;
}
@media (max-width: 991px) {
  .page09 .itemBox .item:first-child {
    padding-top: 5%;
  }
}
.page09 .itemBox .item:first-child::after {
  content: "";
  width: 150%;
  height: 75%;
  background: #e5cfb5;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 991px) {
  .page09 .itemBox .item:first-child::after {
    left: 0;
    top: 0;
    transform: translateY(0);
  }
}
.page09 .itemBox .Img .innerImg {
  padding-top: 70%;
}
@media (max-width: 991px) {
  .page09 .itemBox .Txt p {
    text-align: center;
    margin-bottom: 1rem;
  }
}

.page10 {
  padding: 5% 0 0 0;
}
@media (max-width: 991px) {
  .page10 {
    padding: 15% 0 10% 0;
  }
}
.page10 .contentBox {
  background: #e5cfb5;
  padding: 2% 7%;
  margin-top: 3%;
}
@media (max-width: 991px) {
  .page10 .contentBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    padding: 2rem 3%;
    margin-top: 1rem;
  }
}
.page10 .contentBox .Img .innerImg {
  padding-top: 100%;
}
.page10 .contentBox .itemBox {
  display: grid;
  gap: 2rem;
}
@media (max-width: 991px) {
  .page10 .contentBox .itemBox {
    display: contents;
  }
}
.page10 .contentBox .itemBox:first-child {
  grid-template-columns: repeat(5, 1fr);
  padding: 0 8%;
  margin-bottom: 5%;
}
@media (max-width: 991px) {
  .page10 .contentBox .itemBox:first-child {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page10 .contentBox .itemBox:last-child {
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 991px) {
  .page10 .contentBox .itemBox:last-child {
    grid-template-columns: repeat(2, 1fr);
  }
}

.page11 {
  background-image: url(../images/img/page11-bg.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5% 0 35% 0;
}
@media (max-width: 991px) {
  .page11 {
    background-size: contain;
    padding: 5% 0 60% 0;
  }
}
.page11 .Txt {
  margin-bottom: 5%;
}
@media (max-width: 991px) {
  .page11 .linkBox {
    text-align: center;
  }
}
.page11 .linkBox .link {
  margin-left: 55%;
}
@media (max-width: 991px) {
  .page11 .linkBox .link {
    margin-left: auto;
    margin-right: auto;
  }
}
.page11 .linkBox .link:hover .icon {
  transform: scale(1.1);
  transition: all 0.6s ease;
}
.page11 .linkBox .link:hover span {
  transition: all 0.6s ease;
  padding: 7px 30px 7px 50px;
}
@media (max-width: 991px) {
  .page11 .linkBox .link:hover span {
    padding: 5px 20px 5px 40px;
  }
}
.page11 .linkBox .link .icon {
  width: 70px;
  margin-right: -30px;
  z-index: 2;
}
@media (max-width: 991px) {
  .page11 .linkBox .link .icon {
    width: 40px;
  }
}
.page11 .linkBox .link span {
  background: #cba168;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 2px;
  padding: 5px 20px 5px 40px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .page11 .linkBox .link span {
    font-size: 0.9rem;
    padding: 3px 10px 3px 30px;
  }
}/*# sourceMappingURL=style.css.map */