.post-type-archive-review .wrapper {
	position: relative;
	max-width: 1636px;
	width: 100%;
	margin: 0 auto;
	padding: 100px 20px 200px 20px;
}

.post-type-archive-review .wrapper .col:nth-of-type(1),
.post-type-archive-review .wrapper .col:nth-of-type(2) {
	padding: 0 20px;
	width: 50%;
}

.post-type-archive-review .container {
	/* margin: 0 20px; */
}

.post-type-archive-review .review-title h1 {
	font-family: 'Roboto';
	font-size: 27px;
	font-weight: bold;
	color: #111;
	line-height: 1.2; /* 추가된 line-height */
}

.post-type-archive-review .users-wrapper {
}

.post-type-archive-review .users-review-title {
	position: relative;
	align-items: flex-end;
}

.post-type-archive-review .users-review-title h2 {
	font-size: 15px;
	font-weight: normal;
	color: #111;
	line-height: 1.4; /* 추가된 line-height */
}

.post-type-archive-review .input-wrapper {
	float: right;
}

.post-type-archive-review .users-review-content {
/*	margin: 0 -15px;*/
}

.post-type-archive-review .users-review-box {
	margin-top: 43px;
	font-size: 0;
}

.post-type-archive-review .users-review {
	position: relative;
	width: 25%;
	display: inline-block;
	padding: 0 15px;
	vertical-align: top;
	margin-bottom: 100px;
	border-radius: 20px;
	border: 1px solid #E6E6E6;
	background: #FFF;
}

.post-type-archive-review .review-user-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	box-sizing: border-box;
	width: auto;
	height: 240px;
	background-color: #eee;
}

.post-type-archive-review .review-writing {
	margin: 20px 0;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 19px;
}

.post-type-archive-review .review-writing p {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 500;
	color: #111;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5; /* 추가된 line-height */
}

.post-type-archive-review .review-writing small {
	display: inline-block;
	font-size: 13px;
	color: #999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5; /* 추가된 line-height */
}

.post-type-archive-review .review-product-details {
	display: table;
	vertical-align: middle;
	width: 100%;
	padding: 0 0 20px 0;
	cursor: pointer;
	transition: 0.5s;
}

.post-type-archive-review .review-product-details:hover {
	opacity: 0.7;
}

.post-type-archive-review .review-user-image {
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: 60px auto;
	background-position: center center;
	background-color: #fbfbfb;
	border: 1px solid #fbfbfb;
}

.post-type-archive-review .review-user-item {
	display: table-cell;
	vertical-align: middle;
	color: #111;
	padding-left: 20px;
}

.post-type-archive-review .review-user-item p {
	font-weight: 500;
	font-size: 11px;
	margin-bottom: 2px;
	line-height: 1.4; /* 추가된 line-height */
}

.post-type-archive-review .review-user-item span {
	display: inline-block;
	font-size: 13px;
	line-height: 1.4; /* 추가된 line-height */
}

.post-type-archive-review .review-user-price {
	display: table-cell;
	width: 100px;
	vertical-align: middle;
}

.post-type-archive-review .review-user-price p {
	text-align: right;
	font-weight: bold;
	font-size: 13px;
	color: #111;
	line-height: 1.4; /* 추가된 line-height */
}

.post-type-archive-review .buton {
	height: fit-content;
    align-self: end;
}
.post-type-archive-review .written-button {
	position: relative;
	display: inline-block;
	margin-left: 4px;
	width: 120px;
	height: 40px;
	border-radius: 200px;
	font-size: 13px;
	font-weight: 500;
	line-height: 40px; /* 추가된 line-height */
	text-align: center;
	background-color: #DA3023;
	color: #fff;
	cursor: pointer;
	transition: 0.3s;
}
.post-type-archive-review .event-button {
	position: relative;
	display: inline-block;
	margin-left: 14px;
	width: 120px;
	height: 40px;
	border-radius: 200px;
	font-size: 13px;
	font-weight: 500;
	line-height: 40px; /* 추가된 line-height */
	text-align: center;
	background-color: #f5f5f5;
	color: #111;
	cursor: pointer;
	transition: 0.3s;
}

.post-type-archive-review .written-button:hover {
	opacity: 0.9;
}
.post-type-archive-review .event-button:hover {
	opacity: 0.9;
}

