/* Common Navigation Style Page */
#header {
  height: 4.375rem;
  background-color: #cfe5ff;
}
#navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.375rem;
  z-index: 999;
  border-bottom: 1px solid #dfdfdf;
  background: #fff;
}
.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  padding: 0.594rem 12.5rem;
  margin: 0 auto;
}
.logo-img {
  width: 9.563rem;
  height: 3.188rem;
}
.button-login {
  width: 8rem;
  height: 3rem;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  line-height: 3rem;
  border-radius: 0.5rem;
  color: var(--Cool-Gray-100);
  background-color: var(--Primary-100);
}
