@charset "utf-8";

/* 내용관리 */
#ctt {margin:10px 0;padding:20px;background:#fff}
.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}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center;}

#ctt_himg {
    width: 100%;        /* 부모 요소에 맞게 크기 설정 */
    height: 300px;      /* 높이를 설정 (필요에 따라 조정) */
}

#ctt_himg img {
    width: 100%;        /* 이미지의 가로 크기를 부모에 맞게 설정 */
    height: 100%;       /* 이미지의 세로 크기를 부모에 맞게 설정 */
    object-fit: cover;  /* 이미지 비율을 유지하며 부모 요소에 맞게 크기 조정 */
}