/*---投資人專區-投資人服務-公司組織-開始---*/

.collapse {
  display: none;
  overflow: hidden;
}

.collapse.show {
  display: block;
  overflow: hidden;
}

.fade {
  opacity: 0;
  transition: .5s;
}

.fade.show {
  opacity: 1;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: .5s;
}

.investor-content {}

.investor-co-info-pic {
  margin-bottom: 60px;
}

.investor-co-info-pic img {
  width: 100%;
}

#investor-co-info-list {}

.investor-co-info-list-item {
  text-align: left;
  margin-bottom: 35px;
}

.investor-co-info-list-item.wow{
  -webkit-backface-visibility: visible;
}

.investor-co-info-list-head {
  border-bottom: 1pt solid #ACACAD;
  position: relative;
  padding-right: 70px;
  cursor:pointer;
}

.investor-co-info-list-name {
  color: #E98E00;
  font-size: 26pt;
  font-weight: 600;
  line-height: 40pt;
  letter-spacing: 2pt;
  vertical-align: middle;
}

.investor-co-info-list-people {
  color: #969797;
  font-weight: 400;
  font-size: 20pt;
  border: 1pt solid #ACACAD;
  background-color: #fff;
  display: inline-block;
  line-height: 28pt;
  vertical-align: middle;
  margin-bottom: 10px;
  padding: 5px 15px 2px 15px;
  border-radius: 30px;
}

.investor-co-info-list-icon {
  width: 50px;
  height: 50px;
  background-image: url(../../img/tw/investor-co-info-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  transition: .5s;
}

.collapsed .investor-co-info-list-icon {
  transform: rotate(180deg);
}

.investor-co-info-list-title {
  color: #2E9ED7;
  font-size: 20pt;
  font-weight: 600;
  line-height: 28pt;
  letter-spacing: 2pt;
  margin-bottom: 0;
  margin-top: 10px;
}

.investor-co-info-list-item .content-info {
  padding-bottom: 30px;
  padding-top: 5px;
}

@media(max-width: 767px) {

  .investor-content {
    padding-bottom: 50px;
  }

  .investor-co-info-list-name {
    font-size: 20pt;
    line-height: 30pt;
    letter-spacing: 1pt;
  }

  .investor-co-info-list-people {
    font-size: 15pt;
    display: inline-block;
    line-height: 20pt;
    margin-bottom: 5px;
    padding: 3px 12px 2px 12px;
    border-radius: 30px;
  }

  .investor-co-info-list-icon {
    width: 30px;
    height: 30px;
  }

  .investor-co-info-list-title {
    color: #2E9ED7;
    font-size: 17pt;
    font-weight: 600;
    line-height: 28pt;
    letter-spacing: 1pt;
    margin-bottom: 0;
    margin-top: 10px;
  }

  .investor-co-info-list-item .content-info {
    padding-bottom: 0;
    padding-top: 0;
  }
}

/*---投資人專區-投資人服務-公司組織-結束---*/

/*---投資人專區-投資人服務-經營團隊-開始---*/

.investor-co-team-chairman {
  background-color: #EEEFEF;
  position: relative;
  text-align: left;
  margin-bottom: 50px;
}

.investor-co-team-chairman-info {
  width: 66.7%;
  margin: 0 -2px;
  display: inline-block;
  padding: 30px;
}

.investor-co-team-chairman-head {
  color: #E98E00;
  font-size: 26pt;
  font-weight: 600;
  line-height: 40pt;
  letter-spacing: 2pt;
  vertical-align: middle;
}

.investor-co-team-chairman-name {
  display: inline-block;
  color: #231815;
}

.investor-co-team-chairman-item {
  width: 50%;
  margin: 50px -2px 50px -2px;
  display: inline-block;
  vertical-align: top;
}

.investor-co-team-chairman-title {
  color: #010039;
  display: inline-block;
  font-size: 19pt;
  font-weight: 600;
  letter-spacing: 1pt;
  background-color: #fff;
  padding: 30px 15px 25px 15px;
  border: 1pt solid #C0C1C1;
  border-radius: 100px;
  margin-right: 10px;
}

.investor-co-team-chairman-content {
  color: #000;
  font-size: 14.5pt;
  line-height: 28pt;
  font-weight: 300;
  display: inline-block;
}

.investor-co-team-chairman-pic {
  width: 33.3%;
  margin: 0 -2px;
  display: inline-block;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}

.investor-co-team-manager {
  text-align: left;
}

.investor-co-team-manager-title {
  color: #E98E00;
  font-size: 26pt;
  font-weight: 600;
  line-height: 40pt;
  letter-spacing: 2pt;
  vertical-align: middle;
}

#investor-table {
  width: 100%;
}

#investor-table thead tr {
  border-bottom: 1pt solid #ACACAD;
}

#investor-table thead tr th {
  color: #010039;
  font-size: 20pt;
  font-weight: 600;
  letter-spacing: 1pt;
  padding: 30px 10px 30px 0;
}

