@charset "UTF-8";
/*  취소/반품/교환 내역 페이지 스타일 파일입니다. */
.claim-list .tab {
  width: 100%;
}
.claim-list .tab .tab__btn {
  width: 25%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.claim-list .l-title {
  margin-top: 30px;
  font-size: 16px;
  gap: 3px;
  padding: 0 20px;
  border-bottom: 5px solid var(--gray60);
  align-items: center;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.claim-list__group-by-order-no {
  margin-bottom: 30px;
  padding: 0 20px;
}
.claim-list__identifier {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  border-bottom: 2px solid var(--gray200);
  font-weight: 500;
}
.claim-list__order-no {
  font-size: 14px;
}
.claim-list .thumb-item__media {
  width: 94px;
  height: auto;
  flex: none;
}
.claim-list .thumb-item__info {
  margin: 0;
  min-height: 94px;
  display: flex;
  gap: 8px;
  flex-direction: column;
  justify-content: space-between;
}
.claim-list .product-option-info__detail {
  border-top: 0;
  gap: 12px;
}
.claim-list__claim-status {
  color: var(--color-tertiary);
  text-decoration: underline;
}
.claim-list__more-btn {
  margin: 40px 0 100px;
}

/* 취소/반품/교환 내역 페이지 추가css */
.claim-detail__contents dt,
.claim-detail__contents dd {
  padding: 0;
  height: 50px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--gray200);
}
.select--sm {
  padding: 0 0 0 20px;
  border: none;
  width: auto;
  height: auto;
  font-size: 14px;
  font-weight: bold;
}
.select--sm select {
  padding-left: 0;
}
.claim-list__identifier > span {
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.product-option-info__option {
  font-size: 14px;
  margin-top: 5px;
  color: var(--gray600);
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
}
:is(.thumb-LIST) .thumb-item:nth-child(n + 2) {
  margin-top: 0;
}
.thumb-item-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.thumb-item-price .highlight {
  font-size: 14px;
}
.product-option-info {
  padding: 15px 0;
  border-bottom: 1px solid var(--gray200);
}
.product-option-info .highlight {
  text-align: right;
  font-size: 14px;
  margin-bottom: 5px;
}
.next-action-btns .btn {
  padding: 10px 0 0 0;
}

/* 사유보기 팝업 */
.claim-detail {
  padding: 0;
}
.claim-detail__contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 25px;
  border-top: 2px solid var(--gray200);
  margin-top: 20px;
}
.claim-detail__contents dl {
  grid-template-columns: 0.4fr 2fr;
  gap: 15px 0px;
}
.modal__box--confirm {
  padding: 0;
}
.title-modal__content {
  padding: 0 20px;
}
.claim-detail .btn {
  position: fixed;
  bottom: 0;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  width: calc(100% - 40px);
}
.select--sm {
  font-weight: 400;
}
.l-content {
  padding: 30px 0;
}
.claim-list .thumb-item__info .highlight {
  font-size: 14px;
  text-align: right;
}
.claim-list__identifier time {
  font-size: 14px;
}
.claim-detail__contents dt {
  width: 100px;
}