@charset "utf-8";
/* Sales slip */

/* 팝업  */
html,body { min-width: 550px; }
#ebric_pc_wrap #main-content-wrap { background: #fff; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap { width: 550px; }
#ebric_pc_wrap #main-content-wrap .bread-crumb-wrap { width: 550px; 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 #dee3eb; 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: 12px; font-family: 'Malgun Gothic'; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .list-wrap .list-table table tbody tr { border-bottom: 1px solid #dee3eb; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .list-wrap .list-table table tbody tr th { text-align: center; padding: 6px 0; font-weight: 500; background: #f6f7fb; border-right: 1px solid #dee3eb; font-weight: bold; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .list-wrap .list-table table tbody tr th.h-width { width: 50%; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .list-wrap .list-table table tbody tr th.h-h-width { width: 25%; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .list-wrap .list-table table tbody tr th.money-unit-header { width: 89px; }
#ebric_pc_wrap #main-content-wrap .sub-view-wrap .list-wrap .list-table table tbody tr th.money-unit { font-size: 11px; width: 23px; }
#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: 3px 5px; border-right: 1px solid #dee3eb; 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.money-unit { font-size: 12px; width: 23px; font-weight: bold; }
#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; }