﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@font-face {
    font-family: 'NotoSans-Regular';
    src: url('https://cdn.jsdelivr.net/gh/kimjihye8723/fontface/NotoSans-Regular.woff2') format('woff2');
    src: url('https://cdn.jsdelivr.net/gh/kimjihye8723/fontface/NotoSans-Regular.woff') format('woff');
}
::-webkit-scrollbar-button {
    background-color: none;
}
::-webkit-scrollbar-track {
    background-color: none;
}
::-webkit-scrollbar-thumb {
    background-color: #949494;
    border-radius: 3px;
}
::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.btn-primary {
    color: #fff;
    background-color: #008aae;
    border-color: #008aae;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    font-family: 'NotoSans-Regular';
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple, .alert, a, .td-name, td, button.close {
    font-family: 'NotoSans-Regular';
}
.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
.star{
    color:red
}
/* Main styles
-------------------------------------------------- */
.p-0 {
    padding: 0 !important;
}

.p-10 {
    padding: 10px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.ptb-10 {
    padding: 10px 0 !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.p-20 {
    padding: 20px !important;
}
.pt-20 {
    padding-top: 20px !important;
}

.ptb-20 {
    padding: 20px 0 !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.ptb-30 {
    padding: 30px 0 !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.ptb-40 {
    padding: 40px 0 !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.ptb-50 {
    padding: 50px 0 !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.ptb-70 {
    padding: 70px 0 !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}
.mtb-10 {
    margin: 10px 0 !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mtb-20 {
    margin: 20px 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mtb-30 {
    margin: 30px 0 !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mtb-40 {
    margin: 40px 0 !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mtb-50 {
    margin: 50px 0 !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mtb-70 {
    margin: 70px 0 !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.center {
    text-align: center !important;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.thin {
    font-weight: 100;
}

.bold {
    font-weight: 600 !important;
}

.auto {
    margin: auto;
    width: 100%;
    text-align: center;
}

.mp-0 {
    padding-left:0 !important;
    padding-right:0 !important;
}

.clear {
    clear: both;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

.cursor{
    cursor:pointer !important;
}

.number {
    text-align: right !important;
    padding: 6px 14px !important;
    font-size: 1em !important;
}

.overflow-100 {
    width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100px;
}

.overflow-200 {
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 200px;
}

.overflow-300 {
    width: 300px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 300px;
}
.border {
    border: 1px solid #1c98ae !important;
}

.border-top {
    border-top: 1px solid #E3E3E3 !important;
}

.border-right {
    border-right: 1px solid rgba(28, 152, 174, .4) !important;
}

.border-bottom {
    border-bottom: 1px solid #E3E3E3 !important;
}

.border-left {
    border-left: 1px solid #E3E3E3 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}
.view_page {
    border-radius: 12px;
    margin: 30px auto;
    padding: 30px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.15);
    background-color: #ffffff;
    color: #252422;
    position: relative;
    border: 0 none;
    -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
}

.main-panel > .content {
    min-height: calc(100% - 60px);
    margin-top: 60px;
}

.card-user .card-image {
    height: 15px;
}

.card .card-image {
    width: 100%;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.card-user .card-body {
    min-height: 220px;
}

.card .card-body {
    padding: 15px 15px 10px 15px;
}

.card-user .avatar {
    border: none;
}

.badge-primary {
    background-color: #007bff;
    font-weight:500;
}
.list-group-item:focus, .list-group-item:hover {
    z-index: 1;
    text-decoration: none;
}
.list-group-item-action:focus, .list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    background: url('../images/icon/calendar_w.png') no-repeat;
    background-size: 16px;
}

input[type="datetime-local"]:focus::-webkit-calendar-picker-indicator {
    background: url('../images/icon/calendar_b.png') no-repeat;
    background-size: 16px;
}

.filebox {
    float: left;
    width: 85%
}

    .filebox label {
        display: block;
        color: #797979;
        font-size: 17px;
        line-height: normal;
        vertical-align: middle;
        background-color: #fff;
        cursor: pointer;
        border: 1px solid #e3e3e3;
        border-radius: .25em;
        -webkit-transition: background-color 0.2s;
        transition: background-color 0.2s;
        height: 80px;
        margin: 10px 0;
        font-weight: 100;
        text-align: center;
        padding: 25px 0;
        width: 48%;
        float: left;
    }

        .filebox label:hover {
            border: 1px solid #aaa;
            color: #333;
        }

        .filebox label:active {
            border: 1px solid #aaa;
            color: #333;
        }

    .filebox input[type="file"] {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }

.filebox2 {
    display: table;
    color: #797979;
    font-size: 14px;
    line-height: normal;
    vertical-align: middle;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #e3e3e3;
    border-radius: .25em;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    font-weight: 100;
    text-align: center;
    padding: 8px;
    width: 80%;
}

    .filebox2:hover {
        border: 1px solid #aaa;
        color: #333;
    }

    .filebox2:active {
        border: 1px solid #aaa;
        color: #333;
    }

.addfile input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.addfile {
    display: block;
    color: #797979;
    font-size: 14px;
    line-height: normal;
    vertical-align: middle;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #e3e3e3;
    border-radius: .25em;
    margin: 10px 0;
    font-weight: 100;
    text-align: center;
    padding: 10px;
    line-height: 3em;
}

.radio-left {
    padding-left: 10px;
    vertical-align: text-bottom;
    padding-right: 40px;
    top: -2px;
    position: relative;
}
.radio-left:last-child {
    padding-right: 0;
}
.radio-right {
    padding-right: 10px;
    vertical-align: text-bottom;
    padding-left: 40px;
    top: -2px;
    position: relative;
}

    .radio-right:first-child {
        padding-left: 0;
    }


.sync:hover img {
    animation: spin 1.6s infinite linear;
}

.switch-field {
    display: block;
    overflow: hidden;
}

    .switch-field input {
        position: absolute !important;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        width: 1px;
        border: 0;
        overflow: hidden;
    }

    .switch-field label {
        background-color: #f4f3ef;
        color: rgba(0, 0, 0, 0.6);
        font-size: 14px;
        line-height: 1;
        text-align: center;
        padding: 8px 16px;
        margin-right: -1px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        transition: all 0.1s ease-in-out;
        margin-bottom: 0;
    }

        .switch-field label:hover {
            cursor: pointer;
        }

    .switch-field input:checked + label {
        background-color: #a5dc86;
        box-shadow: none;
    }

    .switch-field label:first-of-type {
        border-radius: 4px 0 0 4px;
    }

    .switch-field label:last-of-type {
        border-radius: 0 4px 4px 0;
    }
    .sub_title_black .btn {
        text-indent:0;
        margin-right:3vw;
    }
@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
@keyframes lignting {
    from {
        background: none;
    }

    to {
        background: rgba(225,24,46,.3);
    }
}
@keyframes lignting2 {
    from {
        fill: #D8D8D8;
    }

    to {
        fill: rgba(225,24,46,.3);
    }
}
    .info-title {
        color: #447DF7;
        cursor: pointer;
    }

    .popover {
        border: rgba(0,0,0,.25) 1px solid;
        max-width: 80vw
    }

        .popover > .arrow {
            border-width: 11px;
        }

        .popover.bottom .arrow:after {
            border-bottom-color: #fff;
        }

        .popover > .arrow, .popover > .arrow:after {
            border-color: transparent;
            border-style: solid;
        }

        .popover.top > .arrow:after {
            bottom: 0.6px;
        }

    .pop-ul {
        padding-left: 17px
    }

        .pop-ul li {
            list-style: square;
            font-size: 13px;
        }
.qna {
    clear: both;
    padding: 10px 0;
    color: #888;
    line-height: 1.8em;
    font-size: 0.9em;
    display: table;
}

    .qna img {
        vertical-align: text-bottom;
        width: 18px
    }

    .qna.qna-right {
        float: right;
        margin-right: 10px;
    }

    .qna.qna-btn {
        clear: inherit;
        cursor: pointer;
        padding: 0;
    }

        .qna.qna-btn img {
            vertical-align: top;
            margin-left: 8px;
        }

    .qna p {
        float: left;
        display: table;
        font-size: 12px;
    }

    .qna .qna-round {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-right: 10px;
        content: "";
        border-radius: 10px;
        vertical-align: middle;
        border: 1px solid;
    }

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-file {
    position: relative;
    display: inline-block;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #80bdff;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
        background-color: #e9ecef
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse"
    }

    .custom-file-input ~ .custom-file-label[data-browse]::after {
        content: attr(data-browse)
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + .75rem);
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        border-radius: 0 .25rem .25rem 0
    }

.td-btn {
    min-width : 80px !important;
}

.custom-combobox {
    position: relative;
    display: block;
}

.custom-combobox-toggle {
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: -2px;
    padding: 0 !important;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
    background: #fff;
}

    .custom-combobox-input::placeholder {
        color: #c3c3c3
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        box-shadow: none;
        width: 100%;
        border-radius: 0%;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        height: 34px;
        cursor: auto;
        display:block;
    }

.ui-widget.ui-widget-content {
    border: 1px solid #1c98ae;
    overflow-x: hidden;
    color:#fff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #1c98ae;
    border-left: none;
    background: #12213f;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index: 1000 !important;
}


.serialCheck .form-control[disabled], .serialCheck .form-control[readonly], .serialCheck fieldset[disabled] .serialCheck .form-control {
    background-color: transparent !important;
    border: 1px solid #1c98ae;
    border-radius: 4px;
    box-shadow: none;
    color: #eee;
    height: 34px;
    opacity: 0.6;
}


/* 지도 API */

.customoverlay {
    bottom: 50px;
    cursor: pointer
}

    .customoverlay .close:hover {
        cursor: pointer;
    }

    .customoverlay .cus-close {
        float:right;
        color:#fff;
        font-size:17px
    }

    .customoverlay:nth-of-type(n) {
        border: 0;
        box-shadow: 0px 1px 2px #888;
    }

    .customoverlay a {
        display: block;
        text-decoration: none;
        color: #fff;
        text-align: center;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        font-size: 14px;
        font-weight: bold;
        overflow: hidden;
       
        /*정상*/
        /*background: #2298fc;*/
        /*background: #d95050 url(http://t1.daumcdn.net/localimg/localimages/07/mapapidoc/arrow_white.png) no-repeat right 14px center;*/
    }

    .customoverlay .cus-title {
        padding: 10px 10px;
        font-size: 0.9em;
        background-color: #00268b;
        color:#fff;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }
        .customoverlay .cus-title p{
            margin:0;
        }

        .customoverlay .cus-contents {
            display: block;
            text-align: center;
            background: #fff;
            padding: 10px 15px;
            font-size: 14px;
            font-weight: bold;
            color: #000;
        }
    .customoverlay table tr td {
        border:none;
        text-align:left;
        padding:0 5px;
    }
    .customoverlay:after {
        content: '';
        position: absolute;
        margin-left: -12px;
        left: 50%;
        bottom: -12px;
        width: 22px;
        height: 12px;
        background: url('http://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png')
    }
.modal-dialog.modal-big input, .modal-dialog.modal-big select {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    box-shadow: none;
    color: #565656;
    height: 34px;
    text-overflow: ellipsis;
    width: 100%;
    margin: 0 5px;
}

.circle_progress {
    position: relative;
    width: 160px;
    height: 160px;
    display: table;
    margin: 10px auto;
}

    .circle_progress:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        border: 16px solid #f4f4f4;
        box-sizing: border-box;
        content: "";
    }

    .circle_progress .left,
    .circle_progress .right {
        position: absolute;
        top: 0;
        width: 80px;
        height: 160px;
        overflow: hidden;
        z-index: 10;
    }

        .circle_progress .left .bar,
        .circle_progress .right .bar {
            position: absolute;
            top: 0;
            width: 80px;
            height: 160px;
            border: 16px solid;
            box-sizing: border-box;
        }

    .circle_progress .left {
        left: 0;
    }

        .circle_progress .left .bar {
            left: 80px;
            border-top-right-radius: 160px;
            border-bottom-right-radius: 160px;
            border-left: 0;
            transform-origin: center left;
        }

    .circle_progress .right {
        right: 0;
    }

        .circle_progress .right .bar {
            right: 80px;
            border-top-left-radius: 160px;
            border-bottom-left-radius: 160px;
            border-right: 0;
            transform-origin: center right;
        }

    .circle_progress .value {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        font-size: 1.8em;
        color: #888;
        line-height: 160px;
        text-align: center;
        position: absolute;
    }

.has-switch {
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    /*   this code is for fixing safari bug with hidden overflow for border-radius   */
    -webkit-mask: url("../images/mask.png") 0 0 no-repeat;
    -webkit-mask-size: 60px 28px;
    -webkit-user-select: none;
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    line-height: 1.72222;
    mask: url("../images/mask.png") 0 0 no-repeat;
    overflow: hidden;
    position: relative;
    text-align: left;
    user-select: none;
    width: 60px;
    margin-top:5px;
}

    .has-switch.deactivate {
        cursor: default !important;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

        .has-switch.deactivate label,
        .has-switch.deactivate span {
            cursor: default !important;
        }

    .has-switch > div {
        position: relative;
        top: 0;
        width: 100px;
    }

        .has-switch > div.switch-animate {
            -webkit-transition: left 0.25s ease-out;
            transition: left 0.25s ease-out;
        }

        .has-switch > div.switch-off {
            left: -32px;
        }

        .has-switch > div.switch-on {
            left: 0;
        }

        .has-switch > div label {
            background: white;
            background: white;
            background: -moz-linear-gradient(top, white 0%, #f1f1f2 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f1f1f2));
            background: -webkit-linear-gradient(top, white 0%, #f1f1f2 100%);
            background: -o-linear-gradient(top, white 0%, #f1f1f2 100%);
            background: -ms-linear-gradient(top, white 0%, #f1f1f2 100%);
            background-color: #FFFFFF;
            background-size: 150% 150%;
            box-shadow: 0 1px 1px #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.25);
            cursor: pointer;
        }

    .has-switch input[type=checkbox] {
        display: none;
    }

    .has-switch span {
        -webkit-transition: 0.25s ease-out;
        /*     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset; */
        cursor: pointer;
        float: left;
        font-size: 11px;
        font-weight: 400;
        height: 28px;
        line-height: 15px;
        margin: 0;
        padding-bottom: 6px;
        padding-top: 7px;
        position: relative;
        text-align: center;
        text-indent: -10px;
        transition: 0.25s ease-out;
        width: 50%;
        z-index: 1;
    }

        /*스위치 버튼 87CB16 */

        .has-switch span.switch-left {
            background-color: royalblue;
            border-left: 1px solid transparent;
            border-radius: 30px 0 0 30px;
            color: #FFFFFF;
        }

    .has-switch .switch-off span.switch-left {
        background-color: #DDDDDD;
    }

    .has-switch span.switch-right {
        background-color: navy;
        border-radius: 0 30px 30px 0;
        color: #ffffff;
        text-indent: -3px;
    }

    .has-switch .switch-off span.switch-right {
        background-color: gray;
    }

    .has-switch label {
        -webkit-transition: 0.25s ease-out;
        border-radius: 12px;
        float: left;
        height: 22px;
        margin: 3px -15px;
        padding: 0;
        position: relative;
        transition: all 0.25s ease-out 0s;
        transition: 0.25s ease-out;
        vertical-align: middle;
        width: 22px;
        z-index: 100;
    }

    .has-switch .switch-on .fa-check:before {
        margin-left: 10px;
    }

    .has-switch:hover .switch-on label {
        margin: 3px -19px;
        width: 26px;
    }

    .has-switch:hover .switch-off label {
        margin: 3px -15px;
        width: 26px;
    }

.table.display.dataTable.no-footer thead {
    height: 47px;
}

#machineList_length {
    margin: 10px 0;
    float: right
}

#machineList_filter {
    margin: 10px 0;
    float: left
}


.table.display.dataTable.no-footer thead tr th {
    border-bottom: 1px solid #000;
    font-size: 1em;
}

table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0
}

    table.dataTable thead th,
    table.dataTable tfoot th {
        font-weight: bold
    }

    table.dataTable thead th,
    table.dataTable thead td {
        padding: 10px 18px;
        border-bottom: 1px solid #111
    }

        table.dataTable thead th:active,
        table.dataTable thead td:active {
            outline: none
        }

    table.dataTable tfoot th,
    table.dataTable tfoot td {
        padding: 10px 18px 6px;
        border-top: 1px solid #111
    }

    table.dataTable thead .sorting,
    table.dataTable thead .sorting_asc,
    table.dataTable thead .sorting_desc,
    table.dataTable thead .sorting_asc_disabled,
    table.dataTable thead .sorting_desc_disabled {
        cursor: pointer;
        *cursor: hand
    }

    table.dataTable thead .sorting,
    table.dataTable thead .sorting_asc,
    table.dataTable thead .sorting_desc,
    table.dataTable thead .sorting_asc_disabled,
    table.dataTable thead .sorting_desc_disabled {
        background-repeat: no-repeat;
        background-position: center right
    }

    table.dataTable thead .sorting {
        background-image: url("../images/sort_both.png")
    }

    table.dataTable thead .sorting_asc {
        background-image: url("../images/sort_asc.png")
    }

    table.dataTable thead .sorting_desc {
        background-image: url("../images/sort_desc.png")
    }

    table.dataTable thead .sorting_asc_disabled {
        background-image: url("../images/sort_asc_disabled.png")
    }

    table.dataTable thead .sorting_desc_disabled {
        background-image: url("../images/sort_desc_disabled.png")
    }

    table.dataTable tbody tr {
        background-color: #ffffff
    }

        table.dataTable tbody tr.selected {
            background-color: #B0BED9
        }

    table.dataTable tbody th,
    table.dataTable tbody td {
        padding: 8px 10px
    }

    table.dataTable.row-border tbody th,
    table.dataTable.row-border tbody td,
    table.dataTable.display tbody th,
    table.dataTable.display tbody td {
        border-top: 1px solid #ddd
    }

    table.dataTable.row-border tbody tr:first-child th,
    table.dataTable.row-border tbody tr:first-child td,
    table.dataTable.display tbody tr:first-child th,
    table.dataTable.display tbody tr:first-child td {
        border-top: none
    }

    table.dataTable.cell-border tbody th,
    table.dataTable.cell-border tbody td {
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd
    }

    table.dataTable.cell-border tbody tr th:first-child,
    table.dataTable.cell-border tbody tr td:first-child {
        border-left: 1px solid #ddd
    }

    table.dataTable.cell-border tbody tr:first-child th,
    table.dataTable.cell-border tbody tr:first-child td {
        border-top: none
    }

    table.dataTable.hover tbody tr:hover,
    table.dataTable.display tbody tr:hover {
        background-color: #f6f6f6
    }

        table.dataTable.hover tbody tr:hover.selected,
        table.dataTable.display tbody tr:hover.selected {
            background-color: #aab7d1
        }

    table.dataTable.order-column tbody tr > .sorting_1,
    table.dataTable.order-column tbody tr > .sorting_2,
    table.dataTable.order-column tbody tr > .sorting_3,
    table.dataTable.display tbody tr > .sorting_1,
    table.dataTable.display tbody tr > .sorting_2,
    table.dataTable.display tbody tr > .sorting_3 {
        background-color: #fafafa
    }

    table.dataTable.order-column tbody tr.selected > .sorting_1,
    table.dataTable.order-column tbody tr.selected > .sorting_2,
    table.dataTable.order-column tbody tr.selected > .sorting_3,
    table.dataTable.display tbody tr.selected > .sorting_1,
    table.dataTable.display tbody tr.selected > .sorting_2,
    table.dataTable.display tbody tr.selected > .sorting_3 {
        background-color: #acbad5
    }

  

    table.dataTable.display tbody tr.even > .sorting_1,
    table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
        background-color: #fafafa
    }

    table.dataTable.display tbody tr.even > .sorting_2,
    table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
        background-color: #fcfcfc
    }

    table.dataTable.display tbody tr.even > .sorting_3,
    table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
        background-color: #fefefe
    }

    table.dataTable.display tbody tr.even.selected > .sorting_1,
    table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
        background-color: #acbad5
    }

    table.dataTable.display tbody tr.even.selected > .sorting_2,
    table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
        background-color: #aebcd6
    }

    table.dataTable.display tbody tr.even.selected > .sorting_3,
    table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
        background-color: #afbdd8
    }

    table.dataTable.display tbody tr:hover > .sorting_1,
    table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
        background-color: #eaeaea
    }

    table.dataTable.display tbody tr:hover > .sorting_2,
    table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
        background-color: #ececec
    }

    table.dataTable.display tbody tr:hover > .sorting_3,
    table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
        background-color: #efefef
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_1,
    table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
        background-color: #a2aec7
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_2,
    table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
        background-color: #a3b0c9
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_3,
    table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
        background-color: #a5b2cb
    }

    table.dataTable.nowrap th,
    table.dataTable.nowrap td {
        white-space: nowrap
    }

    table.dataTable.compact thead th,
    table.dataTable.compact thead td {
        padding: 4px 17px 4px 4px
    }

    table.dataTable.compact tfoot th,
    table.dataTable.compact tfoot td {
        padding: 4px
    }

    table.dataTable.compact tbody th,
    table.dataTable.compact tbody td {
        padding: 4px
    }

    table.dataTable th.dt-left,
    table.dataTable td.dt-left {
        text-align: left
    }

    table.dataTable th.dt-center,
    table.dataTable td.dt-center,
    table.dataTable td.dataTables_empty {
        text-align: center
    }

    table.dataTable th.dt-right,
    table.dataTable td.dt-right {
        text-align: right
    }

    table.dataTable th.dt-justify,
    table.dataTable td.dt-justify {
        text-align: justify
    }

    table.dataTable th.dt-nowrap,
    table.dataTable td.dt-nowrap {
        white-space: nowrap
    }

    table.dataTable thead th.dt-head-left,
    table.dataTable thead td.dt-head-left,
    table.dataTable tfoot th.dt-head-left,
    table.dataTable tfoot td.dt-head-left {
        text-align: left
    }

    table.dataTable thead th.dt-head-center,
    table.dataTable thead td.dt-head-center,
    table.dataTable tfoot th.dt-head-center,
    table.dataTable tfoot td.dt-head-center {
        text-align: center
    }

    table.dataTable thead th.dt-head-right,
    table.dataTable thead td.dt-head-right,
    table.dataTable tfoot th.dt-head-right,
    table.dataTable tfoot td.dt-head-right {
        text-align: right
    }

    table.dataTable thead th.dt-head-justify,
    table.dataTable thead td.dt-head-justify,
    table.dataTable tfoot th.dt-head-justify,
    table.dataTable tfoot td.dt-head-justify {
        text-align: justify
    }

    table.dataTable thead th.dt-head-nowrap,
    table.dataTable thead td.dt-head-nowrap,
    table.dataTable tfoot th.dt-head-nowrap,
    table.dataTable tfoot td.dt-head-nowrap {
        white-space: nowrap
    }

    table.dataTable tbody th.dt-body-left,
    table.dataTable tbody td.dt-body-left {
        text-align: left
    }

    table.dataTable tbody th.dt-body-center,
    table.dataTable tbody td.dt-body-center {
        text-align: center
    }

    table.dataTable tbody th.dt-body-right,
    table.dataTable tbody td.dt-body-right {
        text-align: right
    }

    table.dataTable tbody th.dt-body-justify,
    table.dataTable tbody td.dt-body-justify {
        text-align: justify
    }

    table.dataTable tbody th.dt-body-nowrap,
    table.dataTable tbody td.dt-body-nowrap {
        white-space: nowrap
    }

    table.dataTable,
    table.dataTable th,
    table.dataTable td {
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1
}

    .dataTables_wrapper .dataTables_length {
        float: left
    }

    .dataTables_wrapper .dataTables_filter {
        float: right;
        text-align: right
    }

        .dataTables_wrapper .dataTables_filter input {
            margin-left: 0.5em
        }

    .dataTables_wrapper .dataTables_info {
        clear: both;
        float: left;
        padding-top: 0.755em
    }

    .dataTables_wrapper .dataTables_paginate {
        float: right;
        text-align: right;
        padding-top: 0.25em
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button {
            box-sizing: border-box;
            display: inline-block;
            min-width: 1.5em;
            padding: 0.5em 1em;
            margin-left: 2px;
            text-align: center;
            text-decoration: none !important;
            cursor: pointer;
            *cursor: hand;
            color: #333 !important;
            border: 1px solid transparent;
            border-radius: 2px
        }

            .dataTables_wrapper .dataTables_paginate .paginate_button.current,
            .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
                border-radius: 50%;
                margin: 0 2px;
                color: #797979;
                padding: 7px 13px;
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
            .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
            .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
                cursor: default;
                color: #666 !important;
                border: 1px solid transparent;
                background: transparent;
                box-shadow: none
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
                color: white !important;
                border: 1px solid #111;
                background-color: #585858;
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
                background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
                background: -moz-linear-gradient(top, #585858 0%, #111 100%);
                background: -ms-linear-gradient(top, #585858 0%, #111 100%);
                background: -o-linear-gradient(top, #585858 0%, #111 100%);
                background: linear-gradient(to bottom, #585858 0%, #111 100%)
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:active {
                outline: none;
                background-color: #2b2b2b;
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
                background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
                box-shadow: inset 0 0 3px #111
            }

        .dataTables_wrapper .dataTables_paginate .ellipsis {
            padding: 0 1em
        }

    .dataTables_wrapper .dataTables_processing {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 40px;
        margin-left: -50%;
        margin-top: -25px;
        padding-top: 20px;
        text-align: center;
        font-size: 1.2em;
        background-color: white;
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
        background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)
    }

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter,
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_processing,
    .dataTables_wrapper .dataTables_paginate {
        color: #333
    }

    .dataTables_wrapper .dataTables_scroll {
        clear: both
    }

        .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
            *margin-top: -1px;
            -webkit-overflow-scrolling: touch
        }

            .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th,
            .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td,
            .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th,
            .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
                vertical-align: middle
            }

                .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
                .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing,
                .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
                .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
                    height: 0;
                    overflow: hidden;
                    margin: 0 !important;
                    padding: 0 !important
                }

    .dataTables_wrapper.no-footer .dataTables_scrollBody {
        border-bottom: 1px solid #111
    }

    .dataTables_wrapper.no-footer div.dataTables_scrollHead > table,
    .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
        border-bottom: none
    }

    .dataTables_wrapper:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0
    }

.monitor_box_t {
    padding: 15px;
    display: table;
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #000;
    border-radius: 8px;
    font-weight: 600;
}
    .monitor_box_t span:last-child {
        float: right;
        font-size: 1.1em;
    }


.info-table > tbody > tr > td:nth-child(1):before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    background: grey;
    margin-top: 10px;
    border-radius: 5px;
}

.info-table > tbody > tr.error > td:before {
  
    background: tomato;
}

.info-table > tbody > tr.normal > td:before {
    
    background: blue;
}

.info-table > tbody > tr > td {
    font-size: 1.1em;
    line-height: 2em;
    white-space: nowrap;
    word-break: keep-all !important;
}
.more_btn {
    float: right;
    margin: 5px 0;
}

.table .tblset_bcnt label {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    width: 88px;
    padding: 5px 0px;
    border-radius: 5px;
    margin: 0px 4px;
}
.bg5 {
    color: #238cfa;
}
.bg6 {
    color: #fa2323;
}

.search-form {
    margin-top: 8px;
    float: left;
    max-width: 130px;
    min-width: 110px;
}

    .search-form:nth-child(3) {
        max-width: 185px;
    }

    .search-form .ui-widget.ui-widget-content {
        height: 46px;
        font-size: 1.1em;
        font-weight: 600;
    }

/*index2*/

.name-table {
    font-size: 1.8em !important;
    width: 100px;
    color: #eee
}

.imgMapShow img.img-responsive {
    margin: 0 auto;
}

.auto--scroll .table > tbody > tr > td {
    padding: 0;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

    .auto--scroll .table > tbody > tr > td:last-child {
        border-right: none;
    }

.Dtitle {
    border-bottom: 1px solid #bbb;
    margin: 0;
    padding: 5px 0;
    font-size: 0.9em;
    color: #555;
}

.auto--scroll {
    height: 75px;
    overflow-y: scroll;
}

    .auto--scroll p {
        padding-top: 5px
    }

.border-index {
    background-color: #e7e7e7;
    padding: 0;
    margin: 0;
    border-radius: 8px;
    float: left;
    width: 14%;
    border: 2px solid #fff;
    margin-bottom: 5px;
    min-width: 220px;
    margin: 0 10px 10px 10px
}
.machineTopTitle {
    padding-left: 20px;
}
    .border-index i {
        color: #fff;
        font-size: 2.5em;
        margin: 10px 0 2px;
    }

    .border-index h4 {
        margin: 13px 0 5px;
    }

    .border-index h6 span:nth-child(4) {
        padding-left: 10px;
    }

    .border-index .border-top {
        padding: 8px 10px;
        border-radius: 8px;
    }

    .border-index.bad {
        animation: lignting 1s infinite;
    }

    .border-index .border-bottom {
        padding: 0;
        background-color: #fff;
        border: 1px solid #bbb;
    }

.beforeCircle {
    position: relative;
}

    .beforeCircle.bad {
        background: unset !important;
    }

    .beforeCircle.good {
        background: unset !important;
    }

.countTxt {
    font-size: 1.18em;
    padding-left: 2px;
}

.table > tbody > tr > .all-table {
    min-width: 250px;
}  

/*details 페이지*/

.border-round {
    border: 1px solid grey!important;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    width: 100%;
    background: #d8d8d8;
    
}

    .border-round:hover {
        background: #52e5ffb0;
    }


.table.detailTable > tbody > tr.first-tr > td, .table.detailTable > tbody > tr.first-tr > td > h5{
    font-size: 1.4em;
    font-weight: 800;
}

.statBad {
    color: red !important;
    animation: text-flicker-out-glow 1.2s infinite both;
}

@keyframes text-flicker-out-glow {
    0% {
        opacity: 1;
    }

    10% {
        opacity: 1;
    }

    20% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    80% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}


/*
    .border-round.good {
        border: 1px solid #06C75C;
        background: rgba(6,199,92,.3);
    }

    .border-round.bad {
        border: 1px solid #E1182E;
        animation: lignting 1s infinite;
    }


    .border-round.good:hover {
        background: rgba(6,199,92,.6);
    }

    .border-round.bad:hover {
        background: rgba(225,24,46,.5);
    }*/
.flex_ {
    display: flex;
    justify-content: space-around;
}

    .flex_ h6 {
        color: #888;
        text-align: center;
    }



.voltol.bg-white {
    background: transparent;
}

.voltol {
    box-sizing: border-box;
    border: 1px solid #1c98ae;
    text-align: center;
    padding: 7px 0;
    width: 33%;
    word-break: break-all
}

    .voltol .voltol-num {
        font-size: 2em;
        margin: 0;
        line-height: 1.5;
    }

.voltol-title {
    color: rgba(255,255,255,.6);
}

.voltol .voltol-num.seriralN {
    font-size: 1.7em;
    margin: 0;
    line-height: 1.5;
    min-height: 42px;
    color:#fff;
}

.d_name {
    font-size: 1.2em;
    text-align: center;
    word-break: break-all;
    margin: 0;
}


/* 아코디언 메뉴 */


.accordion--Menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0 auto;
}

    .accordion--Menu ul li:first-child label {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .accordion--Menu ul li:last-child label {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .accordion--Menu ul li input[type='checkbox'] {
        display: none;
    }

    .accordion--Menu ul li label {
        display: block;
        padding: 12px;
        width: 300px;
        cursor: pointer;
        margin-bottom: 0 !important;
        border: 1px solid lightgray;
    }

    .accordion--Menu ul li i {
        font-size: 18px;
        vertical-align: middle;
        width: 20px;
        display: inline-block;
    }

    .accordion--Menu ul li span {
        display: inline;
        float: right;
        padding: 4px 6px;
        font-size: 10px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        position: relative;
    }

    .accordion--Menu ul li label:hover {
        background: #eee;
    }

        .accordion--Menu ul li label:hover span {
            background: #3e505e;
            color: #fff;
        }

    .accordion--Menu ul li input[type='checkbox']:checked ~ label {
        background: #eee;
    }


    .accordion--Menu ul li input[type='checkbox']:checked ~ .options {
        height: auto;
        display: block;
        min-height: 40px;
        max-height: 400px;
    }

    .accordion--Menu ul ul {
        background: #fff;
        margin: 0;
        padding: 0;
        -moz-box-shadow: inset 0 2px 2px #b3b3b3;
        -webkit-box-shadow: inset 0 2px 2px #b3b3b3;
        box-shadow: inner 0 2px 2px #b3b3b3;
    }

        .accordion--Menu ul ul li a {
            display: block;
            padding: 6px 12px;
            color: #999;
            text-decoration: none;
        }

            .accordion--Menu ul ul li a:hover {
                color: #000;
                background: #ededed;
            }

            .accordion--Menu ul ul li a span {
                color: #eee;
                background: grey;
                border: 1px solid #ccc;
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

        .accordion--Menu ul ul li {
            border-bottom: 1px solid #ccc;
        }

            .accordion--Menu ul ul li:first-child {
                padding-top: 6px;
            }



    .accordion--Menu ul li:last-child input[type='checkbox']:checked ~ label {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

.accordion--Menu .options {
    height: 0;
    display: block;
    overflow: hidden;
}

.index3 .imgMapShow .border-top h5 {
    color: #ddd;
}

.index3 .imgMapShow .border-top h6 span {
    color: #fff;
}
.border__line {
    margin: 0 0 0 1%;
    overflow: hidden;
}

.navbar-header h4 {
    margin: 14px 0px;
    font-family: 'Malgun Gothic';
    font-weight: 600;
    font-size: 2em;
    color: #ededed;
    display: inline-block;
    float: left;
    padding: 0 12px;
}

.flex-start {
    display: flex;
    justify-content: start;
    align-items: baseline;
    flex-wrap:wrap;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:100%;
}

.border-index.col-md-12.bad  h5{
    color:#fff;
}
.border-index.col-md-12.bad h6 span{
    color: #ddd;
}

.border-index.col-md-12.bad .table > tbody > tr > td:first-child {
    color: #333;
}

.border-index.good h5 {
    color: #333!important;
}

.border-index.good h6 span {
    color: #333!important;
}

/*검색*/
.radio-label{
    padding:0 10px
}

@media (max-width: 1440px) {
    /* #bbsform_chart .form-group .col-md-2.col-sm-3.col-xs-8.bottom {
        width: 23.666667%;
    }

    .formList .col-md-2 {
        width: 9.666667%;
    }*/
}

@media (max-width: 1024px) {
    #chart_width1{
        width:100%;
    }
    .border__line{
        margin: 0;
    }

   /* #bbsform_chart .form-group .col-md-2.col-sm-3.col-xs-8.bottom {
        width: 18.666667%;
    }
    .formList .col-md-2 {
        width: 19.666667%;
    }*/
    .radio-left {
        padding-right: 15px;
    }

    .radio-right {
        padding-left: 20px;
    }
}

@media (max-width: 768px) {
    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em
    }
    .table-responsive{
        border:none !important;
    }
    #map {
        width: 96%;
        margin: 0 auto;
        margin: 10px 0;
    }
  /*  #bbsform_chart .form-group.col-md-12.mb-10.flex-start {
       flex-wrap:unset;
    }
    .formList .col-md-2 {
        width: 33.666667%;
    }*/
}

@media screen and(max-width: 640px) {
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em
    }
}


@media (min-width: 768px) {

    .web_only {
        display: table-cell !important;
    }

    .m_only {
        display: none !important;
    }

    .view_page .table tr th {
        min-width: 120px;
    }

    .view_page .table tr td {
        max-width: 80%;
        text-align: left !important;
        padding: 10px 25px !important;
        font-size:1em;
    }

    .sync {
        cursor: pointer;
        margin-right: 50px;
    }

    .btn-success.fast {
        margin-left: 10px;
    }
    .modal-big {
        width: 80vw;
        margin:10vh auto;
    }

   
}

@media (max-width: 767px) {

    .web_only {
        display: none !important;
    }

    .m_only {
        display: table-cell !important;
    }

    .view_page .table tr th {
        min-width: 100px;
    }

    .view_page .table tr td {
        max-width: 70%;
    }

    .sub_page {
        padding: 10px;
    }

    .content-inner.inner-pd {
        padding-top: 30px;
    }

    .btn-success.fast {
        margin-top: 10px;
    }

    .sync {
        margin-right: 10px;
        padding-bottom: 10px;
    }

    .main-panel > .content {
        margin-top: 45px;
    }

    .mp-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .td-btn {
        min-width: 40px !important;
    }
    .modal-big {
        width: 90vw;
        margin: 10vh auto;
    }
    .border-index {
        width: 50%;
        min-height: 165px;
        margin: 0 0 5px;
    }
    .formList .col-md-2 {
        width: 70.666667%;
    }
    .voltol .voltol-num.seriralN {
        font-size: 1.4em;
    }
    #device_area{
        margin-top:20px
    }
    #dateTime{
        margin:20px 0;
    }
    #countTitle{
        font-size:1.3em;
    }
}
@media (max-width:425px){
    .bold.mt-20.float-right{
        float:unset !important;
        text-align:center!important;
    }
    .content-full-width.index {
        margin-top: 10vh;
    }
    .navbar-header h4 {
        font-size:1.6em;
    }
    .content-full-width .col-md-12 div {
        margin: 0 0 20px;
    }
    .search-form {
        max-width: 95px;
        min-width: 80px;
    }
    #siteSearchForm{
        max-width:120px;
    }
    #bbsform_chart .form-group.col-md-12.mb-10.flex-start {
        flex-wrap: wrap;
    }
/*    #bbsform_chart .form-group .col-md-2.col-sm-3.col-xs-8.bottom {
        width: 66.666667%;
    }*/
    .formList .col-md-2 {
        width: 65.666667%;
    }
    .machineTopTitle {
        padding-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .name-table {
        font-size: 1.4em;
    }
}

@media (max-width:375px) {

    .flex-start.tab_container {
        flex-wrap: unset;
    }
}

    .up-btn, .down-btn {
        bottom: 0px;
        display: inline-block;
        font-family: 'FontAwesome';
        opacity: 0.8;
        position: relative;
    }

        .up-btn:before {
            content: "\f062";
        }

        .down-btn:before {
            content: "\f063";
        }



    .sel_depart {
        border: 1px solid #1c98ae;
        padding: 10px;
        border-radius: 4px;
        margin: 0 2px !important;
        text-align: center;
        cursor: pointer;
        max-width: 150px;
        color: #eee;
    }

    .sel {
        background: #1c98ae;
        color: #fff;
        font-weight: bold;
    }

    span {
        color: #eee;
    }

    h6 span {
        color: #333
    }