@charset "utf-8";

/* 장바구니 */
#ebric_pc_wrap #main-content-wrap { background: #fff; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap { overflow: hidden; padding: 20px 0 200px 0; }
#ebric_pc_wrap #main-content-wrap .bread-crumb-wrap { background: transparent; box-shadow: none; padding: 20px 0 10px 0; }

#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table { border: 1px solid #ddd; border-top: 2px solid #363e4e; background: #fff; padding: 0; margin-top: 8px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table { width: 100%; font-size: 1.2rem; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr { border-bottom: 1px solid #e5e5e5; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr:last-child { border-bottom: none; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr th { text-align: center; padding: 13px 0; font-weight: 500; background: #f6f7fb; border-right: 1px solid #eee; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr th:last-child { border-right: none;}
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr th.check { width: 5%; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr th.name { width: 50%; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr th.price { width: 10%; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr th.count { width: 10%; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr th.order-price { width: 10%; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr th.delivery-charge { width: 10%; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr th.delete { width: 5%; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr td { padding: 10px; border-right: 1px solid #eee; text-align: center; position: relative; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr td:last-child { border-right: none; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr td .delete-btn { border: 1px solid #ddd; display: block; height: 30px; border-radius: 4px; line-height: 28px; font-size: 1.2rem; font-weight: 400; text-align: center; background: #F5F7F9; letter-spacing: -0.5px; transition: background .2s ease,  color .2s ease, border-color .2s ease; width: 60px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr td .delete-btn:hover { background: #2f6ed5; color: #fff; border-color: #2f6ed5; font-weight: 300; }

#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr td .counting-box { display: block; position: relative; width: 180px; height: 100%; border: 1px solid #ddd; border-radius: 2px;  }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr td .counting-box input[type=text] { width: 100%; height: 30px; border-style: none; padding: 0 25px 0 10px; font-weight: 300; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr td .counting-box .btn-wrap { position: absolute; z-index: 2; top: 0; right: 0; width: 21px; height: 100%; border-left: 1px solid #eee; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr td .counting-box .btn-wrap a { display: block; height: 50%; line-height: 13px; font-size: 1rem; color: #999; transition: background .25s ease; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr td .counting-box .btn-wrap a.up-btn { border-bottom: 1px solid #eee; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr td .counting-box .btn-wrap a:hover { background: #F0F0F0; }

#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr th .custom-check-label,
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr td .custom-check-label { padding-left: 15px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr td .img-box { width: 100px; height: 100px; border: 1px solid #e5e5e5; background: #fff; position: relative; overflow: hidden; display: inline-block; vertical-align: middle; float: left; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr td .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_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr td .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_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr td.name { text-align: left; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr td.name .product-property { display: inline-block; vertical-align: middle; text-align: left; max-width: 400px; float: left; padding: 5px 0 0 15px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr td.name .product-property .product-name { font-size: 1.5rem; font-weight: 700; display: block; max-width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr td.name .product-property .product-name:hover { text-decoration: underline; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr td.name .product-property .delivery-label { background: #2f6ed5; color: #FFF; font-size: 1rem; border-radius: 3px; padding: 1px 4px; display: inline-block; vertical-align: middle; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr td.name .product-property .option { color: #999; }

#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list>.btn-wrap { margin-top: 20px; height: 36px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list>.btn-wrap .select-delete-btn { border: 1px solid #ddd; display: inline-block; height: 36px; margin-bottom: 5px; border-radius: 4px; line-height: 34px; font-size: 1.2rem; font-weight: 400; text-align: center; padding-right: 3px; background: #fff; letter-spacing: -0.5px; transition: background .2s ease, color .2s ease, border-color .2s ease; padding: 0 20px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list>.btn-wrap .select-delete-btn:hover { background: #2f6ed5; color: #fff; border-color: #2f6ed5; font-weight: 300; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-list>.btn-wrap .select-delete-btn.all-delete-btn { float: right; }


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

#ebric_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .point-info { width: 60%; float: left; padding:30px; padding-left: 0; }
#ebric_pc_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_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .point-info .accumulation { font-size: 1.3rem; color: #666; letter-spacing: -0.5px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .point-info .accumulation .point { font-weight: 700; color: #2f6ed5; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .point-info .grade-info { margin-top: 15px; padding-top: 15px; border-top: 1px solid #e5e5e5; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .point-info .grade-info .grade-info-title { font-size: 1.2rem; font-weight: 400; color: #999; letter-spacing: -0.5px; display: block; margin-bottom: 5px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .point-info .grade-info ul li { display: inline-block; color: #999; font-weight: 400; margin-right: 10px; }

#ebric_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info { width: 40%; float: right; border: 1px solid #e5e5e5; background: #fff; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info .total-price-info-title { background: #2f6ed5; display: block; color: #fff; padding: 15px 30px; font-size: 1.5rem; font-weight: 500; letter-spacing: -0.5px; text-shadow: 0 0 5px rgba(0, 0, 0, 0.1) ; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info .detail-price { padding: 30px; padding-bottom: 0; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info .detail-price .row { overflow: hidden; margin-bottom: 3px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info .detail-price .row:last-child { padding-bottom: 30px; border-bottom: 1px dashed #e5e5e5;}
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info .detail-price .row .head { float: left; color: #666; font-size: 1.3rem; font-weight: 500; position: relative; padding-left: 10px; line-height: 24px; letter-spacing: -0.5px; }
#ebric_pc_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: 11px; }
#ebric_pc_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_pc_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_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info .total-price { padding: 10px 30px 30px; font-size: 2rem; font-weight: 800; color: #2f6ed5; overflow: hidden; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info .total-price .head { float: left; color: #666; font-size: 1.3rem; font-weight: 500; position: relative; padding-left: 10px; line-height: 24px; letter-spacing: -0.5px; }
#ebric_pc_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: 11px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info .total-price .cont { float: right; }
#ebric_pc_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_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info .total-price .unit:first-child { font-weight: 500; color: #2f6ed5; }

#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-btn-wrap { margin-top: 50px; text-align: center; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-btn-wrap a { border: 1px solid #ddd; display: inline-block; height: 50px; margin-bottom: 5px; border-radius: 3px; line-height: 48px; font-size: 1.3rem; text-align: center; background: #F5F7F9; letter-spacing: -0.5px; transition: background .2s ease, color .2s ease, border-color .2s ease; width: 32.6%; margin-right: 1%; color: #777; float: left; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-btn-wrap a:hover { background: #2f6ed5; color: #fff; border-color: #2f6ed5; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-btn-wrap a:last-child { margin-right: 0; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .shopping-btn-wrap a.select-order-btn { background: #767676; border: 1px solid #575757; color: #FFF; }