@charset "utf-8";

img {
    max-width: 100%; /* 이미지의 최대사이즈 */
    width /***/: auto; /* IE8 */
    height: auto;
    vertical-align: bottom;
}

#titlebanner{}
#titlebanner h2{color: rgb(255, 255, 255); font-family: '나눔고딕'; font-size: 16px; font-weight: 600; padding-top:100px;}
#titlebanner h1{color: rgb(255, 255, 255); font-family: '나눔고딕'; font-size: 35px; font-weight: 300;}

#head header h1{letter-spacing: -1px; font-size: 25px; font-weight: 700;}

/* 내용관리 */
#ctt {margin:0px 0; padding: 10px;}
#ctt .tit01 {width: 100%; text-align: center;}

#chu {line-height: 25px; font-size: 15px; clear: both; padding: 15px; font-family:돋움,Dotum; font-weight: bold; color: rgba(0, 0, 0, 0.6);}

#ctt_con .tit02 {width: 50%; padding-top: 20px; padding-bottom: 10px;}
#ctt_con .tit02 h1{line-height: 40px; font-size: 25px;}
#ctt_con .tit02 h1 span{color:#639f6c}

#timetable .time h1{line-height: 40px; font-size: 25px;}
#timetable .time h1 span{font-size: 20px; color:#639f6c}
#timetable  table td {border-left:1px solid #d8d8d8; 
					border-top:1px solid #d8d8d8; 
					min-height:64px; 
					padding:10px 0 10px 0;}
.none_time {background:#f1f1f1 no-repeat center center; font-size: 25px ; color:#c5c5c5}

@media all and (max-width: 700px){
	#head header h1 span{display: none;}
	#ctt_con{display: block;}
	#ctt_con .tit01{width: 100%;}
	#ctt_con .tit02{width: 100%;}
	
}