@charset "utf-8";
/*
 * CSS Document
 * Copyright © Taiwan Business Bank Co., Ltd.
 * $Date: 2021-07-05 $
*/

@media screen and (max-width: 992px) { 
	
	/* tablet disabled */
	.tbb-disabled {
		pointer-events: none;
		color: #aaa !important;
	}
	
	.tbb-disabled input~.ttb-radio {
    	background-color: #d8d8d8 !important;
    	border-color: #bebec0 !important;
	}
	
	.tbb-disabled input~.ttb-radio:after {
		background: unset !important;
	}

	.tbb-disabled input~.ttb-radio-input {
	    font-color: #d6d6d6 !important;
	}
	
}

/* yilin 20210728 */
.ttb-input-item input[type="tel"],.ttb-input-item input[type="number"] {
    width: 230px;
    
}
.isValid{
	border:1px solid red;
 }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
}
input[readonly] {
   pointer-events: none;
}
#capCode.text-input{
    text-transform: uppercase;
}

@media screen and (max-width:991px){
    #mobile-header img, #mobile-header a, .belongin-header img {
        height: auto;
        width: 128px;
    }
}
/* 20220623*/

#id-popupBtn,#id-popupBtn2,#id-popupBtn3,#id-popupBtn4,#id-popupBtn5{
	display: none;
	margin-top: -46px;
	position:relative;
}
.tbb-arrow-down {
	text-align: center;
	justify-content: center;
	margin-left: -26px;
	display: flex;
}
.arrow-down-double{
	width:16px;
	height:21px;
	margin: 0 10px;

}

.error-for-message{
	width:85%;
	max-width: 1200px;
}
.ttb-terms div {
	font-size: 0.8rem;
	margin: 0rem;
}
.ttb-result-list.terms li,.ttb-result-list.terms li p {
	font-size:0.8rem;
}
.CN19-clause{
	height:60vh;
}
.ttb-result-list{
	margin: 0;
}
@media screen and (min-width: 767px){
	.error-block>div {
		min-width: 720px;
		padding: 20px 10px 50px 20px;
	}

}
@media screen and (max-width: 767px){
	.ttb-input-item input[type="tel"],.ttb-input-item input[type="number"] {
		width: calc(100% - 40px);
	}
	.ttb-result-list {
		margin: 20px 5px 0px 5px;
	}
	.error-block>div {
		padding: 0px;
		width: 95%;
	}
	.error-block div .error-title {
		margin: 20px  auto;
	}
	.ttb-terms div {
		font-size: 0.8rem;
	}
	#terms1 .ttb-button,#terms2 .ttb-button,#terms3 .ttb-button,#terms4 .ttb-button,#terms5 .ttb-button {

		left: 0px;
	}
	.CN19-clause>div {

		width: 100%;
		margin: 0 auto !important;
	}

	.error-for-message{
		width:100%;
		max-width: 1200px;
	}
	.ttb-result-list.terms li span.input-subtitle {

		margin-left: 0rem;
	}
	.ttb-result-list.terms ul, .ttb-result-list.terms ol {
		margin-left: 0rem;
	}
	#id-popupBtn,#id-popupBtn2,#id-popupBtn3,#id-popupBtn4,#id-popupBtn5{
		margin-top: -20px;
	}




}

