@charset "UTF-8";
/* CSS Document */
/*@media (min-width: 961px){
    .classLinkBox > .title,
    .classLinkBox > .submenu,
    .classLinkWrap > dl {
        display: none;
    }
}*/
@media (min-width: 1181px) and (max-width: 1350px){
    .bannerArea .classLinkWrap{
        padding-bottom: 40px;
    }
}
@media (min-width: 961px) and (max-width: 1180px){
    .mainArea.style03 .classLinkBox{
        display:block;
    }
    .classLinkBox .m_classLink {
        display: block;
        width:100%;
    }
    .classLinkBox > .title,
    .classLinkBox > .submenu {
        display:none;
    }
}

.downReportList > li, .topReportList li, .topReportList .downloadBtn::after,
.downReportList .downloadBtn::after, .topReportList .downloadBtn,
.downReportList .downloadBtn, .newsAndDownloadList .item, .newsAndDownloadTitle, .financeSeasonBox a, .financeSeasonBox a::after,
.financeIndividualBox a::after,
.financeYearBox a::after, .financeSeasonBox,
.financeIndividualBox,
.financeYearBox, .toggleOpen, .memberList .Txt, .faqList .detailBox,
.memberList .detailBox, .faqList .titleBar,
.memberList .titleBar, .m_horizontalTable .cloned, .m_horizontalTable, .investorsIndexDataList li, .investorsGeneralDataBox, .investorsGeneralList li, .investorsGeneralList, .prevRoundArrow,
.nextRoundArrow, .investorsContentBox .rightBox, .investorsContentBox .leftBox {
  box-sizing: border-box;
}

.topReportList .downloadBtn::after,
.downReportList .downloadBtn::after, .topReportList .downloadBtn,
.downReportList .downloadBtn, .newsAndDownloadList .downloadBox svg, .financeSeasonBox svg,
.financeIndividualBox svg,
.financeYearBox svg, .financeSeasonBox a::after,
.financeIndividualBox a::after,
.financeYearBox a::after, .financeSeasonBox,
.financeIndividualBox,
.financeYearBox, .toggleOpen::after, .faqList .titleBar,
.memberList .titleBar, .investorsGeneralList .Img, .prevRoundArrow,
.nextRoundArrow, .classSlideList a::before {
  transition: all 0.5s;
}

/*****類別*****/
.classLinkWrap .classLinkBox .submenu a {
    color: #fff;
}
.classLinkWrap .classLinkBox .submenu a.current,
.classLinkWrap .classLinkBox .submenu a:hover {
    color: #bd2020;
}
@media (max-width: 960px) {
    .classLinkBox .submenu {
        display: none;
    }
}
.classLinkBox .submenu > .submenu2,
.classLinkBox .submenu > a {
    display: inline-block;
    margin-right: 20px;
}
.classLinkBox .submenu a {
    position: relative;
    font-size: 14px;
    font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
    color: #717171;
    letter-spacing: 1pt;
    text-transform: uppercase;
}
.classLinkBox .submenu a.current,
.classLinkBox .submenu a:hover {
    color: #bd2020;
}
.classLinkBox .submenu a::before {
    content: "";
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    width: 0;
    height: 3px;
    background-color: #bd2020;
    transition: all 0.5s;
}
.classLinkBox .submenu a.current::before,
.classLinkBox .submenu a:hover::before {
    left: 0;
    width: 100%;
}
.classLinkBox .submenu dl {
    display: none;
}



