@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Abel);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/css?family=Oxygen);
html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 15px;
  color: #333;
  background-color: #ffffff;
  line-height: 1.6;
  font-family: Candara, Helvetica Neue,Helvetica, Arial, 'LiHei Pro', '微軟正黑體' , sans-serif;
  -webkit-tap-highlight-color: transparent; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .pace:after {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 90, 153, 0.8);
    z-index: 99999;
    display: block; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #005A99;
  position: fixed;
  z-index: 200000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px; }

/*共用屬性*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  -webkit-overflow-scrolling: touch; }

a {
  text-decoration: none;
  color: inherit; }

a:active, a:hover {
  outline: none; }

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0; }

/*泛用表格*/
.t {
  display: table; }
  .t > .t-row {
    display: table-row; }
    .t > .t-row > .t-cell {
      display: table-cell;
      vertical-align: middle;
      border-collapse: collapse;
      margin: 0;
      padding: 0; }

/*定義區塊*/
.container {
  margin: auto;
  position: relative;
  z-index: 100;
  width: 1180px;
  max-width: 100%;
  padding-left: 5px;
  padding-right: 5px; }

.row {
  margin-left: -5px;
  margin-right: -5px; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 5px;
  padding-right: 5px; }

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666667%; }

.col-10 {
  width: 83.33333333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666667%; }

.col-7 {
  width: 58.33333333%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66666667%; }

.col-4 {
  width: 33.33333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66666667%; }

.col-1 {
  width: 8.33333333%; }

.pic {
  position: relative;
  font-size: 0; }
  .pic > span {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center; }
    .pic > span:before {
      content: ' ';
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle; }
    .pic > span > img, .pic > span > iframe {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
    .pic > span > iframe {
      width: 100%;
      height: 100%; }

.cf:after,
.row:after,
dl:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden; }

.bg_img {
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }

.editor {
  word-break: break-all; }
  .editor i {
    font-style: italic; }
  .editor em, .editor b, .editor strong {
    font-weight: bold; }
  .editor img {
    height: auto !important; }

header {
  width: 100%;
  height: 72px;
  background-color: #fff; }
  header .header_container {
    width: 1330px;
    max-width: 100%;
    font-size: 0;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: .5rem;
    padding-right: .5rem; }
    header .header_container #logo,
    header .header_container nav {
      display: inline-block;
      vertical-align: middle; }
    header .header_container #logo {
      width: 183px; }
    header .header_container nav {
      width: calc(100% - 183px);
      text-align: right; }
      header .header_container nav .menu li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 2rem;
        position: relative;
        padding-top: 20px;
        padding-bottom: 0px; }
        header .header_container nav .menu li.active:before {
          content: '';
          width: 12px;
          height: 20px;
          background-color: #666;
          position: absolute;
          top: -12px;
          left: 0;
          right: 0;
          margin: auto; }
        header .header_container nav .menu li a {
          font-size: 1.1rem;
          color: #333; }

footer {
  width: 100%;
  position: relative;
  bottom: 0; }
  footer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #C4C4C4, #090909);
    display: block;
    opacity: .5;
    z-index: 10; }
  footer .footer_container {
    width: 850px;
    max-width: 100%;
    margin: 0 auto;
    font-size: .8rem;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    color: rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 100; }
    footer .footer_container .copyright {
      text-align: right;
      margin-top: 10px; }

.home {
  background-image: url(../_img/banner.jpg);
  height: 100vh; }

main {
  background-color: #fff; }

#index {
  background: none; }
  #index article {
    height: 100%;
    position: relative;
    background: none; }
    #index article .container {
      height: 100%; }

.banner_text {
  font-size: 1.3rem;
  color: #000033;
  position: absolute;
  left: 0;
  bottom: 30%; }

h1 {
  font-size: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 2rem; }
  h1:before, h1:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    background-color: #333;
    width: calc(50% - 72.5px); }
  h1 p {
    font-size: 1.7rem;
    display: inline-block;
    vertical-align: middle;
    width: 145px; }

#about article {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  #about article .txt-row {
    text-align: center;
    font-size: 1.2rem; }

#contact article {
  padding-top: 2rem;
  padding-bottom: 2rem; }

#contact .txt-row ul:after {
  content: '';
  display: table;
  clear: both;
  height: 0; }

#contact .txt-row ul li {
  float: left; }
  #contact .txt-row ul li .title {
    font-size: 1.4rem;
    margin-bottom: 1rem; }
  #contact .txt-row ul li.block1 {
    width: 100%;
    margin-bottom: 100px; }
    #contact .txt-row ul li.block1 .inner:after {
      content: '';
      display: table;
      clear: both;
      height: 0; }
    #contact .txt-row ul li.block1 .inner .left,
    #contact .txt-row ul li.block1 .inner .right {
      width: 50%;
      float: left; }
  #contact .txt-row ul li.block2 {
    width: 100%; }

main#index {
  width: 100%;
  position: relative; }

@media only screen and (max-width: 480px) {
  .home {
    background-position: 75% 50%; }
  #phone_icon .button {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 30px;
    height: 20px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 99999;
    cursor: pointer; }
    #phone_icon .button:before, #phone_icon .button:after {
      content: "";
      position: absolute;
      top: 20%;
      left: 0;
      width: 100%;
      height: 3px;
      background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%; }
    #phone_icon .button:after {
      content: "";
      top: 60%; }
    #phone_icon .button.action {
      display: block;
      width: 30px;
      height: 20px;
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      border-bottom: medium none !important;
      transition: all 0.5s ease 0s; }
      #phone_icon .button.action:before {
        top: 50%;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transition: all 0.5s ease 0s; }
      #phone_icon .button.action:after {
        top: 50%;
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transition: all 0.5s ease 0s; }
  header {
    height: auto; }
    header .header_container {
      height: auto;
      text-align: center; }
      header .header_container #logo,
      header .header_container nav {
        display: block;
        text-align: center;
        width: 100%; }
      header .header_container #logo {
        text-align: left; }
      header .header_container nav {
        display: block;
        width: 100%;
        max-height: 0;
        transition: all .3s ease-out;
        overflow: hidden; }
        header .header_container nav.active {
          transition: all .3s ease-in;
          max-height: 300px; }
        header .header_container nav .menu li {
          width: 100%;
          padding: 10px 0;
          margin: 0;
          text-align: center; }
          header .header_container nav .menu li:before {
            display: none; }
  footer .footer_container {
    font-size: .7rem;
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify; }
  #about article .txt-row {
    font-size: 1rem;
    text-align: left;
    padding-left: 1rem;
    padding-right: 1rem; }
  #contact .txt-row ul li {
    display: block;
    width: 100% !important;
    float: none;
    margin-bottom: 3rem; }
  .home footer {
    position: fixed;
    bottom: 0; }
  .banner_text {
    width: 50%; } }

/*# sourceMappingURL=style.css.map */