@charset "UTF-8";
.titleBox {
  margin-bottom: 50px;
}

.mainArea {
  padding-bottom: 120px;
}

.mainArea .textEditor .faqList {
  list-style: none;
  padding-left: 0;
}

.mainArea .bread {
  margin-bottom: 60px;
}

.mainArea .contentBox h1.articleTitle {
  margin-bottom: 55px;
}

h1.articleTitle {
  border-bottom: none;
}

.contentBox {
  position: relative;
  padding: 0 25px;
}

.contentBox h3.articleTitle {
  margin-top: -30px;
}

.inner {
  opacity: 0;
}

.inner.show {
  -webkit-animation: fsUp 1s ease-out both .3s;
          animation: fsUp 1s ease-out both .3s;
}

.contentBox .leftBox {
  float: left;
  width: calc(100% - 260px);
  padding-right: 50px;
  margin-right: 50px;
  box-sizing: border-box;
}

.contentBox .rightBox {
  float: left;
  width: 210px;
}

/*--共用設定--*/
.textInnerBox {
  margin-bottom: 40px;
  box-sizing: border-box;
}

.textInnerBox h5 {
  font-size: 15px;
}

.textInnerBox .Txt {
  font-size: 14px;
  line-height: 25px;
  color: #555;
  letter-spacing: .05em;
}

.textInnerBox .Txt img {
  display: block;
  margin: 0 auto;
}

.title03 {
  margin-bottom: 20px;
  padding: 10px 0;
  font-size: 24px;
  font-weight: 300;
  color: #14375b;
  font-family: 'Lato', 'Noto Sans TC', '微軟正黑體', sans-serif;
}

.sdTitle {
  margin-top: 100px;
}

.title04 {
  color: #14375b;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
}

.title04::before, .title04::after {
  content: '-';
  display: inline-block;
  vertical-align: top;
}

.title04::before {
  margin-right: 5px;
}

.title04::after {
  margin-left: 5px;
}

.title05 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
}

.classNote {
  padding-left: 20px;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.classNote h5 {
  font-size: 15px;
}

.classNote .Txt {
  font-size: 14px;
  line-height: 25px;
  color: #555;
  letter-spacing: .05em;
}

.classNote .Txt img {
  display: block;
  margin: 0 auto;
}

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

.textInnerList {
  box-shadow: 0 0 5px rgba(0, 0, 16, 0.1);
  letter-spacing: .05em;
  background-color: #fff;
}

.textInnerList .topTitle {
  background-color: #14375b;
  color: #fff;
  font-size: 14px;
  padding: 16px 20px;
  box-sizing: border-box;
}

.textInnerList .topTitle .left {
  float: left;
  width: 110px;
}

.textInnerList .topTitle .right {
  overflow: hidden;
}

.textInnerList ul h3 {
  overflow: hidden;
}

.textInnerList ul h3 a {
  font-size: 14px;
  font-family: "微軟正黑體";
}

.textInnerList ul li {
  padding: 18px 20px;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}

.textInnerList ul li:nth-of-type(odd) {
  background: #f7f7f7;
}

.yearBox {
  width: 100%;
  text-align: right;
}

.yearBox ul.yearLink li {
  display: inline-block;
}

.yearBox ul.yearLink li a {
  display: block;
  color: #555;
  padding: 5px 12px;
  box-sizing: border-box;
  border-radius: 15px;
  font-family: 'Lato', 'Noto Sans TC', '微軟正黑體', sans-serif;
}

.yearBox ul.yearLink li a.current {
  font-weight: 500;
  background: #d74b00;
  color: #fff;
}

.yearBox ul.yearLink li a:hover {
  background: #d74b00;
  color: #fff;
}

.horizontalTable table {
  width: 100%;
  min-width: 850px;
}

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

/********標題區*******/
.titleArea {
  clear: both;
  margin-bottom: 30px;
}

.titleArea h3 {
  /*標題區左-訊息標題*/
  font-size: 24px;
  font-weight: normal;
  color: #1f2020;
  letter-spacing: .05em;
  margin-bottom: 13px;
  overflow: hidden;
}

.titleArea h3 strong {
  display: block;
  font-weight: normal;
  color: #14375b;
}

.titleArea h3 b {
  /*標題區左-訊息日期*/
  font-size: 12px;
  color: #A3A3A3;
  font-weight: normal;
  margin-left: 5px;
}

.titleArea .newsDate {
  font-size: 15px;
  color: #222;
}

.titleArea .newsDate strong {
  font-weight: 300;
  font-family: 'Lato', 'Noto Sans TC', '微軟正黑體', sans-serif;
}

.titleArea .newsDate b {
  font-weight: 300;
  font-family: 'Lato', 'Noto Sans TC', '微軟正黑體', sans-serif;
}

.titleArea .link {
  display: inline-block;
  color: #222;
}

.titleArea .link:hover {
  color: #2e363a;
}

.titleArea .link:before {
  content: '|';
  display: inline-block;
  padding: 0 12px;
  color: #b3b3b3;
}

.titleArea .btn-fb {
  /*fb*/
  float: left;
}

.titleArea a.back {
  /*回上頁*/
  cursor: pointer;
  display: block;
  float: right;
  margin-left: 5px;
  color: #06F;
  font-size: 10pt;
}

/*--側邊資訊--*/
.ad_side_investor_list li {
  width: 100%;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
}

.ad_side_investor_list li:last-child {
  border-bottom: none;
}

.ad_side_investor_list img {
  display: block;
  width: 100%;
  transition: all .5s;
}

.ad_side_investor_list img:hover {
  opacity: .75;
}

.ad_side_investor_list h3 a {
  display: block;
  letter-spacing: .03em;
  margin-top: 5px;
}

/*--側邊_法人諮詢--*/
.side_infoIR {
  margin-bottom: 20px;
}

/*--側邊_聯絡IR--*/
.sideContactIR {
  margin-bottom: 30px;
}

.sideContactIR a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  letter-spacing: .05em;
  box-sizing: border-box;
  background: #393848;
  border-radius: 30px;
  font-family: 'Playfair Display', serif;
}

