.product-search-area {
  width: 100%;
  margin-bottom: 70px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: white;
}
.product-search-area .container {
  width: 100%;
  max-width: 1440px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
  align-items: center;
  background: white;
  box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.2);
}
.product-search-area .container > h1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 14px;
}
.product-search-area .container > h1 > span {
  font-size: 25px;
  line-height: 1;
  color: black;
}
.product-search-area .container > h1 > img {
  width: auto;
  height: 25px;
}
.product-search-area .container .prod-search-form {
  width: 100%;
}
.product-search-area .container .prod-search-form .input-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 14px;
}
.product-search-area .container .prod-search-form .input-list .input-item {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  grid-gap: 8px;
}
.product-search-area .container .prod-search-form .input-list .input-item:nth-of-type(1) {
  flex: 1 1 5%;
}
.product-search-area .container .prod-search-form .input-list .input-item:nth-of-type(2) {
  flex: 1 1 10%;
}
.product-search-area .container .prod-search-form .input-list .input-item:last-of-type {
  flex: 0 0 260px;
}
@media (max-width: 1024px) {
  .product-search-area .container .prod-search-form .input-list .input-item.full-row {
    grid-column: 1/-1;
  }
}
@media (max-width: 1024px) {
  .product-search-area .container .prod-search-form .input-list .input-item.row-date {
    justify-content: space-between;
    gap: 0;
  }
  .product-search-area .container .prod-search-form .input-list .input-item.row-date select {
    flex: 0 1 auto;
    width: calc(50% - 6px);
  }
}
.product-search-area .container .prod-search-form .input-list .input-item > input, .product-search-area .container .prod-search-form .input-list .input-item > select {
  flex: 1 1 auto;
  height: 30px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  color: black;
}
.product-search-area .container .prod-search-form .input-list .input-item > input {
  border: 2px solid #FFC525;
  min-width: 20px;
}
.product-search-area .container .prod-search-form .input-list .input-item > select {
  border: 1px solid #818181;
}
.product-search-area .container .prod-search-form .input-list .input-item > p {
  line-height: 1;
}
.product-search-area .container .prod-search-form .input-list .input-item .button-search {
  height: 30px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: white;
  white-space: nowrap;
  background-color: #FE1616;
  border-radius: 5px;
  border: none;
  outline: none;
}