#investor-table tbody tr {
  border-bottom: 1pt solid #E6E6E6;
}

#investor-table tbody tr td {
  color: #000;
  font-size: 14.5pt;
  line-height: 28pt;
  font-weight: 300;
  padding: 20px 10px 17px 0;
}

#investor-table.investor-co-table thead tr th {
  text-align: left;
}

table.bt#investor-table tfoot th::before,
table.bt#investor-table tfoot td::before,
table.bt#investor-table tbody td::before {
  color: #010039;
  padding-right: 10px;
}

@media(max-width:1439px) {

  .investor-co-team-chairman-item {
    text-align: center;
  }

  .investor-co-team-chairman-title {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .investor-co-team-chairman-content {
    color: #000;
    font-size: 14.5pt;
    line-height: 28pt;
    font-weight: 300;
    display: block;
  }
}

@media(max-width: 1280px) {
  .investor-co-team-chairman-info {
    padding: 20px;
  }
}

@media(max-width: 1023px) {
  #investor-table tbody tr td {
    color: #000;
    font-size: 14.5pt;
    line-height: 28pt;
    font-weight: 300;
    padding: 0 0 10px 0;
  }
}

@media(max-width: 767px) {

  .investor-co-team-chairman-info {
    width: 100%;
    margin: 0;
  }

  .investor-co-team-chairman-head {
    text-align: center;
    font-size: 22pt;
    margin-bottom: 280px;
  }

  .investor-co-team-chairman-pic {
    width: 260px;
    margin: 0 -130px 0 0;
    display: inline-block;
    height: 260px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    right: 50%;
    top: 80px;
    border-radius: 200px;
  }

  .investor-co-team-chairman-item {
    width: 50%;
    margin: 20px -2px 20px -2px;
    display: inline-block;
    vertical-align: top;
  }
}

@media(max-width: 568px) {

  .investor-co-team-chairman-head {
    margin-bottom: 240px;
  }

  .investor-co-team-chairman-pic {
    width: 220px;
    margin: 0 -110px 0 0;
    display: inline-block;
    height: 220px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    right: 50%;
    top: 80px;
    border-radius: 200px;
  }

  .investor-co-team-chairman-item {
    width: 100%;
    margin: 20px 0 20px 0;
    display: inline-block;
    vertical-align: top;
  }
}

/*---投資人專區-投資人服務-經營團隊-結束---*/

/*---投資人專區-投資人服務-財務資訊-開始---*/

.investor-fi-revenue-edbox {
  text-align: center;
}

.investor-fi-revenue-edbox .content-title-orange-m {
  margin-bottom: 10px;
  line-height: 26pt;
}

.investor-fi-revenue-list {
  margin-top: 5px;
}

.investor-fi-revenue-item {
  width: 16.66%;
  margin: 0 -2px;
  display: inline-block;
  vertical-align: top;
}

.investor-fi-revenue-month {
  color: #010039;
  font-size: 19pt;
  font-weight: 600;
  letter-spacing: 1pt;
  border-bottom: 1pt solid #C0C1C1;
  padding: 0 5px 5px 5px;
}

.investor-fi-revenue-number {
  color: #000;
  font-size: 14.5pt;
  line-height: 22pt;
  font-weight: 300;
  padding: 5px 5px 15px 5px;
}

.investor-fi-revenue-alltitle {
  color: #fff;
  font-size: 19pt;
  font-weight: 600;
  letter-spacing: 2pt;
  background-color: #010039;
  padding: 10px;
}

.investor-fi-revenue-allnumber {
  color: #000;
  font-size: 14.5pt;
  line-height: 20pt;
  font-weight: 300;
  background-color: #D3D4D4;
  padding: 10px;
}

@media(max-width: 767px) {

  .investor-fi-revenue-edbox .content-title-orange-m {
    line-height: 26pt;
    font-size: 20pt;
  }

  .investor-fi-revenue-item {
    width: 33.3%;
  }

  .investor-fi-revenue-number {
    padding: 5px 5px 20px 5px;
  }

  .investor-fi-revenue-month {
    padding: 0 5px 5px 5px;
  }
}

@media(max-width: 568px) {

  .investor-fi-revenue-item {
    width: 50%;
  }
}

/*---投資人專區-投資人服務-財務資訊-結束---*/

/*---投資人專區-投資人服務-股東專欄-開始---*/

.investor-sh-vote-info {
  display: inline-block;
  width: 66.7%;
  margin: 0 -2px;
  vertical-align: top;
}

.investor-sh-vote-pic {
  display: inline-block;
  width: 33.3%;
  margin: 0 -2px;
  vertical-align: top;
  padding-left: 8%;
}

.investor-sh-vote-pic img {
  width: 100%;
}

.investor-sh-list-info {
  color: #E98E00;
  font-size: 24pt;
  font-weight: 600;
  line-height: 40pt;
  letter-spacing: 2pt;
  margin-bottom: 20px;
  margin-top: 40px;
}

