position:fixed
header#hd.rel : position: relative (z-index를 넣기 위함 / display:none/block을 대신해 헤더를)
position: relative (z-index를 넣기 위함 / display:none/block을 대신해 헤더를)
header#hd.rel>.container.d-flex>h1>a>img^^ul#gnb.d-flex>li.rel*4>a+ul.d2.abs>li*5>a
(로고/a) (li flex) (rel) (absolute)


에밋을 세팅하는 첫번째 방법
header#hd.rel>.container.d-flex>h1>a>img^^ul#gnb.d-flex>li.rel4>a.d1{대메뉴}+ul.abs.d2>li5>a{소메뉴}
에밋을 세팅하는 두번째 방법 - 포함 관계 안에서 복붙/탭
header#hd.rel>.container.d-flex>h1>a>img
ul#gnb.d-flex>li.rel*4>a.d1{대메뉴}
ul.abs.d2>li*5>a{소메뉴}
1. href 블록설정 -> crtl F
<h1><a href="" class="d-block"></a></h1>
2. href="#none" 찾아 바꾸기
<h1><a href="#none" class="d-block"></a></h1>