@charset "utf-8";

/* 내용관리 */
#ctt {margin-top:80px;padding:0 calc(var(--bs-gutter-x) * .5);background:#fff}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {
	margin-top: 80px;
	margin-bottom: 80px;
    line-height: 1.6em;
    display: flex;
    justify-content: center;
}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

