@charset "utf-8";

/* 주문/배송 조회 */
#ebric_mobile_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_mobile_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_mobile_wrap #main-content-wrap .sub-view-wrap .order-summary>div:last-child { border-right: none; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-summary>div span { display: inline-block; line-height: 25px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-summary>div span.head { font-weight: 500; color: #999; margin-right: 5px; }
#ebric_mobile_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_mobile_wrap #main-content-wrap .sub-view-wrap .order-summary>div span.state-label.green { background: #15AF56; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-summary>div span.state-label.blue { background: #2F6ED5; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-summary>div span.state-label.red { background: #e92023; }

#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .filter-wrap { overflow: hidden; margin-top: 10px; margin-bottom: 10px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .filter-wrap .term { float: right; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .filter-wrap .order-state { float: left; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .filter-wrap ul li { float: left; margin-left: 10px; position: relative; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .filter-wrap ul li:after { position: absolute; z-index: 1; top: 50%; margin-top: -5px; right: -6px; content: ''; background: #eee; width: 1px; height: 7px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .filter-wrap ul li:last-child:after { display: none; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .filter-wrap ul li:first-child { margin-left: 0; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .filter-wrap ul li a { display: block; color: #999; font-size: 1.1rem; letter-spacing: -0.5px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .filter-wrap ul li.select a { color: #2f6ed5; font-weight: 600; }

@media all and (max-width: 350px)
{
	#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .filter-wrap .order-state { margin-bottom: 3px; }
	#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .filter-wrap .term,
	#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .filter-wrap .order-state { width: 100%; display: block; }
}

#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list { margin-top: 10px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .order-box { background: #fff; border: 1px solid #e5e5e5; border-radius: 3px; box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.1); margin-bottom: 10px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .order-box .header { background: #f8f8f8; border-bottom: 1px solid #eee; padding: 13px 10px; padding-right: 25px; overflow: hidden; position: relative; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .order-box .header .order-numb { font-weight: bold; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .order-box .header .date { float: right; color: #999; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .order-box .header i.fa-angle-right { position: absolute; right: 10px; top: 50%; margin-top: -5px; color: #666; display: block; width: 5px; height: 10px; text-align: center; line-height: 10px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .order-box .product-wrap .product { padding: 10px; border-bottom: 1px solid #eee; overflow: hidden; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .order-box .product-wrap .product .l-area { float: left; width: 30%; padding-right: 10px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .order-box .product-wrap .product .l-area .name { display: block; font-weight: bold; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .order-box .product-wrap .product .l-area .state { display: inline-block; font-size: 1rem; padding: 0 5px; color: #fff; border-radius: 3px; font-weight: 300; letter-spacing: -0.5px; height: 20px; line-height: 20px; margin-top: 3px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .order-box .product-wrap .product .l-area .state.green { background: #15AF56; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .order-box .product-wrap .product .l-area .state.blue { background: #2F6ED5; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .order-box .product-wrap .product .l-area .state.red { background: #e92023; }

#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .order-box .product-wrap .product .r-area { float: right; width: 70%; font-size: 1.1rem; text-align: right; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .order-box .product-wrap .product .r-area .product-number-wrap { margin-bottom: 5px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .order-box .product-wrap .product .r-area .product-number-wrap>div { display: inline-block; color: #666; font-weight: 300; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .order-box .product-wrap .product .r-area .product-number-wrap>div.catalog-numb { margin-left: 5px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .order-box .product-wrap .product .r-area .option-wrap .option,
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .order-box .product-wrap .product .r-area .option-wrap .count { color: #666; font-weight: 300; display: inline-block; margin-right: 5px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .order-box .product-wrap .product .r-area .option-wrap .price { font-weight: 600; display: inline-block; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .order-box .product-wrap .product .state-area { font-size: 1.1rem; float: left; width: 100%; overflow: hidden; margin-bottom: 3px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .order-box .product-wrap .product .state-area .state { float: left; color: #E92023; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .order-box .product-wrap .product .state-area .date { float: right; font-weight: 300; color: #999; }

#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .order-box .credit-info { padding: 10px; overflow: hidden; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .order-box .credit-info .method { float: left; font-size: 1.1rem; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .order-box .credit-info .price { float: right; font-weight: bold; font-size: 1.3rem; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-list .order-box .select-btn { display: block; border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; height: 40px; text-align: center; color: #fff; font-size: 1.4rem; line-height: 40px; margin-left: 0; background: #2f6ed5; }

#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-detail-info-wrap>.btn-wrap { margin-top: 20px; text-align: center; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .order-detail-info-wrap>.btn-wrap a { margin: 0 5px; }

/* 가격정보 */
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .price-info-wrap { margin-top: 20px; overflow: hidden; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info { border: 1px solid #e5e5e5; background: #fff; }
#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: 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_mobile_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .total-price-info .detail-price { padding: 30px; padding-bottom: 0; overflow: hidden; }
#ebric_mobile_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_mobile_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_mobile_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_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: 30px; }
#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.3rem; 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: 11px; }
#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 30px 30px; text-align: right;  font-size: 2rem; font-weight: 800; color: #2f6ed5; overflow: hidden; }
#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 .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_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: 11px; }
#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 .discount-info { margin-top: 1px; }
#ebric_mobile_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_mobile_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_mobile_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .discount-info .discount-category .cont { display: block; padding-left: 100px; }
#ebric_mobile_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_mobile_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .discount-info .discount-category .cont input[type=text]:active,
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .price-info-wrap .discount-info .discount-category .cont input[type=text]:focus { border-color: #80B0FF; }
#ebric_mobile_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_mobile_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_mobile_wrap #main-content-wrap .sub-view-wrap .order-info-table { border: 1px solid #ddd; }

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

