/* report */
.rv_btm {
	display: block;
	margin: 20px 0 0;
}

.rv_btm.only_has_btn {
	text-align: right;
}

.rv_report_btn {
	display: inline-block;
	font-size: 12px;
	color: #b1b2b3;
	text-align: right;
	cursor: pointer;
}

.rv_report_btn:hover {
	text-decoration: underline;
}

.rv_btm .rv_report_btn {
	margin: 0;
}

.report_txt {
	font-size: 14px;
}

/* list_wrap */
.list_wrap {
	margin-top: 30px;
}

.list_wrap .list_area {
	padding: 30px 0;
	border-top: 1px solid #d9d9d9;
}
.list_wrap .list_area:first-child {
	border-top: 0;
}
.list_wrap .list_open {
	cursor: pointer;
}

.list_wrap .list_in .category {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1;
	color: #ababab;
}

.list_wrap .list_top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.list_wrap .list_top .state {
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #333;
}
.list_wrap .list_top .state::before {
	display: inline-block;
	content: "[";
}

.list_wrap .list_top .state:after {
	display: inline-block;
	content: "]";
}

.list_area .date {
	font-size: 14px;
	line-height: 1;
	color: #959595;
}
.list_wrap .list_top .id_date {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	width: 100%;
}

.list_wrap .list_top .id_date:has(.id) {
	justify-content: flex-start;
}

.list_wrap .list_top .id {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	color: #787878;
}

.list_wrap .my_review .id {
	font-weight: 600;
	color: #000;
}

.list_wrap .my_review .id:after {
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/content/images/icon/ico_review_myReview.png) no-repeat center center / 100% auto;
	content: "";
	opacity: 1;
	transform: translate(0px, -50%);
}

.list_wrap .list_top .id:after {
	display: inline-block;
	margin: 0 6px 0 8px;
	width: 1px;
	height: 9px;
	background-color: #707070;
	content: "";
	opacity: 0.3;
}

.list_wrap .list_top .mp_rv_top {
	display: flex;
}

.list_wrap .list_top .good_count {
	margin-left: 20px;
	font-size: 1.2rem;
	line-height: 16px;
	color: #000;
}

.list_wrap .list_top .good_count > span {
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
	font-size: 14px;
	font-weight: 700;
	color: #2684ff;
}

.list_wrap .list_top .good_count > span:before {
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
	font-family: "Material Icons";
	font-size: 1.6rem;
	transition: font-size 0.4s;
	content: "\e8dc";
}

.list_wrap .category {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.8rem;
	color: #959595;
}

.list_wrap .list_tit {
	display: block;
	overflow: hidden;
	font-size: 16px;
	color: #333;
	word-wrap: break-word;
	text-overflow: ellipsis;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.list_wrap .txt {
	font-size: 13px;
	line-height: 1.45;
	color: #000;
	word-break: break-all;
}

.on .hide_area {
	padding: 20px 0;
}

.list_wrap .question {
	position: relative;
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: normal;
	color: #333;
	word-wrap: break-word;
	text-overflow: ellipsis;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.list_wrap .answer {
	position: relative;
	margin-top: 15px;
	padding-left: 17px;
	font-size: 13px;
	line-height: 24px;
	color: #333;
}

.list_wrap .qa {
	position: relative;
	display: inline-block;
	margin-right: 2px;
	font-size: inherit;
	font-weight: 500;
	line-height: inherit;
	color: inherit;
}

.list_area .list_top:has(.rating_star) {
	margin-bottom: 0;
	padding-bottom: 56px;
}

.list_area .rating_star {
	position: absolute;
	top: 25px;
	left: 0;
}

.list_area .rating_star span {
	display: block;
	margin-right: 4px;
	width: 14px;
	height: 14px;
	background: url(/content/images/icon/ico_star_off.png) no-repeat 0 0 /100% auto;
}

.list_area .rating_star span.on {
	background: url(/content/images/icon/ico_star_on.png) no-repeat 0 0 /100% auto;
}

.list_area .rating_star p {
	margin-left: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

@media (max-width: 767px) {
	.rv_btm .rv_report_btn,
	.rv_btm .rv_report_btn:hover,
	.rv_btm .rv_report_btn:focus {
		margin-right: 0;
		font-size: 13px;
		color: #b1b2b3;
		text-align: right;
		cursor: pointer;
	}

	.list_wrap .list_area {
		margin: 0;
		padding: 0;
		border-top: 1px solid #d9d9d9;
		border-bottom: 0;
	}

	.list_wrap .list_area:first-child {
		border-top: 0;
	}

	.list_wrap .list_in {
		padding: 30px 0;
	}

	.list_wrap .list_top {
		margin-bottom: 10px;
	}

	.list_wrap .category,
	.list_wrap .list_tit,
	.list_wrap .list_top .id,
	.list_wrap .txt {
		font-size: 12px;
	}
	.list_area .list_top:has(.rating_star) {
		padding-bottom: 40px;
	}
	.rating_star span {
		margin-right: 1px;
	}
}

@media (max-width: 480px) {
	.list_wrap .list_area .list_tit,
	.list_wrap .list_area.on .list_tit,
	.list_wrap .list_top .state,
	.list_wrap .list_in .category,
	.list_wrap .list_area .list_tit,
	.list_wrap .answer {
		font-size: 14px;
	}

	.list_wrap .list_area .list_tit,
	.list_wrap .answer {
		line-height: 1.42;
	}

	.hide_area .text_area {
		letter-spacing: -0.04rem;
	}

	.hide_area .date {
		margin: 10px 0 4px 0;
	}

	.list_area .date {
		font-size: 13px;
	}
}
