/* 공통 */
#reviewArchive {
	font-family: Pretendard;
	letter-spacing: -0.02em;
	overflow: hidden;
}

#reviewArchive *,
#reviewArchive *::before,
#reviewArchive *::after {
	font-family: Pretendard;
	letter-spacing: -0.02em;
}

#reviewArchive button {
	background: none;
	border: none;
	outline: none;
	padding: 0;
}

#reviewArchive .w-1200 {
	width: 100%;
	max-width: 1136px;
	margin: 0 auto;
}

#reviewArchive .ellipsis-1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#reviewArchive .ellipsis-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

#reviewArchive .ellipsis-3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

#reviewArchive .ellipsis-4 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#reviewArchive .mo-block {
	display: none;
}

#reviewArchive .mo-none {
	display: block;
}

#reviewArchive .review-archive-container {
	width: 100%;
	margin: 0 auto;
}

#reviewArchive .section {

}

#reviewArchive .section-title {
	color: #000;
	font-size: 22px;
	font-weight: 600;
	line-height: 160%;
	margin-bottom: 24px;
}


/* 베스트 리뷰 */
#reviewArchive .section.best-review {
	margin-bottom: 80px;
}

#reviewArchive .section.best-review .section-title-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}

#reviewArchive .section.best-review .section-title {
	margin-bottom: 0;
}

#reviewArchive .section.best-review .btn-open-point-modal {
	width: fit-content;
	color: #000;
	font-size: 13px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: normal;
	padding-right: 17px;
	background: url('../images/renewal/review-list/icon-i.svg') no-repeat right center / 15px;
}

#reviewArchive .notice-block {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 20px;
  position: relative;
}

#reviewArchive .notice-block .notice-tag {
	display: inline-block;
	border-radius: 4px;
	background: #000;
	padding: 7px 10px;
	color: #FFF;
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: normal;
}

#reviewArchive .notice-text {
	color: #555;
	font-size: 15px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: normal;
}

#reviewArchive .notice-text .color-blue {
	color: #1351F6;
}

#reviewArchive .notice-block .btn-write-review {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  background: #000;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  padding: 10px 26px;
}

#reviewArchive .point-info {
	border-radius: 4px;
	background: #F7FAFC;
	padding: 16px 28px;
	margin-bottom: 24px;
}

#reviewArchive .point-info ul {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

#reviewArchive .point-info li {
	color: #444;
	font-size: 13px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: normal;
	position: relative;
	padding-left: 8px;
}

#reviewArchive .point-info li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.45em;
	width: 2px;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: rgba(68, 68, 68, 0.4);
}

#reviewArchive .section.best-review .review-list {
	border-top: 1px solid #eee;
	padding-top: 30px;
}

#reviewArchive .section.best-review .review-item {

}

#reviewArchive .section.best-review .review-item .img-block {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	margin-bottom: 16px;
}

#reviewArchive .section.best-review .review-item .img-block .img {
	display: block;
	width: 100%;
	height: 100%;
}

#reviewArchive .section.best-review .review-item .img-block .thumbnail {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#reviewArchive .section.best-review .review-item .img-block .like-block {
	position: absolute;
	right: 20px;
	bottom: 17px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 12px;
	z-index: 1;
}

#reviewArchive .section.best-review .review-item .img-block .like-block>div {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: normal;
}

#reviewArchive .section.best-review .review-item .img-block .btn-like img {
  width: 15px;
}





#reviewArchive .section.best-review .review-item .text {
	display: block;
}

#reviewArchive .section.best-review .review-item .rating {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
}

#reviewArchive .section.best-review .review-item .rating-star {
	display: flex;
	align-items: center;
	gap: 2px;
}

#reviewArchive .section.best-review .review-item .rating-star i {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-size: contain;
	background-image: url('../images/renewal/review-list/icon-star.svg');
	background-position: center;
}

#reviewArchive .section.best-review .review-item .rating-text {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: normal;
}

#reviewArchive .section.best-review .review-item .author-block {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 16px;
}

#reviewArchive .section.best-review .review-item .author {
	display: inline-block;
	color: #444;
	font-size: 14px;
	line-height: 21px;
	height: 21px;
	font-weight: 400;
	letter-spacing: normal;
	padding-left: 22px;
	background-size: 19px 21px;
	background-position: left center;
	background-repeat: no-repeat;
	position: relative;
}

#reviewArchive .section.best-review .review-item .author.vip {
	background-image: url('../images/renewal/home/icon-membership-vip.png');
}

