/* CSS Document */
.downloadBox .documentList .downloadLink svg, .downloadBox .documentList .downloadLink {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 50px;
}
@media (max-width: 1180px) {
  .contentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.contentBox .leftBox {
  width: 100%;
  max-width: 280px;
}
@media (max-width: 1180px) {
  .contentBox .leftBox {
    max-width: 100%;
  }
}
.contentBox .rightBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1180px) {
  .contentBox .rightBox {
    width: 100%;
  }
}

.reportLi:not(:has(.dataList)) {
  display: none;
}

.articleTitle {
  position: relative;
}
.articleTitle.report {
  padding: 0 210px 15px 0;
}
@media (max-width: 1180px) {
  .articleTitle.report {
    padding: 70px 0 20px;
  }
}

.selectWrap {
  width: 100%;
  max-width: 200px;
  background: #ffffff;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1180px) {
  .selectWrap {
    max-width: 300px;
    text-align: left;
    top: 70px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.selectWrap .selectMain {
  border: 1px solid #dcdcdc;
  position: relative;
  padding: 10px 20px;
  color: #1f1f1f;
  font-size: 15px;
  font-weight: 400;
  line-height: calc(15 / 15 * 1.5);
  letter-spacing: calc(15 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
.selectWrap .selectMain::before {
  content: "\f107";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #1f1f1f;
  font-size: 12px;
  font-weight: 400;
  line-height: calc(12 / 12 * 1.5);
  letter-spacing: calc(12 * 20 / 1000 * 1px);
  font-family: FontAwesome;
}
.selectWrap .selectList {
  display: none;
  border: 1px solid #dcdcdc;
  border-top: none;
}
.selectWrap .selectList .selectItem:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}
.selectWrap .selectList .title a {
  display: block;
  padding: 10px;
  color: #1f1f1f;
  font-size: 15px;
  font-weight: 400;
  line-height: calc(15 / 15 * 1.5);
  letter-spacing: calc(15 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
}
@media (min-width: 1181px) {
  .selectWrap .selectList .title a:hover {
    color: #0e66a7;
  }
}

.downloadBox {
  padding: 50px 0;
}
.downloadBox .documentList .documentItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px;
}
@media (max-width: 840px) {
  .downloadBox .documentList .documentItem {
    padding-right: 0;
  }
}
.downloadBox .documentList .documentItem:nth-child(odd) {
  background-color: rgba(14, 102, 167, 0.1);
}
.downloadBox .documentList .documentItem:first-child {
  background: #0e66a7;
  padding: 10px 20px;
}
@media (max-width: 840px) {
  .downloadBox .documentList .documentItem:first-child {
    padding-right: 0;
  }
}
.downloadBox .documentList .documentItem:first-child .title,
.downloadBox .documentList .documentItem:first-child .downloadLink {
  color: #ffffff;
  padding: 0;
}
.downloadBox .documentList .documentItem:first-child .downloadLink {
  height: 20px;
  padding: 0;
}
@media (max-width: 840px) {
  .downloadBox .documentList .documentItem:first-child .downloadLink {
    display: none;
  }
}
.downloadBox .documentList .documentItem:first-child .downloadLink::before {
  background-color: #ffffff;
}
.downloadBox .documentList .title {
  width: calc(100% - 200px);
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
@media (max-width: 840px) {
  .downloadBox .documentList .title {
    width: calc(100% - 100px);
  }
}
@media (max-width: 480px) {
  .downloadBox .documentList .title {
    width: calc(100% - 50px);
  }
}
.downloadBox .documentList .downloadLink {
  width: 200px;
  position: relative;
  overflow: hidden;
  padding: 15px 0;
  color: #1f1f1f;
  font-size: 15px;
  font-weight: 400;
  line-height: calc(15 / 15 * 1.5);
  letter-spacing: calc(15 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
.downloadBox .documentList .downloadLink::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 1px;
  height: 16px;
  background-color: #1f1f1f;
  top: calc(50% - 8px);
  left: 0;
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .downloadBox .documentList .downloadLink:hover {
    color: transparent;
  }
  .downloadBox .documentList .downloadLink:hover svg {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@media (max-width: 840px) {
  .downloadBox .documentList .downloadLink {
    width: 100px;
    color: transparent;
  }
}
@media (max-width: 480px) {
  .downloadBox .documentList .downloadLink {
    width: 50px;
  }
}
.downloadBox .documentList .downloadLink svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  opacity: 0;
}
@media (max-width: 840px) {
  .downloadBox .documentList .downloadLink svg {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .downloadBox .documentList .downloadLink svg {
    width: 15px;
    height: 15px;
  }
}

.moreInfoBox {
  padding-top: 50px;
}
@media (max-width: 1180px) {
  .moreInfoBox {
    width: 100%;
    padding: 0;
  }
}