/* START : 메인 레이아웃 */
ul {
    list-style-type: disc;
    padding-left: 24px;
    margin-bottom: 1em;
  }
  ul ul {
    list-style-type: circle;
  }
/* END : 메인 레이아웃  */