
:root {
    	--cm-text-color: #ffffff;
	--cm-base-color: #333333;
	--cm-point-color: #800000;

		--cm-base-color-bb: #8d8d8d;	
	--cm-base-color-b: #5b5b5b;
	--cm-base-color-d:  #151515;
	--cm-base-color-dd:  #000000;
	--cm-point-color-bb: #da5a5a;	
	--cm-point-color-b: #a82828;
	--cm-point-color-d:  #620000;
	--cm-point-color-dd:  #000000;
	--cm-point-color-v:  #c00000;
	--cm-point-color-t:  rgba(128, 0, 0, 0.22);
  --cm-point-color-r: #804b00;
  --cm-point-color-r-t: rgba(128, 75, 0, 0.22);
  --cm-base-color-t:  rgba(51, 51, 51, 0.22);
	--cm-text-color-t:  rgba(255, 255, 255, 0.22);
	--cm-base-color-auto: #ffffff;
	--cm-text-color-auto: #000000;
	--cm-point-color-auto: #ffffff;
	--cm-base-color-auto-t: #ffffff26;
	--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), 'GmarketSansMedium';
  --cm-title-font: var(--cm-e-font), var(--cm-j-font), 'GmarketSansBold';

  --cm-j-font: 'Kosugi Maru';
  --cm-e-font:   'Raleway';
  --cm-ani: 0.6s;
  --cm-form-color: #333333;}

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

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

.custommenu {
  flex-direction: column;
  width: auto;
  height: auto;
  right: 100px;
  font-size: 12px;
  border: 0px inset var(--cm-text-color-t);
  border-radius: 10px;
  justify-content: center;
  }

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



.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 inset var(--cm-text-color-t);
}

.custommenu-get-background{
  background-image: url('http://xxxfailxxx.dothome.co.kr/data/site/design_background.gif');
}

.cm-textborder.custommenu-wrapper .custommenu {
    align-items: flex-end;
  }
.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;
      order: 1;
  }
.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));
      order: 2;
  }

.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;
  }
