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

.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, 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;
  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: 85%;
  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;
}

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

/* about */
.bg01 {
  background: url(../_img/A4.jpg) top center no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 100vh;
  min-height: 800px;
  overflow-y: visible;
  position: relative;
  /*background-position: 50% 50%;*/
}

/* works */
.bg02 {
  background: url(../_img/A6-A11.jpg) top center no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 100vh;
  overflow-y: visible;
  position: relative;
  /*background-position: 50% 50%;*/
}

/* service */
.bg03 {
  background: url(../_img/A5.jpg) top center no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 100vh;
  min-height: 600px;
  overflow-y: visible;
  position: relative;
  /*background-position: 50% 50%;*/
}

/* contact */
.bg04 {
  background: url(../_img/A13.jpg) top center no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 100vh;
  overflow-y: visible;
  /*background-position: 50% 50%;*/
}

header {
  background: rgba(0, 0, 0, 0.6);
}
header.header_index {
  position: absolute;
  z-index: 101;
  width: 100%;
}
header .headerContent {
  width: 85%;
  margin: 0 auto;
  min-height: 40px;
  padding: 8px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header #phone_icon {
  display: none;
}
header h1 {
  display: inline-block;
  width: 25%;
  font-size: 0;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header nav {
  display: inline-block;
  width: 75%;
  text-align: right;
  float: right;
  padding-right: 2%;
  vertical-align: top;
  padding-top: 8px;
}
header nav h4 {
  font-size: 12px;
}
header nav ul {
  display: inline-block;
}
header nav ul li {
  display: inline-block;
  text-align: center;
}
header nav ul li a {
  display: inline-block;
}
header nav ul li:after {
  content: "|";
  width: 30px;
  height: 10px;
  display: inline-block;
  vertical-align: top;
}
header nav ul li.phone_open {
  display: none;
}
header nav ul li:nth-child(8):after {
  content: "";
}
header nav i {
  display: inline-block;
  margin-left: 5px;
}
header .link_icon {
  position: absolute;
  right: -7%;
  text-align: center;
  top: 20px;
}
header .link_icon li {
  display: inline-block;
  width: 20%;
}

#banner .banner_slider {
  margin-bottom: 0;
}
#banner .banner_slider .item {
  margin: 0;
}
#banner .banner_slider .item .bg_img {
  display: block;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

a:hover {
  color: #ffff00;
}

#page {
  width: 100%;
}
#page hgroup {
  padding: 75px 0 50px;
}
#page hgroup h2, #page hgroup h3 {
  width: 49%;
  display: inline-block;
}
#page hgroup h2 {
  font-size: 26px;
}
#page hgroup h3 {
  font-size: 18px;
  text-align: center;
}

.content {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  position: absolute;
  width: 100%;
  padding: 1% 0;
}

.content2 {
  margin-top: 10px;
  padding: 3% 0;
  line-height: 250%;
  position: relative;
  z-index: 3;
}
.content2::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.online {
  padding: 0;
}

h5 {
  color: #ffff00;
}

/* about */
.about-wrap {
  width: 100%;
  margin: auto;
  padding-right: 4%;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
  width: 320px;
}
.fl-r .ser-item {
  float: left;
  width: 50%;
}
.fl-r .ser-item:nth-child(odd) {
  padding-right: 5px;
}

/* service */
.service {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  line-height: 180%;
}
.service ul b {
  color: #ff5400;
}
.service .padleft {
  padding-left: 20px;
}

/* projects */
#projects #left_menu {
  float: left;
  display: block;
  width: 10%;
  margin-right: 20px;
  font-size: 18px;
  margin-top: 40px;
}
#projects #left_menu.index2 {
  margin-top: 0;
}
#projects #left_menu dd:before {
  content: "\f0c8";
  font-family: "FontAwesome";
  font-size: 0.8rem;
  vertical-align: top;
  margin-right: 5px;
}
#projects #left_menu dd:hover, #projects #left_menu dd.active {
  color: #ffff00;
}
#projects #right_content {
  float: left;
  display: block;
  width: calc(90% - 20px);
}

