@charset "utf-8";

/* 내용관리 */
#ctt {margin:10px 0; }
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0}
#ctt_con ul { display:grid; grid-template-columns:repeat(2, 1fr); column-gap:14px; row-gap:14px; }
#ctt_con ul li img { max-width:100%; border:1px solid #ddd; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.ctt_img {text-align:center}