.fixedRightBHZoom span:before {

    left: 50%;
    transform: translateX(-50%);		
}	
.fixedRightBHZoom span:after {
    
    content: "Zoom In";
    left: 50%;
    transform: translateX(-50%);
    						
}	
	
.BrowsingHistoryBg.active .fixedRightBHZoom span:after {
    content: "Zoom Out";				
}

/* footer */

@media (max-width: 1485px){
    .footer_middleContent .wrap{
        
        justify-content: center;
        
    }
    .footer_lang{
        right: unset;
        justify-content: flex-start;
        width: fit-content;
        
    }
    /* 版腳_資訊區塊 */
	.footer_information{
		width: 100%;
	}
    .footer_right_area{
        width: 100%;
        align-items: flex-start;

    }


}
@media (max-width: 1280px){
	.footer_lang{
        right: unset;
        
    }
}