/*****前導頁*****/
.mainArea.style03.leadingPage {
  padding-bottom: 0;
}
@media (min-width: 1181px) {
    .mainArea.style03.leadingPage.pt0 {
      padding-top: 0;
    }
}
@media (min-width: 961px) {
  .mainArea.style03 .contentBox {
    padding-bottom: 90px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .mainArea.style03 .contentBox {
    padding-bottom: 70px;
  }
}
@media (max-width: 640px) {
  .mainArea.style03 .contentBox {
    padding-bottom: 50px;
  }
}

@media (min-width: 1181px) {
  .stockSpace {
    display: flex;
  }
}
@media (min-width: 1181px) {
  .stockSpace > .spaceLeft {
    width: calc(50% + 165px);
  }
}
@media (min-width: 1181px) {
  .stockSpace > .spaceRight {
    padding-left: 10px;
    width: calc(50% - 165px);
  }
}
.stockSpace .spaceLeft ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1180px) {
  .stockSpace .spaceLeft ul {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (min-width: 1181px) {
  .stockSpace .spaceLeft ul li {
    padding: 0 10px 10px 0;
  }
}
@media (max-width: 1180px) {
  .stockSpace .spaceLeft ul li {
    padding: 0 5px 10px;
  }
}
@media (min-width: 501px) and (max-width: 640px) {
  .stockSpace .spaceLeft ul li:not(:first-child) {
    width: 50%;
  }
}
.stockSpace .spaceLeft ul .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 25px 10px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background: #bd2020;
  background-image: linear-gradient(to bottom, #be2021 0%, #e2494a 100%);
}
@media (min-width: 1181px) {
  .stockSpace .spaceLeft ul .item {
    min-height: 180px;
  }
}
@media (max-width: 640px) {
  .stockSpace .spaceLeft ul .item {
    padding: 15px 10px;
  }
}
.stockSpace .spaceLeft ul h4 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.stockSpace .spaceLeft ul .num {
  font-weight: 600;
}
@media (min-width: 1451px) {
  .stockSpace .spaceLeft ul .num {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media (min-width: 641px) and (max-width: 1450px) {
  .stockSpace .spaceLeft ul .num {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  .stockSpace .spaceLeft ul .num {
    font-size: 25px;
  }
}
.stockSpace .spaceLeft ul p {
  font-size: 14px;
}
.stockSpace .spaceRight {
  position: relative;
}
@media (min-width: 1181px) {
  .stockSpace .spaceRight .Img {
    height: 100%;
    padding-bottom: 10px;
  }
}
.stockSpace .spaceRight .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stockSpace .spaceRight .Txt {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  color: #fff;
}
@media (min-width: 641px) {
  .stockSpace .spaceRight .Txt {
    padding: 40px;
  }
}
@media (max-width: 640px) {
  .stockSpace .spaceRight .Txt {
    padding: 20px 20px 30px;
  }
}
.stockSpace .spaceRight .Txt h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.stockSpace .spaceRight .Txt a.moreLink {
  font-size: 13px;
}

.csrPage .linkBox {
  background: url(../png/bg_style02.png) no-repeat top center, #e4e4e4;;
}
.linkBox {
  background: url(../png/bg_style01.png) repeat top center;
}
@media (min-width: 1181px) {
  .linkBox {
    padding: 80px 0;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .linkBox {
    padding: 60px 0;
  }
}
@media (min-width: 501px) and (max-width: 960px) {
  .linkBox {
    padding: 40px 0;
  }
}
@media (max-width: 500px) {
  .linkBox {
    padding: 25px 0;
  }
}

.linkList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.linkList > li {
  padding: 20px 5px;
}
@media (min-width: 1551px) {
  .linkList > li {
    width: calc(100% / 6);
  }
}
@media (min-width: 1181px) and (max-width: 1550px) {
  .linkList > li {
    width: calc(100% / 4);
  }
}
@media (min-width: 851px) and (max-width: 1180px) {
  .linkList > li {
    width: calc(100% / 3);
  }
}
@media (min-width: 641px) and (max-width: 850px) {
  .linkList > li {
    width: calc(100% / 2);
  }
}
@media (max-width: 640px) {
  .linkList > li {
    width: 100%;
  }
}
.linkList .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.linkList h3 {
  margin-top: 20px;
  font-size: 18px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .linkList h3 {
    margin-top: 15px;
    font-size: 16px;
  }
}
.linkList h3 a {
  color: #fff;
}
.linkList h3::before {
  content: attr(data-num);
  display: inline-block;
  font-weight: 400;
  color: #bd2020;
}
@media (min-width: 361px) {
  .linkList h3::before {
    width: 35px;
  }
}
@media (max-width: 360px) {
  .linkList h3::before {
    width: 25px;
  }
}
.linkList .txtExp {
  color: #919191;
}
@media (min-width: 641px) {
  .linkList .txtExp {
    margin-top: 15px;
  }
}
@media (max-width: 640px) {
  .linkList .txtExp {
    margin-top: 10px;
  }
}
/*@media (min-width: 361px) {
  .linkList .txtExp {
    padding-left: 35px;
  }
}
@media (max-width: 360px) {
  .linkList .txtExp {
    padding-left: 25px;
  }
}*/
.linkList .txtExp li {
    padding: 10px 0;
    border-top: 1px solid rgba(255,255,255,.1);
    line-height: 1.2;
}
@media (min-width: 641px) {
  .linkList .txtExp a {
    display: block;
    /*margin-bottom: 5px;*/
  }
}
.linkList .txtExp a:not(:hover) {
  color: #919191;
}

.csrPage .linkList h3,
.csrPage .linkList h3 a {
  color: #000;
}
.csrPage .linkList .txtExp li {
    border-top-color: rgba(0,0,0,.1);
}

/*****投資人頁*****/
@media (min-width: 641px) {
  .cardList {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (min-width: 1551px) {
  .cardList li {
    width: calc(100% / 4);
  }
}
@media (min-width: 1201px) and (max-width: 1550px) {
  .cardList li {
    width: calc(100% / 3);
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .cardList li {
    width: calc(100% / 2);
  }
}
@media (min-width: 851px) and (max-width: 1024px) {
  .cardList li {
    width: calc(100% / 3);
  }
}
@media (min-width: 641px) and (max-width: 850px) {
  .cardList li {
    width: calc(100% / 2);
  }
}
@media (min-width: 641px) {
  .cardList li {
    padding: 10px 5px 20px;
  }
}
@media (max-width: 640px) {
  .cardList li {
    padding: 0 0 30px;
  }
}
.cardList .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.cardList .dateBox {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.cardList h3 {
  font-size: 14px;
  color: #353535;
}
.cardList h3 a {
  color: #353535;
}
.cardList li:hover h3 a {
  color: #bd2020;
}
.cardList .txtExp {
  max-height: calc(23px * 2);
  color: #868686;
}

.investorsContentBox .articleTitle {
  color: #000;
}
.investorsContentBox .textEditor + a.btn {
  margin-top: 40px;
}

.investorsContentBox {
  display: flex;
}
.investorsContentBox.onlyData {
  display: block;
}
.investorsContentBox.onlyData .leftBox {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .investorsContentBox {
    flex-direction: column;
  }
}
.investorsContentBox .leftBox {
  flex-grow: 1;
}
@media (min-width: 1025px) {
  .investorsContentBox .leftBox {
    max-width: calc(100% - 280px);
  }
}
@media (max-width: 1024px) {
  .investorsContentBox .leftBox {
    max-width: 100%;
  }
}
.investorsContentBox .leftBox #pageIntroContent .wrap {
  width: 100%;
}
.investorsContentBox .rightBox {
  flex-shrink: 0;
}
@media (min-width: 1025px) {
  .investorsContentBox .rightBox {
    width: 250px;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #ccc;
  }
}

@media screen and (min-width: 0\0 ) and (min-width: 1025px) {
  .investorsContentBox .leftBox {
    width: calc(100% - 280px);
  }
}
@media screen and (min-width: 0\0 ) and (max-width: 1024px) {
  .investorsContentBox .leftBox {
    width: 100%;
  }
}
@media screen and (min-width: 0\0 ) {
  .investorsContentBox.onlyData .leftBox {
    width: 100%;
  }
}
.classSlideList {
  margin-bottom: 20px;
}
.classSlideList .slick-current a {
  color: #fff;
  background-color: #bd2020;
}
.classSlideList .slick-current a::before {
  bottom: -10px;
}
.classSlideList li {
  display: inline-block;
  padding-bottom: 20px;
}
.classSlideList a {
  position: relative;
  display: block;
  padding: 10px 20px;
  font-size: 15px;
  text-align: center;
  outline: none;
  background-color: #eee;
}
.classSlideList a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 0;
  height: 0;
  margin-left: -8px;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #bd2020 transparent transparent transparent;
}
.classSlideList a.current {
  color: #fff;
  background-color: #bd2020;
}
.classSlideList a.current::before {
  bottom: -10px;
}
.classSlideList .slick-track {
  margin-left: 0;
}

.prevRoundArrow,
.nextRoundArrow {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #bd2020;
  font-size: 24px;
  text-align: center;
  outline: none;
  border: 2px dashed;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}
@media (max-width: 640px) {
  .prevRoundArrow,
.nextRoundArrow {
    left: 50%;
  }
}
.prevRoundArrow:hover,
.nextRoundArrow:hover {
  color: transparent;
  background-color: #bd2020;
}
.prevRoundArrow:hover::before,
.nextRoundArrow:hover::before {
  color: #fff;
}
.prevRoundArrow::before,
.nextRoundArrow::before {
  font-family: FontAwesome;
}

@media (min-width: 641px) {
  .prevRoundArrow {
    right: 60px;
  }
}
@media (max-width: 640px) {
  .prevRoundArrow {
    margin-left: -50px;
  }
}
.prevRoundArrow::before {
  content: "";
}

@media (min-width: 640px) {
  .nextRoundArrow {
    right: 0;
  }
}
@media (max-width: 640px) {
  .nextRoundArrow {
    margin-left: 10px;
  }
}
.nextRoundArrow::before {
  content: "";
}

#articleDataBox .showBox {
  transition: 0.3s ease-out;
}
#articleDataBox.hide .showBox {
  transform: translateY(20px);
  opacity: 0;
}

@media (max-width: 1024px) {
  .investorsGeneralBox {
    display: flex;
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .investorsGeneralBox {
    flex-direction: column;
  }
}

@media (max-width: 1024px) {
  .investorsGeneralList {
    flex-grow: 1;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
  .investorsGeneralList {
    width: 60%;
  }
}
@media (min-width: 1025px) {
  .investorsGeneralList li {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .investorsGeneralList li {
    flex-grow: 1;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.investorsGeneralList .item:hover .Img {
  opacity: 0.5;
}
.investorsGeneralList .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.investorsGeneralList h3 a {
  display: block;
  max-width: 250px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1025px) {
  .investorsGeneralDataBox {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 5px solid #ccc;
  }
}
@media (max-width: 1024px) {
  .investorsGeneralDataBox {
    flex-shrink: 0;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 15px;
    border-left: 5px solid #ccc;
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
  .investorsGeneralDataBox {
    width: 40%;
    margin-left: 20px;
  }
}
@media (max-width: 640px) {
  .investorsGeneralDataBox {
    margin-top: 10px;
  }
}

#inTopIntroBox {
  margin-bottom: 30px;
}

#inDownIntroBox {
  margin-top: 30px;
}
#inDownIntroBox + .btnBox {
  margin-top: 20px;
}

@media (min-width: 1251px) {
  .insPageLinkBox {
    margin-right: -5px;
  }
}
@media (min-width: 1181px) {
  .insPageLinkBox {
    position: absolute;
    top: -35px;
    right: 0;
    z-index: 1;
  }
}
@media (max-width: 1180px) {
  .insPageLinkBox {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
.insPageLinkBox a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  border-radius: 20px;
  background-color: #202020;
}
@media (max-width: 1180px) {
  .insPageLinkBox a {
    margin-bottom: 10px;
  }
}
.insPageLinkBox a.current, .insPageLinkBox a:hover {
  background-color: #bd2020;
}

.horizontalTable {
  overflow-x: auto;
  cursor: move;
}
.horizontalTable table {
  min-width: 920px;
}

.indexIntroductionBox {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  padding-top: 30px;
}
@media (max-width: 1180px) {
  .indexIntroductionBox {
    padding-top: 15px;
  }
}

.indexDataBox {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 100px;
  padding-bottom: 30px;
}
.indexDataBox .textEditor {
  width: calc(100% - 600px);
}

.indexDataImg img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.investorsIndexDataBox {
  display: flex;
  border-bottom: 1px solid #dfdfdf;
}
.investorsIndexDataBox .leftBox {
  width: 33.33%;
}
.investorsIndexDataBox .leftBox .indexDataItem {
  flex-direction: column;
  height: 100%;
  border-top: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}
.investorsIndexDataBox .rightBox {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  max-width: calc(100% / 3 * 2);
}
.investorsIndexDataBox .rightBox .indexDataItem {
  width: 50%;
  border-top: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}
.investorsIndexDataBox .rightBox .indexDataItem span:not([class]) {
  margin-top: 20px;
}

.indexDataItem {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexDataItem span:not([class]) {
  margin-left: 5px;
  margin-right: 5px;
}

.investorsIndexDataTag {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
  padding: 3px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background-color: #bd2020;
}

.investorsIndexDataTitle {
  font: 700 45px "Oswald", "微軟正黑體", sans-serif;
  color: #0094da;
}

.investorsIndexDataList {
  display: flex;
  flex-wrap: wrap;
}
.investorsIndexDataList.investorsIndexDataList {
  list-style: none;
  padding-left: 0;
}
.investorsIndexDataList li {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: calc(50% - 10px);
  height: 175px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  box-shadow: -1px 1px 19px rgba(0, 0, 0, 0.2);
}
@media (min-width: 481px) and (max-width: 1024px) {
  .investorsIndexDataList li {
    height: 170px;
  }
}
@media (max-width: 480px) {
  .investorsIndexDataList li {
    width: 100% !important;
    height: 130px;
  }
}
.investorsIndexDataList li:nth-child(-n+3) {
  width: calc(100% / 3 - 10px);
  color: #fff;
  background-color: #bd2020;
}
@media (max-width: 640px) {
  .investorsIndexDataList li:first-child {
    width: 100%;
  }
}

.indexCarouselList {
  max-width: 380px;
}
.indexCarouselList .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.indexCarouselList .prevArrow {
  left: 0;
}
.indexCarouselList .nextArrow {
  right: 0;
}

.indexInvestorsGuideList {
  display: flex;
  flex-wrap: wrap;
}
.indexInvestorsGuideList > li {
  flex-grow: 1;
  width: calc(100% / 3);
  margin-bottom: 50px;
}
.indexInvestorsGuideList > li:nth-child(3n+2) h2, .indexInvestorsGuideList > li:nth-child(3n) h2 {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
}
.indexInvestorsGuideList > li:nth-child(3n+2) .Img::before, .indexInvestorsGuideList > li:nth-child(3n) .Img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 1px;
  height: 100%;
  background-color: #b1b4b8;
}
.indexInvestorsGuideList .Img {
  position: relative;
}
.indexInvestorsGuideList .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.indexInvestorsGuideList h2 {
  padding: 15px 5px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: #bd2020;
  background-position: 0 50%;
  background-size: 1px 18px;
  background-repeat: no-repeat;
}

table.tableBasicInfo tr:first-child {
  border-top-color: #ddd;
}
table.tableBasicInfo tr td {
  padding: 15px 20px;
}

.horizontalTable .horizontalTableInner {
  overflow-x: auto;
  cursor: move;
}

.horizontalTable {
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.horizontalTable table {
  min-width: 850px;
}

.m_horizontalTable {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  text-align: center;
}
@media (min-width: 1025px) {
  .m_horizontalTable {
    display: none;
  }
}
.m_horizontalTable .cloned {
  padding: 10px 8px;
  background-color: #fff;
}
.m_horizontalTable .cloned:nth-of-type(odd) {
  background-color: #f7f7f7;
}
.m_horizontalTable .cloned:first-child {
  color: #fff;
  background-color: #bd2020;
}

.noteTxt {
  padding: 15px 0 0 20px;
  color: #747474;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.05em;
}

.faqList .titleBar,
.memberList .titleBar {
  position: relative;
  padding: 15px 50px 15px 10px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #ccc;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .faqList .titleBar:hover,
.memberList .titleBar:hover {
    color: #fff;
    background-color: #bd2020;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
.faqList .titleBar.current,
.memberList .titleBar.current {
  font-size: 16px;
  color: #fff;
  border-color: #bd2020;
  background-color: #bd2020;
  box-shadow: none;
}
.faqList .detailBox,
.memberList .detailBox {
  display: none;
  padding: 30px;
  background-color: #f7f7f7;
}

.memberList .item {
  display: flex;
  align-items: center;
}
.memberList .Img {
  flex-shrink: 0;
  flex-basis: 300px;
}
.memberList .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.memberList .Txt {
  flex-grow: 1;
  max-width: calc(100% - 300px - 30px);
  margin-left: 30px;
}
.memberList .Txt.fillForItem {
  max-width: 100%;
  margin-left: 0;
}
.memberList .Txt > h3 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.memberList .Txt > h3::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #bd2020;
}
.memberList .titleBar.current::before {
  transform: rotate(-180deg);
}
.memberList .titleBar::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  margin-top: -7px;
  line-height: 1;
  font-family: FontAwesome;
  pointer-events: none;
  transition: 0.3s ease-out;
}
.memberList .memberDataList {
  list-style: none;
  padding-left: 0;
}
.memberList .memberDataList li::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.memberList .memberDataList .left {
  float: left;
}
.memberList .memberDataList .right {
  overflow: hidden;
}

.memberDownloadBtn {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.memberDownloadBtn i {
  margin-right: 10px;
  color: #bd2020;
}

.faqList {
  counter-reset: item;
}
.faqList > li {
  counter-increment: item;
}
.faqList > li.hide {
  display: none;
}
.faqList > li:nth-child(-n+9) .titleBar::before {
  content: "0" counter(item);
}
.faqList .titleBar {
  padding-left: 60px;
  text-indent: -45px;
}
.faqList .titleBar.current::before {
  color: #fff;
}
.faqList .titleBar.current .toggleOpen {
  background-color: #911919;
}
.faqList .titleBar.current .toggleOpen::after {
  height: 0;
}
.faqList .titleBar::before {
  content: counter(item);
  margin-right: 10px;
  font-size: 30px;
  line-height: 1;
  color: #bd2020;
}

.toggleOpen {
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  background-color: #bd2020;
}
.toggleOpen:hover {
  color: #fff;
  background-color: #911919;
}
.toggleOpen.open::after {
  height: 0;
}
.toggleOpen::before, .toggleOpen::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin: auto;
  background-color: #fff;
}
.toggleOpen::before {
  width: 14px;
  height: 2px;
  margin-top: -1px;
  margin-left: -7px;
}
.toggleOpen::after {
  width: 2px;
  height: 14px;
  margin-top: -7px;
  margin-left: -1px;
}

.rwdMemberTable.rwdMemberTable th {
  color: #000;
  background-color: #f7f7f7;
}

.financeFileBox {
  display: flex;
}
@media (max-width: 768px) {
  .financeFileBox {
    flex-wrap: wrap;
  }
}

.financeSeasonBox,
.financeIndividualBox,
.financeYearBox {
  position: relative;
  padding: 30px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.financeSeasonBox:hover,
.financeIndividualBox:hover,
.financeYearBox:hover {
  z-index: 1;
  box-shadow: 0 1px 27px rgba(0, 0, 0, 0.1);
}
.financeSeasonBox h3,
.financeIndividualBox h3,
.financeYearBox h3 {
  margin-bottom: 40px;
  font-size: 18px;
  letter-spacing: 2px;
}
.financeSeasonBox a,
.financeIndividualBox a,
.financeYearBox a {
  position: relative;
  display: block;
  width: 65px;
  margin-left: auto;
  margin-right: auto;
}
.financeSeasonBox a.noFile,
.financeIndividualBox a.noFile,
.financeYearBox a.noFile {
  color: #eee;
  cursor: default;
}
.financeSeasonBox a.noFile:hover,
.financeIndividualBox a.noFile:hover,
.financeYearBox a.noFile:hover {
  color: #eee;
}
.financeSeasonBox a.noFile::after,
.financeIndividualBox a.noFile::after,
.financeYearBox a.noFile::after {
  background-color: #eee;
}
.financeSeasonBox a.noFile svg,
.financeIndividualBox a.noFile svg,
.financeYearBox a.noFile svg {
  fill: #eee;
}
.financeSeasonBox a::after,
.financeIndividualBox a::after,
.financeYearBox a::after {
  content: "下載";
  display: block;
  padding-top: 1px;
  padding-bottom: 1px;
  border-radius: 10px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 2px;
  background-color: #bd2020;
  border: 1px solid;
}
.financeSeasonBox svg,
.financeIndividualBox svg,
.financeYearBox svg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 42px;
  height: 53px;
  margin-left: -21px;
}

.financeIndividualBox,
.financeYearBox {
  flex-grow: 1;
}
.financeIndividualBox:hover a:not(.noFile)::after,
.financeYearBox:hover a:not(.noFile)::after {
  color: #bd2020;
  background-color: transparent;
}
.financeIndividualBox a,
.financeYearBox a {
  padding-top: 65px;
}

.financeSeasonBox {
  flex-grow: 1.5;
}
@media (max-width: 768px) {
  .financeSeasonBox {
    width: 100%;
  }
}
.financeSeasonBox ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 400px) {
  .financeSeasonBox ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 400px) {
  .financeSeasonBox li {
    width: 50%;
    margin-top: 20px;
  }
}
@media (min-width: 401px) {
  .financeSeasonBox li + li {
    margin-left: 10px;
  }
}
.financeSeasonBox a {
  position: relative;
  height: 85px;
  padding-top: 30px;
  text-align: center;
  font: 20px "Montserrat", sans-serif;
  letter-spacing: 1px;
}
@media (min-width: 1181px) {
  .financeSeasonBox a:hover {
    color: #262626;
    padding-top: 15px;
    background-position-y: 0;
  }
  .financeSeasonBox a:hover::after {
    bottom: 0;
    opacity: 1;
    transition-delay: 0.3s;
    pointer-events: auto;
  }
  .financeSeasonBox a:hover svg {
    top: 0;
  }
}
@media (max-width: 1180px) {
  .financeSeasonBox a {
    padding-top: 15px;
  }
}
.financeSeasonBox a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  z-index: 1;
  margin: auto;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .financeSeasonBox a::after {
    bottom: 0;
    opacity: 1;
    transition-delay: 0.3s;
    pointer-events: auto;
  }
}
@media (min-width: 1181px) {
  .financeSeasonBox svg {
    top: 15px;
  }
}

.newsAndDownloadList .item,
.newsAndDownloadTitle {
  display: flex;
  align-items: center;
}
.newsAndDownloadList .item > :first-child,
.newsAndDownloadTitle > :first-child {
  flex-shrink: 0;
  flex-basis: 100px;
}
.newsAndDownloadList .item > :nth-child(2),
.newsAndDownloadTitle > :nth-child(2) {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.newsAndDownloadTitle {
  padding: 10px 20px;
  color: #fff;
  background-color: #bd2020;
}
.newsAndDownloadTitle > :nth-child(4) {
  display: none !important;
}

.newsAndDownloadTitle > :nth-child(3),
.newsAndDownloadTitle > :nth-child(4),
.newsAndDownloadList .downloadBox,
.newsAndDownloadList .calendarBox {
  flex-shrink: 0;
  flex-basis: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsAndDownloadList.hasDownloadType h3, .newsAndDownloadList.hasCalendarType h3 {
  width: calc(100% - 200px);
}
.newsAndDownloadList.hasDownloadType.hasCalendarType h3 {
  width: calc(100% - 300px);
}
.newsAndDownloadList li {
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
.newsAndDownloadList .item {
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.newsAndDownloadList .listDataBox {
  width: calc(100% - 140px);
}
.newsAndDownloadList h3 {
  flex-grow: 1;
  width: 100%;
}
.newsAndDownloadList h3 a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsAndDownloadList .downloadBox a:hover svg {
  fill: #bd2020;
  transform: translateY(-5px);
}
.newsAndDownloadList .downloadBox svg {
  width: 31px;
  height: 40px;
}
.newsAndDownloadList .calendarBox {
  display: none !important;
}
.newsAndDownloadList .calendarBox a {
  line-height: 1;
  font-size: 32px;
  color: #1f1f1f;
}
.newsAndDownloadList .calendarBox a:hover {
  color: #bd2020;
  transform: translateY(-5px);
}

.topReportList h3,
.downReportList h3 {
  font: 18px "Poppins", sans-serif;
}
.topReportList h3 span,
.downReportList h3 span {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 24px;
  color: #bd2020;
  letter-spacing: 0.2pt;
}
.topReportList .downloadBtn,
.downReportList .downloadBtn {
  display: block;
  width: 100px;
  margin-top: 30px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 1px solid #ccc;
}
@media (min-width: 1181px) {
  .topReportList .downloadBtn:hover,
.downReportList .downloadBtn:hover {
    transform: translateY(-5px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  .topReportList .downloadBtn:hover::after,
.downReportList .downloadBtn:hover::after {
    color: #bd2020;
    border-color: #bd2020;
    background-color: transparent;
  }
}
.topReportList .downloadBtn::after,
.downReportList .downloadBtn::after {
  content: "Download";
  display: block;
  width: 80px;
  height: 20px;
  line-height: 20px;
  margin-top: 7px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  font-size: 12px;
  text-align: center;
  text-indent: 3px;
  color: #fff;
  letter-spacing: 0;
  border: 1px solid transparent;
  background-color: #bd2020;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.topReportList .downloadBtn svg,
.downReportList .downloadBtn svg {
  display: block;
  width: 31px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}

.topReportList {
  display: flex;
}
@media (max-width: 960px) {
  .topReportList {
    flex-direction: column;
  }
}
@media (min-width: 961px) {
  .topReportList li {
    width: 50%;
  }
}
@media (max-width: 960px) {
  .topReportList li {
    width: 100%;
  }
  .topReportList li + li {
    margin-top: 30px;
  }
}
.topReportList .item {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 960px) {
  .topReportList .item {
    justify-content: center;
  }
}
.topReportList .Img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 960px) {
  .topReportList .Img {
    max-width: 200px;
  }
}
.topReportList .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.topReportList .Txt {
  margin-left: 20px;
}
.downReportBox {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ccc;
}
@media (max-width: 960px) {
  .downReportBox {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.downReportBox > h2 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
}
@media (max-width: 960px) {
  .downReportBox > h2 {
    text-align: center;
  }
}

.downReportList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.downReportList > li {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}
@media (min-width: 769px) {
  .downReportList > li {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .downReportList > li {
    width: calc(100% / 3);
  }
}
@media (max-width: 480px) {
  .downReportList > li {
    width: 50%;
  }
}

.responsibilityTopBox {
  margin-bottom: 30px;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 960px) {
  .responsibilityTopBox {
    margin-bottom: 10px;
  }
  .responsibilityTopBox br {
    display: none;
  }
}

.textEditor table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 0 5px rgba(0, 0, 16, 0.1);
  letter-spacing: 1px;
}

.textEditor table th {
  padding: 14px;
  font-size: 14px;
  text-align: center;
  background-color: #bd2020;
  color: #fff;
  font-weight: 500;
  box-sizing: border-box;
}

.textEditor table tr:nth-child(even) td {
  background-color: #f7f7f7;
}

.textEditor table td {
  padding: 13px;
  font-size: 14px;
  background-color: #fff;
  box-sizing: border-box;
}


/*****內頁*****/
.titleArea {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #797979;
}
.titleArea::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 145px;
  height: 3px;
  background-color: #bd2020;
}
.titleArea .newsDate {
    font-size: 14px;
    font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
    font-weight: 400;
    color: #9c9c9c;
    text-transform: uppercase;
}
.titleArea .articleTitle {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #000;
}
.titleArea + .textEditor {
    margin-top: 50px;
}