#reviewArchive .section.best-review .review-item .author.platinum {
	background-image: url('../images/renewal/home/icon-membership-platinum.png');
}

#reviewArchive .section.best-review .review-item .author.gold {
	background-image: url('../images/renewal/home/icon-membership-gold.png');
}

#reviewArchive .section.best-review .review-item .author.welcome {
	background-image: url('../images/renewal/home/icon-membership-welcome.png');
}

#reviewArchive .section.best-review .review-item .author::after {
	content: '';
	position: absolute;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 10px;
	background-color: #eee;
}

#reviewArchive .section.best-review .review-item .date {
	color: #888;
	font-size: 13px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: normal;
}

#reviewArchive .section.best-review .review-item .content {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: normal;
	margin-bottom: 6px;
}

#reviewArchive .section.best-review .review-item .see-more {
	display: block;
	color: #888;
	font-size: 13px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: normal;
	margin-bottom: 12px;
}

#reviewArchive .section.best-review .review-item .product-info {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	margin-bottom: 16px;
}

#reviewArchive .section.best-review .review-item .product-info .product-img {
	width: 58px;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 6px;
	border: 1px solid #EEE;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

#reviewArchive .section.best-review .review-item .product-info .product-img img {
	max-width: 38px;
}

#reviewArchive .section.best-review .review-item .product-info .product-text {
	flex: 1;
	min-width: 0;
	font-size: 13px;
	letter-spacing: normal;
	line-height: normal;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
}

#reviewArchive .section.best-review .review-item .product-info .product-name {
	color: #000;
	font-weight: 600;
}

#reviewArchive .section.best-review .review-item .product-info .product-option {
	color: #777;
	font-weight: 400;
}

#reviewArchive .section.best-review .review-item .discounted {
	color: #1351F6;
	font-size: 13px;
	font-weight: 400;
	line-height: 130%;
	padding-left: 8px;
	position: relative;
}

#reviewArchive .section.best-review .review-item .discounted::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 12px;
	background-color: rgba(19, 81, 246, 0.3);
}



/* 리뷰 라운지 */
#reviewArchive .section.review-lounge {
	padding-bottom: 100px;
}

#reviewArchive .section.review-lounge .section-title-block {
	margin-bottom: 28px;
}

#reviewArchive .section.review-lounge .section-title {
	position: relative;
	padding-left: 31px;
}

#reviewArchive .section.review-lounge .section-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 21px;
	height: 22px;
	background: url('../images/renewal/home/icon-ai.svg') no-repeat center center / contain;
}

#reviewArchive .section.review-lounge .tabs {
	border-radius: 12px;
	background: #F7FAFC;
	padding: 16px 22px;
	margin-bottom: 20px;
}

#reviewArchive .section.review-lounge .tabs .swiper-slide {
	width: auto;
}

#reviewArchive .section.review-lounge .tab {
	color: #666;
	font-size: 15px;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: normal;
}

#reviewArchive .section.review-lounge .tab.active {
	color: #000;
	font-weight: 600;
	margin-right: 18px;
	position: relative;
}

#reviewArchive .section.review-lounge .tab.active::after {
	content: '';
	position: absolute;
	left: calc(100% + 6px);
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 10px;
	background: url('../images/renewal/home/icon-check-black.svg') no-repeat center center / contain;
}

#reviewArchive .section.review-lounge .using-ai-text {
	color: #888;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	padding-left: 21px;
	position: relative;
	margin-bottom: 20px;
}

#reviewArchive .section.review-lounge .using-ai-text::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 15px;
	background: url('../images/renewal/home/icon-ai-system.svg') no-repeat center center / contain;
}

#reviewArchive .section.review-lounge .pagination {
	display: none;
}

#reviewArchive .section.review-lounge .review-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	padding-top: 32px;
	border-top: 1px solid #eee;
}

#reviewArchive .section.review-lounge .review-item {
	display: block;
	border-radius: 12px;
	border: 1px solid #EEE;
	background: #FFF;
	padding: 24px 24px 21px;
}

#reviewArchive .section.review-lounge .review-item .top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 14px;
	min-width: 0;
	margin-bottom: 9px;
}

#reviewArchive .section.review-lounge .review-item .top .text {
	flex: 1;
	min-width: 0;
}

#reviewArchive .section.review-lounge .review-item .user-info {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

#reviewArchive .section.review-lounge .review-item .star {
	display: inline-block;
	border-radius: 6px;
	background: rgba(254, 224, 0, 0.10);
	padding: 3px 6px 3px 20px;
	position: relative;
	color: #444;
	font-family: Inter;
	font-size: 13px;
	font-weight: 500;
	line-height: normal;
	margin-right: 6px;
}

