#sceneListToggle {
  z-index: 11;
}

#sceneList {
  left: -240px;
  width: 240px;
}

#sceneList.enabled {
  margin-left: 240px;
}

#customFloor {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 40px;
  z-index: 10;
}

#customFloor a {
  display: block;
  float: left;
  width: 36px;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #666;
  text-align: center;
  background: #999;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  transition: background 0.3s;
}

#customFloor a:hover {
  background: #004a9e;
}

#customFloor a.active {
  background: #004a9e;
}

/* 500px 이하 */
.mobile #sceneList .scenes {
  padding-top: 40px;
}

.mobile #customFloor {
  top: 50px;
  left: 0;
  width: 100%;
}

.mobile #customFloor a {
  width: 20%;  
}


/* 모바일 */
@media only screen and (max-width: 768px) {
  #titleBar .sceneName {
    text-align: right;
    padding-right: 20px;
  }

  #titleBar .sceneName {
    text-align: right;
    padding-right: 20px;
  }

  /* 500px 이하 */
  .mobile #titleBar .sceneName {
    text-align: center;
    padding-right: 0;
  }
}