@charset "utf-8";


/***** 장바구니 *****/

.sub-wrap .order-head {
   margin-top: 20px;
   height: 33px;
   padding: 0px 0px 0px 0px;
   position: relative;
}
.sub-wrap .order-head h2 {
   padding: 0px 0px 0px 0px;
   font-size: 26px;
   font-weight: 800;
   color: #333;
   letter-spacing: -0.5px;
}
.sub-wrap .order-head .order-list {
   position: absolute;
   top: 0px;
   right: 0px;
   height: 25px;
   line-height: 25px;
   font-size: 16px;
}
.sub-wrap .order-head .order-list a.active {
   color: #4361c4;
   font-weight: bold;
}
.sub-wrap .order-head .order-list a {
   font-size: 15px;
   color: #999;
}
.sub-wrap .order-head .order-list a:before {
   content: "\276F";
   display: inline-block;
   margin: 0px 10px 0px 5px;
   font-weight: normal;
   color: #ccc;
}
.sub-wrap .order-head .order-list a:first-child::before {
   display: none;
}
.sub-wrap .cart-list {
   margin-top: 10px;
   padding-top: 20px;
   border-top: 2px solid #555;
}
.sub-wrap .orderTitle {
   line-height: 52px;
   border-bottom: 2px solid #333333;
   text-align: right;
}
.sub-wrap .orderTitle h3 {
   float: left;
   font-size: 24px;
   font-weight: 700;
}
.sub-wrap .cart-list .cart-control {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding-bottom: 10px;
}
.sub-wrap .cart-list .cart-control .checkbox {
}
.sub-wrap .cart-list .cart-control .checkbox label {
   padding-left: 14px;
   font-size: 15px;
   font-weight: bold;
   color: #555;
}
.sub-wrap .pd-list .list {
   border-top: 1px solid #eee;
}
.sub-wrap .pd-list .list:first-child {
   border-top: none;
}
.sub-wrap .pd-list .list:last-child {
   border-bottom: none;
}
.sub-wrap .pd-list ul {
   display: flex;
   justify-content: space-between;
   align-items: center;
   position: relative;
   padding: 20px 0px;
}
.sub-wrap .pd-list ul li {
   display: inline-block;
}
.sub-wrap .pd-list ul li.check {
   width: 45%;
   font-size: 0;
}
.sub-wrap .pd-list ul li .checkbox {
   display: inline-block;
   vertical-align: middle;
   padding-right: 20px;
}
.sub-wrap .pd-list ul li .img {
   display: inline-block;
   height: 70px;
   vertical-align: middle;
}
.sub-wrap .pd-list ul li .img a {
   display: block;
   width: 70px;
   height: 70px;
   background: #f8f8f8;
   border-radius: 5px;
}
.sub-wrap .pd-list ul li .img img {
   width: 70px;
}
.sub-wrap .pd-list ul li .title {
   display: inline-block;
   width: calc(100% - 140px);
   height: 70px;
   vertical-align: top;
   padding-left: 20px;
   overflow: hidden;
}
.sub-wrap .pd-list ul li .title a {
   white-space: normal;
   word-wrap: break-word;
   word-break: break-all;
   text-overflow: ellipsis;
   overflow: hidden;
   font-size: 14px;
   line-height: 24px;
   font-weight: bold;
   letter-spacing: -0.25px;
   color: #555;
}

.sub-wrap .pd-list ul li.num {
   width: 15%;
   text-align: center;
}
ul li .option .count {
   display: inline-block;
   height: 30px;
   border: 1px solid #ddd;
   border-radius: 3px;
   overflow: hidden;
   font-size: 0;
}
ul li .option .count > button {
   display: inline-block;
   width: 28px;
   height: 28px;
   border: 0;
   font-size: 0;
   line-height: 0;
   text-indent: -9999px;
   overflow: hidden;
   cursor: pointer;
}
ul li .option .count .down {
   background-image: url(../../images/sub/btn-minus.png);
}
ul li .option .count .up {
   background-image: url(../../images/sub/btn-plus.png);
}
ul li .option .count .numInput {
   display: inline-block;
   width: 30px;
   height: 28px;
   line-height: 27px;
   border: 0;
   font-size: 15px;
   color: #333;
   text-align: center;
   vertical-align: top;
   background-color: #fff;
}

.sub-wrap .pd-list ul li.sale {
   width: 13%;
   min-width: 110px;
   line-height: 22px;
   font-size: 14px;
}
.sub-wrap .pd-list ul li.sale > span {
   display: block;
   color: #555;
   letter-spacing: -0.5px;
}
.sub-wrap .pd-list ul li.sale > span.sale-price {
   color: #e40e46;
}
.sub-wrap .pd-list ul li.sale > span b {
   margin-left: 7px;
   font-weight: normal;
}
.sub-wrap .pd-list ul li.sale > span.sale-price b {
   font-weight: bold;
}

