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

.bannerArea {
  overflow: hidden;
  background: linear-gradient(124deg, #0f334e 0, #1b6c8a 30%, #8acacf 65%, #bebebe 100%);
}
.bannerArea .layer {
  background-position: bottom;
}
.bannerArea .bannerBox {
  min-height: 100vh;
  align-items: end;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox {
    min-height: 0;
    padding: 45% 0 18% 0;
  }
}
.bannerArea .bannerBox img {
  max-width: 503px;
  display: block;
  margin: 0 auto 2rem auto;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox img {
    max-width: 275px;
    margin-bottom: 1rem;
  }
}
.bannerArea .bannerBox h2 {
  font-family: "SweiSpringCJKjp", "Noto Serif TC", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 3.7rem;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox h2 {
    font-size: 2rem;
  }
}
.bannerArea .bannerBox small {
  text-align: center;
  font-family: "Noto Serif TC", serif;
  color: rgba(255, 255, 255, 0.6666666667);
  display: block;
  text-align: center;
  padding-bottom: 8%;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox small {
    font-size: 10px;
    margin-top: 50%;
  }
}
.bannerArea .bannerBox a {
  color: #fff;
}
.bannerArea .zoom-loop {
  display: inline-block;
  animation: zoom-in-out 6s ease-in-out infinite;
}
@keyframes zoom-in-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.titleBox {
  border-bottom: 1px solid rgba(144, 209, 214, 0.5215686275);
}
.titleBox .title {
  padding-bottom: 3%;
}
@media (max-width: 991px) {
  .titleBox .title {
    padding-bottom: 1.5rem;
  }
}
.titleBox .title h2 {
  color: #12334e;
  font-family: "Noto Serif TC", serif;
  letter-spacing: 2px;
}
.titleBox .title h3 {
  color: #4d4d4d;
  letter-spacing: 1px;
  line-height: 1.4;
  font-size: 1.4rem;
}
@media (max-width: 1500px) {
  .titleBox .title h3 {
    font-size: 1.2rem;
  }
}
@media (max-width: 1200px) {
  .titleBox .title h3 {
    font-size: 1.05rem;
  }
}
@media (max-width: 376px) {
  .titleBox .title h3 {
    font-size: 1rem;
  }
}

.Txt h2 {
  color: #fff;
  font-family: "Noto Serif TC", serif;
  letter-spacing: 2px;
  margin-bottom: 2rem;
}
.Txt p {
  text-align: justify;
  color: #333333;
  line-height: 1.8;
}

@media (min-width: 1700px) {
  .container {
    max-width: 1600px;
  }
}

.ytVideo {
  margin-bottom: 7%;
}
@media (max-width: 991px) {
  .ytVideo {
    margin-bottom: 15%;
  }
}
.ytVideo a {
  display: block;
}
.ytVideo a .Img .innerImg {
  padding-top: 50%;
}
.ytVideo a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 5rem;
  transition: all 0.5s;
}
.ytVideo a:hover i {
  font-size: 6rem;
  transition: all 0.5s;
}

.page01 {
  overflow: hidden;
}

.page02 {
  padding: 5% 0;
}
@media (max-width: 991px) {
  .page02 {
    padding: 3rem 0;
  }
}
.page02 .contentBox .Txt {
  padding: 7% 0 0 7%;
}
@media (max-width: 991px) {
  .page02 .contentBox .Txt {
    padding: 0 0 1rem 0;
  }
}
@media (max-width: 767px) {
  .page02 .contentBox .Txt {
    padding: 0 3% 1rem 3%;
  }
}
.page02 .contentBox .Txt::after {
  content: "";
  width: 90px;
  height: 4px;
  background: #1e6c8b;
  position: absolute;
  left: 7%;
  top: 0;
}
@media (max-width: 991px) {
  .page02 .contentBox .Txt::after {
    top: -2.2rem;
    left: 0;
    width: 80px;
  }
}
@media (max-width: 767px) {
  .page02 .contentBox .Txt::after {
    left: 3%;
  }
}
.page02 .contentBox .Img .innerImg {
  padding-top: 60%;
}

