@charset "utf-8";

/* 내용관리 */
div.header_n{margin-top: 0;}

#ctt {margin:0;background:#fff}
.ctt_admin {position: absolute; right: 0;}
#ctt header h1 {
    text-align: center; 
    font-size:38px;
    line-height:1.4;
    color: #333;
    font-weight: normal;
    padding: 65px 0 80px;
    overflow:hidden;
}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_himg img, #ctt_timg img, #ctt_con img {max-width:100%;height:auto}
.ctt_img {text-align:center}

@media screen and (max-width: 1024px){
    #ctt header h1 {
        font-size: 24px;
        padding: 25px 0;
    }
    #ctt_con{
        width: 90%;
        margin: 0 auto;
    }
}