.indent1 { margin-left: 20px !important; }
.indent2 { margin-left: 40px !important; }
.indent3 { margin-left: 60px !important; }

.cke_editable ul{
    list-style-type: square;
}

.cke_editable ul ul {
    list-style-type: circle;
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding-left: 20px !important;      
    margin-bottom: 10px !important;
}

.cke_editable ul ul ul{
    list-style-type: none;
    padding-left: 0px !important;     
}

.cke_editable ul ul ul li::before {
    content: "- "; /* 각 목록 항목 앞에 대시 추가 */
    padding-right: 5px; /* 대시와 텍스트 사이의 간격 조정 */
}