
:root {
    	--cm-text-color: #7490FF;
	--cm-base-color: #FFFFFFB8;
	--cm-point-color: #4567E0;
		--cm-base-color-bb: rgba(125, 125, 125, 0.72);	
	--cm-base-color-b: rgba(225, 225, 225, 0.72);
	--cm-base-color-d:  rgba(225, 225, 225, 0.72);
	--cm-base-color-dd:  rgba(125, 125, 125, 0.72);
	--cm-point-color-bb: #9fc1ff;	
	--cm-point-color-b: #6d8fff;
	--cm-point-color-d:  #2749c2;
	--cm-point-color-dd:  #00005e;
	--cm-point-color-v:  #679aff;
	--cm-point-color-t:  rgba(69, 103, 224, 0.22);
  --cm-point-color-r: #7e45e0;
  --cm-point-color-r-t: rgba(126, 69, 224, 0.22);
  --cm-base-color-t:  rgba(255, 255, 255, 0.22);
	--cm-text-color-t:  rgba(116, 144, 255, 0.22);
	--cm-base-color-auto: #000000;
	--cm-text-color-auto: #000000;
	--cm-point-color-auto: #ffffff;
	--cm-base-color-auto-t: #00000026;
	--cm-text-color-auto-t: #00000026;
	--cm-point-color-auto-t: #ffffff26;
  --cm-point-color-auto-tt: #ffffff60;

    --cm-default-font: var(--cm-e-font), var(--cm-j-font), 'galmuri11';
  --cm-title-font: var(--cm-e-font), var(--cm-j-font), 'galmuri11';

  --cm-j-font: 'galmuri11';
  --cm-e-font:   'Pixelify Sans';
  --cm-ani: 0.6s;
  --cm-form-color: var(--cm-text-color-auto);}

  header#header {
  bottom: 0;
  width: 0px;
  z-index: 99;
  pointer-events: none;
  }
  header ~ section#body {
  margin: 0;
  }

.custommenu-wrapper {
        align-items: flex-end;
    justify-content: flex-end}

.custommenu {
  flex-direction: column;
  width: 90px;
  height: auto;
  bottom: 390px;
  font-size: 10px;
  border: 0px solid var(--cm-text-color-t);
  border-radius: 10px;
  justify-content: flex-end;
  }

.custommenu-item {
  padding: 10px;
  margin: 0px 0 0px 0;
  width: 100%;
}

.custommenu-main.disabled:not(.custommenu-folder) {
  display:none;
}
.custommenu-sub.disabled {
  display:none;
}


.custommenu-icon {
    width: 15px;
  height: 15px;
  }

.custommenu-icon i,
.custommenu-icon .material-icons {
  font-size: 15px;
}

.custommenu-divider {
  height: 0px;
  width: 100%;
  border-bottom: 1px solid var(--cm-text-color-t);
}

.custommenu-get-background{
  background-image: url('http://humi.kr/data/site/design_background.png');
}

.cm-iconic .custommenu {
  background: var(--cm-base-color);
  color: var(--cm-text-color);
  font-size: 10px;
  width: calc(15px + 10px + 10px);
  box-sizing: content-box;
  overflow: hidden;
  }

.cm-iconic .custommenu.custommenu-hover {
  width:90px}
.cm-iconic .custommenu.custommenu-hover .custommenu-name {
  opacity: 1;
}  
.cm-iconic .custommenu .custommenu-item {
  flex-direction: row;
  }
.cm-iconic .custommenu .custommenu-item:hover {
  color: var(--cm-point-color);
}
.cm-iconic .custommenu .custommenu-icon {
  font-size: 15px;
}
.cm-iconic .custommenu .custommenu-name {
  opacity: 0;
  }

.cm-iconic .custommenu-item.custommenu-sub {
  animation: flipInX var(--cm-ani);
  display: none;
}
.cm-iconic .custommenu-item.custommenu-sub.open {
  display: flex;
}

.cm-iconic .custommenu-subwindow.custommenu.custommenu-hover {
  }
.cm-iconic .custommenu-subwindow {
  bottom:calc(390px + 15px + 10px + 10px + 10px);
}
.cm-iconic .custommenu-subwindow:hover {

}
.cm-iconic .custommenu-subwindow.active {
  flex-direction: column;
}

.cm-iconic .custommenu-subwindow .custommenu-sub {
  display: flex;
}
  .cm-iconic .custommenu-icon {
  position: relative;
}
.cm-iconic .custommenu-folder .custommenu-icon::before {
  font-size: 1em;
  left: 0.6em;
  top: -0.6em;
  scale: 0.8;
  font-family: 'Font Awesome 5 Free'; 
  content: '\f13a';
  font-weight: 900; 
  margin-right: 10px;
  font-size: 12px;
  position: absolute;
}

.cm-iconic .custommenu-folder.open .custommenu-icon::before,
.cm-iconic .custommenu-folder.active .custommenu-icon::before {
  content: '\f139'; 
}

.cm-iconic .custommenu-folder::before {
  display: none;
}