@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:60px 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}

@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%;}
	
}