@charset "utf-8";
@import url('../css/reset.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap');

body {
  background-color: #fff;
  font-family: 'Noto Sans TC', sans-serif;
  position: relative;
  margin-top: 150px;
}
#AU,#AC{
  position: absolute;
  color: #fff;
}
#AZ{
  position: absolute;
  color: #022e51;
}
.container{
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.tag{
  background: #e7844a;
  color: #fff;
  font-size: 0.875rem;
  line-height: 14px;
  padding: 5px;
  display: inline-block;
  border-radius: 5px;
}
.view{
  color: #666;
  font-size: 0.875rem;
  margin: 10px 0;
}
.view::before{
  content: "";
  width: 15px;
  height: 15px;
  background: url('../images/icon-view.svg') center / 100% auto no-repeat;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

header{
  width: 100%;
  height: 150px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
header .wrap{
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  display: flex;
}
header .top{
  padding: 20px 0;
  justify-content: flex-end;
}
header .top a{
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: 80% auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: block;
  margin-left: 5px;
}
header .top .map{
  background-image: url('../images/icon-1.png');
}
header .top .small{
  background-image: url('../images/font-s-g.png');
}
header .top .small.active{
  background-color: #e7844a;
  background-image: url('../images/font-s-w.png');
  border-radius: 50%;
}
header .top .normal{
  background-image: url('../images/font-normal-g.png');
}
header .top .normal.active{
  background-color: #e7844a;
  background-image: url('../images/font-normal-w.png');
  border-radius: 50%;
}
header .top .large{
  background-image: url('../images/font-large-g.png');
}
header .top .large.active{
  background-color: #e7844a;
  background-image: url('../images/font-large-w.png');
  border-radius: 50%;
}
header .head{
  align-items: flex-start;
  justify-content: space-between;
}
header .head .logo{
  max-width: 100%;
  width: 240px;
  height: 0;
  background: url('../images/logo-v2.png') center / 100% auto no-repeat;
  text-indent: -9999px;
  display: block;
  padding-top: 76px;
  position: relative;
  top: -25px;
}

header .head .nav{
  display: flex;
}
header .head .nav li{
  position: relative;
  padding-bottom: 10px;
}
header .head .nav li:last-child a{
  border: none;
}
header .head .nav li a{
  width: 85px;
  height: 100%;
  color: #3d3d3d;
  font-size: 1rem;
  text-align: center;
  font-weight: 600;
  display: block;
  padding: 0 10px;
  border-right: 1px solid #3d3d3d;
}
header .head .nav li a:hover{
  color: #e7844a;
}
header .head .nav li a span{
  font-size: 0.75rem;
  display: block;
  margin-top: 10px;
}
header .head .nav li:hover .sub_menu{
  display: flex;
}
header .head .nav li .sub_menu{
  background: #e7844a;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  border-radius: 5px;
  padding: 10px;
  transition: all .3s;
}
header .head .nav li .sub_menu a{
  height: auto;
  color: #fff;
  font-weight: 500;
  border-color: #fff;
}
header .head .nav li .sub_menu a:hover{
  color: #fff;
}
header .head .nav li .sub_menu a:last-child{
  border: none;
}

#mobi-btn{
  display: none;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  position: relative;
}
#mobi-btn span,
#mobi-btn::before,
#mobi-btn::after{
  content: "";
  width: 30px;
  height: 2px;
  background: #e7844a;
  display: block;
  position: absolute;
  left: 0;
  transition: all .3s;
}
#mobi-btn span{
  top: 14px;
}
#mobi-btn::before{
  top: 6px;
}
#mobi-btn::after{
  bottom: 6px;
}
#mobi-btn.active span{
  display: none;
}
#mobi-btn.active::before{
  background: #fff;
  top: 14px;
  transform: rotate(45deg);
}
#mobi-btn.active::after{
  background: #fff;
  bottom: 14px;
  transform: rotate(-45deg);
}
#mobile{
  display: none;
  width: 100%;
  height: 100vh;
  background: #e7844a;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  left: 0;
  padding: 60px 5% 10px 5%;
  box-sizing: border-box;
}
#mobile li{
  border-bottom: 1px solid #fff;
}
#mobile li a{
  color: #fff;
  display: block;
  padding: 15px 0;
}