.sideContactIR a:hover {
  background: #2e363a;
}

.sideContactIR a:after {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*-----公司資訊-----*/
/*--基本資料--*/
table.tableBasicInfo tr:first-child {
  border-top-color: #dddddd;
}

table.tableBasicInfo tr td {
  padding: 15px 20px;
}

/*--組織與團隊--*/
.inveGroup {
  border-top: 3px solid #eee;
  margin-top: 50px;
  overflow-x: auto;
}

.inveGroup table {
  width: 850px;
}

.inveGroup h4 {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: .05em;
  padding: 40px 18px 30px;
}

.inveGroup table thead th {
  text-align: left;
}

.inveGroup table td {
  font-size: 14px;
  line-height: 25px;
  font-family: "微軟正黑體";
}

.inveGroup .footable-row-detail-name {
  width: 60px;
  box-sizing: border-box;
}

/*--財務摘要--*/
.inveFinance {
  position: relative;
}

.inveFinance h4 {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: .05em;
  padding-left: 20px;
}

.inveFinance h4 em {
  font-size: 13px;
  color: #747474;
}

.inveFinance h5 {
  margin-top: 32px;
  font-weight: normal;
}

.inveFinance h5 b {
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  font-family: 'Lato', 'Noto Sans TC', '微軟正黑體', sans-serif;
}

.inveFinance h5 em {
  display: block;
  text-align: right;
  margin-top: -30px;
  color: #747474;
  line-height: 20px;
  font-size: 13px;
}

.inveFinance table {
  min-width: 900px;
  font-family: 'Lato', 'Noto Sans TC', '微軟正黑體', sans-serif;
}

.inveFinance table th {
  text-align: left;
}

.inveFinance .horizontalTable {
  margin-top: 15px;
}

/*-----公司治理-----*/
/*--董事會,功能性委員會--*/
ul.faqList {
  box-shadow: 0 0 5px rgba(0, 0, 16, 0.1);
  margin-bottom: 20px;
  background-color: #fff;
}

ul.faqList > li {
  padding: 15px 20px;
  box-sizing: border-box;
  border-bottom: 1px dotted #eee;
  transition: all .5s;
}

ul.faqList > li h3 {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  padding-right: 25px;
  box-sizing: border-box;
  transition: all .5s;
}

ul.faqList > li h3 b {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-style: italic;
  margin-right: 10px;
  color: #51649A;
}

ul.faqList > li h3 a.toggleOpen {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 17px;
  height: 17px;
  border: 1px solid #393848;
  border-radius: 50%;
  transition: all .5s;
}

ul.faqList > li h3 a.toggleOpen:before, ul.faqList > li h3 a.toggleOpen:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.5px;
  margin-left: -4px;
  width: 8px;
  height: 1px;
  background: #393848;
  transition: all .5s;
}

