@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Poppins:wght@400;600;700&display=swap");
.fileBox .fileColumn .downLink svg, .fileBox .fileColumn .downLink .title, .classDownload a svg, .informationBox .infoRowContent .infoColumnDownload svg {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/***** 投資人全域 *****/
.mainArea.hasBg, .mainArea .hasBg {
  background: url(../images/bg_investors.png) no-repeat center top, #f3f4f4;
}

@media (min-width: 1181px) {
  .contentBox.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contentBox.flex > .leftBox {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: calc(100% - 330px);
    padding-right: 30px;
  }
  .contentBox.flex > .rightBox {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 330px;
    padding-left: 30px;
  }
  .contentBox.flex > .classNote {
    width: 100%;
  }
}
@media (min-width: 1181px) {
  .contentBox .rightBox {
    border-left: 1px solid #e5e5e5;
  }
}
@media (max-width: 1180px) {
  .contentBox .rightBox {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #dbdbdb;
  }
}

.mClassLink ul ul > li {
  border-top: 1px solid #e5e5e5;
}

/*.classRowLink {
	@include flex(jcc);
	width: 100%;
	> li {
		margin-right: 10px;
		margin-bottom: 10px;
	}
	a {
		display: block;
		padding: 5px 15px;
		color: #fff;
		background-color: $linkColor;
		&.current,
		&:hover {
			background-color: $linkColorHover;
		}
	}
}*/
/***** 側邊選單 *****/
.sideBox .Img {
  margin-bottom: 30px;
}
.sideBox .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/***** landing *****/
.landingSectionBox {
  position: relative;
  padding: 8px 0;
}

@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 {
  display: block;
  width: 100%;
  height: 100%;
  -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% + 8px * 2);
  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: -8px;
}
.landingLinkList .guideItem {
  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: 8px;
}
@media (min-width: 769px) {
  .landingLinkList .guideItem {
    width: calc(100% / 3);
  }
}
@media (min-width: 481px) and (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;
}
.landingLinkList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landingLinkList .Txt {
  padding: 0;
  border: 1px solid #e3e3e3;
  border-top: 2px solid #d6000f;
  background-color: #fff;
}
.landingLinkList .title {
  padding: 10px 15px;
  border-bottom: 1px solid #e3e3e3;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.landingLinkList .title::before {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 16px;
  margin-right: 8px;
  background-color: #d6000f;
}
.landingLinkList .linkBox {
  padding: 15px;
}
@media (min-width: 641px) {
  .landingLinkList .linkBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 641px) {
  .landingLinkList .linkBox > ul {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 50%;
    padding-right: 10px;
  }
}
.landingLinkList .linkBox > ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
}
.landingLinkList .linkBox > ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 2px;
  background-color: #bababa;
}
.landingLinkList .linkBox a {
  font-size: 14px;
  color: #545454;
  -webkit-text-decoration: 1px underline transparent;
          text-decoration: 1px underline transparent;
}
.landingLinkList .linkBox a:hover {
  color: #005bac;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}

/*.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: 1180px) {
  .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: #005bac;
}
.articleList li {
  padding: 20px;
  margin-bottom: 22px;
  border: 1px solid #e3e3e3;
  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: #005bac;
}

.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: #545454;
    font-size: 14px;
  }
  .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 #e3e3e3;
  }
}
.informationBox .infoRowContent .infoColumn:not(:last-child) {
  border-color: #e3e3e3;
}
@media (max-width: 640px) {
  .informationBox .infoRowContent .infoColumn {
    border: 1px solid #e3e3e3;
    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: #ff3d4b;
  vertical-align: middle;
}
@media (min-width: 1181px) {
  .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: #ff3d4b;
}
@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: 14px;
  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 #e3e3e3;
  background-color: #fff;
}
.commissionerList .commissionerItem .title {
  position: relative;
  padding: 0 15px 0 0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.commissionerList .commissionerItem .title::before {
  content: "+";
  color: #545454;
  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;
  border-top: 2px solid #ff3d4b;
  background-color: #f8f8f8;
}

.classDownload {
  padding-top: 30px;
}
.classDownload p {
  font-weight: 500;
  margin-bottom: 10px;
}
.classDownload a {
  display: block;
}
.classDownload a svg {
  width: 35px;
  height: 45px;
  cursor: pointer;
  display: inline-block;
  fill: #ff3d4b;
  vertical-align: middle;
}
@media (min-width: 1181px) {
  .classDownload a svg:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/***** faq *****/
.faqList .faqItem {
  padding: 20px;
  margin-bottom: 22px;
  border: 1px solid #e3e3e3;
  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: #545454;
  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: #005bac;
  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 #ff3d4b;
  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 #dbdbdb;
  background-color: #fff;
}
.fileBox .fileColumnQuarter {
  width: 100%;
  margin-bottom: 20px;
}
.fileBox .fileColumnIndividual, .fileBox .fileColumnYear {
  width: calc(100%/2 - 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: calc(100%/4);
  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: #545454;
  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: red;
  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: red;
  vertical-align: middle;
}
.fileBox .fileColumn .downLink .text {
  background-color: #060606;
  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: 1181px) {
  .fileBox .fileColumn .downLink:hover:not(.noFile) {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .fileBox .fileColumn .downLink:hover:not(.noFile) .text {
    background-color: #005bac;
  }
}

/***** 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: calc(100%/3);
  -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 {
  display: block;
  width: 100%;
  -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: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
.documentList .documentItem .title a {
  display: block;
}
.documentList .documentItem .text {
  max-height: 80px;
  margin: 15px 0;
  color: #545454;
  line-height: 1.5;
  overflow: hidden;
}
.documentList .documentItem .btn {
  max-width: 100%;
}

/***** 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 {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.resList .resItem .Txt {
  padding-top: 20px;
}
.resList .resItem .Txt .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.resList .resItem .Txt .title a {
  display: block;
}
.resList .resItem .Txt .text {
  max-height: 80px;
  margin: 15px 0;
  color: #545454;
  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: 14px;
  text-align: center;
  background-color: #005bac;
  color: #fff;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.textEditor table tr:nth-child(even) td {
  background-color: #f7f7f7;
}

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

/*
// 投資人全域 
.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: 14px;
			@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

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

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

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

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

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

	@include media(1180) {
		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(1180) {
			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: 14px;
		font-weight: 400;
		border: 1px solid $dlColor;
		cursor: pointer;

		@extend %ts;

		@include media(-1181) {
			&: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(-1181) {
			&: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(1180) {
			padding-top: 15px;
		}

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

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

	svg {
		@include media(-1181) {
			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(-1181) {
			&: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;
		}
	}
}
*/