h4 {
  font-family: Arial, Verdana, Helvetica, sans-serif, "Microsoft JhengHei",
    "微軟正黑體" !important;
}

#wrap {
  position: relative;
}


.banner_kv {
  background-image: url(../images/top_banner.jpg);
  height: 400px;
}

@media screen and (max-width: 650px) {
  .banner_kv {
    background-image: url(../images/top_banner_m.jpg);
  }
}

.main_banner_section.page_banner {
  background-position: center center;
}

p {
  font-size: 18px;
  line-height: 32px;
  color: #4e4e4e;
  text-align: justify;
  text-justify: distribute-all-lines;
}

.head-title h1 {
  font-size: 27px;
  position: relative;
  color: #1d865e;
}

h2 b,
.bottom-text b {
  color: #1d865e;
}

.head-title .withline:before {
  content: "";
  width: 15%;
  height: 1px;
  background-color: #d4d4d4;
  position: absolute;
  left: 20%;
  top: 20px;
}

.head-title .withline:after {
  content: "";
  width: 15%;
  height: 1px;
  background-color: #d4d4d4;
  position: absolute;
  right: 20%;
  top: 20px;
}

@media screen and (max-width: 650px) {
  .head-title .withline:before {
    left: 5%;
  }

  .head-title .withline:after {
    right: 5%;
  }
}

.border-box .columns {
  margin-bottom: 0.35rem;
}

.call_for_act_area2 {
  display: table;
  table-layout: fixed;
  height: 52px;
  width: 90%;
  padding: 5px;
  background: -moz-linear-gradient(top,
      rgba(255, 255, 255, 1) 0%,
      rgba(235, 235, 235, 1) 100%);
  background: -webkit-linear-gradient(top,
      rgba(255, 255, 255, 1) 0%,
      rgba(235, 235, 235, 1) 100%);
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 1) 0%,
      rgba(235, 235, 235, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d4d4d4;
  margin: 0 auto;
}

.call_for_act_area3 {
  display: table;
  table-layout: fixed;
  height: 52px;
  width: 25%;
  padding: 5px;
  background: -moz-linear-gradient(top,
      rgba(255, 255, 255, 1) 0%,
      rgba(235, 235, 235, 1) 100%);
  background: -webkit-linear-gradient(top,
      rgba(255, 255, 255, 1) 0%,
      rgba(235, 235, 235, 1) 100%);
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 1) 0%,
      rgba(235, 235, 235, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d4d4d4;
  margin: 0 auto;
}

.textalign {
  text-align: justify;
  text-justify: distribute-all-lines;
}

.font {
  font-size: 18px;
  line-height: 26px;
}

#tableExpiredInvestment {
  margin-top: 30px;
}

#tableExpiredInvestment h1,
#tableNewInvestment h1 {
  font-size: 27px;
}

@media screen and (max-width: 650px) {
  .call_for_act_area3 {
    display: table;
    table-layout: fixed;
    height: 52px;
    width: 86.5%;
    padding: 5px;
    background: -moz-linear-gradient(top,
        rgba(255, 255, 255, 1) 0%,
        rgba(235, 235, 235, 1) 100%);
    background: -webkit-linear-gradient(top,
        rgba(255, 255, 255, 1) 0%,
        rgba(235, 235, 235, 1) 100%);
    background: linear-gradient(to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(235, 235, 235, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d4d4d4;
    margin: 0 auto;
  }

  .call_act_content p {
    text-align: center;
  }
}

/* ---------------------------------------------------tnc---------------------------------------------------- */

ol {
  margin-left: 0px;
}

ul {
  margin-left: 20px;
}

li {
  text-align: justify;
  text-justify: distribute-all-lines;
}

#footer .footer_bot_area ul {
  line-height: 1.6em;
  padding-left: 0;
  margin-bottom: 10px;
}

table.remark {
  background-color: #999999;
  border-spacing: 1px;
  border-collapse: inherit;
  margin: 3px 0;
}

table.remark th,
table.remark td {
  padding: 2px;
  text-align: center;
}

table.remark th {
  background-color: #c7c7c7;
}

table.remark td {
  background-color: #ffffff;
}

.remarks_fromXML-tnc {
  color: #222222;
}

#tableNewInvestment_tnc th,
#tableNewInvestment_tnc td,
#tableNewInvestment_tnc tr,
#tableNewInvestment_tnc span,
#tableNewInvestment_tnc h3,
#tableNewInvestment_tnc tbody tr:nth-child(even),
#tableExpiredInvestment_tnc th,
#tableExpiredInvestment_tnc td,
#tableExpiredInvestment_tnc tr,
#tableExpiredInvestment_tnc span,
#tableExpiredInvestment_tnc h3,
#tableExpiredInvestment_tnc tbody tr:nth-child(even) {
  text-align: center !important;
  font-size: 11px !important;
  background-color: #fff !important;
  color: #222222 !important;
}

#tableNewInvestment_tnc td,
#tableNewInvestment_tnc th,
#tableExpiredInvestment_tnc th,
#tableExpiredInvestment_tnc td {
  border: 1px #d4d4d4 solid;
}

#tableNewInvestment_tnc th,
#tableExpiredInvestment_tnc th {
  font-size: 11px !important;
  background-color: #0d6c29 !important;
  color: #fff !important;
}