.post-type-archive-review .include-url {
	position: absolute;
	top: -10px;
	right: 0;
	border: 2px solid #DA3023;
	border-radius: 150px;
	padding: 4px 6px;
	background-color: #fff;
	transition: 0.4s;
	cursor: pointer;
}

.post-type-archive-review .include-url:hover {
	opacity: 0.6;
}

.post-type-archive-review .is-finest {
	display: inline-block;
	border: 2px solid #DA3023;
	border-radius: 150px;
	padding: 0 4px;
	margin-right: 6px;
	transition: 0.3s;
}

.post-type-archive-review .is-finest:hover {
	color: #fff;
	background-color: #DA3023;
}

/* Responsive Styles */
@media (max-width: 768px) {
	.post-type-archive-review .wrapper {
		overflow: hidden;
		padding: 50px 16px 70px 16px;
		border-bottom: 1px solid #ebebeb;
	}
	.post-type-archive-review .row:nth-of-type(1) {
		display: block;
		width: 100%;
	}
	.post-type-archive-review .col:nth-of-type(1),
	.post-type-archive-review .col:nth-of-type(2) {
		display: block;
		width: 100%;
	}
	.post-type-archive-review .container {
/*		margin: 0 20px;*/
	}
	.post-type-archive-review .container .container {
		margin: 0;
	}
	.post-type-archive-review .users-review {
		width: 50%;
		margin-bottom: 20px;
	}
	.post-type-archive-review .users-review-box {
		margin-top: 30px;
		font-size: 0;
	}
	.post-type-archive-review .review-user-img {
		height: 0;
		padding-bottom: 70.25%;
	}
	.post-type-archive-review .review-product-details {
		display: none;
	}
	.post-type-archive-review .review-user-price {
		display: none;
	}
	.post-type-archive-review .written-button {
		width: 120px;
/*		transform: translateY(-5px);*/
		font-size: 13px;
	}
	.post-type-archive-review .event-button {
		width: 120px;
/*		transform: translateY(-5px);*/
		font-size: 13px;
	}
}

/* Popup 전체 레이아웃 */
.post-type-archive-review .popup-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9990;
	display: none;
}

.post-type-archive-review .popup-wrapper .popup-wrapper.show {
	display: block;
}

.post-type-archive-review .popup-wrapper .overlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 50;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.post-type-archive-review .popup-wrapper .overlay.show {
	display: block;
}

.post-type-archive-review .popup-wrapper .popup-inner {
	max-width: 1024px;
	width: 500px;
	height: auto;
	position: relative;
	z-index: 100;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: #fff;
	border-radius: 50px;
	overflow-y: auto;
	display: block;
}

.post-type-archive-review .popup-wrapper .popup-inner.full {
	max-width: 100vw;
	width: 100vw;
	height: 100%;
	border-radius: 0;
}

.post-type-archive-review .popup-wrapper .popup-close {
	position: relative;
	z-index: 100;
	cursor: pointer;
}

.post-type-archive-review .popup-wrapper .icon-close {
	position: absolute;
	top: 37px;
	right: 37px;
	color: #111;
}

.post-type-archive-review .popup-wrapper .order-title {
	padding-bottom: 19px;
	border: 1px solid #ebebeb;
	height: 69px;
	padding: 25px 0px 19px 30px;
}

.post-type-archive-review .popup-wrapper .order-title h2 {
	font-size: 17px;
	font-weight: bold;
	color: #111111;
}

.post-type-archive-review .popup-wrapper .container {
	overflow-y: scroll;
	height: 400px;
}

@media (max-width: 330px) {
	.post-type-archive-review .popup-wrapper .container {
		height: 300px;
	}
}

/* 주문 목록 스타일 */
.post-type-archive-review .popup-wrapper .wrapper {
	padding: 20px;
	border-bottom: 1px solid #f7f7f7;
	cursor: pointer;
}

.post-type-archive-review .popup-wrapper .order {
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: flex-end;
}

.post-type-archive-review .popup-wrapper .order-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100px auto;
	width: 30%;
	height: 97px;
	background-color: #fbfbfb;
}

.post-type-archive-review .popup-wrapper .order-item {
	width: 70%;
	height: 97px;
	padding: 15px 0px 20px 15px;
}

