@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 .peopet-main-section {
  margin-top: 80px;
}

.peopet-main-index .peopet-main-section:first-of-type {
  margin-top: 48px;
}

.peopet-main-index .peopet-main-section__header {
  margin-bottom: 18px;
}

.peopet-main-index .peopet-main-section__title {
  align-items: center;
  gap: 16px;
  min-height: 32px;
}

.peopet-main-index .peopet-main-section__title > span,
.peopet-main-index .peopet-main-section__title > a:first-child {
  min-width: 0;
}

.peopet-main-index .peopet-main-section__more {
  flex: 0 0 auto;
  color: inherit;
}

.peopet-main-index .peopet-main-section__more svg {
  display: block;
}

.peopet-main-index .peopet-main-section--keyword .peopet-main-section__body,
.peopet-main-index .peopet-main-section--center-banner .peopet-main-section__body {
  overflow: hidden;
}

.peopet-main-index .peopet-main-section--product .gli_image {
  position: relative;
}

.peopet-main-index .peopet-main-section--product .respGoodsZzim {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
  z-index: 4;
}

.peopet-main-index .peopet-main-section--product .respGoodsZzim .zzimArea {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
  cursor: pointer;
}

.peopet-main-index .peopet-main-section--product .respGoodsZzim .zzimImage {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.peopet-main-index .peopet-main-section--product .respGoodsZzim .zzimImage.active {
  opacity: 1;
}

.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 .peopet-main-section {
    margin-top: 56px;
  }

  .peopet-main-index .peopet-main-section:first-of-type {
    margin-top: 36px;
  }

  .peopet-main-index .peopet-main-section__header {
    margin-bottom: 14px;
  }

  .peopet-main-index .peopet-main-section__title {
    gap: 10px;
  }

  .peopet-main-index .peopet-main-section__title > span,
  .peopet-main-index .peopet-main-section__title > a:first-child {
    line-height: 1.35;
  }

  .peopet-main-index .peopet-main-section__more {
    min-width: 28px;
    min-height: 28px;
    justify-content: flex-end;
  }

  .peopet-main-index .peopet-main-section--product .respGoodsZzim {
    top: 8px;
    right: 8px;
  }

  .peopet-main-index .peopet-main-section--product .respGoodsZzim .zzimArea {
    width: 38px;
    height: 38px;
  }

  .peopet-main-index .peopet-main-section--product .respGoodsZzim .zzimImage {
    width: 20px;
    height: 20px;
  }

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

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