@charset "UTF-8";
/*  주문목록/배송조회 페이지 스타일 파일입니다. */
.l-content {
  padding: 30px 0px;
}
.order-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;
}
.order-list__group-by-order-no {
  margin-bottom: 20px;
  padding: 0 20px;
}
.order-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;
}
.order-list__delivery-info::after {
  content: '>';
}
.order-list__order-no {
  font-size: 14px;
}
.order-list .thumb-item__media {
  width: 94px;
  height: auto;
  flex: none;
}
.order-list .thumb-item__info {
  margin: 0;
  min-height: 94px;
  display: flex;
  gap: 8px;
  flex-direction: column;
  justify-content: space-between;
}
.order-list .product-option-info__detail {
  border-top: 0;
}
.order-list .btn {
  font-size: 14px;
  background: transparent;
  justify-content: left;
  padding: 10px 0 0 0;
}

/* 주문목록 배송조회 추가 css */
.order-list__identifier time {
  font-size: 14px;
  font-weight: 700;
}
.order-list__identifier span {
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.product-option-info {
  margin: 0;
  padding: 20px 0;
  position: relative;
  border-bottom: 1px solid var(--gray200);
}
.thumb-item-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.next-action-btns {
  justify-content: left;
  flex-wrap: wrap;
}
.date-status-select {
  display: flex;
  padding: 0 20px;
  align-items: center;
  gap: 10px;
}
.date-status-select select {
  border: none;
  font-size: 14px;
}
.order-list-wrap {
  margin-bottom: 60px;
}

/* 내역 상세 팝업  */
.claim-detail {
  padding: 0px 20px;
}
.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 dt,
.claim-detail__contents dd {
  padding: 0;
  border-bottom: none;
  height: 50px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--gray200);
}
.claim-detail__contents dl {
  grid-template-columns: 0.8fr 2fr;
}

/* Order-list 상품리뷰 작성 css */
/* 상품리뷰 작성 디자인  */
.title-modal button {
  margin-top: 0;
}
.board-form__rate {
  display: block;
  margin: 30px 0px;
  padding: 0;
}
.board-form__rate .rating-star {
  padding: 0;
}
.article-form__attachments {
  margin: 0px;
}
.review-tit {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.board-form__notice-text {
  margin: 10px 0px;
}
.board-form__button-group {
  flex-direction: column;
  gap: 10px;
  margin: 60px 0px 30px 0px;
}
.board-form__button-group button {
  width: 100%;
}
.board-form__product-select {
  padding: 0;
}
.review-accumulation {
  font-size: 12px;
}
.character-counter__status--character {
  font-size: 12px;
  margin-bottom: 15px;
}
.ico--magnet-black-24 {
  right: 20px;
}
.product-option-info__delivery-search .bold {
  font-size: 16px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.claim-detail .btn {
  position: fixed;
  bottom: 0;
  max-width: 760px;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  width: calc(100% - 40px);
}
.list_option {
  margin-top: 5px;
  gap: 5px;
  align-items: center;
}
.all_cnt {
  font-weight: 400;
}
:is(.thumb-LIST) .thumb-item:nth-child(n + 2) {
  margin-top: 0;
}
.product-option-info .highlight {
  font-size: 14px;
  text-align: right;
  margin-bottom: 5px;
}
.order-list__more-btn {
  padding: 0 20px;
}
.product-option-info__option.list_option {
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  line-height: 1.3;
}