/* protfolios & media */
.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list li {
  margin-bottom: 10px;
  text-align: center;
  padding: 0 10px;
}
.list li h6 {
  padding-bottom: 2%;
}
.list li:nth-child(4) h6, .list li:nth-child(5) h6, .list li:nth-child(6) h6 {
  padding-bottom: 0;
  padding: 3% 0;
}

#projects {
  position: relative;
}

.detail figure {
  float: left;
  display: block;
  width: 80%;
  padding-right: 10px;
}
.detail figure .pic {
  width: 100%;
  height: 559px;
  outline: none;
}
.detail figure .pic:after {
  content: "\f002";
  font: normal normal normal 14px/1 FontAwesome;
  width: 30px;
  height: 30px;
  font-size: 25px;
  position: absolute;
  display: none;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 30px;
  text-align: center;
}
.detail #main_pic .slick-prev {
  left: 2%;
  background-image: url(../_img/left.png);
  width: 34px;
  height: 40px;
  background-size: cover;
  z-index: 5;
}
.detail #main_pic .slick-prev:before {
  content: "";
}
.detail #main_pic .slick-next {
  right: -30%;
  background-image: url(../_img/right.png);
  width: 34px;
  height: 40px;
  background-size: cover;
}
.detail #main_pic .slick-next:before {
  content: "";
}
.detail ul li {
  display: inline-block;
  width: 50%;
  padding: 3%;
  cursor: pointer;
}
.detail ul li:nth-child(2), .detail ul li:first-child {
  padding-top: 0;
}

.pagination {
  clear: both;
  margin: 20px 0;
  font-size: 1.4rem;
  text-align: center;
}
.pagination ul li {
  display: inline-block;
  width: 40px;
  margin: 20px 0;
  line-height: 220%;
  vertical-align: middle;
}
.pagination ul a:hover, .pagination ul a.active {
  color: #ffff00;
}

.pic_list {
  position: relative;
  float: left;
  display: block;
  width: 20%;
}

.arrow_up {
  background: url(../_img/arrow_up.png) no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  margin: 0 10px;
  display: inline-block;
  cursor: pointer;
}
.arrow_up a {
  display: block;
  height: 100%;
}

.arrow_down {
  background: url(../_img/arrow_down.png) no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  margin: auto;
  display: inline-block;
  cursor: pointer;
}
.arrow_down a {
  display: block;
  height: 100%;
}

.arrow_prev {
  background: url(../_img/arrow_left.png) no-repeat;
  float: left;
  margin-left: -50px;
}

.arrow_next {
  background: url(../_img/arrow_next.png) no-repeat;
  float: right;
  right: 0;
  margin-right: -50px;
}

.arrow_prev, .arrow_next {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  background-size: contain;
}

.close {
  position: absolute;
  right: 7%;
  top: 12%;
  z-index: 1;
  display: block;
  background: url(../_img/close.png) no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
}
.close a {
  display: block;
  width: 30px;
  height: 30px;
}

.arrow_prev, .arrow_next, .close {
  display: block;
  cursor: pointer;
}

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

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

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

/* media */
#media_list {
  width: calc(90% - 20px);
  float: right;
}

.relate_link {
  margin-top: 20%;
}

.relate_img {
  background-size: contain;
}
.relate_img img {
  padding-right: 5%;
  width: 30%;
  vertical-align: middle;
  background-size: contain;
}

/* contact */
.contact:last-child {
  padding-left: 50px;
}

