@charset "utf-8";

/* 내용관리 */

#ctt_con {
    position: relative;
    max-width:1330px;
    margin: 80px auto;
    padding-left: 300px;
}

@media screen and (max-width:992px) {
    #ctt_con {
        padding: 0 10px;
        margin: 20px auto 80px auto;
    }
}