@charset "UTF-8";
.l-shipment .container {
  padding: 2.083rem 0 4.166rem;
}

.l-shipment .wrap-btn .btn {
  border-radius: 3px;
}

.l-shipment .wrap-btn .btn-green {
  background: #00864b;
  color: #fff;
  border: 1px solid #00864b;
}

.l-shipment .wrap-btn .btn-gray {
  background: #aaa;
  color: #fff;
  border: 1px solid #aaa;
}

.l-shipment .wrap-btn .btn-white {
  background-color: #fff;
  color: #00864b;
  border: 1px solid #00864b;
}

.l-shipment .wrap-btn .btn-unuse {
  border: 1px solid #aaa;
  color: #aaa;
}

.l-shipment .wrap-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 3px;
  padding: 1.25rem 1.041rem;
  margin-bottom: 2.083rem;
}

.l-shipment .wrap-filter .tit {
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0.52rem;
}

.l-shipment .wrap-filter .tit label {
  font-weight: 500;
}

.l-shipment .wrap-filter .period {
  margin-bottom: 1.25rem;
}

.l-shipment .wrap-filter .period .wrap-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-shipment .wrap-filter .period .wrap-input .input-box {
  width: 50%;
}

.l-shipment .wrap-filter .period .select-box {
  width: 50%;
}

.l-shipment .wrap-filter .period .select-box:last-of-type {
  margin-left: 0.833rem;
}

.l-shipment .wrap-filter .period .space {
  display: block;
  margin: 0 0.208rem;
}

.l-shipment .wrap-filter .period .desc {
  display: block;
  font-size: 0.75rem;
  margin-left: 0.52rem;
}

.l-shipment .wrap-filter .filter-select {
  margin-bottom: 1.25rem;
}

.l-shipment .wrap-filter .filter-calendar {
  margin-bottom: 1.25rem;
}

.l-shipment .wrap-filter .filter-calendar .calendar-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-shipment .wrap-filter .filter-calendar .calendar-box .input-box-calendar {
  width: 50%;
}

.l-shipment .wrap-filter .filter-calendar .calendar-box p {
  margin: 0 0.208rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.l-shipment .wrap-filter .status {
  margin-bottom: 1.25rem;
}

.l-shipment .wrap-filter .wrap-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -0.416rem;
}

.l-shipment .wrap-filter .wrap-btn .btn {
  width: 100%;
  max-width: 15.833rem;
  font-size: 0.958rem;
  height: 2.708rem;
  margin: 0 0.416rem;
}

.l-shipment .wrap-filter .select-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-shipment .wrap-filter .select-input .select-box {
  width: 30%;
  margin-right: 0.416rem;
}

.l-shipment .wrap-filter .select-input .input-box {
  width: 70%;
}

.l-shipment .suit-filter .wrap-btn .btn {
  /*width: 100%;*/
  /*max-width: none;*/
}

.l-shipment .wrap-list .wrap-btn {
	margin-left: auto;
	}

.l-shipment .df{
	display: flex;
	width: 100%
}

.l-shipment .df .btn{
	margin: 0 0.2rem;
}

.l-shipment .wrap-list .wrap-btn .btn {
  width: 5.625rem;
  height: 1.875rem;
  font-size: 0.666rem;
  font-weight: 500;
}

.l-shipment .wrap-list .wrap-btn .btn-excel{
	width: 7.083rem;
	border: 1px solid #00864b;
	color: #00864b;
  	background-color: #fff;
  	flex: none;
}

.l-shipment .wrap-list .unit {
  display: block;
  text-align: right;
  font-size: 0.666rem;
  margin-bottom: 0.625rem;
}

.l-shipment .board-list h5.tit {
  padding-left: 0.833rem;
  margin-bottom: 1.145rem;
  position: relative;
  font-size: 0.958rem;
  font-weight: 500;
}

.l-shipment .board-list h5.tit:before {
  content: '';
  display: block;
  width: 0.166rem;
  height: 0.708rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #00864b;
}

.l-shipment .board-list .total {
  font-size: 0.708rem;
  margin-bottom: 0.75rem;
}

.l-shipment .board-list .total .em {
  font-weight: 500;
  font-style: normal;
  color: #00864b;
}

.l-shipment .board-list .filter .fix-trigger{
	margin-bottom: 0.5rem;
}

.l-shipment .board-list .filter .btn {
  width: 6.25rem;
  height: 1.875rem;
  margin-bottom: 0.5rem;
  font-size: 0.666rem;
  font-weight: 500;
  border-radius: 3px;
}

.l-shipment .board-list .filter .btn-download {
  border: 1px solid #00864b;
  color: #00864b;
}

