@charset "UTF-8";
.newsBox .newsList .newsItem .dateBox .yearMonth,
.newsBox .newsList .newsItem .dateBox .day, .newsBox .newsList .newsItem .dateBox .dateCircle, .newsBox .newsList .newsItem, .newsBox .arrowBox .appendDots .slick-dots li button::before, .newsBox .arrowBox .appendDots .slick-dots li, .newsBox .arrowBox .arrow, .informationList .fileLink svg, .fileBox .fileColumn .downLink svg, .fileBox .fileColumn .downLink .title, .classDownload a svg, .informationBox .infoRowContent .infoColumnDownload svg, .landingLinkList .linkBox > ul a:before, .landingLinkList .linkBox > ul a:after, .landingLinkList .textBox .btn_dropDown .arrow:before, .landingLinkList .textBox .btn_dropDown .arrow:after, .landingLinkList .textBox .btn_dropDown, .landingLinkList .textBox a:after, .classBoxItem > ul a::before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes loop-text {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop-text {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.bgArea .wrap {
  padding: 0;
  max-width: none;
}

.bgBox {
  position: relative;
}
@media (min-width: 1921px) {
  .bgBox img {
    width: 100%;
  }
}
.bgBox .item {
  position: relative;
}
.bgBox .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1200px) {
  .bgBox .Img {
    height: 460px;
  }
  .bgBox .Img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .bgBox .Img {
    height: 300px;
  }
}
.bgBox .Txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.bgBox .Txt .textEditor {
  color: #fff;
}
.bgBox .title {
  color: #fff;
  font-size: 35px;
  line-height: 1.3;
  position: absolute;
  top: 40px;
  right: 60px;
}
.bgBox .title::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #1ec89e;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 1;
}
@media (max-width: 1200px) {
  .bgBox .title {
    position: static;
  }
  .bgBox .title::before {
    display: none;
  }
}
.bgBox .subTitle {
  font-size: 20px;
  color: #fff;
}
.bgBox .text {
  margin: 15px auto 0;
  padding-top: 20px;
  padding-left: 35px;
  padding-right: 35px;
  width: 100%;
  max-width: 760px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.5px;
}
@media (max-width: 480px) {
  .bgBox .text {
    padding-left: 0;
    padding-right: 0;
  }
}
.bgBox .code {
  font-size: 30px;
  font-weight: 700;
}
.bgBox .btn {
  margin-top: 25px;
}
.bgBox .btn a {
  display: inline-block;
  padding: 10px 20px;
  min-width: 200px;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  background-image: url(../images/bg_company_title.jpg);
  background-size: cover;
}
.bgBox .btn a:hover {
  opacity: 0.95;
}
.bgBox img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.leaderList::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.leaderList.sortCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.leaderList li {
  float: left;
  width: 50%;
  padding: 10px;
}
@media (max-width: 640px) {
  .leaderList li {
    width: 100%;
  }
}
@media (min-width: 641px) {
  .leaderList li:nth-of-type(1) {
    text-align: right;
  }
  .leaderList li:nth-of-type(1) .item {
    display: inline-block;
    text-align: left;
  }
  .leaderList li:nth-of-type(2) .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .leaderList li:nth-of-type(2) .Txt {
    padding-top: 27px;
    padding-bottom: 20px;
  }
  .leaderList li:nth-of-type(2) .Txt::before {
    top: auto;
    bottom: -30px;
  }
  .leaderList li:nth-of-type(3) .item {
    text-align: right;
  }
  .leaderList li:nth-of-type(3) .Txt {
    padding-left: 0;
    padding-right: 40px;
    padding-bottom: 27px;
  }
  .leaderList li:nth-of-type(3) .Txt::before {
    content: "";
    position: absolute;
    left: auto;
    right: 30px;
  }
  .leaderList li:nth-of-type(4) .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .leaderList li:nth-of-type(4) .Txt {
    padding-left: 20px;
    padding-top: 55px;
    padding-bottom: 25px;
  }
  .leaderList li:nth-of-type(4) .Txt::before {
    top: 30px;
    left: -30px;
    height: 2px;
    width: 77px;
  }
}
.leaderList .Txt {
  padding-top: 20px;
  padding-left: 40px;
  padding-bottom: 27px;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .leaderList .Txt {
    padding-top: 10px;
    padding-left: 25px;
    padding-bottom: 10px;
  }
}
.leaderList .Txt:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 30px;
  width: 2px;
  height: 100%;
  background-color: #1ec89e;
}
@media (max-width: 767px) {
  .leaderList .Txt:before {
    top: -13px;
    left: 15px;
  }
}
.leaderList .Txt .title {
  margin-bottom: 5px;
  font-size: 20px;
  color: #000;
}
@media (max-width: 1200px) {
  .leaderList .Txt .title {
    font-size: 16px;
  }
}
.leaderList .Txt p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
}
.leaderList img {
  display: block;
  max-width: 100%;
}

.numList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.numList > li {
  padding: 10px 20px 15px;
}
@media (min-width: 1201px) {
  .numList > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 961px) {
  .numList > li:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.numList > li:not(:first-child) .num {
  position: relative;
  font-family: "Roboto", sans-serif;
}
.numList > li:not(:first-child) .num::before, .numList > li:not(:first-child) .num::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  width: 10px;
  height: 1px;
  background-color: #1ec89e;
}
@media (max-width: 1200px) {
  .numList > li:not(:first-child) .num::before, .numList > li:not(:first-child) .num::after {
    left: -15px;
  }
}
.numList > li:not(:first-child) .num::before {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.numList > li:not(:first-child) .num::after {
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.numList > li .odometer-formatting-mark {
  display: none !important;
}
.numList .item {
  text-align: center;
}
.numList .numBox {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.numList .unit {
  font-size: 15px;
  color: #313131;
  line-height: 1;
}
.numList .num {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 55px;
  font-weight: 700;
  color: #1ec89e;
  line-height: 1;
}
@media (max-width: 1200px) {
  .numList .num {
    font-size: 40px;
  }
}
.numList .title {
  padding-top: 10px;
  margin-top: 30px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #313131;
}
.numList .title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
}

.pressArea {
  padding: 85px 0;
}
@media (max-width: 1200px) {
  .pressArea {
    padding: 30px 0;
  }
}
.pressArea li:nth-of-type(1) .date,
.pressArea li:nth-of-type(1) .Txt,
.pressArea li:nth-of-type(1) .link {
  font-size: 16px;
  color: text-co;
  border-bottom: 3px solid #1ec89e;
  background-color: transparent;
}
@media (max-width: 640px) {
  .pressArea li:nth-of-type(1) {
    display: none;
  }
}
@media (max-width: 640px) {
  .pressArea li:nth-of-type(2) {
    border-top: 3px solid #1ec89e;
  }
}
.pressArea .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pressArea .date {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  min-height: 65px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  border-bottom: 1px solid rgba(155, 155, 155, 0.2);
  background-color: rgba(31, 32, 206, 0.5);
}
@media (max-width: 640px) {
  .pressArea .date {
    display: none;
    padding: 10px;
    width: 100px;
  }
}
.pressArea .Txt {
  padding: 20px;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 275px);
  min-height: 65px;
  border-bottom: 1px solid rgba(155, 155, 155, 0.2);
}
@media (max-width: 640px) {
  .pressArea .Txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 0;
    margin: 0;
    width: 100%;
  }
}
.pressArea .Txt .mDate {
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #000;
}
@media (min-width: 641px) {
  .pressArea .Txt .mDate {
    display: none;
  }
}
@media (max-width: 640px) {
  .pressArea .Txt .mDate {
    display: block;
  }
}
.pressArea .Txt .title {
  font-weight: 400;
}
.pressArea .Txt .title a {
  color: #414141;
}
.pressArea .Txt .title a:hover {
  color: #1ec89e;
}
.pressArea .link {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 95px;
  min-height: 65px;
  border-bottom: 1px solid rgba(155, 155, 155, 0.2);
}
@media (max-width: 640px) {
  .pressArea .link {
    display: none;
  }
}
.pressArea .link svg {
  width: 16px;
  height: 16px;
  color: #1ec89e;
}
.pressArea .btn {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 640px) {
  .pressArea .btn {
    margin-top: 30px;
  }
}
.pressArea .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 215px;
  height: 45px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 2px;
  background-image: url(../images/bg_company_title.jpg);
  background-size: cover;
}
.pressArea .btn a:hover {
  opacity: 0.95;
}