.investor-sh-list-table tr th:nth-child(1),
.investor-sh-list-table tr th:nth-child(2),
.investor-sh-list-table tr td:nth-child(1),
.investor-sh-list-table tr td:nth-child(2) {
  text-align: left;
}

.investor-sh-operate-box {
  position: relative;
}

.investor-sh-operate-info {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  text-align: left;
}

.investor-sh-operate-pic {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  vertical-align: middle;
}

.investor-sh-operate-pic img {
  width: 100%;
}

.investor-sh-operate-word {
  display: inline-block;
  vertical-align: middle;
  padding-left: 40px;
}

.investor-btn {
  text-align: left;
  margin-top: 10px;
}

.investor-btn a {
  display: inline-block;
  border: 1pt solid #ACACAD;
  border-radius: 50px;
  background-color: #fff;
  color: #969797;
  font-size: 19pt;
  letter-spacing: 1pt;
  padding: 7px 15px 4px 15px;
  font-weight: 300;
  transition: .5s;
}

.investor-btn a:hover {
  background-color: #ACACAD;
  color: #fff;
}

.investor-sh-operate-bg {
  position: relative;
  right: -60px;
  bottom: -80px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.investor-sh-operate-bg img {
  width: 100%;
  margin-bottom: -8px;
}

@media(max-width: 1440px) {
  .investor-sh-operate-word {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
  }

  .investor-sh-operate-pic {
    width: 35%;
  }
}

@media(max-width: 1279px) {
  .investor-sh-operate-info {
    position: relative;
  }

  .investor-sh-operate-bg {
    margin-top: -160px;
  }
}

@media(max-width: 767px) {
  .investor-sh-vote-info {
    width: 100%;
    margin: 0 0 50px 0;
  }

  .investor-sh-vote-pic {
    width: 100%;
    max-width: 400px;
    margin: 0;
    padding-left: 0;
  }

  .investor-sh-operate-bg {
    position: relative;
    right: -60px;
    bottom: -50px;
  }
}

@media(max-width: 568px) {
  .investor-sh-operate-bg {
    display: none;
  }

  .investor-sh-operate-info {
    text-align: center;
  }

  .investor-sh-operate-pic {
    width: 100%;
  }

  .investor-sh-operate-btn {
    text-align: center;
  }
}

/*---投資人專區-投資人服務-股東專欄-結束---*/

/*---投資人專區-投資人服務-公司治理-開始---*/

.investor-go-board-table {}

.investor-go-board-table tr th:nth-child(1),
.investor-go-board-table tr th:nth-child(2),
.investor-go-board-table tr th:nth-child(6),
.investor-go-board-table tr td:nth-child(1),
.investor-go-board-table tr td:nth-child(2),
.investor-go-board-table tr td:nth-child(6) {
  text-align: left;
}

.investor-btn.investor-btn-center {
  text-align: center;
  margin-top: 50px;
}

.investor-list {
  text-align: left;
}

.investor-list-item {
  display: inline-block;
  width: 50%;
  margin: 0 -2px 10px -2px;
  color: #000;
  font-size: 14.5pt;
  line-height: 20pt;
  font-weight: 400;
  padding-right: 30px;
  vertical-align: top;
}

.investor-list-dot {
  font-size: 8pt;
  color: #EA8F00;
  display: inline-block;
  margin: 0 5px 3px 5px;
  vertical-align: middle;
}

@media(max-width: 767px) {

  .investor-list-item {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

/*---投資人專區-投資人服務-公司治理-結束---*/

/*---投資人專區-投資人服務-利害人關係-開始---*/

.investor-st-mail {
  text-align: left;
}

.investor-st-name {
  color: #EA8F00;
  font-size: 16pt;
  line-height: 28pt;
  font-weight: 500;
  text-align: left;
  margin-top: 15px;
  display: inline-block;
}

.investor-st-name a {
  color: #969797;
  font-size: 18pt;
  line-height: 20pt;
  font-weight: 500;
  text-align: left;
  border: 1pt solid #969797;
  letter-spacing: 1pt;
  padding: 5px 15px;
  border-radius: 20px;
  margin: 0 40px 0 10px;
  word-break: break-word;
  transition: .5s;
}

.investor-st-name a:hover {
  color: #fff;
  background-color: #969797;
}

.mailtoui-modal-content {
  font-family: arial, 'Noto Sans TC', sans-serif;
}

.mailtoui-modal-title {
  font-family: arial, 'Noto Sans TC', sans-serif;
}

.mailtoui-brand {
  display: none;
}

@media(max-width: 767px) {

  .investor-st-name {
    width: 100%;
    text-align: center;
  }

  .investor-st-name a {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14.5pt;
    margin: 0;
    letter-spacing: 0;
  }
}

/*---投資人專區-投資人服務-利害人關係-結束---*/