/*共同設定*/
.superMenu ul , .superMenu li{
	list-style:none;	
}
.superMenu > ul ul{
	padding-left:15px;
	background:#FCFCFC;
}
.superMenu > ul{
	padding:0;
	margin:0;	
}
.superMenu > ul > li{
	border-bottom:1px solid #fff;
}
.superMenu .superTitle{
	margin:0;
	padding:5px;
	display:table;
	width:100%;
}
.superMenu .superTitle.active{
	font-weight:bold;
}
.superMenu .superTitle .tree , .superMenu .superTitle a{
	display:table-cell;	
}
.superMenu .superTitle .tree{
	vertical-align:middle;
}
.superMenu .superTitle a{
	vertical-align:middle;
	/*word-break: break-all; 因為英文不會有連續那麼長單字，所以暫時先拿掉*/
	padding: 5px;
}
.superMenu .superTitle .tree{
	width:20px;
	cursor:pointer;
	text-align: center;
}
.superMenu .tree:after{
	font-size:1.4em;
	color:black;
	width:1em;
	text-align:center;
}
.superMenu a{
	color:#333;
	font-size:1.1em;
	text-decoration:none;
}
.superMenu ul li ul li ul{
    padding-bottom: 25px;
}
.Menu_icon{
	margin-right:10px;
}
.superMenu > ul > li > .superTitle{
	background:#efefef;
	font-size: 1.1em;
}
.superMenu ul > li li{
	border-bottom:1px solid #F0F0F0;
}
.sideCate > li.active > .superTitle{
	background:#c4c4c4;
}
.superTitle .active{
	font-weight:bold;
	color:#000;
}
.superMenu_title{
	padding:10px;
	font-size:20px;
	color:#fff;
	font-weight:bold;
	background:#333;
}



/*prototype 樣式*/
.superMenu .prototype .tree:after{
	content:'+';
}
.superMenu .prototype .tree.active:after{
	content:'-';
}
.superMenu > ul.prototype ul{
	padding-left:20px;
}


/*transit 樣式*/
.superMenu .transit .tree:after{
	content:'+';	
	float:right	
}
.superMenu .transit .tree.active:after{
	content:'-';
}


/*bubba 樣式*/
.superMenu .bubba .tree:after{
	font-family: FontAwesome;
	content:'\f0da';
	margin-left:10px;
}
.superMenu .bubba .tree.active:after{
	content:'\f0d7';
}
.superMenu .bubba .superTitle{
	display:inherit;
}

/*** 跑分優化 ~ 自訂ICON add by Wheat 2022.05.18 *******/
.pagespeed  .superMenu .superTitle .tree:after {
	font-family: "custom-icon"  !important;
	content: '\61'  !important;
}
.pagespeed .superMenu .superTitle .tree.active:after {
	font-family: "custom-icon" !important;
	content: "\62" !important;
}
/*** END 跑分優化 ~自訂ICON  *******/
	