header .three-pillar-menu a:focus-visible{outline:2px solid #efc549!important;outline-offset:3px}
@media(min-width:1200px){
  header .headerNav ul.three-pillar-menu li ul[class]{transition:opacity .2s linear}
  header .headerNav .three-pillar-menu .sub-menu-lavel-2{left:auto;right:100%;border-radius:15px 0 15px 15px}
  header .headerNav .three-pillar-menu .sub-menu-lavel-1 li.sub-menu>a i{transform:rotate(180deg)}
  header .headerNav .three-pillar-menu>li:focus-within>ul,
  header .headerNav .three-pillar-menu li.sub-menu:focus-within>.sub-menu-lavel-2{opacity:1;visibility:visible}
}
@media(max-width:1199px){
  header .headerNav.open>.three-pillar-menu{max-height:calc(100dvh - 120px);overflow-y:auto}
}
