* {
	font-size: 16px;
	font-family: "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", "sans-serif", "Roboto";
}
#basicInfo .subview_footer, #Statement .subview_footer, #verification .subview_footer{
	/* height:103px; */
	/*position: fixed;
	bottom: 0;*/
    background-color: #F5F5F5;
    padding-bottom: 15px;
}
#basicInfo .sign_new_inner, #verification .sign_new_inner{
	/* padding-top:25px;
	padding:0 26px; */
	padding-top: 0px;
    margin: 0 auto;
}


.process_item.active .step_description{
	color: #26A862;
	font-weight: 700;
}

.step_sign {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #d7dadc;
	color: white;
	text-align: center;
	vertical-align: middle;
	z-index: 503;
}

.step_sign:hover {
	color: #fff;
    text-decoration: none;
}

.step_sign:focus {
	color: #fff;
    text-decoration: none;
}

.step_description {
	font-size: 14px;
	color: #A0A0A0;
	margin-top: 4px;
	font-weight: 400;
	font-family: "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", "sans-serif", "Roboto";
	line-height: 19.6px;
	width: 60px;
}

.step_sign span {
	vertical-align: middle;
}

.subview_footer {
	bottom: 0;
	left: 0;
	right: 0;
	/*padding-top: 12px;*/
	/*padding:0px 26px;*/
	padding-top: 15px;
	border-top: 1px solid rgba(95, 108, 114, 0.2);
	background-color: white;
	z-index: 9999;
} 

.agreements {
	position: relative;
	/* margin-bottom: 12px; */
	margin-bottom: 24px;
	padding: 0px 0 0 13px;
	/*padding: 0px 0px 0 35px;*/
}

.agreements input[type=checkbox][disabled] + label:before{
	content: '';
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	top: 2px;
	left: -24px;
	border: 2px solid #d7dadc;
	border-radius: 2px;
	z-index: 501;
}

.agreements input[type=checkbox] + label:before{
	content: '';
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	top: 2px;
	left: -24px;
	border: 2px solid #27AE58;
	border-radius: 2px;
	z-index: 501;
}

.agreements input[type=checkbox]:checked + label:after{
	content: '';
	display: block;
	position: absolute;
	width: 11px;
	height: 5px;
	left: -20px;
	/*top: 5px;*/
	top: 7px;

	border-top: 2px solid white;
	border-right: 2px solid white;
	-webkit-transform: rotate(130deg);
	-moz-transform: rotate(130deg);
	-ms-transform: rotate(130deg);
	-o-transform: rotate(130deg);
	transform: rotate(130deg);
	z-index: 501;
}

.agreements input[type=checkbox]:checked + label:before{
	background-color: #27AE58;
}

.agreements label {
	position: relative;
	font-weight: 400;
	color: #37474F;
	margin-left: 24px;
	font-size: 15px;
}

.terms {
	color: #879195;
	margin-bottom: 20px;
}

.terms a {
	color: #27AE58;
	text-decoration: underline;
}

.action_button {
	/*margin-top: 24px;*/
	/*margin-bottom: 32px;*/
	max-width: 400px;
}

.primary_btn, .secondary_btn {
	text-align: center;
	display: block;
	/*margin-bottom: 12px;*/
	text-decoration: none;
}
.primary_btn:hover {
	background: #34BC6A;
	color: #fff;
	text-decoration: none;
	outline: none;
}

a:focus{
	outline: none;
}

.secondary_btn:hover,.secondary_btn:focus {
	color: #27AE58;
	text-decoration: none;
}

.primary_btn.disabled, .primary_btn.disabled:hover {
	color: #FFFFFF !important;
	background: #d7dadc !important;
	border: 1.5px solid #d7dadc !important;
}

.modal .primary_btn, .modal .primary_btn:focus  {
	border-radius: 6px;
    border: 1.5px solid #98E3BA;
    background: #98E3BA;
    color: #3A3A3A;
    font-weight: 700;
    font-size: 16px;
    font-family: "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", "sans-serif", "Roboto";
    text-decoration: auto;
    padding: 12px 10px;
}


