/*�쒕툕��찓��*/
.smenu_wrap {
  display: none;
  width: 100%;
  height: auto;
}
.smenu_wrap ul {
  width: 100%;
  height: 56px;
  margin: 52px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #7f0224;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px 4px rgba(150, 150, 150, 0.07);
}
.smenu_wrap.amazing_menu ul {
  height: 60px;
}
.smenu_wrap ul li {
  flex: 1;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
  border-right: 1px solid white;
}
.smenu_wrap ul li:last-child {
  border-right: 0;
}
.smenu_wrap ul li a {
  display: block;
  /* font-size: 16px;
  font-weight: 300; */
  line-height: 56px;
  color: #303030;
  font-weight: 500;
  text-align: center;
  width: 100%;
  height: 100%;

  background: #ffffff;
  /* box-shadow: 2px 2px 2px 4px rgba(150, 150, 150, 0.07); */
}

.smenu_wrap ul li a.smtab_on {
  color: #ffffff;
  font-weight: bold;
  background-color: #7f0224;
}
