/* 手機*/
@media screen and (max-width: 1024px){
   
	#mobile_menu_btn{		
		display:block;
		
	}
	#mobile-menu{		
		display:none;
	}
	#topmenu{
		display:none;
	}
	#topnav{
		background: white;
	}
	
	#topmenu{	
		
		font-size: 16px;
		width:100%;
		height:100%;
		font-weight: bold;
        text-align: center;
		background: #white;
		list-style-type: none;
		display: none;		
	    padding:15px;		
    }
	
	#topmenu li {
		border-top-style: none;
		border-bottom-style: none;
		white-space:normal; 
        word-break : break-all; 
        word-wrap: break-word;
        line-height:30px;		
		/*border-bottom: 1px solid #d3d3d3;*/	
		text-decoration:none;	
	
		text-align:left;
		list-style-type: none;
		/*width:400px;*/
		width:100%;
	}
	#topmenu li a {
		color:#595757;
	}
	#MainMenu .subnav{
		display:block; 
		width: 100% - 2px; 
	
	}
}
/*WEB版*/
/*WEB版*/
/*@media screen and (min-width: 780px) {	*/
/*寬度大於800 小於1200*/
@media screen and (min-width: 1025px){
	
    #mobile-menu{		
		display:none;
	}
	
	#mobile_menu_btn{		
		display:none;
	}
	#topmenu{
		display:block;
		
	}
	

	
}