@charset "utf-8";

/* 내용관리 */
#ctt {/*margin:10px 0;*/ margin:0 auto; padding:10px 0; /*border:1px solid #e9e9e9*/ max-width:1300px;}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0}
.ctt_img {text-align:center}

@media screen and (max-width:300px) {
	#ctt {max-width:1400px;}
}
@media screen and (max-width:1024px) {
	#ctt {max-width:100%;}
}
@media (max-width: 575px) {
#ctt {padding:0;}
#ctt_con {padding:0px 0px 0px 0px;}
}