#tableExpiredInvestment th {
  background: #0d6c29;
  color: #fff;
}

#tableNewInvestment>div table,
#tableExpiredInvestment>div table,
#tableExpiredInvestment_tnc>div table {
  border: 1px #d4d4d4 solid;
  border-radius: 20px;
  box-shadow: 1px 0px 4px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 20px;
}

#tableExpiredInvestment>div table td,
#tableExpiredInvestment>div table th {
  border: 1px #d4d4d4 solid;
}

#tableExpiredInvestment>div .table-title {
  padding: 0px 0px 0px;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
  color: #0d6c29;
}

#tableExpiredInvestment_tnc>div .table-title {
  padding: 0px 0px 0px;
  font-weight: bold;
  text-decoration: none;
  color: #0d6c29;
}

#tableExpiredInvestment_tnc>div table {
  margin-bottom: 10px;
}

#tableNewInvestment>div:last-child table,
#tableExpiredInvestment_tnc>div:last-child table,
#tableExpiredInvestment>div:last-child table,
#tableCashReward>div:last-child table {
  margin-bottom: 0;
}

p a.blue_link:link,
p a.blue_link:hover,
p a.blue_link:active,
p a.blue_link:visited {
  color: #337ab7;
}

h3 {
  color: #0d6c29;
  font-size: 17px !important;
}

.common_faq {
  padding-top: 60px !important;
  padding-bottom: 40px !important;
}

.common_faq .collapse {
  display: none !important;
}

.common_faq .collapse.in {
  display: block !important;
}

.common_faq h4 {
  color: #333333;
  font-size: 13px !important;
}

.common_faq .main_content_area {
  background: #f7f5ee;
  padding: 0px 22px 20px 22px;
}

.common_faq button[aria-expanded="true"] .expand_arrow {
  width: 14px;
  height: 9px;
  background-image: url(../images/arrow_expand_up.png);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 7px;
}

.common_faq button[aria-expanded="false"] .expand_arrow {
  width: 14px;
  height: 9px;
  background-image: url(../images/arrow_expand_down.png);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 7px;
}

.collapse_header {
  font-size: 16px;
  color: #333333;
  width: 50%;
  float: left;
  text-align: center;
  padding: 15px 0px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1.5;
}

.collapse_header:hover {
  background-color: #ffffff;
}

.collapse_header.active,
.collapse_header.active:hover {
  color: #ffffff;
  background-color: #0d6c29;
}

.collapseTwo_header_wrapper,
.collapseThree_header_wrapper {
  border-bottom: 1px #0d6c29 solid;
  /* margin-bottom: 45px; */
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

#collapseTwo_desktop_wrapper,
#collapseTwo_mobile_wrapper,
#collapseThree_desktop_wrapper,
#collapseThree_mobile_wrapper {
  display: none;
}

#collapseTwo_desktop_wrapper.active,
#collapseTwo_mobile_wrapper.active,
#collapseThree_desktop_wrapper.active,
#collapseThree_mobile_wrapper.active {
  display: block;
}

.collapse_header_wrapper {
  cursor: pointer;
  border-bottom: #1d7536 1px solid;
  position: relative;
}

.carousel-caption-remark {
  text-align: left;
  font-size: 12px;
}

.carousel-caption-remark li {
  font-size: 12px;
}

@media screen and (max-width: 650px) {
  .collapse_header_wrapper {
    padding-right: 40px;
  }
}

.ui-tabletc-second,
.ui-tabletc-first {
  font-size: 15px;
}

.ui-tabletc-first tr {
  border-bottom: 1px solid #d4d4d4;
}

.ui-tabletc-first th,
.ui-tabletc-first td,
.ui-tabletc-second th,
.ui-tabletc-second td {
  text-align: left;
  padding-left: 3%;
  font-size: 15px;
}

.ui-tabletc-second tr {
  border-bottom: 1px solid #d4d4d4;
}

.ui-tabletc-second th {
  width: 75%;
}

button.collapse_btn {
  font-size: 17px !important;
  width: 97%;
  text-align: left;
  padding: 20px 0px;
}

.collapse_link {
  border-bottom: #1d7536 1px solid;
}

.collapse_link a {
  font-size: 17px !important;
  padding: 20px 0px;
  display: block;
  color: #222222;
}

.collapse_link a:after {
  content: "";
  background: url("../images/icn_stroke_non_hase_link_grey02.svg") no-repeat;
  width: 25px;
  height: 25px;
  margin-left: 0;
  margin-top: -4px;
  display: inline-block;
  vertical-align: middle;
}

.collapse_link a:hover:after {
  background: url("../images/icn_solid_external_link_grey02.svg") no-repeat;
}

.tnc_link a:after {
  content: "";
  background: url("../images/icn_stroke_non_hase_link_grey02.svg") no-repeat;
  width: 25px;
  height: 25px;
  margin-left: 0;
  margin-top: -4px;
  display: inline-block;
  vertical-align: middle;
}

.tnc_link a:hover:after {
  background: url("../images/icn_solid_external_link_grey02.svg") no-repeat;
  background: url("../images/icn_solid_external_link_green.svg") no-repeat;
}