@charset "UTF-8";
/* CSS Document */
/*****內頁*****/
.mainArea.style06 .contentBox {
  background-color: #f6f6f6;
}
@media (min-width: 1181px) {
  .mainArea.style06 .contentBox {
    padding-top: 90px;
    padding-bottom: 10px;
  }
}
@media (max-width: 1180px) {
  .mainArea.style06 .contentBox {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

/*****類別*****/
@media (min-width: 961px) {
  .classBox {
    display: none;
  }
}

@media (min-width: 1181px) {
  .filterBox {
    padding-bottom: 60px;
  }
}
.filterBox .filterTitle {
  padding-bottom: 35px;
  border-bottom: 1px solid #000;
  font-size: 60px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 500;
  color: #252525;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 1181px) {
  .filterBox .filterTitle {
    font-size: 48px;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .filterBox .filterTitle {
    font-size: 40px;
  }
}
@media (min-width: 401px) and (max-width: 960px) {
  .filterBox .filterTitle {
    font-size: 36px;
  }
}
@media (max-width: 400px) {
  .filterBox .filterTitle {
    font-size: 30px;
  }
}
.filterBox .filterTitle::before {
  content: "";
  display: inline-block;
  width: 58px;
  height: 75px;
  margin-right: 10px;
  background: url(../png/p.png) no-repeat center;
}
@media (max-width: 960px) {
  .filterBox .filterLink {
    display: none;
  }
}
.filterBox .filterLink > li {
  position: relative;
  /* padding: 7px 30px 7px 0; */
  padding: 7px 0;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: 600;
  color: #1e1e1e;
  letter-spacing: 0;
  text-transform: uppercase;
}
.filterBox .filterLink > li > a::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 5px;
  width: 2px;
  height: 12px;
  background-color: #bd2020;
  transition: all 0.4s ease;
}
.filterBox .filterLink > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 2px;
  background-color: #bd2020;
}
.filterBox .filterLink > li > a {
  display: block;
  padding: 10px 0;
  position: relative;
}
/*.filterBox .filterLink > li > a.open,*/
.filterBox .filterLink > li > a.current {
  color: #bd2020;
}

.filterBox .filterLink >li>dl{
    display: none;
    animation: 0.5s aniSlideLeft both ease-out 0.3s;
}
.filterBox .filterLink .linkHasItems.open:before{
    transform: rotate(90deg);
}
.filterBox .filterLink .linkHasItems.open+dl>dt {
    -webkit-animation: 0.5s aniSlideLeft both ease-out 0.3s;
    animation: 0.5s aniSlideLeft both ease-out 0.3s;
}
.filterBox .filterLink dl{
    padding-left: 15px;
}
.filterBox .filterLink dl dt{
    padding: 7px 0;
}
.filterBox .filterLink dl dt a{
    display: block;
    color: #828282;
    font-size: 14px;
}
.filterBox .filterLink dl dt a.current,
.filterBox .filterLink dl dt a:hover{
    color: #bd2020;
}

@-webkit-keyframes aniSlideLeft {
    0% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes aniSlideLeft {
    0% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

/*****列表*****/
@media (min-width: 481px) {
  .documentList {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 481px) and (max-width: 1180px) {
  .documentList {
    margin-left: -7px;
    margin-right: -7px;
  }
}
@media (min-width: 1551px) {
  .documentList li {
    width: calc(100% / 4);
  }
}
@media (min-width: 1251px) and (max-width: 1550px) {
  .documentList li {
    width: calc(100% / 3);
  }
}
@media (min-width: 1181px) and (max-width: 1250px) {
  .documentList li {
    width: calc(100% / 2);
  }
}
@media (min-width: 1051px) and (max-width: 1180px) {
  .documentList li {
    width: calc(100% / 4);
  }
}
@media (min-width: 801px) and (max-width: 1050px) {
  .documentList li {
    width: calc(100% / 3);
  }
}
@media (min-width: 481px) and (max-width: 800px) {
  .documentList li {
    width: calc(100% / 2);
  }
}
@media (min-width: 481px) {
  .documentList li {
    padding: 0 7px 30px;
  }
}
@media (max-width: 480px) {
  .documentList li {
    padding: 0 0 30px;
  }
}
.documentList .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.documentList .btnBox {
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 481px) and (max-width: 580px) {
  .documentList .btnBox {
    justify-content: flex-end;
    margin-top: -40px;
  }
}
.documentList .btnBox a {
  width: calc(100% - 80px);
  height: 40px;
  line-height: 40px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
}
.documentList .btnBox a:first-child {
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 12px;
}
@media (min-width: 481px) and (max-width: 580px) {
  .documentList .btnBox a:first-child {
    width: 100%;
  }
}
.documentList .btnBox a:first-child::after {
  content: "+";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  font-size: 24px;
  color: #fff;
}
.documentList .btnBox a.btnFavorites, .documentList .btnBox a.btnDownload {
  width: 40px;
}
@media (min-width: 481px) and (max-width: 580px) {
  .documentList .btnBox a.btnFavorites, .documentList .btnBox a.btnDownload {
    order: -1;
  }
}
.documentList .btnBox a.btnFavorites {
  background-color: #232323;
}
.documentList .btnBox a.btnDownload {
  background-color: #bd2020;
}
@media (min-width: 1181px) {
    .documentList .btnBox a.pcHide {
      display: none;
    }
}
@media (max-width: 1180px) {
    .documentList .btnBox a.mobileHide {
      display: none;
    }
}
.documentList .btnBox a:hover {
  background-color: #dc3b3b;
}
.documentList .btnBox a svg {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  fill: #fff;
}
.documentList .btnBox a i {
  position: relative;
  top: 1px;
  font-size: 16px;
}
.documentList h3 {
  margin-top: 20px;
  font-size: 14px;
  color: #353535;
}
@media (max-width: 480px) {
  .documentList h3 {
    margin-top: 10px;
  }
}
.documentList h3 a {
  color: #353535;
}
.documentList li:hover h3 a {
  color: #bd2020;
}
.documentList .classTitle {
  color: #868686;
}