.l-shipment .board-list .filter-suit {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-shipment .board-list .filter-suit .total {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-bottom: 0.833rem;
}

.l-shipment .board-list .filter-suit .wrap-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.l-shipment .board-list .filter-suit .wrap-btn .btn {
  margin-right: 0.52rem;
}

.l-shipment .board-list .filter-suit .wrap-btn .btn-download {
  margin-left: 0;
}

.l-shipment .board-list .wrap-table .table .check-box label {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-shipment .board-list .wrap-table .table .check-box label:before {
  margin-right: 0;
}

.l-shipment .board-list .wrap-table .border-table td, .l-shipment .board-list .wrap-table .border-table th {
  border-right: 1px solid #ddd;
}

.l-shipment .board-list .wrap-table .border-table td:last-child, .l-shipment .board-list .wrap-table .border-table th:last-child {
  border-right: none;
}

.l-shipment .board-list .wrap-table .border-table td {
  height: auto;
  padding: 1.25rem 0;
}

.l-shipment .board-list .wrap-table .border-table td div p {
  margin-bottom: 0.9375rem;
}

.l-shipment .board-list .wrap-table .border-table td div p:last-child {
  margin-bottom: 0;
}

.l-shipment-status .wrap-filter .wrap-btn .btn {
  width: 100%;
  max-width: 100%;
}

.l-shipment .wrap-list .filter{
	margin-bottom: 1.041rem;
}

@media (min-width: 62em) {
  .l-shipment .container {
    padding: 3.75rem 0 8.75rem;
  }
  .l-shipment .wrap-btn .btn {
    border-radius: 5px;
    border-width: 2px;
  }
  .l-shipment .wrap-filter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-radius: 5px;
    padding: 2.5rem 1.875rem;
    margin-bottom: 3.75rem;
    flex-wrap: wrap;
  }
  .l-shipment .wrap-filter .tit {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
  .l-shipment .wrap-filter .period {
    margin-right: 3.75rem;
    margin-bottom: 0;
  }
  .l-shipment .wrap-filter .period .wrap-input .input-box {
    width: 15rem;
  }
  .l-shipment .wrap-filter .period .select-box {
    width: 11.25rem;
  }
  .l-shipment .wrap-filter .period .select-box:last-of-type {
    margin-left: 1.5rem;
  }
  .l-shipment .wrap-filter .period .space {
    margin: 0 0.9375rem;
  }
  .l-shipment .wrap-filter .period .desc {
    font-size: 1.125rem;
    margin-left: 0.75rem;
  }
  .l-shipment .wrap-filter .filter-select {
    margin: 0 0.625rem 0.75rem 0;
  }
  .l-shipment .wrap-filter .filter-select .select-box select {
    width: 22.5rem;
  }
  .l-shipment .wrap-filter .round {
    width: 100%;
  }
  .l-shipment .wrap-filter .round select {
    width: 100% !important;
  }
  .l-shipment .wrap-filter .filter-calendar {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
   margin: 0 0.625rem 0.75rem 0;
  }
  .l-shipment .wrap-filter .filter-calendar .calendar-box p {
    margin: 0 0.3rem;
  }
  .l-shipment .wrap-filter .status {
    width: 22.5rem;
    margin-bottom: 0;
  }
  .l-shipment .wrap-filter .wrap-option{
  	margin-bottom: 1.25rem;
  	display: flex;
  }
  .l-shipment .wrap-filter .wrap-btn {
    width: 100%;
  }
  .l-shipment .wrap-filter .wrap-btn .btn {
    width: 8.125rem;
    max-width: none;
    font-size: 1.125rem;
    height: 3.125rem;
    margin: 0 auto;
  }
  .l-shipment .suit-filter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-shipment .suit-filter .filter-select {
    margin: 0;
  }
  .l-shipment .suit-filter .filter-calendar {
    width: 24.6875rem;
    margin-right: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .l-shipment .suit-filter .suit_lookup-filter {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.5rem;
  }
  .l-shipment .suit-filter .suit_lookup-filter .left {
    width: 41%;
  }
  .l-shipment .suit-filter .suit_lookup-filter .center {
    width: 32.5%;
    margin: 0 auto;
  }
  .l-shipment .suit-filter .suit_lookup-filter .right {
    width: 23.5%;
  }
  .l-shipment .wrap-list .filter{
  	display: flex;
  	margin-bottom: 1.25rem;
  }
  .l-shipment .wrap-list .wrap-btn {
    margin-bottom: 0;
  }
  .l-shipment .wrap-list .wrap-btn .btn {
    width: 8.75rem;
    height: 2.5rem;
    font-size: 0.875rem;
    margin-right: 0.3125rem;
  }
  .l-shipment .wrap-list .wrap-btn .btn:last-child{
  	margin-right: 0;
  }
  .l-shipment .wrap-list .wrap-btn .btn-excel{
    background: url(/resources/images/facility/icon-excel.png) no-repeat 0 0 #fff;
    background-size: 1.3125rem;
  	background-position: 0.8125rem 50%;
  	padding-left: 1.75rem;
  	width: 10rem !important;
  	border: 2px solid #00864b;
  	
  }
  .l-shipment .wrap-list .unit {
    font-size: 1rem;
    margin-bottom: 1.125rem;
  }
  .l-shipment .board-list h5.tit {
    padding-left: 1.375rem;
    margin-bottom: 1.4375rem;
    font-size: 1.125rem;
  }
  .l-shipment .board-list h5.tit:before {
    width: 0.3125rem;
    height: 1.1875rem;
  }
  
  .l-shipment .board-list .filter{
  	display: flex;
  	margin-bottom: 1rem;
  }
  
  .l-shipment .board-list .total{
  	font-size: 1rem;
    margin-bottom: 0;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  
  .l-shipment .board-list .filter .fix-trigger{
  	margin-bottom: 0;
  }
  
  .l-shipment .board-list .filter .btn {
    width: 8.75rem;
    height: 2.5rem;
    border-radius: 5px;
    font-size: 0.875rem;
    margin-bottom: 0;
    margin-left: 0.25rem;
  }
  .l-shipment .board-list .filter .btn-download {
    border: 2px solid #00864b;
    background-color: #fff;
  }
  
  .l-shipment .board-list .filter .btn-large {
    width: 10rem;
    background-position: 0.8125rem 50%;
  }
  .l-shipment .board-list .filter-suit {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .l-shipment .board-list .filter-suit .total {
    margin-bottom: 0;
  }
  .l-shipment .board-list .filter-suit .wrap-btn {
    margin-left: auto;
    width: auto;
  }
  .l-shipment-status .wrap-filter .period {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0.625rem;
  }
  .l-shipment-status .wrap-filter .period .tit {
    margin: 0 1.25rem 0 0;
  }
}
