@charset "UTF-8";
html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 14px;
  color: #0f0f0f;
  background-color: #ffffff;
  line-height: 1.6;
  font-family: Arial , '微軟正黑體' , sans-serif;
  -webkit-tap-highlight-color: transparent;
}

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

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #000;
  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, .t > ul {
  display: table-row;
}
.t > .t-row > .t-cell, .t > .t-row > li, .t > ul > .t-cell, .t > ul > li {
  display: table-cell;
  vertical-align: middle;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

/*定義區塊*/
.container {
  margin: auto;
  position: relative;
  z-index: 100;
  width: 90%;
  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-size: cover;
}

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

body {
  color: #fff;
}

/*--- bg ---*/
/*index*/
.bg {
  background: url(../_img/index/img01.png) top center no-repeat;
  /*background-position: 50% 50%;*/
  position: absolute;
}

/* about */
.bg01 {
  background: url(../_img/about/bg.jpg) top center no-repeat;
  background-size: cover;
  position: absolute;
  background-position: 50% 60%;
}

/* works */
.bg02 {
  background: url(../_img/work/bg.jpg) top center no-repeat;
  background-size: cover;
  position: absolute;
  /*background-position: 50% 50%;*/
}

header {
  margin-top: 33px;
  background: rgba(0, 0, 0, 0.4);
}
header.index_header {
  position: absolute;
  z-index: 999;
  width: 100%;
}
header .headerContent {
  width: 90%;
  margin: 0 auto;
  min-height: 40px;
  padding: 20px 0;
  position: relative;
}
header .headerContent > span {
  display: none;
}
header #phone_icon {
  display: none;
}
header h1 {
  float: left;
  width: 20%;
  font-size: 0;
  line-height: 0;
}
header nav {
  float: right;
  width: 79%;
  text-align: right;
  position: relative;
  padding-right: 5%;
}
header nav h3 {
  font-size: 9px;
  line-height: 100%;
  /* -webkit-transform : scale(0.75);*/
}
header nav ul {
  float: right;
  font-size: 16px;
  position: relative;
}
header nav ul li {
  display: inline-block;
}
header nav ul li a {
  display: inline-block;
  text-align: center;
}
header nav ul li:after {
  content: "";
  width: 30px;
  height: 10px;
  display: inline-block;
  background: url(../_img/layout/line.png) bottom center no-repeat;
}
header nav ul li:last-child:after {
  background: none;
}
header nav > span {
  position: absolute;
  right: 2%;
  bottom: 0;
}
header nav > span img {
  width: 20px;
  height: 20px;
}
header nav i {
  display: inline-block;
  margin-left: 5px;
}

#page {
  width: 100%;
}
#page hgroup {
  padding: 75px 0 50px;
  position: relative;
}
#page hgroup h2 {
  font-size: 30px;
  width: 49%;
  display: inline-block;
  font-weight: bold;
  letter-spacing: .2rem;
}
#page hgroup h3 {
  font-size: 24px;
  letter-spacing: .1rem;
  position: absolute;
  right: 15%;
  bottom: 50px;
}
#page .container {
  width: 85%;
}

#powermenu1 {
  display: none;
}

