@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');*/
/********************************************************************************
全域變數
********************************************************************************/
/********************************************************************************
全域函数
********************************************************************************/
/* http://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, 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;*/ }

@media screen and (max-width: 1000px) {
  wr {
    display: inline; }

  nr {
    display: inline; }

  sr {
    display: block; }

  .wide {
    display: none; }

  .normal {
    display: none; }

  .small {
    display: block; } }
@media screen and (min-width: 1001px) and (max-width: 1600px) {
  wr {
    display: block; }

  nr {
    display: block; }

  sr {
    display: inline; }

  .wide {
    display: none; }

  .normal {
    display: block; }

  .small {
    display: none; } }
@media screen and (min-width: 1600px) {
  wr {
    display: block; }

  nr {
    display: inline; }

  sr {
    display: inline; }

  .small {
    display: none; }

  .normal {
    display: none; }

  .wide {
    display: block; } }
/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
body {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: scroll;
  overflow-x: hidden;
  font-family: "Myriad Pro", "微軟正黑體", "Microsoft JhengHei", "sans-serif";
  font-weight: normal;
  font-size: 12pt;
  line-height: 180%;
  color: #030303;
  background-color: #DDD; }
  @media only screen and (max-width: 1000px) {
    body {
      font-size: 4vw;
      line-height: 150%; } }

/*********************************************************************************/
/* Loading                                                                        */
/*********************************************************************************/
#loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 10000;
  pointer-events: none; }
  #loading .bg {
    background: #0a0a0a; }
  #loading .load {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    /*box-shadow: 0px 0px 0px 0px #F00;*/
    /*border:2px #F00 dotted;*/ }

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
#header {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1000;
  border: 0px #F00 dotted; }
  @media only screen and (min-width: 1001px) and (max-width: 1600px) {
    #header {
      /*height:80px;*/ } }
  @media only screen and (max-width: 1000px) {
    #header {
      height: 12vw; } }
  #header h1 {
    position: relative;
    display: block;
    width: 100%;
    height: 7vh;
    line-height: 7vh;
    text-align: center;
    font-size: 1em;
    color: #FFF;
    background-color: #030303;
    z-index: 20; }
    @media only screen and (min-width: 1001px) and (max-width: 1600px) {
      #header h1 {
        font-size: 0.8em; } }

#toggleBtn {
  display: none; }
  @media only screen and (max-width: 1000px) {
    #toggleBtn {
      position: absolute;
      display: block;
      width: 12vw;
      height: 12vw;
      margin: 0;
      padding: 0;
      pointer-events: auto;
      cursor: pointer;
      right: 0; } }

#navi {
  position: relative;
  display: block;
  width: 100%;
  height: 12vh;
  text-align: left;
  /*color:#000;*/
  background-color: #FFF;
  z-index: 30; }
  #navi .logo {
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    line-height: 12vh;
    left: 50px;
    cursor: pointer;
    pointer-events: auto;
    z-index: 200; }
    @media only screen and (min-width: 1001px) and (max-width: 1600px) {
      #navi .logo {
        /*line-height:80px;*/ } }
    @media only screen and (max-width: 1000px) {
      #navi .logo {
        line-height: 12vw;
        left: 4vw; } }
    #navi .logo .eng {
      font-weight: bold; }
    #navi .logo .vbar {
      font-size: 0.9em;
      vertical-align: 0.15em;
      margin: 0 0.8em 0 0.8em; }
  #navi ul.naviBox {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    list-style-type: none;
    padding: 0px;
    margin: -1px auto;
    text-align: center;
    z-index: 100;
    overflow: hidden;
    perspective: 1200px;
    transform-style: preserve-3d;
    /*border:3px #F00 dotted;*/ }
    @media only screen and (max-width: 1000px) {
      #navi ul.naviBox {
        display: none; } }
    #navi ul.naviBox li {
      position: relative;
      display: inline-block;
      width: 100%;
      height: 100%;
      top: 0px;
      margin-right: -4px;
      /*padding:0 3vw 0 3vw;*/
      width: 13vw;
      height: 12vh;
      line-height: 12vh;
      font-size: 1em;
      color: #666;
      text-align: center;
      cursor: pointer;
      pointer-events: auto;
      overflow: visible; }
      #navi ul.naviBox li .cube {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: underline;
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        /*border:2px #F00 dotted;*/ }
        #navi ul.naviBox li .cube .up {
          position: absolute;
          display: block;
          width: 100%;
          height: 100%;
          background-color: #FFF;
          -webkit-transform: translate3d(0px, 0vh, 0vh) rotateX(0deg);
          -moz-transform: translate3d(0px, 0vh, 0vh) rotateX(0deg);
          /*border:2px #F00 dotted;*/ }
        #navi ul.naviBox li .cube .over {
          position: absolute;
          display: block;
          width: 100%;
          height: 100%;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          font-weight: bold;
          background-color: #D9D9D9;
          -webkit-transform: translate3d(0px, -6vh, -6vh) rotateX(90deg);
          transform: translate3d(0px, -6vh, -6vh) rotateX(90deg);
          /*border:2px #F00 dotted;*/ }
      #navi ul.naviBox li:hover .cube {
        -webkit-transform: translate3d(0px, 6vh, -6vh) rotateX(-90deg);
        transform: translate3d(0px, 6vh, -6vh) rotateX(-90deg); }
        #navi ul.naviBox li:hover .cube .up {
          background-color: #EEE; }
      @media only screen and (min-width: 1001px) and (max-width: 1600px) {
        #navi ul.naviBox li {
          /*height:79px;
          line-height:80px;*/ } }