.post-type-archive-review .popup-wrapper .order-item span {
	font-size: 13px;
	color: #9a9a9e;
}

.post-type-archive-review .popup-wrapper .order-item p {
	font-size: 13px;
	font-weight: 500;
	color: #111111;
}

.post-type-archive-review .popup-wrapper .order-check {
	position: relative;
	box-sizing: border-box;
	transform: translateY(-200%);
}

.post-type-archive-review .popup-wrapper .order-check.checked svg path {
	fill: #DA3023;
}

.post-type-archive-review .popup-wrapper .order-check.checked svg rect {
	stroke: #DA3023;
	fill: #fff;
}

.post-type-archive-review .popup-wrapper .write-button-wrapper {
	margin-top: 30px;
	margin-bottom: 30px;
}
.post-type-archive-review .popup-wrapper .write-button {
	width: auto;
	height: auto;
	padding: 17px 0px;
	margin: 0 20px;
	border-radius: 200px;
	background-color: #DA3023;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.post-type-archive-review .popup-wrapper .write-button-wrapper.show {
	display: block;
}

@media (max-width: 768px) {
	.post-type-archive-review .popup-wrapper .popup-inner {
		width: calc(100% - 40px);
		height: calc(100% - 100px);
	}

	.post-type-archive-review .popup-wrapper .order-img {
		background-size: 70px auto;
		height: 75px;
	}

	.post-type-archive-review .popup-wrapper .order-item p {
		font-size: 12px;
	}

	.post-type-archive-review .popup-wrapper .write-button {
		padding: 17px 0px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

.post-type-archive-review .review-item {
	width: 420px;
	height: initial;
	display: inline-block;
	border-radius: 20px;
	border: 1px solid #e6e6e6;
	background: #fff;
	padding: 24px 25px 24px 25px;
}
.post-type-archive-review .swiper-wrapper {
/*	padding-bottom: 40px;*/
/*	margin-bottom: 80px;*/
}
.post-type-archive-review .review-item .r-top {
	/*display: flex;
	justify-content: space-between;
	margin: 0;*/
}
.post-type-archive-review .review-item .flex {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin: 0;
}
.post-type-archive-review .review-item .info {
	display: flex;
/*	justify-content: space-between;*/
	gap: 12px;
	margin: 0;
}
.post-type-archive-review .review-item .grid {
	display: flex;
	margin: 0;
}

.post-type-archive-review .swiper-container {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.post-type-archive-review .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
	width: 100%;
    left: 0;
}
.post-type-archive-review .swiper-scrollbar {
  position: initial;
  bottom: 0;  /* 스크롤바를 맨 아래에 배치 */
  left: 0;
  width: 100%; /* 전체 너비로 설정 */
  height: 2px; /* 스크롤바의 높이 */
  background-color: #eee; /* 스크롤바의 배경색 */
  border-radius: 5px; /* 둥근 모서리 */
  cursor: pointer;
  margin-top: 40px;
  margin-bottom: 80px;
}
.post-type-archive-review .swiper-scrollbar-drag {
  background-color: #000; /* 드래그 요소의 색상 */
  border-radius: 5px; /* 드래그 요소 둥글게 */
  height: 100%; /* 스크롤바의 높이에 맞추어 드래그 요소가 채워짐 */
  transition: background-color 0.3s ease; /* 드래그 요소의 색상 변경 애니메이션 */
}
.post-type-archive-review .swiper-scrollbar-drag:hover {
  opacity: 0.7;
}
.post-type-archive-review .swiper-scrollbar.swiper-scrollbar-horizontal {
	position: initial;
  height: 2px; /* 가로 스크롤바 높이 */
  bottom: 0;
}

.post-type-archive-review .review-item .r-top .left-item .author .badge {
	display: inline-block;
	width: 16px;
	height: 16px;
	color: #FFF;
	text-align: center;
	font-family: Pretendard;
	font-size: 10.588px;
	font-style: normal;
	font-weight: 600;
	line-height: 170%; /* 16.941px */
	border-radius: 50%;
	transform: translateY(-1px);
	background: #7E858A;
	margin-left: 3px;
}
.post-type-archive-review .review-item .r-top .left-item .author .badge.gold {
	background: #DCAB29;
}
.post-type-archive-review .review-item .r-top .left-item .author .badge.vip {
	background: #B40C0C;
}
.post-type-archive-review .review-item .r-top .left-item .author .badge.vvip {
	background: #721D9E;
}

.post-type-archive-review .review-item .r-top .left-item .author {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 13px;
}
.home
	.container
	.review
	.review-list
	.review-item
	.r-top
	.left-item
	.author
	.avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #eee;
	background-image: url('../images/sakura_avatar.jpg');
	background-size:cover;
	background-position: center center;
}
.home
	.container
	.review
	.review-list
	.review-item
	.r-top
	.left-item
	.author
	span {
	color: #000;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.post-type-archive-review .review-item .thumbnail {
	display: flex;
	justify-content: space-between;
	flex: 0 0 68px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 68px;
	height: 68px;
	background-color: #eee;
}

.post-type-archive-review .review-item .r-top .star {
	display: flex;
	gap: 5px;
	align-items: center;
	margin-bottom: 15px;
}
.post-type-archive-review .review-item .r-top .star div {
	display: flex;
	gap: 1px;
	align-items: center;
}
.post-type-archive-review .review-item .r-top .star span {
	color: #000;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.post-type-archive-review .swiper-wrapper .review-item .r-top .product-title {
	color: #888;
	font-family: Pretendard;
	font-size: 14px;
  line-height: 21px;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 7px;
}
.post-type-archive-review .reviews .review-item .r-top .product-title {
	display: flex;
	margin-bottom: 7px;
}
.post-type-archive-review .reviews .review-item .r-top .product-title p {
	color: #888;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px;
/*	white-space: nowrap;  */
    overflow: hidden;
    text-overflow: ellipsis; /* '...' 처리 */
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
/*	white-space: nowrap;*/
	word-break: break-all;
	max-width: calc(100% - 90px);
}
.post-type-archive-review .reviews .review-item .r-top .product-title span {
	color: #4FC5B9;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 21px */
	padding-left: 6px;
/*	white-space: nowrap;*/
}
.post-type-archive-review .review-item .bottom .post_title {
	color: #000;
	font-family: Pretendard;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 30px */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 5px;
	min-height: 60px;
}
.post-type-archive-review .review-item .bottom .post_content {
	display: block;
	color: #000;
	font-family: Pretendard;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 42px;
	margin-bottom: 25px;
}
.post-type-archive-review .review-item .bottom .member {
	display: flex;
	align-items: center;
	border-radius: 7px;
	background: #F5F5F5;
	padding: 7px 10px;
	margin-bottom: 0;
	color: #000;
	font-family: Pretendard;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 18px */
}
.post-type-archive-review .review-item .bottom .member small {
	color: #555;
	font-family: Pretendard;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}
.post-type-archive-review .review-item .bottom .member img {
	width: 14px;
	height: 14px;
	margin-right: 6px;
}
.post-type-archive-review .review-item .bottom .member p {
	color: #555;
	font-family: Pretendard;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	padding-left: 2px;
}
.post-type-archive-review .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%;
}
.post-type-archive-review .avatar {
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	border-radius: 50%;
	background-color: #eee;
	background-image: url('../images/sakura_avatar.jpg');
	background-size:cover;
	background-position: center center;
}
.post-type-archive-review .author span {
	color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.post-type-archive-review .rebuy {
	display: inline-block;
	text-align: center;
	width: 46px;
	height: 20px;
	padding: 3px 0 0 0;
	color: #666;
	font-family: Pretendard;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-radius: 5px;
	background: #F5F5F5;
	margin-left: 6px;
}

.post-type-archive-review .list-wrap {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}
.post-type-archive-review .list-wrap h5 {
	color: #111;
	font-family: Pretendard;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 36px;
}
.post-type-archive-review .star .post_date {
	color: #999;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	padding-left: 5px;
	line-height: 150%; /* 21px */
}
.post-type-archive-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;
}