ul.faqList > li h3 a.toggleOpen:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

ul.faqList > li .definition {
  display: none;
  font-size: 14px;
  padding: 20px 0 0 0;
  color: #555;
  line-height: 25px;
}

ul.faqList > li .Img {
  float: left;
  width: 90px;
  margin-right: 20px;
}

ul.faqList > li .Img img {
  display: block;
  width: 100%;
}

ul.faqList > li .rightTxt {
  /*float: left;*/
  margin-top: 5px;
}

ul.faqList > li .rightTxt ul {
  list-style-type: none;
  padding: 0;
}

ul.faqList > li .rightTxt ul li {
  float: left;
  width: 100%;
}

ul.faqList > li .rightTxt .left {
  /*float: left;*/
}

ul.faqList > li .rightTxt .right {
  /*overflow: hidden;*/
}

ul.faqList > li.current {
  background: #f7f7f7;
  border-top: 2px solid #c1a367;
}

ul.faqList > li.current h3 {
  font-size: 18px;
  background: #e6e6e6;
  padding: 10px 20px;
}

ul.faqList > li.current a.toggleOpen {
  border-color: #393848;
  top: 13px;
  right: 15px;
}

ul.faqList > li.current a.toggleOpen:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  background-color: #393848;
}

ul.faqList > li .definition h4 {
  margin-bottom: 15px;
  font-size: 22px;
  color: #14375b;
  font-weight: 500;
}

/*--董事會重大決議--*/
.resolutionBox ul .newsDate {
  float: left;
  width: 110px;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Lato', 'Noto Sans TC', '微軟正黑體', sans-serif;
}

.resolutionBox ul .newsDate strong {
  font-weight: normal;
  color: #222;
}

.resolutionBox ul h3 {
  overflow: hidden;
}

.resolutionYear {
  float: right;
  -webkit-transform: translateY(-88px);
      -ms-transform: translateY(-88px);
          transform: translateY(-88px);
}

/*--內規及章程--*/
.documentList li::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.rulesBox .topTitle .left {
  width: calc(100% - 100px);
}

.rulesBox .topTitle .right {
  width: 100px;
  text-align: center;
}

