
:root {
    	--cm-text-color: #306289;
	--cm-base-color: #F0F0EB;
	--cm-point-color: #EFB9A4;

		--cm-base-color-bb: #6e6e69;	
	--cm-base-color-b: #d2d2cd;
	--cm-base-color-d:  #d2d2cd;
	--cm-base-color-dd:  #6e6e69;
	--cm-point-color-bb: #fffffe;	
	--cm-point-color-b: #ffe1cc;
	--cm-point-color-d:  #d19b86;
	--cm-point-color-dd:  #6d3722;
	--cm-point-color-v:  #fffff6;
	--cm-point-color-t:  rgba(239, 185, 164, 0.22);
  --cm-point-color-r: #efe5a4;
  --cm-point-color-r-t: rgba(239, 229, 164, 0.22);
  --cm-base-color-t:  rgba(240, 240, 235, 0.22);
	--cm-text-color-t:  rgba(48, 98, 137, 0.22);
	--cm-base-color-auto: #000000;
	--cm-text-color-auto: #ffffff;
	--cm-point-color-auto: #000000;
	--cm-base-color-auto-t: #00000026;
	--cm-text-color-auto-t: #ffffff26;
	--cm-point-color-auto-t: #00000026;
  --cm-point-color-auto-tt: #00000060;

    --cm-default-font: 마비옛체;
  --cm-title-font: 마비옛체;
  --cm-ani: 0.6s;
  --cm-radius: 0px;
  --cm-padding: 10px;
  --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: auto;
  height: auto;
  left: 20px;
  font-size: 12px;
  border: 0px solid var(--cm-text-color-t);
  border-radius: 0px;
  justify-content: center;
  }

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

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



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

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

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

.custommenu-get-background{
  background-image: url('http://preludee.com/data/site/design_background.png');
}

.cm-textborder.custommenu-wrapper .custommenu {
    align-items: flex-start;
  }
.cm-textborder .custommenu .custommenu-icon {
  display: none;
}
.cm-textborder .custommenu .custommenu-folder-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;}

.cm-textborder .custommenu .custommenu-folder {
  font-size: 1.3em;
  font-weight: bold;
  font-family: var(--cm-title-font);
}

.cm-textborder .custommenu .custommenu-item.custommenu-sub {
  display: none;
  }
.cm-textborder .custommenu .custommenu-sub.open {
  display: inline-flex;
  animation: flipInX var(--cm-ani);
}

.cm-textborder .custommenu .custommenu-divider {
  margin: 5px 33%;
  border: 0;
  border-top: 10px dotted;
  border-top: 10px dotted;
  width: 33%; height:0;  color: var(--cm-base-color);
}

.cm-textborder .custommenu .custommenu-item {
  filter: drop-shadow(2px 4px 6px var(--cm-base-color-auto-t));
  }

.cm-textborder .custommenu .custommenu-item::before {
  content: "× ";
  position: relative;
  -webkit-text-stroke: 9px var(--cm-base-color);
  color: transparent;
  z-index: 0;
}

.cm-textborder .custommenu .custommenu-item:hover::before {
  -webkit-text-stroke: 9px var(--cm-point-color);
}

.cm-textborder .custommenu .custommenu-item::after {
  content: "× ";
  position: absolute;
}

.cm-textborder .custommenu .custommenu-main.custommenu-folder::before {
  content: "》 ";
  position: relative;
  -webkit-text-stroke: 9px var(--cm-base-color);
  color: transparent;
  font-size: 12px;
}

.cm-textborder .custommenu .custommenu-main.custommenu-folder:hover::before {
  -webkit-text-stroke: 9px var(--cm-point-color);
}

.cm-textborder .custommenu .custommenu-main.custommenu-folder::after {
  content: "》 ";
  position: absolute;
  font-size: 12px;
}

.cm-textborder .custommenu .custommenu-item:hover .custommenu-name {
  letter-spacing: 0.5em;
}
.cm-textborder .custommenu .custommenu-name {
  letter-spacing: 0.3em;
  transition: 0.7s;
  transition-timing-function: cubic-bezier(0, 0.56, 0.45, 1.06);
  line-height: 150%;
}
.cm-textborder .custommenu .custommenu-name-one {
  position: absolute;
  -webkit-text-stroke: 9px var(--cm-base-color);
  color: transparent;
  z-index: 0;
  display: block;
}

.cm-textborder .custommenu .custommenu-item:hover .custommenu-name-one {
  -webkit-text-stroke: 9px var(--cm-point-color);
}

.cm-textborder .custommenu .custommenu-name-two {
  position: relative;
  color: var(--cm-text-color);
  z-index: 1;
  display: block;
}

.cm-textborder .custommenu .custommenu-item:hover .custommenu-name-two,
.cm-textborder .custommenu .custommenu-item:hover{
  color: var(--cm-base-color);
}

  .cm-textborder .custommenu .custommenu-sub {
    left: 16px;
  }
