header .down nav ul li.salon[data-num=""]:before,
header .down nav ul li.salon[data-num="0"]:before {
  display: none;
}
header .down nav ul li.feature[data-new=""]:before,
header .down nav ul li.feature[data-new="0"]:before {
  display: none;
}

@media screen and (min-width: 769px){
header .down nav ul li.salon:before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: attr(data-num);
    min-width: 20px;
    height: 20px;
    box-sizing: border-box;
    padding: 4px;
    font-size: 16px;
    font-weight: bold;
    background-color: #f6ff00;
    border: 1px solid #fff;
    border-radius: 10px;
    transform: translate(40%, -40%);
    z-index: 1;
    margin: 16px 0px 0px 108px;
    
}
header .down nav ul li.feature:before {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: '';
  min-width: 36px;
  height: 15px;
  z-index: 1;
  background: url(/material/img/icn_new.png) no-repeat;
  background-size: 36px auto;
  text-align: center;
  margin: 0px 0px 0px -16px;
  
}
}
@media (min-width: 768px) and (max-width: 1024px){
  header .down nav ul li.salon:before {
    display: inline-flex;
    margin: 21px 0px 10px 80px;
    color: rgba(0,0,0,.87);
}
}
@media screen and (max-width: 768px) {
  header .down nav ul li.salon:before {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: attr(data-num);
    min-width: 20px;
    height: 20px;
    box-sizing: border-box;
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
    background-color: #f6ff00;
    border: 1px solid #fff;
    border-radius: 10px;
    transform: translate(40%, -40%);
    z-index: 1;
    margin: 21px 0px 10px 70px;
    color: rgba(0,0,0,.87);
}
header .down nav ul li.feature:before {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  content: '';
  min-width: 36px;
  height: 15px;
  z-index: 1;
  background: url(/material/img/icn_new.png) no-repeat;
  background-size: 36px auto;
  text-align: center;
  margin: 0px 0px 0px -16px;
  
}
}