@charset "utf-8";

/* NPC */
.npc-wrap {
  background: url(../images/-c06_-_56cb-02c_-f733.jpg) no-repeat center 0;
  background-size: cover;
  overflow: hidden;
}

.npc-wrap .content {
  padding: 150px 0 300px;
}

.npc-main-pic {
  position: absolute;
  top: 0;
  right: 50%;
  z-index: 1;
  width: 100%;
  max-width: 543px;
  text-align: center;
  margin-right: -300px;
}

.npc-info {
  padding: 200px 0;
}

.npc-tit {
  display: block;
  margin: 0 0 40px;
  z-index: 2;
}

.npc-txt {
  color: #fff;
  font-size: 16px;
  position: relative;
  z-index: 3;
  margin: 0;
}

.npc-txt strong {
  font-size: 20px;
}

@media (max-width: 1200px) {
  .npc-main-pic {
    right: 0;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .npc-wrap {
    height: 100%;
  }

  .npc-main-pic {
    position: relative;
    top: 0;
  }

  .npc-wrap .content {
    padding: 100px 0;
  }

  .npc-info {
    padding: 50px 0 0;
  }
}

@media (max-width: 767px) {
  .npc-info {
    position: relative;
    z-index: 2;
    padding: 0;
  }

  .npc-main-pic {
    padding: 50px 0;
    width: 67%;
  }
  .npc-tit {
    width: 80%;
  }
  .npc-txt {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .npc-wrap .content {
    padding-top: 60px;
  }

  .npc-main-pic {
    top: 0;
  }
}