.header {
  margin: 0px auto;
  height: 128px;
  width: calc(100vw - 200px);
}
.headerLogo {
  background-image: url("../imgs/header/logo.png");
  width: 260px;
  height: 55px;
}
.headerLink {
  width: 100px;
  text-align: center;
  margin: 0px 10px;
  font-weight: bolder;
  font-size: 16px;
  color: #363a3f;
  text-decoration: none;
  height: 50px;
  line-height: 55px;
  display: block;
}
.headerLink.active, .headerLink:hover{
  color: #0E4285;
  border-bottom: 2px solid #C2D8F0;
}