/* CSS Document */
.ib_brands_000 .brandsList .Txt .text, .ib_brands_000 .brandsList .Txt .title, .ib_brands_000 .brandsList .Txt, .ib_brands_000 .brandsList .Img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.ib_brands_000 .brandsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}
.ib_brands_000 .brandsInfoBox .dateBox, .ib_brands_000 .brandsInfoBox .classTitle {
  padding: 5px 0;
}
.ib_brands_000 .brandsInfoBox .dateBox .date {
  line-height: 1;
}
.ib_brands_000 .brandsInfoBox .classTitle {
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #ffffff;
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.56px;
  padding: 10px 15px;
  margin-right: 20px;
}
.ib_brands_000 .brandsInfoBox .classTitle .text {
  padding: 0 10px;
}
.ib_brands_000 .brandsInfoBox .classTitle::before {
  width: 100%;
  height: inherit;
  content: "";
  position: absolute;
  background: #202698;
  border: 1px #202698 solid;
  z-index: -1;
  border-radius: 38px;
}
@media (max-width: 680px) {
  .ib_brands_000 .brandsInfoBox .classTitle {
    height: 20px;
    font-size: 10px;
    margin-right: 10px;
  }
}
.ib_brands_000 .brandsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.ib_brands_000 .brandsList .brandsItem {
  width: calc((100% - 90px) / 4);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .ib_brands_000 .brandsList .brandsItem {
    width: calc((100% - 60px) / 3);
  }
}
@media (max-width: 768px) {
  .ib_brands_000 .brandsList .brandsItem {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 480px) {
  .ib_brands_000 .brandsList .brandsItem {
    width: 100%;
  }
}
@media (min-width: 1181px) {
  .ib_brands_000 .brandsList .brandsItem:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .ib_brands_000 .brandsList .brandsItem:hover .Txt {
    background: #202698;
  }
  .ib_brands_000 .brandsList .brandsItem:hover .Txt .title {
    color: #ffffff;
  }
  .ib_brands_000 .brandsList .brandsItem:hover .Txt .text {
    color: #ffffff;
  }
}
.ib_brands_000 .brandsList .item {
  padding: 20px 0px 0px;
}
.ib_brands_000 .brandsList .Img {
  width: 100%;
  overflow: hidden;
}
.ib_brands_000 .brandsList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_brands_000 .brandsList .Txt {
  padding: 15px 20px;
  overflow: hidden;
}
.ib_brands_000 .brandsList .Txt .title {
  display: block;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1180px) {
  .ib_brands_000 .brandsList .Txt .title {
    font-size: 22px;
  }
}
.ib_brands_000 .brandsList .Txt .text {
  height: 80px;
  color: #4c4c4c;
  font-size: 16px;
  padding-top: 10px;
}
@media (max-width: 1180px) {
  .ib_brands_000 .brandsList .Txt .text {
    font-size: 15px;
  }
}
.ib_brands_000 .shareBox {
  float: right;
}
.ib_brands_000 .shareBox .btn-fb {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.ib_brands_000 .shareBox .back {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  background: rgb(174, 66, 51);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(174, 66, 51)), to(rgb(196, 76, 76)));
  background: linear-gradient(to bottom, rgb(174, 66, 51) 0%, rgb(196, 76, 76) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae4233", endColorstr="#c44c4c", GradientType=0);
  /* IE6-9 */
  cursor: pointer;
}
@media (min-width: 1181px) {
  .ib_brands_000 .shareBox .back:hover {
    background: #398cb1;
  }
}