@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 {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

#ctt_con ul {
    list-style: disc;
    margin: revert;
    margin-top: 0;
    margin-bottom: 0;
    padding: revert;
}
#ctt_con ul li::marker {font-size: 0.5em;}
#ctt_con ul li,
#ctt_con ul li span {vertical-align: sub;}
#ctt_con div, #ctt_con p, #ctt_con span, #ctt_con b, #ctt_con ul, #ctt_con li {
    line-height: 1.4;
    font-size: 24px !important;
    word-break: keep-all;
}
#ctt_con .small div, #ctt_con .small p, #ctt_con .small span, #ctt_con .small b {font-size: 18px !important;}

@media all and (max-width: 767px) {
    #ctt_con div, #ctt_con p, #ctt_con span, #ctt_con b, #ctt_con ul, #ctt_con li {font-size: 16px !important;}
    #ctt_con .small div, #ctt_con .small p, #ctt_con .small span, #ctt_con .small b {font-size: 14px !important;}
}