.modal .primary_btn:hover{
	color: #fff;
	border: 1.5px solid #34BC6A;
    background: #34BC6A;
    text-decoration: none;
}

.secondary_btn {
	font-weight: 700;
	padding: 12px 10px;
	color: #27AE58;
}

.announcement_title {
	position: relative;
	padding: 0px 26px 8px;
	/*border-bottom: 1px solid rgba(95, 108, 114, 0.2);*/
	max-width: 400px;
   margin: 0 5px 5px;
}
.announcement_content {
	padding: 15px 22.5px 10px;
	/*background-color: #f3f3f3;
	max-height: 300px;*/
	overflow-y: auto;
	/*border-bottom: 1px solid rgba(95, 108, 114, 0.2);*/
	/*display: none;*/
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	max-width: 400px;
	max-height: 200px;
    margin: 5px;
}
.announcement_title_scroll {
    max-height: 145px;
    overflow-y: auto;
}

/*
@media screen and (max-width: 342px){
	.announcement_content {
		padding: 200px 26px 130px;
	}
}

@media screen and (max-width: 308px){
	.announcement_content {
		padding: 220px 26px 130px;
	}
}*/

.announcement_title.show + .announcement_content {
	display: block;
}

.announcement_title.show .dropdown_arrow:after{
	right: 16px;
	top: 16px;
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}


.dropdown_arrow:after {
	content: "";
	display: block;
	position: absolute;
	height: 12px;
	width: 12px;
	border-radius: 2px;
	border-top: 3px solid #27AE58;
	border-left: 3px solid #27AE58;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	right: 16px;
	top: 28px;
	z-index: 100;
/*	-webkit-transition: all .1s ease;
	transition: all .1s ease;		*/
}

.modal-close {
	width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: 16px;
    top: 12px;
    cursor: pointer;
    z-index: 230;
}

.sign_new_inner_agreements{
    margin-bottom: 0px;
    padding: 0px 0px 15px 35px
}


.sign_new_inner_agreements:last-child{
	padding-bottom: 0px;
}

.sign_new_inner_agreements span{
	/*padding-left: 10px;*/
	font-size:15px;
}

.checkbox_item .mouse_pointer{
	position: absolute;
    left: 0px;
    cursor: pointer;
}

/* ���Ǫ�tab */
.process_item.order .step_sign {
	background-color: #27AE58;
}
.process_item.order .step_description {
	color: #3A3A3A;
}

/* ���s�o�e disabled */
a.no_send {
    color: #879195;
    border: none;
}

.timer_none {
    display: none;
}

from.cmxform sapn.error, sapn.error{
	color: #E65100;
}
.errBox {
	background-color: #FDF1EB;
}
.anouncement_box{
	/*position: fixed;
	top: 85px;*/
    width: 100%;
    max-width: 400px;
    background: #fff;
    border-bottom: 1px solid rgba(95, 108, 114, 0.2);
}

.sign_height{
	height: 589px;
}

@media screen and (max-height: 640px){
    .sign_height {
       height: 555px;
    }
}

@media screen and (max-height: 600px){
    .sign_height {
       height: 500px;
    }
}


@media screen and (max-height: 550px){
    .sign_height {
        height: 88vh;
    }
}

.form-control{
	-webkit-appearance: none;
}

#registerBtn1, #registerBtn2, #registerBtn3{
	border: none;
	margin: 0px auto;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
	background-color: #F5F6F6;
}


.subview_scrollbar::-webkit-scrollbar {
  width: 4px;
}
  
.subview_scrollbar::-webkit-scrollbar-track {
  background: #D7DADC;
}
  
.subview_scrollbar::-webkit-scrollbar-thumb {
  background-color: #879195;
  border-radius:100px;
}

/* 我的投資風險屬性 */
.header-text {
	font-size: 15px;
}
.choose-text-black {
	color: rgba(0, 0, 0, 0.801149);
	font-weight: 400;
}
.choose-box {
	display: flex;
	align-items: flex-end;
	background-color: #ECF2EC;
}
.choose-left {
	margin: 0 25px 0 0;
}
.choose-right p {
	color:#27AE58;
	font-size: 17px;
	font-weight: 700;
}

