@charset "UTF-8";
@import url(frame.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
body {
  margin: 0;
  font-family: 'Noto Sans TC', 'Roboto', sans-serif;
}

.site-body {
  width: 100%;
  height: 100%;
  position: relative;
  background: white;
}

a {
  color: #036eb8;
}

a.on-touch {
  color: #014a7a;
}

.site-content-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  background: white;
  z-index: 2;
}

.site-content-wrapper {
  zoom: 1;
}

.site-content-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.site-content-wrapper.scw-gray {
  background: #f3f3f3;
  z-index: 1;
  -webkit-box-shadow: 0 1px 5px 2px #CCC inset;
  -moz-box-shadow: 0 1px 5px 2px #CCC inset;
  box-shadow: 0 1px 5px 2px #CCC inset;
}

.site-content-wrapper .site-content {
  width: 100%;
  position: relative;
}

.site-content-wrapper .site-content {
  zoom: 1;
}

.site-content-wrapper .site-content:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.site-content-wrapper .content-title {
  width: 100%;
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.5px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  color: #222222;
  border-bottom: 1px solid #dddddd;
}

.site-content-wrapper .ct-highlight {
  color: #036eb8;
  padding-bottom: 2px;
  border-bottom: 2px solid #ffae00;
}

.def-btn-block {
  width: 100%;
  position: relative;
  text-align: center;
}

.def-btn-block .btn {
  min-width: 100px;
  margin: 0 8px;
  padding: 0 20px;
}

/*--內容區塊--*/
.sc-block {
  width: 100%;
  position: relative;
  font-size: 15px;
  color: #555555;
  margin-bottom: 20px;
}

.sc-block {
  zoom: 1;
}

.sc-block:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.sc-block a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

/*- comingsoon -*/
.comingsoon-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background: url("../../images/common/other/comingsoon_bg.jpg") top left/cover no-repeat;
}

.comingsoon-wrap {
  zoom: 1;
}

