|  | @@ -1077,7 +1077,8 @@
 | 
	
		
			
				|  |  |      function resizeWindow(){
 | 
	
		
			
				|  |  |          var bordHeight = document.getElementById("schedule-bord").clientHeight;
 | 
	
		
			
				|  |  |          var h = parseInt((bordHeight - padding) );
 | 
	
		
			
				|  |  | -        $(".bord-right .bord-contents ul").attr("style","height:" + h + "px");
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        $(".bord-right .bord-contents ul").attr("style","height:" + (h-10) + "px");
 | 
	
		
			
				|  |  |          if(hasSchedule)
 | 
	
		
			
				|  |  |              initScroll( "schedule-bord" );
 | 
	
		
			
				|  |  |          if(hasNotify)
 |