@charset "UTF-8";
/*  1:1문의 목록 페이지 스타일 파일입니다. */
.personal-inquiry__list table td {
  padding: 20px;
}

.product-inquiry-create-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.product-inquiry-create-btn .btn--sm {
  width: 130px;
}

.l-title__align-end {
  justify-content: space-between; /* (241222) 가운데 정렬 추가*/
}

.search-field__select-box {
  width: 140px;
  height: 100%;
}
.search-field__input .input-field input {
  padding: 0px 20px;
  font-size: 16px;
}
.search-field__input .input-field--sm input::placeholder {
  color: #666666;
}
.search-field__search-btn {
  padding-right: 20px;
}

/* 0106 1:1 상품문의 등록시 이미지 추가, 삭제 스타일링 */
.title-modal .btn {
  background-color: var(--bg-gray);
}
.article-form__attachment-input {
  font-size: 30px;
}
.article-form__delete {
  background-image: url("/assets/images/sprite.png");
  background-position: 48.8% 99%;
  background-size: 364px 335px;
}

.fixed-btn-group {
  padding-top: 30px;
}
