.sideDataArea .Txt, .brandList .Txt, .brandList .Img img {
  transition: all 0.8s ease-in-out;
}

.brandInfoBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 10px;
}
.brandInfoBox .dateBox,
.brandInfoBox .classTitle {
  padding: 5px 0;
}
.brandInfoBox .dateBox .date {
  line-height: 1;
}
.brandInfoBox .classTitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 5px 10px;
}

.brandList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 768px) {
  .brandList {
    margin: 0 -10px;
  }
}
.brandList .brandItem {
  width: 100%;
  padding: 20px 0 50px;
}
@media (max-width: 768px) {
  .brandList .brandItem {
    width: 50%;
    padding: 0 10px 30px;
  }
}
@media (max-width: 480px) {
  .brandList .brandItem {
    width: 100%;
  }
}
.brandList .brandItem:nth-child(even) .item {
  flex-direction: row;
}
@media (max-width: 768px) {
  .brandList .brandItem:nth-child(even) .item {
    flex-direction: column;
  }
}
.brandList .brandItem:nth-child(even) .item .Txt {
  margin-left: -30px;
}
@media (max-width: 768px) {
  .brandList .brandItem:nth-child(even) .item .Txt {
    margin-left: 0;
  }
}
.brandList .brandItem:nth-child(odd) .item {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .brandList .brandItem:nth-child(odd) .item {
    flex-direction: column;
  }
}
.brandList .brandItem:nth-child(odd) .item .Txt {
  margin-right: -30px;
}
@media (max-width: 768px) {
  .brandList .brandItem:nth-child(odd) .item .Txt {
    margin-right: 0;
  }
}
.brandList .item {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .brandList .item {
    height: 100%;
  }
}
@media (min-width: 1181px) {
  .brandList .item:hover .Img img {
    transform: scale(1.05);
  }
}
.brandList .Img {
  position: relative;
  width: 55%;
  max-width: 868px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .brandList .Img {
    width: 100%;
  }
}
.brandList .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.brandList .Txt {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 35vw;
  max-width: 565px;
  min-height: 20vw;
  padding: 30px 50px;
  background-color: rgba(207, 207, 207, 0.5);
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1180px) {
  .brandList .Txt {
    width: 50%;
    padding: 20px 40px 10px;
  }
}
@media (max-width: 768px) {
  .brandList .Txt {
    justify-content: space-between;
    width: 100%;
    min-height: 0;
    padding: 20px 20px 10px;
    flex: 1;
  }
}
@media (min-width: 1181px) {
  .brandList .Txt:hover {
    background-color: rgba(207, 207, 207, 0.75);
  }
}
.brandList .Txt .textBox {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.brandList .Txt .title a {
  display: block;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 500;
}
@media (min-width: 1181px) {
  .brandList .Txt .title a:hover {
    color: #7e7e7e;
  }
}
.brandList .Txt .text {
  color: #000;
  font-size: clamp(14px, 0.8vw, 16px);
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  padding-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.brandList .Txt .btnBox {
  margin-top: 20px;
  border-top: 1px solid #212121;
}
@media (max-width: 768px) {
  .brandList .Txt .btnBox {
    width: 100%;
  }
}
@media (min-width: 1181px) {
  .brandList .Txt .btnBox:hover .btn {
    color: #111111;
  }
}
.brandList .Txt .btnBox .btn {
  color: #7e7e7e;
}
@media (max-width: 768px) {
  .brandList .Txt .btnBox .btn {
    min-width: 100%;
    padding: 20px 20px 10px;
  }
}

.shareBox {
  float: right;
}
.shareBox .btn-fb {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.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: 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) {
  .shareBox .back:hover {
    background: #398cb1;
  }
}

.sideDataArea .sideDataBox .slick-track {
  margin-left: 0;
}
.sideDataArea .item {
  position: relative;
}
@media (min-width: 1181px) {
  .sideDataArea .item:hover .Txt {
    opacity: 1;
  }
}
.sideDataArea .Img {
  width: 100%;
}
.sideDataArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.sideDataArea .Txt {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  overflow: hidden;
  background-color: rgba(17, 17, 17, 0.6);
  opacity: 0;
}
.sideDataArea .Txt .title {
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(24px, 1.46vw, 28px);
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
}