/* 代表客戶 */
.brand-item02 .img-wrap {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}
.brand-item02 .img-wrap .img-item {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.brand-item02 .img-wrap .img-item img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 80%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* 案例分享 */
.cases-item02 {
  position: relative;
  z-index: 3;
  margin-bottom: 50px;
}
.cases-item02:nth-child(odd) .text-item {
  width: 45%;
  padding: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 0;
  background-color: #fff;
  z-index: 2;
  -webkit-box-shadow: 10px 10px 0px #e1dace;
  box-shadow: 10px 10px 0px #e1dace;
}
.cases-item02:nth-child(even) .text-item {
  width: 45%;
  padding: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 0;
  background-color: #fff;
  z-index: 2;
  -webkit-box-shadow: 10px 10px 0px #e1dace;
  box-shadow: 10px 10px 0px #e1dace;
}
.cases-item02:nth-child(odd) .img-wrap {
  width: 60%;
  margin-left: 40%;
}
.cases-item02:nth-child(odd) .img-wrap .img-item {
  padding-top: 56.25%;
}
.cases-item02:nth-child(even) .img-wrap {
  width: 60%;
}
.cases-item02:nth-child(even) .img-wrap .img-item {
  padding-top: 56.25%;
}
.cases-item02 .cases-tag {
  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;
}
.cases-item02 .cases-tag li {
  color: #a7977e;
  margin-right: 15px;
}
/* 專業團隊 */
.team_link {
  margin-bottom: 30px;
  text-align: center;
}
.team_link,
.team_link-hover {
  display: block;
}
.team_link-hover:hover .img-item {
  -webkit-box-shadow: 0 8px 13px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 8px 13px rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 13px rgba(0, 0, 0, 0.25);
}
.team_link .img-wrap {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
.team_link .img-wrap .img-item {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.img-wrap .img-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.team_link-text {
  padding-top: 18px;
}
.team_s1-text h5 {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
}
.team_s1-top {
  text-align: center;
}
.team_s1-top .img-wrap {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 25px;
}
.team_s1-top .img-wrap .img-item {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.team_s1-top p {
  font-size: 16px;
  color: #666;
}
.team_s1-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.team_s1-icon a {
  display: inline-block;
  color: #999;
  font-size: 35px;
  margin: 0 7.2px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.team_s1-icon a i {
  font-size: 100%;
  line-height: 1;
}
.team_s1-top h3 {
  font-size: 18px;
  color: #1d2939;
  margin-bottom: 15px;
  font-weight: 700;
}
.team_s2-item h5 {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
  font-weight: 700;
}
.team_s3-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 27px;
  color: #333;
}
.team_s2 hr,
.team_s3 hr {
  border-color: #e2e2e2;
  margin: 45px 0;
}
.team_s4-btn {
  padding: 5px 0 95px;
  text-align: center;
}
.team_s4-link {
  font-size: 14px;
  background: #64d9b9;
  border: 1px solid #64d9b9;
  padding: 9px 29px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  color: #1d2939;
  display: inline-block;
}
.team_s3-6p .img-wrap .img-item {
  padding-top: 60%;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.team_s3-item {
  margin-bottom: 30px;
}
/* 部落格 */
.list-item {
  display: block;
}
.list-item .img-wrap .img-item {
  padding-top: 56.25%;
}
.bg-item .img-wrap .img-item img {
  transition: all 1.3s ease;
  -moz-transition: all 1.3s ease;
  -webkit-transition: all 1.3s ease;
}
.bg-item:hover .img-item img {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}
.main_Blog-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 5px;
}
.main_Blog-date-img {
  position: relative;
  overflow: hidden;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.main_Blog-date span,
.main_Blog-date time {
  margin-bottom: 5px;
  font-size: 16px;
  color: #000;
}
.main_Blog-date time {
  margin-bottom: 5px;
  font-size: 16px;
  color: #000;
}
.main_Blog-date time {
  display: block;
  position: relative;
  margin-left: 9px;
  padding-left: 9px;
}
time:before {
  content: "";
  display: block;
  width: 1px;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  background: #d0d0d0;
}
/* 影音專區 */
.video-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
