@charset "utf-8";

/* 주문/배송 조회 */
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-summary { background: #fff; border: 1px solid #ddd; border-bottom: 2px solid #ddd; margin-top: 15px; overflow: hidden; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-summary>div { float: left; padding: 15px 15px; width: 33.3333%; text-align: center; border-right: 1px solid #ddd; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-summary>div:last-child { border-right: none; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-summary>div span { display: inline-block; line-height: 25px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-summary>div span.head { font-weight: 500; color: #999; margin-right: 5px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-summary>div span.state-label { display: inline-block; height: 25px; padding: 0 10px; border-radius: 4px; color: #fff; font-size: 1.1rem; letter-spacing: -0.5px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-summary>div span.state-label.green { background: #15AF56; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-summary>div span.state-label.blue { background: #2F6ED5; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-summary>div span.state-label.red { background: #e92023; }



#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 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.name { width: 60%; }
#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 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 .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: 460px; 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 .option { color: #999; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-detail-info-wrap>.btn-wrap { margin-top: 20px; text-align: center; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-detail-info-wrap>.btn-wrap a { margin: 0 5px; }

/* 가격정보 */
#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 .point-info { background: #fff; border: 1px solid #ddd; border-bottom: 2px solid #ddd; padding: 10px 15px; margin-bottom: 20px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .point-info i { display: inline-block; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .point-info p { display: inline-block; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .point-info p .point { font-weight: 500; text-decoration: underline; color: #2F6ED5; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info { 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; overflow: hidden; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info .detail-price .detail-info { border-bottom: 1px dashed #e5e5e5; overflow: hidden; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info .detail-price .normal-list { float: left; width: 50%; padding-right: 30px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info .detail-price .discount-list { float: right; width: 50%; padding-left: 30px; }
#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; }
#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 .head img { position: relative; top: 5px; left: 3px; width: 15px; height: auto;}
#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 .detail-price .row.cancle .head { cursor: pointer;}
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info .detail-price .row.cancle .head .tooltip {    visibility: hidden; font-size: 1.1rem;  width: 220px; background: #fff; border: 1px solid #2F6ED5; color: #404048; border-radius: 6px; padding: 5px 7px; position: absolute;   left: 98px; top: 0px;
z-index: 1; line-height: 1.5;}
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info .detail-price .row.cancle .head:hover .tooltip {visibility: visible; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info .detail-price .row.cancle .cont { color: #d52f2f;}
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info .detail-price .row.cancle .cont .unit { color: #d52f2f;}

#ebric_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info .total-price { padding: 10px 30px 30px; text-align: right;  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 .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 .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 .discount-info { margin-top: 1px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .discount-info .discount-category { height: 53px; border: 1px solid #ddd; border-bottom: 2px solid #ddd; margin-bottom: 20px; padding: 10px; background: #fff; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .discount-info .discount-category .head { font-size: 1.3rem; font-weight: 500; position: relative; padding-left: 10px; line-height: 30px; letter-spacing: -0.5px; float: left; width: 100px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .discount-info .discount-category .cont { display: block; padding-left: 100px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .discount-info .discount-category .cont input[type=text] { width: 150px; height: 30px; border-style: none; padding: 0 25px 0 10px; font-weight: 300; border: 1px solid #ddd; border-radius: 2px; display: inline-block; vertical-align: top; transition: border-color 0.25s ease; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .discount-info .discount-category .cont input[type=text]:active,
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .discount-info .discount-category .cont input[type=text]:focus { border-color: #80B0FF; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .discount-info .discount-category .cont .hold-amount { display: inline-block; color: #666; margin-left: 5px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .discount-info .discount-category .cont .hold-amount .my-hold { font-weight: 700; color: #333; text-decoration: underline; }

/* 주문자 정보 */
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-info-wrap { margin-top: 20px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-info-wrap .info-title { font-weight: 500; font-size: 1.4rem; margin-bottom: 8px; display: block;}
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-info-wrap .order-info-table { border: 1px solid #ddd; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-info-wrap .order-info-table table { width: 100%; font-size: 1.3rem; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-info-wrap .order-info-table table tbody tr { border-bottom: 1px solid #e5e5e5; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-info-wrap .order-info-table table tbody tr th { padding: 12px 15px; font-weight: 500; background: #f6f7fb; border-right: 1px solid #eee; width: 20%; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-info-wrap .order-info-table table tbody tr td { padding: 12px 15px; background: #fff; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-info-wrap .order-info-table table tbody tr td .destination-type-select { display: inline-block; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-info-wrap .order-info-table table tbody tr td .destination-type-select li { display: inline-block; margin-right: 15px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-info-wrap .order-info-table table tbody tr td input[type=text] { width: 100%; height: 30px; border-style: none; padding: 0 25px 0 10px; font-weight: 300; border: 1px solid #ddd; border-radius: 2px; display: inline-block; vertical-align: top; }


/* 교환 배송 알림창 */
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .my-page-wrap .my-page-content-wrap .order-info-wrap .exchange-notice-wrap { border: 1px solid #ddd; background: #f6f7fb; padding: 15px; margin-bottom: 20px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .my-page-wrap .my-page-content-wrap .order-info-wrap .exchange-notice-wrap .title { font-size: 1.4rem; font-weight: 500; color: #e92023; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .my-page-wrap .my-page-content-wrap .order-info-wrap .exchange-notice-wrap .title i { margin-right: 5px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .my-page-wrap .my-page-content-wrap .order-info-wrap .exchange-notice-wrap ul.notice-list { margin-top: 5px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .my-page-wrap .my-page-content-wrap .order-info-wrap .exchange-notice-wrap ul.notice-list li { font-size: 1.2rem; font-weight: 400; color: #555; }

/* 결제 정보 */
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .my-page-wrap .my-page-content-wrap .order-detail-info-wrap .credit-info { margin-bottom: 20px; margin-top: 20px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .my-page-wrap .my-page-content-wrap .order-detail-info-wrap .credit-info .info-title { font-weight: 500; font-size: 1.4rem; margin-bottom: 8px; display: block; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .my-page-wrap .my-page-content-wrap .order-detail-info-wrap .credit-info .credit-info-table { margin-top: 8px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .my-page-wrap .my-page-content-wrap .order-detail-info-wrap .credit-info .credit-info-table table { width: 100%; border: 1px solid #ddd; border-top: 2px solid #363e4e; background: #fff; font-size: 1.3rem; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .my-page-wrap .my-page-content-wrap .order-detail-info-wrap .credit-info .credit-info-table table tbody tr { border-bottom: 1px solid #e5e5e5; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .my-page-wrap .my-page-content-wrap .order-detail-info-wrap .credit-info .credit-info-table table tbody tr:last-child { border-bottom: none; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .my-page-wrap .my-page-content-wrap .order-detail-info-wrap .credit-info .credit-info-table table tbody tr th { font-weight: 500; background: #f6f7fb; padding: 12px 15px; width: 20%; border-right: 1px solid #eee; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .my-page-wrap .my-page-content-wrap .order-detail-info-wrap .credit-info .credit-info-table table tbody tr td { padding: 12px 15px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .my-page-wrap .my-page-content-wrap .order-detail-info-wrap .credit-info .credit-info-table table tbody tr td .price { font-size: 1.4rem; font-weight: bold; color: #2F6ED5; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .my-page-wrap .my-page-content-wrap .order-detail-info-wrap .credit-info .credit-info-table table tbody tr td .method { font-weight: 500; font-size: 1.2rem; color: #666; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .my-page-wrap .my-page-content-wrap .order-detail-info-wrap .credit-info .credit-info-table table tbody tr td .bank-account { font-size: 1.3rem; font-weight: bold; }

