@charset "utf-8";

.reviewDetail__header {display:flex;justify-content:center;margin:0 -15px;padding:15px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;}
.reviewDetail__header h2 {font-family: "Pretendard Bold";font-size:16px;color:#222;}
.reviewContents,
.reviewContents__detail {display:flex;flex-direction:column;}
.reviewContents {gap:25px;}
.reviewContents__detail {gap:10px;}
.reviewContents__author {display:flex;align-items:center;gap:10px;font-size:12px;color:#999;}
.reviewContents__author span {position:relative;}
.reviewContents__author span:after {content:"|";margin-left:10px;color:#e6e6e6;}
.reviewContents__author span:last-child:after {display: none}
.reviewContents__author .orderCount {color:#555;font-family: "Pretendard Medium"}
.reviewContents__productInfo {display:flex;gap:6px;flex-direction: column;padding:16px 0 10px;border-bottom:1px solid #e6e6e6;}
.reviewContents__productInfo .productTitle {font-size:14px;text-overflow: ellipsis;white-space:nowrap;overflow: hidden;}
.reviewContents__productInfo .productOption {color:#999;font-size:14px;}
.reviewContents__content {line-height: 1.5;color: #222;word-break: break-all;font-size:14px;}
.reviewContents__reply {background-color: #f4f4f4;padding: 16px 20px;margin:0;}
.reviewContents__replyHeader {color: #222;font-size: 13px;font-family: 'Pretendard SemiBold';}
.reviewContents__replyHeader .icon-reply {display: inline-block;width: 12px;height: 14px;margin-right: 4px;background: url("/src/images/1.5/icon-reply.svg") no-repeat center / 100%;}
.reviewContents__replyContent {margin: 5px 0 0;color: #555;font-size: 14px;line-height: 18px;}
.reviewContents__images {display:flex;flex-direction: column;justify-content: center;gap:15px;}
.reviewContents__images img {flex-shrink: 0;max-width: 100%;height: auto;}
.onlySatisfaction {display:flex;justify-content:center;padding: 30px 0;text-align: center;color: #555;font-size: 14px;}
.listNavigation {display: flex;align-items: center;justify-content: space-between;gap:5px;margin: 20px 0;}
.listNavigation__btn {position:relative;display:flex;align-items:center;padding: 5px 30px;border: 1px solid #e6e6e6;color: #333;font-size: 14px;text-align: center;}
.listNavigation__prev {order: 1;}
.listNavigation__prev:before {content: '';position:absolute;left:10px;width: 6px;height: 6px;border-top: 1px solid #b5b5b5;border-left: 1px solid #b5b5b5;transform: rotate(-45deg);}
.listNavigation__list {order: 2;}
.listNavigation__next {order: 3;}
.listNavigation__next:before {content: '';position:absolute;right:10px;width: 6px;height: 6px;border-top: 1px solid #b5b5b5;border-right: 1px solid #b5b5b5;transform: rotate(45deg);}
.commReview__content__purchaseInfo {margin-top:0;align-items:flex-start;gap:15px;}
.commReview__content__purchaseInfo .productTitle {overflow:hidden;text-overflow: ellipsis;white-space: nowrap;font-family: "Pretendard SemiBold";}
.commReview__content__purchaseInfo .productInformation {width:calc(100% - 80px)}
.commReview__content__purchaseInfo .imgBox {width:65px;height:65px;overflow:hidden;flex-shrink:0;}
.commReview__content__purchaseInfo .imgBox img {width:100%;height:100%;object-fit: cover}