@charset "utf-8";

#container { padding-top: 100px; }

/* 내용관리 */
#ctt { max-width: 1400px; margin:10px auto auto; padding:20px; background:#fff; }
.ctt_admin {text-align:right}
#ctt header h1 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 1em;
    font-weight: 500;
}
#ctt_con {
    padding:10px 0;
    line-height:1.6em;
}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}



@media screen and (max-width: 768px) {
#ctt header h1 { font-size: 8vw; }
}