@charset "UTF-8";
.pages {
  margin: 2% 0 0 0;
  float: left;
  font-size: 14px;
}

.pageset {
  -webkit-transition: width .5s ease-in-out, left .5s ease-in-out;
  transition: width .5s ease-in-out, left .5s ease-in-out;
  background: #fff;
}

.pagearea {
  padding: 10% 0%;
}

.justify {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify img {
  margin: 0 7px 0 0;
}

.pagepadset {
  padding: 5% 5%;
}

.pagetopic {
  /*主標題*/
  margin: 0 0 0% 0;
  padding: 40px 0;
  background: #333;
  text-align: center;
  color: #fff;
  background-size: cover;
  position: relative;
  top: 0px !important;
  z-index: 0;
}

.pagetopic h1 {
  font-size: 2.1em;
}

.pagetopic h4 {
  font-size: 1.4em;
}

/*關於我們內頁*/
.aboutword {
  padding: 0% 1%;
  margin: 0px 0 15px 0;
}

.aboutpage .pagetopic {
  background: url(../../image/tube.jpg) center 40% no-repeat;
  background-size: cover;
}

.aboutpage .pagetopic:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.aboutpage .sinarea {
  padding: 10px 0%;
  background: #fff;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
  border: 1px solid #ccc;
  margin: 0 0 15px 0;
  border-radius: 5px;
}

.aboutpage .sinarea p {
  letter-spacing: 0px;
}

.aboutpage .sinarea .sinword {
  padding: 0 2%;
  overflow: auto;
}

.aboutpage .single {
  padding: 10px 2%;
  border-bottom: 1px solid #dedede;
}

.aboutpage .single:last-child {
  border-bottom: 0px;
}

.aboutpage .single .inputset {
  padding: 0 10px 0 0;
}

.aboutpage .single input {
  margin: 5px 0;
  padding: 10px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.aboutpage .single .caculate {
  background: #007bff;
  color: #fff;
  font-size: 1.1em;
  padding: 13px 0;
  border: 0px;
  border-radius: 10px;
}

.aboutpage .single .caculate:hover {
  cursor: pointer;
}

.aboutpage .thought {
  background: url("../../../assets/image/bg.jpg") repeat;
  background-attachment: fixed;
}

.aboutpage .thought .ourpic {
  padding: 0 5% 0 0;
  z-index: 2;
}

.aboutpage .thought .ourpic img {
  border: 2px solid #c89f63;
}

.aboutpage .thought .ourpic:after {
  content: "";
  width: 260px;
  height: 130px;
  position: absolute;
  left: -15px;
  bottom: -10px;
  background-color: #c89f63;
  z-index: -1;
}

@media screen and (min-width: 1000px) {
  /*.ms-left,.ms-right{
    width:50%!important;
  }*/
  .pagetopic {
    /*主標題*/
    padding: 70px 0;
    top: 91px;
  }
  .pagearea {
    padding: 100px 0;
  }
  .pagepadset {
    padding: 0 0;
  }
  .culture {
    line-height: 1.5em;
    padding: 20px 3%;
    text-align: justify;
  }
  .tran {
    top: 90px;
  }
}
/*# sourceMappingURL=page.css.map */