
:root {
    	--cm-text-color: #001A6E;
	--cm-base-color: #F6F4F0;
	--cm-point-color: #074799;

		--cm-base-color-bb: #74726e;	
	--cm-base-color-b: #d8d6d2;
	--cm-base-color-d:  #d8d6d2;
	--cm-base-color-dd:  #74726e;
	--cm-point-color-bb: #61a1f3;	
	--cm-point-color-b: #2f6fc1;
	--cm-point-color-d:  #00297b;
	--cm-point-color-dd:  #000017;
	--cm-point-color-v:  #0a6ae5;
	--cm-point-color-t:  rgba(7, 71, 153, 0.22);
  --cm-point-color-r: #1d0799;
  --cm-point-color-r-t: rgba(29, 7, 153, 0.22);
  --cm-base-color-t:  rgba(246, 244, 240, 0.22);
	--cm-text-color-t:  rgba(0, 26, 110, 0.22);
	--cm-base-color-auto: #000000;
	--cm-text-color-auto: #ffffff;
	--cm-point-color-auto: #ffffff;
	--cm-base-color-auto-t: #00000026;
	--cm-text-color-auto-t: #ffffff26;
	--cm-point-color-auto-t: #ffffff26;
  --cm-point-color-auto-tt: #ffffff60;

    --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-form-color: #F6F4F0;}

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

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

.custommenu {
  flex-direction: row;
  width: auto;
  height: auto;
  bottom: 10px;
  font-size: 12px;
  border: 1px solid var(--cm-text-color-t);
  border-radius: 0px;
  justify-content: flex-end;
  letter-spacing:1px;}

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

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


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

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

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

.custommenu-get-background{
  background-image: url('url(https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FsyNyJ%2FbtsLu1k4R6T%2FqHGtsmqPL5emNmu00IfIC1%2Fimg.png);');
}

.custommenu {
  background: var(--cm-base-color);
  color: var(--cm-text-color);
  font-size: 12px;
  height: calc(18px + 10px + 10px);
  box-sizing: content-box;
  overflow: hidden;
  }

.custommenu.custommenu-hover {
  }
.custommenu.custommenu-hover .custommenu-name {
  opacity: 1;
}  
.custommenu-name {
  animation: flipInX var(--cm-ani);
}
.custommenu-item:hover .custommenu-name{
  display: flex;
  align-items: center;
  justify-content: center;
}
.custommenu-item:hover .custommenu-icon{
  display: none;
}
.custommenu .custommenu-item:hover {
  width: 100px;
}
.custommenu .custommenu-item {
  transition: var(--cm-ani);
}
.custommenu .custommenu-item {
  flex-direction: row;
  width: calc(18px + 10px + 10px);}
.custommenu .custommenu-item:hover {
  color: var(--cm-point-color);
}
.custommenu .custommenu-icon {
  font-size: 18px;
}
.custommenu .custommenu-name {
  opacity: 0;
      display: none;
    width: 100%;
  }

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

.custommenu-subwindow.custommenu.custommenu-hover {
  }
.custommenu-subwindow {
  bottom:calc(10px + 18px + 10px + 10px + 10px);
}
.custommenu-subwindow:hover {

}
.custommenu-subwindow.active {
  flex-direction: row;
}

.custommenu-subwindow .custommenu-sub {
  display: flex;
}
  .custommenu .custommenu-name-one {
  word-break: break-all;
}
  