﻿/* 
---------------------------------------------
sec-cs Page
--------------------------------------------- 
*/

.sec-cs-page-heading {
  background-image: url(../image/sec-cs-banner.png);
}

.sec-cs-title-small{
	display: inline-block;
    border-color: currentcolor #c39e55 #c39e55;
    border-top: 3px solid #c39e55;
    padding-top: 10px;
	margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
	font-weight: 600;
    font-size: 20px;
}

.sec-cs-sub-section {
  border: solid #707070;
  border-width: 0 0 .5px;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.sec-cs-text16 {
  font-size: 16px;
  line-height: 1.8;
}

.sec-cs-text18 {
  font-size: 18px;
  line-height: 1.8;
}

.sec-cs-text20 {
  font-size: 20px;
  line-height: 1.8;
}


.sec-cs-tab-content-card {
  width: 100%;
  background-color: #fff;
  border: .5px solid #707070;
  position: relative;
}

.bg-blue-white {
  font-size: 16px;
  font-weight: 200;
  color: #0f698d;
  background-color: #e2edf1;
}

.gray-box {
  background-color: #efefef;
}

.dl-button {
  color: #ffffff;
  padding: 10px 24px;
  background-color: #d5b26d;
}

.dl-button a{
  color: #ffffff;
}


.mobile-qrcode-box{
  padding: 20px;
}

/* 
------------
sec-cs - Fee Area Style
------------
*/

.FeeTab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.FeeTab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

.FeeTab button:hover {
  background-color: #ddd;
}

.FeeTab button.active {
  color: #c39e55;
  font-weight: 700;
  background-color: #ffffff;
}

.FeeTabContent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  text-align: center;
}

.fee-detail {
  width: 100%;
  margin: 0 auto;
  border: .5px solid #dcdcdc;
}

.fee-detail th, td {
  border: .5px solid #dcdcdc;
}


/* 
------------
sec-cs - Fund In Out Area Style
------------
*/

#fund-in-out .sec-cs-blue-box {
  padding: 10px;
  text-align: center;
  border: 1px solid #0f698d;
}

#fund-in-out .sec-cs-blue-box img {
  width: 100%;
  overflow: hidden;
}

#fund-in-out .sec-cs-blue-box h4 {
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 20px;
}

#fund-in-out .sec-cs-blue-box p {
  margin-bottom: 25px;
}

.FundInOutTab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.FundInOutTab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

.FundInOutTab button:hover {
  background-color: #ddd;
}

.FundInOutTab button.active {
  color: #c39e55;
  font-weight: 700;
  background-color: #ffffff;
}

.FundInOutTabContent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.FundInOutDetail {
  width: 100%;
  margin: 0 auto;
  border: .5px solid #dcdcdc;
}

.FundInOutDetail th, td {
  border: .5px solid #dcdcdc;
}

.FundInOutDetail td{
  text-align: left;
}

.BankDetail {
  width: 100%;
}

.BankDetail  th, td {
  border: .5px solid #dcdcdc;
  text-align: left;
}

.FundInOutFPS {
  padding: 20px 0;
  font-weight: 600;
  font-size: 24px;
}

/* 
---------------------------------------------
sec-discrete-acct Page
--------------------------------------------- 
*/
.sec-discrete-acct-heading {
  background-image: url(../image/sec-discrete-acct-banner.jpg); 
}

#sec-discrete-acct-01 {
  background-image: url(../image/sec-discrete-acct-01.jpg); 
}

#sec-discrete-acct-02 {
  background-image: url(../image/sec-discrete-acct-02.jpg); 
}

#sec-discrete-acct-03 {
  background-image: url(../image/sec-discrete-acct-03.jpg); 
}

#sec-discrete-acct-04 {
  background-image: url(../image/sec-discrete-acct-04.jpg); 
}

#sec-discrete-acct-05{
  background-image: url(../image/sec-discrete-acct-05.jpg); 
  width: 100%;
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
}



/* 
---------------------------------------------
sec-open-account Page
--------------------------------------------- 
*/

#sec-open-acct-01 {
  background-image: url(../image/sec-open-acct-01.jpg); 
}

#sec-open-acct-02 {
  background-image: url(../image/sec-open-acct-02.jpg); 
}

.sec-open-acct-heading {
  background-image: url(../image/sec-open-acct-banner.jpg); 
}

.sec-open-acct-align-top{
  padding-top: 20px;
}

.sec-open-acct-method-section {
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 3px dotted #eee;
  border-bottom: 3px dotted #eee;
}

.sec-open-acct-method-section  .section-heading {
  margin-bottom: 60px;
  text-align: center;
}

.sec-open-acct-method-section  .section-heading h2 {
  margin-bottom: 10px;
}

.sec-open-acct-method-section  .col-lg-4 {
  padding: 5px;
}

.sec-open-acct-no-gutters {
  padding-right: 0;
  padding-left: 0;
}

.OpenAcctTab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.OpenAcctTab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

.OpenAcctTab button:hover {
  background-color: #ddd;
}

.OpenAcctTab button.active {
  color: #c39e55;
  font-weight: 700;
  background-color: #ffffff;
}

.OpenAcctTabContent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.OpenAcctDetail {
  width: 100%;
  margin: 0 auto;
  border: .5px solid #dcdcdc;
}

.OpenAcctDetail th, td {
  border: .5px solid #dcdcdc;
}

.OpenAcctDetail td{
  text-align: left;
}

.open-account-card {
    border: 1px solid #707070;
}

.icon-content-number-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 200px;
    border-color: #707070;
    border-style: solid;
    border-width: 0 .5px .5px 0;
    padding: 10px;
}

.icon-content-number-card .logo {
    height: 75px;
    width: 75px;
    background-size: cover;
    background-repeat: no-repeat;
}

.icon-content-number-card .title {
    white-space: pre-line;
    text-align: center;
    width: 80%;
}

.icon-content-number-card .index {
    font-family: Noto Sans CJK TC, Helvetica, Heiti TC, PingFangTC, PingFangSC, Microsoft JhengHei, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    position: absolute;
    top: 10%;
    right: 10%;
    color: #0f698d;
}

.icon-title-bottom-line .border-bottom {
    border: solid #dcdcdc;
    border-width: 0 0 .5px;
}

.icon-title-bottom-line .box {
    display: inline-flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.icon-title-bottom-line .box .icon {
    min-width: 50px;
    width: 50px;
    height: 50px;
    background-position: 50%;
    background-repeat: no-repeat;
}

#mail .open-account-card .step-box {
    border-bottom: 1px solid #707070;
}

#mail .title-list ul  li{
    font-family: Noto Sans CJK TC, Helvetica, Heiti TC, PingFangTC, PingFangSC, Microsoft JhengHei, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    color: #595757;
    margin-bottom: 0;
    list-style: initial !important;
    padding-left: 20px;
}


/* 
------------
sec-cs - Forms Area Style
------------
*/

.forms-dl-item {
  text-align: left;
  border-width: 0 0 .5px;
  border-bottom: 1px solid rgba(60, 60, 60, .26);
}

.forms-dl-item-content{
  font-size: 16px;
  color: #333333;
  padding-left: 15px;
  margin: 10px 0px;
}

.forms-dl-item-icon{
  display: inline-block;
  padding-right: 5px;
  vertical-align: top;
}

.forms-dl-item-desc{
  display: inline-block;
  max-width: 90%;
}

/* 
------------
sec-cs - Trading Platform Area Style
------------
*/

.platform-dl-btn {
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  padding: 10px 24px;
  background-color: #d5b26d;
}

