	.timetable-wrap .sub-nav1{
		padding:0px;
		margin-bottom:60px;
		width:100%;
		height:70px;
	}

	.timetable-wrap .sub-nav1 li{
	  float:left;
   	list-style-type:none;	
  	width:32.33%;
  	height:100%;
  	line-height:70px;
  	border:1px solid #d8d8d8;
  	background-color:#f0f0f0;
  	margin:0px 0.5% 0px 0.5%;
  	font-family: 'NanumSquare', gulim;
    font-weight:500;
    font-size:25px; 	
    color:#71747a;
    text-align:center;  
    letter-spacing:-1px;
  }

  .timetable-wrap .sub-nav1 li > a {
	  display:block;
	  width:100%;
	  height:100%;
  }
	
  .timetable-wrap .sub-nav1 li > a:hover {
	  color:#71747a;
	  text-decoration:none;
  }
	
  .timetable-wrap .sub-nav1 .on {
	  border:1px solid #5c5e64;
	  background-color:#fff;
	  color:#2e2e2e;
	  text-decoration:none;		
  }

  .timetable-wrap .sub-nav1 li:hover {
	  border:1px solid #5c5e64;
	  background-color:#fff;
	  color:#2e2e2e;
  }

  .timetabLe-wrap .timetabLe-div {
  	clear:both;
  }

  
@media screen and (max-width:1280px) {

	.timetable-wrap .sub-nav1 li{
    font-size:20px; 	
  }

}

@media screen and (max-width:767px) {

	.timetable-wrap .sub-nav1 li{
    font-size:13px; 	
  }

}
