.catalogList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0;
}
.catalogList .catalogItem {
  width: 33.3333333333%;
  margin: 0;
  padding: 0 15px 30px;
}
@media (max-width: 1024px) {
  .catalogList .catalogItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .catalogList .catalogItem {
    width: 100%;
  }
}
.catalogList .item {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1;
  margin: 0;
  padding: 20px 0;
}
@media (min-width: 1201px) {
  .catalogList .item:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
  .catalogList .item:hover .Txt .title a {
    color: #3195c8;
  }
}
.catalogList .Img {
  width: 100%;
  max-width: 340px;
  border-radius: 40px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}
.catalogList .Img img {
  width: 100%;
  /*height: auto;*/
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
          object-fit: cover;
          height: 300px;
}
.catalogList .Txt {
  max-width: 340px;
  overflow: hidden;
  margin: 0 auto;
  padding: 15px 0;
}
.catalogList .Txt .title {
  /*height: 56px;*/
}
.catalogList .Txt .title a {
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 2px;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.catalogList .Txt .title a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.catalogList .Txt .text {
  height: 48px;
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px 0 0;
  padding: 0;
}

.insIntroBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .insIntroBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.insIntroBox .albumBox {
  width: 50%;
}
@media (max-width: 768px) {
  .insIntroBox .albumBox {
    width: 100%;
  }
}
.insIntroBox .albumBox .albumList.albumListNav {
  margin: 20px -5px 0;
  padding: 0;
}
.insIntroBox .albumBox .albumList.albumListNav .slick-slide {
  margin: 0 5px;
  padding: 0;
}
.insIntroBox .albumBox .albumList .albumItem img {
  width: 100%;
  /*height: auto;*/
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          object-fit: cover;
          height: 350px;
}
.insIntroBox .introBox {
  width: calc(50% - 30px);
  margin: 0 0 0 30px;
  padding: 0;
}
@media (max-width: 768px) {
  .insIntroBox .introBox {
    width: 100%;
    margin: 0 0 30px;
  }
}
.insIntroBox .introBox .Txt {
  color: #444444;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  text-align: left;
}

.bg {
  width: 100%;
  height: 100%;
  background: url("../images/team_inner_BG.jpg") no-repeat top center;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  z-index: -99;
}
.bg::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 200px;
  background: #ece9e5;
  border-radius: 0 0 100px 0;
}



#photo-gallery{
  column-count: 2;
  column-gap: 10px;
  width: 100%; 
  margin: 0 auto;
}
#photo-gallery img{
  max-width: 100%;
  height: auto;
}


@media (max-width: 640px) {
  #photo-gallery{
  column-count: 1;
  column-gap: 10px;
  }
}