
:root {
    	--cm-text-color: #191919;
	--cm-base-color: #ffffff;
	--cm-point-color: #0123B4;

		--cm-base-color-bb: #7d7d7d;	
	--cm-base-color-b: #e1e1e1;
	--cm-base-color-d:  #e1e1e1;
	--cm-base-color-dd:  #7d7d7d;
	--cm-point-color-bb: #5b7dff;	
	--cm-point-color-b: #294bdc;
	--cm-point-color-d:  #000596;
	--cm-point-color-dd:  #000032;
	--cm-point-color-v:  #0134ff;
	--cm-point-color-t:  rgba(1, 35, 180, 0.22);
  --cm-point-color-r: #4901b4;
  --cm-point-color-r-t: rgba(73, 1, 180, 0.22);
  --cm-base-color-t:  rgba(255, 255, 255, 0.22);
	--cm-text-color-t:  rgba(25, 25, 25, 0.22);
	--cm-base-color-auto: #000000;
	--cm-text-color-auto: #ffffff;
	--cm-point-color-auto: #ffffff;
	--cm-base-color-auto-t: #00000026;
	--cm-text-color-auto-t: #ffffff26;
	--cm-point-color-auto-t: #ffffff26;
  --cm-point-color-auto-tt: #ffffff60;

    --cm-default-font: ChosunKm;
  --cm-title-font: ChosunKm;
  --cm-ani: 0.6s;
  --cm-radius: 0px;
  --cm-padding: 6px;
  --cm-form-basecolor: #fbfbfb;
  --cm-form-basecolor-t: #fbfbfb75;
  --cm-form-textcolor: #1d1d1d;
}

  header#header {
  left: 0;
  width: 0px;
  z-index: 99;
  pointer-events: none;
  }
  header ~ section#body {
  margin: 0;
  }

.custommenu-wrapper {
  flex-direction: column;    align-items: flex-start;
      justify-content: center}

.custommenu {
  flex-direction: column;
  width: 80px;
  height: auto;
  left: 50px;
  font-size: 11px;
  border: 0px solid var(--cm-text-color-t);
  border-radius: 0px;
  justify-content: center;
  }

.custommenu-item {
  padding: 6px;
  margin: 2px 0 2px 0;
  width: 100%;
}

.custommenu-folder::before {
  margin-right: 6px;
}



.custommenu-icon {
    width: 13px;
  height: 13px;
  }

.custommenu-icon i,
.custommenu-icon .material-icons {
  font-size: 13px;
}

.custommenu-divider {
  height: 0px;
  width: 100%;
  border-bottom: 1px solid var(--cm-text-color-t);
}

.custommenu-get-background{
  background-image: url('https://blackout.ivyro.net:443/data/site/design_background.jpg');
}

.cm-minimal .custommenu {
  align-items: flex-start;}
.cm-minimal .custommenu-item {
  border: 1px solid var(--cm-text-color-t);
  padding: 6px calc(6px + 4px);
  background: var(--cm-base-color);
  border-radius: var(--cm-radius);
  width: 80px;
  height: 1.5em;
  box-sizing: content-box;
  margin: 2px;
  padding-right: calc(6px + 4px + 12px);
}

.cm-minimal .custommenu-sub {
  opacity: 0;
  background: var(--cm-base-color-d);
  animation: fadeInLeft var(--cm-ani);
  animation-fill-mode: forwards;
}

.cm-minimal .custommenu-sub:nth-child(1) {
    animation-delay: 0s;
}

.cm-minimal .custommenu-sub:nth-child(2) {
    animation-delay: 0.05s;
}

.cm-minimal .custommenu-sub:nth-child(3) {
    animation-delay: 0.1s;
}

.cm-minimal .custommenu-sub:nth-child(4) {
    animation-delay: 0.15s;
}

.cm-minimal .custommenu-sub:nth-child(5) {
    animation-delay: 0.2s;
}

.cm-minimal .custommenu-sub:nth-child(6) {
    animation-delay: 0.25s;
}

.cm-minimal .custommenu-sub:nth-child(7) {
    animation-delay: 0.3s;
}

.cm-minimal .custommenu-sub:nth-child(8) {
    animation-delay: 0.35s;
}

.cm-minimal .custommenu-sub:nth-child(9) {
    animation-delay: 0.4s;
}

.cm-minimal .custommenu-sub:nth-child(10) {
    animation-delay: 0.45s;
}

.cm-minimal .custommenu-folder-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  }

.cm-minimal .custommenu-folder {
  }

.cm-minimal .custommenu-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: unset;
  border-bottom: unset;
    height: 10px;
  }

.cm-minimal .custommenu-divider::before {
  content: '';
  position: absolute;
  left: 50%;;
  width: 54%;
  height: 10px;
  background-color: var(--cm-text-color);

    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="10" viewBox="0 0 60 20"><path d="M0 10 Q 15 0 30 10 T 60 10" fill="none" stroke="black" stroke-width="4"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="10" viewBox="0 0 60 20"><path d="M0 10 Q 15 0 30 10 T 60 10" fill="none" stroke="black" stroke-width="4"/></svg>');
  mask-size: 15px 10px;
  -webkit-mask-size: 15px 10px;
  mask-repeat: repeat-x;
  -webkit-mask-repeat: repeat-x;
  }

.cm-minimal .custommenu-name {
  width: 100%;
  padding: 0px 1em;
}