@charset "utf-8";

#layout_body {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.peopet-main-index .banner_margin {
  margin-top: 80px;
}

.peopet-main-index .peopet-main-top-banner {
  margin: 0 auto;
  max-width: 1260px;
}

.peopet-main-index .more_text {
  display: flex;
  align-items: center;
}

.peopet-main-index .desc {
  text-align: left;
  margin-top: 8px;
  color: #000;
}

.peopet-main-index .headline {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}

.peopet-main-index .headline .ellipsis {
  max-width: 83%;
  padding-right: 4px;
  vertical-align: middle;
}

.peopet-main-index .ellipsis {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.peopet-main-index .subcopy {
  overflow: hidden;
  height: 20px;
  padding-top: 5px;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 18px;
}

.peopet-main-index .color-red {
  color: #ff3131 !important;
}

.peopet-main-index .custom_title {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 639px) {
  .peopet-main-index .subcopy {
    margin-bottom: 40px;
  }

  .peopet-main-index .banner_margin {
    margin-top: 60px;
  }

  .peopet-main-index .headline {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
  }

  .peopet-main-index .custom_title {
    align-items: center;
  }
}
