/* Hero v6 mini wave — 인클루드 <style> 외 로드 */
#asol_hero_banner_v6 .asol_mb6__waveSticks {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  gap: 4px;
}

#asol_hero_banner_v6 .asol_mb6__waveStick {
  box-sizing: border-box;
  display: block;
  flex: 0 0 10px !important;
  width: 10px !important;
  min-width: 10px !important;
  max-width: 10px !important;
}

#asol_hero_banner_v6 .asol_mb6__waveStick:nth-child(1),
#asol_hero_banner_v6 .asol_mb6__waveStick:nth-child(9) {
  height: 16px !important;
}

#asol_hero_banner_v6 .asol_mb6__waveStick:nth-child(2),
#asol_hero_banner_v6 .asol_mb6__waveStick:nth-child(8) {
  height: 24px !important;
}

#asol_hero_banner_v6 .asol_mb6__waveStick:nth-child(3),
#asol_hero_banner_v6 .asol_mb6__waveStick:nth-child(7) {
  height: 32px !important;
}

#asol_hero_banner_v6 .asol_mb6__waveStick:nth-child(4),
#asol_hero_banner_v6 .asol_mb6__waveStick:nth-child(6) {
  height: 40px !important;
}

#asol_hero_banner_v6 .asol_mb6__waveStick:nth-child(5) {
  height: 40px !important;
}

#asol_hero_banner_v6 .asol_mb6__waveStick::before,
#asol_hero_banner_v6 .asol_mb6__waveStick::after {
  display: none !important;
}
