/* Noto Sans TC 思源黑體 */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.otf) format('opentype');
}
/* 明體 cwTeXMing */
@font-face {
  font-family: 'cwTeXMing';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/cwtexming/v3/cwTeXMing-zhonly.eot);
  src: url(//fonts.gstatic.com/ea/cwtexming/v3/cwTeXMing-zhonly.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/cwtexming/v3/cwTeXMing-zhonly.woff2) format('woff2'), url(//fonts.gstatic.com/ea/cwtexming/v3/cwTeXMing-zhonly.woff) format('woff'), url(//fonts.gstatic.com/ea/cwtexming/v3/cwTeXMing-zhonly.ttf) format('truetype');
}
/*  基礎  */
/* -----------------------------------*/
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding-top: 105px;
  color: #000;
  font-family: "Microsoft JhengHei", "PingFang TC", "Heiti TC", "Noto Sans TC", sans-serif !important;
  text-align: justify;
  font-weight: 400;
  letter-spacing: 1px;
  overflow-y: scroll;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body .centerwrap {
  max-width: 1180px;
  position: relative;
  margin: auto;
  text-align: center;
  height: auto;
}
body .title {
  color: #333333;
  font-size: 32px;
}
body .text {
  color: #333333;
  font-size: 14px;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #ddd;
}
::-webkit-scrollbar-thumb {
  background: #666;
}
a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.MsoNormal,
.MsoNormal * {
  font-family: "Microsoft JhengHei", "PingFang TC", "Heiti TC", "Noto Sans TC", sans-serif !important;
}
h2,
h3 {
  color: #333;
}
/* 滑鼠提示 */
.tooltips {
  position: absolute;
  float: left;
  background-color: #2a4e70;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 10px;
  border-radius: 5px;
  max-width: 250px;
  font-size: 14px;
  line-height: 1.5;
  display: none;
}
/* 程式碼 */
pre {
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  background-color: #f5f2f0;
  border: 1px solid #e9e9e9;
  margin: 40px;
  border-radius: 5px;
  padding: 15px;
  cursor: text;
  font-size: 14px;
}
::selection {
  background: #555;
  color: #fff;
}
::-moz-selection {
  background: #555;
  color: #fff;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
/*  通用  */
/* -----------------------------------*/
.main {
  position: relative;
  max-width: 1280px;
  margin: auto;
  height: 100%;
  padding-top: 0.1px;
  /*background-color: red;*/
}
.main-s {
  position: relative;
  max-width: 780px;
  margin: auto;
  height: 100%;
  padding-top: 0.1px;
  /*background-color: red;*/
}
horizonline {
  background-color: #e9e9e9;
  height: 1px;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}
pc {
  display: block;
}
.pc {
  display: block;
}
m {
  display: none;
}
.m {
  display: none;
}
@media screen and (max-width: 1280px) {
  .pc {
    display: none;
  }
  .m {
    display: block;
  }
  pc {
    display: none;
  }
  m {
    display: block;
  }
}
section {
  /*min-height: calc(~'100vh - 307px');*/
  background-color: #F2F2F2;
  width: 100%;
  position: relative;
}
/* 水平直線中文字  */
.centerline {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 27px;
  position: relative;
  margin-top: 26px;
}
.centerline .text {
  background-color: #FFF;
  position: absolute;
  left: 50%;
  width: 140px;
  margin-left: -70px;
  margin-top: -12px;
}
/* 黑色  */
.blackcover {
  background-color: #000000;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.center {
  position: relative;
  text-align: center;
}
/* 點點遮罩  */
.dotcover {
  background-image: url('/images/dot.png');
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* 點點遮罩  */
.gradientcover {
  background-image: url('/images/gradient.png');
  background-position: bottom;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/*  水平、垂直置中  */
/* -----------------------------------*/
.table {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  z-index: 5;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
.none {
  display: none;
}
/*  form  */
/* -----------------------------------*/
input,
textarea,
select {
  background-image: none;
  outline: 0;
  box-shadow: none !important;
  background-color: #F9F9F9;
  border: 1px solid #e9e9e9;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  width: calc(100% - 34px);
  -webkit-transition: border 0.3s;
  /* For Safari 3.1 to 6.0 */
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  resize: none;
}
input:hover,
textarea:hover,
select:hover {
  border-color: #c9c9c9;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #000;
  background-color: #FFF;
}
textarea {
  min-height: 150px;
}
input[type="button"] {
  background-color: #FFF;
  cursor: pointer;
  width: 100%;
  border-color: #c9c9c9;
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
input[type="button"]:hover {
  opacity: 0.8;
}
input[type="button"]:active {
  opacity: 1;
}
select {
  -webkit-appearance: none;
  height: 40px;
  width: 100%;
  background-color: #FFF;
  background-image: url(/image/option-down.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: auto 25%;
  border-radius: 0px;
}
/* 標題 */
h1 {
  text-align: center;
  font-size: 25px;
  margin-top: 40px;
  letter-spacing: 5px;
  margin-bottom: 20px;
  color: #333;
}
.footprint_line {
  text-align: center;
}
.footprint_line img {
  height: 40px;
}
/* */
.loadingcover {
  background-color: #FFF;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
}
/*  rwd  */
/* -----------------------------------*/
@media screen and (max-width: 1280px) {
  .main {
    max-width: 1280px;
  }
  body {
    padding-top: 70px;
  }
  h1 {
    margin-top: 20px;
  }
  .footprint_line img {
    height: 35px;
  }
}
