.not_found .guest {
  display: block !important;
}

.not_found .member {
  display: none !important;
}

.not_found #header {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20);
}