
:root {
    	--cm-text-color: #73494F;
	--cm-base-color: #FBF2F2;
	--cm-point-color: #E6494D;
		--cm-base-color-bb: #797070;	
	--cm-base-color-b: #ddd4d4;
	--cm-base-color-d:  #ddd4d4;
	--cm-base-color-dd:  #797070;
	--cm-point-color-bb: #ffa3a7;	
	--cm-point-color-b: #ff7175;
	--cm-point-color-d:  #c82b2f;
	--cm-point-color-dd:  #640000;
	--cm-point-color-v:  #ff6d73;
	--cm-point-color-t:  rgba(230, 73, 77, 0.22);
  --cm-point-color-r: #e69f49;
  --cm-point-color-r-t: rgba(230, 159, 73, 0.22);
  --cm-base-color-t:  rgba(251, 242, 242, 0.22);
	--cm-text-color-t:  rgba(115, 73, 79, 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: var(--cm-e-font), var(--cm-j-font), 'Freesentation5';
  --cm-title-font: var(--cm-e-font), var(--cm-j-font), 'Freesentation5';

  --cm-j-font: 'Kosugi Maru';
  --cm-e-font:   'Raleway';
  --cm-ani: 0.6s;
  --cm-radius: 14px;
  --cm-padding: 16px;
  --cm-form-basecolor: #fbfbfb;
  --cm-form-basecolor-t: #fbfbfb75;
  --cm-form-textcolor: #1d1d1d;
}

  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: 20px;
  font-size: 11px;
  border: 2px dotted var(--cm-text-color-t);
  border-radius: 14px;
  justify-content: center;
  .button {
  color: #73494F
}

.button i {
  color: #E6494D
}}

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

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

.custommenu-main.disabled:not(.custommenu-folder) {
  display:none;
}
.custommenu-sub.disabled {
  display:none;
}


.custommenu-icon {
    height: 14px;
  }

.custommenu-icon i,
.custommenu-icon .material-icons {
  font-size: 14px;
  color: #E6494D;
}

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

.custommenu-get-background{
  background-image: url('https://haemhaem.dothome.co.kr:443/data/site/design_background.png');
}

.cm-iconic .custommenu {
  background: var(--cm-base-color);
  color: var(--cm-text-color);
  font-size: 11px;
  width: calc(14px + 16px + 16px);
  box-sizing: content-box;
  overflow: hidden;
  transform-origin: right;}

.cm-iconic .custommenu.custommenu-hover {
  width:140px}
.cm-iconic .custommenu.custommenu-hover .custommenu-name {
  opacity: 1;
}  
.cm-iconic .custommenu .custommenu-item {
  flex-direction: row-reverse;
  }
.cm-iconic .custommenu .custommenu-item:hover {
  color: var(--cm-point-color);
}
.cm-iconic .custommenu .custommenu-icon {
  font-size: 14px;
}
.cm-iconic .custommenu .custommenu-name {
  opacity: 0;
  }

.cm-iconic .custommenu-item.custommenu-sub {
  animation: flipInX var(--cm-ani);
  display: none;
}

.cm-iconic .custommenu-subwindow.custommenu.custommenu-hover {
  right: calc(20px + 140px + 20px + 10px);}
.cm-iconic .custommenu-subwindow {
  right:calc(20px + 14px + 16px + 16px + 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;
}