.dnp_wrapper {
  overflow: hidden;
  margin: auto;
  max-width: 1920px;
  color: #000;
  box-sizing: border-box;
}

.dnp_img_responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

.dnp_top__title {
  font-style: normal;
  font-weight: 800;
  font-size: 42px;
  line-height: 57px;
  letter-spacing: -1px;
  color: #000000;
  margin: 0 0 12px 0;
}

.dnp_top__date {
  display: flex;
  align-items: center;
  margin: 0 0 25px 0;
}

.dnp_top__date-img {
  margin-right: 10px;
}

.dnp_top__date-txt {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #000000;
}

.dnp_ligal p {
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  padding: 0;
  margin: 0;
}

.dnp-wo_item_wrap {
  padding-top: 128px;
  padding-bottom: 160px;
  display: grid;
  column-gap: 78px;
  row-gap: 44px;
  grid-template-columns: repeat(2, 1fr);
}

.dnp-wo_item {
  height: 100%;
}

.dnp-wo_item__body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}

.dnp-wo_item__img {
  width: 50%;
  position: relative;
  height: 100%;
}

.dnp-wo_img__items {
  overflow: hidden;
  height: 100%;
}

.dnp-wo_item_img_thumb {
  position: relative;
  height: 100%;
}

.dnp-wo_item_img {
  max-width: 100%;
  display: block;
  height: 100%;
  margin: auto;
}

.dnp-wo_item__inner {
  width: 46%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}


.dnp-wo_item__top {
  overflow-y: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dnp-wo_item__brand {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -1px;
  color: #000000;
  margin: 0 0 6px 0;
}

.dnp-wo_item__title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: -1px;
  color: #000000;
  margin: 0 0 14px 0;
}

.dnp-wo_item__label {
  display: flex;
  margin: 0 0 20px 0;
}

.dnp-wo_item__percent {
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  color: #FFFFFF;
  background: #FF0016;
  padding: 2px 6px;
  margin-right: 4px;
}

.dnp-wo_item__price {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin: 0 0 20px 0;
}

.dnp-wo_item__price-old {
  position: relative;
  overflow: hidden;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.624359px;
  color: #000000;
}

.dnp-wo_item__price-old::after {
  content: "";
  display: block;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  right: 0;
  top: 50%;
  height: 200%;
  width: 250%;
  border-radius: 0%;
  border: 1px solid #000;
}

.dnp-wo_item__price-new {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 30px;
  letter-spacing: -0.624359px;
  color: #FF0016;
  margin-right: 10px;
}

.dnp-wo_item__description {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.624359px;
  color: #000000;
  overflow: hidden;
  margin-bottom: 10px;
  overflow: auto;
}

.dnp-wo_item__bottom {
  position: relative;
}

.dnp-wo_item__btn {
  box-sizing: border-box;
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  background: #1551E5;
  padding: 14px 10px;
  width: 62%;
}

.dnp_ligal.--top {
  margin-top: 127px;
}


/* ---media--- */
@media (max-width: 1280px) {

  .dnp-wo_item_wrap {
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 128px;
    padding-top: 52px;
  }

  .dnp-wo_item__body {
    flex-direction: column-reverse;
  }

  .dnp-wo_item__inner {
    width: 100%;
  }

  .dnp-wo_item__img {
    width: 100%;
    margin-bottom: 10px;
  }

  .dnp_ligal.--top {
    margin-top: 52px;
  }
}

@media (max-width: 768px) {
  .dnp_top__title {
    font-size: 24px;
    line-height: 33px;
  }

  .dnp_top__date {
    margin: 0 0 14px 0;
  }

  .dnp_ligal {
    padding: 48px 0 0 0;
  }

  .dnp-wo_item_wrap {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 50px;
    padding-top: 45px;
  }

  .dnp-wo_item__body {
    flex-direction: row;
  }

  .dnp-wo_item__brand {
    font-size: 30px;
    line-height: 28px;
    letter-spacing: -1px;
  }

  .dnp-wo_item__title {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -1px;
  }

  .dnp-wo_item__description {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.624359px;
  }

  .dnp-wo_item__price-old {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.624359px;
  }

  .dnp-wo_item__price-new {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.624359px;
  }

  .dnp_ligal p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.624359px;
  }

  .dnp_ligal.--top {
    margin-top: 0;
  }
}

@media (max-width: 480px) {

  .dnp_top__title {
    padding-left: 17px;
  }

  .dnp_top__date {
    align-items: flex-start;
    padding-left: 20px;
  }

  .dnp_top__date-txt {
    font-size: 15px;
    line-height: 24px;
  }

  .dnp-wo_item__body {
    flex-direction: column-reverse;
  }

  .dnp-wo_item__brand {
    line-height: 48px;
  }

  .dnp-wo_item__price {
    flex-direction: row;
    justify-content: flex-start;
    margin: 0;
  }

  .dnp-wo_item__price-old {
    margin-right: 10px;
  }

  .dnp_ligal {
    padding: 50px 0 0 0;
  }

  .dnp_ligal p {
    font-size: 16px;
    line-height: 25px;
    padding: 0 15px;
  }
}