.sub-wrap .pd-list ul li.price {
   width: 15%;
   line-height: 24px;
   letter-spacing: -0.5px;
   text-align: center;
}
.sub-wrap .pd-list ul li.price .cart-price {
   display: block;
}
.sub-wrap .pd-list ul li.price .cart-price b {
   font-size: 18px;
   font-weight: bold;
   color: #222222;
}
.sub-wrap .pd-list ul li.price .cart-dc {
   display: block;
   color: #bbb;
   font-size: 14px;
}


.sub-wrap .pd-list ul li.btn-del {
   width: 8%;
   text-align: center;
}
.sub-wrap .pd-list ul li.btn-del a {
   display: inline-block;
   width: 30px;
   height: 30px;
   background: url(../../images/sub/btn-order-delete.png) 0 0 no-repeat;
   text-align: center;
   overflow: hidden;
   text-indent: -9999px;
}

.sub-wrap .cart-result {
   padding: 20px 0px 20px 0px;
   text-align: center;
   background: #f8f8f8;
   border: 1px solid #e0e0e0;
}
.sub-wrap .cart-result > span {
   display: inline-block;
   font-size: 18px;
   letter-spacing: -0.5px;
   color: #222;
   vertical-align: top;
   padding: 0px 12px;
}
.sub-wrap .cart-result > span > span {
   display: block;
   font-size: 15px;
   line-height: 24px;
   color: #555;
}
.sub-wrap .cart-result > span b {
   display: inline-block;
   font-size: 22px;
   font-weight: 800;
   line-height: 38px;
}
.sub-wrap .cart-result span.price_operator {
   text-align: center;
   font-size: 40px;
   line-height: 60px;
}
.sub-wrap .cart-result span.price_operator.minus {
   line-height: 56px;
}
.sub-wrap .cart-result span.price_total b {
   color: #e40e46;
}
.sub-wrap .cart-result .saving {
   padding: 15px 5px 0px;
   border-top: 1px solid #e9e9e9 ;
   margin-top: 20px;
   color: #666;
}
.sub-wrap .cart-result .saving span {
   display: inline-block;
   margin-left: 7px;
   color: #144ae3;
   font-weight: bold;
}
.sub-wrap .cart-result .saving .point-icon {
   display: inline-block;
   margin-right: 7px;
   color: #8d9eb8;
   font-size: 10px;
   font-weight: bold;
   border: 1px solid #8d9eb8;
   border-radius: 50px;
   padding: 3px 5px;
   margin-top: -1px;
}



/***** 주문하기 *****/
.sub-wrap .order-result {
   margin-top: 20px;
   padding: 20px 20px 20px 0px;
   text-align: right;
   background: #f8f8f8;
   border: 1px solid #e0e0e0;
}
.sub-wrap .order-result > span > span {
   display: inline-block;
   font-size: 15px;
   line-height: 42px;
   color: #555;
   margin-left: 10px;
}
.sub-wrap .order-result > span b {
   display: inline-block;
   font-size: 22px;
   font-weight: 800;
   line-height: 38px;
}
.sub-wrap .order-result span.price_total b {
   color: #e40e46;
}

.agree-check {
   padding: 30px 0px 10px;
   text-align: center;
}
.agree-check > input {
   width: 18px;
   height: 18px;
   margin-top: 3px;
}
.agree-check > label {
   font-size: 15px;
   vertical-align: top;
   margin-left: 3px;
   color: #777;
   line-height: 24px;
}

/***** 결제완료 *****/
.complete-wrap {
   text-align: center;
   background: #f8f8f8;
   border: 1px solid #e0e0e0;
   padding: 50px;
}
.complete-wrap .icon-order-complete {
   margin-bottom: 20px;
}
.complete-wrap p {
   font-size: 25px;
   font-weight: ;
   color: #555;
   line-height: 34px;
   margin-bottom: 30px;
}
.complete-wrap p span {
   display: inline-block;
   font-weight: 800;
   color: #333;
}
.complete-wrap p.deposit-info {
   width: 450px;
   margin: 0 auto;
   text-align: left;
   font-size: 15px;
   background: #fff;
   border: 1px solid #ddd;
   border-radius: 8px;
   padding: 18px 40px 18px;
   line-height: 30px;
}
.complete-wrap p.deposit-info span {
   display: inline-block;
   font-weight: bold;
   color: #555;
}



@media (max-width: 1140px) {

}


@media (max-width: 1024px) {
   .sub-wrap .order-head {
      margin-top: 0px;
   }
   .sub-wrap .order-head h2 {
      font-size: 24px;
   }
   .sub-wrap .order-head .order-list a {
      font-size: 14px;
      font-weight: bold;
      color: #999;
   }
   .sub-wrap .pd-list ul li.check {
      width: 40%;
   }
   .sub-wrap .pd-list ul li .title {
      width: calc(100% - 120px);
   }
   ul li .option .count .numInput {
      width: 20px;
      font-size: 12px;
   }
   .sub-wrap .pd-list ul li.num {
      width: 12%;
   }
   .sub-wrap .pd-list ul li.sale {
      font-size: 13px;
   }
   .sub-wrap .pd-list ul li.sale > span b {
      margin-left: 4px;
   }
   .sub-wrap .pd-list ul li.price .cart-price b {
      font-size: 17px;
   }
   .sub-wrap .cart-result > span {
      font-size: 15px;
   }
   .sub-wrap .cart-result > span > span {
      font-size: 13px;
      line-height: 25px;
   }
   .sub-wrap .cart-result > span b {
      font-size: 22px;
   }
   .sub-wrap .cart-result span.price_operator {
      text-align: center;
      font-size: 35px;
      line-height: 60px;
   }
   .sub-wrap .cart-result span.price_operator.minus {
      line-height: 55px;
   }
}


