@charset "utf-8";

/* 내용관리 */
#ctt {
    padding: 150px 0;
    background:#fff}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {
    font-size: 18px;
    font-weight: 400;
}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}
#ctt .tit_box{
    margin-bottom: 60px;
}

@media(max-width:1024px){
    #ctt_con{
        font-size: 15px;
    }
    #ctt .tit_box{
        margin-bottom: 30px;
    }
}
