/* 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-family: 'Nanum Gothic', sans-serif;
}
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:#ffffe8 !important;
}
span.status {
    font-weight: bold;
}
span.link {
    color: #588ddc;
    text-decoration: underline;
    cursor:pointer;
    font-weight: bold;
}
a.status {
    font-weight: bold;
    text-decoration: underline;
}

.func {
    position: absolute;
    top:calc(50% - 16px);
    right:25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.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;
}
.func_btn.logout_btn {
    border: 1px solid #ff8d00;
    color: #ff8d00;
}
.func_btn.login_btn {
    border: 1px solid #26b587;
    color: #26b587;
}
.func_btn + .func_btn{
    margin-left:15px;
}
.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;
}
.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: 15px;
    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:766px) {
    .func {
        position: static;
    }
}
@media screen and (max-width:600px) {
    .func {
        position: static;
    }
    .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: 44px;
    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;
}

/* 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 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;
}
.table tbody tr td {
    padding:12px 8px !important;
    word-break: break-all;
}
.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 a.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;
}
.file_down_box a.downBtn.disabled {
    background-color: #8c8c8c;
    cursor: default;
}
.file_down_box a.downBtn:not(.disabled):hover {
    background:#0089ff;
}
.file_down_box a.downBtn img {
    width:18px;
    margin-right:5px;
}
.file_down_box a.downBtn span {
    color:white;
}

/* 등록 폼 각 라벨 */
.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;
    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.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;
}
/* textarea 고정 크기 */
textarea {
    width:100%;
    resize:none;
}
/* 모달창 공통 */
/* The Modal (background) */
.searchModal {
    display:none;
    position: fixed; /* Stay in place */
    z-index: 9999; /* 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 .page-header {
    margin-top:20px;
}

/* 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;
}

/* 모달창 하단 버튼 */
.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;
}

@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;
}
.listView table {
    border-top:2px solid #797979 !important;
}
.listView table tr td input[type="checkbox"] {
    margin:0;
    width:20px !important;
    height:20px !important;
    zoom:1 !important;
    background:red;
    cursor:pointer;
    vertical-align: middle;
}
.listView table tr th,
.listView table tr td {
    text-align: center;
}
.listView table thead tr th {
    background:#f5f5f5;
}
.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__del:disabled, 
.listTopBtn .listTopBtn__cancel:disabled, 
.listTopBtn .listTopBtn__complete:disabled {
    background:#8c8c8c;
    cursor: default;
}
.listTopBtn .listTopBtn__del:disabled:hover, 
.listTopBtn .listTopBtn__cancel:disabled:hover, 
.listTopBtn .listTopBtn__complete:disabled:hover {
    opacity: 1;
}
.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 {
    text-align: right;
    padding: 0;
    margin: 0;
    margin-bottom: -1px;
}

.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;
}

.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:9999;
    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 {
    background:white;
    padding:6px 12px !important;
    border:1px solid #ccc;
    border-radius: 4px;
    height:34px;
    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;
}

/* 자동완성 폼 */
.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:81%;
    margin-left:3%;
}
.new_form .form-group .right .space {
    margin:0 10px;
    font-size:18px;
}
.new_form .form-group .control-label {
    width:17%;
    text-align: left;
}

/* Bootstrap Datetimepicker */
.bootstrap-datetimepicker-widget table,
.listView .bootstrap-datetimepicker-widget table,
.searchModal .bootstrap-datetimepicker-widget table {
    background:white !important;
    border: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;
}
.bootstrap-datetimepicker-widget table tr td,
.listView .bootstrap-datetimepicker-widget table tr td,
.searchModal .bootstrap-datetimepicker-widget table tr td {
    padding:7px !important;
    border:none !important;
}


/* Mobile Logo */
.navbar-default .navbar-brand.mobile {
    padding:5px;
    padding-left:10px;
}
.navbar-default .navbar-brand.mobile img {
    width:100%;
    height:100%;
}
.navbar-default .navbar-brand.desktop {
    display: none;
}