@media only screen and (min-width: 1001px) and (max-width: 1368px) {
  #navi ul.naviBox {
    text-align: right; } }
canvas {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: lighten;
  z-index: 110;
  /*background-color: rgba(0,0,0,1);*/ }

/*********************************************************************************/
/* page                                                                      */
/*********************************************************************************/
#page {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  /*min-height: 620px;*/
  z-index: 10;
  background-color: #FFF;
  /*border:5px #F0D dotted;*/ }
  #page .section {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 100;
    overflow: hidden;
    pointer-events: none;
    /*border:3px #F00 dotted;*/ }
    #page .section .content {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      overflow: hidden;
      pointer-events: none; }
      #page .section .content .box {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        min-height: 60vh;
        margin: auto;
        padding: 0px;
        overflow: hidden;
        pointer-events: auto;
        /*border:3px #F00 dotted;*/ }

.bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

/*.txtBox{
	width:100%;
	height: 100%;
	padding: 0;
	margin:0;
}
.txtBox,
.txtBox::before,
.vBox{
	position:relative;
	display: inline-block;
	vertical-align: middle;
}
.section .vBox{
	left:15%;
	width:70%;
	height: auto;
}
.section .txtBox::before{
	content: "";
	wdith:0%;
	height: 100%;
}*/
.section h2,
.section h3 {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  /*border:1px #F00 dotted;*/ }

.section h2 {
  font-size: 1.4em;
  line-height: 120%;
  letter-spacing: 0px;
  /*border:1px #F00 dotted;*/ }

.section h3 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 180%;
  /*text-align : justify;*/
  /*word-break :keep-all; keep-all*/ }

.infoBox {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 44vh;
  list-style: none;
  padding-left: 0; }
  @media only screen and (max-width: 1000px) {
    .infoBox {
      min-height: 100vw; } }

.infoBox .ti, .infoBox .txt {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 100%;
  margin-right: -4px;
  vertical-align: top;
  font-size: 1em;
  /**/ }

.infoBox .ti {
  padding: 0.3em 3em 0.3em 0.3em;
  text-align: right; }
  @media only screen and (max-width: 1000px) {
    .infoBox .ti {
      width: 30%;
      padding: 0.3em 4vw 0.3em 0; } }

.infoBox .txt {
  padding: 0.3em 3em 0.3em 0; }
  @media only screen and (max-width: 1000px) {
    .infoBox .txt {
      width: 70%;
      padding: 0.3em 4vw 0.3em 0; } }

.baseBtn {
  position: relative;
  display: block;
  width: auto;
  height: 80px;
  line-height: 80px;
  cursor: pointer;
  pointer-events: auto;
  text-align: center;
  color: #666;
  font-size: 1em;
  margin: 0; }

