/* CSS Document */
.lifeList .Txt .title {
  transition: all 0.5s;
}

@media (min-width: 1201px) {
  .mainArea {
    padding-bottom: 35px;
  }
}

.description {
  text-align: center;
  max-width: 750px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.9px;
  line-height: 1.65;
  padding-bottom: 28px;
  margin: 0 auto;
  color: #666;
}

@media (min-width: 1201px) {
  .classBox {
    margin-bottom: 70px;
  }
}

.lifeList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 91px;
}
@media (max-width: 1200px) {
  .lifeList {
    padding: 0;
    margin: 0 -25px;
  }
}
@media (max-width: 768px) {
  .lifeList {
    margin: 0 -10px;
  }
}
.lifeList .lifeItem {
  width: 33.3333333333%;
  padding: 0 39px 78px;
}
@media (max-width: 1200px) {
  .lifeList .lifeItem {
    padding: 0 25px 50px;
  }
}
@media (max-width: 768px) {
  .lifeList .lifeItem {
    width: 50%;
    padding: 0 5px 10px;
  }
}
.lifeList .item {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
  border-radius: 5px;
  padding: 63px 30px 58px;
  background-color: #fff;
  box-shadow: 0 1px 18px rgba(0, 0, 0, 0.08);
}
@media (min-width: 1201px) {
  .lifeList .item:hover .Txt .title {
    color: #009944;
  }
}
@media (max-width: 640px) {
  .lifeList .item {
    padding: 30px 15px;
  }
}
.lifeList .link {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.lifeList .Img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 152px;
  height: 132px;
  background: url(../images/life/imgBg.png) no-repeat center/contain;
}
.lifeList .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  max-width: 65px;
}
@media (max-width: 640px) {
  .lifeList .Img {
    width: 100px;
    height: 87px;
  }
  .lifeList .Img img {
    max-width: 50px;
  }
}
.lifeList .Txt {
  margin-top: 32px;
}
.lifeList .Txt .title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #333;
}
@media (max-width: 640px) {
  .lifeList .Txt {
    margin-top: 20px;
  }
  .lifeList .Txt .title {
    font-size: 16px;
  }
}