/* noto-sans-kr-regular - latin_korean */
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-sans-kr-v12-latin_korean-regular.eot'); /* IE9 Compat Modes */
    src: local('Noto Sans KR Regular'), local('NotoSansKR-Regular'),
            url('../fonts/noto-sans-kr-v12-latin_korean-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('../fonts/noto-sans-kr-v12-latin_korean-regular.woff2') format('woff2'), /* Super Modern Browsers */
            url('../fonts/noto-sans-kr-v12-latin_korean-regular.woff') format('woff'), /* Modern Browsers */
            url('../fonts/noto-sans-kr-v12-latin_korean-regular.ttf') format('truetype'), /* Safari, Android, iOS */
            url('../fonts/noto-sans-kr-v12-latin_korean-regular.svg#NotoSansKR') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

input:focus::-webkit-input-placeholder, 
textarea:focus::-webkit-input-placeholder { /* WebKit browsers */ 
    color:transparent; 
} 
input:focus:-moz-placeholder, 
textarea:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
    color:transparent; 
} 
input:focus::-moz-placeholder, 
textarea:focus::-moz-placeholder { /* Mozilla Firefox 19+ */ 
    color:transparent; 
} 
input:focus:-ms-input-placeholder, 
textarea:focus:-ms-input-placeholder { /* Internet Explorer 10+ */ 
    color:transparent; 
}


* { 
    font-family: 'Pretendard-Regular', sans-serif;
}
pre {
    background:none;
    border:none;
    margin:0;
    padding:0;
    line-height: 22px;
    color:inherit;
    font-family: 'Pretendard-Regular', sans-serif;
    white-space: pre-wrap;
}
a:hover {
    text-decoration: none;
}
ul {
    list-style: none !important;
    padding:0;
    margin:0;
}
button, input, select, textarea, 
.listView input[type="button"] {
    outline:none;
    border:none;
}
tr.is_chk {
    background:#f9f9bf  !important;
}
span.status {
    font-weight: bold;
}
span.link,
p.link {
    color: #588ddc;
    text-decoration: underline;
    cursor:pointer;
    font-weight: bold;
    margin:0;
}
span.link.red,
p.link.red {
    color:red;
}
a.status {
    font-weight: bold;
    text-decoration: underline;
}
span.req,
strong.req {
    color:red;
}
.opt_true {
    color:#4949d1;
}
.opt_false {
    color:#ff2222;
}
.z_index_999 {
    position: relative;
    z-index: 999;
    color:black !important;
}
.disabled_bg {
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#00000063;
    cursor: not-allowed;
    z-index: 98;
}
.tablesorter-sticky-wrapper {
    z-index: 999 !important;
}
.notExist {
    color:#fd5353 !important;
    text-decoration: underline !important;
    cursor: pointer;
}

.navbar-header, 
.navbar-nav {
    float:none;
    position:relative;
}
.func {
    position: absolute;
    top:calc(50% - 16px);
    right:0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.func.mobile {
    display: none;
}
.func_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.func_btn {
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #ff80c0;
    color: #ff80c0;
    padding: 5px 10px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 5px #d1d1d1;
    text-decoration: none;
    cursor: pointer;
}
.func_btn.logout_btn {
    border: 1px solid #ff8d00;
    color: #ff8d00;
}
.func_btn.login_btn {
    border: 1px solid #26b587;
    color: #26b587;
}
.func_btn.qr_btn {
    border: 1px solid #9980ff;
    color: #9980ff;
}
.func_btn.notice {
    border: 1px solid #dd3453;
    color: #dd3453;
}
.func_btn.memo {
    border: 1px solid #969900;
    color: #969900;
}
.func_btn.cert {
    border: 1px solid #36acbf;
    color: #36acbf;
}
.func_btn + .func_btn{
    margin-left:10px;
}
.func_btn:hover {
    border:1px solid #7e7e7e;
    color:#7e7e7e;
}
.func_btn:link, .func_btn:active, .func_btn:visited {
    text-decoration: none;
}
.func_box .glyphicon {
    margin-right:5px;
    top:0;
}
.func_line {
    width: 1px;
    height: 14px;
    background: #b1b1b1;
    margin:0 15px;
}
.time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size:21px;
    color:#5e8bcf;
}
.remain_time {
    font-size:17px;
}
.extension_btn {
    margin-left: 10px;
    color: white;
    background: #498cd1;
    padding: 5px 12px;
    cursor: pointer;
    border-radius: 50px;
}
.extension_btn:hover {
    opacity: 0.9;
}

.upload_excel_btn {
    background: #6dd079;
    color: white;
    font-size: 14px;
    padding: 8px;
    box-shadow: 0 0 5px #a7a7a7;
    border-radius: 3px;
    cursor: pointer;
}
.upload_excel_btn:hover {
    opacity: 0.8;
}
.upload_excel_btn img {
    width:26px;
    height:26px;
}
@media screen and (max-width:1560px) {
    .func {
        justify-content: flex-end;
        margin-bottom:10px;
        clear:both;
    }
}
@media screen and (max-width:767px) {
    .func.desktop {
        display: none;
    }
    .func.mobile {
        display: flex;
        position: static;
        padding:0 10px;
    }
    .func_btn .func_title {
        display: none;
    }
    .func_box .func_btn {
        width:40px;
        height:30px;
        justify-content: center;
    }
    .func_box .func_btn .glyphicon {
        margin:0;
    }
}