/***** 投資人全域 *****/
.mainArea {
  overflow: hidden;
  padding: 30px 0 75px;
}
.mainArea.hasBg, .mainArea .hasBg {
  background: url("../images/bg_investors.png") no-repeat center top, #f3f4f4;
}
@media (max-width: 1200px) {
  .mainArea {
    padding: 30px 0;
  }
}

@media (min-width: 1201px) {
  .contentBox.flexInvestors {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contentBox.flexInvestors > .leftBox {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: calc(100% - 330px);
    padding-right: 30px;
  }
  .contentBox.flexInvestors > .rightBox {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 330px;
    padding-left: 30px;
  }
  .contentBox.flexInvestors > .classNote {
    width: 100%;
  }
}
@media (min-width: 1201px) {
  .contentBox .rightBox {
    border-left: 1px solid rgba(155, 155, 155, 0.2);
  }
}
@media (max-width: 1200px) {
  .contentBox .rightBox {
    padding-top: 30px;
  }
}

@media (min-width: 1025px) {
  .classArea .classBoxRow .classLink {
    display: block;
  }
}
@media (max-width: 1600px) {
  .classArea .classBoxRow .classLink .slick-prev {
    left: 10px;
  }
  .classArea .classBoxRow .classLink .slick-next {
    right: 10px;
  }
  .classArea .classBoxRow .classLink .slick-list {
    width: calc(100% - 60px);
    margin: auto;
  }
}
@media (min-width: 1601px) {
  .classArea .classBoxRow .classLink > li {
    float: left;
    width: 16.6666666667%;
  }
  .classArea .classBoxRow .classLink > li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)):not(:nth-child(6)) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
@media (min-width: 1181px) {
  .classArea .classBoxRow .classLink > li {
    width: 33.3333333333%;
  }
  .classArea .classBoxRow .classLink > li:nth-child(4), .classArea .classBoxRow .classLink > li:nth-child(5), .classArea .classBoxRow .classLink > li:nth-child(6) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
}
.classArea .classBoxRow .classLink li:last-child a {
  border-right: 0;
}
@media (max-width: 1180px) {
  .classArea .classBoxRow .classLink li.slick-active + .slick-active + .slick-active a:after {
    content: "";
    position: absolute;
    right: 2px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #dcdcdc;
  }
}
@media (max-width: 1600px) {
  .classArea .classBoxRow .classLink li.slick-active + .slick-active + .slick-active + .slick-active a:after {
    content: "";
    position: absolute;
    right: 2px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #dcdcdc;
  }
}
.classArea .classBoxRow .classLink li.slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active a:after {
  content: "";
  position: absolute;
  right: 2px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #dcdcdc;
}
.classArea .classBoxRow .classLink li a {
  width: 100%;
  min-width: auto;
}

.classBoxItem {
  max-width: 300px;
  position: relative;
  z-index: 3;
  margin-bottom: 20px;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .classBoxItem {
    max-width: 100%;
  }
}
.classBoxItem > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.classBoxItem > ul li {
  width: 100%;
}
.classBoxItem > ul a {
  position: relative;
  display: block;
  padding: 17px 15px;
  font-size: 15px;
  font-weight: 500;
  color: #595959;
  letter-spacing: 0.5px;
  text-align: center;
  background-color: #ddd;
}
.classBoxItem > ul a::before {
  content: "";
  width: 0;
  height: 3px;
  background-color: #1ec89e;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.classBoxItem > ul a:hover, .classBoxItem > ul a.current {
  background-color: #fff;
  color: #000;
}
.classBoxItem > ul a:hover::before, .classBoxItem > ul a.current::before {
  width: 100%;
}
@media (max-width: 1024px) {
  .classBoxItem > ul li {
    width: 100%;
    padding: 0;
  }
  .classBoxItem > ul li a {
    text-align: left;
  }
  .classBoxItem > ul li a::before {
    display: none;
  }
}

@media (max-width: 1024px) {
  .classItemBox > ul {
    display: none;
  }
}
.classItemBox > ul a.current:before, .classItemBox > ul a:hover:before {
  width: 100%;
}

.classItemBox > ul a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: #1ec89e;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/***** 側邊選單 *****/
.sideBox .Img {
  margin-bottom: 30px;
}
.sideBox .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/***** landing *****/
.landingSectionArea {
  padding-top: 85px;
}
@media (max-width: 1180px) {
  .landingSectionArea.investors {
    padding: 50px 0 50px 0;
  }
}
@media (max-width: 768px) {
  .landingSectionArea.investors {
    padding: 40px 0 0;
  }
}

.landingSectionBox {
  position: relative;
}