.gotop{
  width: 50px;
  height: 50px;
  background: #e7844a url('../images/gotop.png') center / 100% auto no-repeat;
  text-indent: -9999px;
  display: block;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 998;
}
footer{
  background: #022e51;
  padding: 30px 0;
}
footer h3{
  max-width: 220px;
  width: calc(100% - 150px);
  height: 68px;
  background: url('../images/FOOTER.png') center / 100% auto no-repeat;
  text-indent: -9999px;
  display: inline-block;
  vertical-align: middle;
}
footer .aa_logo{
  width: 130px;
  height: 45px;
  background: url('../images/aa_2.0.svg') top / 100% auto no-repeat;
  text-indent: -9999px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
footer .wrap{
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .info{
  width: 65%;
}
footer .info p,
footer .info p a{
  color: #fff;
  font-size: 1rem;
  line-height: 30px;
  margin-bottom: 5px;
  transition: all .3s;
}
footer .info p a:hover{
  color: #a4b5c9;
}
footer .info p span{
  border-left: 1px solid #fff;
  padding: 0 10px;
}
footer .info p span:first-child{
  border: none;
  padding-left: 0;
}
footer .bt_menu{
  width: 33%;
  display: flex;
  justify-content: space-between;
}
footer .bt_menu a{
  width: 23%;
  display: block;
  opacity: .6;
  transition: all .3s;
}
footer .bt_menu a:hover{
  opacity: 1;
}
footer .bt_menu a img{
  width: 100%;
  height: auto;
  display: block;
}

#side_menu{
  width: 50px;
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 998;
}
#side_menu a{
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: block;
  margin-bottom: 10px;
  box-sizing: border-box;
}
#side_menu .fb{
  background-image: url('../images/side-menu-fb.png');
}
#side_menu .ig{
  background-image: url('../images/side-menu-ig.png');
}
#side_menu .line{
  background-image: url('../images/side-menu-line.png');
}
#side_menu .yt{
  background-image: url('../images/side-menu-yt.png');
}
#side_menu .btn{
  background: #fff url('../images/arrow-g-down.png') center / 40% auto no-repeat;
  border-radius: 50%;
  border: 1px solid #e7844a;
  position: relative;
}
#side_menu .btn::before{
  content: "展開";
  width: 100%;
  color: #e7844a;
  font-size: 0.875rem;
  text-indent: 0;
  text-align: center;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
}
#side_menu .btn.active{
  background-image: url('../images/arrow-g-up.png');
}
#side_menu .btn.active::before{
  content: "收合";
}
@media screen and (max-width:1023px){
  body{
    margin-top: 63px;
  }
  header{
    height: 63px;
  }
  header .top{
    display: none;
  }
  header .head{
    align-items: center;
    padding: 10px 0;
    position: relative;
    z-index: 2;
  }
  header .head .logo{
    width: 145px;
    padding-top: 45px;
    position: static;
  }
  header .head .nav{
    display: none;
  }
  #mobi-btn{
    display: block;
  }

  #side_menu{
    width: 100%;
    background: #255a85;
    position: static;
    transform: none;
    display: flex;
    padding: 0 5%;
    box-sizing: border-box;
  }
  #side_menu a{
    width: auto;
    height: auto;
    background: none !important;
    color: #fff;
    font-size: 0.875rem;
    text-indent: 0;
    border-left: 1px solid #fff;
    padding: 0 10px;
    margin: 10px 0;
  }
  #side_menu a:first-child{
    padding-left: 0;
    border-left: none;
  }
  #side_menu .btn{
    display: none;
  }
}
@media screen and (max-width:768px) {

  footer .wrap{
    flex-direction: column-reverse;
  }
  footer .info,
  footer .bt_menu{
    width: 100%;
  }
  footer .bt_menu{
    justify-content: left;
    margin-bottom: 20px;
  }
  footer .bt_menu a{
    max-width: 90px;
    margin: 0 1%;
    opacity: 1;
  }
  #side_menu{
    top: auto;
    bottom: 100px;
    transform: none;
  }
}
@media screen and (max-width:480px){
  footer .info p span{
    display: block;
    padding: 0;
    border: none;
  }
}