.rulesBox ul h3 {
  float: left;
  width: calc(100% - 100px);
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rulesBox ul .btn {
  width: 100px;
  overflow: hidden;
  text-align: center;
}

.rulesBox ul .btn a {
  display: inline-block;
  width: 24px;
}

.rulesBox ul .btn a img {
  display: block;
  width: 100%;
}

/*--季報與年報--*/
.reportsBox {
  overflow: hidden;
}

.reportsBox .yearBox {
  position: relative;
  z-index: 999;
  top: 25px;
}

.reportsBox h4 {
  font-size: 18px;
  font-weight: normal;
  padding-left: 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.reportsBox .season {
  margin-bottom: 60px;
  padding-bottom: 34px;
  border-bottom: 3px solid #eee;
}

.reportsBox ul.reportsList {
  position: relative;
  margin: 0 -30px;
}

.reportsBox ul.reportsList li {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 4 - 1px);
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: -3px;
  box-sizing: border-box;
}

.reportsBox ul.reportsList li .item {
  position: relative;
  box-sizing: border-box;
  text-align: right;
  margin-top: 25px;
  margin-bottom: 30px;
  transition: all .5s;
}

.reportsBox ul.reportsList li .item:hover h5 {
  background: #14375b;
}

.reportsBox ul.reportsList li .item:hover h5 b {
  color: #fff;
}

.reportsBox ul.reportsList li .item:hover h5 em {
  color: #fff;
}

.reportsBox ul.reportsList li .item:hover .btn a {
  background: #665229;
}

.reportsBox ul.reportsList li .item:hover .btn i {
  background: #fff;
}

.reportsBox ul.reportsList li .item:hover .btn i path {
  fill: #2e363a !important;
}

.reportsBox ul.reportsList li h5 {
  padding: 20px 25px 30px;
  box-sizing: border-box;
  text-align: left;
  background: #f1f1f1;
  transition: all .5s;
}

.reportsBox ul.reportsList li h5 b {
  display: block;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: .05em;
  margin-bottom: 5px;
  transition: all .5s;
}

.reportsBox ul.reportsList li h5 em {
  font-size: 13px;
  color: #555;
  transition: all .5s;
  font-family: 'Playfair Display', serif;
}

.reportsBox ul.reportsList li .btn {
  display: inline-block;
  margin-top: -17px;
}

.reportsBox ul.reportsList li .btn a {
  display: block;
  background: #b6a26f;
  width: 130px;
  height: 35px;
  line-height: 35px;
  transition: all .5s;
}

.reportsBox ul.reportsList li .btn a:before {
  content: 'Download';
  display: inline-block;
  vertical-align: top;
  width: 100px;
  text-align: center;
  color: #fff;
  font-family: 'Playfair Display', serif;
}

.reportsBox ul.reportsList li .btn i {
  display: inline-block;
  width: 30px;
  height: 35px;
  background: #14375b;
  border: 1px solid #14375b;
  text-align: center;
  box-sizing: border-box;
  transition: all .5s;
}

.reportsBox ul.reportsList li .btn i svg {
  width: 14px;
}

.reportsBox ul.reportsList li .btn i path {
  fill: #fff !important;
  transition: all .5s;
}

.reportsBox .year ul.reportsList li h5 b {
  font-weight: bold;
  font-size: 25px;
  font-family: 'Playfair Display', serif;
}

/*--月營收--*/
.revenueBox {
  overflow-y: auto;
}

.revenueBox .cloned {
  text-align: center;
}

.revenueBox table {
  min-width: auto;
}

.revenueBox table th {
  text-align: left;
}

.revenueBox table td {
  font-weight: 300;
  font-family: 'Lato', 'Noto Sans TC', '微軟正黑體', sans-serif;
}

.revenueBox table td.total {
  font-weight: 500;
}

.revenueBox table th, .revenueBox table td {
  padding: 14px 20px;
}

.classBox .revenueClassYear {
  margin-top: -130px;
}

/*--股東常會--*/
.shareholderBox .tableBox {
  margin-bottom: 50px;
}

.shareholderBox .yearBox {
  -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
          transform: translateY(-25px);
}

.shareholderBox .titleStyle02 {
  margin-top: 45px;
}

.shareholderBox .topTitle .left {
  width: calc(100% - 100px);
}

.shareholderBox .topTitle .right {
  width: 100px;
  text-align: center;
}

.shareholderBox ul h3 {
  float: left;
  width: calc(100% - 100px);
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*--稽核溝通政策--*/
.policyOutbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.policyOutbox .articleTitle {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

.policyOutbox .title03 {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
}

.policyOutbox .textEditor {
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
  width: 100%;
}

.policyOutbox .policyBox {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
  width: 100%;
}

.policyOutbox .classYear {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.policyOutbox .classBox ul.classLink {
  text-align: left;
}

.policyBox {
  margin-bottom: 20px;
}

/*--投資人行事曆--*/
.m_yearLink {
  display: none;
}

/*--股價資訊--*/
.stockTitle {
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: 300;
  font-family: 'Lato', 'Noto Sans TC', '微軟正黑體', sans-serif;
}

.stockTitle b {
  font-weight: normal;
}

.stockTitle b:after {
  content: '|';
  display: inline-block;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  padding: 0 12px;
  color: #eee;
}

.stockBox .left {
  float: left;
  width: 225px;
}

.stockBox .left a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 225px;
  min-height: 85px;
  text-align: center;
  padding: 15px 10px;
  color: #2e363a;
  background: #f1f1f1;
  box-sizing: border-box;
  margin-bottom: 20px;
  letter-spacing: .2em;
}

.stockBox .left a:hover {
  color: #fff;
  background: #c1a367;
}

.stockBox .Img {
  overflow: hidden;
  padding-left: 60px;
  box-sizing: border-box;
}

.stockBox .Img img {
  display: block;
  width: 100%;
  overflow: hidden;
}

/*--交易所檔案--*/
ul.transactionList {
  position: relative;
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 30px auto 70px;
  background-color: #fff;
}

ul.transactionList:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

ul.transactionList:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


ul.transactionList li {
  float: left;
  width: 50%;
  padding: 0 45px;
  box-sizing: border-box;
  text-align: center;
}

ul.transactionList li:nth-of-type(odd) {
  border-right: 1px dashed #e8e8e8;
}

ul.transactionList li a {
  display: block;
  font-size: 18px;
  padding: 30px 0;
  border-bottom: 1px dotted #e8e8e8;
}

/*--聯絡投資人關係--*/
.thankInfo {
  font-size: 15px;
  color: #747474;
  line-height: 24px;
  letter-spacing: .05em;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.formBox {
  margin-top: 20px;
  color: #2f2f2f;
  /*字的顏色*/
  font-size: 13px;
  padding-left: 20px;
  box-sizing: border-box;
}

.formBox .read {
  margin-top: 7px;
}

.formBox .left {
  margin-bottom: 5px;
  height: 30px;
}

.formBox label {
  display: inline-block;
  margin-right: 7px;
  font-size: 15px;
  color: #2F2F2F;
}

.formBox label em {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-left: 10px;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.formBox input[type="text"] {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 5px 15px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
}

.formBox select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 48px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  color: #747474;
  font-family: Arial, sans-serif, "微軟正黑體";
}

.formBox textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 200px;
  padding: 5px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
}

/*驗證碼*/
.checkArea {
  margin-top: 30px;
}

.checkArea .submit {
  display: inline-block;
  background-color: #c1a367;
  color: #fff;
  border-radius: 0 !important;
  padding: 12px 80px;
  cursor: pointer;
}

.checkArea .submit:hover {
  background-color: #14375b;
}

.captchaArea iframe {
  display: inline-block;
  vertical-align: middle;
  padding-left: 12px;
}

.captchaArea .refresh {
  font-size: 16px;
  margin: 0 10px;
}

.captchaArea .right [class^='g-'] {
  padding: 0;
  height: 48px;
  line-height: 43px;
}

.buttonArea a {
  display: inline-block;
  padding: 12px 30px;
  box-sizing: border-box;
  border-radius: 3px;
}

.calendarBox {
  margin-bottom: 40px;
}

.calendarBox h4 {
  margin-bottom: 25px;
}

.calendarBox .yearBox {
  -webkit-transform: translateY(24px);
      -ms-transform: translateY(24px);
          transform: translateY(24px);
}

.calendarTable thead {
  color: #fff;
}

.calendarTable thead th {
  background-color: #14375b;
}

.calendarTable td {
  border-bottom: 1px solid #eee;
  text-align: center;
  vertical-align: middle;
}

.calendarTable th, .calendarTable td {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  padding: 16px 20px;
  font-family: 'Lato', 'Noto Sans TC', '微軟正黑體', sans-serif;
}

.calendarTable th a, .calendarTable td a {
  font-weight: 300;
  font-family: 'Lato', 'Noto Sans TC', '微軟正黑體', sans-serif;
}

.btnPdf {
  display: inline-block;
  width: 100%;
  max-width: 100px;
  overflow: hidden;
  text-align: center;
}

.btnPdf a {
  display: inline-block;
  width: 24px;
}

.btnPdf a img {
  display: block;
  width: 100%;
}

.btnVideo a {
  font-size: 20px;
  color: #dadada;
}

.btnVideo a:hover {
  color: #d9534f;
}

.atc_event, .atcb-list, .atcb-link {
  display: none !important;
}

.btnCalendar {
  display: inline-block;
}

.btnCalendar a {
  display: block;
  width: 25px;
  height: 25px;
  background: url("../images/icon_calendar.jpg") no-repeat;
  background-size: contain;
}

.btnCalendar a:visited {
  background: url("../images/icon_calendar_a.jpg") no-repeat;
  background-size: contain;
}

.gender {
  position: absolute;
  left: 80px;
  top: 0;
}

[class^='g-'] {
  position: relative;
}

/*--radio--*/
input[type="radio"] + label {
  display: inline-block;
  position: relative;
  transition: all .5s;
  cursor: pointer;
  margin-right: 10px;
  height: 35px;
  line-height: 35px;
}

input[type="radio"] + label span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  border: 1px solid #c5b8a8;
  box-sizing: border-box;
  transition: all .3s;
  border-radius: 50%;
}

input[type="radio"] + label span:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
      -ms-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  left: 50%;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transition: all .3s;
}

.radio {
  position: relative;
  width: 1px;
  height: 1px;
  opacity: 0;
  display: none;
}

.radio:checked + label span:before {
  -webkit-transform: translateY(-50%) scale(1.2);
      -ms-transform: translateY(-50%) scale(1.2);
          transform: translateY(-50%) scale(1.2);
}

.ad_side_investor02_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 80px;
  color: #626262;
  letter-spacing: 1px;
}

