@charset "utf-8";


html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden !important;
    background: #f8f8f6;
}


.contents {
    clear: both;
    margin: 0 auto;
    padding-bottom: 50px;
}

.contents:after {
    content: "";
    display: block;
    clear: both;
}


/* title */
h2, h3, h4 {
    display: inline-block;
    min-height: 1.6em;
    line-height: 1.6em;
    color: #1d1d1b;
    vertical-align: middle;
}

h2 {
    display: inline-block;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 15px;
    margin-right: 10px;
    color: #000;
    font-weight: 700;
    letter-spacing: -1px;
}

h4 {
    font-size: 15px;
    font-weight: bold;
}

h5 {
    font-size: 13px;
    color: #333;
}

.tit_h2 {
    min-height: 32px;
    line-height: 30px;
    padding: 6px 0;
    border: 1px solid #cdcdcd;
    background: #ebebeb;
    margin-bottom: 7px;
    font-family: 'notokr', sans-serif
}

.tit_h2 .tit_fav {
    display: inline-block;
    width: 30px;
    height: 32px;
    margin-left: 10px;
    vertical-align: middle;
    background: url("/resources/images/ico_fav-a3ce825b4be951b363c834714b7b0f5f.png") 50% 45% no-repeat;
    background-size: 25px;
}

.tit_h2 .tit_fav.active {
    background: url("/resources/images/ico_fav_on-58e1b963f265ee70e47b6a9448fae24f.png") 50% 45% no-repeat;
    background-size: 25px;
}

.tit_h2 h2 {
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    vertical-align: middle;
    color: #222;
    letter-spacing: normal;
}

.tit_h2 .right {
    padding-right: 10px;
}

