@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.otf) format('opentype');
}
* {
  position: relative;
}
body {
  margin: 0px;
  padding-top: 150px;
  color: #000;
  font-weight: 400;
  font-family: 'Noto Sans TC', '微軟正黑體', 'STHeiti', 'Noto Sans TC', 'Lusitana Normal', 'Lusitana Bold', 'cwTeXMing', '黑體', 'Verdana', '新細明體', 'Arial', 'Geneva', 'sans-serif', 'helvetica';
  text-align: justify;
  letter-spacing: 1px;
}
.centerwrap {
  max-width: 1280px;
  position: relative;
  margin: auto;
  text-align: center;
  height: 100%;
}
.imgloading {
  background-color: #FFF;
  background-image: url(/images/loading.gif);
  background-size: 72px;
  background-repeat: no-repeat;
  background-position: center;
}
centerwrap {
  max-width: 1280px;
  position: relative;
  margin: auto;
  text-align: center;
  height: 100%;
  display: block;
}
li {
  list-style: none;
}
a {
  display: contents;
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3 {
  margin-block-start: 0;
  margin-block-end: 0;
  font-weight: normal;
}
btn {
  border: 1px solid #d9d9d9;
  padding: 8px;
  width: 250px;
  display: inline-block;
  text-align: center;
  color: #666;
  cursor: pointer;
}
btn:hover {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
}
btn:active {
  background-color: #bfbfbf;
  border: 1px solid #bfbfbf;
  color: #FFF;
}
.coversize {
  background-color: #FFF;
  background-image: url(/images/loading.gif);
  background-size: 72px;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  position: absolute;
}
.main {
  padding: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.main .h1wrap {
  border-bottom: 1px solid #e9e9e9;
  height: 35px;
  text-align: left;
  margin-bottom: 30px;
}
.main .h1wrap h1 {
  color: #36C2C1;
  font-family: serif;
  margin-bottom: 20px;
  font-size: 36px;
  text-align: left;
  text-transform: uppercase;
  background-color: #FFF;
  display: inline-block;
  padding-right: 40px;
}
.main section.intro {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: left;
}
.main section.intro a {
  color: #999;
}
textarea:focus,
input:focus {
  outline: none;
}
.comingsoon {
  height: 500px;
  text-align: center;
  line-height: 500px;
  font-size: 59px;
  font-weight: 100;
  color: #c9b897;
}
section,
footer {
  background-color: #FFF;
}
.animation-pause {
  animation-play-state: paused !important;
}
.animationDo {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.animationDo[adtype="fadein"].do {
  opacity: 0;
}
.animationDo[adtype="fadedown"].do {
  opacity: 0;
  transform: translate(0px, -10px);
}
.demo-pc {
  width: 100%;
  margin: auto;
  position: relative;
  display: block;
}
.demo-m {
  width: 100%;
  display: none;
  margin: auto;
  position: relative;
}
.inputtooltip {
  position: absolute;
  z-index: 1;
  background-color: #ca8484;
  color: #FFF;
  font-size: 12px;
  padding: 5px;
  border-radius: 8px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 5px;
}
.inputtooltip:before {
  content: '';
  width: 0px;
  height: 0px;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ca8484 transparent;
  position: absolute;
  z-index: 1;
  margin-top: -10px;
  border-style: solid;
}
.en_show {
  display: none;
}
.tw_show {
  display: none;
}
html[lang="en"] .en_show {
  display: inline;
}
html[lang="zh-tw"] .tw_show {
  display: inline;
}
nav[lang="en"] .en_show {
  display: inline;
}
nav[lang="zh-tw"] .tw_show {
  display: inline;
}
/*  rwd  */
/* -----------------------------------*/
@media screen and (max-width: 1280px) {
  body {
    padding-top: 60px;
  }
  .comingsoon {
    font-size: 30px;
  }
  .demo-pc {
    display: none;
  }
  .demo-m {
    display: block;
  }
}
