| 
					
				 | 
			
			
				@@ -2,7 +2,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   /* if(screen.width >= 901){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       window.location.href = "https://www2.hhh.com.tw/";    
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   } */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  if(screen.width <= 480) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+   
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     let height = (window.screen.width * 2) / 3; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     console.log(height); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     $('.sec-02 .slide-item').css('height', `${height}px`); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -10,10 +10,10 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     console.log(topHeight); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     $('.sec-00 .slide-item').css('height', `${topHeight}px`); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     $('.sec-00 .container-fluid').css('height', `${topHeight}px`); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+   
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-window.addEventListener('resize', reportWindowSize); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+/* window.addEventListener('resize', reportWindowSize); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 function reportWindowSize() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   if(screen.width > 480) { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -21,7 +21,11 @@ function reportWindowSize() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     $('.sec-00 .slide-item').css('height', `200px`); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     $('.sec-00 .container-fluid').css('height', `200px`); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+$( window ).resize(function() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  location.reload(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+}); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 $(".sec-01__slider").slick({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         dots: true, 
			 |