.inquiry {
    max-width: 1060px;
    margin: 0 auto;
}
.form-title span {
    color: #AB1032;
    font-size: 14px;
    position: absolute;
    top: 8px;
    left: -15px;
}
/*-----qty-box-----*/

.qty-box {
    position: relative;
    max-width: none;
    box-sizing: border-box;
    display: inline-block;
}

.qty-box .form-control {
     position: relative;
    text-align: center;
    height: 30px;
    width: 150px;
    line-height: 26px;
    color: #2D2D37;
    border: none;
    box-sizing: border-box;
    background: #F6F6F6;
    margin: 0;
    z-index: 1;
    padding: 0;
    border-radius: 0;
    display: inline-block;
}

.qty-box .btn {
    background: #777777;
    color: #fff;
    line-height: 27px;
    font-size: 24px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
}

.qty-box .btn i {
    font-weight: bold;
    position: absolute;
    top: -4px;
    left: 0px;
    transform: rotate(45deg);
    transform-origin: 0 100%;
}

.qty-box .btn:hover {
    background: #1760CC;
}
 .inquiry-table .trash{
        font-size: 12px;
    color: #A5A5A5;
    border: 1px solid #A5A5A5;
    width: 18px;
    height: 18px;
    display: block;
    line-height: 20px;
    text-align: center;

  }
.inquiry-table .trash:hover{
    color: #fff;
    background: #AB1032;
    border: 1px solid #AB1032;
}
.qty-box .add {
    left: -5px;
}

.qty-box .less {
    right: -5px;
}

/*---------inquiry-------------*/
.inquiry-title{
    text-align: center;
    color: #111111;
    font-size: 25px;
    margin-bottom: 5px;
    margin-top: 50px;
}
.inquiry-title > span::before {
    content: "-";
    display: inline-block;
    margin-right: 10px;
}
.inquiry-title > span::after {
    content: "-";
    display: inline-block;
    margin-left: 10px;
}
.inquiry-list-title{
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
}
.inquiry-list{
}
.inquiry-table {
  margin: 1em 0;
  width: 100%;
}
.inquiry-table tr td:last-child{
    border-bottom: 1px dashed #A5A5A5;
}
.inquiry-table th {
  display: none;
}
.inquiry-table td {
  display: block;
  position: relative;
  padding-left: 6.3em;
}
.inquiry-table td:first-child {
 /* padding-top: .5em;*/
}
.inquiry-table td:last-child {
  padding-bottom: 20px;
}
.inquiry-table td:before {
  content: attr(data-th);
  font-weight: bold;
  width: 6em;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.inquiry-table th, .inquiry-table td {
  text-align: left;
}
.inquiry-table {
  color: #666;
  border-radius: .4em;
  overflow: hidden;
}
.inquiry-table tr {
  border-color: #46637f;
}
.inquiry-table th, .inquiry-table td {
  margin: 0 .5em 1em;
}
.inquiry-table th, .inquiry-table td:before {
  color: #333;
}
.inquiry-table tr{
    border-bottom: 1px solid #7F7F7F;
}
@media (min-width: 550px) {
  .inquiry-table td:before {
    display: none;
  }
  .inquiry-table th, .inquiry-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .inquiry-table th{
    border-bottom: 1px solid #7F7F7F;
    border-top: 1px solid #7F7F7F;
  }
  .inquiry-table td{
    border-bottom: 1px dashed #7F7F7F;
  }
  .inquiry-table th:nth-child(1), .inquiry-table td:nth-child(1){
    width: 100px;
  }
  .inquiry-table td:nth-child(2) a{
    color: #000;
    font-size: 18px;
  }
  .inquiry-table th:nth-child(3), .inquiry-table td:nth-child(3){
    width: 200px;
    text-align: center;
  }
  .inquiry-table th:first-child, .inquiry-table td:first-child {
    padding-left: 0;
  }
  .inquiry-table th:last-child, .inquiry-table td:last-child {
    padding-right: 0;
    width: 50px;
    text-align: center;
  }
  .inquiry-table .trash{
    margin: 0 auto;
  }
  .inquiry-table th, .inquiry-table td {
    padding: 7px 15px !important;
  }
 .inquiry-table th{
 	padding: 15px !important;
 }
}