
:root {
    
	--cm-base-color: var(--palettes-optional-0);
	--cm-text-color: var(--palettes-optional-1);
	--cm-point-color: var(--palettes-optional-2);
		--cm-base-color-bb: #5a5a5a;	
	--cm-base-color-b: #282828;
	--cm-base-color-d:  #282828;
	--cm-base-color-dd:  #5a5a5a;
	--cm-point-color-bb: #5a5a5a;	
	--cm-point-color-b: #282828;
	--cm-point-color-d:  #282828;
	--cm-point-color-dd:  #5a5a5a;
	--cm-point-color-v:  #000000;
	--cm-point-color-t:  rgba(, , , 0.22);
  --cm-point-color-r: #000000;
  --cm-point-color-r-t: rgba(0, 0, 0, 0.22);
  --cm-base-color-t:  rgba(, , , 0.22);
	--cm-text-color-t:  rgba(, , , 0.22);
	--cm-base-color-auto: #ffffff;
	--cm-text-color-auto: #ffffff;
	--cm-point-color-auto: #ffffff;
	--cm-base-color-auto-t: #ffffff26;
	--cm-text-color-auto-t: #ffffff26;
	--cm-point-color-auto-t: #ffffff26;
  --cm-point-color-auto-tt: #ffffff60;

    --cm-default-font: Stencil BT,Binggrae-Two;
  --cm-title-font: Stencil BT,Binggrae-Two;
  --cm-ani: 0.6s;
  --cm-radius: var(--radius);
  --cm-padding: 4px;
  --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: flex-start}

.custommenu {
  flex-direction: column;
  width: 100px;
  height: calc(80vh - 120px);
  left: calc(50% - 760px);
  font-size: 3.2em;
  border: 1px solid var(--cm-text-color-t);
  border-radius: var(--radius);
  justify-content: flex-start;
  margin-top:calc(10vh + 30px);
background-image:var(--holo-img-1);
background-position:center;
background-repeat:no-repeat;
background-size:cover;
text-shadow:1px 0px 0px black, 0px 1px 0px black,0px -1px 0px black,-1px 0px 0px black, 2px 2px 0px black;
font-wight:bold;
border:1px solid black;
padding-top:60px;
justify-content: center;}

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

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

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


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

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

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

.custommenu-get-background{
  background-image: url('url(https://mylastday.dothome.co.kr/data/editor/2608/79ba44e72355ab00367d258daa045075_1787759567_8841.webp)');
}

.cm-text .custommenu {
  width: 220px;}
.cm-text .custommenu .custommenu-icon {
  display: none;
}
.cm-text .custommenu .custommenu-name {
  width: 100%;
  text-align: justify;
  white-space: nowrap;
  text-overflow: unset;
  overflow: unset;
  transition: var(--cm-ani);
  font-weight:bold;
}
.cm-text .custommenu .custommenu-item:hover .custommenu-name {
  width: 130%;
}
.cm-text .custommenu .custommenu-folder {
  font-family: var(--cm-title-font);
}
.cm-text .custommenu .custommenu-sub {
  display: none;
  animation: flipInX var(--cm-ani);
  
}
.cm-text .custommenu .custommenu-sub .custommenu-name {
  font-family: var(--cm-default-font);
  font-size: .6em;
    margin-left: 20px;
}
.cm-text .custommenu .custommenu-sub.open {
  display: flex;
}
.cm-text .custommenu .custommenu-main .custommenu-name * {
  font-family: var(--cm-default-font);
}

.cm-text .custommenu-folder::before {
  display: none;
}

@media only screen and (min-width: 1000px) { 
.cm-text .custommenu .custommenu-name {
letter-spacing:-2px;
}

.cm-text .custommenu{        overflow: hidden; justify-content: flex-start;
}

.cm-text .custommenu-item.cm-item-default .custommenu-icon{
display:inline-flex;
}

.cm-text .custommenu .cm-item-default .custommenu-name{
  display:none;
}

.cm-text .custommenu-item.cm-item-default{
width: unset;
}

.cm-text .custommenu .cm-item-default-box{
    position: absolute;
    display: flex;
    bottom: 0px;
    background-color: var(--base);
    width: calc(100% - 20px);
    padding: 20px 10px;
    justify-content: center;
    gap: 20px;
    border-top:1px solid black;
}

}