@charset "utf-8";

/* 주문창 팝업 공통 */
html,body { min-width: 1000px; }
#ebric_pc_wrap #main-content-wrap { background: #fff; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap { width: 960px; }
#ebric_pc_wrap #main-content-wrap .bread-crumb-wrap { width: 960px; margin: 0 auto; box-shadow: none; padding-bottom: 5px; margin-bottom: 20px; }
#ebric_pc_wrap #main-content-wrap .bread-crumb-wrap .main-product-category-title { font-size: 2rem; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .btn-wrap { text-align: center; margin-top: 15px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .btn-wrap a { height: 40px; line-height: 40px; margin: 0 5px; padding: 0 40px; }

/* 리스트 공통 */
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .list-wrap .list-table { border: 1px solid #ddd; border-top: 2px solid #363e4e; background: #fff; padding: 0; margin-top: 10px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .list-wrap .list-table table { width: 100%; font-size: 1.2rem; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .list-wrap .list-table table tbody tr { border-bottom: 1px solid #e5e5e5; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .list-wrap .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 .list-wrap .list-table table tbody tr th:last-child { border-right: none;}
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .list-wrap .list-table table tbody tr td { padding: 10px; border-right: 1px solid #eee; text-align: center; position: relative; vertical-align: middle; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .list-wrap .list-table table tbody tr td:last-child { border-right: none; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .list-wrap .list-table table tbody tr td a { color: #2f6ed5; text-decoration: underline; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .list-wrap .list-table table tbody tr td .table-btn { border: 1px solid #ddd; display: inline-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; text-decoration: none; color: #222; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .list-wrap .list-table table tbody tr td .table-btn:hover { background: #2f6ed5; color: #fff; border-color: #2f6ed5; font-weight: 300; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .notice { display: block; margin-top: 5px; font-size: 1.1rem; color: #2f6ed5; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .notice i { margin-right: 3px; }

/* 인풋 가로 UI 공통 */
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .search-table { margin-bottom: 30px; border: 1px solid #ddd; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .search-table table { width: 100%; border-left: 2px solid #363e4e; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .search-table table tbody tr { border-bottom: 1px solid #e5e5e5; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .search-table table tbody tr td,
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .search-table table tbody tr th { padding: 10px 15px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .search-table table tbody tr th { background: #f6f7fb; font-weight: 500; border-right: 1px solid #eee; width: 200px; }

/* 날짜 선택 인풋 */
#ebric_pc_wrap #main-content-wrap .sub-view-wrap table tbody tr td .date-select-wrap { display: block; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap table tbody tr td .date-select-wrap .date-select { display: inline-block; position: relative; height: 30px; width: 140px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap table tbody tr td .date-select-wrap .date-select input[type=text] { width: 100%; height: 100%; border: 1px solid #dcdcdc; border-radius: 3px; padding-left: 10px; padding-right: 30px; font-size: 1.2rem; line-height: 28px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap table tbody tr td .date-select-wrap .date-select .calendar-btn { position: absolute; z-index: 2; top: 5px; right: 10px; opacity: 0.5; transition: opacity .2s ease; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap table tbody tr td .date-select-wrap .date-select .calendar-btn:hover { opacity: 1; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap table tbody tr td .date-select-wrap .unit { margin: 0 4px; }

/* 검색창 인풋 */
#ebric_pc_wrap #main-content-wrap .sub-view-wrap table tbody tr td .search-box { display: inline-block; width: 300px; height: 32px; position: relative; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap table tbody tr td .search-box.long-search-box { width: 100%; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap table tbody tr td .search-box input[type=text] { width: 100%; height: 100%; border: 1px solid #dcdcdc; border-radius: 3px; padding-left: 10px; padding-right: 70px; font-size: 1.2rem; line-height: 38px; transition: border-color 0.25s ease; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap table tbody tr td .search-box input[type=text]:active,
#ebric_pc_wrap #main-content-wrap .sub-view-wrap table tbody tr td .search-box input[type=text]:focus { border-color: #80B0FF; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap table tbody tr td .search-box input[type=text]::-webkit-input-placeholder { color: #666; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap table tbody tr td .search-box input[type=text]::-moz-placeholder { color: #666; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap table tbody tr td .search-box input[type=text]:-ms-input-placeholder { color: #666; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap table tbody tr td .search-box input[type=text]:-moz-placeholder{ color: #666; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap table tbody tr td .search-box .search-btn { width: 40px; text-align: center; height: 100%; display: block; position: absolute; top: 0; right: 0; background: #2f6ed5; color: #fff; font-size: 1.2rem; border-top-right-radius: 5px; border-bottom-right-radius: 5px; cursor: pointer; padding: 6px 0; z-index: 2; transition: background .3s ease; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap table tbody tr td .search-box .search-btn:hover { background: #1E5CC3; }

/* 등록창 인풋 */
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .form-table { margin-bottom: 30px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .form-table table { width: 100%; border: 1px solid #ddd; border-top: 2px solid #363e4e; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .form-table table tbody tr { border-bottom: 1px solid #e5e5e5; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .form-table table th { background: #f6f7fb; font-weight: 500; border-right: 1px solid #eee; width: 200px; padding: 10px 15px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .form-table table td { padding: 10px 15px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .form-table table td input[type=text] { width: 100%; height: 30px; border: 1px solid #dcdcdc; border-radius: 3px; padding-left: 10px; padding-right: 30px; font-size: 1.2rem; line-height: 28px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .form-table table td .normal-btn { height: 30px; line-height: 28px; }

/* 구매내역 */
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-list .order-search-table table tbody tr td .term-select { margin-top: 10px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-list .order-search-table table tbody tr td .term-select ul { overflow: hidden; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-list .order-search-table table tbody tr td .term-select ul li { display: inline-block; height: 30px; float: left; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-list .order-search-table table tbody tr td .term-select ul li a { display: block; height: 100%; color: #555; border: 1px solid #ddd; padding: 0 10px; line-height: 28px; border-right: none; transition: background 0.2s ease; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-list .order-search-table table tbody tr td .term-select ul li:last-child a { border-right: 1px solid #ddd; border-top-right-radius: 3px; border-bottom-right-radius: 3px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-list .order-search-table table tbody tr td .term-select ul li:first-child a { border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-list .order-search-table table tbody tr td .term-select ul li a:hover { background: #f8f8f8; }

#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-list .order-list-wrap .order-list-table table tbody tr th.order-numb { width: 25%; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-list .order-list-wrap .order-list-table table tbody tr th.name { width: 20%; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-list .order-list-wrap .order-list-table table tbody tr th.price { width: 10%; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-list .order-list-wrap .order-list-table table tbody tr th.date { width: 10%; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-list .order-list-wrap .order-list-table table tbody tr th.order-state { width: 20%; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-list .order-list-wrap .order-list-table table tbody tr th.delivery-state { width: 10%; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-list .order-list-wrap .order-list-table table tbody tr th.select { width: 5%; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .order-list .order-list-wrap .order-list-table table tbody tr td.order-state .detail-content { display: block; }

/* 보유 쿠폰 */
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .coupon-list .coupon-list-wrap .coupon-list-table table tbody tr th.coupon-numb,
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .coupon-list .coupon-list-wrap .coupon-list-table table tbody tr th.name,
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .coupon-list .coupon-list-wrap .coupon-list-table table tbody tr th.date { width: 30%; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .coupon-list .coupon-list-wrap .coupon-list-table table tbody tr th.select { width: 10%; text-align: center; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .coupon-list .coupon-list-wrap .coupon-list-table table tbody tr td .select-btn { display: inline-block; }

/* 배송지 관리 */
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .destination-list .bk-btn { margin-left: 0; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .destination-list .destination-list-wrap .destination-list-table table tbody tr th.name { width: 25%; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .destination-list .destination-list-wrap .destination-list-table table tbody tr th.address { width: 40%; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .destination-list .destination-list-wrap .destination-list-table table tbody tr th.select { width: 16%; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .destination-list .destination-list-wrap .destination-list-table table tbody tr td.select .select-btn { display: inline-block; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .destination-list .destination-list-wrap .destination-list-table table tbody tr td.address { text-align: left; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .destination-list .destination-list-wrap .destination-list-table table tbody tr td.address .post-code { display: block; color: #555; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .destination-list .destination-list-wrap .destination-list-table table tbody tr td.address .address { display: block; }

/* 배송지 등록 */
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .destination-list .destination-list-wrap .destination-register table input[type=text] { width: 50%; display: block; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .destination-list .destination-list-wrap .destination-register table input[type=text].postal-code { display: inline-block; width: 200px; vertical-align: top; margin-bottom: 10px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .destination-list .destination-list-wrap .destination-register table input[type=text].address { margin-bottom: 10px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .destination-list .destination-list-wrap .destination-register table .unit { display: inline-block; margin: 0 5px; color: #999; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .destination-list .destination-list-wrap .destination-register table input[type=text].phone { display: inline-block; width: 100px; }

/* 소속 관리 */
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .affiliation-list .affiliation-list-wrap .affiliation-search-table table .normal-btn { height: 32px; vertical-align: middle; line-height: 30px; margin-bottom: 0; margin-left: 5px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .affiliation-list .affiliation-list-wrap .affiliation-search-table table .unit { display: inline-block; margin: 0 5px; color: #999; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .affiliation-list .affiliation-list-wrap .affiliation-search-table table .search-box { vertical-align: middle; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .affiliation-list .affiliation-list-wrap .list-table table tbody tr td .select-btn { display: inline-block; }

/* 소속 등록 */
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .affiliation-list .affiliation-list-wrap .form-table .table-title { font-size: 1.4rem; font-weight: 700; margin-bottom: 5px; display: block; overflow: hidden; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .affiliation-list .affiliation-list-wrap .form-table .table-title .bk-btn { float: right; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .affiliation-list .affiliation-list-wrap .form-table table.affiliation-info-table { margin-bottom: 20px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .affiliation-list .affiliation-list-wrap .form-table table .unit { display: inline-block; margin: 0 5px; color: #999; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .affiliation-list .affiliation-list-wrap .form-table table input[type=text] { width: 50%; display: block; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .affiliation-list .affiliation-list-wrap .form-table table input[type=text].org-name { display: inline-block; width: 270px; vertical-align: middle; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .affiliation-list .affiliation-list-wrap .form-table table .normal-btn { vertical-align: middle; margin-bottom: 0; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .affiliation-list .affiliation-list-wrap .form-table .normal-btn { margin-left: 5px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .affiliation-list .affiliation-list-wrap .form-table table input[type=text].numb { display: inline-block; width: 100px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .affiliation-list .affiliation-list-wrap .form-table .btn-wrap { text-align: center; margin-top: 15px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .affiliation-list .affiliation-list-wrap .form-table .btn-wrap a { height: 40px; line-height: 40px; margin: 0 5px; padding: 0 40px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .affiliation-list .affiliation-list-wrap .form-table .type-select { margin-top: 20px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .affiliation-list .affiliation-list-wrap .file-btn { color: #2f6ed5; font-weight: 500; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .affiliation-list .affiliation-list-wrap .file-btn:hover { text-decoration: underline; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .affiliation-list .affiliation-list-wrap .file-btn i { margin-right: 5px; }

/* 소속검색 연관 */
.search-box .relation-keyword { position: absolute; z-index: 4; top: 31px; left: 0; border: 1px solid #ddd; width: 100%; border-top-left-radius: 4px; border-top-right-radius: 4px; background: #fff; padding: 5px 0; box-shadow: 0 3px 5px 1px rgba(0,0,0,0.1); max-height: 232px; overflow: hidden; }
.search-box .relation-keyword ul li a { display: block; line-height: 22px; padding: 0 15px; transition: background 0.2s ease; }
.search-box .relation-keyword ul li a:hover { background: #EBEBEB; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .affiliation-list .affiliation-list-wrap .btn-wrap { margin-top: 50px; text-align: center; }
