@charset "utf-8";

/* 내용관리 */
#ctt {
    margin: 0;
    padding: 0;
}

.ctt_admin {
    text-align: right
}

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

#ctt_con {
    padding: 0;
}


.ctt_img {
    text-align: center
}

.__se_tbl_ext {
    width: 90% !important;
    margin: 0 auto;
}

/*.nav-justified {*/
    /*width: 80% !important;*/
    /*margin: 0 auto;*/
/*}*/

.content_img {
    text-align: center;
}

@media (max-width: 768px) {
    #ctt_con img {
        width: 100%;
    }

    #ctt_con iframe {
        width: 100% !important;
    }

    .__se_tbl_ext {
        width: 100% !important;
    }
}