@media (max-width: 960px) {
  .textEditor .contentBuilder .column.landingDataImg, .textEditor .contentBuilder .column.landingDataTxt {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .textEditor .contentBuilder .column.landingDataImg {
    padding-right: 0 !important;
    padding-bottom: 15px;
  }
}

.landingDataBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.landingDataBox .landingDataImg > img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.landingDataBox .landingDataTxt .landingStockBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: calc(100% + 16px);
  margin-top: -8px;
  margin-bottom: -8px;
}
@media (min-width: 961px) {
  .landingDataBox .landingDataTxt .stockItem {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 501px) and (max-width: 640px) {
  .landingDataBox .landingDataTxt .stockItem {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .landingDataBox .landingDataTxt .stockItem {
    width: 100%;
  }
}

.landingLinkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -27px;
}
.landingLinkList .guideItem {
  width: 33.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 27px 40px;
}
@media (max-width: 768px) {
  .landingLinkList .guideItem {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .landingLinkList .guideItem {
    width: 100%;
  }
}
.landingLinkList .guideItem > .Txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.landingLinkList .Img {
  position: relative;
  margin-bottom: 26px;
}
.landingLinkList .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.landingLinkList .Txt {
  padding: 0;
}
.landingLinkList .textBox {
  position: relative;
}
.landingLinkList .textBox.open a:after {
  width: 100%;
}
.landingLinkList .textBox.open .btn_dropDown {
  background-color: #1ec89e;
}
.landingLinkList .textBox.open .btn_dropDown .arrow:before, .landingLinkList .textBox.open .btn_dropDown .arrow:after {
  background-color: #ffffff;
}
.landingLinkList .textBox.open .btn_dropDown .arrow:after {
  height: 0;
}
@media (min-width: 1025px) {
  .landingLinkList .textBox:hover a:after {
    width: 100%;
  }
  .landingLinkList .textBox:hover .btn_dropDown {
    background-color: #1ec89e;
  }
  .landingLinkList .textBox:hover .btn_dropDown .arrow:before, .landingLinkList .textBox:hover .btn_dropDown .arrow:after {
    background-color: #ffffff;
  }
}
.landingLinkList .textBox a {
  display: block;
  padding-right: 50px;
  padding-bottom: 24px;
  position: relative;
}
.landingLinkList .textBox a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  content: "";
  background: rgb(25, 231, 156);
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(25, 231, 156)), to(rgb(0, 23, 197)));
  background: linear-gradient(90deg, rgb(25, 231, 156) 50%, rgb(0, 23, 197) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#19e79c",endColorstr="#0017c5",GradientType=1);
}
.landingLinkList .textBox a .title {
  color: #484848;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1px;
}
.landingLinkList .textBox a .title_en {
  color: #484848;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.3px;
  line-height: 1.53;
  margin-top: 6px;
}
.landingLinkList .textBox .btn_dropDown {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid #1ec89e;
  cursor: pointer;
  margin-top: -12px;
  z-index: 3;
}
.landingLinkList .textBox .btn_dropDown .arrow {
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
}
.landingLinkList .textBox .btn_dropDown .arrow:before, .landingLinkList .textBox .btn_dropDown .arrow:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-color: #1ec89e;
}
.landingLinkList .textBox .btn_dropDown .arrow:before {
  width: 100%;
  height: 1px;
}
.landingLinkList .textBox .btn_dropDown .arrow:after {
  width: 1px;
  height: 100%;
}
.landingLinkList .linkBox {
  margin-top: 10px;
  display: none;
}
.landingLinkList .linkBox > ul li {
  position: relative;
  padding: 0 0 0 35px;
  counter-increment: step-counter;
}
.landingLinkList .linkBox > ul li::before {
  content: counter(step-counter, decimal-leading-zero);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  color: #1ec89e;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: 0.8px;
}
.landingLinkList .linkBox > ul a {
  display: block;
  color: #616161;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 2.1875;
  position: relative;
}
.landingLinkList .linkBox > ul a span {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
}
.landingLinkList .linkBox > ul a:before, .landingLinkList .linkBox > ul a:after {
  position: absolute;
  right: 0;
  content: "";
  width: 7px;
  height: 1px;
  background-color: #9b9b9b;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.landingLinkList .linkBox > ul a:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -2.5px;
}
.landingLinkList .linkBox > ul a:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 2.5px;
}
.landingLinkList .linkBox > ul a:hover {
  color: #1ec89e;
}
.landingLinkList .linkBox > ul a:hover:before, .landingLinkList .linkBox > ul a:hover:after {
  background-color: #1ec89e;
}
@media (max-width: 1180px) {
  .landingLinkList {
    margin: 0 -15px;
  }
  .landingLinkList .guideItem {
    padding: 0 15px 25px;
  }
  .landingLinkList .Img {
    margin-bottom: 20px;
  }
}

/*.landingCarouselBox {

	.landingCarouselList {
		width: 100%;

		.carouselItem {
			padding: 0 10px 25px;
		}

		.Img {
			img {
				@include img100;
			}
		}

		.Txt {
			padding: 15px 0;
			text-align: center;

			.title {
				font-size: 18px;
				font-weight: 500;
				line-height: 1.2;
				letter-spacing: 0.5px;

				a {
					display: block;
					@include oneLine;
				}
			}
		}
	}

	.arrowBox {
		width: 100%;
		align-items: center;
		display: flex;
		justify-content: center;
		margin-top: 20px;

		.arrow {
			width: 20px;
			height: 20px;
			position: relative;
			cursor: pointer;
			@extend %ts;

			&::before {
				content: '';
				width: 8px;
				height: 8px;
				border-left: 1px solid #111;
				border-bottom: 1px solid #111;
				display: block;
				position: absolute;
				top: 50%;
				left: 50%;
				z-index: 1;
				@extend %ts;
			}

			&Prev {
				margin-right: 5px;

				&::before {
					transform: translate(-50%, -50%) rotate(45deg);
				}

				&::after {
					content: '';
					width: 1px;
					height: 15px;
					background-color: #8d8d8d;
					display: block;
					position: absolute;
					top: 50%;
					right: -5px;
					transform: translateY(-50%) rotate(35deg);
				}
			}

			&Next {
				margin-left: 5px;

				&::before {
					transform: translate(-50%, -50%) rotate(-135deg);
				}
			}

			@include hover {
				&::before {
					border-color: #8d8d8d;
				}
			}
		}
	}
}*/
/***** article *****/
.articleBox .Txt {
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .articleBox .Txt {
    margin-top: 20px;
  }
}
.articleBox .btnBox {
  padding-top: 40px;
  text-align: center;
}

.articleList .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.articleList .title .num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 10px;
  margin-right: 10px;
  color: #fff;
  line-height: 24px;
  background-color: #1ec89e;
}
.articleList li {
  padding: 20px;
  margin-bottom: 22px;
  border: 1px solid rgba(155, 155, 155, 0.2);
  background-color: #fff;
}
.articleList h3 {
  font-size: 16px;
  font-weight: 400;
}

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;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          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: #1ec89e;
}

.noteTxt {
  padding: 15px 0 0 20px;
  color: #747474;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.05em;
}