.ad_side_investor02_list .side_title {
  margin-bottom: 30px;
  color: #064089;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Lato', 'Noto Sans TC', '微軟正黑體', sans-serif;
}

.ad_side_investor02_list .txtBox {
  font-family: Helvetica, Arial, '微軟正黑體', sans-serif;
}

.ad_side_investor02_list .txtBox strong {
  color: #161616;
  font-weight: 700;
}

.ad_side_investor02_list .txtBox span {
  display: inline-block;
  margin-right: 15px;
}

.ad_side_investor02_list .txtBox li:not(:first-child) {
  margin-top: 20px;
}

/*--RWD--*/
@media (max-width: 1180px) {
  .reportsBox ul.reportsList li {
    width: calc(100% / 3);
  }
}

@media (max-width: 960px) {
  .reportsBox .yearBox {
    top: 0;
    margin-bottom: 20px;
  }
  ul.yearLink {
    display: none;
  }
  .m_yearLink {
    display: block;
    position: relative;
    z-index: 1;
    text-align: left;
  }
  .m_yearLink a.main {
    display: block;
    font-size: 15px;
    position: relative;
    padding: 15px 10px;
    background: #2e363a;
    color: #fff;
  }
  .m_yearLink a.main b {
    font-weight: 300;
    font-family: 'Lato', 'Noto Sans TC', '微軟正黑體', sans-serif;
  }
  .m_yearLink a.main i {
    display: block;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
  }
  .m_yearLink ul {
    padding: 0;
    list-style: none;
    display: none;
    width: 100%;
    background: #FFF;
    border: 1px solid #d1d1d1;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99999;
    box-sizing: border-box;
  }
  .m_yearLink ul li {
    padding: 0;
  }
  .m_yearLink ul li:first-child a {
    border: none;
  }
  .m_yearLink ul li a {
    display: block;
    padding: 15px 10px;
    border-top: 1px solid #d1d1d1;
  }
  .m_yearLink ul li a:hover {
    background: #f0f0f0;
    color: inherit;
  }
  .m_yearLink ul li .current {
    background: #f0f0f0;
  }
  .stockTitle {
    font-size: 18px;
    margin-bottom: 40px;
    font-weight: 300;
    font-family: 'Lato', 'Noto Sans TC', '微軟正黑體', sans-serif;
  }
  .stockTitle b {
    font-weight: normal;
  }
  .stockTitle b:after {
    content: '|';
    display: inline-block;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
    padding: 0 12px;
    color: #eee;
  }
  .stockBox .Img {
    padding-left: 0;
    width: 100%;
  }
  .ad_side_investor02_list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .ad_side_investor02_list li {
    width: 100%;
  }
  .ad_side_investor02_list li:not(:first-child) {
    margin-top: 20px;
  }
  .ad_side_investor02_list .side_title {
    margin-bottom: 5px;
  }
}

