@media (min-width: 1024px) {
  .header-content {
    position: relative;
    width: 62.5rem;
    height: 4rem;
  }

  .header-logo {
    width: 11.875rem;
    height: 2.5rem;
  }

  .header-name {
    margin-left: 1rem;
  }

  .pc-header-nav-item {
    margin-left: 3.5rem;
    color: #0A090F;
    font-size: 1.125rem;
    font-weight: 500;
  }

  .pc-header-nav-item:hover {
    color: #943AE7;
  }

  .m-header-menu-box {
    display: none;
  }

  .header-share {
    width: 1.75rem;
    height: 1.75rem;
  }
}