.baseBtn:hover span {
  color: #DDD; }

hr {
  margin-top: 5px;
  margin-bottom: 5px;
  opacity: 0; }

.tr {
  position: relative;
  display: flex;
  width: 100%;
  height: auto; }
  @media only screen and (max-width: 1000px) {
    .tr {
      position: relative;
      display: block;
      width: 100%;
      height: auto; } }
  .tr .td {
    /*@include setDiv($d:flex,$h:auto);*/
    flex-direction: row;
    flex-wrap: nowrap; }
    @media only screen and (max-width: 1000px) {
      .tr .td {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        /*border:3px #F00 dashed;*/ } }
  .tr.two .td {
    width: 50%; }
    @media only screen and (max-width: 1000px) {
      .tr.two .td {
        width: 100%; } }
  .tr.three .td {
    width: 33.3%; }
    @media only screen and (max-width: 1000px) {
      .tr.three .td {
        width: 100%; } }

/*********************************************************************************/
/* footer                                                               */
/*********************************************************************************/
#footer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  z-index: 1000;
  overflow: hidden; }
  #footer .tr .td {
    padding: 50px;
    font-size: 0.9em; }
    @media only screen and (max-width: 1000px) {
      #footer .tr .td {
        padding: 5vw; } }
  #footer .two .td {
    /*min-height:18vh;*/
    line-height: 150%; }
    @media only screen and (min-width: 1001px) and (max-width: 1600px) {
      #footer .two .td {
        /*height:190px;*/ } }
    @media only screen and (max-width: 1000px) {
      #footer .two .td {
        padding-bottom: 10vw; } }
    #footer .two .td h3 {
      font-size: 1.1em;
      margin-bottom: 1em;
      font-weight: bold; }
    #footer .two .td:nth-child(1) {
      color: #666;
      background-color: #DEDFE0; }
    #footer .two .td:nth-child(2) {
      color: #FFF;
      background-color: #BBB; }
  #footer .three .td {
    /*min-height:14vh;*/
    font-size: 0.8em;
    line-height: 150%;
    color: #666;
    background-color: #FFF; }
    @media only screen and (max-width: 1000px) {
      #footer .three .td {
        /*padding-bottom:0;*/
        /*min-height:12vw;*/
        border-bottom: 1px #DDD solid; }
        #footer .three .td:last-child {
          /*padding-bottom:15vw;*/ } }
    #footer .three .td h3 {
      font-size: 1em; }

/*POPUP====================================================*/
.modal {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  padding-right: 0 !important;
  max-width: 100%;
  min-width: 0%;
  z-index: 5000;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8); }

/*起點:改由下方往上*/
.modal-centered {
  top: 0%;
  -webkit-transform: translate(0%, 50%) !important;
  transform: translate(0%, 50%) !important; }

.modal.fade.show .modal-centered {
  top: 0%;
  -webkit-transform: translate(0, 0%) !important;
  transform: translate(0, 0%) !important; }

.modal-dialog, .modal-content, .modal-body {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
  min-width: 0%;
  border: 0px;
  border-radius: 0px;
  overflow: hidden;
  background-color: transparent; }

.closeBtn {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  pointer-events: auto;
  cursor: pointer;
  top: 0%;
  right: -60px;
  background-color: #FFF; }
  .closeBtn:hover {
    background-color: #AAA; }
  .closeBtn img {
    position: relative;
    display: block;
    width: 50%;
    height: 50%;
    margin: 25% auto; }

#menuModal {
  display: none; }
  @media only screen and (max-width: 1000px) {
    #menuModal .modal-dialog {
      padding-top: 12vw; }
    #menuModal .modal-content {
      height: auto; }
    #menuModal .modal-body {
      height: auto;
      /*border:3px #D00 dotted;*/ } }
  #menuModal ul {
    /*$p:absolute,*/
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    /*background-color:#000;*/ }
    #menuModal ul li {
      position: relative;
      display: block;
      width: 100%;
      height: 16vw;
      pointer-events: auto;
      cursor: pointer;
      line-height: 16vw;
      padding-left: 6vw;
      text-align: left;
      color: #FFF;
      font-size: 1em;
      background-color: #333;
      border-bottom: 1px #999 solid; }
      #menuModal ul li:first-child {
        border-top: 1px #999 solid; }
      #menuModal ul li:last-child {
        /*border-bottom:0px #333 solid;*/ }