@media (max-width: 1440px) {
  .product-search-area {
    padding: 0 16px;
  }
  .product-search-area .container {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .product-search-area {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .product-search-area .container {
    padding: 20px;
    grid-gap: 20px;
  }
  .product-search-area .container > h1 {
    grid-gap: 10px;
  }
  .product-search-area .container > h1 > span {
    font-size: 20px;
  }
  .product-search-area .container > h1 > img {
    height: 20px;
  }
  .product-search-area .container .prod-search-form .input-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .product-search-area .container .prod-search-form .input-list .input-item .button-search {
    flex: 0 0 auto;
  }
}
@media (max-width: 768px) {
  .product-search-area .container .prod-search-form .input-list {
    grid-gap: 12px;
  }
  .product-search-area .container .prod-search-form .input-list .input-item > input, .product-search-area .container .prod-search-form .input-list .input-item > select {
    height: 26px;
    font-size: 14px;
  }
  .product-search-area .container .prod-search-form .input-list .input-item .button-search {
    height: 26px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .product-search-area {
    margin-bottom: 30px;
  }
  .product-search-area .container .prod-search-form .input-list {
    grid-gap: 10px;
  }
  .product-search-area .container .prod-search-form .input-list .input-item > input, .product-search-area .container .prod-search-form .input-list .input-item > select {
    height: 24px;
    font-size: 12px;
  }
  .product-search-area .container .prod-search-form .input-list .input-item .button-search {
    height: 24px;
    font-size: 12px;
  }
}
.register-mine-sec {
  width: 100%;
  padding-bottom: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.register-mine-sec .container {
  width: 100%;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  grid-gap: 50px;
}
.register-mine-sec .container .registerForm {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 50px;
}
.register-mine-sec .container .registerForm .form-tab {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}
.register-mine-sec .container .registerForm .form-tab .form-name-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
}
.register-mine-sec .container .registerForm .form-tab .form-name {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  color: black;
}
.register-mine-sec .container .registerForm .form-tab .form-cuation {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #FE1616;
}
.register-mine-sec .container .registerForm .form-tab table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.register-mine-sec .container .registerForm .form-tab table tr {
  height: 50px;
}
.register-mine-sec .container .registerForm .form-tab table tr:not(:last-of-type) {
  border-bottom: 1px solid #f0f0f0;
}
.register-mine-sec .container .registerForm .form-tab table tr th {
  width: 15%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: black;
  text-align: center;
  vertical-align: middle;
  background: #F7F5FF;
}
.register-mine-sec .container .registerForm .form-tab table tr td {
  width: 35%;
  padding: 0 16px;
  background: white;
  vertical-align: middle;
}
.register-mine-sec .container .registerForm .form-tab table tr td .input-wrap {
  float: left;
  width: 75%;
  margin-right: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 10px;
}
.register-mine-sec .container .registerForm .form-tab table tr td .input-wrap > select, .register-mine-sec .container .registerForm .form-tab table tr td .input-wrap > input {
  height: 30px;
  padding: 0 5px;
  flex: 1 1 40%;
  font-size: 16px;
  line-height: 1;
  color: black;
  border: 1px solid #818181;
  background: white;
}
.register-mine-sec .container .registerForm .form-tab table tr td .input-wrap > select.sell-no, .register-mine-sec .container .registerForm .form-tab table tr td .input-wrap > input.sell-no {
  flex: 0 0 auto;
}
.register-mine-sec .container .registerForm .form-tab table tr td .input-wrap > #wr_recommend {
  flex: 0 0 auto;
}
.register-mine-sec .container .registerForm .form-tab table tr td .input-wrap .cb-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 4px;
}
.register-mine-sec .container .registerForm .form-tab table tr td .input-wrap .cb-label > input {
  width: 16px;
  height: 16px;
}
.register-mine-sec .container .registerForm .form-tab table tr td > span {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #505050;
}
.register-mine-sec .container .registerForm .form-tab .input-wrap_2 {
  width: 30% !important;
}
.register-mine-sec .container .registerForm .form-tab > textarea {
  width: 100%;
  padding: 8px;
  font-size: 16px;
  line-height: 1.4;
  color: black;
  border: 1px solid #818181;
  resize: none;
}
.register-mine-sec .container .registerForm .form-tab .youtube-link-area {
  width: 50%;
  height: 50px;
  padding: 0 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: white;
  border: 1px solid #f0f0f0;
}
.register-mine-sec .container .registerForm .form-tab .youtube-link-area > input {
  height: 30px;
  padding: 0 5px;
  flex: 1 1 40%;
  font-size: 16px;
  line-height: 1;
  color: black;
  border: 1px solid #818181;
  background-color: white;
}
.register-mine-sec .container .registerForm .form-tab .multiple-upload-area {
  width: 50%;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
  background: white;
  border: 1px solid #f0f0f0;
}
.register-mine-sec .container .registerForm .form-tab .multiple-upload-area .input-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 8px;
}
.register-mine-sec .container .registerForm .form-tab .multiple-upload-area .input-wrap > p {
  padding: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: white;
  background: #41AE0F;
  border-radius: 6px;
}
.register-mine-sec .container .registerForm .form-tab .multiple-upload-area .input-wrap > input {
  flex: 1 1 auto;
}
.register-mine-sec .container .registerForm .form-tab .multiple-upload-area > span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #FE1616;
}
.register-mine-sec .container .registerForm .btn-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  align-self: center;
  flex-direction: row;
  align-items: center;
  grid-gap: 16px;
}
.register-mine-sec .container .registerForm .btn-wrap > a {
  width: 100%;
  max-width: 150px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: white;
}
.register-mine-sec .container .registerForm .btn-wrap > a.btn-back {
  background: #818181;
}
.register-mine-sec .container .registerForm .btn-wrap > a.btn-submit {
  background: #FE1616;
}
.register-mine-sec .container .registerForm .btn-wrap .btn-submit {
  width: 100%;
  max-width: 150px;
  background: #FE1616;
  border: 1px solid #FE1616;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: white;
}

