
:root {
    	--cm-text-color: #AAAAAA;
	--cm-base-color: #ffffff;
	--cm-point-color: #D3DDE7;

		--cm-base-color-bb: #7d7d7d;	
	--cm-base-color-b: #e1e1e1;
	--cm-base-color-d:  #e1e1e1;
	--cm-base-color-dd:  #7d7d7d;
	--cm-point-color-bb: #515b65;	
	--cm-point-color-b: #fbffff;
	--cm-point-color-d:  #b5bfc9;
	--cm-point-color-dd:  #515b65;
	--cm-point-color-v:  #ffffff;
	--cm-point-color-t:  rgba(211, 221, 231, 0.22);
  --cm-point-color-r: #d5d3e7;
  --cm-point-color-r-t: rgba(213, 211, 231, 0.22);
  --cm-base-color-t:  rgba(255, 255, 255, 0.22);
	--cm-text-color-t:  rgba(170, 170, 170, 0.22);
	--cm-base-color-auto: #000000;
	--cm-text-color-auto: #000000;
	--cm-point-color-auto: #000000;
	--cm-base-color-auto-t: #00000026;
	--cm-text-color-auto-t: #00000026;
	--cm-point-color-auto-t: #00000026;
  --cm-point-color-auto-tt: #00000060;

    --cm-default-font: 주아체;
  --cm-title-font: 주아체;
  --cm-ani: 0.6s;
  --cm-form-color: #ffffff;}

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

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

.custommenu {
  flex-direction: column;
  width: auto;
  height: auto;
  top: 20px;
  font-size: 12px;
  border: 0px solid var(--cm-text-color-t);
  border-radius: 27px;
  justify-content: center;
  translate: 600px 680px}

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

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


.custommenu-icon {
    width: 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('https://cosparid.mycafe24.com:443/data/site/design_background.png');
}

.cm-default .custommenu {
  background: var(--cm-base-color);
}
 
.cm-default .custommenu .custommenu-icon {
  margin-left: 10px;
}

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