@charset "utf-8";

/* 장바구니 */
#ebric_mobile_wrap #main-content-wrap { background: #fff; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap { overflow: hidden; padding: 20px 0 150px 0; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .cart-title-tabs { display: flex; border-bottom: 1px solid #e5e5e5; margin-bottom: 25px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .cart-title-tabs .cart-title-tab { flex: 1; text-align: center; font-size: 1.3rem; font-weight: 600; color: #666; padding: 2px 0 12px; position: relative; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .cart-title-tabs .cart-title-tab.active { color: #2f6ed5; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .cart-title-tabs .cart-title-tab.active:after { content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: #2f6ed5; }

/* 제품목록 */
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .all-check-btn { margin-bottom: 10px; display: inline-block; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .box-wrap .product-box { background: #fff; border-radius: 3px; margin-top: 10px; padding: 10px 10px 13px 10px; box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.1); overflow: hidden; border: 1px solid #eee; position: relative; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .box-wrap .product-box.select { border: 3px solid #9FC3FF; padding: 8px 8px 13px 8px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .box-wrap .product-box .close-btn { position: absolute; top: 10px; right: 10px; color: #999; width: 12px; height: 12px; z-index: 2; opacity: 0.5; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .box-wrap .product-box .close-btn img { width: 100%; height: 100%; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .box-wrap .product-box .custom-check-label { position: absolute; left: 0; top: 0; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .box-wrap .product-box .custom-check-label:before { margin-top: 0; top: 10px; left: 10px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .box-wrap .product-box:first-child { margin-top: 0; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .box-wrap .product-box .img-area { float: left; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .box-wrap .product-box .img-box { border: 1px solid #eee; background: #fff; position: relative; overflow: hidden; height: 80px; width: 80px; cursor: pointer; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .box-wrap .product-box .img-box .thumbnail { position: absolute; top: 0; left: 0; right: 0; bottom: 0; -webkit-transform: translate(50%,50%); -ms-transform: translate(50%,50%); transform: translate(50%,50%); width: 100%; height: 100%; z-index: 1; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .box-wrap .product-box .img-box .thumbnail img { position: absolute; top: 0; left: 0; -webkit-transform: translate(-50%,-50%) scale3d(1,1,1) rotate3d(0,0,0,0.01deg); -ms-transform: translate(-50%,-50%) scale3d(1,1,1) rotate3d(0,0,0,0.01deg); transform: translate(-50%,-50%) scale3d(1,1,1) rotate3d(0,0,0,0.01deg); z-index: 1; transition: all 0.3s ease-out; max-height: 100%; max-width: 100%; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .box-wrap .product-box .txt-area { padding-left: 90px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .box-wrap .product-box .txt-area .txt-box { overflow: hidden; }

#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .box-wrap .product-box .product-info-wrap .product-info { overflow: hidden; padding-bottom: 5px; margin-bottom: 5px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .box-wrap .product-box .img-area .company-logo { width: 80px; height: 30px; border: 1px solid #eee; position: relative; overflow: hidden; display: block; margin-top: 3px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .box-wrap .product-box .img-area .company-logo .thumbnail { position: absolute; top: 0; left: 0; right: 0; bottom: 0; -webkit-transform: translate(50%,50%); -ms-transform: translate(50%,50%); transform: translate(50%,50%); width: 100%; height: 100%; z-index: 1; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .box-wrap .product-box .img-area .company-logo .thumbnail img { position: absolute; top: 0; left: 0; -webkit-transform: translate(-50%,-50%) scale3d(1,1,1) rotate3d(0,0,0,0.01deg); -ms-transform: translate(-50%,-50%) scale3d(1,1,1) rotate3d(0,0,0,0.01deg); transform: translate(-50%,-50%) scale3d(1,1,1) rotate3d(0,0,0,0.01deg); z-index: 1; transition: all 0.3s ease-out; max-height: 100%; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .box-wrap .product-box .product-info-wrap .product-info .product-property { display: block; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .box-wrap .product-box .product-info-wrap .product-info .product-property .product-name { font-size: 1.8rem; font-weight: 700; color: #2f6ed5; display: block; word-break: break-all; padding-right: 30px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .box-wrap .product-box .product-info-wrap .product-info .product-property .product-name:hover { text-decoration: underline; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .box-wrap .product-box .product-info-wrap .product-info .product-property .option { color: #999; font-size: 1.2rem; display: block; margin-top: 3px; cursor: default; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .box-wrap .product-box .product-info-wrap .product-info .detail-price { margin-top: 10px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .box-wrap .product-box .product-info-wrap .product-info .detail-price .row { overflow: hidden; margin-bottom: 3px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .box-wrap .product-box .product-info-wrap .product-info .detail-price .row .head { float: left; color: #666; font-size: 1.2rem; font-weight: 500; position: relative; padding-left: 8px; letter-spacing: -0.5px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .box-wrap .product-box .product-info-wrap .product-info .detail-price .row .head:before { width: 3px; height: 3px; background: #999; position: absolute; content: ''; left: 0; top: 5px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .box-wrap .product-box .product-info-wrap .product-info .detail-price .row .cont { float: right; font-size: 1.3rem; font-weight: 800; color: #333; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .box-wrap .product-box .product-info-wrap .product-info .detail-price .row .cont .unit { font-size: 1.3rem; font-weight: 500; color: #666; margin-left: 2px; }

/* 결제 */
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .price-info-wrap { margin-top: 20px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .point-info { padding:30px; padding-left: 0; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .point-info .point-info-title { font-size: 1.6rem; color: #2f6ed5; font-weight: 500; letter-spacing: -0.5px; display: block; margin-bottom: 5px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .point-info .accumulation { font-size: 1.3rem; color: #666; letter-spacing: -0.5px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .point-info .accumulation .point { font-weight: 700; color: #2f6ed5; }

#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info { border: 1px solid #eee; background: #fff; border-radius: 5px; overflow: hidden; box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.1); }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info .total-price-info-title { background: #2f6ed5; display: block; color: #fff; padding: 13px 20px; font-size: 1.4rem; font-weight: 500; letter-spacing: -0.5px; text-shadow: 0 0 5px rgba(0, 0, 0, 0.1) ; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info .detail-price { padding: 15px; padding-bottom: 0; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info .detail-price .row { overflow: hidden; margin-bottom: 3px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info .detail-price .row:last-child { padding-bottom: 15px; border-bottom: 1px dashed #e5e5e5;}
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info .detail-price .row .head { float: left; color: #666; font-size: 1.2rem; font-weight: 500; position: relative; padding-left: 10px; line-height: 24px; letter-spacing: -0.5px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info .detail-price .row .head:before { width: 3px; height: 3px; background: #999; position: absolute; content: ''; left: 0; top: 8px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info .detail-price .row .cont { float: right; font-size: 1.7rem; font-weight: 800; color: #333; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info .detail-price .row .cont .unit { font-size: 1.3rem; font-weight: 500; color: #666; margin-left: 2px; }

#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info .total-price { padding: 10px 15px 15px; font-size: 1.8rem; font-weight: 800; color: #2f6ed5; overflow: hidden; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info .total-price .head { float: left; color: #666; font-size: 1.2rem; font-weight: 500; position: relative; padding-left: 10px; line-height: 24px; letter-spacing: -0.5px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info .total-price .head:before { width: 3px; height: 3px; background: #999; position: absolute; content: ''; left: 0; top: 8px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info .total-price .cont { float: right; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info .total-price .unit { font-size: 1.2rem; font-weight: 300; color: #666; letter-spacing: -0.5px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info .total-price .unit:first-child { font-weight: 500; color: #2f6ed5; }

#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .btn-wrap { margin-top: 20px; text-align: center; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .btn-wrap a { display: block; height: 50px; text-align: center; background: #2f6ed5; color: #fff; font-size: 1.4rem; line-height: 50px; border-radius: 4px; margin-top: 20px; transition: background .25s ease; letter-spacing: -1px; }
