@charset "UTF-8";
.projectList .Txt, .filterList ul, .side_catalog_list .Img {
  transition: all .5s ease-in-out;
}

/******內頁******/
/*產品介紹區*/
/*產品介紹縮圖文字*/
/*767*/
/*767 end*/
/*480*/
/*480 end*/
.mainArea .contentBox {
  position: relative;
}

.classNote {
  padding-bottom: 10px;
  font-size: 15px;
  color: #222;
  text-align: center;
  line-height: 1.8;
}

.classNote img {
  max-width: 100%;
}

.projectList {
  padding-left: 15px;
  padding-right: 15px;
}

.projectList li {
  padding-bottom: 15px;
  opacity: 0;
}

.projectList li.show {
  -webkit-animation: fsUp 1s ease-in-out both;
          animation: fsUp 1s ease-in-out both;
}

.projectList li:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.projectList li:nth-child(1) .Txt h3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.projectList li:nth-child(1) .Txt p {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.projectList li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.projectList li:nth-child(2) .Txt h3 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.projectList li:nth-child(2) .Txt p {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.projectList li:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.projectList li:nth-child(3) .Txt h3 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.projectList li:nth-child(3) .Txt p {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.projectList li:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.projectList li:nth-child(4) .Txt h3 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.projectList li:nth-child(4) .Txt p {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.projectList li:nth-child(5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.projectList li:nth-child(5) .Txt h3 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.projectList li:nth-child(5) .Txt p {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.projectList li:nth-child(6) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.projectList li:nth-child(6) .Txt h3 {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.projectList li:nth-child(6) .Txt p {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.projectList li:nth-child(7) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.projectList li:nth-child(7) .Txt h3 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.projectList li:nth-child(7) .Txt p {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.projectList li:nth-child(8) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.projectList li:nth-child(8) .Txt h3 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.projectList li:nth-child(8) .Txt p {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

.projectList li:nth-child(9) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.projectList li:nth-child(9) .Txt h3 {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.projectList li:nth-child(9) .Txt p {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.projectList li:nth-child(10) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.projectList li:nth-child(10) .Txt h3 {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}

.projectList li:nth-child(10) .Txt p {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}

.projectList li:nth-child(11) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.projectList li:nth-child(11) .Txt h3 {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}

.projectList li:nth-child(11) .Txt p {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}

.projectList li:nth-child(12) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.projectList li:nth-child(12) .Txt h3 {
  -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s;
}

.projectList li:nth-child(12) .Txt p {
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}

.projectList li:hover .Img::before {
  opacity: 0;
}

.projectList li:hover .Img img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.projectList li:hover .Txt {
  background-color: #fff;
  box-shadow: 0 20px 45px rgba(6, 21, 34, 0.1);
}

.projectList .Img img {
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.projectList .Img::before {
  background-color: rgba(18, 31, 44, 0.1);
}

.projectList .Txt {
  padding: 35px;
}

.projectList .Txt h3 {
  opacity: 0;
}

.projectList .Txt h3.show {
  -webkit-animation: fsUp 1s ease-out both;
          animation: fsUp 1s ease-out both;
}

.projectList .Txt h3 a {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  color: #161616;
  font-family: Helvetica, Arial, 'Noto Sans SC Sliced', '微軟正黑體', sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.projectList .Txt h3 a:hover {
  color: #14375b;
}

.projectList .Txt p {
  height: 30px;
  line-height: 1.8;
  letter-spacing: 1px;
  font-size: 14px;
  color: #626262;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
}

.projectList .Txt p.show {
  -webkit-animation: fsDown 1s ease-out both;
          animation: fsDown 1s ease-out both;
}

.albumBox {
  margin: 80px auto;
  padding: 0 25px;
}

.albumBox .Img {
  line-height: 0;
  opacity: 0;
}

.albumBox .Img.show {
  -webkit-animation: fsUp 1s ease-out both;
          animation: fsUp 1s ease-out both;
}

.albumBox .Img img {
  /*width: 100%;*/
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin: auto;
  box-shadow: 0 20px 45px rgba(6, 21, 34, 0.1);
}

.albumBox .side_album {
  margin: 15px -1.5px 0;
  width: 100%;
  opacity: 0;
}

.albumBox .side_album.show {
  -webkit-animation: fsDown 1s ease-out .4s both;
          animation: fsDown 1s ease-out .4s both;
}

.albumBox .side_album li {
  float: left;
  width: 10%;
  padding: 1.5px;
}

.albumBox .side_album li a {
  display: block;
}

.albumBox .side_album li img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.introBox {
  overflow: hidden;
}

.introBox b.code {
  display: block;
  font-size: 12px;
  color: #999;
  font-weight: normal;
}

.introBox .Txt {
  margin-top: 20px;
  font-size: 13px;
  color: #6C6C6C;
  line-height: 1.6;
}

.introBox .share {
  clear: both;
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px dashed #e1e1e1;
}

.introBox .share b {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  color: #666;
}

.introBox .share a {
  display: inline-block;
  width: 25px;
  text-align: center;
  font-size: 18px;
  color: #666;
}

.introBox .share a:hover {
  opacity: 0.8;
}

.introBox .btn {
  padding-top: 20px;
  text-align: center;
}

.introBox .btn a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px;
  color: #FFF;
  border-radius: 3px;
  transition: none;
}

.itemInfo {
  text-align: center;
  color: #626262;
}

.projectDetialBox, .projectInfo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 80px;
}

.lifeFunctionBox, .engineeringInfo {
  width: 50%;
  padding: 0 25px;
  opacity: 0;
}

.lifeFunctionBox.show, .engineeringInfo.show {
  -webkit-animation: fsUp 1s ease-out both;
          animation: fsUp 1s ease-out both;
}

.lifeFunctionBox .projectDetialList, .engineeringInfo .projectDetialList {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 700;
  color: #161616;
}

.lifeFunctionBox .projectDetialList li, .engineeringInfo .projectDetialList li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 25px 12px 0;
}

.lifeFunctionBox .projectDetialList .listLabel, .engineeringInfo .projectDetialList .listLabel {
  -webkit-flex: 0 0 95px;
      -ms-flex: 0 0 95px;
          flex: 0 0 95px;
  display: block;
  margin-right: 15px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #626262;
}

.lifeFunctionBox > ul {
  list-style: none;
  padding-left: 0;
}

.lifeFunctionBox > ul > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 0;
}

.lifeFunctionBox .leftTitle {
  margin-right: 20px;
  letter-spacing: 5px;
  white-space: nowrap;
}

.lifeFunctionBox .rightData {
  color: #161616;
  letter-spacing: 1px;
}

.engineeringInfo {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.mapBox, .videoBox {
  width: 50%;
  margin: 0 25px;
  opacity: 0;
}

.mapBox.show, .videoBox.show {
  -webkit-animation: fsUp 1s ease-out both;
          animation: fsUp 1s ease-out both;
}

.mapBox iframe {
  width: 100%;
  height: 400px;
}

.videoBox {
  position: relative;
  overflow: hidden;
}

.videoBox #controlBar_video {
  visibility: hidden;
}

.videoBox.playing #controlBar_video {
  visibility: visible;
}

.videoBox.show {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.playVideo {
  position: absolute;
  width: 65px;
  height: 65px;
  top: 50%;
  left: 50%;
  margin-left: -32.5px;
  margin-top: -32.5px;
  border-radius: 50%;
  border: 1px solid #fff;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  z-index: 2;
}

.playVideo::before {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  left: -10px;
  top: -10px;
  border-radius: 50%;
  margin: auto;
  border: 1px dashed #fff;
}

.playVideo::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -7.5px;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #fff;
}

.playVideo:hover::before {
  -webkit-animation: rotateForever 10s linear infinite;
          animation: rotateForever 10s linear infinite;
}

.side_catalog {
  position: relative;
  margin-top: 55px;
  padding-top: 130px;
  border-top: 1px solid #f3f5f8;
}

.side_catalog::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: -9px;
  left: 50%;
  margin-left: -7px;
  border-radius: 50%;
  border: 1px dashed #14375b;
  background: radial-gradient(#14375b 30%, transparent 0);
  -webkit-animation: rotateForever 5s linear infinite;
          animation: rotateForever 5s linear infinite;
}

.side_catalog .titleBox {
  margin-bottom: 80px;
}

.side_catalog .titleBox h2 {
  font-size: 40px;
  font-weight: 400;
  font-family: 'Lato', 'Noto Sans SC Sliced', '微軟正黑體', sans-serif;
}

.side_catalog_list {
  opacity: 0;
}

.side_catalog_list.show {
  -webkit-animation: fsUp 1s ease-out both;
          animation: fsUp 1s ease-out both;
}

.side_catalog_list .item {
  max-width: 220px;
  margin: auto;
}

.side_catalog_list .item:hover .Img {
  box-shadow: 0 20px 45px rgba(6, 21, 34, 0.1);
}

.side_catalog_list .item:hover .Txt a {
  color: #14375b;
}

.side_catalog_list .Img {
  line-height: 0;
}

.side_catalog_list .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.side_catalog_list .Txt a {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  color: #161616;
  font-family: 'Lato', 'Noto Sans SC Sliced', '微軟正黑體', sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.side_catalog_list .slick-dots {
  margin-top: 50px;
}

.prevArrow, .nextArrow {
  position: absolute;
  top: 50%;
  margin-top: -11.5px;
  z-index: 11;
}

.prevArrow {
  left: -70px;
}

.prevArrow i {
  margin-right: 15px;
}

.nextArrow {
  right: -70px;
}

.nextArrow i {
  margin-left: 15px;
}

.rectMoreBtn {
  margin: 120px auto 150px;
  font-size: 14px;
  opacity: 0;
}

.rectMoreBtn.show {
  -webkit-animation: fsDown 1s ease-out .4s both;
          animation: fsDown 1s ease-out .4s both;
}

@media (max-width: 960px) {
  .projectDetialBox {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .lifeFunctionBox, .engineeringInfo {
    width: 100%;
  }
  .engineeringInfo {
    margin-top: 50px;
  }
  .albumBox .side_album li {
    width: 20%;
    min-width: 100px;
  }
}

@media (max-width: 768px) {
  .projectInfo {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .mapBox, .videoBox {
    width: 100%;
  }
  .videoBox {
    height: 300px;
    margin-top: 50px;
  }
}

@media (max-width: 680px) {
  .lifeFunctionBox > ul > li {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lifeFunctionBox .leftTitle {
    margin-right: 0;
  }
}

@media (max-width: 640px) {
  .projectList, .lifeFunctionBox, .engineeringInfo, .albumBox {
    padding-left: 0;
    padding-right: 0;
  }
  .projectList .Txt {
    padding: 15px;
  }
  .projectList .Txt h3 {
    white-space: normal;
  }
  .pageBox {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .projectDetialBox {
    padding-bottom: 50px;
  }
  .albumBox {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .mapBox, .videoBox {
    margin-left: auto;
    margin-right: auto;
  }
  .side_catalog {
    margin-top: 30px;
    padding-top: 50px;
  }
  .rectMoreBtn {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
