header {position: relative; z-index: 10;}
header h1 {}
header h1 a {display: block; height: 5rem; text-align: center;padding: 1.2rem 0;}
header h1 a img {height: 100%;}
header ul {display:flex; justify-content:space-between; padding: 0.5rem 0; margin-bottom: 1rem;}
header ul li {width: 20%;text-align: center; position: relative;}
header ul li:not(:last-child)::after {content: ""; display: block; position: absolute; top: 0; right: 0; width: 1px; height: 1.3rem; background: #eee;}
header ul li a { font-size:1.8rem; position: relative; padding: 0.3rem .5rem;font-weight: bold;}
header ul li a.active {color: #7f984b;font-weight: bold;}
header ul li:last-child a::after {display: none;}