@charset "utf-8";

/* 내용관리 */
#ctt {margin:10px 0;padding:20px;background:#fff;width: 1200px; margin: 0 auto;}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em;text-align: center;}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}
#ctt_con .brand_pc{width:100%;}
#ctt_con .brand_mo{width:100%; display:none;}


@media all and (max-width:1180px) {
	#ctt{width:100%;}
}

@media all and (max-width:768px) {
	#ctt_con .brand_pc{display:none;}
	#ctt_con .brand_mo{ display:block;}
}