@charset "utf-8";

/* ---全域樣式--- */
* {
  -webkit-backface-visibility: hidden;
}
html {
  font-size: 10px;
  line-height: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
}
:focus, :active {
  outline: 0;
}
p {
  line-height: inherit;
}

.txt-center {
  text-align: center;
}

body {
  font-family: 'Roboto', 'Arial', 'sans-serif', 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體';
  font-size: 1.6rem;
  color: #000;
  line-height: 4.2rem;
  background-color: #fff;
  -webkit-text-size-adjust: none;
}
body > div {
  overflow: hidden;
}
@media all and (max-width: 1279px) {
  body {
    line-height: 3.6rem;
  }
}
@media all and (max-width: 1079px) {
  body {
    line-height: 2.8rem;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.txt-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}
.btn-style {
  display: block;
  position: relative;
  margin: 40px auto 0;
  max-width: 260px;
  height: 7rem;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 7rem;
  outline: none;
  border: none;
  box-shadow: none;
  overflow: hidden;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}
.btn-style::before {
  display: block;
  content: attr(data-text);
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
}
.btn-style:hover {
  color: #fff;
  line-height: 21.5rem;
}

.blue {
  background-color: #a4262b;
}
.blue:hover {
  background-color: #a2252a;
}
@media all and (max-width:1279px) {
  .btn-style {
    margin-top: 30px;
    max-width: 220px;
    height: 5.5rem;
    line-height: 5.5rem;
  }
  .btn-style:hover {
    line-height: 17rem;
  }
}

/* index - 簡介 */
.data-item,
.data-txt {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 1.7rem;
  color: #000;
  vertical-align: top;
  background-color: #fff;
}
.data-item {
  width: 575px;
  background: url('../images/i_about_bg.jpg') no-repeat center center;
}
.data-txt {
  padding: 100px 80px 20px;
  width: calc(100% - 575px);
}
.data-item ul {
  font-size: 0;
}
.data-item li {
  display: inline-block;
  position: relative;
  padding: 110px 0;
  width: 50%;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.data-item li:not(:nth-child(5)),
.data-item li:not(:nth-child(6)) {
  border-bottom: rgba(255,255,255,.3) solid 1px;
}
.data-item li:nth-child(1),
.data-item li:nth-child(3),
.data-item li:nth-child(5) {
  border-right: rgba(255,255,255,.3) solid 1px;
}
.data-item .box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 25px;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.data-item .counter {
  margin-bottom: 15px;
  font-family: 'Arial', 'sans-serif';
  font-size: 5rem;
  font-weight: 900;
}
.data-item p {
  margin-bottom: 0;
  line-height: 2.4rem;
}

.data-txt .headline,
.data-txt .slogan {
  display: inline-block;
  margin-bottom: 30px !important;
  line-height: 4.5rem;
  vertical-align: middle;
}
.data-txt .headline {
  width: auto;
  text-align: left;
}
.data-txt .slogan {
  margin-left: 35px;
  font-size: 2rem;
  font-weight: 500;
}
.data-txt .slogan span {
  padding: 0 20px;
}
.data-txt p {
  margin-bottom: 0;
}
.data-txt .btn-style {
  margin-left: 0;
  max-width: 300px;
}
.data-txt .btn-style::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  top: 1px;
  left: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 35px 0 0;
  border-color: #fff transparent transparent transparent;
}
.data-txt .btn-style .icon {
  display: inline-block;
  position: relative;
  margin: -2px 0 0 10px;
  padding-top: 3px;
  width: 30px;
  vertical-align: middle;
}
.data-txt .btn-style .icon::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(37deg);
  transform: rotate(37deg);
}
.data-txt .btn-style .icon span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
}
@media all and (max-width: 1365px) {
  .data-item {
    width: 530px;
  }
  .data-item li {
    font-size: 1.7rem;
  }
  .data-item .counter {
    font-size: 4.5rem;
  }
  .data-txt {
    padding: 80px 60px 20px;
    width: calc(100% - 530px);
  }
  .data-txt .headline,
  .data-txt .slogan {
    margin-bottom: 25px !important;
  }
}
@media all and (max-width: 1279px) {
  .data-item li {
    font-size: 1.6rem;
  }
  .data-item .counter {
    font-size: 3.8rem;
  }
  .data-txt .slogan span {
    padding: 0 10px;
  }
}
@media all and (max-width: 1199px) {
  .data-item {
    width: 480px;
  }
  .data-item li {
    padding: 100px 0;
  }
  .data-txt {
    padding: 60px 40px 20px;
    width: calc(100% - 480px);
  }
  .data-txt .headline,
  .data-txt .slogan {
    margin-bottom: 15px !important;
  }
  .data-txt .slogan {
    margin-left: 20px;
    font-size: 1.8rem;
  }
}
@media all and (max-width: 1079px) {
  .data-item,
  .data-txt {
    font-size: 1.6rem;
  }
  .data-item {
    width: 420px;
  }
  .data-item li {
    padding: 90px 0;
    font-size: 1.5rem;
  }
  .data-item .box {
    padding: 0 10px;
  }
  .data-item p {
    line-height: 2.2rem;
  }
  .data-txt {
    padding: 50px 40px 20px;
    width: calc(100% - 420px);
  }
  .data-item .counter {
    margin-bottom: 10px;
    font-size: 3.2rem;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .data-item li {
    width: 33.3333%;
  }
}
@media all and (max-width: 991px) {
  .data-item,
  .data-txt {
    display: block;
    width: 100%;
  }
  .data-item {
    background-position: center 30%;
  }
  .data-item li {
    padding: 70px 0;
  }
  .data-item li:nth-child(2),
  .data-item li:nth-child(4) {
    border-right: rgba(255,255,255,.3) solid 1px;
  }
  .data-item .counter {
    margin-bottom: 5px;
    font-size: 2.8rem;
    font-weight: 600;
  }
  .data-item p {
    line-height: 2rem;
  }
  .data-txt {
    padding: 25px 15px 0;
  }
  .data-txt .headline,
  .data-txt .slogan {
    margin-bottom: 5px !important;
    line-height: 3.6rem;
  }
  .data-txt .btn-style {
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width:767px) {
  .data-item li {
    padding: 50px 0;
  }
}
@media all and (max-width:639px) {
  .data-txt .slogan {
    margin-left: 15px;
    font-size: 1.7rem;
  }
}
@media all and (max-width:575px) {
  .data-item li {
    font-size: 1.35rem;
  }
  .data-item .counter {
    margin-bottom: 3px;
    font-size: 2.2rem;
  }
  .data-item p {
    line-height: 1.8rem;
  }
  .data-txt {
    padding: 20px 20px 0;
  }
  .data-txt .slogan {
    display: block;
    margin-left: 0;
    line-height: 2.4rem;
  }
  .data-txt .btn-style {
    max-width: 100%;
  }
  .heading-shadown-text{
    font-size: 50px !important;
    top: -70% !important;
  }
}

/* 共用 */
.edit-wrap {
  font-size: 1.7rem;
  color: #333;
}
.edit-wrap p {
  margin: 0;
  padding: 10px 0;
  font-size: 1.7rem;
  line-height: 4.2rem;
}
.edit-wrap img {
  margin: 25px 0;
}
@media all and (max-width:1365px) {
  .edit-wrap p {
    line-height: 3.6rem;
  }
}
@media all and (max-width:1279px) {
  .edit-wrap p {
    line-height: 2.8rem;
  }
}
@media all and (max-width:1079px) {
  .edit-wrap p {
    font-size: 1.6rem;
  }
}
@media all and (max-width:991px) {
  .edit-wrap p {
    padding: 5px 0;
  }
  .edit-wrap img {
    margin: 15px 0;
  }
}

/* --- 同欣簡介 --- */
.intro-style .pic {
  position: relative;
  margin: 0 90px 20px 0;
  padding: 0 0 24px 24px;
  float: left;
  width: 54%;
}
.intro-style .pic::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80%;
  height: 80%;
  background-color: #a4262b;
}
.intro-style .pic .img {
  position: relative;
  z-index: 2;
}
.intro-style .pic img {
  margin: 0;
}
.intro-style .slogan {
  margin: 50px 0 0;
  font-size: 2.2rem;
  color: #a4262b;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: .15rem;
}
.intro-style .slogan span {
  padding: 0 25px;
}
@media all and (max-width:1559px) {
  .intro-style .pic {
    margin-right: 60px;
  }
  .intro-style .slogan {
    margin-top: 15px;
  }
}
@media all and (max-width:1439px) {
  .intro-style .slogan {
    font-size: 2rem;
  }
  .intro-style p {
    line-height: 3.6rem;
  }
}
@media all and (max-width:1365px) {
  .intro-style .pic {
    padding: 0 0 15px 15px;
    width: 48%;
  }
  .intro-style .pic {
    margin-right: 40px;
  }
  .intro-style .slogan {
    margin-top: 0;
  }
}
@media all and (max-width:1079px) {
  .intro-style .pic {
    padding: 0 0 10px 10px;
    width: 45%;
  }
  .intro-style .slogan span {
    padding: 0 15px;
  }
}
@media all and (max-width:991px) {
  .intro-style .pic {
    margin-right: 30px;
  }
  .intro-style .slogan {
    font-size: 1.8rem;
  }
  .intro-style .slogan span {
    padding: 0 10px;
  }
  .intro-style p {
    line-height: 3.2rem;
  }
}
@media all and (max-width:767px) {
  .intro-style .pic {
    margin: 0 auto 25px;
    padding: 0 10px 10px 10px;
    float: none;
    width: 100%;
    max-width: 560px;
  }
  .intro-style .pic::after {
    width: 100%;
    height: 60%;
  }
  .intro-style .slogan span {
    padding: 0 6px;
  }
  .intro-style p {
    line-height: 2.8rem;
  }
}

/* --- news --- */
/* 文章樣式 */
.editor-style {
  padding: 20px 0;
}
@media all and (max-width:991px) {
  .editor-style {
    padding: 0;
  }
  .editor-style img {
    margin: 10px 0 20px;
  }
}

.temp-h-plt .txt,
.temp-h-tlp .txt {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* 左圖右文 */
.temp-h-plt .pic {
  text-align: left;
}

@media all and (max-width:991px) {
  .temp-h-plt .pic img,
  .temp-h-tlp .pic img {
    margin-left: auto;
    margin-right: auto;
  }

  .temp-v-tlp .txt {
    text-align: left;
  }
}

@media all and (min-width:992px) {
  .temp-h-plt,
  .temp-h-tlp {
    display: table;
  }
  .temp-h-plt {
    direction: rtl;
  }
  .temp-h-tlp {
    direction: ltr;
  }
  .temp-h-plt > div,
  .temp-h-tlp > div {
    display: table-cell;
    vertical-align: middle;
  }
  .temp-h-plt .pic,
  .temp-h-tlp .pic {
    width: 45%;
    max-width: 540px;
  }
  .temp-h-plt .pic img,
  .temp-h-tlp .pic img {
    margin: 0;
  }
  .temp-h-plt .txt,
  .temp-h-tlp .txt {
    width: 55%;
    text-align: left;
  }

  .temp-h-plt .pic {
    direction: ltr;
  }
  .temp-h-plt .txt {
    padding-left: 40px;
    direction: ltr;
  }
  .temp-h-tlp .txt {
    padding-right: 40px;
  }
}


/* ---------------------------------------
  投資人關係、企業社會責任 後台編輯器樣板
------------------------------------------ */

/* --- 企業社會責任 樣板 --- */
/* 標題 */
.editor-csr-title {
  font-size: 3rem;
  display: block;
  color: #222;
  font-weight: 500;
  line-height: 1.5;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
.editor-csr-title.sub {
  font-size: 2.2rem;
}
.editor-csr-title.dot-style {
  position: relative;
}
.editor-csr-title.dot-style:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a4262b;
  position: absolute;
  top: 17px;
  left: 0;
}
.editor-csr-title.dot-style.sub:before {
  top: 13px;
}

.editor-csr-subtitle {
  font-size: 2rem;
  display: block;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
  margin: 10px auto 20px;
  padding: 0;
  position: relative;
}

/* 無樣式列表 */
.editor-csr-list-nostyle {
  list-style: none;
  margin: 0;
  padding: 0;
}
.editor-csr-list-nostyle li {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

/* 無序列表 */
.editor-csr-list-dash {
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
}
.editor-csr-list-dash li {
  position: relative;
  display: block;
    margin-bottom: 10px;
    padding-left: 0;
    position: relative;
    font-size: 18px;
    margin-top: 15px;
}
.editor-csr-list-dash li::before {
  content: "";
  width: 5px;
  height: 1px;
  background: #666;
  position: absolute;
  top: 15px;
  left: 2px;
  color: inherit;
}

.col-four-h .editor-csr-list-dash {
  padding-left: 0;
}

/* 無序列表點點樣式 */
.editor-csr-list-dot {
  list-style: none;
  margin: 0;
  padding: 0;
}
.editor-csr-list-dot li {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}
.editor-csr-list-dot li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #a4262b;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 2px;
  color: inherit;
}
.editor-csr-list-dot.less-line li {
  margin-bottom: 5px;
  line-height: 1.8;
}
.editor-csr-list-dot.less-line li::before {
  top: 12px;
}

/* 平均分類寬度 */
.editor-csr-columns {
  margin: 60px 0;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.editor-csr-columns1{
  justify-content: flex-start;
}
.editor-csr-columns.type-alt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.editor-csr-columns.type-alt .type-vmid {
  padding-right: 50px;
  padding-left: 0;
}
.editor-csr-columns .coln {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 50px);
  margin: 0 25px;
  height: auto !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.7rem;
}
.editor-csr-columns.col-six .coln {
  margin: 20px 10px 0;
  width: calc(10% - 50px);
}
.editor-csr-columns .type-vmid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.editor-csr-columns p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.editor-csr-columns img {
  line-height: 0;
  display: inline-block;
  max-width: 100%;
  padding: 15px;
    border-radius: 100px;
    width: 150px;
    display: inline-block;
}

.editor-csr-columns1 img {
    padding: 30px;
    margin-right: 20px;
    border-radius: 0;
    width: 350px;
    cursor: pointer;
    
}
.editor-csr-columns1 strong {
  width: 350px;
  
}
.editor-csr-columns .editor-csr-title {
  margin-top: 30px;
}
.editor-csr-columns strong {
  font-weight: 700;
  display: block;
  margin: 10px auto;
  color: #b4222c;
  font-size: 20px;
}

.editor-csr-columns.col-six p {
  padding: 0 30px;
  text-align: justify;
}
.editor-csr-columns.col-four-h {
  padding-top: 20px;
}

/* 右圖左文 */
.editor-csr-r-pic-l-word {
  display: table;
  width: 100%;
  margin: 20px auto 40px auto;
  direction: rtl;
}
.editor-csr-r-pic-l-word p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.editor-csr-r-pic-l-word .pic {
  display: table-cell;
  vertical-align: middle;
  width: 52%;
  direction: ltr;
  text-align: right;
  line-height: 0;
  position: relative;
  z-index: 10;
}
.editor-csr-r-pic-l-word .word {
  display: table-cell;
  vertical-align: middle;
  width: 47%;
  direction: ltr;
  padding-right: 60px;
  line-height: 2.4;
}

/* 左圖右文 */
.editor-csr-r-word-l-pic {
  display: table;
  width: 100%;
  margin: 20px auto 40px auto;
}
.editor-csr-r-word-l-pic p {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
}
.editor-csr-r-word-l-pic .pic {
  display: table-cell;
  vertical-align: middle;
  width: 52%;
  line-height: 0;
  position: relative;
  z-index: 10;
}
.editor-csr-r-word-l-pic .word {
  display: table-cell;
  vertical-align: middle;
  width: 47%;
  padding-left: 60px;
  line-height: 2.4;
}

/* 圓角圖片 */
.editor-csr-rount-pic {
  border-radius: 25px;
  overflow: hidden;
}

/* 文字壓圖 */
.editor-csr-bgpic {
  background-position: right center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 40px auto;
  padding: 150px 100px;
}
.editor-csr-bgpic.workplace .word {
  max-width: 470px;
}
.editor-csr-bgpic.workplace .editor-csr-title {
  margin: 0 auto 20px;
  max-width: 335px;
}
.editor-csr-bgpic.workplace p {
  text-align: center;
}

/* 打勾 */
.editor-check {
  font-size: 0;
}
.editor-check::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -8px 0 5px;
  width: 16px;
  height: 9px;
  -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  border-style: solid;
  border-width: 0 0 3px 3px;
  border-color: #a4262b;
}

/* 資訊安全 */
.editor-csr-security {
  margin: -50px 0 0 0;
  padding: 0;
  list-style: none;
}
.editor-csr-security > li {
  display: block;
  padding: 50px 0 50px 250px;
  margin: 0;
  min-height: 300px;
  position: relative;
  border-top: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.editor-csr-security > li:first-child {
  border-top: none;
}
.editor-csr-security > li .icon {
  width: 200px;
  height: 200px;
  position: absolute;
  background: #f6f6f6;
  border-radius: 50%;
  top: 50px;
  left: 0;
}
.editor-csr-security > li .tit {
  color: #a4262b;
  font-size: 2.2rem;
  font-weight: 600;
  display: block;
  margin: 0 0 20px 0;
  padding: 0
}


/* 重要決議下載 */
.editor-download {
  margin: 20px -25px;
  font-size: 0;
}
.editor-download .item {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  margin: 0 25px 20px;
  padding: 15px 100px 15px 20px;
  width: calc((100% / 3) - 50px);
  color: #000;
  font-size: 1.7rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ccc;
  position: relative;
}
.editor-download .item::before {
  content: "";
  pointer-events: none;
  width: 90px;
  -webkit-transform: skewX(-10deg);
          -ms-transform: skewX(-10deg);
      transform: skewX(-10deg);
  background: #999;
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  z-index: 0;
}
.editor-download .item::after {
  content: "";
  pointer-events: none;
  color: inherit;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 2.25rem;
  line-height: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 22px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.editor-download .item span {
  z-index: 2;
  display: block;
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.pc .editor-download .item::before {
  -webkit-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
}
.pc .editor-download .item:hover::before {
  background: #a4262b;
}

/* 內控制度聲明書 */
.editor-auidt-img {
  margin: 40px -30px;
  font-size: 0;
}
.editor-auidt-img .item {
  margin: 0 30px 40px;
  width: calc(25% - 60px);
  display: inline-block;
  vertical-align: top;
  color: #000;
}
.editor-auidt-img .item img {
  display: block;
}
.editor-auidt-img .item .title {
  font-size: 1.7rem;
  line-height: 1.3;
  display: block;
  margin: 20px 3px 0 3px;
  padding: 0 0 0 10px;
  position: relative;
  border-left: 2px solid #a4262b;
}

.pc .editor-auidt-img .item:hover {
  color: #a4262b;
}
.pc .editor-auidt-img .item:hover img {
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/* --- 企業社會責任 樣板 RWD --- */
@media (max-width: 1559px) {
  .editor-csr-columns.col-four-h {
    margin-left: -15px;
    margin-right: -15px;
  }
  .editor-csr-columns.col-four-h .coln {
    width: calc(25% - 30px);
    margin: 0 15px;
  }
}
@media (max-width: 1279px) {
  .editor-csr-title.dot-style.sub:before {
    top: 10px;
  }

  .editor-csr-columns.col-four-h {
    margin-left: -10px;
    margin-right: -10px;
  }
  .editor-csr-columns.col-four-h .coln {
    width: calc(25% - 20px);
    margin: 0 10px;
  }
  .col-four-h .editor-csr-list-dash li {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .col-four-h .editor-csr-list-dash li::before {
    top: 14px;
  }
}
@media (max-width: 1199px) {
  /* 標題 */
  .editor-csr-title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .editor-csr-title.sub {
    font-size: 1.8rem;
  }
  .editor-csr-title.dot-style:before {
    top: 13px;
  }

  .editor-csr-subtitle {
    font-size: 1.875rem;
    margin-bottom: 20px;
  }

  /* 右圖左文 */
  .editor-csr-r-pic-l-word {
    margin: 10px auto 30px auto;
  }
  .editor-csr-r-pic-l-word .pic {
    width: 50%;
  }
  .editor-csr-r-pic-l-word .word {
    width: 50%;
    padding-right: 30px;
    line-height: 2;
  }

  /* 左圖右文 */
  .editor-csr-r-word-l-pic {
    margin: 10px auto 30px auto;
  }
  .editor-csr-r-word-l-pic .pic {
    width: 50%;
  }
  .editor-csr-r-word-l-pic .word {
    width: 50%;
    padding-left: 30px;
    line-height: 2;
  }


  .editor-csr-columns.col-six p {
    padding: 0 15px;
    font-size: 1.6rem;
  }

  /* 文字壓圖 */
  .editor-csr-bgpic {
    margin: 30px auto;
    padding: 80px 40px;
  }

  /* 資訊安全 */
  .editor-csr-security {
    margin-top: -40px;
  }
  .editor-csr-security > li {
    padding: 40px 0 30px 150px;
    min-height: 190px;
  }
  .editor-csr-security > li .icon {
    width: 130px;
    height: 130px;
    top: 30px;
  }
  .editor-csr-security > li .tit {
    font-size: 1.875rem;
  }

  /* 重要決議下載 */
  .editor-download {
    margin: 20px -10px;
  }
  .editor-download .item {
    margin: 0 10px 20px;
    padding: 15px 100px 15px 15px;
    width: calc((100% / 3) - 20px);
  }

  /* 內控制度聲明書 */
  .editor-auidt-img {
    margin: 40px -15px;
  }
  .editor-auidt-img .item {
    margin: 0 15px 30px;
    width: calc(25% - 30px);
  }
}
@media (max-width: 1079px) {
  .editor-csr-columns.col-six p {
    padding: 0;
  }
  .editor-csr-columns.col-four-h {
    padding-top: 0;
  }
  .editor-csr-columns.col-four-h .coln {
    margin-top: 40px;
    width: calc(50% - 20px);
    font-size: 0;
  }
  .editor-csr-columns.col-four-h .coln img,
  .editor-csr-columns.col-four-h .coln .txt {
    display: inline-block;
    vertical-align: middle;
  }
  .editor-csr-columns.col-four-h .coln img {
    width: 200px;
  }
  .editor-csr-columns.col-four-h .coln .txt {
    padding-left: 20px;
    width: calc(100% - 200px);
  }
}
@media (max-width: 991px) {
  .editor-csr-bgpic.workplace .editor-csr-title {
    max-width: 200px;
  }

  /* 平均分類寬度 */
  .editor-csr-columns {
    margin: 0 -15px 40px -15px;
  }
  .editor-csr-columns.type-alt .type-vmid {
    padding-right: 20px;
    padding-left: 0;
  }
  .editor-csr-columns .coln {
    width: calc(25% - 30px);
    margin: 0 15px;
  }

  .editor-csr-columns.col-six .coln {
    width: calc(50% - 50px);
  }
  .editor-csr-columns.col-four-h .coln {
    margin-top: 25px;
    width: calc(100% - 20px);
  }
  .editor-csr-columns.col-four-h .coln img {
    width: 160px;
  }
  .editor-csr-columns.col-four-h .coln .txt {
    width: calc(100% - 160px);
  }

  .editor-csr-rount-pic {
    border-radius: 10px;
  }

  /* 內控制度聲明書 */
  .editor-auidt-img .item {
    width: calc((100% / 3) - 30px);
  }
}
@media (max-width: 839px) {
  /* 右圖左文 */
  .editor-csr-r-pic-l-word {
    display: block;
    direction: ltr;
  }
  .editor-csr-r-pic-l-word .pic {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 25px;
  }
  .editor-csr-r-pic-l-word .word {
    width: 100%;
    display: block;
    padding-right: 0;
  }

  /* 左圖右文 */
  .editor-csr-r-word-l-pic {
    display: block;
  }
  .editor-csr-r-word-l-pic .pic {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 25px;
  }
  .editor-csr-r-word-l-pic .word {
    width: 100%;
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  /* 標題 */
  .editor-csr-title {
    font-size: 2.25rem;
  }
  .editor-csr-title.sub {
    font-size: 1.75rem;
  }
  .editor-csr-title.dot-style {
    padding-left: 15px;
  }
  .editor-csr-title.dot-style:before {
    top: 12px;
    left: 0px;
  }

  .editor-csr-subtitle {
    font-size: 1.625rem;
  }

  /* 平均分類寬度 */
  .editor-csr-columns .coln {
    width: calc(50% - 30px);
  }

  /* 文字壓圖 */
  .editor-csr-bgpic {
    margin: 30px -15px;
    padding: 80px 20px;
    position: relative;
  }
  .editor-csr-bgpic::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(6, 47, 88, 0.25);
    z-index: 0;
  }
  .editor-csr-bgpic .word {
    z-index: 2;
  }
  .editor-csr-bgpic.workplace::before {
    background: rgba(6, 47, 88, .45);
  }
  .editor-csr-bgpic.workplace .word {
    margin: 0 auto;
    text-align: center;
  }
  .editor-csr-bgpic.workplace .editor-csr-title {
    display: none;
  }
  .editor-csr-bgpic.workplace .word p {
    color: #fff;
  }

  /* 重要決議下載 */
  .editor-download .item {
    width: calc(50% - 20px);
  }

  /* 內控制度聲明書 */
  .editor-auidt-img .item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 639px) {
  .editor-csr-list-dash {
    padding-left: 0;
  }
  .editor-csr-list-dash li {
    line-height: 2.8rem;
  }
  .col-four-h .editor-csr-list-dash li {
    font-size: 1.5rem;
  }

  /* 平均分類寬度 */
  .editor-csr-columns {
    margin: 0 auto;
  }
  .editor-csr-columns .editor-csr-title {
    margin: 10px 0 10px;
  }
  .editor-csr-columns.type-alt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .editor-csr-columns.type-alt .type-vmid {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .editor-csr-columns .coln {
    width: 100%;
    margin: 0 auto 15px;
  }
  .editor-csr-columns .coln .txt {
    padding-top: 5px;
  }
  .editor-csr-columns.col-four {
    margin: 0 -20px 35px -20px;
  }
  .editor-csr-columns.col-four .coln {
    padding: 0 20px;
    width: calc(50% - 20px);
    margin: 0 auto;
  }
  .editor-csr-columns.col-six p {
    padding: 0;
  }
  .editor-csr-columns.col-six .coln:nth-child(7){
    display: none;
  }
  .editor-csr-columns.col-six .coln {
    margin-top: 25px;
    width: calc(40% - 50px);
  }
  .editor-csr-columns.col-six img {
    width: 150px;
  }
  .editor-csr-columns.col-six strong {
    margin-bottom: 0;
    font-size: 14px;
  }
  .editor-csr-columns.col-six p {
    padding: 0 50px;
    font-size: 1.5rem;
    line-height: 2.4rem;
  }

  .editor-csr-columns.col-four-h .coln img {
    width: 100px;
    vertical-align: top;
  }
  .editor-csr-columns.col-four-h .coln .txt {
    width: calc(100% - 100px);
    vertical-align: top;
  }
  .editor-csr-columns.col-four-h .editor-csr-title {
    margin-top: 0;
  }
  /* mobile反轉順序增加.col-reverse */
  .editor-csr-columns.col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .editor-csr-xs-center {
    text-align: center;
  }
  .editor-csr-xs-center .editor-csr-list-dash {
    display: inline-block;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding-left: 0;
  }
  .editor-csr-xs-center .editor-csr-list-dash li {
    text-align: left;
  }
  
  /* 資訊安全 */
  .editor-csr-security > li {
    padding: 40px 0 20px 100px;
    min-height: 130px;
  }
  .editor-csr-security > li .icon {
    width: 90px;
    height: 90px;
    top: 10px;
  }
  .editor-csr-security > li .tit {
    margin-bottom: 10px;
  }

  /* 重要決議下載 */
  .editor-download {
    margin: 20px auto;
  }
  .editor-download .item {
    margin: 0 auto 20px;
    width: 100%;
  }

  /* 內控制度聲明書 */
  .editor-auidt-img {
    margin: 30px -10px;
  }
  .editor-auidt-img .item {
    margin: 0 10px 20px;
    width: calc(50% - 20px);
  }
  .editor-auidt-img .item .title {
    font-size: 1.5rem;
  }
}
@media (max-width:499px){
  /* 資訊安全 */
  .editor-csr-security > li {
    padding: 40px 0 20px 0;
    min-height: 1auto;
  }
  .editor-csr-security > li .icon {
    width: 60px;
    height: 60px;
    top: 20px;
  }
  .editor-csr-security > li .tit {
    padding-left: 70px;
    min-height: 50px;
    margin-bottom: 0;
  }
}

/*  --- 表格 - 下載 ---  */
.table-download {
  width: 100%;
  border: none;
  border-collapse: collapse;
  margin-bottom: 35px;
  border: 1px solid transparent;
}
.table-download .col-title {
  color: #000;
}
.table-download th, .table-download td {
  position: relative;
  padding: 10px;
  font-size: 1.6rem;
  text-align: center;
  color: #555;
}
.table-download th.text-left, .table-download td.text-left {
  text-align: left;
}
.table-download thead {
  background: #a4262b;
}
.table-download thead th, .table-download thead td {
  white-space: nowrap;
  color: #fff;
  font-weight: normal;
}
.table-download thead th::before, .table-download thead td::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 17px;
  left: 0;
  top: 50%;
  margin-top: -8px;
  background: rgba(255, 255, 255, 0.5);
}
.table-download thead th:first-child::before, .table-download thead td:first-child::before {
  display: none;
}
.table-download tbody th,
.table-download tbody td {
  line-height: 2.2rem;
}
.table-download tbody a {
  color: #555;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

@media (min-width: 500px) {
  .table-download tbody th, .table-download tbody td {
    border-bottom: 1px solid #ddd;
  }
  .table-download tbody tr:nth-child(odd) th, .table-download tbody tr:nth-child(odd) td {
    background: #fff;
  }
  .table-download tbody tr:nth-child(even) th, .table-download tbody tr:nth-child(even) td {
    background: #f6f6f6;
  }

  .pc .table-download tbody tr:hover th, .pc .table-download tbody tr:hover td {
    color: #a4262b;
  }
  .pc .table-download tbody tr:hover th a, .pc .table-download tbody tr:hover td a {
    color: #a4262b;
  }
  .pc .table-download tbody a:hover {
    text-decoration: underline;
    color: #a4262b;
  }
}
@media (min-width: 768px) {
  .table-download th, .table-download td {
    padding-left: 20px;
    padding-right: 20px;
  }
  .table-download .col-btn, .table-download .col-limit {
    width: 180px;
    -ms-flex-preferred-size: 180px;
        flex-basis: 180px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (min-width: 992px) {
  .table-download th, .table-download td {
    padding-left: 35px;
    padding-right: 35px;
  }
  .table-download .col-btn, .table-download .col-limit, .table-download .col-date {
    width: 220px;
    -ms-flex-preferred-size: 220px;
        flex-basis: 220px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (max-width: 499px) {
  .table-download thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .table-download thead tr th, .table-download thead tr td {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
  }
  .table-download thead tr th::before, .table-download thead tr td::before {
    display: none;
  }
  .table-download thead tr .col-date {
    display: none;
  }
  .table-download thead tr .col-btn {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .table-download tbody tr {
    display: block;
    position: relative;
    padding-right: 55px;
    background: #fff;
    min-height: 60px;
    padding: 15px 80px 15px 0;
    border-bottom: 1px solid #ddd;
  }
  .table-download tbody tr th, .table-download tbody tr td {
    background: none;
    display: block;
    border: none;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
  }
  .table-download tbody tr .col-date {
    color: #888;
    font-size: 1.4rem;
  }
  .table-download tbody tr .col-btn {
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
}
/*  --- 表格 - 標示首欄 ---  */
.table-mark-first {
  width: 100%;
  border: none;
  border-collapse: collapse;
  margin-bottom: 35px;
  border: 1px solid transparent;
}
.table-mark-first th, .table-mark-first td {
  position: relative;
  padding: 10px;
  font-size: 1.6rem;
  text-align: center;
  color: #555;
}
.table-mark-first th.text-left, .table-mark-first td.text-left {
  text-align: left;
}
.table-mark-first thead {
  background: #a4262b;
}
.table-mark-first thead th, .table-mark-first thead td {
  white-space: nowrap;
  color: #fff;
  font-weight: normal;
}
.table-mark-first thead th::before, .table-mark-first thead td::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 17px;
  left: 0;
  top: 50%;
  margin-top: -8px;
  background: rgba(255, 255, 255, 0.5);
}
.table-mark-first thead th:first-child::before, .table-mark-first thead td:first-child::before {
  display: none;
}
.table-mark-first tbody a {
  color: #555;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.table-mark-first tbody th, .table-mark-first tbody td {
  border-bottom: 1px solid #ddd;
}
.table-mark-first tbody tr:nth-child(odd) th, .table-mark-first tbody tr:nth-child(odd) td {
  background: #fff;
}
.table-mark-first tbody tr:nth-child(even) th, .table-mark-first tbody tr:nth-child(even) td {
  background: #f6f6f6;
}
.table-mark-first tbody td.first {
  line-height: 2.2rem;
}
@media (min-width: 992px) {
  .pc .table-mark-first tbody tr:hover th, .pc .table-mark-first tbody tr:hover td {
    color: #a4262b;
  }
  .pc .table-mark-first tbody tr:hover th a, .pc .table-mark-first tbody tr:hover td a {
    color: #a4262b;
  }
  .pc .table-mark-first tbody a:hover {
    text-decoration: underline;
    color: #a4262b;
  }
}
@media (max-width: 991px) {
  .table-mark-first thead {
    display: none;
  }
  .table-mark-first tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    margin-bottom: 10px;
    border: 1px solid #a4262b;
  }
  .table-mark-first tbody tr:nth-child(odd) th, .table-mark-first tbody tr:nth-child(odd) td, .table-mark-first tbody tr:nth-child(even) th, .table-mark-first tbody tr:nth-child(even) td {
    background: #fff;
  }
  .table-mark-first tbody th, .table-mark-first tbody td {
    padding: 6px 10px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #ddd;
    text-align: left;
  }
  .table-mark-first tbody th.col-shareholder, .table-mark-first tbody td.col-shareholder {
    display: block;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    min-height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .table-mark-first tbody th.col-shareholder .p-btn-download, .table-mark-first tbody td.col-shareholder .p-btn-download {
    position: absolute;
    top: 50%;
    right: 15px;
    margin: 0;
    -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .table-mark-first tbody th.col-shareholder::before, .table-mark-first tbody td.col-shareholder::before {
    width: 170px;
    display: inline-block;
    vertical-align: middle;
  }
  .table-mark-first tbody th::before, .table-mark-first tbody td::before {
    content: attr(data-tit);
  }
  .table-mark-first tbody th:nth-child(1), .table-mark-first tbody td:nth-child(1) {
    border-left: none;
  }
  .table-mark-first tbody .first {
    display: block;
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: #a4262b !important;
    color: #fff;
    text-align: center;
    border: none !important;
  }
}
@media (max-width: 449px) {
  .table-mark-first tbody tr {
    display: block;
  }
  .table-mark-first tbody th, .table-mark-first tbody td {
    display: block;
    border-left: none;
  }
}
/*  --- 表格 - 固定第一欄 ---  */
.table-fixedfirst {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
}
.table-fixedfirst .rest {
  color: #aaa;
}
.table-fixedfirst th, .table-fixedfirst td {
  padding: 10px 20px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
}
.table-fixedfirst th.first, .table-fixedfirst td.first {
  width: 280px;
}
.table-fixedfirst th a, .table-fixedfirst td a {
  color: #666;
}
.table-fixedfirst th a:hover, .table-fixedfirst td a:hover {
  color: #333;
  text-decoration: underline;
}
.table-fixedfirst thead th, .table-fixedfirst thead td {
  background: #a4262b;
  color: #fff;
  border-bottom: none;
  position: relative;
  font-weight: 400;
}
.table-fixedfirst thead th::before, .table-fixedfirst thead td::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 17px;
  left: 0;
  top: 50%;
  margin-top: -8px;
  background: rgba(255, 255, 255, 0.5);
}
.table-fixedfirst thead th:nth-child(2)::before, .table-fixedfirst thead td:nth-child(2)::before {
  left: 2px;
}
.table-fixedfirst > tbody th, .table-fixedfirst > tbody td {
  color: #555;
}
.table-fixedfirst > tbody tr:nth-of-type(even) th, .table-fixedfirst > tbody tr:nth-of-type(even) td {
  background: #f6f6f6;
}

.table-fixedfirst-wrap {
  position: relative;
  padding-left: 210px;
}
.table-fixedfirst-wrap .table-fixedfirst th.first, .table-fixedfirst-wrap .table-fixedfirst td.first {
  display: none;
}
.table-fixedfirst-wrap .col-fixed {
  position: absolute;
  z-index: 2;
  width: 212px;
  top: 0;
  left: 0;
  height: 100%;
}
.table-fixedfirst-wrap .col-fixed .table-fixedfirst th, .table-fixedfirst-wrap .col-fixed .table-fixedfirst td {
  padding: 10px;
}
.table-fixedfirst-wrap .col-fixed .table-fixedfirst thead th, .table-fixedfirst-wrap .col-fixed .table-fixedfirst thead td {
  font-weight: 400;
}
.table-fixedfirst-wrap .col-fixed .table-fixedfirst tbody th, .table-fixedfirst-wrap .col-fixed .table-fixedfirst tbody td {
  color: #000;
}
.table-fixedfirst-wrap .col-fixed .table-fixedfirst tr:nth-of-type(even) th, .table-fixedfirst-wrap .col-fixed .table-fixedfirst tr:nth-of-type(even) td {
  background: none;
}
.table-fixedfirst-wrap .col-fixed .table-fixedfirst tr:nth-of-type(odd) th, .table-fixedfirst-wrap .col-fixed .table-fixedfirst tr:nth-of-type(odd) td {
  background: #f6f6f6;
}
.table-fixedfirst-wrap .col-fixed .table-fixedfirst tr:first-of-type th, .table-fixedfirst-wrap .col-fixed .table-fixedfirst tr:first-of-type td {
  background: #a4262b !important;
  color: #fff !important;
}
.table-fixedfirst-wrap .col-body {
  position: relative;
  z-index: 1;
  overflow-x: scroll;
}
.table-fixedfirst-wrap .col-body::-webkit-scrollbar {
  height: 12px;
}
.table-fixedfirst-wrap .col-body::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0;
  margin: 0;
  background: rgba(3, 110, 183, 0);
}
.table-fixedfirst-wrap .col-body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  border-radius: 0;
  background: rgba(3, 110, 183, 0.25);
}
.table-fixedfirst-wrap .col-body:hover::-webkit-scrollbar-thumb {
  background: rgba(3, 110, 183, 0.5);
}

@media (max-width: 1199px) {
  .table-fixedfirst th, .table-fixedfirst td {
    padding: 15px 20px;
  }
  .table-fixedfirst th.first, .table-fixedfirst td.first {
    width: 150px;
  }

  .table-fixedfirst-wrap {
    padding-left: 150px;
  }
  .table-fixedfirst-wrap .col-fixed {
    width: 150px;
  }
  .table-fixedfirst-wrap .col-fixed .table-fixedfirst th, .table-fixedfirst-wrap .col-fixed .table-fixedfirst td {
    padding: 15px 10px;
    letter-spacing: -0.01rem;
  }
}
/* --- 整個表格卷軸 --- */
.table-scroll-wrap {
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
}
.table-scroll-wrap::after,
.theme-table-hand::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  top: 10px;
  right: 15px;
  line-height: 1;
  z-index: 20;
  display: block;
  font-size: 4rem;
  opacity: 0;
  color: #a4262b;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 0px 1px 0 #fff, 0px -1px 0 #fff, -1px 0px 0 #fff, 1px 0px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff, 0px 2px 0 #fff, 0px -2px 0 #fff, -2px 0px 0 #fff, 2px 0px 0 #fff, 1px 2px 0 #fff, -1px 2px 0 #fff, 1px -2px 0 #fff, -1px -2px 0 #fff, 2px 1px 0 #fff, -2px 1px 0 #fff, 2px -1px 0 #fff, -2px -1px 0 #fff, 0 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-animation: ani_LR 0.8s both linear infinite;
          animation: ani_LR 0.8s both linear infinite;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.theme-table-hand {
  position: relative;
}
.theme-table-hand::after {
  display: none;
}
.table-scroll-wrap.need-scroll {
  padding-top: 20px;
}
.table-scroll-wrap.need-scroll::after {
  opacity: 0.9;
}
.table-scroll-wrap::-webkit-scrollbar {
  height: 12px;
}
.table-scroll-wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0;
  margin: 0;
  background: rgba(0, 72, 97, 0.1);
}
.table-scroll-wrap::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  border-radius: 0;
  background: rgba(0, 72, 97, 0.25);
}
.table-scroll-wrap:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 72, 97, 0.5);
}
.table-scroll-wrap table {
  min-width: 1000px;
}
.table-scroll-wrap table .t-wrap {
  min-width: 300px;
}

@-webkit-keyframes ani_LR {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(35%);
            transform: translateX(35%);
  }
}

@keyframes ani_LR {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(35%);
            transform: translateX(35%);
  }
}
.table-eachtbody {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  background: #fff;
}
.table-eachtbody * {
  -webkit-backface-visibility: visible;
        backface-visibility: visible;
}
.table-eachtbody .note {
  font-style: normal;
  font-size: 1.4rem;
  color: #666;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
.table-eachtbody th, .table-eachtbody td {
  position: relative;
  padding: 15px 20px;
  vertical-align: middle;
  line-height: 1.6;
  white-space: nowrap;
  font-size: 1.7rem;
}
.table-eachtbody th.text-center, .table-eachtbody td.text-center {
  text-align: center;
}
.table-eachtbody ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.table-eachtbody ul li {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.table-eachtbody ul.editor-csr-list-dot li::before {
  top: 9px;
}
.table-eachtbody tbody.thead {
  background: #a4262b;
}
.table-eachtbody tbody.thead th, .table-eachtbody tbody.thead td {
  padding-top: 20px;
  padding-bottom: 20px;
  white-space: normal;
  color: #fff;
  text-align: center;
  font-weight: normal;
  background: none;
  border: none;
  font-weight: 400;
}
.table-eachtbody tbody.thead th::before, .table-eachtbody tbody.thead td::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 17px;
  left: 0;
  top: 50%;
  margin-top: -8px;
  background: rgba(255, 255, 255, 0.5);
}
.table-eachtbody tbody.thead th:first-child::before, .table-eachtbody tbody.thead th.hide-line::before, .table-eachtbody tbody.thead td:first-child::before, .table-eachtbody tbody.thead td.hide-line::before {
  display: none;
}
.table-eachtbody thead {
  background: #a4262b;
}
.table-eachtbody thead th, .table-eachtbody thead td {
  padding-top: 20px;
  padding-bottom: 20px;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.table-eachtbody thead th::before, .table-eachtbody thead td::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 17px;
  left: 0;
  top: 50%;
  margin-top: -8px;
  background: rgba(255, 255, 255, 0.5);
}
.table-eachtbody thead th:first-child::before, .table-eachtbody thead td:first-child::before {
  display: none;
}
.table-eachtbody tbody a {
  color: #555;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.table-eachtbody tbody th, .table-eachtbody tbody td {
  border: 1px solid #ddd;
}
.table-eachtbody tbody:nth-of-type(even) {
  background: #f6f6f6;
}
.table-eachtbody thead.thead-temp {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
}
@media (max-width: 839px) {
  .theme-table-hand::after {
    display: block;
    top: -28px;
    opacity: 1;
  }
}

/* --- 加入同欣 --- */
.career-style {
  color: #000;
}
.career-style p {
  padding: 0;
  line-height: 2.4rem;
}
.career-style .process {
  font-size: 0;
  text-align: center
}
.career-style .process li {
  display: inline-block;
  vertical-align: top;
}
.career-style .process .icon {
  position: relative;
  margin: 0 auto;
  border-radius: 100%;
}
.career-style .process .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  width: 40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.narrate {
  margin-bottom: 0;
}
.narrate span {
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.narrate span::before {
  display: block;
  content: "";
  position: absolute;
  top: 11px;
  left: 3px;
  width: 4px;
  height: 1px;
  background-color: #000;
}
@media all and (max-width: 1279px) {
  .career-style p {
    font-size: 1.6rem;
  }
}

/* 學習發展 */
.development .process {
  margin: 0 -60px;
}
.development .process li {
  padding: 0 60px;
  width: 25%;
}
.development .process .item-ti {
  margin: 25px 0 13px;
  font-size: 2.2rem;
  color: #a4262b;
  font-weight: 500;
  line-height: 3rem;
}
.development .process .icon {
  padding: 0 20px;
  width: 210px;
  height: 210px;
  background-color: #f6f6f6;
}
.development .process li .narrate:not(:last-child) {
  margin-bottom: 10px;
}
@media all and (max-width: 1365px) {
  .development .process {
    margin: 0 -30px;
  }
  .development .process li {
    padding: 0 30px;
  }
  .development .process .item-ti {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media all and (max-width: 1199px) {
  .development .process {
    margin: 0 -20px;
  }
  .development .process li {
    padding: 0 20px;
  }
  .development .process .icon {
    width: 170px;
    height: 170px;
  }
}
@media all and (max-width: 1079px) {
  .development .process {
    margin: 0 -10px;
  }
  .development .process li {
    padding: 0 10px;
  }
  .development .process .item-ti {
    font-size: 1.7rem;
    line-height: 2.4rem;
  }
}
@media all and (max-width: 991px) {
  .development .process li {
    width: 50%;
  }
  .development .process li:nth-child(1),
  .development .process li:nth-child(2) {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 575px) {
  .development .process li {
    width: 100%;
  }
  .development .process li:not(:last-child) {
    margin-bottom: 30px !important;
  }
  .development .process .icon {
    width: 120px;
    height: 120px;
  }
  .development .process .txt {
    padding: 0 15px;
  }
  .development .process .item-ti {
    margin: 15px 0 10px;
  }
  .development .process li .narrate:not(:last-child) {
    margin-bottom: 5px;
  }
}

/* 薪酬福利+工作環境 */
.temp-plt ul li:not(:last-child) {
  margin-bottom: 20px;
}
.temp-plt .pic img {
  margin: 0;
  border-radius: 30px;
}
.temp-plt .txt .item-ti {
  position: relative;
  margin: 0 0 10px 0;
  padding-left: 22px;
  font-size: 2.2rem;
  font-weight: 500;
}
.temp-plt .txt .item-ti::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #a4262b;
}
.temp-plt .txt p {
  padding-left: 22px;
}
@media all and (max-width: 1365px) {
  .temp-plt .txt .item-ti {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 1079px) {
  .temp-plt .txt .item-ti {
    font-size: 1.7rem;
  }
}
@media all and (max-width: 991px) {
  .temp-plt .txt {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 639px) {
  .temp-plt .pic img {
    border-radius: 15px;
  }
}

@media all and (min-width: 992px) {
  .temp-plt {
    direction: rtl;
    font-size: 0;
  }
  .temp-plt .pic,
  .temp-plt .txt {
    display: inline-block;
    font-size: 1.7rem;
    vertical-align: middle;
    text-align: left;
  }
  .temp-plt .pic {
    width: 50%;
    max-width: 725px;
  }
  .temp-plt .txt {
    padding-left: 35px;
    width: 50%;
  }
}
@media all and (min-width: 1280px) {
  .temp-plt .txt {
    padding-left: 50px;
  }
}
@media all and (min-width: 1366px) {
  .temp-plt .txt {
    padding-top: 60px;
  }
}

/* 人才招募 */
.apply .box {
  margin-bottom: 40px;
  padding: 50px 50px 20px;
  background-color: #f1f5f9;
}
.apply .box .ti {
  margin: 0 0 30px 0;
  font-size: 2.2rem;
  color: #a4262b;
    font-weight: 500;
  text-align: center;
}
.apply .process {
  margin: 0 -38px;
}
.apply .process li {
  position: relative;
  padding: 0 38px 30px;
}
.apply .process li:not(:last-child)::before,
.apply .process li:not(:last-child)::after {
  display: block;
  content: "";
  position: absolute;
}
.apply .process li:not(:last-child)::before {
  z-index: 2;
  top: 72px;
  right: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #a4262b;
}
.apply .process li:not(:last-child)::after {
  top: 78px;
  right: -38px;
  width: 76px;
  height: 1px;
  background-color: #d1d6db;
}
.apply .process .icon {
  padding: 12px;
  width: 155px;
  height: 155px;
  background-color: #f6f6f6;
  box-shadow: 1px 1px 4px inset rgba(0, 0, 0, .15);
}
.apply .process .icon div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .15);
}
.apply .process .icon img {
  width: 30%;
}
.apply .process .item-ti {
  margin: 15px 0 0 0;
  font-size: 1.7rem;
  line-height: 2.2rem;
}
.apply .process .item-ti span {
  display: block;
  margin-bottom: 5px;
  font-size: 2rem;
  color: #a2252a;
  font-weight: 500;
}
@media all and (max-width: 1559px) {
  .apply .online .process {
    margin: 0 -25px;
  }
  .apply .online .process li {
    padding: 0 25px 30px;
  }
  .apply .online .process li:not(:last-child)::after {
    right: -25px;
    width: 50px;
  }
}
@media all and (max-width: 1365px) {
  .apply .online .process li {
    width: 33.3333%;
  }
  .apply .online .process li:nth-child(3)::before,
  .apply .online .process li:nth-child(3)::after {
    display: none;
  }
  .apply .online .process li:nth-child(4)::before,
  .apply .online .process li:nth-child(4)::after {
    display: block;
  }
}
@media all and (max-width: 1279px) {
  .apply .process .item-ti span {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 1239px) {
  .apply .factory .process li {
    width: 33.3333%;
  }
  .apply .factory .process li:nth-child(3)::before,
  .apply .factory .process li:nth-child(3)::after {
    display: none;
  }
  .apply .factory .process li:nth-child(4)::before,
  .apply .factory .process li:nth-child(4)::after {
    display: block;
  }
}
@media all and (max-width: 1079px) {
  #careers .box-ti span,
  .apply .box .ti {
    font-size: 2rem;
  }
  .apply .process .item-ti {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 991px) {
  .apply .box {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .apply .process li {
    width: 50% !important;
  }
  .apply .process li:nth-child(2)::before,
  .apply .process li:nth-child(2)::after,
  .apply .process li:nth-child(4)::before,
  .apply .process li:nth-child(4)::after {
    display: none !important;
  }
  .apply .process li:nth-child(3)::before,
  .apply .process li:nth-child(3)::after {
    display: block !important;
  }
  #careers .box-ti span,
  .apply .box .ti {
    font-size: 1.8rem;
  }
  .apply .process .item-ti span {
    font-size: 1.7rem;
  }
}
@media all and (max-width: 639px) {
  .apply .box {
    padding: 50px 20px 20px;
  }
  .apply .process {
    margin: 0 -15px !important;
  }
  .apply .process li {
    padding: 0 15px 30px !important;
  }
}
@media all and (max-width: 575px) {
  .apply .process .icon {
    width: 120px;
    height: 120px;
  }
  .apply .process li:not(:last-child)::before {
    top: 55px;
  }
  .apply .process li:not(:last-child)::after {
    display: none !important;
    top: 60px;
  }
  .apply .process .item-ti br {
    display: none;
  }
}
@media all and (max-width: 374px) {
  .apply .process li {
    width: 100% !important;
  }
  .apply .process li:not(:last-child) {
    padding-bottom: 50px !important;
  }
  .apply .process li:not(:last-child)::before {
    display: block !important;
    top: auto;
    bottom: 22px;
    right: calc(50% - 5px);
    border-width: 8px 6px 0 6px;
    border-color: #a4262b transparent transparent transparent;
  }
  .apply .process .item-ti {
    padding: 0 15px;
  }
}
.heading-shadown-text {
  font-family: 'Arial', 'sans-serif', 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體';
font-weight: 800;
font-size: 110px;
letter-spacing: -3.5px !important;
position: absolute;
-webkit-text-stroke: 1px rgb(255 0 0 / 10%);
-webkit-text-fill-color: transparent;
width: 100%;
left: 0;
top: -100%;
}