
#gnb .gnb-list li a.hasIcon[data-v-673c3f0f] {
  position: relative;
  padding-left: 16px;
}
#gnb .gnb-list li a.hasIcon[data-v-673c3f0f]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  transform: translateY(-50%);
  width: 20px;
  height: 27px;
  background: url('/mobile/images/V2-icon/icon_star.png') no-repeat center;
  background-size: contain;
}
