@charset "utf-8";

/* 내용관리 */
#ctt {
    margin:0px 0;
    padding:10px;
    background:#fff;

    border:1px solid #e9e9e9;
    border-radius:12px;

    box-shadow:0 2px 10px rgba(0,0,0,0.03);
}

.ctt_admin {
    text-align:right;
}

#ctt header h1 {
    position:absolute;
    font-size:0;
    line-height:0;
    overflow:hidden;
}

#ctt_con {
    line-height:1.8em;
}

#ctt_con img {
    max-width:100%;
    height:auto;
    border-radius:8px;
}

.ctt_img {
    text-align:center;
}

#ctt_himg {
    width:100%;
    height:300px;
    overflow:hidden;
    border-radius:12px;
}

#ctt_himg img {
    width:100%;
    height:100%;
    object-fit:cover;
}