/* For treemenu.js */

.treemenu li { list-style: none; }

.treemenu .toggler {
    cursor: pointer;
}

.treemenu .toggler:before {
    display: inline-block;
    margin-right: 2pt;
}

li.tree-empty > .toggler { color: #aaa; }
li.tree-empty > .toggler:before { content: "\2212"; }
li.tree-closed > .toggler:before { content: "+"; }
li.tree-opened > .toggler:before { content: "\2212"; }
@font-face{font-family:'Glyphicons Halflings';src:url(/css/glyphicons-halflings-regular.eot);src:url(/css/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(/css/glyphicons-halflings-regular.woff) format('woff'),url(/css/glyphicons-halflings-regular.ttf) format('truetype'),url(/css/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

/* ¾ÆÀÌÄÜ Ä­(Æø/Á¤·Ä) ÅëÀÏ */
.treemenu .toggler:before,
.treemenu li.tree-empty > a:before{
  display:inline-block;
  width: 1.1em;
  margin-right: .3em;
  text-align:center;
}

/* 1) ÇÏÀ§¸Þ´º ÀÖ´Â Ç×¸ñ(span.toggler ¾È¿¡¼­ ÁÙ¹Ù²Þ) ¡æ µÑÂ°ÁÙÀ» ±ÛÀÚ ½ÃÀÛÁ¡¿¡ ¸ÂÃã */

/* 1) ÇÏÀ§¸Þ´º ÀÖ´Â Ç×¸ñ(span.toggler ¾È¿¡¼­ ÁÙ¹Ù²Þ)
   ¡æ µÑÂ° ÁÙ ½ÃÀÛÁ¡À» Ã¹ ÁÙ ±ÛÀÚ ½ÃÀÛÁ¡°ú ¸ÂÃã */
/* ¾ÆÀÌÄÜ Ä­ Æø ÅëÀÏ */
.treemenu .toggler:before,
.treemenu li.tree-empty > a:before{
  display: inline-block;
  width: 1.1em;
  margin-right: .3em;
  text-align: center;
  flex: 0 0 1.1em;
}

/* ÇÏÀ§ ¸Þ´º ÀÖ´Â Ç×¸ñ */
.treemenu .toggler{
  display: flex;
  align-items: flex-start;
  width: 100%;
  line-height: 1.4;
  white-space: normal;
  word-break: keep-all;
  box-sizing: border-box;
}

/* ÇÏÀ§ ¸Þ´º ¾ø´Â Ç×¸ñ */
.treemenu li.tree-empty > a{
  display: flex;
  align-items: flex-start;
  width: 100%;
  line-height: 1.4;
  white-space: normal;
  word-break: keep-all;
  box-sizing: border-box;
}

/* leaf Åä±Û·¯ ¼û±è */
.treemenu li.tree-empty > .toggler{
  display: none;
}

/* leaf ¾ÆÀÌÄÜ */
.treemenu li.tree-empty > a:before{
  content: "\2212";
  color: #aaa;
}

/* ±âÁ¸ À½¼ö margin Á¦°Å */
#incRightM .tree li a{
  margin-left: 0 !important;
}

