/* 字體 */
@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);
}

body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 1200px;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
/*全部*/
.all {
  width: 100%;
  overflow: hidden;
}

img {
  display: block;
}

.Times-New-Roman {
  font-family: "Times New Roman";
  font-weight: 300;
}

/*頁面1*/
.main1 {
  width: 100%;
  height: 101vh;
  position: relative;
  background-image: url("../img/02/01/bg1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  z-index: 0;
}

.main1-txt1 {
  color: #fff;
  font-family: "NotoSerifTC-SemiBold";
  position: absolute;
  bottom: 10.5%;
  left: 6%;
  font-size: 1.3vw;
  letter-spacing: 0.25vw;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.main1-txt2 {
  color: #fff;
  font-family: "NotoSerifTC-SemiBold";
  position: absolute;
  bottom: 5.5%;
  left: 38%;
  font-size: 1.3vw;
  letter-spacing: 0.25vw;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.scrollDown {
  position: absolute;
  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%;
  }
}

/*頁面2*/
.main2 {
  width: 100%;
  height: auto;
  position: relative;
  background-image: url("../img/02/01/bg2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  z-index: 0;
}

.main2-title {
  width: 17%;
  margin: 4% auto auto auto;
  color: #9f753b;
  font-weight: bold;
  display: block;
}

.main2-title::after {
  content: "";
  display: block;
  clear: both;
}

.title2-txt-l {
  height: 52px;
  font-family: "NotoSerifTC-Bold";
  font-size: 1.9vw;
  letter-spacing: 0.4vw;
  float: left;
  line-height: 52px;
}

.title2-txt-m {
  width: 2px;
  height: 32px;
  margin: 13px 5% 0 4%;
  float: left;
  background-color: #9f753b;
}

.title2-txt-r {
  font-family: "Times New Roman";
  font-weight: 900;
  font-size: 1.5vw;
  line-height: 54px;
  letter-spacing: 0.2vw;
  float: left;
}

.main2-txt {
  width: 100%;
  text-align: center;
  color: #534740;
  margin-top: 2%;
}

.main2 h1 {
  font-size: 1.9vw;
  letter-spacing: 0.3vw;
  line-height: 3.5vw;
  margin: 0;
  font-family: "NotoSerifTC-Bold";
  font-weight: 600;
}

.main2 h4 {
  font-size: 1.15vw;
  letter-spacing: 0.1vw;
  line-height: 2vw;
  font-family: "Noto Sans TC";
  position: relative;
  margin: 0.3% 0 0 0.25%;
  font-weight: 300 !important;
}

.map {
  width: 70%;
  height: auto;
  margin: 3% auto 6% auto;
}

.map::after {
  content: "";
  display: block;
  clear: both;
}

.map-l {
  width: 57.6%;
  height: auto;
  float: left;
  position: relative;
  z-index: 2;
}

.location1-h,
.location2-h,
.location3-h,
.location4-h,
.location5-h,
.location6-h,
.location7-h,
.location8-h,
.location9-h {
  animation: location 0.5s infinite alternate;
  transition-timing-function: ease-out;
}

.location1,
.location1-h {
  position: absolute;
  width: 13%;
  left: 16.2%;
  top: 53%;
}

.location2,
.location2-h {
    position: absolute;
    width: 13%;
    left: 13.7%;
    top: 19.1%;
}

.location3,
.location3-h {
    position: absolute;
    width: 13%;
    left: 10%;
    top: 7.5%;
}

.location4,
.location4-h {
  position: absolute;
  width: 19.29596%;
  left: 53%;
  top: 18.5%;
}

.location5,
.location5-h {
    position: absolute;
    width: 20%;
    left: 15.7%;
    top: 31.5%;
}

.location6,
.location6-h {
    position: absolute;
    width: 22.6%;
    left: 69.9%;
    top: 48.6%;
}

.location7,
.location7-h {
    position: absolute;
    width: 13%;
    left: 49.2%;
    top: 48.7%;
}

.location8,
.location8-h {
    position: absolute;
    width: 22%;
    left: 71.5%;
    top: 63%;
}

.location9,
.location9-h {
  position: absolute;
  width: 26%;
  left: 26.7%;
  top: 81%;
}

@keyframes location {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

.map-r {
  width: 41.4%;
  height: auto;
  float: left;
  padding: 0 0 0 2%;
  box-sizing: border-box;
  position: relative;
}

.map-r::after {
  content: "";
  display: block;
  clear: both;
}

.map-menu {
  width: 100%;
  height: auto;
  position: relative;
}

.map-menu::after {
  content: "";
  display: block;
  clear: both;
}

.all-map-menu {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.map-menu-list {
  width: 32.18%;
  height: 32.5%;
  float: left;
  display: block;
  margin-right: 1.7%;
  position: relative;
  transition: 0.5s linear;
}

.map-menu-list- {
  width: 32.2%;
  margin-right: 0;
}

.map-menu-list2 {
  width: 32.18%;
  height: 32.5%;
  float: left;
  display: block;
  margin-right: 1.7%;
  position: relative;
  transition: 0.5s linear;
  margin-top: 1.6%;
}

.map-menu-list2- {
  width: 32.2%;
  margin-right: 0;
}

.map-txt {
  width: 100%;
  font-family: "NotoSerifTC-SemiBold";
  font-weight: 600;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.1vw;
  letter-spacing: 0.2vw;
  visibility: hidden;
  opacity: 0;
}

.map-menu-list:hover,
.map-menu-list2:hover {
  background-color: rgba(83, 71, 64, 0.85);
}

.map-menu-list:hover .map-txt,
.map-menu-list2:hover .map-txt {
  visibility: visible;
  opacity: 1;
}

/*本在01頁面5*/
.main5 {
  width: 100%;
  height: 100vh;
  min-height: 799px;
  position: relative;
  background-image: url("../img/01/bg5.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  z-index: 0;
}

.main5-l {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.main5-title {
  width: 63%;
  margin: 7% auto 4% auto;
  color: #9f753b;
  font-weight: bold;
  display: block;
}

.main5-title::after {
  content: "";
  display: block;
  clear: both;
}

.title5-txt-l {
  height: 52px;
  font-family: "NotoSerifTC-Bold";
  font-size: 1.9vw;
  letter-spacing: 0.4vw;
  float: left;
  line-height: 52px;
}

.title5-txt-m {
  width: 2px;
  height: 32px;
  margin: 14px 3% 0 2%;
  float: left;
  background-color: #9f753b;
}

.title5-txt-r {
  font-family: "Times New Roman";
  font-weight: 900;
  font-size: 1.5vw;
  line-height: 54px;
  letter-spacing: 0.2vw;
  float: left;
}

.main5-txt {
  width: 100%;
  text-align: center;
  margin-top: 2%;
  color: #534740;
}

.main5 h1 {
  font-size: 1.8vw;
  letter-spacing: 0.4vw;
  line-height: 3.5vw;
  margin: 0;
}

.main5 h2 {
  font-size: 1.58vw;
  letter-spacing: 0.4vw;
  line-height: 3vw;
  margin: 1.7% 0 0 0;
  font-family: "NotoSerifTC-Bold";
}

.main5 h4 {
  font-size: 1.15vw;
  letter-spacing: 0.2vw;
  line-height: 2vw;
  position: relative;
  margin: 0.3% 0 0 0.25%;
  font-family: "NotoSerifTC-SemiBold";
}

.main5-award1 {
  width: 9%;
  height: auto;
  position: absolute;
  top: 31%;
  right: 39%;
}

.main5-award2 {
  width: 8%;
  height: auto;
  position: absolute;
  top: 36%;
  right: 49%;
}

.main5-award3 {
  width: 7.5%;
  height: auto;
  position: absolute;
  top: 22%;
  right: 30.5%;
}

.main5-award4 {
  width: 16%;
  height: auto;
  position: absolute;
  top: 42%;
  right: 13%;
}

@media all and (max-width: 1750px) {
  .map ul li {
    line-height: 35px;
  }
}

@media all and (max-width: 1600px) {
  .map ul li {
    line-height: 32px;
  }
}

@media all and (max-width: 1450px) {
  .map ul li {
    line-height: 30px;
  }
}

@media all and (max-width: 1400px) {
  .map ul li {
    line-height: 28px;
  }
}