.post-type-archive-review .review-ai {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.post-type-archive-review .review-ai .text {
	display: inline-block;
	color: #000;
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-right: 24px;
}
.post-type-archive-review .review-ai .text img {
	width: 32px;
	height: 32px;
}
.post-type-archive-review .review-ai ul {
	opacity: 0;
	visibility: hidden;
	width: 0px;
	height: 0px;
	flex-wrap: wrap;
	gap: 12px 8px;
}
.post-type-archive-review .review-ai ul.active {
	display: flex;
	opacity: 1;
	visibility: visible;
	width: auto;
	height: auto;
}
.post-type-archive-review .review-ai ul li {
	display: flex;
	height: 34px;
	padding: 8.5px 14px 9px 16px;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	background: #F7F7F7;
	color: #000;
	text-align: center;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.28px;
	gap: 2px;
	cursor: pointer;
}
.post-type-archive-review .review-ai ul li.al {
	padding: 8.5px 16px 9px 16px;
}
.post-type-archive-review .review-ai ul li.active {
	background: linear-gradient(99deg, #AE00FF 11.5%, #71D9FF 94.9%);
	color: #fff !important;
}
.post-type-archive-review .review-ai ul li.active svg path {
	fill: #fff;
}
.post-type-archive-review .review-ai-text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #757575;
	font-family: Pretendard;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 4px;
}
.post-type-archive-review .review-ai-text select {
	color: #000;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border: none;
	cursor: pointer;
}

.post-type-archive-review .reviews .reviews-wrapper {
	display: block;
	margin-bottom: 30px;
}
.post-type-archive-review .reviews .reviews-wrapper .review-item {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 30px 0;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #E6E6E6;
}
.post-type-archive-review .reviews .reviews-wrapper .review-item {
	display: flex;
	gap: 12px;
	width: 100%;
	padding: 30px 0;
	border-radius: 0;
	border-radius: 0;
	border-bottom: 1px solid #E6E6E6;
}
.post-type-archive-review .reviews .reviews-wrapper .review-item .left-grid {
/*	max-width: 735px;*/
	width: 100%;
}
.post-type-archive-review .reviews .reviews-wrapper .review-item .thumbnail {
	margin-left: 18px;
}
.post-type-archive-review .reviews .reviews-wrapper .review-item .bottom .member {
	border-radius: 57px;
	width: 100%;
}
.post-type-archive-review .reviews .reviews-wrapper .review-item .rel {
	display: flex;
	gap: 8px;
	align-items: end;
}
.post-type-archive-review .reviews .reviews-wrapper .review-item .rel {
	display: flex;
	gap: 8px;
	align-items: end;
}
.post-type-archive-review .reviews .reviews-wrapper .review-item .thumbnail {
	flex: 0 0 160px;
	height: 160px;
	border-radius: 10px;
}

.post-type-archive-review .reviews .reviews-wrapper .review-item .like-button {
	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;
}
.post-type-archive-review .reviews .reviews-wrapper .review-item .like-button.active {
    background: #DA3023;
}
.post-type-archive-review .reviews .reviews-wrapper .review-item .like-button.active span {
	color: #fff;
	cursor: pointer;
}
.post-type-archive-review .reviews .reviews-wrapper .review-item .like-button.active svg path {
    fill: #fff;
}
.post-type-archive-review .reviews .reviews-wrapper .review-item .like-button span {
	color: #000;
	font-family: Pretendard;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	cursor: pointer;
}
.post-type-archive-review .reviews .reviews-wrapper .review-item .r-top .star {
	margin-bottom: 7px;
}
.post-type-archive-review .reviews .reviews-wrapper .review-item .bottom .post_content {
	color: #000;
	text-overflow: ellipsis;
	font-family: Pretendard;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	word-break: break-all;
	line-height: 160%; /* 24px */
}
.post-type-archive-review .review-ai .txt {
	background: none;
	border-radius: 0;
	padding: 0;
}


.post-type-archive-review .review-title {
	display: flex;
	justify-content: space-between;
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 36px;
}
.post-type-archive-review .review-title h1 {
	color: #111;
	text-align: right;
	font-family: Pretendard;
	font-size: 27px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 14px;
}
.post-type-archive-review .review-title p {
	color: #757575;
	font-family: Pretendard;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.post-type-archive-review .reviews .reviews-wrapper .review-item .thumbnail.mo-tb {
	display: none;
}



@media (max-width: 768px) {

	.post-type-archive-review .swiper-wrapper .review-item {
		width: 311px;
		padding: 18px;
		border-radius: 20px;
	}

	.post-type-archive-review .review-item .r-top .left-item .author span {
		font-size: 13px;
	}
	.post-type-archive-review .review-item .thumbnail {
		flex: 0 0 63px;
	    width: 63px;
	    height: 63px;
	}
	.post-type-archive-review .review-item .r-top .star span {
		font-size: 13px;
	}
  .post-type-archive-review .home .review .star i {
		width: 17px;
		height: 17px;
		background-size: 17px;
	}
	.post-type-archive-review .swiper-wrapper .review-item .r-top .star {
		margin-bottom: 12px;
	}
	.post-type-archive-review .reviews .review-item .r-top .product-title {
		font-size: 13px;
		margin-bottom: 7px;
		max-width: calc(100% - 100px);
	}
	.post-type-archive-review .review-item .r-top .product-title span {
/*		margin-left: auto;*/
	}

	.post-type-archive-review .review-item .bottom div {
		font-size: 16px;
/*		min-height: 48px;*/
		margin: 0;
	}
	.post-type-archive-review .review-item .bottom .post_content {
		font-size: 14px;
    	min-height: 40px;
	}
	.post-type-archive-review .star i {
		background-size: 90%;
	}
	.post-type-archive-review .review-title h1 {
		display: flex;
		align-items: center;
		color: #111;
		font-family: Pretendard;
		font-size: 22px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin-bottom: 10px;
	}
	.post-type-archive-review .event-button {
		margin-left: auto;
	}
	.post-type-archive-review .event-button {
		transform: initial;
		margin-bottom: 0;
	}
	.post-type-archive-review .written-button {
		transform: initial;
		margin-bottom: 0;
	}
	.post-type-archive-review .avatar {
		flex: 0 0 36px;
		width: 36px;
		height: 36px;
	}
	.post-type-archive-review .review-title {
		padding: 0;
		margin-bottom: 20px;
	}
	.post-type-archive-review .event-button {
		height: 38px;
		width: 96px;
		line-height: 38px;
	}
	.post-type-archive-review .written-button {
		height: 38px;
		width: 85px;
		line-height: 38px;
	}
	.post-type-archive-review .event-button span {
		display: none;
	}
	.post-type-archive-review .written-button span {
		display: none;
	}
	.post-type-archive-review .review-item .bottom .post_title {
		color: #000;
		font-family: Pretendard;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 150%; /* 24px */
		min-height: 48px;
	}
	.post-type-archive-review .swiper-scrollbar {
		margin-top: 20px;
		margin-bottom: 50px;
	}
	.post-type-archive-review .list-wrap {
		padding: 0;
	}
	.post-type-archive-review .list-wrap h5 {
		color: #000;
		font-family: Pretendard;
		font-size: 21px;
		font-style: normal;
		font-weight: 700;
		line-height: 160%; /* 33.6px */
		letter-spacing: -0.42px;
		margin-bottom: 24px;
	}
	.post-type-archive-review .reviews .reviews-wrapper .review-item .thumbnail.pc-tb {
		display: none;
	}
	.post-type-archive-review .reviews .reviews-wrapper .review-item .thumbnail.mo-tb {
		display: block;
	}

	.post-type-archive-review .rb {
		display: flex;
		justify-content: space-between;
		margin-bottom: 6px;
	}
	.post-type-archive-review .reviews .reviews-wrapper .review-item .thumbnail {
		width: 78px;
		height: 78px;
		flex: 0 0 78px;
		transform: translateY(-12px);
	}
	.post-type-archive-review .reviews .reviews-wrapper .review-item .bottom .post_content {
		height: 66px;
		color: #000;
		font-family: Pretendard;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 160%; /* 22.4px */
		-webkit-line-clamp: 3;
		margin-bottom: 18px;
	}
	.post-type-archive-review .review-item .r-top .left-item .author {
		margin-bottom: 8px;
	}
	.post-type-archive-review .reviews .reviews-wrapper .review-item {
		padding: 24px 0 24px 0;
	}
	.post-type-archive-review .reviews .reviews-wrapper .review-item .bottom .member {
		padding: 7px 11px;
	}
	.post-type-archive-review .reviews .review-item .r-top .product-title p {
		line-height: 150%;
	}
	.post-type-archive-review .swiper-container {
		overflow: unset;
	}
	.post-type-archive-review .premium {
		margin-left: 6px;
		font-size: 12px;
		padding: .275rem .55rem;

	}

}

















