/* Keep the full primary navigation visible on desktop and landscape tablet widths. */
@media only screen and (min-width: 956px) {
  html body .target.web-nav {
    display: block !important;
    opacity: 1 !important;
    transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
  }

  header.h5-naver {
    display: none !important;
  }
}
