@charset "utf-8";

/* 내용관리 */
/* #ctt {margin:10px 0;padding:20px;background:#fff} */
#ctt{
    padding-top: 80px;
}
.ctt_admin {text-align:right}
#ctt header h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}
#ctt_con *{
  line-height: 1.5 !important;
}

@media(max-width:1024px){
  #ctt header h1 {
    font-size: 24px;
    margin-bottom: 16px;
    padding-bottom: 16px;
}
}