/* ESG > 지배구조 > 의결권 행사 - 테이블 최우측 세로선 제거 */
.cpnt_table.t-votingRight figure.table,
.cpnt_table.t-votingRight table {
  border-right: none !important;
}

.cpnt_table.t-votingRight table thead th:last-child,
.cpnt_table.t-votingRight table tbody td:last-child,
.cpnt_table.t-votingRight table tbody tr > td:only-child,
.cpnt_table.t-votingRight table tbody td[colspan] {
  border-right: none !important;
}

/* rowspan 2행째: 좌측 구분선만 */
.cpnt_table.t-votingRight table tbody tr:has(> td[rowspan]) + tr > td {
  border-left: solid 0.063rem #d2d2d2;
  border-right: none !important;
}