.contact {
  display: inline-block;
  width: 48%;
  line-height: 180%;
  padding: 20px 0;
  vertical-align: top;
}
.contact > div {
  margin-bottom: 50px;
}
.contact p {
  margin: 15px 0;
}
.contact p span {
  display: inline-block;
  width: 80%;
}
.contact label {
  width: 80px;
  display: inline-block;
  vertical-align: top;
}
.contact input, .contact option, .contact textarea {
  border: none;
  font-family: Arial, "微軟正黑體", sans-serif;
  padding: 5px;
  background: rgba(153, 153, 153, 0.7);
  color: #fff;
  font-size: 1rem;
}
.contact textarea {
  resize: none;
}
.contact .width {
  width: 80%;
}
.contact button {
  font-family: Arial, "微軟正黑體", sans-serif;
  color: #fff;
  border: none;
  padding: 10px;
  background: rgba(153, 153, 153, 0.5);
  font-size: 1rem;
}
.contact .yel {
  color: #ffff00;
}

.font_right {
  text-align: right;
}

#album {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 5000;
  margin-top: 20px;
  position: relative;
  z-index: 3;
}
#album::after {
  content: "";
  width: 100%;
  height: 130vh;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
#album #mask_for_close {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
#album #loader {
  width: 95%;
  height: 95%;
  left: 2.5%;
  top: 1%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  z-index: 200;
}
#album .content {
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-radius: 10px;
  background: none;
  position: relative;
  z-index: 100;
}
#album .content p {
  padding: 10px;
}

#media h6 {
  display: inline-block;
  width: 6%;
}
#media #media_list {
  display: inline-block;
  width: 93%;
  vertical-align: top;
  margin-top: 10px;
}

/*NEWS*/
.news-list {
  width: 90%;
  margin: auto;
}
.news-list .pic {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: block;
}
.news-list .pic > span {
  left: 0;
}
.news-list .slick-prev, .news-list .slilck-next {
  top: calc(50% + 20px);
}

.news-wrap {
  width: 95%;
  padding-left: 3%;
}
.news-wrap .date {
  font-size: 18px;
}
.news-wrap .header {
  font-size: 24px;
  padding: 10px 0;
}

