
:root {
    	--cm-text-color: #FFFFFF;
	--cm-base-color: #C0D0DDBD;
	--cm-point-color: #7798C2;
		--cm-base-color-bb: rgba(62, 78, 91, 0.74);	
	--cm-base-color-b: rgba(232, 248, 255, 0.74);
	--cm-base-color-d:  rgba(162, 178, 191, 0.74);
	--cm-base-color-dd:  rgba(62, 78, 91, 0.74);
	--cm-point-color-bb: #d1f2ff;	
	--cm-point-color-b: #9fc0ea;
	--cm-point-color-d:  #597aa4;
	--cm-point-color-dd:  #001640;
	--cm-point-color-v:  #b2e4ff;
	--cm-point-color-t:  rgba(119, 152, 194, 0.22);
  --cm-point-color-r: #8277c2;
  --cm-point-color-r-t: rgba(130, 119, 194, 0.22);
  --cm-base-color-t:  rgba(192, 208, 221, 0.22);
	--cm-text-color-t:  rgba(255, 255, 255, 0.22);
	--cm-base-color-auto: #000000;
	--cm-text-color-auto: #000000;
	--cm-point-color-auto: #000000;
	--cm-base-color-auto-t: #00000026;
	--cm-text-color-auto-t: #00000026;
	--cm-point-color-auto-t: #00000026;
  --cm-point-color-auto-tt: #00000060;

    --cm-default-font: var(--cm-e-font), var(--cm-j-font), 'ChosunKm', ChosunSm;
  --cm-title-font: var(--cm-e-font), var(--cm-j-font), 'ChosunKm', ChosunSm;

  --cm-j-font: 'Hina Mincho';
  --cm-e-font:   'DM Serif Display';
  --cm-ani: 0.6s;
  --cm-form-color: var(--cm-text-color-auto);}

  header#header {
  top: 0;
  height:auto;  z-index: 99;
  pointer-events: none;
  }
  header ~ section#body {
  margin-top: auto;  padding-top: 10px;
  }

.custommenu-wrapper {
      align-items: flex-start;
      justify-content: center}

.custommenu {
  flex-direction: row;
  width: auto;
  height: auto;
  top: 10px;
  font-size: 16px;
  border: 0px solid var(--cm-text-color-t);
  border-radius: 10px;
  justify-content: center;
  }

.custommenu-item {
  padding: 10px;
  margin: 0 0px 0 0px;
  height: 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 {
  width: 0px;
  height: 100%;
  border-right: 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: 16px;
  height: calc(15px + 10px + 10px);
  box-sizing: content-box;
  overflow: hidden;
  }

.cm-iconic .custommenu.custommenu-hover {
  }
.cm-iconic .custommenu.custommenu-hover .custommenu-name {
  opacity: 1;
}  
.cm-iconic .custommenu-name {
  animation: flipInX var(--cm-ani);
}
.cm-iconic .custommenu-item:hover .custommenu-name{
  display: flex;
  align-items: center;
  justify-content: center;
}
.cm-iconic .custommenu-item:hover .custommenu-icon{
  display: none;
}
.cm-iconic .custommenu .custommenu-item:hover {
  width: 100px;
}
.cm-iconic .custommenu .custommenu-item {
  transition: var(--cm-ani);
}
.cm-iconic .custommenu .custommenu-item {
  flex-direction: row;
  width: calc(15px + 10px + 10px);}
.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;
      display: none;
    width: 100%;
  }

.cm-iconic .custommenu-item.custommenu-sub {
  animation: flipInX var(--cm-ani);
  display: none;
}

.cm-iconic .custommenu-subwindow.custommenu.custommenu-hover {
  }
.cm-iconic .custommenu-subwindow {
  top:calc(10px + 15px + 10px + 10px + 10px);
}
.cm-iconic .custommenu-subwindow:hover {

}
.cm-iconic .custommenu-subwindow.active {
  flex-direction: row;
}

.cm-iconic .custommenu-subwindow .custommenu-sub {
  display: flex;
}
  .cm-iconic .custommenu .custommenu-name-one {
  word-break: break-all;
}
  .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;
}