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

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?azy6qo");
  src: url("../fonts/icomoon.eot?azy6qo#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?azy6qo") format("truetype"),
    url("../fonts/icomoon.woff?azy6qo") format("woff"),
    url("../fonts/icomoon.svg?azy6qo#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  /* speak: none; */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* basestyle 
----------------------------------------------------------------------------*/
body,
html {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans TC", sans-serif, Arial, Helvetica, "微軟正黑體",
    Microsoft JhengHei, Apple LiGothic, "蘋果儷中黑";
  font-size: 50px;
  background: #ffffff;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  /*  overflow: hidden;*/
  position: relative;
  z-index: 999;
}
/* 
body {
  overflow: inherit;
} */

.wrapper {
  width: 100%;
  /* max-width: 1920px; */
  margin: 0 auto;
  position: relative;
  /* overflow: hidden; */
  min-height: 100%;
}

.container {
  width: calc(100% - 60px);
  max-width: 1160px;
  padding-left: 30px;
  padding-right: 30px;
  height: 100%;
  margin: auto;
  position: relative;
}

/* header ***********************************************/
header {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: rgba(37, 37, 37, 0.9);
}

header .container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

h1 {
  text-indent: -99em;
  font-size: 0;
  width: 2.08rem;
  max-width: 104px;
  /* margin-top: 10px;
  margin-bottom: 10px; */
  margin-left: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/** navBox ***********************************************/
.navBox {
  font-size: 0.28rem;
  width: calc(100% - 2.1rem);
  display: block;
}

.navBox > .flexBox {
  width: 100%;
}

.navBox a {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1rem;
  font-weight: 300;
  padding: 0 1em;
}

nav {
  width: 100%;
}

.navlist {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.navlist > li > a:hover,
.langSelec > a:hover {
  background-color: #000000;
}

.secList {
  display: none;
  position: fixed;
  top: 44px;
  left: 0;
  width: 100%;
}

.secList ul {
  width: 100%;
  background-color: rgba(37, 37, 37, 0.6);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  padding: 0.3rem 0;
}

.secList a {
  padding: 0 1.6em;
}

.secList a:hover {
  text-decoration: underline;
}

.langSelec {
  /* width: 3.2rem; */
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.langSelec > a {
  margin: 0 0 0 auto;
  width: 1.2rem;
  position: relative;
  padding-right: 1.5em;
}

.langSelec > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #ffffff;
  border-right: 4px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  top: calc(50% - 1px);
  right: 1em;
}

.langList {
  display: none;
  position: absolute;
  background-color: rgba(37, 37, 37, 0.6);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  top: 100%;
  right: 0;
  width: 3.2rem;
}

.langList a {
  line-height: 2.8;
  padding: 0 1.5em;
}

.langList a:hover {
  background-color: #ffffff;
  color: #262626;
}

/* footer ***********************************************/
footer {
  background-color: #fdfdfd;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #eaeaea;
}

footer .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1.3rem;
  padding-bottom: 0.1rem;
}

.logo_foot {
  max-width: 104px;
  width: 2.08rem;
}

footer p {
  font-size: 0.28rem;
  font-weight: 100;
  color: #757575;
  text-align: center;
  letter-spacing: 0.05em;
}

.privacy {
  font-size: 0.28rem;
  font-weight: 100;
  color: #337ab7;
}

.privacy:hover {
  color: #337ab7;
  text-decoration: underline;
}

/** main *************************************************/
/* #main, #fullpage{
  position: inherit;
} */

/* fullNav */
#pp-nav ul li a span {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.fullArrow {
  position: fixed;
  cursor: pointer;
  /* top: 50%; */
  left: 30px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 34px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  z-index: 99;
}

.fullArrow:hover {
  color: rgba(255, 255, 255, 1);
}

.icon-Up {
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.icon-Up:before {
  content: "\ea41";
}

.icon-Down:before {
  content: "\ea43";
}

/** section **********************************************/
.section {
  -webkit-box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.3);
}

.W30 {
  width: 30%;
}

.W70 {
  width: 70%;
}

.W50 {
  width: 50%;
}

.W40 {
  width: 40%;
}

.W60 {
  width: 60%;
}

.t_center {
  text-align: center;
}

.d_flex {
  display: flex;
}

.btn-primary {
  background-color: #035992;
  color: #ffffff;
  font-size: 0.28rem;
  line-height: 2.3;
  padding: 0 1.5em;
  border-radius: 5px;
  margin-top: 0.2rem;
}

.btn-primary:hover,
.btn-primary:focus {
  color: #ffffff;
  opacity: 0.8;
}

.mb {
  display: none;
}
@media screen and (max-width: 620px) {
  .mb {
    display: inline-block;
  }
}
