.wedding2-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Pretendard', sans-serif;
  color: #000;
}

.wedding2-grid {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.wedding2-left,
.wedding2-right {
  flex: 1 1 480px;
}

.wedding2-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  font-family: "Newsreader", sans-serif;
}

.wedding2-subhead {
  display: grid;
  grid-template-columns: 1fr 100px 100px;
  /* 두 가격 칼럼 너비 고정 */
  border-bottom: 1px solid #000;
  padding-bottom: 6px;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: right;
}

.wedding2-item {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.wedding2-item h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 6px;
  font-family: 'Newsreader', sans-serif;
}

.wedding2-item p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  font-family: 'Newsreader', sans-serif;
}

.wedding2-price {
  display: grid;
  grid-template-columns: 1fr 100px 100px;
  /* 동일한 폭 */
  font-size: 14px;
  margin-top: 6px;
  text-align: right;
}

.wedding2-price span:first-child {
  color: #444;
  font-style: italic;
}

.wedding2-price span:last-child {
  font-weight: bold;
}

.wedding2-suit-item h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 4px;
}

.wedding2-suit-item p {
  font-size: 13px;
  color: #777;
  margin: 0 0 10px 0;
}

.wedding2-suit-price {
  display: grid;
  grid-template-columns: 1fr 100px 100px;
  /* 동일한 폭 */
  font-size: 14px;
  text-align: right
}

.wedding2-suit-price span:first-child {
  text-align: right;
}

.wedding2-suit-price span:last-child {
  text-align: right;
  font-weight: bold;
}
.wedding2-item-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
}
.wedding2-item-container img {
  padding-right:18vw;
}
.wedding2-item-row {
  display: flex;
  flex-direction: column;
}

.wedding2-top-img {
  max-width: 1400px;
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}



.rental-tab-buttons {

  display: flex;
  justify-content: center;
  margin: 40px 0 10px;
}

.rental-tab-buttons button {
  color: 000;
  font-family: 'Newsreader', sans-serif;
  background: #fff;
  border: 1px solid #000;
  padding: 10px 20px;
  margin: 0 10px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.rental-tab-buttons .active {
  background: #000;
  color: #fff;
}

.rental-tab-label {
  font-family: 'Newsreader', sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 13px;
  margin-bottom: 30px;
  color: #444;
}

.rental-tab-wrapper {
  font-family: 'Newsreader', sans-serif;
  font-weight: 500;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  padding: 0 20px 40px;
  max-width: 1400px;
  margin: 0 auto;
}

.rental-item {
  text-align: center;
}

.rental-item img {
  width: 100%;
  height: auto;
}

.rental-item span {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #888;
}

.rental-tab-hidden {
  display: none;
}

.rental-more-button {
  text-align: center;
  margin: 40px 0 60px;
}

.rental-more-button button {
  font-family: 'Newsreader', sans-serif;
  color: 000;
  font-weight: 500;
  padding: 12px 28px;
  font-size: 14px;
  border: 1px solid #000;
  background: #fff;
  cursor: pointer;
}



@media (max-width: 768px) {
/*   .wedding2-top-img {
    height: auto;
    width: 100%;
    max-height: none;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: top;
  } */

  .ppb_title2 {
    padding: 0 30px 0 30px;
  }

  .wedding2-description {
    font-size: 12px;
    padding: 0 20px;
  }

  .wedding2-subhead {
    display: grid;
    grid-template-columns: 1fr 100px 100px;
    /* 모바일에서도 고정 칼럼 유지 */
    text-align: right;
    gap: 0;
  }

  .wedding2-price,
  .wedding2-suit-price {
    display: grid;
    grid-template-columns: 1fr 100px 100px;
    text-align: right;
    gap: 0;
  }

  .wedding2-grid {
    flex-direction: column;
  }
  .wedding2-item-container img {
  padding-right:0;
}
}