/***** information *****/
.informationBox .infoRow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px;
}
@media (max-width: 640px) {
  .informationBox .infoRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 641px) {
  .informationBox .infoRow .infoColumn {
    line-height: 1.2;
  }
  .informationBox .infoRow .infoColumn:not(:last-child) {
    border-right: 1px solid;
    margin-right: 15px;
  }
  .informationBox .infoRow .infoColumnDate {
    width: 100px;
    color: #1a1a1a;
    font-size: 15px;
  }
  .informationBox .infoRow .infoColumnTitle {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .informationBox .infoRow .infoColumnDownload {
    width: 80px;
    text-align: center;
  }
  .informationBox .infoRow .infoColumnVideo {
    width: 60px;
  }
}
@media (max-width: 640px) {
  .informationBox .infoRow .infoColumnDate, .informationBox .infoRow .infoColumnTitle, .informationBox .infoRow .infoColumnDownload, .informationBox .infoRow .infoColumnVideo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 8px 0;
  }
  .informationBox .infoRow .infoColumnTitle {
    padding-right: 8px;
    overflow: hidden;
  }
  .informationBox .infoRow .infoColumnVideo.noVideo {
    display: none;
  }
}
.informationBox .infoRowHead {
  background-color: #343536;
}
.informationBox .infoRowHead .infoColumn {
  color: #fff;
}
.informationBox .infoRowHead .infoColumn:not(:last-child) {
  border-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 640px) {
  .informationBox .infoRowHead {
    display: none;
  }
}
@media (min-width: 641px) {
  .informationBox .infoRowContent:not(:last-child) {
    border-bottom: 1px solid rgba(155, 155, 155, 0.2);
  }
}
.informationBox .infoRowContent .infoColumn:not(:last-child) {
  border-color: rgba(155, 155, 155, 0.2);
}
@media (max-width: 640px) {
  .informationBox .infoRowContent .infoColumn {
    border: 1px solid rgba(155, 155, 155, 0.2);
    position: relative;
  }
  .informationBox .infoRowContent .infoColumn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 100%;
    background-color: #343536;
  }
}
.informationBox .infoRowContent .infoColumnDownload svg {
  width: 25px;
  height: 35px;
  cursor: pointer;
  display: inline-block;
  fill: #1ec89e;
  vertical-align: middle;
}
@media (min-width: 1201px) {
  .informationBox .infoRowContent .infoColumnDownload svg:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.informationBox .infoRowContent .infoColumnVideo a {
  display: block;
  width: 30px;
  font-size: 25px;
  color: #1ec89e;
}
@media (min-width: 641px) {
  .informationBox .infoRowContent .infoColumnVideo a {
    margin: 0 auto;
  }
}
.informationBox .infoRowContent .infoColumn .columnName {
  display: none;
  position: relative;
  width: 110px;
  padding: 8px 12px 8px 8px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #343536;
}
@media (max-width: 640px) {
  .informationBox .infoRowContent .infoColumn .columnName {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 12px;
    margin-top: -8px;
    margin-bottom: -8px;
  }
}

/***** commissioner *****/
.commissionerList .commissionerItem {
  padding: 20px;
  margin-bottom: 22px;
  border: 1px solid rgba(155, 155, 155, 0.2);
  background-color: #fff;
}
.commissionerList .commissionerItem .title {
  position: relative;
  padding: 0 15px 0 0;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.commissionerList .commissionerItem .title::before {
  content: "+";
  color: #1a1a1a;
  cursor: pointer;
  font-size: 20px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.commissionerList .commissionerItem .textBox {
  display: none;
  padding: 10px 15px;
  margin-top: 20px;
  background-color: #f8f8f8;
}

.classDownload {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.classDownload a {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (min-width: 1201px) {
  .classDownload a:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .classDownload a:hover .text {
    background-color: text-co;
  }
}
.classDownload a svg {
  width: 36px;
  height: 44px;
  display: inline-block;
  fill: #1ec89e;
  vertical-align: middle;
}
.classDownload a .text {
  background-color: #000;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.5px;
  margin-top: 10px;
  padding: 6px 15px;
}

/***** faq *****/
.faqList .faqItem {
  padding: 20px;
  margin-bottom: 22px;
  border: 1px solid rgba(155, 155, 155, 0.2);
  background-color: #fff;
}
.faqList .faqItem .title {
  position: relative;
  padding: 0 15px 0 0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.faqList .faqItem .title::before {
  content: "+";
  color: #1a1a1a;
  cursor: pointer;
  font-size: 20px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faqList .faqItem .title .num {
  color: #1ec89e;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  margin-right: 15px;
}
.faqList .faqItem .textBox {
  display: none;
  padding: 10px 15px;
  margin-top: 20px;
  border-top: 2px solid #6a6be9;
  background-color: #f8f8f8;
}

/***** finance *****/
.fileBox {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  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;
}
.fileBox .fileColumn {
  padding: 30px;
  border: 1px solid rgba(155, 155, 155, 0.2);
  background-color: #fff;
}
.fileBox .fileColumnQuarter {
  width: 100%;
  margin-bottom: 20px;
}
.fileBox .fileColumnIndividual, .fileBox .fileColumnYear {
  width: calc(50% - 10px);
}
@media (max-width: 1280px) {
  .fileBox .fileColumn {
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .fileBox .fileColumnIndividual, .fileBox .fileColumnYear {
    width: 100%;
    margin-bottom: 30px;
  }
}
.fileBox .fileColumn .fileQuarterList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  margin: 0 -5px;
  padding: 20px 50px;
}
.fileBox .fileColumn .fileQuarterList .fileQuarterItem {
  width: 25%;
  padding: 0 5px;
}
@media (max-width: 640px) {
  .fileBox .fileColumn .fileQuarterList {
    padding: 20px 0;
  }
  .fileBox .fileColumn .fileQuarterList .fileQuarterItem {
    width: 50%;
  }
  .fileBox .fileColumn .fileQuarterList .fileQuarterItem:first-child, .fileBox .fileColumn .fileQuarterList .fileQuarterItem:nth-child(2) {
    margin-bottom: 35px;
  }
}
.fileBox .fileColumn .columnTitle {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  text-align: center;
}
.fileBox .fileColumn .downLink {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
}
.fileBox .fileColumn .downLink .title {
  color: #1ec89e;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.5px;
  margin-top: 10px;
}
.fileBox .fileColumn .downLink svg {
  width: 36px;
  height: 44px;
  display: inline-block;
  fill: #1ec89e;
  vertical-align: middle;
}
.fileBox .fileColumn .downLink .text {
  background-color: #000;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.5px;
  margin-top: 10px;
  padding: 6px 15px;
}
.fileBox .fileColumn .downLink.noFile {
  cursor: initial;
  pointer-events: none;
}
.fileBox .fileColumn .downLink.noFile .title {
  color: #bbb;
}
.fileBox .fileColumn .downLink.noFile svg {
  fill: #bbb;
}
.fileBox .fileColumn .downLink.noFile .text {
  background-color: #bbb;
  color: #fff;
}
@media (min-width: 1201px) {
  .fileBox .fileColumn .downLink:hover:not(.noFile) {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .fileBox .fileColumn .downLink:hover:not(.noFile) .text {
    background-color: #1ec89e;
  }
}

/***** document *****/
.documentList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}
@media (max-width: 640px) {
  .documentList {
    margin: 0;
  }
}
.documentList .documentItem {
  width: 33.3333333333%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 8px 40px;
}
@media (max-width: 800px) {
  .documentList .documentItem {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .documentList .documentItem {
    width: 100%;
    padding: 0 0 30px;
  }
}
.documentList .documentItem .Img {
  width: 100%;
}
.documentList .documentItem .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.documentList .documentItem .Txt {
  width: 100%;
  padding-top: 20px;
}
@media (max-width: 640px) {
  .documentList .documentItem .Txt {
    padding-top: 10px;
  }
}
.documentList .documentItem .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
.documentList .documentItem .title a {
  display: block;
}
.documentList .documentItem .text {
  max-height: 80px;
  margin: 15px 0;
  color: #1a1a1a;
  line-height: 1.5;
  overflow: hidden;
}
.documentList .documentItem .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 40px;
  width: 100%;
  max-width: 200px;
  height: 40px;
  font-size: 15px;
  color: #fff;
  background-image: url(../images/bg_company_title.jpg);
  background-size: cover;
}

/***** responsibility *****/
.resBox .btnBox {
  padding-top: 40px;
  text-align: center;
}

.resList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}
@media (max-width: 640px) {
  .resList {
    margin: 0;
  }
}
.resList .resItem {
  width: 50%;
  padding: 0 8px 30px;
}
@media (max-width: 640px) {
  .resList .resItem {
    width: 100%;
    padding: 0 0 30px;
  }
}
.resList .resItem .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.resList .resItem .Txt {
  padding-top: 20px;
}
.resList .resItem .Txt .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.resList .resItem .Txt .title a {
  display: block;
}
.resList .resItem .Txt .text {
  max-height: 80px;
  margin: 15px 0;
  color: #1a1a1a;
  line-height: 1.5;
}

.textEditor table {
  width: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 16, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 16, 0.1);
  letter-spacing: 1px;
}

.textEditor table th {
  padding: 14px;
  font-size: 15px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.textEditor table td {
  padding: 13px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.checkArea .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 40px;
  width: 200px;
  height: 40px;
  font-size: 15px;
  color: #fff;
  background-size: cover;
}
.checkArea .btn a:hover {
  opacity: 0.95;
}

.informationList li:nth-of-type(1) .date,
.informationList li:nth-of-type(1) .Txt,
.informationList li:nth-of-type(1) .videoLink,
.informationList li:nth-of-type(1) .fileLink {
  font-size: 16px;
  color: #484848;
  border-bottom: 3px solid #1ec89e;
  background-color: transparent;
}
@media (max-width: 640px) {
  .informationList li:nth-of-type(1) {
    display: none;
  }
}
@media (max-width: 640px) {
  .informationList li:nth-of-type(2) {
    border-top: 3px solid #1ec89e;
  }
}
.informationList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.informationList .date {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  min-height: 65px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  border-bottom: 1px solid rgba(155, 155, 155, 0.2);
  background-color: #e7e7e8;
}
@media (max-width: 640px) {
  .informationList .date {
    display: none;
    padding: 10px;
    width: 100px;
  }
}
.informationList .Txt {
  padding: 20px;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 275px);
  width: calc(100% - 410px);
  min-height: 65px;
  border-bottom: 1px solid rgba(155, 155, 155, 0.2);
}
@media (max-width: 640px) {
  .informationList .Txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 0;
    margin: 0;
    width: 100%;
  }
}
.informationList .Txt .mDate {
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #000;
}
@media (min-width: 641px) {
  .informationList .Txt .mDate {
    display: none;
  }
}
@media (max-width: 640px) {
  .informationList .Txt .mDate {
    display: block;
  }
}
.informationList .Txt .linkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.informationList .Txt .videoLink, .informationList .Txt .fileLink {
  padding: 0;
  margin: 10px 0 0;
  width: 50px;
  border-bottom: none;
  min-height: auto;
}
@media (min-width: 641px) {
  .informationList .Txt .videoLink, .informationList .Txt .fileLink {
    display: none;
  }
}
@media (max-width: 640px) {
  .informationList .Txt .videoLink, .informationList .Txt .fileLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.informationList .Txt .title {
  font-weight: 400;
}
.informationList .Txt .title a {
  color: #414141;
}
.informationList .Txt .title a:hover {
  color: #1ec89e;
}
.informationList .videoLink {
  padding: 20px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 110px;
  min-height: 65px;
  border-bottom: 1px solid rgba(155, 155, 155, 0.2);
}
@media (max-width: 640px) {
  .informationList .videoLink {
    display: none;
  }
}
.informationList .videoLink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  font-size: 25px;
  color: #1ec89e;
}
.informationList .fileLink {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 110px;
  min-height: 65px;
  border-bottom: 1px solid rgba(155, 155, 155, 0.2);
}
@media (max-width: 640px) {
  .informationList .fileLink {
    display: none;
  }
}
.informationList .fileLink svg {
  width: 25px;
  height: 35px;
  cursor: pointer;
  display: inline-block;
  fill: #1ec89e;
  vertical-align: middle;
}
@media (min-width: 1201px) {
  .informationList .fileLink svg:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.informationList .btn {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 640px) {
  .informationList .btn {
    margin-top: 30px;
  }
}
.informationList .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 215px;
  height: 45px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 2px;
  background-color: #1ec89e;
}

/*
// 投資人全域
.prevRoundArrow,
.nextRoundArrow {
	position: absolute;
	top: 0;
	z-index: 3;
	width: 40px;
	height: 40px;
	padding: 0;
	color: $mainColor;
	font-size: 24px;
	text-align: center;
	outline: none;
	border: 2px dashed;
	border-radius: 50%;
	background-color: transparent;
	cursor: pointer;
	@extend %ts,
	%bx;

	@include media(640) {
		left: 50%;
	}

	&:hover {
		color: transparent;
		background-color: $mainColor;

		&::before {
			color: #fff;
		}
	}

	&::before {
		font-family: FontAwesome;
	}
}

.prevRoundArrow {
	@include media(-641) {
		right: 60px;
	}

	@include media(640) {
		margin-left: -50px;
	}

	&::before {
		content: '\f104';
	}
}

.nextRoundArrow {
	@include media(-640) {
		right: 0;
	}

	@include media(640) {
		margin-left: 10px;
	}

	&::before {
		content: '\f105';
	}
}

// 側邊選單
.investorsGeneralList {
	@include media(1024) {
		flex-grow: 1;
		display: flex;
		margin-left: -10px;
		margin-right: -10px;
	}

	@include media(1024, 641) {
		width: 60%;
	}

	li {


		@include media(-1025) {
			margin-bottom: 20px;
		}

		@include media(1024) {
			flex-grow: 1;
			width: 50%;
			padding-left: 10px;
			padding-right: 10px;
		}
	}

	.item {
		&:hover {
			.Img {
				opacity: .5;
			}
		}
	}

	.Img {
		@extend %ts;

		img {
			@include img;
		}
	}

	h3 {
		a {
			display: block;
			max-width: 250px;
			padding-top: 5px;
			padding-bottom: 5px;
			font-size: 15px;
			@include oneLine;
		}
	}
}

.investorsGeneralDataBox {


	@include media(-1025) {
		margin-top: 15px;
		padding-top: 15px;
		border-top: 5px solid $dlColor;
	}

	@include media(1024) {
		flex-shrink: 0;
		flex-grow: 1;
		display: flex;
		justify-content: center;
		flex-direction: column;
		padding-left: 15px;
		border-left: 5px solid $dlColor;
	}

	@include media(1024, 641) {
		width: 40%;
		margin-left: 20px;
	}

	@include media(640) {
		margin-top: 10px;
	}

	.textEditor {
		word-break: break-word;
	}
}
// 側邊選單 end

// 頁面內容上方區塊
#inTopIntfontRobotoox {
	margin-bottom: 30px;
}

// 頁面內容下方區塊
#inDownIntfontRobotoox {
	margin-top: 30px;

	&+.btnBox {
		margin-top: 20px;
	}
}

// 頁面單元連結
.insPageLinkBox {
	@include media(-1251) {
		margin-right: -5px;
	}

	@include media(-1201) {
		position: absolute;
		top: -35px;
		right: 0;
		z-index: 1;
	}

	@include media(1200) {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}

	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;

		@include media(1200) {
			margin-bottom: 10px;
		}

		&.current,
		&:hover {
			background-color: $mainColor;
		}
	}
}

.horizontalTable {
	overflow-x: auto;
	cursor: move;

	// .dragscroll {
	// }
	table {
		min-width: 920px;
	}
}
// 投資人全域 end

// 委員介紹、問與答
.faqList,
.memberList {
	.titleBar {
		position: relative;
		padding: 15px 50px 15px 10px;
		font-size: 15px;
		font-weight: 400;
		border: 1px solid $dlColor;
		cursor: pointer;

		@extend %ts;

		@include media(-1201) {
			&:hover {
				color: #fff;
				background-color: $mainColor;
				box-shadow: 0 0 10px rgba(#000, .1);
			}
		}

		&.current {
			font-size: 16px;
			color: #fff;
			border-color: $mainColor;
			background-color: $mainColor;
			box-shadow: none;
		}
	}

	.detailBox {
		display: none;
		padding: 30px;
		background-color: #f7f7f7;

	}
}

// 委員介紹、問與答 end
// 委員介紹
.memberList {
	.item {
		display: flex;
		align-items: center;
	}

	.Img {
		flex-shrink: 0;
		flex-basis: 300px;

		img {
			@include img;
		}
	}

	.Txt {
		flex-grow: 1;
		max-width: calc(100% - 300px - 30px);
		margin-left: 30px;


		&.fillForItem {
			max-width: 100%;
			margin-left: 0;
		}

		>h3 {
			font-size: 20px;
			font-weight: 400;
			letter-spacing: .5px;

			&::after {
				content: '';
				display: block;
				width: 20px;
				height: 2px;
				margin-top: 10px;
				margin-bottom: 10px;
				background-color: $mainColor;
			}
		}
	}

	.titleBar {
		&.current {
			&::before {
				transform: rotate(-180deg);
			}
		}

		&::before {
			content: '\f107';
			position: absolute;
			top: 50%;
			right: 15px;
			z-index: 1;
			margin-top: -7px;
			line-height: 1;
			font-family: FontAwesome;
			pointer-events: none;
			transition: .3s ease-out;
		}
	}

	.memberDataList {
		list-style: none;
		padding-left: 0;

		li {
			&::after {
				content: '';
				display: block;
				height: 0;
				clear: both;
				visibility: hidden;
			}
		}

		.left {
			float: left;
		}

		.right {
			overflow: hidden;
		}
	}
}

.memberDownloadBtn {
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;

	i {
		margin-right: 10px;
		color: $mainColor;
	}
}

// 委員介紹 end
// 問與答
.faqList {
	counter-reset: item;

	>li {
		counter-increment: item;

		&.hide {
			display: none;
		}

		&:nth-child(-n+9) {
			.titleBar::before {
				content: '0'counter(item);
			}
		}
	}

	.titleBar {
		padding-left: 60px;
		text-indent: -45px;

		&.current {
			&::before {
				color: #fff;
			}

			.toggleOpen {
				background-color: adjust-color($mainColor, $lightness: -10%);

				&::after {
					height: 0;
				}
			}
		}

		&::before {
			content: counter(item);
			margin-right: 10px;
			font-size: 30px;
			line-height: 1;
			color: $mainColor;
		}
	}
}

.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: $mainColor;


	&:hover {
		color: #fff;
		background-color: adjust-color($mainColor, $lightness: -10%);
	}

	&.open {
		&::after {
			height: 0;
		}
	}

	&::before,
	&::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		margin: auto;
		background-color: #fff;
	}

	&::before {
		width: 14px;
		height: 2px;
		margin-top: -1px;
		margin-left: -7px;
	}

	&::after {
		width: 2px;
		height: 14px;
		margin-top: -7px;
		margin-left: -1px;
		@extend %ts;
	}
}

.rwdMemberTable.rwdMemberTable {
	th {
		color: #000;
		background-color: #f7f7f7;
	}
}

// 問與答 end


// 訊息暨檔案下載
.newsAndDownloadList .item,
.newsAndDownloadTitle {
	display: flex;
	align-items: center;

	> :first-child {
		flex-shrink: 0;
		flex-basis: 100px;
	}

	> :nth-child(2) {
		flex-grow: 1;
		display: flex;
		align-items: center;
	}
}

.newsAndDownloadTitle {
	padding: 10px 20px;
	color: #fff;
	background-color: $mainColor;


	// 行事曆關閉
	> :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,
	&.hasCalendarType {
		h3 {
			width: calc(100% - 200px);
		}
	}

	&.hasDownloadType.hasCalendarType {
		h3 {
			width: calc(100% - 300px);
		}
	}

	li {
		border-bottom: 1px solid $dlColor;
		background-color: #fff;
	}

	.item {
		height: 60px;
		padding-left: 20px;
		padding-right: 20px;

	}

	.listDataBox {
		width: calc(100% - 140px);
	}

	h3 {
		flex-grow: 1;
		width: 100%;

		a {
			display: block;
			font-weight: 400;
			font-size: 16px;
			@include oneLine;
		}
	}

	.downloadBox {
		a {
			&:hover {
				svg {
					fill: $mainColor;
					transform: translateY(-5px);
				}
			}
		}

		svg {
			width: 31px;
			height: 40px;
			@extend %ts;
		}
	}

	.calendarBox {
		// 行事曆先關閉
		display: none !important;

		a {
			line-height: 1;
			font-size: 32px;
			color: #1f1f1f;

			&:hover {
				color: $mainColor;
				transform: translateY(-5px);
			}
		}
	}
}
// 訊息暨檔案下載 end


// 財報下載
.financeFileBox {
	display: flex;

	@include media(768) {
		flex-wrap: wrap;
	}
}

.financeSeasonBox,
.financeIndividualBox,
.financeYearBox {
	position: relative;
	padding: 30px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 1px 10px rgba(#000, .1);

	@extend %ts;

	&:hover {
		z-index: 1;
		box-shadow: 0 1px 27px rgba(#000, .1);
	}

	h3 {
		margin-bottom: 40px;
		font-size: 18px;
		letter-spacing: 2px;
	}

	a {
		position: relative;
		display: block;
		width: 65px;
		margin-left: auto;
		margin-right: auto;

		&.noFile {
			color: #eee;
			cursor: default;

			&:hover {
				color: #eee;
			}

			&::after {
				background-color: #eee;
			}

			svg {
				fill: #eee;
			}
		}

		&::after {
			content: '下載';
			display: block;
			padding-top: 1px;
			padding-bottom: 1px;
			border-radius: 10px;
			font-size: 12px;
			color: #fff;
			letter-spacing: 2px;
			background-color: $mainColor;
			border: 1px solid;
			@extend %ts;

		}
	}

	svg {
		position: absolute;
		top: 0;
		left: 50%;
		width: 42px;
		height: 53px;
		margin-left: -21px;
		@extend %ts;
	}
}

.financeIndividualBox,
.financeYearBox {
	flex-grow: 1;

	&:hover {
		a:not(.noFile) {
			&::after {
				color: $mainColor;
				background-color: transparent;
			}
		}
	}

	a {
		padding-top: 65px;
	}
}

.financeSeasonBox {
	flex-grow: 1.5;

	@include media(768) {
		width: 100%;
	}

	ul {
		display: flex;
		justify-content: center;

		@include media(400) {
			flex-wrap: wrap;
		}
	}

	li {
		@include media(400) {
			width: 50%;
			margin-top: 20px;
		}

		&+li {
			@include media(-401) {
				margin-left: 10px;
			}
		}
	}

	a {
		position: relative;
		height: 85px;
		padding-top: 30px;
		text-align: center;
		font: 20px 'Montserrat', sans-serif;
		letter-spacing: 1px;


		@include media(-1201) {
			&:hover {
				color: #262626;
				padding-top: 15px;
				background-position-y: 0;

				&::after {
					bottom: 0;
					opacity: 1;
					transition-delay: .3s;
					pointer-events: auto;
				}

				svg {
					top: 0;
				}
			}
		}

		@include media(1200) {
			padding-top: 15px;
		}

		&::after {
			position: absolute;
			left: 0;
			right: 0;
			bottom: -10px;
			z-index: 1;
			margin: auto;
			opacity: 0;
			pointer-events: none;

			@include media(1200) {
				bottom: 0;
				opacity: 1;
				transition-delay: .3s;
				pointer-events: auto;
			}
		}
	}

	svg {
		@include media(-1201) {
			top: 15px;
		}
	}
}
// 財報下載 end


// 報告書下載 start
.topReportList,
.downReportList {
	h3 {
		font: 18px;

		span {
			display: block;
			margin-bottom: 10px;
			font-weight: 700;
			font-size: 24px;
			color: $mainColor;
			letter-spacing: 2px;
		}
	}

	.downloadBtn {
		display: block;
		width: 100px;
		margin-top: 30px;
		padding-top: 13px;
		padding-bottom: 13px;
		border: 1px solid $dlColor;

		@extend %ts;

		@include media(-1201) {
			&:hover {
				transform: translateY(-5px);
				box-shadow: 0 2px 5px rgba(#000, .1);

				&::after {
					color: $mainColor;
					border-color: $mainColor;
					background-color: transparent;
				}
			}
		}

		&::after {
			content: '下載';
			display: block;
			width: 65px;
			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: 3px;
			border: 1px solid transparent;
			background-color: $mainColor;
			font-weight: 300;
			@extend %ts;
		}

		svg {
			display: block;
			width: 31px;
			height: 40px;
			margin-left: auto;
			margin-right: auto;
		}
	}
}

.topReportList {
	display: flex;

	@include media(960) {
		flex-direction: column;
	}

	li {


		@include media(-961) {
			width: 50%;
		}

		@include media(960) {
			width: 100%;

			&+li {
				margin-top: 30px;
			}
		}
	}

	.item {
		display: flex;
		align-items: center;
		height: 100%;

		@include media(960) {
			justify-content: center;
		}
	}

	.Img {
		box-shadow: 0 0 10px rgba(#000, .2);

		@include media(-961) {
			max-width: 340px;
		}

		@include media(960) {
			max-width: 200px;
		}

		img {
			@include img;
		}
	}

	.Txt {
		margin-left: 20px;
	}

	h3 {
		padding-top: 45px;
	}
}

.downReportBox {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid $dlColor;

	@include media(960) {
		margin-top: 20px;
		padding-top: 20px;
	}

	>h2 {
		margin-bottom: 20px;
		font-size: 22px;
		font-weight: 400;
		letter-spacing: 1px;

		@include media(960) {
			text-align: center;
		}
	}
}

.downReportList {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;

	>li {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 30px;


		@include media(-769) {
			width: 25%;
		}

		@include media(768) {
			width: calc(100% / 3);
		}

		@include media(480) {
			width: 50%;
		}
	}
}
// 報告書下載 end

// 針對此專案新增
.responsibilityTopBox {
	margin-bottom: 30px;
	line-height: 1.8;
	text-align: center;

	@include media(960) {
		margin-bottom: 10px;

		br {
			display: none;
		}
	}
}
*/
.serviceBox {
  padding-top: 65px;
  padding-bottom: 48px;
}
@media (max-width: 768px) {
  .serviceBox {
    padding-top: 30px;
  }
}
.serviceBox .serviceList {
  padding-bottom: 37px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.serviceBox .serviceList .serviceItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.serviceBox .serviceList .serviceItem .leftBox {
  width: calc(100% - 425px);
  padding-right: 50px;
  position: relative;
}
.serviceBox .serviceList .serviceItem .leftBox:after {
  position: absolute;
  right: 0;
  top: 15px;
  content: "";
  width: 1px;
  height: 190px;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 1180px) {
  .serviceBox .serviceList .serviceItem .leftBox:after {
    height: calc(100% - 15px);
  }
}
@media (max-width: 768px) {
  .serviceBox .serviceList .serviceItem .leftBox:after {
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    display: block;
  }
}
.serviceBox .serviceList .serviceItem .leftBox .titleBox {
  margin-bottom: 18px;
}
.serviceBox .serviceList .serviceItem .leftBox .titleBox .titleTw {
  color: #1ec89e;
}
.serviceBox .serviceList .serviceItem .leftBox .titleBox .titleTw span {
  padding-bottom: 0;
  border-bottom-color: #1ec89e;
}
.serviceBox .serviceList .serviceItem .leftBox .titleBox .titleEn {
  color: #424242;
  font-size: 20px;
  font-family: "Noto Sans TC";
  line-height: 1.2;
  margin-top: 15px;
}
.serviceBox .serviceList .serviceItem .leftBox .text {
  color: #616161;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1.875;
}
.serviceBox .serviceList .serviceItem .rightBox {
  width: 425px;
  padding-left: 55px;
}
.serviceBox .serviceList .serviceItem .rightBox .codeBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.serviceBox .serviceList .serviceItem .rightBox .codeBox .left .codeTitle {
  color: #424242;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.2;
}
.serviceBox .serviceList .serviceItem .rightBox .codeBox .left .codeNumber {
  color: #1ec89e;
  font-size: 50px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  margin-top: 16px;
}
.serviceBox .serviceList .serviceItem .rightBox .codeBox .right {
  text-align: right;
}
.serviceBox .serviceList .serviceItem .rightBox .codeBox .right .codeSubTitle {
  color: #1ec89e;
  font-size: 13px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.65px;
  line-height: 1.846;
}
.serviceBox .serviceList .serviceItem .rightBox .codeBox .right .codeTxt {
  color: #616161;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1.875;
  margin-top: 16px;
}
@media (max-width: 375px) {
  .serviceBox .serviceList .serviceItem .rightBox .codeBox {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .serviceBox .serviceList .serviceItem .rightBox .codeBox .left,
.serviceBox .serviceList .serviceItem .rightBox .codeBox .right {
    width: 100%;
  }
  .serviceBox .serviceList .serviceItem .rightBox .codeBox .right {
    text-align: center;
    padding-top: 20px;
  }
  .serviceBox .serviceList .serviceItem .rightBox .codeBox .right .codeTxt {
    margin-top: 5px;
  }
}
.serviceBox .serviceList .serviceItem .rightBox .btnBox {
  padding-top: 35px;
}
.serviceBox .serviceList .serviceItem .rightBox .btnBox .btn_cis {
  padding: 25.5px 26px;
  max-width: 100%;
  text-align: left;
  color: #616161;
  background-image: none;
  background-color: #ffffff;
  border: 1px solid rgba(97, 97, 97, 0.5);
  letter-spacing: 1.3px;
}
.serviceBox .serviceList .serviceItem .rightBox .btnBox .btn_cis:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-image: linear-gradient(41deg, rgb(0, 23, 197), rgb(0, 201, 151), rgb(0, 201, 151), rgb(0, 23, 197));
  background-size: 300% 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.serviceBox .serviceList .serviceItem .rightBox .btnBox .btn_cis .txt {
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 15px;
  font-family: "Noto Sans TC";
}
.serviceBox .serviceList .serviceItem .rightBox .btnBox .btn_cis .arrow svg {
  width: 12px;
  height: 11px;
  color: #000000;
}
@media (min-width: 1025px) {
  .serviceBox .serviceList .serviceItem .rightBox .btnBox .btn_cis:hover {
    border-color: transparent;
  }
  .serviceBox .serviceList .serviceItem .rightBox .btnBox .btn_cis:hover:after {
    color: #ffffff;
    background-position: 100% 0;
    opacity: 1;
  }
  .serviceBox .serviceList .serviceItem .rightBox .btnBox .btn_cis:hover .txt {
    color: #ffffff;
  }
  .serviceBox .serviceList .serviceItem .rightBox .btnBox .btn_cis:hover .arrow svg {
    color: #ffffff;
  }
}
@media (max-width: 992px) {
  .serviceBox .serviceList .serviceItem .leftBox {
    width: 55%;
    padding-right: 30px;
  }
  .serviceBox .serviceList .serviceItem .rightBox {
    width: 45%;
    padding-left: 35px;
  }
}
@media (max-width: 768px) {
  .serviceBox .serviceList .serviceItem .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .serviceBox .serviceList .serviceItem .leftBox,
.serviceBox .serviceList .serviceItem .rightBox {
    width: 100%;
  }
  .serviceBox .serviceList .serviceItem .leftBox {
    padding-right: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .serviceBox .serviceList .serviceItem .rightBox {
    padding-left: 0;
  }
}

.newsBox .titleBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 24px;
}
.newsBox .titleBar .newTitle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #424242;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.2;
  font-family: "Roboto", sans-serif, "Noto Sans TC";
  text-transform: uppercase;
}
.newsBox .titleBar .btn_all {
  width: 150px;
  text-align: right;
}
.newsBox .titleBar .btn_all a {
  display: inline-block;
  color: #00c997;
  font-size: 13px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.65px;
  border-radius: 14px;
  border: 2px solid #00c997;
  padding: 5.5px 16.64px;
}
@media (min-width: 1025px) {
  .newsBox .titleBar .btn_all a:hover {
    color: #ffffff;
    background-color: #00c997;
  }
}
@media (max-width: 768px) {
  .newsBox .titleBar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsBox .titleBar .newTitle {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .newsBox .titleBar .btn_all {
    display: none;
  }
}
.newsBox .btn_all {
  width: 150px;
  margin: auto;
  padding-top: 40px;
  text-align: center;
}
.newsBox .btn_all a {
  display: inline-block;
  color: #00c997;
  font-size: 13px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.65px;
  border-radius: 14px;
  border: 2px solid #00c997;
  padding: 5.5px 16.64px;
}
@media (min-width: 1025px) {
  .newsBox .btn_all a:hover {
    color: #ffffff;
    background-color: #00c997;
  }
}
.newsBox .btn_all.mb {
  display: none;
}
@media (max-width: 768px) {
  .newsBox .btn_all.mb {
    display: block;
  }
}
.newsBox .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
}
.newsBox .arrowBox .arrow {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 10px;
  cursor: pointer;
}
.newsBox .arrowBox .arrow svg {
  width: 11px;
  height: 21px;
}
.newsBox .arrowBox .arrow.slick-hidden {
  display: none;
}
.newsBox .arrowBox .appendDots .slick-dots {
  position: relative;
  width: auto;
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
}
.newsBox .arrowBox .appendDots .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 7.5px;
  display: inline-block;
  vertical-align: 6px;
}
.newsBox .arrowBox .appendDots .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.newsBox .arrowBox .appendDots .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 1;
}
.newsBox .arrowBox .appendDots .slick-dots li.slick-active {
  width: 32px;
  height: 8px;
}
.newsBox .arrowBox .appendDots .slick-dots li.slick-active button::before {
  border-radius: 8px;
  opacity: 1;
}
.newsBox .arrowBox svg {
  color: #00c997;
}
.newsBox .arrowBox .appendDots .slick-dots li button::before {
  background-color: #00c997;
}
.newsBox .newsList > .newsItem:not(:nth-child(1)):not(:nth-child(2)) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.newsBox .newsList .newsItem {
  padding: 22px 0;
  position: relative;
  background-color: #f6f6f6;
}
.newsBox .newsList .newsItem.slick-current {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 1025px) {
  .newsBox .newsList .newsItem:hover .moreBox a {
    color: #1ec89e;
    border-color: transparent;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 201, 151, 0.3);
            box-shadow: 0px 0px 18px 0px rgba(0, 201, 151, 0.3);
  }
}
.newsBox .newsList .newsItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsBox .newsList .newsItem .dateBox {
  width: 150px;
}
.newsBox .newsList .newsItem .dateBox .dateCircle {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  text-align: center;
  margin: auto;
}
.newsBox .newsList .newsItem .dateBox .yearMonth,
.newsBox .newsList .newsItem .dateBox .day {
  color: #4e4e4e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.newsBox .newsList .newsItem .dateBox .day {
  font-size: 55px;
}
.newsBox .newsList .newsItem .dateBox .yearMonth {
  font-size: 13px;
  margin-top: 2px;
  text-transform: uppercase;
}
.newsBox .newsList .newsItem .TxtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 150px);
}
.newsBox .newsList .newsItem .Txt {
  width: calc(100% - 178px);
  position: relative;
  padding-right: 50px;
}
.newsBox .newsList .newsItem .Txt .title {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.9px;
  height: 27px;
  overflow: hidden;
}
.newsBox .newsList .newsItem .Txt .title a {
  color: #1a1a1a;
  display: inline-block;
  position: relative;
}
.newsBox .newsList .newsItem .Txt .text {
  color: #484848;
  font-size: 15px;
  font-weight: 100;
  letter-spacing: 0.75px;
  line-height: 1.667;
  height: 51px;
  margin-top: 11px;
  overflow: hidden;
}
.newsBox .newsList .newsItem .moreBox {
  width: 178px;
}
.newsBox .newsList .newsItem .moreBox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 87px;
  height: 87px;
  margin: auto;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #4e4e4e;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.65px;
}
@media (max-width: 1180px) {
  .newsBox .newsList .newsItem .dateBox,
.newsBox .newsList .newsItem .moreBox {
    width: 180px;
  }
  .newsBox .newsList .newsItem .TxtBox,
.newsBox .newsList .newsItem .Txt {
    width: calc(100% - 180px);
  }
}
@media (max-width: 992px) {
  .newsBox .newsList .newsItem .dateBox {
    width: 120px;
  }
  .newsBox .newsList .newsItem .TxtBox {
    width: calc(100% - 120px);
  }
  .newsBox .newsList .newsItem .Txt {
    width: calc(100% - 120px);
    padding: 0 30px 0 20px;
  }
  .newsBox .newsList .newsItem .moreBox {
    width: 120px;
  }
}
@media (max-width: 768px) {
  .newsBox .newsList .newsItem .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .newsBox .newsList .newsItem .dateBox {
    width: 105px;
  }
  .newsBox .newsList .newsItem .TxtBox {
    width: calc(100% - 105px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsBox .newsList .newsItem .Txt {
    width: 100%;
    padding: 10px 20px 0 20px;
  }
  .newsBox .newsList .newsItem .Txt:after {
    display: none;
  }
  .newsBox .newsList .newsItem .moreBox {
    width: 100%;
    padding: 10px 20px 0 20px;
  }
  .newsBox .newsList .newsItem .moreBox a {
    border: 0;
    margin: 0;
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .newsBox .newsList .newsItem .moreBox a:after {
    display: inline-block;
    content: "+";
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    padding-left: 10px;
  }
}
@media (max-width: 480px) {
  .newsBox .newsList .newsItem .Txt .title {
    height: 53px;
  }
  .newsBox .newsList .newsItem .Txt .text {
    display: none;
  }
}
@media (max-width: 414px) {
  .newsBox .newsList .newsItem .dateBox {
    width: 90px;
  }
  .newsBox .newsList .newsItem .dateBox .dateCircle {
    width: 90px;
    height: 90px;
  }
  .newsBox .newsList .newsItem .dateBox .day {
    font-size: 45px;
  }
  .newsBox .newsList .newsItem .dateBox .yearMonth {
    font-size: 13px;
  }
  .newsBox .newsList .newsItem .TxtBox {
    width: calc(100% - 90px);
  }
  .newsBox .newsList .newsItem .Txt {
    padding: 10px 10px 0 0;
  }
  .newsBox .newsList .newsItem .moreBox {
    padding-left: 0;
  }
  .newsBox .newsList .newsItem .moreBox a {
    padding-top: 5px;
  }
}

.rwd_table {
  overflow-x: auto;
  padding: 1px;
}
/*# sourceMappingURL=investors.css.map */