.tit_count {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.tit_count dt, .tit_count dd {
    display: inline-block;
    vertical-align: middle;
    font-family: '맑은 고딕', Malgun Gothic, '굴림', Gulim, sans-serif;
}

.tit_count dt {
    font-size: 13px;
    color: #222;
}

.tit_count dd {
    margin: 0 3px;
    font-size: 16px;
    color: #222;
    font-family: '맑은 고딕', Malgun Gothic, '굴림', Gulim, sans-serif;
    font-weight: bold;
}

.tit_count.type1 dd {
    color: #ef7b0b;
}

/*주황색*/
.tit_count.type2 dd {
    color: #0084e9;
}

/*하늘색*/
.tit_count.type3 dd {
    color: #ef7b0b;
}

.tit_h2 .btn {
    height: 32px;
    line-height: 30px;
    margin-left: 1px;
    padding: 0 25px;
    vertical-align: top;
    font-size: 14px;
}


/* tit1 기본 : 상단line */
.tit_h3 {
    height: 36px;
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid #e1e1e1;
}

.tit_h3 .right {
    vertical-align: bottom
}

/* tit2 : border, bg */
.table_tit {
    height: 42px;
    padding-left: 15px;
    margin-bottom: 0 !important;
    border-style: solid;
    border-width: 1px;
    border-color: #b7bacd #cbcbcb #dbdbdb;
    background: #ececea;
}

.table_tit .right {
    padding-right: 8px;
}

/* tit3 : bg, border-bottom만 */
.form_tit {
    height: 40px;
    padding-left: 15px;
    margin-bottom: 0;
    background: #ececea;
    border-bottom: 1px solid #dbdbdb
}

.form_tit .right {
    padding-right: 8px;
}


.table_row .right .btn_lg, .table_row .right .btn_md {
    min-width: 100px;
}


/* tab_titWrap */
.tab_contentWrap .table_tit {
    border-top: none !important;
    height: 2px;
}

.tab_contentWrap .table_tit a {
    margin: 6px 0;
}

.tab_contentWrap .table_border_t table tr:first-child, .tab_contentWrap .table_border table tr:first-child {
    border-top: 1px solid #dbdbdb !important;
}

.tab_titWrapper .table_tit {
    border-top: none;
    height: 2px;
}

.tab_titWrapper .table_tit a {
    margin: 10px 0;
}

.tab_titWrap {
    display: block;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-top: 1px solid #444;
    border-bottom: none;
}

.tab_titWrap:after {
    content: "";
    display: block;
    clear: both;
}

.tab_titWrap.col1 li {
    width: 100%;
}

.tab_titWrap.col2 li {
    width: 50%;
}

.tab_titWrap.col3 li {
    width: 33.333%;
}

.tab_titWrap.col4 li {
    width: 25%;
}

.tab_titWrap.col5 li {
    width: 20%;
}

.tab_titWrap.col6 li {
    width: 16.666%;
}

.tab_titWrap.col7 li {
    width: 14.285%;
}

.tab_titWrap.col8 li {
    width: 12.5%;
}

.tab_titWrap li {
    position: relative;
    float: left;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    color: #1d1d1b;
    cursor: pointer;
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
}

.tab_titWrap li:after {
    position: absolute;
    top: 10px;
    right: -1px;
    content: "";
    display: block;
    clear: both;
    width: 1px;
    height: 20px;
    background: #c4c4c4;
}

.tab_titWrap li.current:after, .tab_titWrap li:last-child:after {
    display: none;
}

.tab_titWrap li.current {
    background: #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.tab_titWrap li.current:before, .tab_titWrap li.current:after {
    position: absolute;
    top: 0;
    content: "";
    display: block;
    clear: both;
    width: 1px;
    height: 40px;
    background: #dbdbdb;
}

.tab_titWrap li.current:before {
    left: -1px;
}

.tab_titWrap li.current:after {
    right: -1px;
}


/* 스타일 가이드 */
.guide_tit {
    border-bottom: 2px solid #000;
    margin-top: 50px;
}

.guide_tit h3 {
    color: #000;
    font-size: 25px;
}

.guide_color {
}

.guide_color dd {
    display: inline-block;
    width: 100px;
    height: 50px;
    padding: 10px;
    color: #fff;
    vertical-align: top;
}

.guide_color dd:nth-child(2) {
    background: #07a0e7;
}

.guide_color dd:nth-child(3) {
    background: #748187;
}

.guide_color dd:nth-child(4) {
    background: #fff;
    color: #999;
    border: 1px solid #eee;
}

.guide_color dd:nth-child(5) {
    background: #ed6464;
}

.guide {
    padding: 5px 0 3px;
    color: #f54500;
    font-weight: bold;
}

.dealer_photo {
    display: inline-block;
    width: 120px;
    height: 160px;
    overflow: visible !important;
    background: url(/resources/images/btn_photo_add-0afc82099cf2d9d865245a5fd2988dea.png) no-repeat center center;
    background-size: cover;
    vertical-align: bottom;
}

.dealer_photo img {
    width: 120px;
    height: 160px;
}


/* tab style */
/* 페이지 탭 */
.tab1 {
    position: relative;
}

.tab1:before {
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    content: "";
    height: 1px;
    background-color: #748187;
    z-index: 1;
}

.tab1:after {
    clear: both;
    display: block;
    content: "";
}

.tab1 > .nav-tabs {
    float: left;
    position: relative;
    z-index: 3;
}

.tab1 > .nav-tabs > a {
    display: block;
    min-height: 32px;
    line-height: 32px;
    padding: 0 10px;
    margin-left: -1px;
    border: 1px solid #bbb;
    border-bottom: 1px solid #748187;
    color: #777;
    font-size: 12px;
    font-weight: normal;
    background: #e8e8e9;
    z-index: 1;
}

.tab1 > .nav-tabs a:first-child {
    margin-left: 0
}

.tab1 > .nav-tabs > a.active {
    height: 34px;
    border: 1px solid #748187;
    color: #333;
    background: #f5f6f8;
    border-bottom: 1px solid #f5f6f8;
    font-weight: bold;
    z-index: 9;
}

.tab1 > .nav-tabs > a i {
    margin-left: 10px;
    font-size: 11px;
}

.tab1-content {
    min-height: 700px;
    margin-top: 20px;
}

.tab1-content > .tab-pane {
    padding: 0 !important;
}


/* 컨텐츠 내 탭 */
.tab2 {
    position: relative;
}

.tab2:before {
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    content: "";
    height: 1px;
    background-color: #ccc;
    z-index: 1;
}

.tab2:after {
    clear: both;
    display: block;
    content: "";
}

.tab2 .nav-tabs {
    float: left;
    position: relative;
    z-index: 3;
}

.tab2 .nav-tabs > a {
    display: block;
    min-height: 33px;
    line-height: 33px;
    padding: 0 10px;
    color: #777;
    font-size: 13px;
    font-weight: normal;
    z-index: 1;
}

.tab2 .nav-tabs a:first-child {
    margin-left: 0
}

.tab2 .nav-tabs > a.active {
    border-bottom: 2px solid #07a0e7;
    color: #07a0e7;
    font-weight: bold;
    z-index: 9;
}

.tab2-content > .tab-pane {
    padding: 20px 0;
}

.box-nav .right {
    float: right;
}


/* modal popup */
/*4.3.1*/
.close {
    float: right;
    font-size: 1.5rem;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.modal-open {
    overflow: hidden !important;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: hidden;
    outline: 0;
    z-index: 1050;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    max-width: none;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 800px;
    margin: 0 auto;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border-radius: 0 !important;
    border: 1px solid #4a4a49;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-header {
    position: relative;
    padding: 0;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    text-align: left;
    border-bottom: none;
    border-radius: 0 !important;
}

.modal-header .btn_r {
    position: absolute;
    right: 0;
    top: 0;
}

.modal-header .btn_r a {
    display: block;
    float: left;
    width: 90px;
    height: 32px;
    line-height: 32px;
    padding: 0;
    margin: 0;
    margin-left: 1px;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.modal-header .btn_r a:hover {
    background-color: #111;
}

.modal-header .btn_save {
    background: #0ac29b;
}

.modal-header .btn_close {
    width: 70px !important;
    background: #1a2046 url("/resources/images/icon_close-a8cc39ed979f442559eed300106148b7.png") 50% 50% no-repeat;
}

.modal-title {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 25px;
    font-weight: bold !important;
    height: 35px;
    line-height: 35px;
    margin-top: 5px;
    font-size: 15px;
    color: #1d1d1b;
    letter-spacing: -1px;
}


.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /* min-height: 150px; */
    padding: 0 15px 15px;
}

.modal-footer {
    padding: 30px;
    padding-top: 0;
    border-top: none;
}

.modal-footer a {
    padding: 0 20px;
    margin-right: 0;
}

.modal-footer a + a {
    margin-left: 0 !important
}

.modal-footer > :not(:first-child) {
    margin-left: 3px;
}

.modal_xs {
    width: 350px;
}

.modal_sm {
    width: 400px;
}

.modal_md {
    width: 600px;
}

.modal_lg {
    width: 800px;
}

/* 모달 내용 가로,세로 가운데 정렬 */
.modal-wrap{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.modal-box{
    text-align: center;
}

.datepicker th.next, .datepicker th.prev {
}

.datepicker th.prev, .datepicker th.prev:hover {
    background: url("/resources/images/cld_arr_l-63e13b8c60e3373d452cc8878e04311b.png") 50% 50% no-repeat !important;
}

.datepicker th.next, .datepicker th.next:hover {
    background: url("/resources/images/cld_arr_r-dec8f6004f6d22ad064e9823663302c0.png") 50% 50% no-repeat !important;
}

.datepicker table {
    border-top: none;
}

.datepicker th, .datepicker td {
    font-size: 12px;
    border: none !important;
}

.datepicker tr:first-child {
    border: none !important;
}

.datepicker th.picker-switch {
    font-size: 16px;
}

.datepicker th.dow {
    color: #888;
    font-weight: normal;
}

.datepicker td.day {
    height: 35px !important;
}

.form-control {
    border-radius: 0;
}


/* 기간 달련 관련 예외 추가 */
.apply-btn.disabled {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.date-picker-close.disabled, .apply-btn.disabled {
    pointer-events: auto !important;
    cursor: pointer !important;
}


/* 검색박스 */
.searchWrap {
    position: relative;
    margin-bottom: 0;
    text-align: center;
}

.searchWrap:after {
    clear: both;
    display: block;
    content: '';
}

.searchWrap > b {
    vertical-align: top;
}

.searchWrap table.tableStyle {
    width: auto;
    border-top: none;
    background: none;
}

.searchWrap table.tableStyle > tbody > tr, .searchWrap table.tableStyle > tbody > tr > td, .searchWrap table.tableStyle > tbody > tr > th {
    border: none;
}

.searchWrap table.tableStyle > tbody > tr > td, .searchWrap table.tableStyle > tbody > tr > th {
    padding: 2px 10px;
    border-style: none;
    background: none !important;
    height: 27px;
}

.searchWrap table.tableStyle > tbody > tr > th {
    min-width: 3.65vw;
    color: #656565;
    white-space: nowrap;
    padding: 0 !important;
    text-align: right;
    background: none;
}

.searchWrap .search_btn {
}

.searchWrap .search_btn a {
}

.searchWrap .search_btn.type2 {
}

.searchWrap .search_btn.type2 a {
    margin-top: 0 !important;
}

.searchWrap .right {
    vertical-align: top;
}


/*input  첨부파일*/
.fileBox {
    height: 30px;
    line-height: 30px;
}

.fileBox:after {
    content: "";
    display: block;
    clear: both;
}

.fileBox .fileName {
    float: left;
    width: calc(100% - 83px);
    height: 26px;
    margin-right: 0;
    line-height: 26px;
    border: 1px solid #bfc5cb !important;
    background-color: transparent;
    vertical-align: middle
}

.fileBox .btn_file {
    float: right;
    width: 80px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background: #a2a2a2;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.fileBox input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}


/* mainContents */
.mainContents {
}

.mainContBoxWrap > b {
    vertical-align: top;
}

.mainContBox {
    margin-bottom: 25px;
}

.mainContBox > .table_row > b {
    height: 30px;
}

.mainContBox h3 {
    font-size: 18px;
    height: 30px;
    padding-top: 5px;
    color: #1d1d1b;
}

.mainContBox .inner {
    margin-top: 8px;
    border: 1px solid;
    border-color: #4a4a49 #d7d7d7 #b8b8b8;
    background: #fff;
}

.mainContBox1 .inner {
    min-height: 155px;
}

.mainContBox2 .inner {
    min-height: 130px;
}

.mainContBox3 .inner {
    min-height: 348px;
}

.mainContBox4 .inner {
    min-height: 400px;
}


.main_tab {
    height: 30px;
    font-size: 0;
}

.main_tab li {
    display: inline-block;
}

.main_tab li > div {
    padding: 0 10px;
    background: #ebebeb;
    border: 1px solid #ebebeb;
    line-height: 28px;
    font-weight: bold;
    color: #999;
    cursor: pointer;
    font-size: 12px;
    font-family: '맑은 고딕', Malgun Gothic, '굴림', Gulim, sans-serif;
}

.main_tab li.on > div {
    border-color: #a9a9a9;
    background: #fff;
    color: #1d1d1b;
}


.main_dayInfo {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.main_dayInfo li {
    position: relative;
    float: left;
    display: inline-block;
    width: 20%;
    padding: 0;
    border-right: 1px solid #dbdbdb;
    font-size: 12px;
    color: #888;
    text-align: center;
    letter-spacing: -1px;
}

.main_dayInfo li div {
    background: #f6f6f6;
    line-height: 33px;
    font-weight: bold;
    color: #656565;
}

.main_dayInfo li strong, .main_dayInfo li.li5 p b {
    padding-right: 5px;
    font-size: 32px;
    font-family: 'notokr', sans-serif;
    line-height: 95px;
    color: #515151;
    font-weight: bold;
}

.main_dayInfo li.li2 strong {
    color: #dd042b;
}

.main_dayInfo li.li3 strong {
    color: #ef7b0b;
}

.main_dayInfo li.li5 {
    border: 0;
}

.main_dayInfo li.li5 p {
    height: 35px;
    line-height: 35px;
}

.main_dayInfo li.li5 p:nth-child(2) {
    margin-top: 12px;
}

.main_dayInfo li.li5 p * {
    line-height: inherit !important;
}

.main_dayInfo li.li5 p i {
    font-size: 14px;
    color: #333;
}

.main_dayInfo li.li5 p b {
    font-size: 18px;
}

.dash_graph {
    min-height: 200px;
    padding: 20px;
    text-align: center;
}

body.main .cont_wrap {
    max-width: 1400px;
    padding: 30px;
    background: #fff;
}

.cont_wrap {
    padding: 10px;
    background: #f8f8f6;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.search_box {
    clear: both;
    position: relative;
    min-height: 30px;
    overflow: hidden;
}

.search_box table {
    width: auto;
}

.search_box tr.first td, .search_box tr.first th {
    border-top: 0;
}

.search_box th {
    min-width: 70px; /*border-right:1px solid #dfdfdf;border-top:1px solid #dfdfdf;*/
    color: #656565;
    font-weight: bold;
    text-align: right;
}

.search_box td { /*border-right:1px solid #dfdfdf;border-top:1px solid #eee;*/
    padding: 2px 10px;
}

.search_box input[type=text] {
    width: 120px;
    background-color: #fff;
}

.search_box select {
    background-color: #fff;
}

.search_box .btn_box {
    position: absolute;
    right: 0;
    top: -2px;
}

.search_box .btn_box button {
    display: inline-block;
    width: 55px;
    min-width: auto;
}

.search_box .btn_box .search {
    height: 30px;
    background-color: #ffe800;
    font-size: 0;
}

.search_box .btn_box .search + button {
    width: 40px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
}

.search_box.row1 .btn_box {
    top: 0;
}

.search_box.row1 th, .search_box.row1 td {
    border-top: 0 !important;
}

.search_box.car .btn_box {
    top: auto;
    bottom: 3px;
    width: auto;
}

.search_box .fuc_action {
    display: block;
}

.box {
    position: relative;
    margin-top: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #b7bacd #cbcbcb #cbcbcb;
    background: #fff; /*overflow:hidden;*/
}

.t_list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.t_list thead th {
    position: relative;
    padding: 0 5px;
    background: #f6f6f4;
    border-right: 1px solid #d2d5d7;
    border-bottom: 1px solid #d2d5d7; /*line-height:30px;*/
    line-height: 27px;
    letter-spacing: -1px;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
}

.t_list thead th .select_item {
    width: 100%;
}

.t_list thead th.sort {
    cursor: pointer;
}

.t_list thead th.sort span {
    position: absolute;
    right: 2px;
    top: 6px;
    width: 15px;
    height: 15px;
    background-position: right center;
    background-repeat: no-repeat;
}

.t_list tbody td {
    position: relative;
    min-width: 30px !important;
    padding: 5px 10px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    line-height: 18px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.t_list tbody td.sum {
    background: rgba(184, 0, 45, .05);
    font-weight: bold;
}

.t_list tbody td.form {
    padding: 2px 10px;
}

.t_list tbody th {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    -webkit-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    transition: background-color .3s ease; /*background:#efefef;*/
    text-align: center;
}

.t_list th input[type=checkbox] + label {
    padding: 0 8px !important;
}

.t_list tbody tr:hover td, .t_list tbody tr:hover th { /*border-bottom:1px solid #333;*/
    background-color: rgba(255, 191, 54, .05);
}

.t_list.data tr.selected td, .t_list.data tr.selected th {
    background-color: #e9f8ff; /*border-bottom:1px solid #dd042b;*/
}

.t_list.data_select tr.selected th, .t_list.data_select tr.selected td {
    background-color: #596675;
    color: #fff; /*border-bottom:1px solid #dd042b;*/
}

.t_list tr.important th, .t_list tr.important td {
    background-color: #f5fafa;
    color: #00917e;
}

.t_list tr.important td a {
    color: #00917e;
}

.t_list tbody td button, .t_list tbody td .btn {
    min-width: auto;
    width: 100%;
    height: 26px;
    background: #333;
    line-height: 26px;
}

.t_list td .secret {
    color: #999;
}

.t_list .state_notpay td {
    background-color: #f7d9db !important;
}

/* 미납 */
.t_list tbody td.state_end {
    background: #ffe7f0 !important;
}

/* 검사만기 */
.t_list tbody td.state_wait {
    background: #e9f5ff !important;
}

/* 입고대기 */
.t_list tbody td.state_repair {
    background: #fff4dc !important;
}

/* 성능만기 */
.t_list tbody tr.sum th {
    background: rgba(184, 0, 45, .05);
    color: #000;
}

.t_list tbody tr.sum td {
    padding: 12px 0;
    background: rgba(184, 0, 45, .05);
    font-size: 14px;
    font-weight: bold;
    color: #dd042b;
}

.t_list tbody td.td_wrap {
    white-space: pre-wrap;
}

.t_list tbody td.td_wrap span {
    display: inline-block;
    padding: 0 10px;
    margin: 0 3px 3px 0;
    border: 1px solid #ddd;
    background: #f6f6f6;
    border-radius: 2px;
}

.t_list tbody td .office_kind {
    display: inline-block;
    min-width: 48px;
    background: #eff6e8;
    padding: 0 17px;
    border-radius: 5px;
    font-weight: bold;
    line-height: 22px;
}

.t_list tbody td .allow {
    display: inline-block;
    width: 40px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 8px center;
    border: 1px solid #eee;
    padding: 0 20px;
    border-radius: 50px;
    font-weight: bold;
    line-height: 22px;
    text-indent: 6px;
}

.t_list tbody td .allow.ok {
    border: 1px solid #77ce90;
    color: #00a02f;
}

.t_list tbody td .allow.not {
    border: 1px solid #ed98a8;
    color: #e7002a;
}

.t_list tbody td .allow.wait {
    border: 1px solid #d6d6d6;
}

.t_list tbody td.bg_today {
    background: rgba(184, 0, 45, .05);
    font-weight: bold;
    font-size: 14px;
    color: #ff002e !important;
}

.t_list tbody td.bg_blue {
    background: #f1f6ff;
    font-size: 13px;
}

.t_list tbody td.bg_red {
    background: #fff1f4;
    font-size: 13px;
    font-weight: bold;
}

.t_list tbody td.txt_wait, .t_list tbody td.txt_out_ok_temp, .t_list tbody td.txt_in_ok, .t_list tbody td.txt_out_ready, .t_list tbody td.txt_out_resv, .t_list tbody td.txt_out_ok, .t_list tbody td.txt_in_ready, .t_list tbody td.txt_in_resv, .t_list tbody td.txt_in_cancel {
    background-size: auto 13px !important;
    font-size: 11px;
}

.t_list tbody td.txt_wait:after, .t_list tbody td.txt_out_ok_temp:after, .t_list tbody td.txt_in_ok:after, .t_list tbody td.txt_out_ready:after, .t_list tbody td.txt_out_resv:after, .t_list tbody td.txt_out_ok:after, .t_list tbody td.txt_in_ready:after, .t_list tbody td.txt_in_resv:after, .t_list tbody td.txt_in_cancel:after {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 50px;
}

.t_list tbody td.txt_wait {
    background-repeat: no-repeat;
    background-position: 12px center;
    font-weight: bold;
    color: #333;
}

.t_list tbody td.txt_wait:after {
    border: 1px solid #0ac29b;
}

.t_list tbody td.txt_in_ok {
    font-weight: bold;
    color: #333;
    text-indent: 10px;
}

/* 입고완료 */
.t_list tbody td.txt_in_ok:after {
    border: 1px solid #a1b594;
}

.t_list tbody td.txt_in_resv {
    font-weight: bold;
    color: #0060ff;
    text-indent: 10px;
}

/* 입고예약 */
.t_list tbody td.txt_in_resv:after {
    border: 1px solid #ddd;
}

.t_list tbody td.txt_in_ready {
    font-weight: bold;
    color: #333;
}

/* 입고대기 */
.t_list tbody td.txt_in_ready:after {
    border: 1px solid #0ac29b;
    background: rgba(172, 255, 225, .07);
}

.t_list tbody td.txt_in_cancel {
    font-weight: bold;
    color: #999;
    text-indent: 10px;
}

/* 입고취소 */
.t_list tbody td.txt_in_cancel:after {
    border: 1px solid #d6d6d6;
}

.t_list tbody td.txt_out_resv {
    font-weight: bold;
    color: #ff524f;
    text-indent: 10px;
}

/* 출고예약 */
.t_list tbody td.txt_out_resv:after {
    border: 1px solid #d6d6d6;
}

.t_list tbody td.txt_out_ready {
    font-weight: bold;
    color: #ff524f;
}

/* 출고대기 */
.t_list tbody td.txt_out_ready:after {
    border: 1px solid #ffae86;
    background: rgba(255, 184, 114, .08);
}

.t_list tbody td.txt_out_ok {
    font-weight: bold;
    color: #333;
    text-indent: 10px;
}

/* 출고완료 */
.t_list tbody td.txt_out_ok:after {
    border: 1px solid #a9a9a9;
}

.t_list tbody td.txt_out_ok_temp {
    background-repeat: no-repeat;
    background-position: 12px center;
    font-weight: bold;
    color: #00b070;
}

/* 임시출고완료 */
.t_list tbody td.txt_out_ok_temp:after {
    border: 1px solid #00b070;
}

.t_list .car_photo {
    padding: 0 !important;
}

/* 성능사진 */
.t_list .car_photo img {
    max-height: 60px;
    max-width: 100px;
}

.t_list td.nowrap {
    white-space: pre-wrap;
    overflow: auto;
    word-break: unset;
}

/* 통계 */
.sub_graph {
    padding: 0 30px 30px;
}

.txt_orange {
    color: #ef7b0b !important;
}

.font14 {
    font-size: 14px !important;
}

.icon.icon_excel {
    background-image: url(/resources/images/icon_btn_excel-96ef46ba0e7945abe6635d987ba71110.png);
}

.line, .btn_big.line {
    border-color: #777;
    background: #777;
    color: #fff;
}

.icon.icon_search {
    width: 24px;
    height: 30px;
    margin: 0;
    background-image: url(/resources/images/ico_btn_search-e680595150ef1b02ba2bf0028174b70b.png);
}

.search_box .btn_box {
    position: absolute;
    right: 0;
    top: -2px;
}

.t_header {
    position: relative;
    height: 30px;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #e1e1e1;
}

.t_header .right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.t_header .font14 {
    display: inline-block;
    padding-right: 17px;
    font-size: 13px !important;
    line-height: 28px;
    font-weight: normal;
    vertical-align: middle;
}

.t_header .font14 strong {
    padding: 0 3px;
    font-size: 16px;
    letter-spacing: 0;
}

.t_header .btn {
    min-width: auto;
    padding: 0 22px;
}

.legend {
    padding-top: 10px;
    line-height: 30px;
    text-align: center;
    color: #888;
}

.legend span {
    display: inline-block;
    width: 14px;
    height: 6px;
    margin: 0 5px 0 15px;
    vertical-align: middle;
}

.legend span.color1 {
    background: #1a2046;
}

.legend span.color2 {
    background: #0ac29b;
}

.legend span.color3 {
    background: #ffa200;
}

.legend span.color4 {
    background: #00a351;
}

.legend span.color5 {
    background: #008ed8;
}

.date-button {
    display: flex;
    hegith: 32px;
}

.date-button .btn-date-type {
    cursor: pointer;
    min-height: calc(1.5em + 0.56rem + 2px);
    height: 28px;
    background: #ffffff;
    border: solid 1px #ccc;
    padding: 6px 0.8rem;
    color: #6c757d;
    font-size: 1rem;
    /*line-height: 1.5;*/
    text-decoration: none;
    text-align: center;
}

/* 기간 조건선택 버튼 */
.date-button a + a {
    border-left: none;
}

.date-button .btn-date-type:first-child {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.date-button .btn-date-type:last-child {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.date-button .btn-date-type.active {
    border: 1px solid #6658dd;
    color: #fff;
    font-weight: 700;
    background: #6658dd;
}
