@charset "UTF-8";
@font-face {
  font-family: "HelveticaNeueRoman";
  src: url("font/HelveticaNeue-Roman.otf") format("opentype");
}
@font-face {
  font-family: "HelveticaNeueBold";
  src: url("font/HelveticaNeue-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "HelveticaNeue-Medium";
  src: url("font/HelveticaNeue-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "HelveticaNeueLight";
  src: url("font/HelveticaNeue-Light.ttf") format("truetype");
}
/********************************************************************************
全域變數
********************************************************************************/
/********************************************************************************
全域函数
********************************************************************************/
wr {
  display: block;
}

nr {
  display: none;
}

sr {
  display: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  wr {
    display: none;
  }
  nr {
    display: block;
  }
  sr {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 1200px) {
  wr {
    display: none;
  }
  nr {
    display: block;
  }
  sr {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  wr {
    display: none;
  }
  nr {
    display: none;
  }
  sr {
    display: block;
  }
}
/*@mixin box-shadow($size:10px) {
  -webkit-box-shadow:0 0 $size rgba(255,0,0,0.8);
     -moz-box-shadow:0 0 $size rgba(255,0,0,0.8);
      -ms-box-shadow:0 0 $size rgba(255,0,0,0.8);
	   -o-box-shadow:0 0 $size rgba(255,0,0,0.8);
          box-shadow:0 0 $size rgba(255,0,0,0.8);
}*/
/* https://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /*font-size: 100%;
  font: inherit;*/
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, main, hgroup, menu, nav, section {
  display: block;
}

body {
  /*line-height: 100%;*/
}

ol, ul {
  /*font-size: 0;*/
  /*list-style: none;*/
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 
Jerry Reset
*/
#log {
  position: fixed;
  width: 500px;
  height: 300px;
  z-index: 3000;
  background: #FFF;
  color: #000;
}

body.modal-open {
  /*overflow:hidden;*/
  padding-right: 0 !important;
}

img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: top;
}

br.clear {
  clear: both;
}

/*a{
	text-decoration: none;
}*/
.hide {
  display: none;
}

.row {
  width: 100%;
  padding: 0;
  margin-left: 0;
}

.col, .col-lg, .col-sm {
  padding: 0px;
  /*border:2px #D0D dashed;*/
}

.card {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  outline: none;
}

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
html {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: scroll;
  overflow-x: hidden;
}

body {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 15pt;
  color: #fff;
  background-color: #fff;
  font-family: "HelveticaNeueRoman", "Microsoft JhengHei", "sans-serif";
  flex: 1;
    /* 假設頁面內容足夠多，確保頁尾被推到頁面底部 */
  min-height: 100vh;
  
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  body {
    font-size: 12pt;
  }
}
@media only screen and (min-width: 576px) and (max-width: 1200px) {
  body {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 576px) {
  body {
    font-size: 3.5vw;
  }
}

.bold {
  font-family: "HelveticaNeueBold", "Microsoft JhengHei", "sans-serif";
}

.light {
  font-family: "HelveticaNeueLight", "Microsoft JhengHei", "sans-serif";
}

.medium {
  font-family: "HelveticaNeueMedium", "Microsoft JhengHei", "sans-serif";
  font-weight: bold;
}

.hide {
  display: none !important;
}

/*********************************************************************************/
/* Loading                                                                        */
/*********************************************************************************/
#loading {
  position: fixed;
  display: block;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  top: 0;
  z-index: 20000;
  pointer-events: auto;
  /*.load{
  	position:absolute;display:block;
  	width:30px;height:30px;
  	top:calc(50% - 15px);
  	left:calc(50% - 15px);
  }*/
}
#loading .bg {
  background: rgba(0, 0, 0, 0);
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
header {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  pointer-events: none;
}
header nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #fff;
}
header nav .logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 55%;
  padding: 0;
  left: 1em;
  pointer-events: auto;
  cursor: pointer;
}
header nav .logo img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  padding: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
header nav .trialBtn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60%;
  right: 1em;
  padding: 0.1em 0.5em;
  white-space: nowrap;
  background-color: #1b9b95;
  pointer-events: auto;
  cursor: pointer;
}
header nav .trialBtn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 1.2em;
  color: #fff;
}
header nav .trialBtn a img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60%;
  margin: 0.1em 0.3em 0 0;
}
header nav .trialBtn:hover {
  background-color: #01bf9b;
}
header nav .trialBtn:hover a {
  text-decoration: none;
}
header .topBtn {
  display: none;
}
@media only screen and (max-width: 576px) {
  header .topBtn {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 10vw;
    height: 10vw;
    bottom: 1vw;
    right: 1vw;
    border-radius: 1vw;
    z-index: 1000;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: auto;
    cursor: pointer;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .topBtn img {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 576px) and (max-width: 1200px) {
  header nav {
    height: 50px;
  }
}
@media only screen and (max-width: 576px) {
  header nav {
    height: 45px;
    padding: 0 5vw;
  }
  header nav .logo {
    height: 70%;
  }
  header nav .trialBtn {
    width: 45%;
    height: 60%;
  }
  header nav .trialBtn a {
    font-size: 1em;
  }
}

/*********************************************************************************/
/* main                                                                     */
/*********************************************************************************/
main {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
}

section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  z-index: 100;
  pointer-events: auto;
}
section .content {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  top: 0;
  pointer-events: auto;
}
section .content .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 576px) {
  section .content .box {
    width: 90vw;
  }
}

