.documentList {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 margin: 0 -15px;
}
.documentList .documentItem {
 width: 25%;
 padding: 0 15px 30px;
}
@media (max-width: 1400px) {
 .documentList .documentItem {
  width: 33.3333333333%;
 }
}
@media (max-width: 1040px) {
 .documentList .documentItem {
  width: 50%;
 }
}
@media (max-width: 600px) {
 .documentList .documentItem {
  width: 100%;
 }
}
.documentList .item {
 background-color: #ebebeb;
 padding: 12px 12px 50px;
}
@media (min-width: 1181px) {
 .documentList .item:hover .Txt .title {
  color: #07913a;
 }
 .documentList .item:hover .decoBox {
  background-color: #90c31f;
 }
}
.documentList .Img img {
 width: 100%;
 height: auto;
 display: block;
 -webkit-backface-visibility: hidden;
         backface-visibility: hidden;
}
.documentList .Txt {
 padding: 20px 0;
}
.documentList .Txt .title {
 font-size: 20px;
 font-weight: 600;
 font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #000;
 letter-spacing: 0px;
 line-height: 1.3;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 overflow: hidden;
 -webkit-line-clamp: 1;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.documentList .Txt .fileInfo {
 margin-top: 15px;
 padding-left: 10px;
 font-size: 16px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #404040;
 letter-spacing: 0.8px;
}
.documentList .Txt .fileInfo::before {
 content: "";
 width: 4px;
 height: 9px;
 background-color: #90c31f;
 position: absolute;
 top: calc(50% - 3px);
 left: 0;
}
.documentList .Txt .text {
 font-size: 16px;
 font-weight: 400;
 font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #404040;
 letter-spacing: 0.8px;
 line-height: 1.76;
 margin-top: 20px;
}
.documentList .decoBox {
 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;
 width: 80%;
 font-size: 16px;
 font-weight: 600;
 font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
 color: #fff;
 letter-spacing: 0px;
 padding: 10px 30px;
 background-color: #07913a;
 clip-path: polygon(20px 0, 100% 0, 100% 100%, 0% 100%);
 position: absolute;
 bottom: 0;
 right: 0;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}
.documentList .decoBox svg {
 width: 10px;
 height: 13px;
 color: #fff;
}
.documentList .linkWrap {
 width: 100%;
 height: 100%;
 margin: auto;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 2;
}
/*# sourceMappingURL=ib_document_000.css.map */