.comingsoon-wrap:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.comingsoon-wrap .csw-phone {
  width: 42%;
  position: absolute;
  top: -6%;
  right: 0%;
  z-index: 11;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.comingsoon-wrap .csw-phone img {
  width: 100%;
}

.comingsoon-wrap .csw-intro {
  position: absolute;
  left: 4%;
  bottom: 35%;
  z-index: 11;
  -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.comingsoon-wrap .csw-title .cst-logo {
  width: 170px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}

.comingsoon-wrap .csw-title .cst-txt {
  display: inline-block;
  font-size: 65px;
  color: white;
  vertical-align: middle;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  margin-left: 8px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.comingsoon-wrap .csw-txt {
  width: 100%;
  height: auto;
  font-size: 20px;
  line-height: 1.6;
  color: white;
  margin-top: 10px;
  position: relative;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.comingsoon-wrap .csw-txt a {
  color: white;
}

.comingsoon-wrap .csw-txt a.on-touch {
  color: white;
  text-decoration: underline;
}

@media (max-width: 1700px) {
  .comingsoon-wrap .csw-phone {
    right: 0%;
    top: -2%;
  }
  .comingsoon-wrap .csw-title .cst-logo {
    width: 160px;
  }
  .comingsoon-wrap .csw-title .cst-txt {
    font-size: 57px;
  }
  .comingsoon-wrap .csw-txt {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .comingsoon-wrap .csw-phone {
    right: 0%;
    top: -1%;
    width: 57%;
  }
  .comingsoon-wrap .csw-intro {
    left: 5%;
    bottom: 30%;
  }
  .comingsoon-wrap .csw-title .cst-logo {
    width: 135px;
  }
  .comingsoon-wrap .csw-title .cst-txt {
    font-size: 52px;
  }
  .comingsoon-wrap .csw-txt {
    font-size: 16px;
  }
}

@media (max-width: 1000px) {
  .comingsoon-wrap .csw-phone {
    right: -1%;
    top: 0%;
    width: 63%;
  }
  .comingsoon-wrap .csw-intro {
    left: 5%;
    bottom: 20%;
  }
  .comingsoon-wrap .csw-title .cst-logo {
    width: 125px;
  }
  .comingsoon-wrap .csw-title .cst-txt {
    font-size: 47px;
  }
  .comingsoon-wrap .csw-txt {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .comingsoon-wrap .csw-phone {
    right: 0%;
    top: 0%;
    width: 61%;
  }
  .comingsoon-wrap .csw-intro {
    left: 5%;
    bottom: 13%;
  }
  .comingsoon-wrap .csw-title .cst-logo {
    width: 120px;
  }
  .comingsoon-wrap .csw-title .cst-txt {
    font-size: 46px;
  }
  .comingsoon-wrap .csw-txt {
    font-size: 15px;
  }
}

@media (max-width: 568px) {
  .comingsoon-wrap .csw-phone {
    right: -7%;
    top: 0%;
    width: 85%;
  }
  .comingsoon-wrap .csw-intro {
    left: 7%;
    bottom: 11%;
    padding-right: 35px;
  }
  .comingsoon-wrap .csw-title .cst-logo {
    width: 120px;
    display: block;
  }
  .comingsoon-wrap .csw-title .cst-txt {
    font-size: 35px;
    margin-top: 5px;
    margin-left: 0px;
  }
  .comingsoon-wrap .csw-txt {
    font-size: 13px;
    margin-top: 5px;
  }
  .comingsoon-wrap .csw-txt .ctt {
    display: block;
  }
}

@media (max-width: 430px) {
  .comingsoon-wrap .csw-phone {
    right: -5%;
    top: 0%;
    width: 95%;
  }
}

.comingsoon2-wrap {
  width: 100%;
  height: 100%;
  min-height: 480px;
  position: absolute;
  top: 0;
  left: 0;
}

.comingsoon2-wrap {
  zoom: 1;
}

.comingsoon2-wrap:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.comingsoon2-wrap a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.comingsoon2-wrap .cs2-intro-box {
  width: 100%;
  position: absolute;
  top: 20%;
  left: 0;
  margin: 0 auto;
  z-index: 10;
  text-align: center;
}

.comingsoon2-wrap .cs2-intro {
  width: 520px;
  display: inline-block;
}

.comingsoon2-wrap .cs2-title {
  display: inline-block;
}

.comingsoon2-wrap .cs2-title .cs2t-logo {
  width: 245px;
  display: inline-block;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.comingsoon2-wrap .cs2-title .cs2t-txt {
  width: 100%;
  display: inline-block;
  font-size: 70px;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  margin-top: 55px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.comingsoon2-wrap .cs2-txt {
  width: 100%;
  height: auto;
  font-size: 15.5px;
  line-height: 1.7;
  color: white;
  margin-top: 10px;
  position: relative;
  padding: 10px 0;
}

.comingsoon2-wrap .cs2-txt a {
  color: white;
}

.comingsoon2-wrap .cs2-txt a.on-touch {
  text-decoration: underline;
}

.comingsoon2-wrap .c2t-2 {
  font-size: 20px;
  margin-top: 15px;
}

.comingsoon2-wrap .cs2-btn {
  width: 40%;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 18px;
  color: white;
  margin: 30px auto 0;
  position: relative;
  border: 1px solid white;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.comingsoon2-wrap .cs2-btn.on-touch {
  background: rgba(0, 0, 0, 0.4);
}

.comingsoon2-wrap .cs2-input-box {
  width: 100%;
  margin-top: 45px;
  position: relative;
}

.comingsoon2-wrap .cs2-input-box .cib-input {
  width: 100%;
  height: 50px;
  background: white;
  border: none;
  padding: 10px 155px 10px 15px;
  font-size: 18px;
  color: #001e33;
  font-family: 'Noto Sans TC', 'Roboto', sans-serif;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.comingsoon2-wrap .cs2-input-box .send-btn {
  width: 120px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.comingsoon2-wrap .cs2-txt2 {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  color: white;
}

.comingsoon2-wrap .cs2-txt2 a {
  color: white;
}

.comingsoon2-wrap .cs2-txt2 a.on-touch {
  color: white;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .comingsoon2-wrap .cs2-intro {
    width: 420px;
  }
  .comingsoon2-wrap .cs2-title {
    display: inline-block;
  }
  .comingsoon2-wrap .cs2-title .cs2t-logo {
    width: 190px;
  }
  .comingsoon2-wrap .cs2-title .cs2t-txt {
    font-size: 56px;
    margin-top: 40px;
  }
  .comingsoon2-wrap .cs2-txt {
    font-size: 14.5px;
  }
  .comingsoon2-wrap .cs2-input-box .cib-input {
    height: 50px;
    padding: 5px 115px 5px 15px;
    font-size: 20px;
  }
  .comingsoon2-wrap .cs2-input-box .send-btn {
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  .comingsoon2-wrap .cs2-txt2 {
    font-size: 15px;
    line-height: 1.6;
  }
}

@media (max-width: 568px) {
  .comingsoon2-wrap .cs2-intro-box {
    top: 18%;
  }
  .comingsoon2-wrap .cs2-intro {
    width: 280px;
  }
  .comingsoon2-wrap .cs2-title {
    display: inline-block;
  }
  .comingsoon2-wrap .cs2-title .cs2t-logo {
    width: 150px;
  }
  .comingsoon2-wrap .cs2-title .cs2t-txt {
    font-size: 37px;
    margin-top: 25px;
  }
  .comingsoon2-wrap .cs2-btn {
    width: 50%;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: white;
    margin: 30px auto 0;
    position: relative;
    border: 1px solid white;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .comingsoon2-wrap .cs4-btn {
    width: 70%;
  }
  .comingsoon2-wrap .cs2-btn.on-touch {
    background: rgba(0, 0, 0, 0.4);
  }
  .comingsoon2-wrap .cs2-input-box {
    margin-top: 30px;
  }
  .comingsoon2-wrap .cs2-input-box .cib-input {
    height: 40px;
    padding: 5px 80px 5px 10px;
    font-size: 16px;
  }
  .comingsoon2-wrap .cs2-input-box .send-btn {
    width: 70px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .comingsoon2-wrap .cs2-txt2 {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 20px;
    bottom: 30px;
  }
}

/*--particles.js container--*/
canvas {
  display: block;
  vertical-align: bottom;
}

#particles-js {
  width: 100%;
  height: 100%;
  background-color: #001e33;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