.sub-choose-box {
    padding: 10px 0 10px 62px;
    margin: 0 15px;
}
.sub-choose-box p {
   font-size: 16px;
   color: rgba(0, 0, 0, 0.801149);
   font-weight: 300;
}
.sub-choose-box:not(:last-child) {
	border-bottom: 1px solid rgba(95, 108, 114, 0.2);
}
.sub-choose-box p.text-grey {
	color: #879195;
}
.limit-footer {
	padding: 15px 26px 0;
}
.choose-inner .table_left, .choose-inner .sub_table input[type=radio]:not(old), input[type=radio ]:not(old), .choose-inner .sub_table input[type=checkbox]:not(old),.choose-inner input[type=checkbox ]:not(old),.choose-inner .sub_table input[type=radio]:not(old):checked + label {
    width: 26px;
    height: 26px;
}

.choose-inner .sub_table input[type=radio]:not(old) + label,.choose-inner .sub_table input[type=checkbox]:not(old) + label {
	background: url(../images/icon_select05.png) no-repeat 0 0px;
    background-size: 26px 26px;
    width: 26px;
    height: 26px;
}

.choose-inner .sub_table input[type=radio]:not(old):checked + label, .sub_table input[type=checkbox]:not(old):checked + label {
    background: url(../images/icon_select04.png) no-repeat 0 0px;
}

span.choose-tag {
	font-size: 13px;
	font-weight: 300;
}
.bold-500 {
	font-weight: 700;
}
.sub-color-black {
	color: #37474F;
}
.sub-color-black p {
	color: #37474F;
}
.kyc-agree-content p, .kyc-agree-content ul, .kyc-agree-content ol, .kyc-agree-content div, .kyc-agree-content font {
	font-size: 15px;
	font-weight: 300;
}

#divSecKYCAgreeCompModal ul, #divSecKYCAgreeCompModal ol {
	padding-inline-start: 0;
}

.max-width-410 {
	max-width: 410px;
	margin: auto;
}

.max-width-400 {
	max-width: 400px;
	margin: auto;
}

.max-width-370 {
	max-width: 370px;
}

.mt-0 {
	margin-top: 0px!important;
}

.sec-kyc label {
	line-height: 22px;
}
.sec-kyc label.subview_box_label {
	font-weight: 700;
	font-size: 15px;
	color: #37474F;
}
.sec-kyc .form-select, .sec-kyc .form-control {
    margin-top: 0px;
}    
.sec-kyc .form-control {
	border: 1.5px solid #D7DADC;
    border-radius: 2px;
    padding: 12px 40px 12px 22px;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
}

.sec-kyc .sub_button {
     margin-top: 0px;
}

.sec-kyc .form-select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/icon_down01_2x.png) no-repeat 92% center transparent;
    background-size: 24px;
    padding-right: 40px;
}

.sec-kyc .form-select[disabled] {
	background:  url(../images/icon_down01_disabled_2x.png) no-repeat 92% center transparent;
	background-size: 24px;
}

.sec-kyc .has-error .form-select{
	background:  url(../images/icon_down01_error_2x.png) no-repeat 92% center transparent;
	background-size: 24px;
	border: 1.5px solid #E65100;
	
}

.subview_footer_2 {
	box-shadow: 0px -8px 15px 0px #87919526;
	padding: 20px 26px 0;
}
.subview_footer_2 .action_button {
	text-align: center;
	margin-bottom: 7.2px;
}
.subview_footer_2 .a_link {
	color: #1AAF54;
    text-decoration: none;
    border-bottom: 1px solid #1AAF54;
    font-size: 14px;
    font-weight: 700;
}
.subview_footer_2 .a_link:focus,
.subview_footer_2 .a_link:hover{
	text-decoration:none;
}

.subview_head h1 {
	margin-top: 15px;
}
.subview_head hr{
	margin-bottom:0px;
	padding-bottom:13px;
	margin-top: 15px;
	margin-bottom: 0px;
    padding-bottom: 20px;
}