@charset "UTF-8";
.mediaList .descriptionBox {
  box-sizing: border-box;
}

.mediaList .descriptionBox, .mediaList .descriptionBox p, .mediaList h2, .fancybox-container .fancybox-thumbs > ul > li, .lprtList .Img, .lprtList .Txt, .lprtList h2 {
  transition: all .5s ease-in-out;
}

.hMaskScale {
  cursor: pointer;
}

/*767*/
/*767 end*/
/*640*/
/*640 end*/
/**** Isotope Filtering ****/
/**** Isotope CSS3 transitions ****/
/**** disabling Isotope CSS3 transitions ****/
.mediaList {
  opacity: 0;
}

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

.mediaList li {
  position: relative;
}

.mediaList li .m_title {
  display: none;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 7px;
  font-size: 17px;
  color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
}

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

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

.mediaList .item {
  overflow: hidden;
  position: relative;
}

.mediaList .Img:hover .descriptionBox {
  opacity: 1;
}

.mediaList .Img:hover .descriptionBox p {
  transition-delay: .3s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.mediaList .Img::before {
  opacity: 0;
}

.mediaList .Img img {
  display: block;
  width: 100%;
}

.mediaList .descriptionBox {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 40px;
  background-color: rgba(20, 55, 91, 0.8);
  opacity: 0;
}

.mediaList .descriptionBox p {
  line-height: 1.8;
  font-size: 14px;
  color: #fff;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}

.mediaList h2 {
  display: block;
  padding: 15px 20px;
  color: #161616;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: 'Lato', 'Noto Sans TC', '微軟正黑體', sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope {
  transition-duration: 0.8s;
  transition-property: height, width;
}

.isotope .isotope-item {
  transition-duration: 0.8s;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.isotope .isotope-item.no-transition {
  transition-duration: 0s;
}

.isotope.no-transition {
  transition-duration: 0s;
}

.isotope.no-transition .isotope-item {
  transition-duration: 0s;
}

.bimTopBox {
  max-width: 1150px;
  margin: auto;
  padding: 30px 15px 0;
  text-align: center;
  color: #626262;
  opacity: 0;
}

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

.bimTopBox iframe {
  width: 100%;
  min-height: 500px;
  margin-top: 50px;
}

.fancybox-container.fancybox-container--thumbs .fancybox-controls, .fancybox-container.fancybox-container--thumbs .fancybox-slider-wrap {
  right: 0;
}

.fancybox-container.fancybox-container--thumbs .fancybox-caption-wrap {
  top: 0;
  bottom: auto;
  right: 0;
  background-image: none;
}

.fancybox-container .fancybox-thumbs {
  width: 100%;
  top: auto;
  left: 0;
  padding: 10px 5px 8px;
  background-color: rgba(0, 0, 0, 0.3);
}

.fancybox-container .fancybox-thumbs > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fancybox-container .fancybox-thumbs > ul > li {
  width: 80px;
  height: 80px;
  margin: 5px;
  border: 0;
}

.fancybox-container .fancybox-thumbs > ul > li::before {
  border-color: #fff;
}

.fancybox-container .fancybox-thumbs .fancybox-thumbs-active {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.filterBox {
  opacity: 0;
}

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

.filterList {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.lprtList {
  padding-top: 30px;
  opacity: 0;
}

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

.lprtList li {
  position: relative;
}

.lprtList li:nth-child(even) .Img {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.lprtList li:hover {
  z-index: 1;
}

.lprtList li:hover .Img, .lprtList li:hover .Txt {
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.1);
}

.lprtList li:hover .Txt {
  background-color: #fff;
}

.lprtList .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lprtList .Img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  cursor: pointer;
}

.lprtList .Img::before {
  display: none;
}

.lprtList .Txt {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 60px;
}

.lprtList h2 {
  display: block;
  padding: 15px 0;
  color: #161616;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: 'Lato', 'Noto Sans TC', '微軟正黑體', sans-serif;
}

.lprtList h2::after {
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  margin-top: 20px;
  background-color: #c1a367;
}

.lprtList .descriptionBox {
  height: 220px;
  line-height: 1.8;
}

.fancybox-slide.fancybox-slide {
  bottom: 0;
  height: 80%;
  margin: auto;
}

@media screen and (min-width:0\0) {
  .lprtList .Txt {
    width: 50%;
  }
}

@media (max-width: 1125px) {
  .lprtList {
    max-width: 600px;
    margin: auto;
  }
  .lprtList li:nth-child(even) .Img {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .lprtList li:not(:first-child) {
    margin-top: 50px;
  }
  .lprtList .item {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lprtList .Img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .lprtList .Txt {
    padding: 10px 20px 30px;
  }
  .lprtList .descriptionBox {
    height: auto;
  }
}

@media screen and (min-width:0\0) and (max-width: 1125px) {
  .lprtList .Txt {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .mediaList li .m_title {
    display: block;
  }
  .mediaList h2 {
    padding-left: 0;
    padding-right: 0;
  }
  .bimTopBox br {
    display: none;
  }
  .bimTopBox iframe {
    min-height: auto;
  }
}
