.video-container {
	width: 100%;
	height: 200px;
}

.star-review-name {
	font-size: 1.3em;
	color: #98BF40;
	font-weight: bold;
}

.star-review-question {
	font-weight: bold;
}

.star-review-detail-wrapper .container-padding {
	position: relative;
	flex: 1;
	overflow-y: auto;
}

.star-review-detail-wrapper .star-sign {
	opacity: 0.5;
	/*position: absolute;*/
	/* height: 50px; */
	width: 100%;
	bottom: 24px;
	right: 32px;
}

/* 스타리뷰 */
.star-review-wrapper {

}
.star-review-wrapper .review-item {
	width: 85%;
	height: 200px;
	margin: 25px auto;
	background-color: #EEEEEE;
	border-radius: 25px;
	position: relative;
}
.star-review-wrapper .review-item .bottom-wrapper {
	position: absolute;
	width: 100%;
	height: 40px;
	left: 0px;
	bottom: 0px;
	background-color: #2B5B0080;
	border-radius: 0px 0px 25px 25px;

	display: flex;
	justify-content: center;
	align-items: center;

	font-size: 1.2em;
	color: #FFFFFF;
}

/* 스타리뷰 디테일 */
.star-review-detail-wrapper {

}

.star-review-detail-wrapper > .content-wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}