@charset "utf-8";

.bank_color{
   color:  var(--main-color);/*統一參數*/

}
.clr{
	clear: both;
}
.tab_a_sty a{
	color: #666;
	width: 130px;
	text-align: center;	
	display: block;
}
.tab_a_sty a:hover{
	color: #fff;
}


.tab_a_sty:hover .aw{
	color: #fff;
}


.tab_display{
	display: none;
}
.tc_table{
	width: 100%;
	border: solid 1px #999;
	margin: 3px 0;
}
.tc_table th{
	background-color: #666;
	text-align: center;
	padding: 8px 0;
	font-size: 14px;
	color: #fff;
}
.tc_table td{
	background-color: #FFF;
	text-align: center;
	padding: 8px 0;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	height: 40px;
}
.tab_tit{
	color: var(--main-color);/*統一參數*/
	font-size: 18px;
	font-weight: bold;
	text-align:left;
}
.slider-for .box ul{
	margin: 0 0 20px 0 ;
}
.slider-for .box ul.tab_text_listy li{
	list-style-type: decimal;
}

@media screen and (min-width:1024px) {
	.tab_all{
		width: 1000px;
		margin: 0 auto;
	}
	.tab_text{
		width: 100%;	
	}
	.tab_text li{
		text-align:left;
		color: #666;
		font-size: 14px;
		margin:5px 0;
		letter-spacing: 1px;
		font-weight: normal;
		line-height: 22px;
				
	}
	.tab_text_listy li{
		list-style-type:decimal;
		margin: 0 0 0 30px;
		line-height: 25px;
	}
	.tab_service{
		width: 100%;
		text-align: center;
	}
	.tab_service ul{
		margin: 0 10px;
		font-size: 20px;			
		padding: 5px  0 5px 18px;
		line-height: 30px;
	}
    
    .tab_service i{
        color: var(--main-color);/*統一參數*/
    }
	
}
@media  screen and (min-width: 768px) and (max-width: 1023px) {
	.tab_all{
		width: 95%;
		margin: 0 auto;
	}
	.tab_text{
		width: 100%;
		
	}
	.tab_text ul{
		text-align:left;
		color: var(--main-color);/*統一參數*/
		font-size: 18px;
		font-weight: bold;
		margin: 0 0 10px 0 ;
		
	}
	.tab_text li{
		text-align:left;
		color: #666;
		font-size: 14px;
		margin:5px 0;
		letter-spacing: 1px;
		font-weight: normal;
				
	}
	.tab_text_listy li{
		list-style-type:decimal;
		margin: 0 0 0 30px;
		line-height: 25px;
	}
	.tab_service{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.tab_service ul{
		display: inline-block;
		margin: 0 ;
		font-size: 20px;		
		color: var(--main-color);/*統一參數*/
				
		padding: 5px 20px;
		line-height: 30px;
	}
	.tab_service ul:last-child{
		border-right: 0;	
	}

	
}
ul.tabs {
	margin: 0;
	padding: 0;
    padding-bottom: 1px;
	float: left;
	list-style: none;
	height: 31px;
	border-bottom: 1px solid #999;
	width: 100%;
}

ul.tabs li {
	font-size: 14px;
	float: left;
	margin: 0 10px 0 0;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	padding: 0px 25px;
	height: 31px;
	line-height: 31px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;	
	color: #666;  
	position: relative;
}
ul.tabs li:nth-child(2){
	padding: 0px;
}
ul.tabs li:nth-child(3){
	padding: 0px;
}
ul.tabs li:nth-child(4){
	padding: 0px;
}
.tab_last { border-right: 1px solid #999; }

ul.tabs li:hover {
	background-color: var(--main-color);/*統一參數*/
	color: #fff;
}


ul.tabs li.active {
	background-color:  var(--main-color);/*統一參數*/
	color: #fff;
	border-bottom: 1px solid #999;
	display: block;
}

.tab_container {	
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	
	overflow: auto;
}

.tab_content {
	padding: 20px 0;
}

.tab_drawer_heading { display: none; }

@media screen and (max-width: 767px) {
	.tab_all{
		width: 95%;
		margin: 0 auto;
	}
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
		width: 60%;
		background-color:#666;
		color: #fff;
		text-align: center;
		border-radius: 5px;
		margin: 5px auto;
		padding: 5px 5px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.tab_drawer_heading a{
		color: #fff;
		width: 100%;
		display: block;
		padding:8px 0;
		font-size: 19px;
		
		
	}
	.tab_container .d_active {
		color: #fff;
		font-size: 19px;
		padding:8px 0;
	}
	.d_active {
		background-color:var(--main-color);/*統一參數*/
		color:#fff;
		font-size: 19px;
		padding:8px 0;
	}
	.tab_text{
		width: 90%;
		margin: 0 auto;
		
	}
	.tab_text ul{
		text-align:left;
		color:var(--main-color);/*統一參數*/
		font-size: 18px;
		font-weight: bold;
		margin: 0 0 10px 0 ;
		
	}
	.tab_text li{
		text-align:left;
		color: #666;
		font-size: 14px;
		margin:5px 0;
		letter-spacing: 1px;
		font-weight: normal;
		line-height: 25px;
				
	}
	.tab_text_listy li{
		list-style-type:decimal;
		margin: 0 0 0 30px;
		line-height: 25px;
	}
	.tab_service{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.tab_service ul{		
		font-size: 18px;
		color: var(--main-color);/*統一參數*/;
		padding: 5px 0; 
	}
	
	
	
}