
:root {
    	--cm-text-color: #000000;
	--cm-base-color: #FFFCC4;
	--cm-point-color: #FFE86F;
		--cm-base-color-bb: #7d7a42;	
	--cm-base-color-b: #e1dea6;
	--cm-base-color-d:  #e1dea6;
	--cm-base-color-dd:  #7d7a42;
	--cm-point-color-bb: #ffffc9;	
	--cm-point-color-b: #ffff97;
	--cm-point-color-d:  #e1ca51;
	--cm-point-color-dd:  #7d6600;
	--cm-point-color-v:  #ffffa6;
	--cm-point-color-t:  rgba(255, 232, 111, 0.22);
  --cm-point-color-r: #c3ff6f;
  --cm-point-color-r-t: rgba(195, 255, 111, 0.22);
  --cm-base-color-t:  rgba(255, 252, 196, 0.22);
	--cm-text-color-t:  rgba(0, 0, 0, 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), 'TTLaundryGothicB';
  --cm-title-font: var(--cm-e-font), var(--cm-j-font), 'GumiRomanceTTF';

  --cm-j-font: 'Zen Maru Gothic';
  --cm-e-font:   'Quicksand';
  --cm-ani: 0.6s;
  --cm-form-color: #FFFCC4;}

  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: 15px;
  border: 0px solid var(--cm-text-color-t);
  border-radius: 0px;
  justify-content: center;
  translate: 0px/*(가로위치)*/ -110px/*(세로위치)*/;}

.custommenu-item {
  padding: 10px;
  margin: 10px 0 10px 0;
  width: 100%;
}



.custommenu-icon {
    width: 20px;
  height: 20px;
  }

.custommenu-icon i,
.custommenu-icon .material-icons {
  font-size: 20px;
}

.custommenu-divider {
  height: 0px;
  width: 100%;
  border-bottom: 1px solid var(--cm-text-color-t);
}

.custommenu-get-background{
  background-image: url('http://berrynyam.dothome.co.kr/data/site/design_background.png');
}

.cm-zigzag .custommenu {
  width: auto;
  height: auto;
  border: 0;
}

.cm-zigzag .custommenu-item {
  padding: 0;
  justify-content: center;
}

.cm-zigzag .custommenu-sub .custommenu-icon {
  background: var(--cm-text-color);
  color: var(--cm-point-color);
}

.cm-zigzag .custommenu-icon {
  rotate: 45deg;
  width: calc(10px * 2 + 20px);
  height: calc(10px * 2 + 20px);
  background: var(--cm-point-color);
  color: var(--cm-text-color);
  border-radius: 0px;
  border: 1px solid var(--cm-text-color);  box-shadow: 4px 1px 0px rgba(0, 0, 0, 0.1);
}

.cm-zigzag .custommenu-folder .custommenu-icon::before {
  content: '+';
  position: absolute;
  top: -5px;
  right: -5px;
  width: 13px;
  height: 13px;
  font-size: 11px;
  background: var(--cm-base-color);
  color: var(--cm-text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  rotate: -45deg;
  font-weight: bold;
  border: 1px solid var(--cm-text-color);
  z-index: 1;
}

.cm-zigzag .custommenu-folder.open .custommenu-icon::before {
  content: '-';
}

.cm-zigzag .custommenu-icon > * {
  rotate: -45deg;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cm-zigzag .custommenu-item:hover .custommenu-icon {
  color: var(--cm-base-color);
}
.cm-zigzag .custommenu-name {
  position: absolute;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  left: calc(10px * 2 + 20px + 5px);
  display: none;
  animation: flipInX var(--cm-ani);
}
.cm-zigzag .custommenu-item:hover {
  padding: 10px 0px;
}
.cm-zigzag .custommenu-item:hover .custommenu-name{
  display: flex;
}

.cm-zigzag .custommenu-sub {
  display: none;
}

.cm-zigzag .custommenu-sub.open {
  display: flex;
}

.cm-zigzag .custommenu-divider {
  padding: 10px;
  border: 0;
}