.bg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.txtBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0em;
  z-index: 100;
  pointer-events: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(0, 0, 0, 0);
  border: 0px #f00 dotted;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.picBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 50;
  overflow: hidden;
}
.picBox .pic {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0%;
}

h1,
h2,
h3,
h4,
h5,
.txt {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

h1 {
  font-size: 2vw;
  line-height: 1.5;
}

h2 {
  font-size: 1.2vw;
  line-height: 130%;
}

h3 {
  font-size: 1.8em;
  line-height: 130%;
}

h4 {
  font-size: 1.7em;
  line-height: 130%;
}

h5 {
  font-size: 1.7em;
  line-height: 130%;
}

@media only screen and (max-width: 576px) {
  h1 {
    font-size: 4vw;
  }
  h2 {
    font-size: 2.2vw;
  }
}
.txt {
  font-size: 0.7em;
  line-height: 150%;
}

/*********************************************************************************/
/* banner                                                                          */
/*********************************************************************************/
section.banner .bg {
  position: absolute;
  background-image: url(../img/banner1920x560.jpg);
}
section.banner .content {
  position: relative;
  padding-top: calc(1vw + 70px);
  padding-bottom: 1vw;
}
section.banner .content .box .txtBox {
  margin: 0 0 0 0;
}
section.banner .content .box .txtBox h1,
section.banner .content .box .txtBox h2 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3333333333);
}
section.banner .content .box .txtBox h1 span {
  vertical-align: middle;
}
section.banner .content .box .txtBox h2 {
  margin-top: 4px;
}
@media only screen and (min-width: 576px) and (max-width: 1200px) {
  section.banner .content {
    padding-top: calc(2vw + 50px);
    padding-bottom: 2vw;
  }
}
@media only screen and (max-width: 576px) {
  section.banner .bg {
    width: 100%;
    left: 0%;
  }
  section.banner .content {
    padding-top: calc(4vw + 45px);
    padding-bottom: 4vw;
  }
  section.banner .content .box {
    width: 100%;
  }
  section.banner .content .box .txtBox {
    margin: 0 40px;
  }
}

