@charset "utf-8";
/* CSS Document */

header {border: 0!important;}
.bmOder .con3 {position: relative; }
.menu__box2 {
	position: relative;
	display: inline-block;
	padding: 32px 16px;
	width: 100%;
	border-bottom: 6px solid #f5f5f5;
	color: #212121;
}
.menu__box {
	position: relative;
	display: inline-block;
	padding: 20px 16px;
	width: 100%;
	border-bottom: 1px solid #dfdfdf;
	color: #212121;
}
.review_content {}
.user_img {
	width: 38px;
	height: 38px;
	overflow: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
} 
.r_title {
	display: flex;
	align-items: center;
}
 .r_title h4 {
 	margin-right: 10px;
	font-size: 16px;
	font-weight: bold; 
	color: #212121;
}
.r_title p {
	display: inline-block;
}
.r_title p img {
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: top;
}
.rev_date {
	display: block;
	margin: 8px 0 14px;
	font-size: 12px;
	color: #757575;
}
.menu_text {
	color: #FF7A42;
	font-size: 14px;
	line-height: 1.5;
}
.menu_name {font-weight: 500;}
.menu_sub {margin-left: 4px; font-weight: 400;}

.r_text {
	position: relative;
	padding: 25px 16px;
	margin: 14px 0 20px;
	background: #f5f5f5;
	border: 1px solid #eee;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.revcon_text {
	display: block;
	font-size: 14px;
}
.revcon_img {
	margin-top: 17px;
	width: 200px;
	height: 125px;
	overflow: hidden;
}
.revcon_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* .r_text > div {
	margin: 12px 0 14px;
	max-height: 130px;
	overflow:hidden;
}
.r_text img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.r_text span {
	display: block;
	line-height: 1.4;
	font-size: 14px;
	font-weight: 400;
	color: #737373;
} */
/* .r_text span:nth-child(3) {color: #ff7800;}
.r_text a {font-size: 13px; color: #ff7800;} */
.store_reply {
	padding: 16px 16px 18px;
    font-size: 14px;
	background: #FFF3E9;
	border: 1px solid #FFDBBE;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.store_reply b {
	display: block;
	margin-bottom: 12px;
	font-size: 12px;
	color: #212121;
	font-weight: bold;
}

.modify_btn {padding-top: 16px;}
.modify_btn ul {display: flex; align-items: center;}
.modi_btn {
	background: #eee;
}
.del_btn {
	border: 1px solid #eee;
}
.modify_btn ul li {
	width: 50%;
	height: 40px;
	font-size: 14px;
	color: #757575;
	text-align: center;
	box-sizing: border-box;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.modify_btn ul li:first-of-type {margin-right: 8px;}
.modify_btn ul li input[type=checkbox] {display: none;}
.modify_btn ul li input[type=checkbox] + label {line-height: 36px;}
.modify_btn ul li label {}


/*top_button*/
.scrollUp img {width: 36%; height: 22%;}
.scrollUp {
	display:-webkit-flex; display: flex; justify-content: center; align-items: center;
	font-size: 35px; color: #fff; text-decoration: none;
	opacity: 0; pointer-events: none; transition: .5s;
	background: rgba(170,170,170,.8);
	position: fixed; bottom: 16px; right: 16px;
	height: 50px; width: 50px; border-radius: 50%;
	z-index: 999;
}

.scrollUp.active {
	bottom: 26px;
	pointer-events: auto;
	opacity: 1;
	transform:translateY(-55px);
	-webkit-transform:translateY(-55px);
	z-index: 999;
}
