@media screen and (max-width: 1066px) {
    body {
        margin-top: 50px;
    }
    .header-box {
        position: fixed;
		top: 0;
		z-index: 1000;
        background: linear-gradient(    to bottom,    rgba(253, 253, 253, 0.85) 0%,    rgba(248, 248, 248, 0.85) 50%,    rgba(241, 241, 241, 0.85) 100%  );
    }
    body.is-drawer-open {
    position: fixed;
    width: 100%;
    overflow: hidden;
	}
    .drawerNav-open {
        box-sizing: content-box;
    }
      .drawerNav-list {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding-bottom: 200px;
    box-sizing: border-box;
  }
}