.content {
  background: rgba(0, 0, 0, 0.6);
  min-height: 600px;
  /*abgne_tab*/
}
.content .container {
  width: 85%;
}
.content .abgne_tab {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.content .abgne_tab .items {
  width: 20%;
  display: block;
  float: left;
  font-size: 22px;
  top: 0;
  font-weight: bold;
  min-height: 370px;
  padding-top: 50px;
  vertical-align: top;
}
.content .abgne_tab .items li {
  top: 0;
  overflow: hidden;
  position: relative;
  margin-bottom: -1px;
  /* 讓 li 往下移來遮住 ul 的部份 border-bottom */
  color: #b5b5b6;
  padding-bottom: 25px;
}
.content .abgne_tab ul.items li a {
  color: #b5b5b6;
  line-height: 220%;
}
.content .abgne_tab ul.items li a:before, .content .abgne_tab ul.items li a:after {
  content: "\f111";
  font-family: "fontawesome";
  font-size: 10px;
  -webkit-transform: scale(0.5);
  display: inline-block;
  width: 30px;
  vertical-align: top;
}
.content .abgne_tab ul.items li a:hover {
  color: #fff;
}
.content .abgne_tab ul.items li.active {
  /*顯示目前點擊*/
  color: #fff;
}
.content .abgne_tab ul.items li.active a {
  color: #fff;
}
.content .abgne_tab .items_container {
  width: 80%;
  padding-left: 3%;
  float: left;
  display: block;
  vertical-align: top;
  min-height: 370px;
}
.content .abgne_tab .items_container .fz120 {
  font-size: 120%;
}
.content .abgne_tab .items_container .tab_content {
  padding-top: 70px;
  letter-spacing: 3px;
  line-height: 220%;
}
.content .abgne_tab .items_container .tab_content .license {
  display: inline-block;
  width: 49%;
  text-align: center;
}
.content .abgne_tab .items_container .tab_content .license img {
  width: 100%;
  max-width: 450px;
}
.content .abgne_tab .items_container .tab_content .service_list {
  text-align: center;
  color: #FFF9B1;
  font-weight: bold;
  font-size: 28px;
  line-height: 50px;
  margin-left: -28%;
  padding-top: 5%;
}
.content .abgne_tab a.back {
  border: 1px #CCC solid;
  border-radius: 5px;
  text-align: center;
  display: block;
  margin: auto;
  padding: 1px 10px;
  width: 80px;
  background: #EEE;
  color: #000;
  cursor: pointer;
}

/*content*/
/* about */
/* service */
.service {
  width: 49%;
  display: inline-block;
  font-size: 22px;
  vertical-align: top;
  line-height: 180%;
  padding-left: 5%;
}
.service dt {
  text-align: center;
  margin: 20px 0;
  padding-left: 0;
}

/* slick */
* {
  box-sizing: border-box;
}

.slider {
  width: 100%;
  margin: 0 auto;
}
.slider .pic {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: block;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

/* contact */
.contact:first-child {
  width: 45%;
}

.contact:last-child {
  width: 48%;
  float: right;
  padding-right: 2%;
}

.contact {
  display: inline-block;
  vertical-align: top;
  line-height: 180%;
  padding: 20px 0;
}
.contact .title {
  font-size: 30px;
}
.contact > div {
  margin-bottom: 15px;
}
.contact p {
  margin: 5px 0;
}
.contact label {
  width: 60px;
  display: inline-block;
  vertical-align: top;
}
.contact input, .contact option, .contact textarea {
  border: none;
  font-family: Arial , '微軟正黑體' , sans-serif;
  padding: 5px;
}
.contact .width {
  width: 80%;
}
.contact .width_check {
  width: calc(80% - 110px);
  margin-left: 10px;
  vertical-align: middle;
}
.contact .cell {
  width: 37px;
}
.contact button {
  font-family: Arial , '微軟正黑體' , sans-serif;
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}
.contact .fl {
  float: left;
}
.contact .fr {
  float: right;
  max-width: 320px;
}
.contact section {
  display: inline-block;
  vertical-align: top;
}
.contact section .engineering {
  letter-spacing: 8px;
}
.contact section:first-child {
  line-height: 2.5rem;
}
.contact section h3, .contact section h4 {
  font-size: 20px;
  letter-spacing: 4px;
  font-weight: bold;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  /*IE9*/
  -moz-text-align-last: justify;
  /*Firefox*/
  -webkit-text-align-last: justify;
  /*Chrome*/
}
.contact section p {
  margin: 5px 0;
}

/*banner*/
#banner {
  width: 100%;
  height: 100%;
  position: relative;
}
#banner .slider {
  width: 100%;
  height: 100%;
}
#banner .item {
  margin: 0;
}
#banner .bg_img {
  background-position: 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  display: block;
}
#banner img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -1px;
}
#banner .slick-slider {
  margin: 0;
}
#banner .slick-prev {
  left: 5%;
  width: 64px;
  height: 64px;
  opacity: 1;
  z-index: 500;
}
#banner .slick-prev:before {
  content: url(../images/home/images/arrow_left.png);
  width: 64px;
  height: 64px;
  font-size: normal;
}
#banner .slick-next {
  right: 5%;
  width: 64px;
  height: 64px;
  opacity: 1;
  z-index: 500;
}
#banner .slick-next:before {
  content: url(../images/home/images/arrow_right.png);
  width: 64px;
  height: 64px;
  font-size: normal;
}

.font_right {
  position: absolute;
  bottom: 10%;
  right: 10%;
  font-size: 18px;
}

.product_list {
  font-size: 0;
}
.product_list > div {
  display: inline-block;
  width: calc( 100% / 4 - 30px );
  position: relative;
  margin: 15px;
}
.product_list > div .p_name {
  position: absolute;
  bottom: 0;
  font-size: 15px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  width: 100%;
}
.product_list > div span {
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  height: 280px;
}

