@charset "UTF-8";
/* CSS Document */


@media screen and (max-width:540px){
#menu {
  padding: 0;
}
#menu .layout {
  width: 100%;
}
#menu ul {
  background-color: #000;
  justify-content: space-between;
}
#menu ul li {
  color: #fff;
  padding: 0rem 1rem;
  border-right: 1px solid #fff;
width:50%;
text-align:center;
border-bottom: 1px solid #fff;
}
#menu ul li:nth-of-type(2n) {
  border-right: none;

}


}