/* 字體 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500&family=Noto+Serif+TC:wght@500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500&family=Noto+Serif+TC:wght@500;600&display=swap');

/* 字體 */
@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: "Noto Sans TC";
  src: url(../fonts/Noto/NotoSansTC-Regular.otf);
}
@font-face {
  font-family: "IntroCondLightFree";
  src: url(../fonts/IntroCondLightFree.otf);
}
.Inn{
  font-family: "IntroCondLightFree";
}
.Arl{
  font-family: "Arial";
}
body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #000;
}
* {
    margin: 0;
    padding: 0;
    color: inherit;
    font-weight: inherit;
    border: none;
    list-style:none;
    background-repeat:no-repeat;
    text-decoration:none;/*去底線*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

img {
  display: block;
  font-size: 0;
}


/*選單*/
.fixed-menu {
  width: 10.5vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(8, 41, 66, 1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5) ;
}
.menu_logo{
  width: 75%;
  margin: 0 auto;
  text-align: center;
  padding: 5vw 0 2.8vw 1vw;
}
.menu_logo img{
  width: 100%;
}
.top-menu-nav {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.top-menu-nav a{
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.top-menu-nav .top-menu-nav-li{
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: inline-block;
  border-top: 1px solid #575757;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.top-menu-nav .top-menu-nav-li::before {
  content: "";
  width: 4%;
  height: 100%;
  background-color: rgba(174,151,135,1);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
}
.top-menu-nav .top-menu-nav-li:last-child{
  border-bottom: 1px solid #575757;
}
.top-menu-nav-li .top-menu-txt{
  width: 100%;
  line-height: 3vw;
  text-align: center;
  position: relative;
  padding: 1.7vw 0;
}
.top-menu-nav-li .top-menu-txt .cht{
  width: 100%;
  font-size: 1vw;
  color: #fff;
  line-height: 2vw;
  font-family: "Noto Sans TC", serif;
  font-weight: 300;
  letter-spacing: 3px;
}
.top-menu-nav-li .top-menu-txt .eng{
  width: 100%;
  font-size: 0.75vw;
  line-height: 0.5vw;
  color: #fff;
  font-family: "IntroCondLightFree", serif;
  letter-spacing: 0.5px;
}
.top-menu-nav .top-menu-nav-li:hover::before {
  width: 100%;
}
.home_btn{
  width: 75%;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 5%;
  left: 12.5%;
  cursor: pointer;
}
.home_btn .home_icon{
  float: left;
  transition: all 0.3s ease-in-out;
}
.home_btn .home_icon.be{
  opacity: 1;
}
.home_btn .home_icon.af{
  opacity: 0;
  position: absolute;
  left: 0;
  top:0;
}
.home_btn .home_txt{
  font-size: 0.75vw;
  line-height: 0.5vw;
  color: #fff;
  font-family: "IntroCondLightFree", serif;
  letter-spacing: 0.5px;
  padding: 0.1vw 0 0 0.5vw;
  float: left;
  transition: all 0.3s ease-in-out;
}
.home_btn:hover .home_txt{
  color: #ae9787;
}
.home_btn:hover .home_icon.af{
  opacity: 1;
}
.home_btn:hover .home_icon.be{
  opacity: 0;
}


.footer_AL{
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: "Arial";
  color: #fff;
  padding: 1.5vw 0 1.5vw 10.5vw;

}
.footer_top{
  width: 100%;
  font-size: 1vw;
  line-height: 3vw;
  text-align: center;
  letter-spacing: 0.1vw;
  position: fixed;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor:pointer;    
  align-items:center;
  justify-content:center;
}
.footer_bottom{
  width: 100%;
  font-size: 0.9vw;
  line-height: 1vw;
  letter-spacing: 0.1vw;
  text-align: center;
}


/*fixed_btn*/
.fixed_btn {
    position:fixed;
    right: 1vw;
    bottom: 3vw;
    cursor:pointer;
    transition: all 0.2s ease-out;
    z-index: 90;
    opacity: 0;
}
.fixed_btn .top_btn {
    width: 2.5vw;
    height: 2.5vw;
    background-size: contain;
    background-image: url(../img/top.png);
    background-position: center;
    background-repeat: no-repeat;
}
.fixed_btn.show {
    opacity: 1;
}
.fixed_btn.foot{
    bottom: 9vw;
}