header {}
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: 33%;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.6rem; position: relative; padding: 0.3rem 1rem;font-weight: bold;}
header ul li a.active {background: #003863; color:#fff; border-radius:2rem}
header ul li:last-child a::after {display: none;}