@media only screen and (max-width: 960px) {
  .hamburger.is-closed .hamb-middle {
    top: 50%;
    transform: translateY(50%);
  }
  .hamburger.is-closed .hamb-top {
    top: 0px;
  }
  .hamburger.is-closed .hamb-bottom {
    bottom: 0px;
  }
  /* .sidebar-nav {
    z-index: 9;
    background-color: #fff;
    padding: 100px 30px 50px;
  } */
  .sidebar-nav {
    z-index: 9;
    background-color: #fff;
    padding: 88px 30px 50px;
    /*max-height: 100%;*/
    /*height: auto;*/
    /*box-shadow: 0px 3px 3px 0px rgba(22, 24, 24, 0.13);*/
    /*right: 0;*/
    /*top: 0;*/
    /*transform: scaleY(0);*/
    /*transform-origin: top;*/
  }
  /*.sidebar-nav-open {*/
  /*  transform: scaleY(1);*/
  /*}*/
  .sidebar-logo {
    position: absolute;
    top: 0;
    left: 50%;
    height: 50px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    width: calc(100% - 8%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .sidebar-logo img {
    height: 24px;
  }
  .sidebar-nav .sidebar-brand a {
    color: #222;
  }
  .sidebar-nav .sidebar-brand > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    /* padding-bottom: 20px; */
    margin-bottom: 0;
    padding: 18px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    font-family: var(--font-family);
  }
  .sidebar-nav .sidebar-brand > a.activ {
    background-color: #222222;
    color: #ffffff;
  }
  .sidebar-nav .sidebar-brand > a.activ .sj {
    border-color: #ffffff;
  }
  .sidebar-nav .sidebar-brand .xl {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .sidebar-nav {
    overflow-y: scroll;
  }
  .headerwrap_current .header {
    background-color: #1a1a1a;
  }
  .sidebar-nav .sidebar-brand .sidebar-brand-there a {
    font-size: 14px;
  }
  .sidebar-nav .sidebar-brand a .sj {
    border-color: #222;
  }
  .sidebar-nav-two .sidebar-brand-two a {
    box-sizing: border-box;
    padding: 0 20px;
  }
  .sidebar-nav-two .sidebar-brand-there a {
    padding: 0 40px;
  }
  .sidebar-nav-two .sidebar-brand-there .sidebar-brand-four a {
    padding: 0 60px;
  }
  .hamburger {
    height: 16px;
    right: 2.5%;
    width: 20px;
    top: 17px;
    z-index: 10;
    display: block;
  }
  .hamburger.is-closed .hamb-top,
  .hamburger.is-closed .hamb-middle,
  .hamburger.is-closed .hamb-bottom,
  .hamburger.is-open .hamb-top,
  .hamburger.is-open .hamb-middle,
  .hamburger.is-open .hamb-bottom {
    height: 2px !important;
    background-color: #ffffff;
  }
  .hamburger.is-open .hamb-top,
  .hamburger.is-open .hamb-middle,
  .hamburger.is-open .hamb-bottom {
    background-color: #222222;
  }
  .sidebar-nav .sidebar-brand a .sj {
    border-color: #222222;
  }
  .sidebar-nav-two .sidebar-brand-two a {
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    font-family: var(--font-family);
  }
  .sidebar-nav-two .sidebar-brand-there a {
    padding: 0 40px;
  }
  /* .sidebar-nav{
    width: 65%;
  } */
  .message-alert {
    padding: 10px 20px;
    font-size: 14px;
    max-width: 90%;
  }
  .center-1200,
  .center-1400,
  .center-1600,
  .center-1680 {
    width: 92% !important;
  }
  .app {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .seader {
    width: 95%;
  }
  .seader .close {
    right: 0;
    top: -40px;
  }
  .seader .close img {
    height: 30px;
  }
  .seader form {
    width: calc(100% - 6px);
    height: 50px;
    border-width: 3px;
    border-radius: 4px;
  }
  .seader form input {
    width: calc(100% - 100px);
    font-size: 12px;
    padding: 0 10px;
  }
  .seader form button {
    font-size: 12px;
    width: 100px;
  }
  .seader form button img {
    margin-right: 10px;
    height: 16px;
  }
  .el-message {
    min-width: 320px;
  }
  .diaolog-pb video,
  .diaolog-pb img {
    max-width: 92vw;
  }
  .diaolog-pb i {
    font-size: 36px;
    left: unset;
    right: 0;
    bottom: calc(100% + 15px);
  }
  .custom-cursor {
    display: none !important;
  }
  .bento-grid {
    grid-template-columns: 1fr;
  }
  .bento-item {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
}
