@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_admin {text-align:right}

#ctt_con {padding:10px 0; display: inline-flex;}
.ctt_img {text-align:center}

#ctt_con .tit01 {width: 100%;  padding-top: 0px;}
#ctt_con .tit01 img{width: 100%;}
#chu {line-height: 20px; font-size: 15px; clear: both; padding: 0 0 0 15px; font-family:돋움,Dotum; font-weight: bold; color: rgba(0, 0, 0, 0.6);}

#ctt_con .tit02 {width: 60%; padding-top: 0px;}
#ctt_con .tit02 h1{line-height: 40px; font-size: 22px; padding: 0 0 0 15px; color:#000}
#ctt_con .tit02 h1 span{font-size: 20px; color:#000}
#ctt_con .tit02 h2{line-height: 35px; font-size: 18px; padding: 10px 0 0 15px; color:#b94429}
#ctt_con .tit02 h2 span{color:#639f6c}
#ctt_con .tit02 h3{line-height: 25px; font-size: 16px; padding: 0 0 0 15px; color:#000}
#ctt_con .tit02 h3 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%;}
	
}