@charset "utf-8";

/* 내용관리 */
#ctt {
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.ctt_admin {text-align:right}
#ctt header h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    display: none;
}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}
#ctt *{
    font-family: 'Pretendard', 'sans-serif' !important;
    line-height: 1.5 !important;   
    font-size: 18px !important;
}
#ctt * b,
#ctt b{
    font-size: 24px !important;
    margin-bottom: 10px !important;
}

@media(max-width:1024px){
    #ctt{
        /* padding: 80px 0 60px; */
    }
    #ctt header h1 {
        font-size: 28px;
    }
    #ctt br{
        display: none !important;
    }
    #ctt * b,
    #ctt b{
        font-size: 18px !important;
    }
    #ctt *{
        font-size: 16px !important;
    }
}