#reviewArchive .section.review-lounge .review-item .star::before {
	content: '';
	position: absolute;
	left: 6px;
	top: 5px;
	width: 12px;
	height: 12px;
	background: url('../images/renewal/home/icon-star.svg') no-repeat center center / contain;
}

#reviewArchive .section.review-lounge .review-item .user-block {
	display: flex;
	align-items: center;
	gap: 3px;
}

#reviewArchive .section.review-lounge .review-item .membership {
	width: 19px;
	margin-right: 3px;
}

#reviewArchive .section.review-lounge .review-item .user-id {
	color: #444;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: normal;
	margin-right: 4px;
}

#reviewArchive .section.review-lounge .review-item .date {
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: normal;
}

#reviewArchive .section.review-lounge .review-item .content {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
}

#reviewArchive .section.review-lounge .review-item .top .photo {
	flex-shrink: 0;
	width: 122px;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 10px;
	overflow: hidden;
}

#reviewArchive .section.review-lounge .review-item .top .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#reviewArchive .section.review-lounge .review-item .bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
}

#reviewArchive .section.review-lounge .review-item .product-info {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 1;
}

#reviewArchive .section.review-lounge .review-item .product-info .img {
	width: 30px;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 6px;
	border: 1px solid #eee;
	overflow: hidden;
}

#reviewArchive .section.review-lounge .review-item .product-info .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#reviewArchive .section.review-lounge .review-item .product-name {
	color: rgba(1, 1, 1, 0.5);
	font-size: 13px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: normal;
	max-width: 15em;
}

#reviewArchive .section.review-lounge .review-item .like-block {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 16px;
	flex-shrink: 0;
}

#reviewArchive .section.review-lounge .review-item .like-block>div {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

#reviewArchive .section.review-lounge .review-item .like-block .btn-like {
  cursor: pointer;
}

#reviewArchive .section.review-lounge .review-item .like-block .btn-like img.active {
  display: none;
}

#reviewArchive .section.review-lounge .review-item .like-block .btn-like.active img.active {
  display: block;
}

#reviewArchive .section.review-lounge .review-item .like-block .btn-like.active img.default {
  display: none;
}

#reviewArchive .review-lounge .loading-spinner {
  padding: 30px 0;
}


#reviewArchive .bottom-sheet {
	display: none;
}



/* 하단바 */
#reviewArchive .bottom-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  filter: drop-shadow(0px -4px 14px rgba(0, 0, 0, 0.06));
  background: #FFF;
  padding: 16px 0 20px;
  z-index: 3;
  display: none;
}

#reviewArchive .bottom-bar .btn-block {
  /*display: grid;*/
  /*grid-template-columns: repeat(2, minmax(0, 1fr));*/
  /*gap: 8px;*/
}

#reviewArchive .bottom-bar .btn-block .btn {
  width: 100%;
  height: 52px;
  line-height: 50px;
  border-radius: 4px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
}

#reviewArchive .bottom-bar .btn-block .btn-white {
  border: 1px solid #EEE;
  background: #FFF;
  color: #000;
}

#reviewArchive .bottom-bar .btn-block .btn-black {
  background: #000;
  color: #fff;
}




@media screen and (max-width: 1240px) {
	#reviewArchive .w-1200 {
		max-width: 100%;
		padding: 0 20px;
	}
}

@media screen and (max-width: 1000px) {
	#reviewArchive .section.best-review .swiper {
		overflow: visible;
	}
}

@media screen and (max-width: 900px) {
	#reviewArchive .section.review-lounge .review-list {
		display: flex;
		flex-direction: column;
	}
}

