/* header ********************************************************************************************* */

@media (min-width: 1024px) {
  .box1 {
    background-color: #000000;
  }

  .header {
    width: 100%;
    background-color: #121212;
  }

  .header-content {
    width: 80rem;
    height: 4rem;
  }

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

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

  .pc-header-nav-item {
    margin-left: 3.5rem;
    color: #ffffff;
  }

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

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

  /* ********************************************************************************************************** */

  .page-cover-box {
    width: 100%;
    margin-top: 2rem;
    padding: 3rem 0;
    box-sizing: border-box;
    background-image: url("../img/index/banner.png");
    background-size: cover;
  }

  .page-cover {
    width: 80rem;
  }

  .back {
    width: 2rem;
    height: 2rem;
  }

  .cover {
    width: 11.625rem;
    height: 15rem;
    border-radius: 16px;
    margin-right: 1.75rem;
    object-fit: cover;
  }
}