/* 字體 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@font-face {
  font-family: "Times New Roman";
  src: url(../fonts/times_1.ttf);
}

@font-face {
  font-family: "Noto Sans TC";
  src: url(../fonts/Noto/NotoSansTC-Regular.otf);
}

@font-face {
  font-family: "NotoSerifTC-Bold";
  src: url(../fonts/Noto/NotoSerifTC-Bold.otf);
}

@font-face {
  font-family: "NotoSerifTC-SemiBold";
  src: url(../fonts/Noto/NotoSerifTC-SemiBold.otf);
}

* {
  margin: 0;
  padding: 0;
}

body,
html {
  width: 100%;
  height: 100%;
  min-width: 1240px;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

/*主要頁面*/
.main {
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: relative;
  background-image: url("../img/02/02/bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  z-index: 0;
}

.main::after {
  content: "";
  clear: both;
  display: block;
}

.pointer {
  cursor: pointer;
}

.scrollDown {
  position: fixed;
  display: block;
  cursor: pointer;
  width: 81px;
  right: 1%;
  top: 80%;
  /* transform: translateX(-50%); */
  /* animation: 動畫名稱 播放時間 延遲執行時間 速度 次數 方向 填充模式 播放狀態; */
  animation: scroll-Down-move 0.5s infinite alternate;
  transition-timing-function: ease-out;
}

@keyframes scroll-Down-move {
  0% {
    top: 80%;
  }
  100% {
    top: 83%;
  }
}

.scrollTop {
  position: fixed;
  display: block;
  cursor: pointer;
  width: 46px;
  right: 1%;
  top: 80%;
  /* transform: translateX(-50%); */
  /* animation: 動畫名稱 播放時間 延遲執行時間 速度 次數 方向 填充模式 播放狀態; */
  animation: scroll-Up-move 0.5s infinite alternate;
  transition-timing-function: ease-out;
}

@keyframes scroll-Up-move {
  0% {
    top: 80%;
  }
  100% {
    top: 83%;
  }
}

/*主要內容*/
.main-content {
  width: 100%;
  height: auto;
  margin: 8% auto 0 auto;
}

.main-content::after {
  content: "";
  clear: both;
  display: block;
}

.main-content h2{
  width: fit-content;
  margin: 0 auto 5.5% auto;
  color: #534740;
  display: block;
  font-family: "NotoSerifTC-SemiBold";
  font-size: 1.6vw;
  letter-spacing: 0.4vw;
  font-weight: normal;
  text-align: center;
}

.main-content h3{
  width: 100%;
  margin: 0 0 1% 0;
  color: #534740;
  display: block;
  font-family: "NotoSerifTC-SemiBold";
  font-size: 1.4vw;
  letter-spacing: 0.3vw;
  font-weight: normal;
  text-align: center;
}

.main-title {
  width: fit-content;
  margin: 0 auto 0.5% auto;
  color: #534740;
  font-weight: bold;
  display: block;
  font-family: "NotoSerifTC-Bold";
  font-size: 1.9vw;
  letter-spacing: 0.4vw;
}

.main-title::after {
  content: "";
  display: block;
  clear: both;
}

.award{
  width: 10%;
  height: auto;
  position: absolute;
  right: 0%;
  bottom: -10%;
}

.award2{
  width: 10%;
  height: auto;
  position: absolute;
  right: 0%;
  bottom: -8%;
}

.award3{
  width: 10%;
  height: auto;
  position: absolute;
  right: 11%;
  bottom: -11%;
}

.award4{
  width: 7.5%;
  height: auto;
  position: absolute;
  right: 0%;
  bottom: -15%;
}

.award5{
  width: 7.5%;
  height: auto;
  position: absolute;
  right: 1%;
  bottom: -17%;
}

.award6{
  width: 9.5%;
  height: auto;
  position: absolute;
  right: 0%;
  bottom: -15%;
}

.content {
  width: 73%;
  height: 67vh;
  margin: 3% auto 5% auto;
  position: relative;
}

.content::after {
  content: "";
  display: block;
  clear: both;
}

.content-l {
  width: 37%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.content-r {
  width: 63%;
  height: auto;
  position: absolute;
  right: 0;
  padding: 0 0 0 4%;
  box-sizing: border-box;
  top: 50%;
  transform: translateY(-50%);
}

.article {
  width: 100%;
  color: #534740;
  font-family: "Noto Sans TC";
  font-size: 1.1vw;
  font-weight: 300;
  letter-spacing: 0.1vw;
  line-height: 2vw;
  text-align: justify;
  text-justify: inter-ideograph;
}

.article h3{
  color: #9f753b;
}

.data {
  width: 100%;
  margin-top: 5%;
}

.data-title {
  width: 100%;
  height: auto;
  font-size: 1.1vw;
  letter-spacing: 0.1vw;
  line-height: 2vw;
  font-family: "NotoSerifTC-SemiBold";
  color: #9f753b;
}

.data-title::after {
  content: "";
  display: block;
  clear: both;
}

.data-txt {
  width: fit-content;
  display: inline-block;
}

/*兩排字*/
.data-txt2 {
  width: fit-content;
  position: absolute;

}

/* .data-line {
  width: 89%;
  height: 1px;
  margin-top: 2.25vh;
  background-color: #ae9667;
  float: left;
} */

.data-name {
  width: fit-content;
  height: auto;
  font-size: 1.1vw;
  letter-spacing: 0.1vw;
  line-height: 1.7vw;
  font-weight: 300;
  font-family: "Noto Sans TC";
  color: #534740;
  margin: 0 0 1% 1%;
  display: inline-block;
}

/*兩排字*/
.data-name2 {
  width: fit-content;
  height: auto;
  font-size: 1.1vw;
  letter-spacing: 0.1vw;
  line-height: 1.7vw;
  font-weight: 300;
  font-family: "Noto Sans TC";
  color: #534740;
  margin: 0 0 1% 12.1%;
  display: inline-block;
}

.content0-main2{
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-image: url("../img/02/02/content0-pic1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
  background-attachment: fixed;
}

.content1-main2{
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-image: url("../img/02/02/content1-pic1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
  background-attachment: fixed;
}

.content2-main2{
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-image: url("../img/02/02/content2-pic1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
  background-attachment: fixed;
}

.content0-main3,.content1-main3,.content2-main3,.content3-main3,.content4-main3,.content5-main3{
  width: 100%;
  height: auto;
  position: relative;
}

.content-middle-pic{
  width: 68%;
  height: auto;
  margin: 6% auto;
  position: relative;
}

.content0-main4{
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-image: url("../img/02/02/content0-pic3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
  background-attachment: fixed;
}

.content1-main4{
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-image: url("../img/02/02/content1-pic3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
  background-attachment: fixed;
}

.content2-main4{
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-image: url("../img/02/02/content2-pic3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
  background-attachment: fixed;
}

.content3-main4{
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-image: url("../img/02/02/content3-pic2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
  background-attachment: fixed;
}

.content4-main4{
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-image: url("../img/02/02/content4-pic2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
  background-attachment: fixed;
}

.content5-main4{
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-image: url("../img/02/02/content5-pic2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
  background-attachment: fixed;
}


.content0-main5,.content1-main5,.content2-main5{
  width: 100%;
  height: auto;
  padding: 1% 0;
  background-color: #f7f6f2;
}

.content0-main5-banner,.content1-main5-banner,.content2-main5-banner{
  width: 100%;
  height: auto;
  margin: 3% auto 0 auto;
}

.content-main6{
  width: 100%;
  height: 50vh;
  bottom: 0;
  position: absolute;
  background-color: #f7f6f2;
  z-index: -1;
}

.banner-txt {
  position: absolute;
  color: #fff;
  font-family: "Noto Sans TC";
  font-size: 0.8vw;
  letter-spacing: 0.1vw;
  right: 2%;
  bottom: 2%;
  z-index: 999;
  text-shadow: 0.07em 0.07em rgba(39, 39, 39, 0.6);
}

.banner-txt2 {
  position: absolute;
  color: #fff;
  font-family: "Noto Sans TC";
  font-size: 0.8vw;
  letter-spacing: 0.1vw;
  right: 1%;
  bottom: 1.7%;
  z-index: 999;
  text-shadow: 0.07em 0.07em rgb(39 39 39 / 60%);
}

/*輪播*/
.swiper-container {
  width: 68%;
  height: auto;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-pagination-bullet {
  background-image: url(../img/02/02/dot1.png); /* 未轮播到的图片分页样式 */
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 113px;
  height: 4px;
  margin-left: 1%!important;
  margin-right: 1%!important;
  opacity: 1;
  border: none;
  background-color: #fff;
  border-radius: 0;
}

.swiper-pagination{
  position: relative;
  margin-top: 4%;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  /* bottom: 0;
  z-index: 999; */
}

.swiper-pagination-bullet-active {
  background-image: url(../img/02/02/dot2.png);
  background-color: #ae9667;
}

.back {
  width: 55px;
  height: 33px;
  display: block;
  margin: 3% auto 8% auto;
  background-image: url("../img/02/02/back.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.5s;
}

.back:hover {
  background-image: url("../img/02/02/back2.png");
}

@media all and (max-width: 1600px) {
  /* .article{
    line-height: 3vh;
  } */

  /* .data-title{
    line-height: 4vh;
  } */

  .data-line{
    margin-top:2vh
  }

  /* .data-name{
    line-height: 3.5vh;
  } */
}