@media screen and (max-width: 1600px) {
  .content .abgne_tab .items_container .tab_content .service_list {
    margin-left: 0;
  }

  .contact:first-child {
    width: 45%;
  }

  .contact:last-child {
    width: 50%;
    float: right;
    padding-right: 0;
  }
}
@media screen and (max-width: 1300px) {
  .contact .fl, .contact .fr {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  header .headerContent {
    width: 96%;
    margin: 0 auto;
  }
  header h1 {
    width: 20%;
  }
  header nav {
    width: 79%;
    text-align: right;
  }
  header nav h3 {
    text-align: center;
  }
  header nav ul li {
    display: inline-block;
  }

  .content .container {
    width: 90%;
  }

  .contact section h3, .contact section .engineering {
    letter-spacing: 0;
  }

  .slick-prev {
    left: -15px;
  }

  .slick-next {
    right: -15px;
  }
}
/*end*/
@media screen and (max-width: 865px) {
  .contact .width_check {
    width: 80%;
    margin-top: 5px;
    margin-left: 0;
  }
}
/*----------------max-width:768-------------------*/
@media screen and (max-width: 768px) {
  header .headerContent {
    padding: 5px 0;
  }
  header .headerContent > span {
    display: none;
  }

  header nav {
    width: 100%;
    float: none;
    max-height: 0;
    overflow: hidden;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  header nav > span {
    display: block;
    width: 100%;
    text-align: center;
  }
  header nav.active {
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    max-height: 1200px;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 100%;
    padding: 0;
    overflow: auto;
  }
  header nav ul {
    display: block;
    width: 100%;
    text-align: center;
  }
  header nav ul li {
    display: block;
    width: 100%;
    margin: 4% 0;
  }
  header nav ul li:after {
    width: 0;
    background: none;
  }
  header #phone_icon {
    display: block;
  }
  header #phone_icon .button {
    display: block;
    position: absolute;
    top: 10px;
    right: 30px;
    width: 30px;
    height: 20px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.9);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 99999;
    cursor: pointer;
  }
  header #phone_icon .button:before, header #phone_icon .button:after {
    content: "";
    position: absolute;
    top: 20%;
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0% 0%;
  }
  header #phone_icon .button:after {
    content: "";
    top: 60%;
  }
  header #phone_icon .button.action {
    display: block;
    width: 30px;
    height: 20px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    border-bottom: medium none !important;
    transition: all 0.5s ease 0s;
  }
  header #phone_icon .button.action:before {
    top: 50%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.5s ease 0s;
  }
  header #phone_icon .button.action:after {
    top: 50%;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all 0.5s ease 0s;
  }

  .content .abgne_tab {
    font-size: 16px;
  }
  .content .abgne_tab .items {
    font-size: 16px;
  }
  .content .abgne_tab .items_container .tab_content {
    letter-spacing: 1px;
  }
  .content .width_check {
    width: 100%;
    float: none;
  }

  /*--- bg ---*/
  .bg01, .bg02 {
    background-attachment: fixed;
  }

  .contact label {
    width: 100%;
    display: block;
  }
  .contact .width {
    width: 100%;
  }
  .contact section:first-child {
    width: 100%;
  }
  .contact section:last-child {
    width: 100%;
  }

  .product_list > div {
    width: calc( 100% / 2 - 35px );
  }
  .product_list > div span {
    height: 230px;
  }
}
/*end*/
/*----------------max-width:736-------------------*/
@media screen and (max-width: 736px) {
  header h1 {
    width: 100%;
  }

  #page hgroup {
    padding: 25px 0 15px;
  }

  #page hgroup h3 {
    bottom: 18px;
  }

  .content .abgne_tab .items {
    font-size: 18px;
  }
}
/*end*/
/*----------------max-width:736-------------------*/
@media screen and (max-width: 667px) {
  .content .abgne_tab .items {
    width: 22%;
  }

  .content .abgne_tab .items_container {
    width: 78%;
  }

  .content {
    min-height: 350px;
  }
  .content .abgne_tab {
    margin: 0;
    padding: 0;
    font-size: 18px;
    min-height: 660px;
  }
  .content .abgne_tab .items {
    width: 100%;
    display: block;
    text-align: center;
    min-height: auto;
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .content .abgne_tab .items li {
    display: inline-block;
    padding-bottom: 0;
  }
  .content .abgne_tab .items_container {
    width: 100%;
    display: block;
    vertical-align: top;
    min-height: auto;
  }
  .content .abgne_tab .items_container .tab_content {
    padding-top: 10px;
  }

  /* service */
  .service {
    width: 100%;
    display: block;
    padding: 5% 0;
  }
}
/*end*/
/*----------------max-width:480-------------------*/
@media screen and (max-width: 480px) {
  .container {
    width: 100%;
    padding: 0;
  }

  /*--- bg ---*/
  .bg01 {
    background-size: cover;
  }

  .bg02 {
    background-size: cover;
  }

  .product_list > div {
    width: 100%;
    margin: 0;
    margin-bottom: 50px;
  }
  .product_list > div span {
    height: 320px;
  }

  #page hgroup h2 {
    width: 100%;
    text-align: center;
  }

  #page hgroup h3 {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
  }

  .content {
    min-height: auto;
  }
  .content .abgne_tab .items_container {
    padding: 5% 2%;
  }
  .content .abgne_tab .items_container .tab_content .license {
    display: block;
    width: 100%;
    padding-bottom: 20px;
  }
  .content .abgne_tab .items_container .tab_content .p {
    text-align: center;
    color: #FFF9B1;
    font-weight: bold;
  }

  /* contact */
  .contact:first-child {
    width: 100%;
  }

  .contact:last-child {
    width: 100%;
    padding-left: 5%;
  }

  .contact {
    padding: 5%;
  }
  .contact > div {
    margin-bottom: 20px;
  }
}
/*end*/

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