.row_scroll {
    width:100%;
    overflow: auto;
}

.scroll_guide {
    display: none;
    font-size:13px;
    background:#d5d8e1;
    color:#6c6c6c;
    border-radius: 100px;
    padding:4px 15px;
    font-weight: bold;
}
.scroll_guide span {
    margin-left:5px;
}

/**** 패드 환경 ****/

/* 상단 네비게이션 */
.pad .navbar-toggle {
    margin:13px 0;
    margin-right:15px;
}
.pad .navbar-header {
    height:60px;
}
.pad .navbar-nav>li>a {
    font-size:18px;
    padding:20px !important;
}
.pad .navbar {
    min-height: 60px;
}
.pad .navbar-default .navbar-brand.mobile {
    height:100%;
}
.pad .func {
    top:calc(50% - 18px);
}
.pad .func_btn {
    font-size:17px;
    transition: none;
}
.pad .func_btn + .func_btn {
    margin-left:25px;
}
.pad .dropdown-menu {
    font-size:18px;
    padding:7px 0 !important;
}
.pad .dropdown-menu>li>a {
    padding:8px 20px !important;
}
.pad .nav .glyphicon {
    top:2px;
}
.pad .dropdown-menu p.btn {
    font-size:17px;
}

/* 하단 컨텐츠 */
.pad div h1 {
    font-size:40px;
}
.pad .listView .col,
.pad #graphBox .col {
    width:100%;
    margin:0;
}
.pad .table tr th, .pad .table tr td,
.pad #myTable tfoot tr td {
    font-size:15px !important; 
}
.pad .listTopBtn .listTopBtn__del, .pad .listTopBtn .listTopBtn__mod, 
.pad .listTopBtn .listTopBtn__excel, .pad .listTopBtn .listTopBtn__chk, 
.pad .listTopBtn .listTopBtn__add, .pad .listTopBtn .listTopBtn__addRow, 
.pad .listTopBtn .listTopBtn__cancel, .pad .listTopBtn .listTopBtn__complete, 
.pad .listTopBtn .listTopBtn__upload {
    font-size:18px;
}

/* 기준 검색 */
.pad .panel {
    font-size:17px;
}
.pad .panel .input-group.date input[type="text"],
.pad .panel .input-group.date input[type="button"] {
    font-size:17px;
    height:40px;
    text-align: left;
}
.pad .btn-default {
    font-size:17px;
    padding:10px 35px !important; 
}

/* 그래프 */
.pad #graphBox .listTopBtn .right {
    width:450px;
}
.pad #graphBox {
    margin-top:20px;
}
.pad #graphBox .choices__inner {
    height:50px;
}
.pad #graphBox .choices__item--selectable {
    display: flex;
    align-items: center;
    height:100%;
    font-size:21px;
}
.pad .LTInfo {
    padding:10px 20px;
}
.pad .LTInfo .LTInfo__title,
.pad .LTInfo .LTInfo__count {
    font-size:18px;
}
.pad #graphBox .choices__list--dropdown .choices__item {
    font-size:18px;
}

@media screen and (max-width:960px) {
    .pad .LTInfo .LTInfo__title, .pad .LTInfo .LTInfo__count {
        font-size:15px;
    }
    .pad #graphBox .choices__inner {
        height:44px;
    }
    .pad #graphBox .choices__item--selectable {
        font-size:16px;
    }
    .pad #graphBox .listTopBtn .right {
        width:300px;
    }
}

@media screen and (max-width:860px) {
    .pad .scroll_guide {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pad .table {
        max-width:1500px !important;
        width:1500px !important;
    }
    .pad .LTInfo {
        padding:10px 12px;
    }
}

@media screen and (max-width:800px) {
    .pad #graphBox .listTopBtn {
        flex-direction: column;
    }
    .pad #graphBox .listTopBtn .right {
        width:80%;
        margin-top:20px;
    }
}