@charset "utf-8";

/* 내용관리 */
#ctt {margin:10px 0;padding:20px;background:#fff}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {margin-bottom:100px;padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}


#ctt b{ font-weight: 600; }


#ctt *{ font-family: 'Noto Sans KR', dotum, sans-serif; }
#ctt i{ font: normal normal normal 14px/1 FontAwesome; }

@media (max-width:960px){
    #ctt_con {margin-bottom: 70px;}
}
@media (max-width:480px){
    #ctt_con {margin-bottom: 40px;}
}
