@charset "utf-8";

/*===========================================
A-3-2-1.css(A-3-2-1 鐃緒申鐃緒申認鐃緒申/鐃重常申鐃瞬刻申[B])
============================================*/

.ChargeType_A-3-2-1 .ChargeTypeInner{
	margin-bottom: 0;
}

.ChargeType_A-3-2-1 .ChargeTypeInner .ChargeBox{
    padding: 25px 20px;
    /* height: 300px; */
    width: 100%;
    display: flex;
    flex-direction: column;
}

.ChargeType_A-3-2-1 .ChargeTypeInner .ChargeBox .textInput{
    font-size: 18px;
    color: #444;
    line-height: 1.5;
	text-align: center;
	font-weight: bold;
}

.ChargeType_A-3-2-1 .ChargeTypeInner .ChargeBox .errorText{
    font-size: 16px;
    color: #E03D3D;
    line-height: 1.5;
	text-align: center;
	font-weight: bold;
	margin-top: 13px;
}

.ChargeType_A-3-2-1 .ChargeTypeInner .ChargeBox .AmountInput {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    flex-direction: column;

}

.ChargeType_A-3-2-1 .ChargeTypeInner .ChargeBox .AmountInput .InputArea{
	color: #666666;
	border-radius: 4px;
	border: 2px solid #E7E7E7;
	background-color: #F3F3F3;
	font-size: 20px;
	font-weight: bold;
	max-width: 200px;
    height: 44px;
    padding: 0 9px;
}

.ChargeType_A-3-2-1 .ChargeTypeInner .ChargeBox .AmountInput .InputArea.InputAreaError{
	border-color: #E03D3D !important;
}

.ChargeType_A-3-2-1 .ChargeTypeInner .ChargeBox .AmountInput .InputPass{
	display: none;
}

.ChargeType_A-3-2-1 .ChargeTypeInner .ChargeBox .errorPasswordText{
    font-size: 14px;
    color: #E03D3D;
    line-height: 1.5;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	display: none;
}

.ChargeType_A-3-2-1 .ChargeTypeInner .ChargeBox .certification {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	cursor: pointer;
}

.ChargeType_A-3-2-1 .ChargeTypeInner .ChargeBox .certification .certificationText{
	color : #757575;
	font-size: 15px;
	font-weight: bold;
	margin-left: 8px;
}

.ChargeType_A-3-2-1 .ChargeTypeInner .ChargeBox .linkText {
	margin-top: 25px;
}

.ChargeType_A-3-2-1 .ChargeTypeInner .ChargeBox .linkText a{
	display: flex;
	align-items: center;
	color: #757575;
    justify-content: center;
	font-size: 15px;
}

.ChargeType_A-3-2-1 .ChargeTypeInner .ChargeBox .linkText a img{
	margin-right: 5px;
}

.ChargeType_A-3-2-1 .ChargeTypeInner .ChargeBox .StartCharge {
	margin-top: 30px;
	background-color: #E03D3D;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	width: 100%;
	border: 0;
	height: 45px;
}

.ChargeType_A-3-2-1 .ChargeTypeInner .ChargeBox .ChangeBank {
    margin-top: 20px;
    background-color: #fff;
    color: #666666;
    border: 1px solid #DEDEDE;
    /* font-weight: bold; */
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    width: 100%;
    /* border: 0; */
    height: 45px;
}