532 B
532 B
/* 줄바꿈 시 다음줄 들여쓰기(넘버링 정렬) */
.sheet .body-content .b-top h1,
.sheet .body-content .b-col h1{
padding-left: 24px;
text-indent: -24px;
}
.sheet .body-content .b-col h2{
padding-left: 20px;
text-indent: -20px;
}
.sheet .body-content .b-col h3{
padding-left: 18px;
text-in