@charset "UTF-8";
/* -------------------------
판촉물 
 ------------------------- */
.l-promotion-apply .container {
  padding: 2.083rem 0 4.166rem;
}

.l-promotion-apply .tab-menu .list li .item .thumb {
  height: 1.812rem;
}

.l-promotion-apply .wrap-process {
  background: #fff;
  padding: 1.041rem;
  border-radius: 3px;
}

.l-promotion-apply .wrap-process .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f9f9f9;
  padding: 0.625rem 0;
  margin-bottom: 1.875rem;
}

.l-promotion-apply .wrap-process .item:last-of-type {
  margin-bottom: 0;
}

.l-promotion-apply .wrap-process .item-apply:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1.459rem;
  left: 0;
  right: 0;
  width: 0.416rem;
  height: 1.229rem;
  background-size: 0.416rem 1.229rem;
  margin: 0 auto;
  background-image: url("/resources/images/promotion/arr_m.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.l-promotion-apply .wrap-process .item .thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 4.166rem;
  height: 1.604rem;
  background-size: auto 1.604rem;
}

.l-promotion-apply .wrap-process .item .thumb-1 {
  background-image: url("/resources/images/promotion/icon_process1.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.l-promotion-apply .wrap-process .item .thumb-2 {
  background-image: url("/resources/images/promotion/icon_process2.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.l-promotion-apply .wrap-process .item .txt-box {
  position: relative;
  padding: 0 1.145rem;
}

.l-promotion-apply .wrap-process .item .txt-box .tit {
  font-size: 0.75rem;
  color: #00864b;
  margin-bottom: 0.208rem;
}

.l-promotion-apply .wrap-process .item .txt-box .desc {
  font-size: 0.625rem;
  line-height: 1.5em;
  word-break: keep-all;
  word-wrap: break-word;
}

.l-promotion-apply .wrap-process .item .txt-box:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #ddd;
}

.l-promotion-apply .wrap-list {
  margin-top: 2.083rem;
}

.l-promotion-apply .wrap-list .tit {
  position: relative;
  font-size: 1.041rem;
  font-weight: 500;
  padding-left: 0.833rem;
  margin-bottom: 0.833rem;
}

.l-promotion-apply .wrap-list .tit:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.166rem;
  height: 0.708rem;
  margin-top: -0.355rem;
  background: #00864b;
}

.l-promotion-apply .wrap-list .list {
  margin: 0 0 -1.041rem 0;
}

.l-promotion-apply .wrap-list .list .item {
  background: #fff;
  border: 1px solid #ccc;
  margin: 0 0 1.041rem 0;
}

.l-promotion-apply .wrap-list .list .item .txt-box {
  position: relative;
  padding: 1.041rem;
}

.l-promotion-apply .wrap-list .list .item .txt-box .promo-date {
  display: block;
  font-size: 0.666rem;
  color: #666;
  margin-bottom: 0.625rem;
}

.l-promotion-apply .wrap-list .list .item .txt-box .promo-name {
  font-size: 0.833rem;
  color: #000;
}

.l-promotion-apply .wrap-list .list .item .txt-box .btn-more {
  position: absolute;
  top: 50%;
  right: 0.833rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.625rem;
  height: 1.875rem;
  font-size: 0.666rem;
  border: 1px solid #00864b;
  color: #00864b;
  border-radius: 3px;
  margin-top: -0.938rem;
}

.l-promotion-apply .wrap-list .list .item .form-apply {
  position: relative;
  padding: 1.041rem 0.833rem;
}

.l-promotion-apply .wrap-list .list .item .form-apply .input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-promotion-apply .wrap-list .list .item .form-apply .input-box input {
  width: 5.416rem;
}

.l-promotion-apply .wrap-list .list .item .form-apply .input-box .total {
  margin-left: 0.625rem;
  font-size: 0.833rem;
}