.fixed_top {
    position: fixed;
    z-index: 9999;
    top: 0;
    background-color: white;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0px 4px 15px #464646;
    transition: padding 0.3s;
}
.scroll_box {
    position: fixed;
    bottom: 30px;
    right: -10%;
    border-radius: 7px;
    width: 44px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background: #687d62;
    color: #e4ffbf;
    box-shadow: 0 0 5px #9a9a9a;
    font-size: 25px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s;
}
.checked_list_button {
    position: fixed;
    bottom: 90px;
    right: -10%;
    border-radius: 7px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background: linear-gradient(180deg, #a1b4f7, #40c6d4);
    color: #5b6b7f;
    box-shadow: 0 0 5px #9a9a9a;
    font-size: 23px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s;
}
.checked_list_button .checked_count {
    position: absolute;
    top:-8px;
    right:-8px;
    width:22px;
    height:22px;
    font-size:12px;
    border-radius: 20px;
    display:flex;
    align-items: center;
    justify-content: center;
    background: red;
    color:white;
    border:1px solid #ddd;
    box-shadow: 0 0 5px #9a9a9a;
}
.rowPushOrPopModal {
    display: none;
    position: fixed;
    bottom:20px;
    right:20px;
    min-width:400px;
    height:500px;
    border-radius: 4px;
    background:white;
    box-shadow: 0 0 5px #cacaca;
    z-index: 9999;
}
.rowPushOrPopModal .header {
    position: relative;
    width: 100%;
    color: white;
    font-size: 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0 15px 0 20px;
    background: linear-gradient(180deg, #6a8ac5, #81aedc);
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rowPushOrPopModal .header p {
    margin:0;
}
.rowPushOrPopModal .header .modal_close {
    cursor: pointer;
}
.rowPushOrPopModal .body {
    position: relative;
    padding: 15px;
    border: 1px solid #d4d4d4;
    border-top: none;
    background-color: #f9f9f9;
    width: 100%;
    height: calc(100% - 46px);
}
.rowPushOrPopModal .body .body_scroll {
    height: calc(100% - 46px);
    overflow-y: auto;
}
.rowPushOrPopModal .body .selected_row {
    border-collapse: separate;
    margin-left:40px;
    border-bottom:1px solid #ffc8c8;
}
.rowPushOrPopModal .body .selected_row thead tr {
    z-index:999;
}
.rowPushOrPopModal .body .selected_row thead tr th:first-child {
    border-radius: 5px 0 0 5px;
}
.rowPushOrPopModal .body .selected_row thead tr th:last-child {
    border-radius: 0 5px 5px 0;
}
.rowPushOrPopModal .body .selected_row thead tr th:first-child::before {
    position: absolute;
    top: -1px;
    left: -41px;
    content: '';
    display: inline-block;
    width: 40px;
    height: 36px;
    z-index: 999;
    background: #f9f9f9;
}
.rowPushOrPopModal .body .selected_row tbody tr:nth-child(2n){
    background:#fff0f0;
}
.rowPushOrPopModal .body .selected_row tr {
    position: relative;
}
.rowPushOrPopModal .body .selected_row th,
.rowPushOrPopModal .body .selected_row td {
    padding:10px 7px;
    font-size:13px;
    text-align: center;
}
.rowPushOrPopModal .body .selected_row th {
    background: #ff7070;
    position: sticky;
    top: 0;
    font-weight: normal;
    color: white;
    box-shadow: #ff7070 2px 2px 10px;
}

.rowPushOrPopModal .body .selected_row .glyphicon {
    position: absolute;
    left: -35px;
    top: calc(50% - 12px);
    font-size: 14px;
    border-radius: 3px;
    background: #ff7070;
    color: white;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}
.rowPushOrPopModal .body .selected_row .glyphicon:hover {
    opacity: 0.8;
}
.rowPushOrPopModal .body .modal_button_box {
    margin-bottom:10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left:40px;
}
.modal_button_box .modal_button {
    display:flex;
    align-items: center;
    justify-content: center;
    color:white;
    padding:7px 14px;
    box-sizing: border-box;
    font-size:14px;
    border-radius: 4px;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 0 5px #b9b9b9;
}
.modal_button_box .modal_button:hover {
    opacity: 0.8;
}
.modal_button.submit {
    background-color: #22a748;
}
.modal_button.deleteRowAll {
    background-color: #625e8c;
    padding-right:16px;
}
.modal_button_box .modal_button .glyphicon {
    margin-right:5px;
}
.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-top-around {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* nav */
.dropdown-menu>li>a {
    padding:3px 15px;
}
.dropdown-menu>li>a span.glyphicon {
    margin-right:5px;
}
.dropdown-menu p.btn {
    color:#0e00e0;
    font-weight: 600;
    font-size:14px;
    padding:4px 12px 2px 12px;
    display:block;
    text-align: left;
}
.navbar-nav>li>a {
    font-size:15px;
    font-weight: bold;
}
.caret {
    margin-left:5px;
}

div h1 {
    margin-bottom: 20px;
}
.table thead tr.tablesorter-filter-row td {
    background:#ffffff;
    border:1px solid #ddd;
}
.table tr {
    background:white;
}
.table tr th, .table tr td {
    font-size:13px !important;
    vertical-align: middle !important;
    font-weight: bold;    
}
.table tr th {
    word-break: keep-all;
    background:#f3f3f3;
    text-align: center;
    border:1px solid #ccc !important;
}
.table tbody tr td {
    padding:12px 8px !important;
    word-break: break-all;
    border:1px solid #ddd !important;
}
.table tr td {
    padding:8px !important;
    word-break: break-all;
}
.table thead .glyphicon {
    font-size:12px;
}
.container-box {
    display:none;
    padding:20px;
    border:1px solid #ddd;
}

/* 목록 - 파일 다운로드 버튼 */
.file_down_box {
    display:flex;
    align-items: center;
    justify-content: center;
}
.file_down_box .downBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width:110px;
    margin:0 3px;
    padding: 7px 0;
    text-decoration: none;
    background-color: #215e92;
    border-radius: 3px;
    box-shadow: 1px 1px 5px #a9a9a9;
    transition: all 0.4s;
    cursor: pointer;
}
.file_down_box .downBtn.disabled {
    background-color: #8c8c8c;
    cursor: default;
}
.file_down_box .downBtn:not(.disabled):hover {
    background:#0089ff;
}
.file_down_box .downBtn img {
    width:18px;
    margin-right:5px;
}
.file_down_box .downBtn span {
    color:white;
    font-size:14px;
}

/* 등록 폼 각 라벨 */
.field-label {
    display:inline-block;
    margin-bottom:4px;
    font-weight: 600;
}
/* 에러메세지 */
.errorlist {
    padding:0;
    margin:-10px 0 15px 0;
}
.errorlist li {
    color:red;
    list-style: none;
    padding-left:7px;
}
.errorlist li::before {
    content:'*';
    display:inline-block;
    margin-right:3px;
}
/* Textarea */
textarea.form-control {
    height:60px;
}

/* 삭제&취소 버튼 */
.btnWrap {
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin-top:20px;
}
.commonBtn {
    display: inline-block;
    color: white;
    padding: 7px 20px;
    border:none;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 4px;
    cursor:pointer;
    white-space: nowrap;
}
.commonBtn:hover {
    opacity: 0.7;
}
.commonDeleteBtn {
    background:#3040b5;
}
.commonCancelBtn {
    background:#278656;
}
/* 플롯 해제 - 정확한 영역 인지 */
.floatRelease {
    overflow: hidden;
}
.floatRelease .btn {
    margin-right:0;
}
/* 테이블 내 버튼 - 지시하기, 삭제하기 */
.tdBtn {
    display:inline-block;
    color:white !important;
    padding:7px 12px;
    box-sizing: border-box;
    font-size:14px;
    border-radius: 4px;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 0 5px #b9b9b9;
    font-weight: normal;
}
.tdBtn.searchFile {
    background:#9e8439;
    margin:0;
    margin-left:3px;
    font-weight:normal;
}
.tdBtn.delete {
    background:#bd1818;
}
.tdBtn.add {
    background:#a24c9c;
}
.tdBtn.update {
    background:#25925b;
}
.tdBtn.upload {
    background:#6274d0;
}
.tdBtn.detail {
    background:#099ead;
}
.tdBtn.confirm {
    background:#438dd9;
}
.tdBtn.fail {
    background:#e34b6e;
}
.tdBtn.wait {
    background:#7446ce;
}
.tdBtn.disabled {
    background:#8c8c8c !important;
    cursor: default;
}
.tdBtn:hover {
    opacity: 0.7;
    color:white;
    text-decoration: none;
}
.tdBtn.disabled:hover {
    opacity: 1;
}
.tdDeleteBtn {
    background:#3040b5;
}
.tdOrderBtn {
    background:#0f887d;
}
.tr_addRow, .tr_addRow2 {
    color:#6476f7;
    cursor: pointer;
    background-color: #f5f5f5;
    height:40px;
    font-size:13px !important;
}
.tr_addRow, .tr_addRow2 {
    text-decoration: underline;
}
.row_data {
    display: block;
    margin:0;
}
.row_data + .row_data {
    margin-top:5px;
    padding-top:5px;
    border-top:2px dotted #ddd;
}

/* textarea 고정 크기 */
textarea {
    width:100%;
    resize:none;
}

/* 모달창 공통 */
/* The Modal (background) */
.searchModal {
    display:none;
    position: fixed; /* Stay in place */
    z-index: 9998; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    cursor:pointer;
}
.searchModal .search-modal-content {
    margin-top:50px !important;
}
.searchModal .page-header {
    margin-top:20px;
}
.searchModal .regBtnWrap {
    margin-top:0;
}
.searchModal.loss {
    z-index:9999;
}

/* Modal Content/Box */
.search-modal-content {
    border-radius: 7px;
    background-color: #fefefe;
    margin: 100px auto; /* 15% from the top and centered */
    padding: 20px;
    box-shadow: 3px 3px 5px #565656;
    cursor:default;
}
.search-modal-content h2 {
    margin-top:10px;
}
.search-modal-content table tr th {
    background:#f5f5f5;
}
.search-modal-content table tr th,
.search-modal-content table tr td {
    text-align: center;
}
.modal-table {
    width:100%;
    margin-bottom:20px;
}
.modal-table tr th {
    background: #f5f5f5;
}
.modal-table tr th,
.modal-table tr td {
    padding:8px !important;
    border:1px solid #ddd;
    font-size:14px;
}
.getFileInfoModal .search-modal-content {
    margin-top:50px !important;
}

/* 모달창 하단 버튼 */
.search-modal-content .modalCommonBtnWrap {
    display:flex;
    align-items: center;
    justify-content: space-around;
    border-top:1px solid #ddd;
    padding-top:20px;
}
.search-modal-content .modalCommonBtnWrap .modalCommonBtn {
    display:inline-block;
    width:40%;
    text-align: center;
    height:40px;
    line-height: 40px;
    font-size:14px;
    border-radius: 4px;
    cursor:pointer;
    color:white;
    border:none;
    text-decoration: none;
}
.search-modal-content .modalCommonBtnWrap .modalCommonBtn:hover {
    opacity: 0.8;
}
.modalCommonBtn.modalRegBtn {
    background:#5f72ff;
}
.modalCommonBtn.modalCancelBtn {
    background:#6f6f6f;
}

.filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}

.filebox label {
    display: inline-block;
    padding: 0 20px;
    color: #464646;
    vertical-align: middle;
    background-color: #ffffff;
    cursor: pointer;
    border: 1px solid #a2a2a2;
    border-radius: 4px;
    margin-bottom: 0;
    height: 35px;
    line-height: 35px;
}
.filebox label.updateFileClear,
.filebox label.fileDel {
    border: 1px solid #fb7889;
    color: #f1417b;
    margin-left:10px;
}
.filebox label#fileAdd {
    border: 1px solid #4d8cff;
    color: #4060ff;
    margin-left: 10px;
}

/* named upload */
.filebox .upload-name {
    display: inline-block;
    width: 250px;
    height: 35px;
    font-size: 15px;
    padding: 0 10px;
    vertical-align: middle;
    background-color: #f5f5f5;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-left: 30px;
    margin-right: 7px;
}
.filebox {
    margin-top: 20px;
}
.reqMsg {
    padding-left:5px;
    color:red;
    text-align: right;
}
.reqMsgBox {
    margin:10px 0 20px;
}
.reqMsgBox .reqMsg {
    padding-left:15px;
    text-align: left;
}
.mb__30 {
    margin-bottom:30px;
}
.alignLeft {
    text-align: left !important;
}
.alignRight {
    text-align: right !important;
}
.alignCenter {
    text-align: center !important;
}

@media screen and (max-width:800px) {
    .search-modal-content {
        width:80% !important;
    }
}

/* Toggle Check */
@font-face { 
    font-family: 'Roboto'; 
    src: url('../fonts/Roboto-Regular.ttf') format('opentype'); 
    font-weight: normal; 
    font-style: normal; 
}
.form-name {
    display:inline-block;
    vertical-align: middle;
    font-weight: 600;
}
.switch {
    display:inline-block;
    vertical-align: middle;
    width:90px;
    height:32px;
    background:linear-gradient(to right, #828282, #313131);
    cursor:pointer;
    color:white;
    border-radius: 38px;
    position: relative;
    margin:0;
    margin-left:10px;
}
.switch .switch_input {
    display:none;
}
.switch .stat {
    font-family: 'Roboto';
    position: absolute;
    z-index:1;
    top:calc(50% - 13px);
    height:26px;
    line-height: 26px;
    text-align: center;
    font-size:15px;
}
.switch .stat.on {
    left:10px;
}
.switch .stat.off {
    right:10px;
}
.switch .handle {
    position: absolute;
    z-index:2;
    left:5px;
    top:calc(50% - 13px);
    width:40px;
    height:26px;
    background:white;
    border-radius: 34px;
    box-shadow: 1px 1px 5px 0px #484848;
}

/* Form Add , Delete */
.formBtn {
    border:1px solid #ddd;
    width:80px;
    height:34px;
    line-height: 34px;
    text-align: center;
    cursor:pointer;
    border-radius: 3px;
}
.formBtn.add {
    color:#8a8aff;
    border:1px solid #8a8aff;
}
.formBtn.del {
    color:#ff6565;
    border:1px solid #ff6565;
}

/* List Style */
td input[type="checkbox"] {
    margin:0;
}
table tr td input[type="checkbox"] {
    margin:0;
    width:20px !important;
    height:20px !important;
    zoom:1 !important;
    background:red;
    cursor:pointer;
    vertical-align: middle;
}
table input[type="checkbox"][name="rowCheck"] {
    margin:0;
    width: 22px !important;
    height: 22px !important;
    cursor: pointer;
    vertical-align: middle;
}

.listView table {
    /* border-top:2px solid #797979 !important; */
}
.listView table tr th,
.listView table tr td {
    text-align: center;
}
.listView table thead tr th,
.listView table tfoot tr th {
    background:#d5d8ed;
    color:#181717;
    border:1px solid #ccc !important;
}
.listTopBtn {
    text-align: right;
    margin-bottom:15px;
}
.listView .listTopBtn {
    margin-bottom:0;
}
.listTopBtn .listTopBtn__del,
.listTopBtn .listTopBtn__mod,
.listTopBtn .listTopBtn__excel,
.listTopBtn .listTopBtn__chk,
.listTopBtn .listTopBtn__add,
.listTopBtn .listTopBtn__addRow,
.listTopBtn .listTopBtn__cancel,
.listTopBtn .listTopBtn__complete,
.listTopBtn .listTopBtn__upload {
    display:inline-block;
    padding:10px 30px;
    box-sizing: border-box;
    font-size:15px;
    color:white;
    background:#d21a1a;
    cursor:pointer;
    border-radius: 4px;
    border:none;
    text-decoration: none;
}
.listTopBtn .listTopBtn__addRow {
    background:#7446ce;
}
.listTopBtn .listTopBtn__mod {
    background:#cac40a;
}
.listTopBtn .listTopBtn__excel {
    background:#00ce5c;
}
.listTopBtn .listTopBtn__chk {
    background:#5773ff;
    font-weight: normal;
    margin-right:10px;
}
.listTopBtn .listTopBtn__add {
    background:#449d44;
}
.listTopBtn .listTopBtn__cancel {
    background:#d461d0;
}
.listTopBtn .listTopBtn__complete {
    background:#30a722;
}
.listTopBtn .listTopBtn__upload {
    background:#ce0056;
}
.listTopBtn .listTopBtn__del:hover,
.listTopBtn .listTopBtn__mod:hover,
.listTopBtn .listTopBtn__excel:hover,
.listTopBtn .listTopBtn__chk:hover,
.listTopBtn .listTopBtn__add:hover,
.listTopBtn .listTopBtn__addRow:hover,
.listTopBtn .listTopBtn__cancel:hover,
.listTopBtn .listTopBtn__complete:hover,
.listTopBtn .listTopBtn__upload:hover {
    opacity: 0.7;
}
.listTopBtn .listTopBtn__addRow:disabled,
.listTopBtn .listTopBtn__del:disabled, 
.listTopBtn .listTopBtn__cancel:disabled, 
.listTopBtn .listTopBtn__complete:disabled {
    background:#8c8c8c !important;
    cursor: default !important;
}
.listTopBtn .listTopBtn__addRow:disabled:hover,
.listTopBtn .listTopBtn__del:disabled:hover, 
.listTopBtn .listTopBtn__cancel:disabled:hover, 
.listTopBtn .listTopBtn__complete:disabled:hover {
    opacity: 1;
}
.left div[class^="total"] {
    font-size:17px;
    font-weight: 600;
}
.left div[class^="total"] span {
    color:red;
}
.includeExport {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    margin-bottom: 15px !important;
}
.includeExport .left {
    display: flex;
}
.hidden_chk {
    display:none;
}
.includeCheckBox table tbody tr {
    cursor:pointer;
}

/* 등록&수정 폼 하단 버튼 */
.regBtnWrap {
    overflow: hidden;
    margin-top:20px;
    padding-top:20px;
    border-top:1px solid #ececec;
    text-align: right;
}
.regBtnWrap .btn {
    box-shadow: none;
    border: none;
    padding: 10px 40px;
    display:inline-block;
}
.regBtnWrap .btn:hover {
    opacity: 0.8;
}
.regBtnWrap .btn-primary {
    background: #816aff;
}
.regBtnWrap .btn-success {
    background: #33af81;
}
.regBtnWrap .btn-danger {
    background: #777777;
    margin-left:10px;
}

/* container-fluid */
nav .container-fluid {
    padding:0 15px !important;
}
.container-fluid {
    padding:0 15px 30px 15px !important;
}

/* panel-heading */ 
.panel-heading label {
    margin:0;
}

.deleteModal {
    z-index:9999 !important;
}

/* The deleteModal */
.deleteModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    align-items: center;
    justify-content: center;
}
.delete-modal-content {
    border-radius: 10px;
    background-color: #fefefe;
    padding: 40px;
    border: 1px solid #888;
    width: 400px; /* Could be more or less, depending on screen size */
    text-align: center;
    margin-top:50px;
    box-shadow: 3px 3px 5px #565656;
}
.delete-modal-content .imgBox {
    margin-bottom:10px;
}
.delete-modal-content .deleteCont .delMessage {
    font-weight: bold;
    font-size:15px;
}
.delete-modal-content .deleteCont .delSubMessage {
    font-size:13px;
    color:#909cc7;
}
.delete-modal-content .modalBtnWrap {
    text-align: center;
    margin-top:20px;
}
.delete-modal-content .modalBtnWrap .modalBtn {
    display:inline-block;
    width:100px;
    height:35px;
    line-height: 35px;
    box-sizing: border-box;
    cursor:pointer;
    font-size:13px;
    color:white;
    border-radius: 5px;
    margin:0 5px;
}
.delete-modal-content .modalBtnWrap .modalBtn:hover {
    opacity: 0.7;
}
.delete-modal-content .modalBtnWrap .modalBtn.yes {
    background:#ff6868;
}
.delete-modal-content .modalBtnWrap .modalBtn.no {
    background:#909090;
}
.delete-modal-content .imgBox {
    margin-bottom:15px;
}
.delete-modal-content .imgBox img {
    width:80px;
}

/* info-tab */
.info-tab ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
    margin-bottom: -2px;
}