@media (max-width: 768px) {
   .sub-wrap .order-head {
      height: 65px;
   }
   .sub-wrap .order-head .order-list {
      position: absolute;
      top: 40px;
      left: 0px;
      height: 25px;
   }
   .sub-wrap .order-head .order-list a {
      font-size: 13px;
   }
   .sub-wrap .cart-list .cart-control {
      padding-bottom: 5px;
   }
   .sub-wrap .cart-list .cart-control .checkbox label {
      padding-left: 6px;
      font-size: 13px;
   }
   input[type="checkbox"] {
      width: 14px;
      height: 14px;
   }
   .sub-wrap .pd-list ul li.check {
      width: 100%;
   }
   .sub-wrap .pd-list ul li .title {
      width: calc(100% - 200px);
      height: 40px;
   }
   .sub-wrap .pd-list ul li .title a {
      font-size: 13px;
      line-height: 20px;
   }
   .sub-wrap .pd-list ul li.price {
      position: absolute;
      top: 67px;
      left: 125px;
      width: unset;
   }
   .sub-wrap .pd-list ul li.price .cart-price b {
      font-size: 15px;
   }
   .sub-wrap .pd-list ul li.price .cart-dc {
      display: none;
   }
   .sub-wrap .pd-list ul li.sale {
      display: none;
   }
   .sub-wrap .pd-list ul li.btn-del {
      position: absolute;
      top: 20px;
      right: 0;
   }
   .sub-wrap .pd-list ul li.num {
      width: unset;
      position: absolute;
      right: 0;
      top: 63%;
   }
   .sub-wrap .cart-result {
      padding: 15px 15px 15px 15px;
      text-align: left;
   }
   .sub-wrap .cart-result > span {
      padding: 0px 5px;
   }
   .sub-wrap .cart-result > span b {
      font-size: 14px;
      line-height: 27px;
   }
   .sub-wrap .cart-result > span > span {
      font-size: 12px;
      line-height: 22px;
   }
   .sub-wrap .cart-result span.price_operator {
      font-size: 20px;
      line-height: 46px;
   }
   .sub-wrap .cart-result span.price_operator.minus {
      line-height: 46px;
   }
   .sub-wrap .cart-result span.price_operator.equal {
      display: none;
   }
   .sub-wrap .cart-result span.price_total {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 10px;
   }
   .sub-wrap .cart-result span.price_total span {
      font-size: 15px;
      font-weight: bold;
   }
   .sub-wrap .cart-result span.price_total b {
      font-size: 20px;
   }
   .sub-container .btnWrap-cart .btn-shopping {
      display: none;
   }
   .sub-container .btnWrap-cart a {
      width: 50%;
      height: 43px;
      line-height: 42px;
      font-size: 13px;
   }
   .sub-container .btnWrap-cart a.btn-order-all {
      height: 45px;
      line-height: 44px;
   }
   .sub-wrap .cart-result .saving {
      font-size: 12px;
      text-align: right;
   }
   .sub-wrap .cart-result .saving .point-icon {
      margin-right: 5px;
      margin-top: -2px;
   }

   .sub-wrap .order-result {
      margin-top: 20px;
      padding: 10px 10px 10px 0px;
   }
   .sub-wrap .order-result > span > span {
      display: inline-block;
      font-size: 13px;
      line-height: 35px;
      color: #555;
      margin-right: 10px;
   }
   .sub-wrap .order-result > span b {
      font-size: 20px;
      line-height: 35px;
   }
   .agree-check > input {
      margin-top: 5px;
   }
   .agree-check > label {
      font-size: 13px;
   }
   .complete-wrap p {
      font-size: 22px;
      line-height: 34px;
  }
   .complete-wrap p.deposit-info {
      width: 100%;
      font-size: 14px;
      padding: 13px 30px 13px;
      line-height: 27px;
   }
    .sub-wrap .pd-list ul li .checkbox {
        padding-right: 15px;
    }
    .sub-wrap .pd-list ul li.btn-del a {
        background-size: 90%;
    }

}


@media (max-width: 480px) {
   .complete-wrap {
      padding: 40px;
   }
   .complete-wrap p {
      font-size: 20px;
      line-height: 30px;
   }
   .complete-wrap p.deposit-info {
      font-size: 13px;
      padding: 13px 20px 13px;
      line-height: 24px;
   }
   .sub-wrap .pd-list ul li .checkbox {
      padding-right: 10px;
   }
   .sub-wrap .pd-list ul li.price {
      left: 115px;
   }
}