/*--下拉選單--*/
.classYear {
  position: relative;
  z-index: 2;
  margin-top: -100px;
  float: right;
  width: 140px;
}

.classYear.noTop {
  margin-top: 0;
}

.classYear a.main {
  display: block;
  padding: 13px;
  background: #fcfcfc;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 15px;
  color: #808083;
}

.classYear a.main b {
  font-weight: 300;
  font-family: 'Lato', 'Noto Sans TC', '微軟正黑體', sans-serif;
}

.classYear a.main i {
  float: right;
}

.classYear ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fcfcfc;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-sizing: border-box;
  max-height: 290px;
  overflow-x: auto;
  display: none;
}

.classYear ul li {
  width: 100%;
}

.classYear ul a {
  display: block;
  padding: 13px;
  box-sizing: border-box;
}

.classYear ul a:hover {
  background: #f0f0f0;
  color: inherit;
}

.classYear ul .current {
  background: #f0f0f0;
}

.stakeholderForm .remark {
  position: relative;
}

.stakeholderForm .remark::before {
  content: '*';
  position: absolute;
  top: 1px;
  right: -12px;
  color: #c1a367;
  font-size: 25px;
}

.stakeholderForm select {
  width: calc(100% - 60px - 11px);
}

.stakeholderForm > form > div {
  margin-bottom: 20px;
}

.stakeholderForm .nameForm input[type="text"] {
  width: 50%;
  max-width: 400px;
}

