@charset "UTF-8";

.pgshop_list .pgshop_list_box {
	border: 1px solid #eee;
	border-radius: 10px;
	overflow: hidden;
}

.pgshop_list .li_open_close {
	position: absolute;
	top: 10px;
	left: 10px;
	font-weight: 400;
	font-size: 12px;

}
.pgshop_list .li_open_close>div {padding: 3px 10px; border-radius: 3px;}
.pgshop_list .li_open_close .li_open {color: #fff; background: #00a31d;}
.pgshop_list .li_open_close .li_close {color: #fff; background: #cf3535;}

.pgshop_list .li_location_wrap {
	position: absolute;
	bottom: 5px;
	left: 15px;
	color: #fff;
	font-weight: 300;
	text-shadow: 0 0px 8px #000000;
}
.pgshop_list .li_location_wrap i {
	font-size: 12px;
	position: relative;
	top: -1px;
	margin-right: 3px;
}

.pgshop_li_review {display: flex; justify-content: end; font-size: 12px;}
.pgshop_li_review>span:first-child::after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 11px;
	background: #ddd;
	margin: 0 3px;
}
.pgshop_li_review>span:first-child {color: #ff2f2f; font-weight: 500;}

.pgshop_review_comment {text-align: center; margin-top: 1rem;}
.pgshop_review_comment button {}

.pgshop_review_star_box {display: flex;}
.pgshop_review_star {display: flex; align-items: center; background: #eee; border-radius: 50rem; padding: 3px 5px; font-size: 12px;}
.pgshop_review_star i {color: #ff7575; margin: 0 1px;}
.pgshop_cmt_rating_box {width: 85px; height: 13px; border: 1px solid #eee; position: relative;}
.pgshop_cmt_rating_box span {background: #ff2f2f; display: inline-block; position: absolute; height: 100%;}

.li_stars_wrap {position: absolute; top: 10px; right: 10px; color: #d7f3ff; letter-spacing: 0px; font-size: 14px;}

.txt-absolute {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
