/* Wrapper */
.single-review .wrapper {
	position: relative;
	width: 100%;
	margin: 0px auto;
	max-width: 433px;
	padding: 42px 20px 80px 20px;
}

.single-review .wrapper .row {
	display: flex;
	width: 100%;
	gap: 12px;
}

.single-review .wrapper .col:nth-of-type(1) {
	width: 50%;
}

.single-review .wrapper .col:nth-of-type(2) {
	padding-left: 30px;
	width: 50%;
	box-sizing: unset;
}


/* Container */
.single-review .container {
	/* margin: 0px 20px; */
}

/* ReviewBox */
.single-review .review-box {
}

.single-review .review-img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: auto;
	background-color: #eee;
	height: 0;
	padding-bottom: 100%;
}

.single-review .premium {
	display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    margin-left: 14px;
}
.single-review .premium.insert {
	cursor: pointer;
	transition: 0.3s;
}
.single-review .premium.insert:hover {
	opacity: 0.8;
}



/* ReviewImgBox */
.single-review .review-img-box {
	margin-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
}

/* BoxWrapper */
.single-review .box-wrapper {
	width: 100%;
	max-width: 100%;
	margin: 0px -5px;
}

.single-review .box-wrapper .box {
	display: inline-block;
	width: 90px;
	height: 80px;
	padding: 0px 5px;
}


/* BoxImg */
.single-review .box-img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: auto;
	height: 80px;
	cursor: pointer;
}

/* ReviewDetails */
.single-review .review-details {
	border-bottom: 1px solid #ebebeb;
	padding: 0px 0px 31px 0px;
	margin-bottom: 20px;
}