.stakeholderForm input[type="radio"] {
  display: none;
}

.radioBtn::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-right: 5px;
  vertical-align: middle;
  border: 1px solid #e8e8e8;
  transition: all .4s ease-out;
}

.stakeholderForm input[type="radio"]:checked + .radioBtn::before {
  background-color: #14375b;
  border-color: #14375b;
}

/*驗證碼*/
.checkArea{
	clear:both;
	padding-top:45px;
	text-align: center;}

.checkArea .sliderBox{
	position:relative;
  display:inline-block;
  vertical-align: middle;
	margin-right:8px;}

.checkArea p.note{/*向右滑動解鎖*/
	font-size:15px;
	font-family:微軟正黑體;
	color:#999;
	position:absolute;
	left:55px;
	top:7px;}

.checkArea .btn{/*送出按鈕*/
  display:inline-block;
  vertical-align: middle;
}

.error{
	box-shadow:0 0 10px  #af3b42;}

/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {/*整個驗證碼區*/
		}
		
.QapTcha .clr{
	clear:both;}
	
.QapTcha .bgSlider{/*滑軌*/
	width:200px;
	height:41px;
	float:left;
	
	background: #45484d;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNDU0ODRkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg,  #45484d 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#45484d), color-stop(100%,#000000));
	background: -webkit-linear-gradient(-45deg,  #45484d 0%,#000000 100%);
	background: -o-linear-gradient(-45deg,  #45484d 0%,#000000 100%);
	background: -ms-linear-gradient(-45deg,  #45484d 0%,#000000 100%);
	background: linear-gradient(135deg,  #45484d 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=1 );
}
	
.QapTcha .Slider{/*按鈕*/
	cursor:pointer;
	width:45px;
	height:30px;
	background:transparent url(../lib/Qaptcha/but-arrow.gif) no-repeat;
	position:relative;
	top:6px;
	left:0;
	z-index:99;}

.checkArea p.note{/*向右滑動解鎖*/
	font-size:15px;
	font-family:微軟正黑體;
	color:#999;
	position:absolute;
	left:55px;
	top:11px;}
	
.QapTcha .dropSuccess{/*成功*/
	color:#4e8b37;}
	
.QapTcha .dropError{/*錯誤*/
	display:none;}

@media (max-width: 900px) {
  .reportsBox ul.reportsList li {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .ad_side_investor_list {
    margin: 0 -10px;
  }
  .ad_side_investor_list li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: -2px;
    padding: 0 10px;
    box-sizing: border-box;
    border-bottom: none;
  }
  .textInnerBox {
    padding-left: 0;
    margin-bottom: 0;
  }
  .classNote {
    padding-left: 0;
  }
  .thankInfo {
    padding: 0;
  }
  .formBox {
    padding-left: 0;
  }
  .formBox [class^='g-'] {
    padding-left: 0;
    padding-right: 0;
  }
  .captchaArea iframe {
    padding-left: 0;
  }
  .captchaArea .right [class^='g-'] {
    margin-bottom: 5px;
  }
  .checkArea {
    text-align: left;
  }
  .contentBox {
    padding-left: 0;
    padding-right: 0;
  }
  .contentBox .inner:before {
    display: none;
  }
  .contentBox .leftBox {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
  .contentBox .rightBox {
    width: 100%;
    margin-top: 40px;
  }
  ul.transactionList {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 640px) {
  .inveFinance h5 em {
    text-align: center;
    margin-top: 10px;
  }
}

@media (max-width: 500px) {
  .stakeholderForm .checkArea .btn {
    display: block;
    margin: 20px auto 0;
  }
  .stakeholderForm .checkArea .submit {
    display: block;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .stakeholderForm .checkArea .sliderBox {
    display: block;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .inveFinance table thead tr th:first-child,
  .inveFinance table tbody tr td:first-child {
    width: 100px;
  }
  .ad_side_investor_list {
    margin: 0;
  }
  .ad_side_investor_list li {
    width: 100%;
    padding: 0;
    margin-right: 0;
  }
  .reportsBox h4 {
    margin-bottom: 0px;
  }
  .reportsBox ul.reportsList li {
    width: 100%;
  }
  ul.transactionList li {
    width: 100%;
  }
  ul.transactionList li:nth-of-type(odd) {
    border-right: none;
  }
  .calendarTable th, .calendarTable td {
    padding-left: 15px;
    padding-right: 15px;
  }
}