.search-area {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.search-area > form {
  padding: 5px;
  border: 1px solid #818181;
  border-radius: 5px;
  background: #fafafa;
}
.search-area > form .input-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 10px;
}
.search-area > form .input-wrap > label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: black;
}
.search-area > form .input-wrap > select {
  font-size: 16px;
  line-height: 1;
  color: black;
}
.search-area > form .input-wrap > button {
  padding: 4px 12px;
  font-size: 16px;
  font-weight: 500;
  background: #FE1616;
  color: white;
  border: none;
  border-radius: 3px;
}

@media (max-width: 1024px) {
  .search-area > form .input-wrap > label {
    font-size: 14px;
  }
  .search-area > form .input-wrap > select {
    font-size: 14px;
  }
  .search-area > form .input-wrap > button {
    padding: 4px;
    font-size: 14px;
  }
}
.subpage-sales-area {
  width: 100%;
  margin-bottom: 70px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: white;
}
.subpage-sales-area .container {
  width: 100%;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 48px;
}
.subpage-sales-area .container .area-top-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.subpage-sales-area .container .area-top-wrap .inner-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 10px;
}
.subpage-sales-area .container .area-top-wrap .inner-logo > img {
  width: auto;
  height: 42px;
}
.subpage-sales-area .container .area-top-wrap .inner-logo > p {
  font-size: 20px;
  color: #C66F18;
}
.subpage-sales-area .container .area-top-wrap .area-contact-info {
  padding: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 14px;
  background-color: #FEE5A1;
  border-radius: 10px;
}
.subpage-sales-area .container .area-top-wrap .area-contact-info > svg {
  width: auto;
  height: 20px;
}
.subpage-sales-area .container .area-top-wrap .area-contact-info > span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: black;
}
.subpage-sales-area .container > form {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
.subpage-sales-area .container > form .bulk-update-action {
  width: auto;
}
.subpage-sales-area .container > form .bulk-update-action > button {
  padding: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: black;
  text-align: center;
  border: 1px solid #707070;
  border-radius: 3px;
  background: #fafafa;
}
.subpage-sales-area .container .sales-table {
  width: 100%;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.subpage-sales-area .container .sales-table.normal colgroup col:nth-child(1), .subpage-sales-area .container .sales-table.private colgroup col:nth-child(1), .subpage-sales-area .container .sales-table.export colgroup col:nth-child(1) {
  width: 15%;
}
.subpage-sales-area .container .sales-table.bulk colgroup col:nth-child(2) {
  width: 15%;
}
.subpage-sales-area .container .sales-table.junk tbody tr td, .subpage-sales-area .container .sales-table.license tbody tr td {
  padding: 24px 8px;
}
.subpage-sales-area .container .sales-table thead tr {
  background: #f0f0f0;
}
.subpage-sales-area .container .sales-table thead tr th {
  height: 50px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: black;
  text-align: center;
  vertical-align: middle;
}
.subpage-sales-area .container .sales-table tbody tr {
  border-bottom: 1px solid #ddd;
}
.subpage-sales-area .container .sales-table tbody tr td {
  padding: 6px 8px;
  text-align: center;
  vertical-align: middle;
}
.subpage-sales-area .container .sales-table tbody tr td .item-thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
}
.subpage-sales-area .container .sales-table tbody tr td .item-thumb > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subpage-sales-area .container .sales-table tbody tr td .content {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: black;
}
.subpage-sales-area .container .sales-table tbody tr td .name {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: black;
  margin-bottom: 14px;
}
.subpage-sales-area .container .sales-table tbody tr td .simple-info {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.subpage-sales-area .container .sales-table tbody tr td .simple-info > span {
  font-size: 18px;
  line-height: 1;
  color: #818181;
}
@media (max-width: 1280px) {
  .subpage-sales-area .container .sales-table tbody tr td .simple-info > span {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .subpage-sales-area .container .sales-table tbody tr td .simple-info > span {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .subpage-sales-area .container .sales-table tbody tr td .simple-info > span {
    font-size: 8px;
  }
}
.subpage-sales-area .container .sales-table tbody tr td .year {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #C66F18;
  margin-bottom: 14px;
}
.subpage-sales-area .container .sales-table tbody tr td .company {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: black;
  margin-bottom: 14px;
}
.subpage-sales-area .container .sales-table tbody tr td .distance, .subpage-sales-area .container .sales-table tbody tr td .assignment, .subpage-sales-area .container .sales-table tbody tr td .seller, .subpage-sales-area .container .sales-table tbody tr td .location {
  font-size: 18px;
  line-height: 1;
  color: #818181;
}
.subpage-sales-area .container .sales-table tbody tr td .price {
  font-size: 18px;
  line-height: 1;
  color: #FE1616;
}
.subpage-sales-area .container .sales-table tbody tr td .emph {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #C66F18;
}
.subpage-sales-area .container .sales-table tbody tr td .date {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 1;
  color: #818181;
}
.subpage-sales-area .container .sales-table tbody tr td .remain-time {
  display: block;
  width: 100%;
  margin-bottom: 14px;
  font-size: 16px;
  color: #666;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1024px) {
  .subpage-sales-area .container .sales-table tbody tr td .remain-time {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .subpage-sales-area .container .sales-table tbody tr td .remain-time {
    font-size: 12px;
    margin-bottom: 4px;
  }
}
@media (max-width: 480px) {
  .subpage-sales-area .container .sales-table tbody tr td .remain-time {
    display: block;
    font-size: 8px;
  }
}
.subpage-sales-area .container .sales-table tbody tr td .status {
  display: inline-block;
  width: 100%;
  max-width: 80px;
  padding: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: white;
}
@media (max-width: 1280px) {
  .subpage-sales-area .container .sales-table tbody tr td .status {
    font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .subpage-sales-area .container .sales-table tbody tr td .status {
    max-width: 54px;
  }
}
.subpage-sales-area .container .sales-table tbody tr td .status.sell {
  background: #41AE0F;
}
.subpage-sales-area .container .sales-table tbody tr td .status.sold {
  background: #FE1616;
}
.subpage-sales-area .container .sales-table tbody tr td .status.reserve {
  background: #FFC525;
}
.subpage-sales-area .container .sales-grid {
  width: 100%;
  height: auto;
}
.subpage-sales-area .container .sales-grid .grid-body {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 24px;
}
@media (max-width: 640px) {
  .subpage-sales-area .container .sales-grid .grid-body {
    gap: 32px 3px;
  }
}
.subpage-sales-area .container .sales-grid .grid-body .cell {
  width: 100%;
  height: 100%;
}
.subpage-sales-area .container .sales-grid .grid-body .cell > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 640px) {
  .subpage-sales-area .container .sales-grid .grid-body .cell > a {
    gap: 12px;
  }
}
.subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-image-area {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-image-area > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-image-area .status-group {
  position: absolute;
  left: 1rem;
  top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}
@media (max-width: 640px) {
  .subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-image-area .status-group {
    left: 12px;
    top: 12px;
  }
}
.subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-image-area .status-group .status-tag {
  width: 72px;
  height: 28px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: white;
  background: #FE1616;
}
@media (max-width: 640px) {
  .subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-image-area .status-group .status-tag {
    width: 56px;
    height: 24px;
    font-size: 13px;
  }
}
.subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-image-area .status-group .status-tag.sold {
  background: #3f49a7;
}
.subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-image-area .item-name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-image-area .item-name > span {
  font-size: 20px;
  line-height: 2.4;
  font-weight: 600;
  color: white;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 640px) {
  .subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-image-area .item-name > span {
    font-size: 1rem;
  }
}
.subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-info-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media (max-width: 640px) {
  .subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-info-area {
    gap: 8px;
  }
}
.subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-info-area .basic-info {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media (max-width: 640px) {
  .subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-info-area .basic-info {
    gap: 4px;
  }
}
.subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-info-area .basic-info > li {
  flex: 0 1 auto;
  font-size: 18px;
  font-weight: 700;
  color: #3D3D3D;
  word-break: keep-all;
  text-align: center;
}
.subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-info-area .basic-info > li.year.for-m {
  color: #6CA100;
}
.subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-info-area .basic-info > li.mileage.for-m {
  color: #d65600;
}
@media (max-width: 640px) {
  .subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-info-area .basic-info > li {
    font-size: 14px;
  }
}
.subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-info-area .basic-info .dot {
  font-size: 18px;
  font-weight: 700;
  color: #707070;
}
@media (max-width: 640px) {
  .subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-info-area .basic-info .dot {
    font-size: 14px;
  }
}
.subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-info-area .more-info {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media (max-width: 640px) {
  .subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-info-area .more-info {
    gap: 4px;
  }
}
.subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-info-area .more-info > li {
  flex: 0 1 auto;
  font-size: 18px;
  font-weight: 500;
  color: #3D3D3D;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 640px) {
  .subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-info-area .more-info > li {
    font-size: 14px;
  }
}
.subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-info-area .more-info > li.gear {
  color: #007797;
}
.subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-info-area .more-info > li.gear.for-m {
  color: #707070;
}
.subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-info-area .more-info > li.capacity {
  color: #6CA100;
}
.subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-info-area .more-info > li.capacity.for-m {
  color: #707070;
}
.subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-info-area .more-info > li.fuel {
  color: #D67C00;
}
.subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-info-area .more-info > li.fuel.for-m {
  color: #707070;
}
.subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-info-area .more-info > li.transfer.for-m {
  color: #707070;
}
.subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-info-area .more-info .dot {
  font-size: 18px;
  font-weight: 700;
  color: #707070;
}
@media (max-width: 640px) {
  .subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-info-area .more-info .dot {
    font-size: 14px;
  }
}
.subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-info-area .limit-time {
  width: 100%;
  height: 36px;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  background: #ddd;
}
@media (max-width: 640px) {
  .subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-info-area .limit-time {
    height: 28px;
    font-size: 14px;
  }
}
.subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-info-area .limit-time.counting {
  color: #FE1616;
}
.subpage-sales-area .container .sales-grid .grid-body .cell > a .sales-item-info-area .limit-time.outdate {
  color: #464646;
}
.subpage-sales-area .container .write-anchor {
  display: block;
  padding: 8px 24px;
  align-self: flex-end;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: black;
  text-align: center;
  background: #fafafa;
  border: 1px solid #818181;
  border-radius: 3px;
}
.subpage-sales-area .container .pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  grid-gap: 8px;
}
.subpage-sales-area .container .pagination > * {
  width: 25px;
  height: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.subpage-sales-area .container .pagination .current-page {
  color: white;
  background: #41AE0F;
  border: 1px solid #41AE0F;
  border-radius: 5px;
}

@media (max-width: 1440px) {
  .subpage-sales-area .container {
    padding: 0 16px;
  }
}
@media (max-width: 1024px) {
  .subpage-sales-area {
    margin-top: 16px;
  }
  .subpage-sales-area .container {
    grid-gap: 30px;
  }
  .subpage-sales-area .container .area-top-wrap .inner-logo > img {
    height: 28px;
  }
  .subpage-sales-area .container .area-top-wrap .inner-logo > p {
    font-size: 18px;
  }
  .subpage-sales-area .container .area-top-wrap .area-contact-info {
    padding: 10px;
    grid-gap: 10px;
  }
  .subpage-sales-area .container .area-top-wrap .area-contact-info > svg {
    height: 18px;
  }
  .subpage-sales-area .container .area-top-wrap .area-contact-info > span {
    font-size: 18px;
  }
  .subpage-sales-area .container > form {
    grid-gap: 16px;
  }
  .subpage-sales-area .container > form .bulk-update-action > button {
    font-size: 14px;
  }
  .subpage-sales-area .container .sales-table.normal > colgroup col:nth-child(3), .subpage-sales-area .container .sales-table.normal > colgroup col:nth-child(4), .subpage-sales-area .container .sales-table.normal > colgroup col:nth-child(5), .subpage-sales-area .container .sales-table.normal > colgroup col:nth-child(6), .subpage-sales-area .container .sales-table.private > colgroup col:nth-child(3), .subpage-sales-area .container .sales-table.private > colgroup col:nth-child(4), .subpage-sales-area .container .sales-table.private > colgroup col:nth-child(5), .subpage-sales-area .container .sales-table.private > colgroup col:nth-child(6), .subpage-sales-area .container .sales-table.export > colgroup col:nth-child(3), .subpage-sales-area .container .sales-table.export > colgroup col:nth-child(4), .subpage-sales-area .container .sales-table.export > colgroup col:nth-child(5), .subpage-sales-area .container .sales-table.export > colgroup col:nth-child(6) {
    display: none;
  }
  .subpage-sales-area .container .sales-table.normal thead tr th:nth-child(3), .subpage-sales-area .container .sales-table.normal thead tr th:nth-child(4), .subpage-sales-area .container .sales-table.normal thead tr th:nth-child(5), .subpage-sales-area .container .sales-table.normal thead tr th:nth-child(6), .subpage-sales-area .container .sales-table.private thead tr th:nth-child(3), .subpage-sales-area .container .sales-table.private thead tr th:nth-child(4), .subpage-sales-area .container .sales-table.private thead tr th:nth-child(5), .subpage-sales-area .container .sales-table.private thead tr th:nth-child(6), .subpage-sales-area .container .sales-table.export thead tr th:nth-child(3), .subpage-sales-area .container .sales-table.export thead tr th:nth-child(4), .subpage-sales-area .container .sales-table.export thead tr th:nth-child(5), .subpage-sales-area .container .sales-table.export thead tr th:nth-child(6) {
    display: none;
  }
  .subpage-sales-area .container .sales-table.normal tbody tr td:nth-child(3), .subpage-sales-area .container .sales-table.normal tbody tr td:nth-child(4), .subpage-sales-area .container .sales-table.normal tbody tr td:nth-child(5), .subpage-sales-area .container .sales-table.normal tbody tr td:nth-child(6), .subpage-sales-area .container .sales-table.private tbody tr td:nth-child(3), .subpage-sales-area .container .sales-table.private tbody tr td:nth-child(4), .subpage-sales-area .container .sales-table.private tbody tr td:nth-child(5), .subpage-sales-area .container .sales-table.private tbody tr td:nth-child(6), .subpage-sales-area .container .sales-table.export tbody tr td:nth-child(3), .subpage-sales-area .container .sales-table.export tbody tr td:nth-child(4), .subpage-sales-area .container .sales-table.export tbody tr td:nth-child(5), .subpage-sales-area .container .sales-table.export tbody tr td:nth-child(6) {
    display: none;
  }
  .subpage-sales-area .container .sales-table.bulk > colgroup col:nth-child(4), .subpage-sales-area .container .sales-table.bulk > colgroup col:nth-child(5), .subpage-sales-area .container .sales-table.bulk > colgroup col:nth-child(6), .subpage-sales-area .container .sales-table.bulk > colgroup col:nth-child(7) {
    display: none;
  }
  .subpage-sales-area .container .sales-table.bulk thead tr th:nth-child(4), .subpage-sales-area .container .sales-table.bulk thead tr th:nth-child(5), .subpage-sales-area .container .sales-table.bulk thead tr th:nth-child(6), .subpage-sales-area .container .sales-table.bulk thead tr th:nth-child(7) {
    display: none;
  }
  .subpage-sales-area .container .sales-table.bulk tbody tr td .name {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .subpage-sales-area .container .sales-table.bulk tbody tr td .simple-info {
    font-size: 14px;
  }
  .subpage-sales-area .container .sales-table.bulk tbody tr td .date {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .subpage-sales-area .container .sales-table.bulk tbody tr td .distance, .subpage-sales-area .container .sales-table.bulk tbody tr td .assignment, .subpage-sales-area .container .sales-table.bulk tbody tr td .seller, .subpage-sales-area .container .sales-table.bulk tbody tr td .location {
    font-size: 16px;
  }
  .subpage-sales-area .container .sales-table.bulk tbody tr td .status {
    font-size: 16px;
  }
  .subpage-sales-area .container .sales-table.bulk tbody tr td:nth-child(4), .subpage-sales-area .container .sales-table.bulk tbody tr td:nth-child(5), .subpage-sales-area .container .sales-table.bulk tbody tr td:nth-child(6), .subpage-sales-area .container .sales-table.bulk tbody tr td:nth-child(7) {
    display: none;
  }
  .subpage-sales-area .container .sales-table.license > colgroup col:nth-child(1), .subpage-sales-area .container .sales-table.license > colgroup col:nth-child(5), .subpage-sales-area .container .sales-table.license > colgroup col:nth-child(6) {
    display: none;
  }
  .subpage-sales-area .container .sales-table.license thead tr th:nth-child(1), .subpage-sales-area .container .sales-table.license thead tr th:nth-child(5), .subpage-sales-area .container .sales-table.license thead tr th:nth-child(6) {
    display: none;
  }
  .subpage-sales-area .container .sales-table.license tbody tr td:nth-child(1), .subpage-sales-area .container .sales-table.license tbody tr td:nth-child(5), .subpage-sales-area .container .sales-table.license tbody tr td:nth-child(6) {
    display: none;
  }
  .subpage-sales-area .container .sales-table.junk > colgroup col:nth-child(4), .subpage-sales-area .container .sales-table.junk > colgroup col:nth-child(5), .subpage-sales-area .container .sales-table.junk > colgroup col:nth-child(6) {
    display: none;
  }
  .subpage-sales-area .container .sales-table.junk thead tr th:nth-child(4), .subpage-sales-area .container .sales-table.junk thead tr th:nth-child(5), .subpage-sales-area .container .sales-table.junk thead tr th:nth-child(6) {
    display: none;
  }
  .subpage-sales-area .container .sales-table.junk tbody tr td:nth-child(4), .subpage-sales-area .container .sales-table.junk tbody tr td:nth-child(5), .subpage-sales-area .container .sales-table.junk tbody tr td:nth-child(6) {
    display: none;
  }
  .subpage-sales-area .container .sales-table thead tr th {
    height: 40px;
    font-size: 16px;
  }
  .subpage-sales-area .container .sales-table tbody tr td .name {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .subpage-sales-area .container .sales-table tbody tr td .simple-info {
    font-size: 14px;
  }
  .subpage-sales-area .container .sales-table tbody tr td .date {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .subpage-sales-area .container .sales-table tbody tr td .distance, .subpage-sales-area .container .sales-table tbody tr td .assignment, .subpage-sales-area .container .sales-table tbody tr td .seller, .subpage-sales-area .container .sales-table tbody tr td .location, .subpage-sales-area .container .sales-table tbody tr td .content, .subpage-sales-area .container .sales-table tbody tr td .price {
    font-size: 16px;
  }
  .subpage-sales-area .container .sales-table tbody tr td .emph {
    font-size: 16px;
  }
  .subpage-sales-area .container .sales-table tbody tr td .status {
    font-size: 16px;
  }
  .subpage-sales-area .container .write-anchor {
    padding: 6px 16px;
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .subpage-sales-area .container {
    grid-gap: 20px;
  }
  .subpage-sales-area .container .area-top-wrap .inner-logo > img {
    height: 20px;
  }
  .subpage-sales-area .container .area-top-wrap .inner-logo > p {
    font-size: 16px;
  }
  .subpage-sales-area .container .area-top-wrap .area-contact-info {
    padding: 8px;
  }
  .subpage-sales-area .container .area-top-wrap .area-contact-info > svg {
    height: 14px;
  }
  .subpage-sales-area .container .area-top-wrap .area-contact-info > span {
    font-size: 14px;
  }
  .subpage-sales-area .container > form .bulk-update-action > button {
    font-size: 12px;
  }
  .subpage-sales-area .container .sales-table.normal > colgroup col:nth-child(1), .subpage-sales-area .container .sales-table.private > colgroup col:nth-child(1), .subpage-sales-area .container .sales-table.export > colgroup col:nth-child(1) {
    width: 20%;
  }
  .subpage-sales-area .container .sales-table.bulk > colgroup col:nth-child(2) {
    width: 20%;
  }
  .subpage-sales-area .container .sales-table > colgroup col:last-child {
    min-width: 60px;
  }
  .subpage-sales-area .container .sales-table thead tr th {
    font-size: 16px;
  }
}
@media (max-width: 640px) and (max-width: 480px) {
  .subpage-sales-area .container .sales-table thead tr th {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .subpage-sales-area .container .sales-table tbody tr td .name {
    font-size: 14px;
  }
}
@media (max-width: 640px) and (max-width: 480px) {
  .subpage-sales-area .container .sales-table tbody tr td .name {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .subpage-sales-area .container .sales-table tbody tr td .simple-info {
    font-size: 14px;
  }
}
@media (max-width: 640px) and (max-width: 480px) {
  .subpage-sales-area .container .sales-table tbody tr td .simple-info {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .subpage-sales-area .container .sales-table tbody tr td .date {
    font-size: 14px;
  }
}
@media (max-width: 640px) and (max-width: 480px) {
  .subpage-sales-area .container .sales-table tbody tr td .date {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .subpage-sales-area .container .sales-table tbody tr td .distance, .subpage-sales-area .container .sales-table tbody tr td .assignment, .subpage-sales-area .container .sales-table tbody tr td .seller, .subpage-sales-area .container .sales-table tbody tr td .location, .subpage-sales-area .container .sales-table tbody tr td .content, .subpage-sales-area .container .sales-table tbody tr td .price {
    font-size: 14px;
  }
}
@media (max-width: 640px) and (max-width: 480px) {
  .subpage-sales-area .container .sales-table tbody tr td .distance, .subpage-sales-area .container .sales-table tbody tr td .assignment, .subpage-sales-area .container .sales-table tbody tr td .seller, .subpage-sales-area .container .sales-table tbody tr td .location, .subpage-sales-area .container .sales-table tbody tr td .content, .subpage-sales-area .container .sales-table tbody tr td .price {
    font-size: 12px;
  }
}
@media (max-width: 640px) and (max-width: 480px) {
  .subpage-sales-area .container .sales-table tbody tr td .date, .subpage-sales-area .container .sales-table tbody tr td .location {
    display: block;
  }
}
@media (max-width: 640px) and (max-width: 480px) {
  .subpage-sales-area .container .sales-table tbody tr td > br {
    display: none;
  }
}
@media (max-width: 640px) {
  .subpage-sales-area .container .sales-table tbody tr td .emph {
    font-size: 14px;
  }
}
@media (max-width: 640px) and (max-width: 480px) {
  .subpage-sales-area .container .sales-table tbody tr td .emph {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .subpage-sales-area .container .sales-table tbody tr td .status {
    font-size: 14px;
  }
}
@media (max-width: 640px) and (max-width: 480px) {
  .subpage-sales-area .container .sales-table tbody tr td .status {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .subpage-sales-area .container .area-top-wrap {
    flex-direction: column;
    grid-gap: 12px;
  }
}/*# sourceMappingURL=sub.css.map */