.mainArea {
  padding-bottom: 0;
}

.bread {
  margin-bottom: 30px;
}

.classBoxRow {
  margin-top: 0;
}
@media (max-width: 870px) {
  .classBoxRow {
    margin: 30px auto !important;
  }
}

.topInfoArea {
  padding: 40px 0 30px;
}
@media (max-width: 768px) {
  .topInfoArea {
    padding-top: 0;
  }
}
.topInfoArea .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
}
@media (max-width: 1023px) {
  .topInfoArea .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.topInfoArea .item .leftBox {
  width: 100%;
  max-width: 1000px;
  height: 360px;
}
@media (max-width: 1600px) {
  .topInfoArea .item .leftBox {
    max-width: 900px;
  }
}
@media (max-width: 1536px) {
  .topInfoArea .item .leftBox {
    max-width: 65%;
  }
}
@media (max-width: 1023px) {
  .topInfoArea .item .leftBox {
    max-width: 100%;
  }
}
.topInfoArea .item .leftBox .base {
  height: 100%;
  background: #dd006f;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
.topInfoArea .item .leftBox .base::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 495px;
  height: 375px;
  background: url("../images/investorBannerDecoImg.png") no-repeat center;
  background-size: contain;
  right: 0;
  bottom: -15px;
}
@media (max-width: 1023px) {
  .topInfoArea .item .leftBox .base {
    padding: 0 30px;
  }
}
.topInfoArea .item .leftBox .base .langBtnBox {
  width: 100%;
  max-width: 100px;
  height: 24px;
  background: #ffffff;
  border-radius: 99px;
  position: relative;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
.topInfoArea .item .leftBox .base .langBtnBox::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 50%;
  height: 100%;
  background: #ffd7e9;
  border-radius: 99px;
  left: 0;
  top: 0;
}
.topInfoArea .item .leftBox .base .langBtnBox.en::before {
  left: 50%;
}
.topInfoArea .item .leftBox .base .langBtnBox a {
  width: 50%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
  color: #231815;
  font-size: 12px;
  font-weight: 400;
  line-height: calc(12 / 12 * 1.5);
  letter-spacing: calc(12 * 60 / 1000 * 1px);
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.topInfoArea .item .leftBox .base .langBtnBox a.current {
  color: #dd006f;
}
.topInfoArea .item .leftBox .base .textBox .title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 400;
  line-height: calc(36 / 36 * 1.5);
  letter-spacing: calc(36 * 60 / 1000 * 1px);
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 768px) {
  .topInfoArea .item .leftBox .base .textBox .title {
    font-size: 28px;
  }
}
.topInfoArea .item .leftBox .base .textBox .title_en {
  opacity: 0.6;
  margin-top: 10px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  line-height: calc(22 / 22 * 1.5);
  letter-spacing: calc(22 * 60 / 1000 * 1px);
  font-family: "PT Serif", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 768px) {
  .topInfoArea .item .leftBox .base .textBox .title_en {
    font-size: 18px;
    margin: 0;
  }
}
.topInfoArea .item .leftBox .base .btnBox {
  width: 100%;
  max-width: 370px;
  border-top: solid 1px #ffffff;
  margin-top: 30px;
  padding-top: 40px;
}
.topInfoArea .item .leftBox .base .btnBox a {
  height: 50px;
  background: #ffffff;
  border-color: #ffffff;
}
@media (min-width: 1181px) {
  .topInfoArea .item .leftBox .base .btnBox a:hover {
    background: #ffd7e9;
  }
  .topInfoArea .item .leftBox .base .btnBox a:hover .btnText {
    color: #231815;
  }
}
.topInfoArea .item .leftBox .base .btnBox a .btnText {
  color: #dd006f;
}
.topInfoArea .item .rightBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
}
@media (max-width: 1023px) {
  .topInfoArea .item .rightBox {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 640px) {
  .topInfoArea .item .rightBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.topInfoArea .item .rightBox .box {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
@media (max-width: 1400px) {
  .topInfoArea .item .rightBox .box {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .topInfoArea .item .rightBox .box {
    min-height: 150px;
  }
}
.topInfoArea .item .rightBox .box:first-child {
  background: #ffa297;
}
.topInfoArea .item .rightBox .box:last-child {
  background: #e79cc6;
}
.topInfoArea .item .rightBox .box .title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: calc(24 / 24 * 1.5);
  letter-spacing: calc(24 * 60 / 1000 * 1px);
  font-family: "PT Serif", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1400px) {
  .topInfoArea .item .rightBox .box .title {
    font-size: 18px;
  }
}
.topInfoArea .item .rightBox .box .title_en {
  opacity: 0.6;
  margin-top: 10px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: calc(24 / 24 * 1.5);
  letter-spacing: calc(24 * 60 / 1000 * 1px);
  font-family: "PT Serif", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1400px) {
  .topInfoArea .item .rightBox .box .title_en {
    font-size: 18px;
  }
}
.topInfoArea .item .rightBox .box .stockCode {
  width: 100%;
  border-bottom: solid 1px #ffffff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.topInfoArea .item .rightBox .box .timeBox .content {
  font-size: 16px;
}
.topInfoArea .item .rightBox .box .unit,
.topInfoArea .item .rightBox .box .content {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: calc(18 / 18 * 1.5);
  letter-spacing: calc(18 * 60 / 1000 * 1px);
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1400px) {
  .topInfoArea .item .rightBox .box .unit,
  .topInfoArea .item .rightBox .box .content {
    font-size: 16px;
  }
}
.topInfoArea .item .rightBox .box .unit {
  margin-right: 10px;
}

.dataArea .dataItem {
  position: relative;
}
.dataArea .dataItem:first-child .item {
  padding-top: 40px;
}
.dataArea .dataItem:first-child .innerLinearBG {
  background: none !important;
}
.dataArea .dataItem:nth-of-type(even) .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1180px) {
  .dataArea .dataItem:nth-of-type(even) .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.dataArea .dataItem:nth-of-type(even) .innerLinearBG {
  background: -webkit-gradient(linear, right top, left top, from(#ffe3f0), to(transparent));
  background: linear-gradient(to left, #ffe3f0 0%, transparent 100%);
}
.dataArea .dataItem:nth-of-type(2n + 1) .innerLinearBG {
  background: -webkit-gradient(linear, left top, right top, from(#ffe3f0), to(transparent));
  background: linear-gradient(to right, #ffe3f0 0%, transparent 100%);
}
.dataArea .item {
  width: 100%;
  max-width: 1600px;
  padding: 40px 50px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 160px;
}
@media (max-width: 1600px) {
  .dataArea .item {
    gap: 60px;
  }
}
@media (max-width: 1180px) {
  .dataArea .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    padding: 40px 20px;
  }
}
.dataArea .item .Img {
  width: 100%;
  max-width: 720px;
  border-radius: 25px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .dataArea .item .Img {
    width: 50%;
  }
}
@media (max-width: 1180px) {
  .dataArea .item .Img {
    width: 100%;
  }
}
.dataArea .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.dataArea .item .Txt {
  min-width: 370px;
  padding-top: 20px;
}
@media (max-width: 1180px) {
  .dataArea .item .Txt {
    width: 100%;
    max-width: 720px;
    min-width: unset;
    padding: 0;
  }
}
.dataArea .item .Txt .textBox {
  border-bottom: solid 1px #dd006f;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.dataArea .item .Txt .textBox .title {
  color: #231815;
  font-size: 24px;
  font-weight: 400;
  line-height: calc(24 / 24 * 1.5);
  letter-spacing: calc(24 * 60 / 1000 * 1px);
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.dataArea .item .Txt .textBox .title_en {
  margin-top: 2px;
  color: #dd006f;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(16 / 16 * 1.5);
  letter-spacing: calc(16 * 60 / 1000 * 1px);
  font-family: "PT Serif", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.dataArea .item .Txt .navList {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 10px auto 10px auto 10px auto 10px auto;
  grid-template-rows: repeat(5, auto);
  grid-auto-flow: column;
  gap: 10px 40px;
}
@media (max-width: 600px) {
  .dataArea .item .Txt .navList {
    -ms-grid-rows: (auto)[10];
    grid-template-rows: repeat(10, auto);
  }
}
.dataArea .item .Txt .navList li {
  position: relative;
  padding-left: 25px;
}
.dataArea .item .Txt .navList li::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 5px;
  height: 1px;
  background: #dd006f;
  top: 13px;
  left: 0;
}
.dataArea .item .Txt .navList li a {
  color: #65585c;
  font-size: 18px;
  font-weight: 400;
  line-height: calc(18 / 18 * 1.5);
  letter-spacing: calc(18 * 60 / 1000 * 1px);
  font-family: "PT Serif", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (min-width: 1181px) {
  .dataArea .item .Txt .navList li a:hover {
    color: #dd006f;
  }
}
@media (max-width: 1600px) {
  .dataArea .item .Txt .navList li a {
    font-size: 16px;
  }
}
.dataArea .innerLinearBG {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.infoArea {
  position: relative;
  overflow: hidden;
}
.infoArea .titleBox .title {
  font-size: 30px;
}
@media (max-width: 1180px) {
  .infoArea .titleBox .title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .infoArea .titleBox .title {
    font-size: 20px;
  }
}
.infoArea .infoList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
@media (max-width: 1180px) {
  .infoArea .infoList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.infoArea .infoList .infoItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1180px) {
  .infoArea .infoList .infoItem {
    width: 100%;
  }
}
.infoArea .infoList .item {
  padding: 130px 0 120px 120px;
}
@media (max-width: 1536px) {
  .infoArea .infoList .item {
    padding: 60px 0 60px 60px;
  }
}
@media (max-width: 1180px) {
  .infoArea .infoList .item {
    padding: 40px 0;
  }
}
.infoArea .infoList .item .textEditor {
  width: 100%;
  max-width: 440px;
}
@media (max-width: 1180px) {
  .infoArea .infoList .item .textEditor {
    max-width: 100%;
  }
}
.infoArea .infoList .item .textEditor .titleBox {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 50px;
}
@media (max-width: 1180px) {
  .infoArea .infoList .item .textEditor .titleBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.infoArea .infoList .item .textEditor ul {
  padding: 0;
}
.infoArea .infoList .item .textEditor ul li {
  border-bottom: solid 1px #ffffff;
  position: relative;
  list-style: none;
  padding-bottom: 20px;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
.infoArea .infoList .item .textEditor ul li::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 80px;
  height: 2px;
  background: #dd006f;
  left: 0;
  bottom: 0;
}
@media (max-width: 480px) {
  .infoArea .infoList .item .textEditor ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.infoArea .infoList .item .textEditor ul li:last-child {
  margin: 0;
}
.infoArea .infoList .item .textEditor ul li .unit {
  width: 135px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  color: #231815;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(16 / 16 * 1.5);
  letter-spacing: calc(16 * 60 / 1000 * 1px);
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 480px) {
  .infoArea .infoList .item .textEditor ul li .unit {
    width: 100%;
    font-size: 14px;
    margin: 0 0 10px;
  }
}
.infoArea .infoList .item .textEditor ul li .content {
  color: #65585c;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(16 / 16 * 1.5);
  letter-spacing: calc(16 * 60 / 1000 * 1px);
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 480px) {
  .infoArea .infoList .item .textEditor ul li .content {
    font-size: 14px;
  }
}
.infoArea .bg {
  background: -webkit-gradient(linear, left top, right top, from(#fff1f5), color-stop(50%, #fff1f5), color-stop(50%, #fedeec), to(#fedeec));
  background: linear-gradient(to right, #fff1f5 0%, #fff1f5 50%, #fedeec 50%, #fedeec 100%);
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.infoArea .bg::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 1px;
  background: #facde1;
  top: 80px;
  left: 0;
}
@media (max-width: 1180px) {
  .infoArea .bg::before {
    display: none;
  }
}
.infoArea .bg::after {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 1px;
  background: #facde1;
  bottom: 80px;
  left: 0;
}
@media (max-width: 1180px) {
  .infoArea .bg::after {
    display: none;
  }
}
@media (max-width: 1180px) {
  .infoArea .bg {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff1f5), color-stop(50%, #fff1f5), color-stop(50%, #fedeec), to(#fedeec));
    background: linear-gradient(to bottom, #fff1f5 0%, #fff1f5 50%, #fedeec 50%, #fedeec 100%);
  }
}
.infoArea .bg i {
  display: block;
  position: absolute;
}
@media (max-width: 1023px) {
  .infoArea .bg i {
    display: none;
  }
}
.infoArea .bg i:first-child {
  width: 180px;
  height: 600px;
  background: url("../images/investorInfoDecoImg_1.png") no-repeat top center;
  background-size: content;
  left: 0;
  top: 0;
}
.infoArea .bg i:last-child {
  width: 520px;
  height: 600px;
  background: url("../images/investorInfoDecoImg_2.png") no-repeat top center;
  background-size: contain;
  right: 0;
  top: 0;
}

.topLinearBG {
  width: 100%;
  height: 1600px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff1f5), to(transparent));
  background: linear-gradient(to bottom, #fff1f5 0%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}