.promotion-contents__product {
  margin-top: 0px;
}

.promotion-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  margin: 70px 0 40px;
}

.promotion-title p {
  font-size: 24px;
  color: #000000;
  font-weight: 500;
  font-family: 'Noto Sans KR', 'Poppins', sans-serif;
  letter-spacing: -3%;
}
.product-item {
    margin-top: 8px;
}
.product-item +.product-item {
    margin-top: 8px;
}

/* 인스타 방송 다시보기 */
  .vod-filter {
    max-width: 1390px;
    margin: 16px auto 24px;
    padding: 0;     
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .vod-filter-select {
    width: 220px;   
    max-width: none;    
    height: 38px;   
    padding: 0 10px;
    border-radius: 4px;
    border: 2px solid #EBC791;
    box-sizing: border-box;
  }

/* 
.promotion-contents {
    text-align: center;
}

.promotion-contents__banner,
.makecenter {
    display: inline-block;
    text-align: left;
} */

.makecenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Instagram 게시물 전용 스타일 */
.makecenter .instagram-media-rendered {
	margin: 20px auto !important;
	max-width: 540px !important;
	width: 540px !important;
}

.makecenter blockquote.instagram-media {
	margin: 20px auto !important;
	max-width: 540px !important;
	width: 540px !important;
}

/* 스크립트 태그는 숨김 처리 */
.makecenter script[src*="instagram"] {
	display: block;
	margin: 0 auto;
}