.single-review .review-point {
	width: fit-content;
	height: 39px;
	background-image: url('../images/speech_bubble.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0 22px;
	font-size: 11px;
	line-height: 32px;
	text-align: left;
	color: #fff;
	margin-bottom: 10px;
}

.single-review .review-point b {
	display: none;
	font-size: 11px;
	line-height: 32px;
	text-align: left;
	color: #fff;
}

.single-review .review-point span {
	font-weight: bold;
}

.single-review .review-point img {
	vertical-align: sub;
}

/* ReviewTitle */
.single-review .review-title {
	display: flex;
	position: relative;
	align-items: center;
	margin-bottom: 10px;
}

.single-review .review-title div {
	display: inline-block;
	border: 2px solid #DA3023;
	border-radius: 150px;
	padding: 4px 10px;
	margin-right: 6px;
	font-size: 20px;
	font-weight: bold;
	color: #111111;
}

.single-review .review-title h1 {
	font-size: 20px;
	font-weight: bold;
	color: #111111;
}

.single-review .review-title p {
	font-size: 11px;
	color: #111111;
}

.single-review .review-title p:before {
	content: '';
	background-image: url('../images/review_single_02.png');
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	display: inline-block;
	top: 50%;
	right: 13%;
	transform: translateY(-30%) translateX(-13%);
	width: 18px;
	height: 18px;
}

/* ReviewUser */
/* ReviewUser */
.single-review .review-user {
	margin-bottom: 20px;
}

.single-review .review-user small {
	font-size: 13px;
	line-height: 1.77;
	color: #9a9a9e;
}

.single-review .review-user span {
}

.single-review .review-user span:after {
	display: inline-block;
	content: '';
	width: 1px;
	height: 10px;
	background-color: #999;
	margin: 0 6px;
}

.single-review .secondary-button {
	display: block;
	width: 100%;
	height: 56px;
	line-height: 56px;
	border-radius: 200px;
	border: none;
	background-color: rgb(245, 245, 245);
	color: #111;
	font-size: 15px;
	font-weight: 500;
	transition: 0.5s;
	text-align: center;
	text-decoration: none;
}

.single-review .trash-button {
	display: block;
	width: 100%;
	height: 56px;
	line-height: 56px;
	border-radius: 200px;
	border: none;
	background-color: rgb(245, 245, 245);
	color: #111;
	font-size: 15px;
	font-weight: 500;
	transition: 0.5s;
	text-align: center;
	text-decoration: none;
	border: 1px solid #eee;
	line-height: 65px;
	transition: 0.3s;
}

/* ReviewContent */
.single-review .review-content {
	line-height: 1.6;
	font-size: 13px;
}

.single-review .review-content p {
	font-size: 15px;
	line-height: 1.73;
	color: #111111;
}

.single-review .review-content img {
	display: none;
}

/* ReviewProductDetails */
.single-review .review-product-details {
	display: flex;
	align-items: center;
	width: 100%;
	cursor: pointer;
	transition: 0.5s;
}

.single-review .review-product-details:hover {
	opacity: 0.7;
}

/* ReviewUserImage */
.single-review .review-user-image {
	display: table-cell;
	flex: 0 0 94px;
	width: 94px;
	height: 90px;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center center;
	margin-right: 4px;
}

/* ReviewUserItem */
.single-review .review-user-item {
	display: table-cell;
	width: auto;
	vertical-align: middle;
	color: #111111;
}

.single-review .review-user-item p {
	font-weight: 500;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 2px;
}

.single-review .review-user-item span {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #000;
	text-overflow: ellipsis;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 18.2px */
	margin-bottom: 8px;
}
.single-review .review-user-item strong {
	color: #000;
	font-family: Pretendard;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.51px;
}
.single-review .review-user-item .star {
	display: flex;
	align-items: center;
	margin-bottom: 9px;
	gap: 5px;
}
.single-review .review-user-item .star .product_total {
	color: #666;
	font-family: Pretendard;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.single-review .review-user-item .star>div {
  display: flex;
  align-items: center;
  gap: 1px;
}
.single-review .review-user-item .star i {
	display:inline-block;
  width: 17px;
  height: 17px;
  background-image: url("../images/icon-star.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 88.24%;
}



/* ReviewUserPrice */
.single-review .review-user-price {
	display: table-cell;
	width: 100px;
	vertical-align: middle;
}

.single-review .review-user-price p {
	text-align: right;
	font-weight: bold;
	font-size: 13px;
	line-height: 19px;
	color: #111;
}

/* MobileReviewTitle */
.single-review .mobile-review-title {

	.single-review .mobile-review-title h2 {
		font-size: 18px;
		font-weight: bold;
		color: #111111;
	}
}

/* MobileReviewUser */
.single-review .mobile-review-user {
	

	.single-review .mobile-review-user small {
		font-size: 12px;
		line-height: 1.77;
		color: #9a9a9e;
	}

	.single-review .mobile-review-user span {
		:after {
			content: '';
			width: 1px;
			height: 10px;
			background-color: #999;
			margin: 0 6px;
		}
	}

	.single-review .mobile-review-user p {
		font-size: 11px;
		color: #111111;
		transform: translateY(-50%);
	}

	.single-review .mobile-review-user p:before {
		content: '';
		background-image: url('../images/review_single_02.png');
		background-repeat: no-repeat;
		background-size: cover;
		position: absolute;
		display: inline-block;
		top: 30%;
		right: 100%;
		transform: translateY(-30%) translateX(-30%);
		width: 18px;
		height: 18px;
	}
}

/* ButtonGroup */
.single-review .button-group {
	margin: 0px -10px;
	display: flex;
	flex-direction: row;
}

.single-review .button-group div {
	padding: 0px 10px;
	vertical-align: top;
	flex: 1;
}

.single-review .button-group div:nth-child(2) + div {
	/* width: 70%; */
}

.single-review .button-group div:nth-child(2) {
	/* width: 30%; */
	flex: 0.3;
}

.single-review .button-group a:not(.trash-button) {
	transition: 0.3s;
}

.single-review .button-group a:not(.trash-button):hover {
	background: #eee;
}

.single-review .button-group .trash-button {
	border: 1px solid #eee;
	line-height: 65px;
	transition: 0.3s;
}

.single-review .button-group .trash-button:hover {
	border: 1px solid #000;
}

/* IsFinest */
.single-review .is-finest {
	display: inline-block;
	height: 56px;
	line-height: 56px;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	border: 1px solid #eee;
	padding: 0 10px;
	background-color: #fff;
	border-radius: 200px;
	margin-top: 10px;
	cursor: pointer;
	float: right;
}

.single-review .is-finest:hover {
	border: 1px solid #111;
}

.single-review .is-finest.active {
	background-color: #f9f9f9;
}



.single-review .inner .product_name {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 4px;
	margin-bottom: 20px;
}
.single-review .inner .product_name p {
	width: fit-content;
    word-break: break-all;
}
.single-review .inner .product_name p {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 30px);
}
.single-review .inner .author {
	display: flex;
	align-items: center;
	gap: 10px;
   	height: 40px;
   	padding-bottom: 10px;
}
.single-review .inner .author .avatar {
	width: 30px;
	height: 30px;
	border: 1px solid #eee;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.single-review .inner .author .star {
	padding-top: 9px;
}
.single-review .inner .author .user-name {
	color: #000;
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 25.6px */
}
.single-review .inner .close-btn {
	position: absolute;
	top: 22px;
	right: 20px;
	cursor: pointer;
}
.single-review .wrapper > .inner {
   	border-top: 6px solid #F6F6F6;
   	padding-top: 30px;
   	margin-top: 40px;
}
.single-review .review-product-details svg {
	flex: 0 0 6px;
	margin-left: auto;
}
.single-review .inner .star {
	display: flex;
	align-items: center;
  gap: 5px;
	margin-bottom: 28px;
}
.single-review .inner .star span {
	color: #666;
	font-family: Pretendard;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: underline;
}
.single-review .inner .star>div {
  display: flex;
  align-items: center;
  gap: 1px;
}
.single-review .inner .star i {
	display:inline-block;
	width:17px;
	height:17px;
  background-image: url("../images/icon-star.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 88.24%;
}
.single-review .inner .modal-inner .star span {
	color: #000;
	font-family: Pretendard;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration: none;
}
.single-review .inner .modal-inner .star .post_date {
	color: #999;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
	padding-left: 10px;
}
.single-review .inner .modal-inner .content p {
	margin: 0;
}
.single-review .inner .modal-inner .product_name p {
	color: #999;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 21px */
}
.single-review .inner .modal-inner .review-image {
	height: 244px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}
.single-review .inner .star {
    margin-bottom: 7px;
}
.single-review .inner .star i {
    width: 17px;
    height: 17px;
}
.single-review .inner .star span {
	color: #000;
	font-family: Pretendard;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
}
.single-review .inner .modal-inner .review-image img {
	width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    transform-origin: center;
}
.single-review .inner .modal-inner .post_content {
	color: #666;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 22.4px */
	margin-bottom: 32px;
}
.single-review .inner .modal-inner .post_content p {
	color: #666;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 22.4px */
}
.single-review .inner .modal-inner .row {
	display: flex;
	gap: 8px;
	margin-bottom: 20px;
}
.single-review .inner .modal-inner .row .member {
	display: none;
	gap: 6px;
	align-items: center;
	width: calc(100% - 58px);
	height: 32px;
	border-radius: 57px;
	background: #F7F7F7;
	color: #555;
	font-family: Pretendard;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}
.single-review .inner {
/*	display: none;*/
}
.single-review .inner .modal-inner .row .member.active {
	display: flex;
}
.single-review .inner .modal-inner .row .member {
	padding: 0 11px;
	margin: 0;
}
.single-review .inner .modal-inner .row .member img {
	width: 14px;
	height: 14px;
}
.single-review .inner .modal-inner .row .member strong {
	color: #000;
	font-family: Pretendard;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 18px */
}
.single-review .inner .modal-inner .row .like-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2px;
	width: auto;
	height: 32px;
	padding: 7px 12px;
	border-radius: 70px;
	border: 1px solid #EEE;
	background: #FFF;
	color: #000;
	font-family: Pretendard;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left: auto;
	cursor: pointer;
}
.single-review .inner .modal-inner .row .like-btn.active {
    background: #DA3023;
}
.single-review .inner .modal-inner .row .like-btn.active span {
	color: #fff;
	cursor: pointer;
}
.single-review .inner .modal-inner .row .like-btn.active svg path {
    fill: #fff;
}
.single-review .inner .modal-inner .row .like-btn span {
	color: #000;
	font-family: Pretendard;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	cursor: pointer;
}
.single-review .inner .modal-inner .comment {
	border-top: 1px solid #eee;
	padding-top: 24px;
}
.single-review .inner .modal-inner .comment-title {
	color: #000;
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%; /* 25.6px */
	letter-spacing: -0.32px;
	margin-bottom: 10px;
}
.single-review .inner .modal-inner .comment-title span {
	color: #DA3023;
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%; /* 25.6px */
	letter-spacing: -0.32px;
	padding-left: 2px;
}
.single-review .inner .modal-inner .comment-content {
	display: flex;
	gap: 10px;
}
.single-review .inner .modal-inner .right {
	position: relative;
	border-radius: 0px 12px 12px 12px;
	background: #F7F7F7;
	padding: 18px 18px 18px 18px;
}
.single-review .inner .modal-inner .right p {
	color: #000;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 8px;
}
.single-review .inner .modal-inner .right div {
	color: #666;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	word-break: keep-all;
	line-height: 160%; /* 22.4px */
}
.single-review .inner .modal-inner .right svg {
	position: absolute;
	left: -11px;
	top: 0;
}
.single-review .inner {
	max-width: 393px;
	width: 100%;
}
.single-review .inner.active {

}


@media (max-width: 768px) {
	.single-review .inner {
		max-width: 100%;
	}
	.single-review .wrapper {
		max-width: 100%;
		padding: 40px 0 80px 0;
	}
	.single-review .review-product-details {
		padding: 0 16px;
	}
	.single-review .review-product-details svg {
		margin-left: auto;
	}
	.single-review .wrapper > .inner {
		padding: 30px 16px 0 16px;
	}
	.single-review .inner .modal-inner .review-image {
		height: 230px;
	}
	.single-review .premium {
		margin-left: 6px;
		font-size: 12px;
		padding: .275rem .55rem;
	}
}
	








