.l-promotion-apply .wrap-list .list .item .form-apply .input-box .total span {
  color: #00864b;
  font-weight: 500;
}

.l-promotion-apply .wrap-list .list .item .form-apply .btn-apply {
  position: absolute;
  top: 50%;
  right: 0.833rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.416rem;
  height: 2.083rem;
  font-size: 0.666rem;
  background: #00864b;
  color: #fff;
  border-radius: 3px;
  margin-top: -1.042rem;
}

@media (min-width: 62em) {
  .l-promotion-apply .container {
    padding: 3.75rem 0 8.75rem;
  }
  .l-promotion-apply .tab-menu .list li .item .thumb {
    height: 2.9375rem;
  }
  .l-promotion-apply .wrap-process {
    padding: 1.875rem 6.5625rem;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-promotion-apply .wrap-process .item {
    padding: 1.5625rem 0;
    margin-bottom: 0;
  }
  .l-promotion-apply .wrap-process .item-apply {
    width: 23.4375rem;
    margin-right: 11.25rem;
  }
  .l-promotion-apply .wrap-process .item-apply:after {
    top: 50%;
    bottom: auto;
    left: auto;
    right: -8.125rem;
    width: 5.375rem;
    height: 0.9375rem;
    margin-top: -0.4375rem;
    background-size: 5.375rem 0.9375rem;
    background-image: url("/resources/images/promotion/arr_pc.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .l-promotion-apply .wrap-process .item-delivery {
    width: 32.5rem;
  }
  .l-promotion-apply .wrap-process .item .thumb {
    width: 6.875rem;
    height: 3.125rem;
    background-size: auto 3.125rem;
  }
  .l-promotion-apply .wrap-process .item .txt-box {
    padding: 0 1.5625rem;
  }
  .l-promotion-apply .wrap-process .item .txt-box .tit {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
  .l-promotion-apply .wrap-process .item .txt-box .desc {
    font-size: 1rem;
  }
  .l-promotion-apply .wrap-list {
    margin-top: 3.75rem;
  }
  .l-promotion-apply .wrap-list .tit {
    font-size: 1.5rem;
    padding-left: 1.4375rem;
    margin-bottom: 1.875rem;
  }
  .l-promotion-apply .wrap-list .tit:before {
    width: 0.3125rem;
    height: 1.1875rem;
    margin-top: -0.5625rem;
  }
  .l-promotion-apply .wrap-list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -1.25rem -2.5rem -1.25rem;
  }
  .l-promotion-apply .wrap-list .list .item {
    width: calc(33.333% - 2.5rem);
    margin: 0 1.25rem 2.5rem 1.25rem;
  }
  .l-promotion-apply .wrap-list .list .item .txt-box {
    padding: 1.4375rem;
  }
  .l-promotion-apply .wrap-list .list .item .txt-box .promo-date {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
  .l-promotion-apply .wrap-list .list .item .txt-box .promo-name {
    font-size: 1.125rem;
  }
  .l-promotion-apply .wrap-list .list .item .txt-box .btn-more {
    right: 1.25rem;
    width: 7.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
    border-width: 2px;
    border-radius: 5px;
    margin-top: -1.25rem;
  }
  .l-promotion-apply .wrap-list .list .item .form-apply {
    padding: 1.25rem;
  }
  .l-promotion-apply .wrap-list .list .item .form-apply .input-box input {
    width: 6.875rem;
  }
  .l-promotion-apply .wrap-list .list .item .form-apply .input-box .total {
    margin-left: 0.9375rem;
    font-size: 1.125rem;
  }
  .l-promotion-apply .wrap-list .list .item .form-apply .btn-apply {
    right: 1.25rem;
    width: 7.5rem;
    height: 3.125rem;
    font-size: 1.125rem;
    border-radius: 5px;
    margin-top: -1.5625rem;
  }
}

.l-promotion-status .container {
  padding: 2.083rem 0 4.166rem;
}

.l-promotion-status .wrap-btn .btn {
  border-radius: 3px;
}

.l-promotion-status .wrap-btn .btn-green {
  background: #00864b;
  color: #fff;
  border: 1px solid #00864b;
}

.l-promotion-status .wrap-btn .btn-gray {
  background: #aaa;
  color: #fff;
  border: 1px solid #aaa;
}

.l-promotion-status .wrap-btn .btn-white {
  background: #fff;
  color: #00864b;
  border: 1px solid #00864b;
}

.l-promotion-status .wrap-btn .check-box {
  margin-left: 0.833rem;
}

.l-promotion-status .wrap-btn .check-box label:before {
  background: none;
}

.l-promotion-status .tab-menu .list li .item .thumb {
  height: 1.812rem;
}

.l-promotion-status .wrap-progress {
  background: #fff;
  border-radius: 3px;
  margin-bottom: 2.708rem;
  padding: 1.25rem 1.041rem;
}

.l-promotion-status .wrap-progress .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap-progress{
  background: #fff;
  padding: 1rem !important;
}
.wrap-progress p{
  margin: 1rem;
  line-height: 1.5rem;
}
.l-promotion-status .wrap-progress .list .item {
  display: block;
  width: 100%;
}

.l-promotion-status .wrap-progress .list .item .thumb {
  position: relative;
  display: block;
  width: 3.208rem;
  height: 3.208rem;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto 0.729rem;
  background-color: #f1f7f4;
  background-size: auto 1.562rem;
}

.l-promotion-status .wrap-progress .list .item .thumb span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.958rem;
  height: 0.958rem;
  font-size: 0.583rem;
  background: #00864b;
  color: #fff;
  border-radius: 50%;
}

.l-promotion-status .wrap-progress .list .item .thumb-1 {
  background-image: url("/resources/images/promotion/icon_pp1.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.l-promotion-status .wrap-progress .list .item .thumb-2 {
  background-image: url("/resources/images/promotion/icon_pp2.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.l-promotion-status .wrap-progress .list .item .thumb-3 {
  background-image: url("/resources/images/promotion/icon_pp3.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.l-promotion-status .wrap-progress .list .item .thumb-4 {
  background-image: url("/resources/images/promotion/icon_pp4.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.l-promotion-status .wrap-progress .list .item .tit {
  font-size: 0.75rem;
  text-align: center;
}

.l-promotion-status .wrap-progress .list .item-on .thumb {
  background-color: #00864b;
}

.l-promotion-status .wrap-progress .list .item-on .thumb-1 {
  background-image: url("/resources/images/promotion/icon_pp1_on.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.l-promotion-status .wrap-progress .list .item-on .thumb-2 {
  background-image: url("/resources/images/promotion/icon_pp2_on.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.l-promotion-status .wrap-progress .list .item-on .thumb-3 {
  background-image: url("/resources/images/promotion/icon_pp3_on.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.l-promotion-status .wrap-progress .list .item-on .thumb-4 {
  background-image: url("/resources/images/promotion/icon_pp4_on.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.l-promotion-status .wrap-progress .list .item-on .thumb span {
  background: #f1f7f4;
  color: #00864b;
}

.l-promotion-status .wrap-list {
  position: relative;
}

.l-promotion-status .wrap-list .total {
  font-size: 0.708rem;
  margin-bottom: 1.25rem;
}

.l-promotion-status .wrap-list .total .em {
  font-weight: 500;
  font-style: normal;
  color: #00864b;
}

.l-promotion-status .wrap-list .wrap-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -0.146rem 1.041rem;
}

.l-promotion-status .wrap-list .wrap-btn .total {
  margin-bottom: 0;
  margin-right: auto;
}

.l-promotion-status .wrap-list .wrap-btn .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6.25rem;
  height: 1.875rem;
  font-size: 0.666rem;
  margin: 0 0.145rem;
}

.l-promotion-status .wrap-table .check-box label:before {
  margin: 0 auto;
}

.l-promotion-status .wrap-table .complete input:disabled {
  background: #f0f0f0;
}

.l-promotion-status .wrap-table .complete label:before {
  background: #f0f0f0;
}

@media (min-width: 62em) {
  .l-promotion-status .container {
    padding: 3.125rem 0 8.75rem;
  }
  .l-promotion-status .tab-menu .list li .item .thumb {
    height: 2.9375rem;
  }
  .l-promotion-status .wrap-progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 5px;
    margin-bottom: 3.75rem;
    padding: 1.875rem 4.375rem;
  }
  .l-promotion-status .wrap-progress .list {
    margin: 0 -3.4375rem;
  }
  .l-promotion-status .wrap-progress .list .item {
    margin: 0 3.4375rem;
  }
  .l-promotion-status .wrap-progress .list .item .thumb {
    width: 5.625rem;
    height: 5.625rem;
    margin: 0 auto 0.9375rem;
    background-size: auto 2.6875rem;
  }
  .l-promotion-status .wrap-progress .list .item .thumb span {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.8125rem;
  }
  .l-promotion-status .wrap-progress .list .item .tit {
    font-size: 1.125rem;
  }
  .l-promotion-status .wrap-list .total {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .l-promotion-status .wrap-list .wrap-btn {
    margin: 0 0 1.25rem;
  }
  .l-promotion-status .wrap-list .wrap-btn .btn {
    width: 8.75rem;
    height: 2.5rem;
    font-size: 0.875rem;
    margin: 0 0.3125rem;
  }
  .l-promotion-status .wrap-list .wrap-btn .btn:last-of-type {
    margin-right: 0;
  }
  .l-promotion-status .wrap-list .wrap-btn .btn:first-of-type {
    margin-left: 0;
  }
}

.l-promotion-management .container {
  padding: 2.083rem 0 4.166rem;
}

.l-promotion-management .container .inner .wrap-btn .btn {
  display: block;
  width: 6.25rem;
  height: 1.875rem;
  border-radius: 3px;
  font-size: 0.666rem;
  font-weight: 500;
}

.l-promotion-management .container .inner .wrap-btn .btn-green {
  background-color: #00864b;
  color: #fff;
}

.l-promotion-management .container .inner .wrap-btn .btn-border {
  border: 1px solid #00864b;
  color: #00864b;
}

.l-promotion-management .container .inner .wrap-filter {
  background-color: #fff;
  padding: 1.25rem 1.041rem;
  margin-bottom: 2.083rem;
}

.l-promotion-management .container .inner .wrap-filter .filter-select {
  margin-bottom: 1.25rem;
}

.l-promotion-management .container .inner .wrap-filter .filter-select .tit {
  margin-bottom: 0.52rem;
  font-weight: 500;
  font-size: 0.75rem;
}

.l-promotion-management .container .inner .wrap-filter .filter-select .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-promotion-management .container .inner .wrap-filter .filter-select .option .select-box {
  width: 38%;
}

.l-promotion-management .container .inner .wrap-filter .filter-select .option .input-box {
  width: 58%;
  margin-left: auto;
}

.l-promotion-management .container .inner .wrap-filter .filter-select .calendar-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-promotion-management .container .inner .wrap-filter .filter-select .calendar-box .input-box-calendar {
  width: 50%;
}

.l-promotion-management .container .inner .wrap-filter .filter-select .calendar-box p {
  margin: 0 0.25rem;
  font-size: 0.75rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.l-promotion-management .container .inner .wrap-filter .wrap-btn {
  width: 100%;
}

.l-promotion-management .container .inner .wrap-filter .wrap-btn .btn {
  width: 100%;
  max-width: 15.833rem;
  height: 2.708rem;
  margin: 0 auto;
  font-size: 0.958rem;
}

.l-promotion-management .container .inner .board-list .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.041rem;
  flex-wrap: wrap;
}

.l-promotion-management .container .inner .board-list .filter .total {
  font-size: 0.708rem;
  color: #666;
  margin-bottom: 0.75rem;
}

.l-promotion-management .container .inner .board-list .filter .total .em {
  font-style: normal;
  color: #00864b;
  font-weight: 500;
}

.l-promotion-management .container .inner .board-list .filter .wrap-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.l-promotion-management .container .inner .board-list .filter .wrap-btn .btn-green {
  margin-left: 0.416rem;
}

.l-promotion-management .container .inner .board-list .table .check-box label:before {
  margin: 0 auto;
}

.l-promotion-management .container .inner .board-list .table .select-box {
  margin: 0 0.541rem;
}

@media (min-width: 62em) {
  .l-promotion-management .container {
    padding: 3.125rem 0 8.75rem;
  }
  .l-promotion-management .container .inner .wrap-btn .btn {
    width: 8.75rem;
    height: 2.5rem;
    border-radius: 5px;
    font-size: 0.875rem;
  }
  .l-promotion-management .container .inner .wrap-btn .btn-border {
    border: 2px solid #00864b;
  }
  .l-promotion-management .container .inner .wrap-filter {
    padding: 2.5rem 1.875rem;
    margin-bottom: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-promotion-management .container .inner .wrap-filter .filter-select {
    width: 32%;
    margin-bottom: 2.5rem;
  }
  .l-promotion-management .container .inner .wrap-filter .filter-select .tit {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
  }
  .l-promotion-management .container .inner .wrap-filter .filter-select .calendar-box p {
    margin: 0 0.75rem;
    font-size: 1.125rem;
  }
  .l-promotion-management .container .inner .wrap-filter .filter-option {
    margin: 0 2% 2.5rem;
  }
  .l-promotion-management .container .inner .wrap-filter .wrap-btn .btn {
    width: 8.125rem;
    height: 3.125rem;
    margin: 0 auto;
    font-size: 1.125rem;
  }
  .l-promotion-management .container .inner .board-list .filter {
    margin-bottom: 1.25rem;
  }
  .l-promotion-management .container .inner .board-list .filter .total {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .l-promotion-management .container .inner .board-list .filter .wrap-btn .btn-green {
    margin-left: 0.625rem;
  }
}

.l-promotion-image .container .inner .board-list .table th span {
  color: #ef0000;
}

.l-promotion-image .container .inner .board-list .table td .input-box-file {
  margin: 0 0 0 0.833rem;
}

.l-promotion-image .container .inner .board-list .table td .input-box-file .upload-label {
  background: url(/resources/images/promotion/btn-submit.png) no-repeat 0 0;
  background-size: contain;
}

.l-promotion-image .container .inner .board-list .table td .btn-preview img {
  height: 1.666rem;
}

@media (min-width: 62em) {
  .l-promotion-image .container .inner .wrap-filter {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .l-promotion-image .container .inner .wrap-filter .filter-select {
    margin: 0;
  }
  .l-promotion-image .container .inner .wrap-filter .filter-name {
    margin: 0 1.25rem;
  }
  .l-promotion-image .container .inner .wrap-filter .wrap-btn {
    width: auto;
  }
  .l-promotion-image .container .inner .board-list .table td .input-box-file {
    margin-left: 3.4375rem;
  }
  .l-promotion-image .container .inner .board-list .table td .btn-preview img {
    height: 2.5rem;
  }
  .l-promotion-management .container .inner .btn-excel{
  	width: 10rem !important;
    padding-left: 1.75rem;
    background: url(/resources/images/facility/icon-excel.png) no-repeat 0.8125rem 50% #fff;
    background-size: 1.3125rem;
  }
  
  .l-promotion-status .container .inner .wrap-list .filter{
	display: flex;
	align-items: center;
}
}