.page02, .page03 {
  overflow: hidden;
}
@media (max-width: 767px) {
  .page02 .titleBox .title, .page03 .titleBox .title {
    padding: 0 3% 1.5rem 3%;
  }
}
.page02 .contentBox, .page03 .contentBox {
  padding-top: 5%;
}
@media (max-width: 991px) {
  .page02 .contentBox, .page03 .contentBox {
    padding-top: 2rem;
  }
}
.page02 .contentBox::after, .page03 .contentBox::after {
  content: "";
  width: 1px;
  height: 50%;
  background: rgba(144, 209, 214, 0.5215686275);
  position: absolute;
  left: 25%;
  top: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .page02 .contentBox::after, .page03 .contentBox::after {
    width: 0;
  }
}

.page03 .contentBox {
  padding-bottom: 5%;
}
@media (max-width: 991px) {
  .page03 .contentBox {
    padding: 2.5rem 0;
  }
}
@media (max-width: 991px) {
  .page03 .contentBox::before {
    content: "";
    width: 80px;
    height: 4px;
    background: #1e6c8b;
    position: absolute;
    top: -3px;
    left: 8%;
  }
}
@media (max-width: 767px) {
  .page03 .contentBox::before {
    left: 6%;
  }
}
.page03 .contentBox .imgSlick2 .item {
  padding: 0 8px;
}
@media (max-width: 767px) {
  .page03 .contentBox .imgSlick2 .item {
    padding: 0;
  }
}
.page03 .contentBox .imgSlick2 p {
  text-align: center;
  color: #333333;
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .page03 .contentBox .imgSlick2 .slick-next,
  .page03 .contentBox .imgSlick2 .slick-prev {
    top: 42%;
  }
}

.page {
  background: #12334e;
  overflow: hidden;
}
.page::after {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(144, 209, 214, 0.5215686275);
  position: absolute;
  top: 0;
  left: 8%;
}
@media (max-width: 991px) {
  .page::after {
    width: 0;
  }
}
.page::before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(144, 209, 214, 0.5215686275);
  position: absolute;
  top: 0;
  right: 8%;
  z-index: 1;
}
.page .contentBox {
  padding-bottom: 13%;
  z-index: 2;
}
@media (max-width: 991px) {
  .page .contentBox {
    padding-bottom: 3rem;
  }
}
.page .contentBox .Txt {
  padding-top: 8%;
}
@media (max-width: 991px) {
  .page .contentBox .Txt {
    padding-top: 2.6rem;
  }
}
.page .contentBox .Txt::after {
  content: "";
  width: 100px;
  height: 4px;
  background: #1e6c8b;
  position: absolute;
  left: 15%;
  top: -3px;
}
@media (max-width: 991px) {
  .page .contentBox .Txt::after {
    left: 7.5%;
    width: 80px;
  }
}
.page .contentBox .Txt h3 {
  color: #fff;
  font-family: "Noto Serif TC", serif;
  letter-spacing: 2px;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .page .contentBox .Txt h3 {
    font-size: 1.3rem;
  }
}
.page .contentBox .Txt p {
  color: #fff;
  width: 90%;
}
@media (max-width: 991px) {
  .page .contentBox .Txt p {
    width: 84%;
    margin-bottom: 2rem;
  }
}
.page .contentBox .Img .innerImg {
  padding-top: 56%;
}

.page04 .titleBox {
  border-bottom: 0;
}
.page04 .titleBox .title {
  text-align: right;
  padding-top: 7%;
  padding-right: 13%;
}
@media (max-width: 991px) {
  .page04 .titleBox .title {
    padding-top: 4rem;
    padding-bottom: 2.2rem;
  }
}
.page04 .titleBox .title h2 {
  color: #ffffff;
  margin-bottom: 2rem;
}
.page04 .titleBox .title h3 {
  color: #ffffff;
}
.page04 .row {
  border-top: 1px solid rgba(144, 209, 214, 0.5215686275);
}