.info-tab ul li {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-bottom: 1px solid white;
    padding: 10px 30px;
    cursor: pointer;
    background: #f3f3f3;
    text-align: center;
    color:#989898;
    margin-left:4px;
    font-size:14px;
}

.info-tab li.act {
    background: white;
    font-weight: 600;
    border-top:2px solid #fb4c95;
    color:#fb4c95;
}

.info-inner {
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 20px;
    overflow: hidden;
}

/* Scroll bar */
::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 8px;
}

::-webkit-scrollbar:horizontal {
    height: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(0, 0, 0, .5);
}

::-webkit-scrollbar-track { 
    background-color: rgb(192, 192, 192); 
    border-radius: 8px; 
} 

/* 테이블 헤더 툴팁 */
.th-tooltip {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 18px;
    height: 18px;
    border-radius: 20px;
    background: #56acff;
    color: #ffffff;
    text-align: center;
    line-height: 18px;
    cursor: help;
    font-weight: normal;
    font-size: 15px;
}
.th-tooltip small {
    display: none;
    position: absolute;
    bottom: calc(100% + 12px);
    left: -20px;
    background: linear-gradient(45deg, #56acff, #6b90e2);
    padding: 7px 15px;
    z-index: 999;
    white-space: nowrap;
    font-size: 14px;
    font-weight: normal;
    border-radius: 3px;
    cursor: default;
    text-align: left;
    line-height: 22px;
}
.th-tooltip small::before {
    content:'';
    position: absolute;
    top:100%;
    left:22px;
    border:6px solid transparent;
    border-top:6px solid #55b0ff;
}
.th-tooltip:hover small {
    display:block;
}

/* 로드 화면 */
.load_bg {
    display:none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:10003;
    background:rgba(0, 0, 0, 0.12);
}
.load_bg .load_box {
    background:white;
    border:3px solid #4a9bff;
    display:flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
    width:380px;
    height:240px;
    border-radius: 10px;
}
.load_bg .load_box .load_img {
    margin-bottom:15px;
}
.load_bg .load_box .load_img img {
    width:80px;
}
.load_bg .load_box .cont {
    text-align: center;
}
.load_bg .load_box .cont p {
    margin:0;
}
.load_bg .load_box .cont p:first-child {
    font-size:17px;
    margin-bottom:5px;
    color:#2498fb;
}
.load_bg .load_box .cont p:last-child {
    font-size:15px;
    color:#9a9a9a;
}
.load_display {
    display:flex;
}

/* Choices */
.choices__inner {
    display: flex;
    align-items: center;
    background:white;
    padding:6px 12px !important;
    border:1px solid #ccc;
    border-radius: 4px;
    height:30px;
    min-height: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    text-align: left;
    font-size:13px;
}
.choices__list--single {
    padding:0;
}
.choices__list--dropdown {
    z-index: 999;
    text-align: left;
}
.choices__list--dropdown .choices__item {
    font-size:13px;
    padding-right:10px;
}
.choices__list--dropdown .choices__item--selectable:after {
    display:none;
}

.slash {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="100%" x2="100%" y2="0" stroke="gray" /></svg>');
}

.backslash {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="0" x2="100%" y2="100%" stroke="gray" /></svg>');
}

.slash, .backslash {
    text-align: left !important;
}

.slash div, .backslash div {
    text-align: right !important;
}

/* 등록 & 수정 페이지 폼 */
.form-container {
    border: 1px solid #cecece;
    border-radius: 3px;
    box-shadow: 0 0 5px #e6e6e6;
}
.form-container + .form-container {
    margin-top:25px;
}
.form-container .form-header {
    padding: 10px 15px;
    text-align: left;
    font-size: 17px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    background:#f2f6ff;
    color:#4a92ff;
    margin:0;
}
.form-container .form-header.req {
    background:#fff2f2;
    color:#ff4a4a;
}
.form-container .form-header .title {
    margin-left:7px;
}
.form-container .form-body {
    padding:20px;
}

.td_flex {
    display:flex;
    align-items: center;
    justify-content: space-around;
}
.td_flex .choices {
    margin-bottom:0;
    width:calc(100% - 35px);
}
.td_flex .add_btn {
    width:30px;
    height:30px;
    text-align: center;
    line-height:30px;
    background:#097b8e;
    color:white;
    font-size:24px;
    box-shadow:0 0 5px #b9b9b9;
    border-radius: 4px;
    cursor:pointer;
    margin-left:3px;
    flex-shrink: 0;
}
.btnWidthSize .tdBtn {
    width:40%;
}

/* Bootstrap Datetimepicker */
.bootstrap-datetimepicker-widget table,
.listView .bootstrap-datetimepicker-widget table,
.searchModal .bootstrap-datetimepicker-widget table {
    border-top:none !important;
}
.bootstrap-datetimepicker-widget table tr th,
.listView .bootstrap-datetimepicker-widget table tr th,
.searchModal .bootstrap-datetimepicker-widget table tr th {
    background:white !important;
    border:none !important;
    font-weight: bold !important;
    color:black !important;
}
.bootstrap-datetimepicker-widget table > tbody > tr > td,
.listView .bootstrap-datetimepicker-widget table > tbody > tr > td,
.searchModal .bootstrap-datetimepicker-widget table > tbody > tr > td {
    padding:7px !important;
    border:none !important;
}

/* 자동완성 폼 */
.ui-widget.ui-widget-content {
    max-width:400px;
    max-height:350px;
    overflow-y:auto;
}
.ui-menu .ui-menu-item-wrapper {
    font-size: 18px;
    padding: 10px 15px;
}
.ui-state-active {
    border:none !important;
    margin:0 !important;
    background:#f0f6ff !important;
    color:black !important;
}

.input-group-addon {
    cursor: pointer;
}

.new_form .form-group {
    display: flex;
    align-items: center;
}
.new_form .form-group .right {
    display: flex;
    align-items: center;
    width:100%;
}
.new_form .form-group .right .space {
    margin:0 10px;
    font-size:18px;
}
.new_form .form-group .control-label {
    width:22%;
    text-align: left;
    margin-bottom:0;
}

/**** new form ****/
.btn-primary-blue {
    background:#3061d1  !important;
}
.btn-primary-red {
    background:#dd4141 !important;
    margin-left: 10px;
}

.new_box + .new_box {
    margin-top:40px;
}
.new_box .inner_title {
    margin-bottom:10px;
    font-size:18px;
    font-weight: 600;
}
.new_box .inner_title .req {
    color:red;
    margin:0;
}
.new_box .inner_title .req span {
    font-size:13px;
}
.new_box .inner_title .control_btn {
    border-radius: 3px;
    padding:5px 20px;
    font-size:14px;
    color:white;
    font-weight: normal;
    cursor: pointer;
}
.new_box .inner_title .control_btn.excel {
    background-color: #0eb10e;
}
.new_table {
    width:100% !important;
    border-collapse: collapse !important;
    border-top:none !important; 
}
.new_table tr th, .new_table tr td {
    border:1px solid #ddd !important;
    padding:8px 6px !important;
    font-size:12px !important;
    text-align: center;
    font-weight: 600;
    word-break: break-all;
}
.new_table tr th {
    background:#d5d8ed !important;
    color:#181717 !important;
    text-align: center !important;
    border:1px solid #ccc !important;
}
.new_table tr th.title {
    text-align: left !important;
    font-size:14px !important;
    padding:0 12px !important;
}
.new_table .radio_box {
    width:100%;
    display: flex;
    align-items: center;
}
.new_table .radio_box .radio_inner {
    width:50%;
}
.new_table .radio_box .radio_inner label {
    margin:0;
    width:100% !important;
    padding:6px 0;
    width:50px;
    text-align: center;
    border:1px solid #ddd;
    font-size:13px;
    cursor: pointer;
    background-color: white;
}
.new_table .radio_box .radio_inner + .radio_inner label {
    border-left:0;
}
.new_table .radio_box .radio_inner:first-child label {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.new_table .radio_box .radio_inner:last-child label {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.new_table .radio_box .radio_inner input[type="radio"] {
    display: none;
}
.new_table .radio_box .radio_inner input[type="radio"]:checked + label,
.new_table .radio_box .radio_inner input[type="radio"]:checked:disabled + label {
    background:#bcecff;
    color:#47a8ef;
    border:1px solid #47a8ef;
}
.new_table .radio_box .radio_inner input[type="radio"]:disabled + label {
    background:#efefef;
    cursor: not-allowed;
}
.new_table .form-control {
    font-size:13px;
    height:30px;
}
.new_table .inputWithUnit,
.new_table .inputWithDash {
    display: flex;
    align-items: center;
}
.new_table .inputWithUnit span {
    white-space: nowrap;
    margin-left: 5px;
}
.new_table .inputWithUnit span.in_front {
    margin:0;
    margin-right:5px;
}
.new_table .inputWithDash span {
    white-space: nowrap;
    margin:0 3px;
}

.panel-default > .panel-heading {
    background:#d5d8ed !important;
    color:#181717;
}
.panel.panel-default {
    border:none;
}
.panel-default > .panel-body {
    border:1px solid #ddd;
    border-top:0;
}

.hoverFunc {
    position: relative;
    cursor: pointer;
}
.tr_bg {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#adadad66;
    display: none;
    align-items: center;
    justify-content: center;
    z-index:99;
}
.tr_bg .icon_box {
    width: 44px;
    height: 30px;
    background: #303030b0;
    margin: 0 10px;
    color: white;
    font-size: 14px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 5px #9b9b9b;
}
.tr_bg .icon_box:hover {
    opacity: 0.8;
}
.icon_box.mod {
    background:#48a0ebc4;
}
.icon_box.del {
    background:#ff5656c4;
}

/* 조회 일자 간편 설정 폼 */
.car_history_form {
    width:1100px;
    margin:0 auto 30px;
    padding:20px;
    border:1px solid #ddd;
    border-radius: 3px;
}
.car_history_wrap {
    height:250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:5px;
}
.car_history_wrap .slash {
    margin:0 2.5%;
    width:1px;
    height:100%;
    background:#dfdfdf;
}
.car_history_wrap .car_history_left {
    width:30%;
}
.car_history_wrap .car_history_right {
    width:70%;
}
.car_history_left .form-group {
    display: flex;
    align-items: center;
    margin:0;
}
.car_history_left .form-group + .form-group {
    margin-top:30px;
}
.car_history_left .form-group .control-label {
    margin:0;
    width:60px;
    text-align: right;
}
.car_history_left .form-group .right {
    margin-left:10px;
    width:calc(100% - 60px);
}
.car_history_right .control-label {
    margin-bottom:7px;
}

.date_setting {
    margin-bottom:20px;
}
.date_setting .date_setting_btn_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.date_setting .date_setting_btn_box .date_setting_btn {
    width: 13%;
    margin: 5px 0;
    font-size: 14px;
    color: white;
    background-color: #39669d;
    border-radius: 3px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 0;
    cursor: pointer;
}
.date_setting_btn:hover {
    opacity: 0.8;
}

.date_inquiry .form-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.date_inquiry .form-date .space {
    margin:0 2%;
}
.date_inquiry .form-date .form-date-box {
    display: flex;
    align-items: center;
}
.date_inquiry .form-date .form-date-box .date_title {
    font-weight: bold;
    margin-right:10px;
    color:#878787;
}
.date_inquiry .form-date .form-date-box .input-group {
    width:250px;
}

/* 월별 뷰 */
.top_title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width:auto !important;
    margin:0 auto;
}
.top_title .date {
    margin:0 40px;
    position: relative;
}
.top_title .move_date_btn {
    color:#2f393e;
    cursor: pointer;
}
.top_title .move_date_calendar {
    position: absolute;
    left: -32px;
    top: calc(50% - 13px);
    font-size: 16px;
    color: white;
    background: #df6246;
    cursor: pointer;
    padding: 5px;
    border-radius: 3px;
}
.top_title .move_date_calendar .dropdown-menu {
    top:100% !important;
}

/* Pagination*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin:0;
}
.pagination .page_info {
    margin: 0 10px;
    font-size: 13px;
    font-weight: bold;
    color:#919191;
}
.pagination a, .pagination .move_page {
    font-size: 16px;
    background: #857c5e;
    padding: 6px 16px;
    color: #dbdbdb;
    border-radius: 100px;
    box-shadow: 0 0 5px #bbbbbb;
    transition: all 0.2s;
    text-decoration: none !important;
    cursor: pointer;
}
.pagination a:hover, .pagination .move_page:hover {
    background: #afa276;
}
.pagination .current_page {
    color: #c5a333;
    font-size: 16px;
}

/* 에러 모달창 */
.errorModal .errorMsg {
    font-size:20px;
    padding:20px 10px;
}
.errorModal .errorMsg p {
    margin:0;
}
.errorModal .errorMsg span.strong {
    color:red;
}

/* 변경내역 모달 */
.viewChangeHistoryModal .scroll {
    max-height:500px;
    overflow-y: auto;
}
.viewChangeHistoryModal .modal-table {
    border-collapse: separate !important;
    margin-bottom:0;
}
.viewChangeHistoryModal .modal-table tr th {
    position: sticky;
    top:0;
    z-index:99;
}
.viewChangeHistoryModal .modal-table tr th, .viewChangeHistoryModal .modal-table tr td {
    border:none !important;
    border-left:1px solid #ddd !important;
    border-bottom:1px solid #ddd !important;
}
.viewChangeHistoryModal .modal-table tr th {
    border:1px solid #ccc !important;
    border-right:none !important;
}
.viewChangeHistoryModal .modal-table tr th:last-child {
    border-right:1px solid #ccc !important;
}
.viewChangeHistoryModal .modal-table tr td:last-child {
    border-right:1px solid #ddd !important;
}
.viewChangeHistoryModal .regBtnWrap {
    margin-top:20px;
}