/* CSS Document */
.infoBox {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
.infoBox .classTitle {
 font-size: 17px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #404040;
 letter-spacing: 0.85px;
 padding: 5px 12px;
 background-color: #e6e6e6;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.infoBox .date {
 font-size: 16px;
 font-weight: 400;
 font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #4c4c4c;
 letter-spacing: 0px;
}

.newsList {
 width: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 margin: 0 -15px;
}
@media (max-width: 1180px) {
 .newsList {
  margin: 0;
  gap: 30px 15px;
 }
}
.newsList .newsItem {
 width: 33.3333333333%;
 padding: 0 15px 30px;
}
@media (max-width: 1180px) {
 .newsList .newsItem {
  width: calc(50% - 15px);
  padding: 0;
 }
}
@media (max-width: 640px) {
 .newsList .newsItem {
  width: 100%;
 }
}
.newsList .item {
 height: 100%;
 border: 1px solid #ccc;
}
@media (min-width: 1181px) {
 .newsList .item:hover .Txt .title {
  padding-left: 15px;
 }
 .newsList .item:hover .Txt .title::before {
  opacity: 1;
 }
 .newsList .item:hover .classTitle {
  background-color: #07913a;
  color: #fff;
 }
}
.newsList .Img img {
 width: 100%;
 height: auto;
 display: block;
 -webkit-backface-visibility: hidden;
         backface-visibility: hidden;
}
.newsList .Txt {
 padding: 15px 12px;
}
.newsList .Txt .title {
 font-size: 20px;
 font-weight: 500;
 font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #404040;
 letter-spacing: 1px;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 overflow: hidden;
 -webkit-line-clamp: 2;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.newsList .Txt .title::before {
 content: "";
 border-left: 6px solid transparent;
 border-right: 6px solid transparent;
 border-top: 8px solid #90c31f;
 pointer-events: none;
 z-index: 1;
 position: absolute;
 top: calc(50% - 4px);
 left: 0;
 -webkit-transform: rotate(-90deg);
         transform: rotate(-90deg);
 opacity: 0;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
@media (max-width: 768px) {
 .newsList .Txt .title {
  font-size: 18px;
 }
}
.newsList .Txt .text {
 font-size: 16px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #404040;
 letter-spacing: 0.8px;
 margin-top: 10px;
 line-height: 1.76;
 overflow: hidden;
 height: 85px;
}
.newsList .Txt .infoBox {
 margin-top: 20px;
}
.newsList .linkWrap {
 width: 100%;
 height: 100%;
 margin: auto;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 2;
}

.sideDataArea .item {
 border: 1px solid #ccc;
}
@media (min-width: 1181px) {
 .sideDataArea .item:hover .Txt .title {
  padding-left: 15px;
 }
 .sideDataArea .item:hover .Txt .title::before {
  opacity: 1;
 }
 .sideDataArea .item:hover .classTitle {
  background-color: #07913a;
  color: #fff;
 }
}
.sideDataArea .Txt {
 padding: 15px 12px;
}
.sideDataArea .Txt .title {
 font-size: 20px;
 font-weight: 500;
 font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #404040;
 letter-spacing: 1px;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.sideDataArea .Txt .title::before {
 content: "";
 border-left: 6px solid transparent;
 border-right: 6px solid transparent;
 border-top: 8px solid #90c31f;
 pointer-events: none;
 z-index: 1;
 position: absolute;
 top: calc(50% - 4px);
 left: 0;
 -webkit-transform: rotate(-90deg);
         transform: rotate(-90deg);
 opacity: 0;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.sideDataArea .Txt .text {
 font-size: 16px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #404040;
 letter-spacing: 0.8px;
 margin-top: 10px;
 line-height: 1.76;
 overflow: hidden;
 height: 85px;
}
.sideDataArea .Txt .infoBox {
 margin-top: 20px;
}
.sideDataArea .linkWrap {
 width: 100%;
 height: 100%;
 margin: auto;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 2;
}
/*# sourceMappingURL=faq.css.map */