@media screen and (max-width: 768px) {
	#reviewArchive .mo-block {
		display: block;
	}

	#reviewArchive .mo-none {
		display: none;
	}

	#reviewArchive .section.best-review {
		margin-bottom: 60px;
	}

	#reviewArchive .section.best-review .section-title-block {
		margin-bottom: 16px;
	}

	#reviewArchive .section.best-review .notice-block,
	#reviewArchive .section.best-review .point-info {
		display: none;
	}

  #reviewArchive .notice-block .btn-write-review {
    display: none;
  }

	#reviewArchive .section.best-review .review-list {
		border-top: none;
		padding-top: 0;
	}

	#reviewArchive .section.best-review .swiper-slide {
		width: auto;
	}

	#reviewArchive .section.best-review .review-item {
		width: 220px;
	}

	#reviewArchive .section.best-review .review-item .rating {
		margin-bottom: 10px;
	}

	#reviewArchive .section.best-review .review-item .author-block {
		margin-bottom: 12px;
	}

	#reviewArchive .section.best-review .review-item .author {
		font-size: 13px;
	}

	#reviewArchive .section.best-review .review-item .product-info .product-img {
		width: 48px;
	}

	#reviewArchive .section.best-review .review-item .product-info .product-text {
		font-size: 12px;
	}

	#reviewArchive .section.review-lounge {
		padding-bottom: 80px;
	}

	#reviewArchive .section.review-lounge .section-title-block {
		margin-bottom: 16px;
	}

	#reviewArchive .section.review-lounge .section-title::before {
		top: 50%;
		transform: translateY(-50%);
	}

	#reviewArchive .section.review-lounge .tabs {
		margin-bottom: 16px;
		padding: 12px 16px;
	}

	#reviewArchive .section.review-lounge .tab {
		font-size: 14px;
	}

	#reviewArchive .section.review-lounge .tab.active::after {
		left: calc(100% + 3px);
	}

	#reviewArchive .section.review-lounge .using-ai-text {
		font-size: 13px;
		margin-bottom: 20px;
	}



	#reviewArchive .section.review-lounge .review-list {
		gap: 10px;
		padding-top: 20px;
	}

	#reviewArchive .section.review-lounge .review-item {
		padding: 18px;
		position: relative;
	}

	#reviewArchive .section.review-lounge .review-item .top {
		flex-direction: column;
		gap: 0;
		height: 113px;
		margin-bottom: 14px;
	}

	#reviewArchive .section.review-lounge .review-item .user-info {
		margin-bottom: 12px;
	}

	#reviewArchive .section.review-lounge .review-item .content {
		-webkit-line-clamp: 3;
		width: calc(100% - 94px - 13px);
	}

	#reviewArchive .section.review-lounge .review-item .top .photo {
		position: absolute;
		right: 18px;
		top: 40px;
		width: 94px;
	}

	#reviewArchive .section.review-lounge .review-item .product-info .img {
		border-radius: 6px;
	}

	#reviewArchive .section.review-lounge .review-item .product-name {
		max-width: 10em;
	}

	#reviewArchive .section.review-lounge .pagination {
		margin-top: 24px;
	}






	#reviewArchive .bottom-sheet {
		display: block;
		position: fixed;
		right: 0;
		left: 0;
		bottom: -342px;
		border-radius: 22px 22px 0 0;
		background: #FFF;
		z-index: 9999999;
		padding: 28px 24px 34px;
		transition: transform .3s;
	}

	#reviewArchive .bottom-sheet.active {
		transform: translateY(-342px);
	}

	#reviewArchive .bottom-sheet .bar {
		position: absolute;
		background: #EEE;
		width: 43px;
		height: 4px;
		border-radius: 30px;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
	}

	#reviewArchive .bottom-sheet .title {
		color: #000;
		font-family: "Noto Sans KR";
		font-size: 18px;
		font-weight: 700;
		line-height: 160%;
		letter-spacing: normal;
		margin-bottom: 18px;
	}

	#reviewArchive .bottom-sheet .notice-text {
		font-size: 14px;
		margin-bottom: 16px;
	}

	#reviewArchive .bottom-sheet .point-info {
		padding: 16px 20px;
		margin-bottom: 28px;
	}

	#reviewArchive .bottom-sheet .point-info ul {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	#reviewArchive .bottom-sheet .btn {
		display: block;
		width: 100%;
		height: 52px;
		line-height: 50px;
		border-radius: 4px;
		letter-spacing: normal;
		text-align: center;
		font-size: 14px;
		font-weight: 600;
	}

	#reviewArchive .bottom-sheet .btn-black {
		color: #fff;
		background-color: #000;
	}

	#reviewArchive .bs-overlay {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 99;
		top: 0;
		left: 0;
	}

	#reviewArchive .bottom-sheet.active + .bs-overlay {
		display: block;
	}



  /* 하단바 */
  #reviewArchive .bottom-bar {
    padding: 16px 20px;
    z-index: 100000;
    display: block;
  }

  #reviewArchive .bottom-bar .w-1200 {
    padding: 0;
  }

  #reviewArchive .bottom-bar .btn-block {
    gap: 7px;
  }
}

@media screen and (max-width: 500px) {
	#reviewArchive .section.review-lounge .review-item .discounted {
		/*left: 40%;*/
	}
}