/*********************************************************************************/
/* status                                                                          */
/*********************************************************************************/
.status .content {
  position: relative;
  width: calc(80% - 8vw);
  margin: auto;
}
.status__img {
  display: block;
  margin: auto;
  margin-bottom: 4%;
  width: 100%;
}
.status__imgMobile {
  display: none;
}
.status__site {
  color: #333;
  position: absolute;
}
.status__siteBdTop {
  width: 100%;
  height: 0;
  padding-bottom: 20%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.status__siteInner {
  background-color: transparent;
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.status__sitebdBottom {
  width: 100%;
  height: 0;
  padding-bottom: 5%;
  background-position: 0 bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.status__siteLink {
  position: absolute;
  display: block;
  width: 7vw;
  height: 2.5vw;
  min-height: 28px;
  min-width: 135px;
  right: 15%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  display: block;
  background-color: #00ada9;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-indent: -9999px;
  background-image: url(../img/text-link.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.status__siteLink:hover, .status__siteLink:active {
  background-color: #fa943e;
}
.status__site:nth-child(3) {
  left: 0.5%;
  top: 16%;
  width: 45%;
}
.status__site:nth-child(3) .status__siteBdTop {
  padding-bottom: 14%;
  background-image: url(../img/status/border-site-01-t.png);
}
.status__site:nth-child(3) .status__siteInner {
  background-image: url(../img/status/border-site-01-m.png);
}
.status__site:nth-child(3) .status__sitebdBottom {
  margin-bottom: -5%;
  background-image: url(../img/status/border-site-01-b.png);
}
.status__site:nth-child(3) .status__spaceholder {
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 0;
  padding-bottom: 7%;
}
.status__site:nth-child(3) .status__siteLink {
  bottom: -20%;
}
.status__site:nth-child(4) {
  left: 56%;
  top: 16.1%;
  width: 45%;
}
.status__site:nth-child(4) .status__siteBdTop {
  padding-bottom: 8%;
  background-image: url(../img/status/border-site-02-t.png);
}
.status__site:nth-child(4) .status__siteInner {
  background-image: url(../img/status/border-site-02-m.png);
}
.status__site:nth-child(4) .status__sitebdBottom {
  margin-bottom: -6%;
  background-image: url(../img/status/border-site-02-b.png);
}
.status__site:nth-child(4) .status__spaceholder {
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 0;
  padding-bottom: 14%;
}
.status__site:nth-child(4) .status__siteLink {
  bottom: -28%;
}
.status__site:nth-child(5) {
  left: 0.5%;
  top: 70%;
  width: 45%;
}
.status__site:nth-child(5) .status__siteBdTop {
  padding-bottom: 9%;
  background-image: url(../img/status/border-site-03-t.png);
}
.status__site:nth-child(5) .status__siteInner {
  background-image: url(../img/status/border-site-03-m.png);
}
.status__site:nth-child(5) .status__sitebdBottom {
  margin-bottom: -5%;
  background-image: url(../img/status/border-site-03-b.png);
}
.status__site:nth-child(5) .status__spaceholder {
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 0;
  padding-bottom: 10.5%;
}
.status__site:nth-child(5) .status__siteLink {
  bottom: -25%;
}
.status__site:nth-child(6) {
  left: 56%;
  top: 69.9%;
  width: 45%;
}
.status__site:nth-child(6) .status__siteBdTop {
  padding-bottom: 8%;
  background-image: url(../img/status/border-site-04-t.png);
}
.status__site:nth-child(6) .status__siteInner {
  background-image: url(../img/status/border-site-04-m.png);
}
.status__site:nth-child(6) .status__sitebdBottom {
  margin-bottom: -6%;
  background-image: url(../img/status/border-site-04-b.png);
}
.status__site:nth-child(6) .status__spaceholder {
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 0;
  padding-bottom: 12%;
}
.status__site:nth-child(6) .status__siteLink {
  bottom: -28%;
}
.status__maintenance {
  display: none;
}
.status__site.maintenance .status__maintenance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f37031;
  padding: 0 3% 0 7%;
}
.status__site.maintenance .status__maintenanceIcon {
  width: 2.5vw;
}
.status__site.maintenance .status__maintenanceDesc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.94vw;
  line-height: 1.5;
  margin-left: 6px;
}
.status__site.maintenance .status__siteLink {
  display: none;
}
@media only screen and (max-width: 576px) {
  .status .content {
    width: 100%;
  }
  .status__img {
    display: none;
  }
  .status__imgMobile {
    display: block;
    margin: auto;
    width: 100%;
  }
  .status .content {
    margin: auto;
  }
  .status__site:nth-child(3) {
    left: 18.5%;
    top: 12%;
    width: 81%;
  }
  .status__site:nth-child(3) .status__siteBdTop {
    padding-bottom: 16%;
    background-image: url(../img/status/border-site-mobile-01-t.png);
  }
  .status__site:nth-child(3) .status__siteInner {
    background-image: url(../img/status/border-site-mobile-01-m.png);
  }
  .status__site:nth-child(3) .status__sitebdBottom {
    padding-bottom: 6%;
    margin-bottom: -1.5%;
    background-image: url(../img/status/border-site-mobile-01-b.png);
  }
  .status__site:nth-child(3) .status__spaceholder {
    font-size: 0;
    line-height: 0;
    width: 100%;
    height: 0;
    padding-bottom: 5%;
  }
  .status__site:nth-child(3) .status__siteLink {
    bottom: 0%;
  }
  .status__site:nth-child(4) {
    left: 18.5%;
    top: 32.8%;
    width: 81%;
  }
  .status__site:nth-child(4) .status__siteBdTop {
    padding-bottom: 10%;
    background-image: url(../img/status/border-site-mobile-02-t.png);
  }
  .status__site:nth-child(4) .status__siteInner {
    background-image: url(../img/status/border-site-mobile-02-m.png);
  }
  .status__site:nth-child(4) .status__sitebdBottom {
    margin-bottom: -1.5%;
    padding-bottom: 6%;
    background-image: url(../img/status/border-site-mobile-02-b.png);
  }
  .status__site:nth-child(4) .status__spaceholder {
    font-size: 0;
    line-height: 0;
    width: 100%;
    height: 0;
    padding-bottom: 13%;
  }
  .status__site:nth-child(4) .status__siteLink {
    bottom: 0%;
  }
  .status__site:nth-child(5) {
    left: 18.5%;
    top: 54.4%;
    width: 81%;
  }
  .status__site:nth-child(5) .status__siteBdTop {
    padding-bottom: 10%;
    background-image: url(../img/status/border-site-mobile-03-t.png);
  }
  .status__site:nth-child(5) .status__siteInner {
    background-image: url(../img/status/border-site-mobile-03-m.png);
  }
  .status__site:nth-child(5) .status__sitebdBottom {
    margin-bottom: -1.5%;
    padding-bottom: 6%;
    background-image: url(../img/status/border-site-mobile-03-b.png);
  }
  .status__site:nth-child(5) .status__spaceholder {
    font-size: 0;
    line-height: 0;
    width: 100%;
    height: 0;
    padding-bottom: 13%;
  }
  .status__site:nth-child(5) .status__siteLink {
    bottom: 0%;
  }
  .status__site:nth-child(6) {
    left: 18.5%;
    top: 76.8%;
    width: 81%;
  }
  .status__site:nth-child(6) .status__siteBdTop {
    padding-bottom: 10%;
    background-image: url(../img/status/border-site-mobile-04-t.png);
  }
  .status__site:nth-child(6) .status__siteInner {
    background-image: url(../img/status/border-site-mobile-04-m.png);
  }
  .status__site:nth-child(6) .status__sitebdBottom {
    margin-bottom: -1.5%;
    padding-bottom: 6%;
    background-image: url(../img/status/border-site-mobile-04-b.png);
  }
  .status__site:nth-child(6) .status__spaceholder {
    font-size: 0;
    line-height: 0;
    width: 100%;
    height: 0;
    padding-bottom: 14%;
  }
  .status__site:nth-child(6) .status__siteLink {
    bottom: 0%;
  }
  .status__site.maintenance .status__maintenance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #f37031;
    padding: 0 15.5%;
  }
  .status__site.maintenance .status__maintenanceIcon {
    width: 28px;
  }
  .status__site.maintenance .status__maintenanceDesc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 10px;
    line-height: 14px;
    margin-left: 6px;
  }
  .status__site.maintenance .status__maintenanceDescDatetime {
    font-weight: 900;
  }
  .status__site.maintenance .status__siteLink {
    display: none;
  }
}

/*********************************************************************************/
/* footer                                                               */
/*********************************************************************************/
footer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0.3em;
  bottom: 0;
  z-index: 5000;
  color: #ccc;
  background-color: #666666;
  border-top: 1px #a3a3a3 solid;
  text-align: center;
  position: absolute; /* fixed 固定在畫面底部 */
  bottom: -0.1%;

}


@media only screen and (max-width: 576px) {
  footer {
    font-size: 12px;
  }
}