.page04 .contentBox .Txt, .page06 .contentBox .Txt {
  padding-left: 15%;
}
@media (max-width: 991px) {
  .page04 .contentBox .Txt, .page06 .contentBox .Txt {
    padding-left: 7%;
  }
}

.page05 {
  padding-top: 3px;
  margin-top: -1px;
}
.page05 .contentBox::before {
  content: "";
  width: 110%;
  height: 1px;
  background: rgba(144, 209, 214, 0.5215686275);
  position: absolute;
  top: 0;
  left: -5%;
}
.page05 .contentBox .Txt {
  text-align: right;
  padding-right: 15%;
}
.page05 .contentBox .Txt::after {
  right: 15%;
  left: auto;
  top: -2px;
}
@media (max-width: 991px) {
  .page05 .contentBox .Txt::after {
    right: 15%;
  }
}
.page05 .contentBox .Txt p {
  margin-left: auto;
}
@media (max-width: 991px) {
  .page05 .contentBox .Txt p {
    width: 92%;
  }
}

.page06 {
  padding-top: 3px;
  margin-top: -1px;
}
@media (max-width: 991px) {
  .page06 {
    padding-bottom: 4rem;
  }
}
.page06 .contentBox::before {
  content: "";
  width: 110%;
  height: 1px;
  background: rgba(144, 209, 214, 0.5215686275);
  position: absolute;
  top: 1px;
  left: -5%;
}
.page06 .contentBox .Txt::after {
  top: -1px;
}

.page07 {
  background: #12334e;
  border-top: 1px solid rgba(144, 209, 214, 0.5215686275);
  padding-bottom: 3%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .page07 {
    padding-bottom: 4rem;
  }
}
.page07::after {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(144, 209, 214, 0.5215686275);
  position: absolute;
  top: 0;
  left: 8%;
}
@media (max-width: 991px) {
  .page07::after {
    width: 0;
  }
}
.page07::before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(144, 209, 214, 0.5215686275);
  position: absolute;
  top: 0;
  right: 8%;
  z-index: 1;
}
@media (max-width: 991px) {
  .page07 .imgBox .container {
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .page07 .imgBox .col-lg-9 {
    padding: 0;
  }
}
.page07 .imgBox .col-lg-9 .Img {
  z-index: 3;
}
.page07 .imgBox .col-lg-9 .Img .innerImg {
  padding-top: 63%;
}
@media (max-width: 991px) {
  .page07 .imgBox .col-lg-9 .Img .infoImg {
    padding-right: 18px;
  }
}
.page07 .TxtBox {
  padding: 3% 0;
}
@media (max-width: 991px) {
  .page07 .TxtBox {
    padding: 2rem 0;
  }
}
.page07 .TxtBox::after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(144, 209, 214, 0.5215686275);
  position: absolute;
  bottom: 53%;
  left: 0;
}
@media (max-width: 991px) {
  .page07 .TxtBox::after {
    bottom: 52.5%;
  }
}
@media (max-width: 767px) {
  .page07 .TxtBox::after {
    bottom: 59%;
  }
}
.page07 .TxtBox .Txt .title::after {
  content: "";
  width: 100px;
  height: 4px;
  background: #1e6c8b;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .page07 .TxtBox .Txt .title::after {
    left: 4%;
    width: 80px;
  }
}
.page07 .TxtBox .Txt .title h2 {
  color: #fff;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .page07 .TxtBox .Txt .title h2 {
    padding-left: 4%;
  }
}
.page07 .TxtBox .Txt p {
  color: #fff;
}
@media (max-width: 991px) {
  .page07 .TxtBox .Txt p {
    padding-left: 4%;
    width: 84%;
  }
}/*# sourceMappingURL=style.css.map */