@media screen and (max-width: 1440px) {
  .detail #main_pic .slick-prev {
    left: -6%;
  }
}
@media screen and (max-width: 1024px) {
  header {
    margin-top: 0;
  }
  header .headerContent {
    padding: 5px 0;
    width: 98%;
  }
  header h1 {
    width: 30%;
  }
  header nav {
    width: 100%;
    float: none;
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    -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 {
    -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: 99990;
    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;
    content: "";
  }
  header .link_icon {
    right: 6%;
    top: 15px;
  }
  header #phone_icon {
    display: block;
  }
  header #phone_icon .button {
    display: block;
    position: absolute;
    top: 30%;
    right: 20px;
    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;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    border-bottom: medium none !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  header #phone_icon .button.action:before {
    top: 50%;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  header #phone_icon .button.action:after {
    top: 50%;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .fl-l, .fl-r {
    float: none;
    margin-bottom: 15px;
  }
  .container {
    width: 96%;
  }
  #projects #left_menu {
    width: 16%;
  }
  #projects #right_content, #projects #media_list {
    width: calc(84% - 20px);
    margin-top: 20px;
  }
  .detail figure {
    width: 76%;
  }
  .detail figure .pic {
    height: 290px;
  }
  .detail figure .pic:after {
    position: absolute;
    display: block;
  }
  .detail #main_pic .slick-prev {
    left: -3%;
  }
  .detail #main_pic .slick-next {
    right: -36%;
  }
  /* protfolios & media */
  .arrow_prev {
    margin-left: 0;
  }
  .arrow_next {
    margin-right: 0;
  }
  .close {
    margin: -20px 0 0;
  }
} /*end*/
/*----------------max-width:768-------------------*/
@media screen and (max-width: 768px) {
  #media h6, #media #media_list {
    width: 100%;
  }
  /*--- bg ---*/
  .bg01, .bg02 {
    background-attachment: fixed;
  }
  /* about */
  .about-wrap {
    width: 100%;
    padding: 0 1%;
  }
  .content {
    min-height: auto;
  }
  /* service */
  .service {
    width: 100%;
    display: block;
  }
  .service .padleft {
    padding-left: 0;
  }
  .detail figure .pic {
    height: 220px;
  }
  .detail #main_pic .slick-prev {
    left: -7%;
  }
  .list li {
    width: 33%;
  }
  .online_contact {
    overflow: auto;
  }
  .online {
    height: auto;
  }
  .online .contact {
    width: 100%;
  }
  .online .contact:last-child {
    padding-left: 0;
  }
} /*end*/
/*----------------max-width:736-------------------*/
@media screen and (max-width: 736px) {
  header h1 {
    width: 72%;
  }
  html,
  body {
    overflow: visible;
  }
  #projects #right_content {
    margin-top: 0;
  }
} /*end*/
/*----------------max-width:736-------------------*/
@media screen and (max-width: 667px) {
  .content2 {
    padding: 2% 0;
    height: auto;
  }
  #projects #left_menu {
    float: none;
    width: 100%;
  }
  #projects #left_menu dt {
    text-align: center;
  }
  #projects #left_menu dd {
    display: inline-block;
    margin-left: 2%;
  }
  #projects #right_content, #projects #media_list {
    float: none;
    width: 100%;
    text-align: center;
  }
  #projects .width80 {
    width: 80%;
    margin: 0 auto;
  }
  #album {
    overflow: auto;
  }
  #album .content {
    width: 90%;
    margin: auto;
    left: 0;
  }
  .detail figure .pic {
    height: 170px;
  }
  .detail figure .pic > span {
    left: 0;
  }
  .pic_list {
    width: 100%;
  }
  .detail {
    padding-top: 50px;
  }
  .detail:after {
    display: block;
    height: 0;
    clear: both;
    content: "";
    visibility: hidden;
  }
  .detail figure {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .detail ul {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .detail ul li {
    display: inline-block;
    width: 50%;
  }
  .detail #main_pic .slick-prev {
    left: 0%;
    width: 24px;
    height: 28px;
  }
  .detail #main_pic .slick-next {
    right: 0%;
    width: 24px;
    height: 28px;
  }
  .detail #main_pic .slick-next:before {
    content: "";
  }
  .detail #main_pic .slick-prev {
    display: none;
  }
  .arrow_prev, .arrow_next {
    top: 40%;
  }
  .close {
    margin: 0;
    right: 4%;
    top: 8%;
  }
  .relate_img img {
    width: auto;
  }
} /*end*/
/*----------------max-width:568-------------------*/
@media screen and (max-width: 568px) {
  .container {
    padding: 3%;
  }
  .content {
    line-height: 180%;
  }
  .content2 {
    margin-top: 0;
  }
  .content2 .container {
    padding: 0;
  }
  .detail #main_pic .slick-prev {
    left: -5px;
    width: 16px;
    height: 20px;
  }
  .detail #main_pic .slick-next {
    right: -5px;
    width: 16px;
    height: 20px;
  }
  .list li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 5%;
  }
  #projects #right_content {
    width: 100%;
    margin: 0 auto;
  }
  #projects .width80 {
    width: 100%;
  }
  /*--- bg ---*/
  .bg01 {
    background-size: cover;
  }
  .bg02 {
    background-size: cover;
  }
  /* contact */
  .contact:first-child {
    width: 100%;
  }
  .contact:last-child {
    width: 100%;
    padding-left: 5%;
  }
  .contact {
    padding: 5%;
  }
  .contact > div {
    margin-bottom: 20px;
  }
  .contact .width {
    width: 100%;
  }
  header .link_icon {
    display: none;
  }
  header nav ul li.phone_open {
    display: block;
  }
}
@media screen and (max-width: 568px) and (max-width: 348px) {
  .fl-r {
    width: 100%;
  }
  .fl-r .ser-item {
    width: 100%;
  }
  .fl-r .ser-item:nth-child(odd) {
    padding-right: 0;
  }
}
/*end*/
/*# sourceMappingURL=style.css.map */