/* 온라인여부 */
.online {
    width: 10px;
    height: 10px;
    background: #4fb56a;
    border-radius: 100px;
    margin: 0 auto;
}

.offline {
    width: 10px;
    height: 10px;
    background: #ED4C4C;
    border-radius: 100px;
    margin: 0 auto;
}

/* drop */
.drop {
    position: absolute;
    left: 33%;
    top: 33px;
    border-radius: 15px;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(50px);
    box-shadow: 0 0 30px #04051A;
    z-index: 10000;
    width: max-content;
    transform: translateX(-50%);
    display: none;
    padding: 10px 0;
}

.drop ul li {
    padding: 0 20px;
    line-height: 28px;
    cursor: auto;
}

/* form */
.form-group {
    margin-bottom: 0 !important;
    position: relative;
}

#input {
    position: relative;
}

#optionList {
    position: absolute;
    width: 100%;
    top: 40px;
    border-radius: 10px;
    background: #0D0E22;
    padding: 10px;
}

#optionList option {
    background: transparent;
    line-height: 40px;
    cursor: pointer;
}

#optionList option:hover {
    color: #2994ff;
}

/* font weight */
.bold {
    font-weight: bold;
}

.fontWeight900 {
    font-weight: 900;
}


/* color */
.color-red {
    color: #ED4C4C;
}

.color-blue {
    color: #0074E9;
}

.color-white {
    color: #fff;
}

.color-grey {
    color: #ccc;
}

.bg-blue {
    background: #0074E9;
}

/* icon */
.fa-download,
.fa-gear {
    color: #fff;
    margin-right: 5px;
}

/* margin */
.marginAuto {
    margin: 0 auto;
}

/* select */
.select_type1 {
    width: max-content;
    border: 1px solid #616380;
    height: 36px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    padding: 0 150px 0 10px;
}

/* select 검색 */
.dropdown.form-control {
    background: transparent;
    outline: none !important;
    box-shadow: none !important;
}

.dropdown-toggle {
    background: transparent;
    border: 1px solid #616380;
    outline: none !important;
    height: 36px;
    width: 100%;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    padding: 0 10px;
}

.dropdown-toggle:focus {
    box-shadow: none;
}

.filter-option-inner {
    line-height: 34px;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder {
    color: #5C5D7C !important;
}

.dropdown-menu {
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(30px);
    box-shadow: 0 0 30px #04051A;
    border-radius: 5px;
}

.dropdown-menu.inner {
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
}

.dropdown-menu>li>a {
    color: #fff;
    line-height: 1.8;
}

.dropdown-menu>li>a:hover {
    background: rgba(0,0,0,.15);
    color: #fff;
}

.bs-searchbox .form-control {
    color: #fff !important;
}

.bs-searchbox .form-control:focus {
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #fff;
}

.bootstrap-select .no-results {
    background: transparent !important;
    color: #fff;
}


/* 검색 */
.setting_area {
    display: inline-block;
    width: 100%;
}


/* datepicker */
.datepicker {
    background: #fff;
    padding: 10px !important;
    z-index: 999 !important;
}
.datepicker-switch {
    font-size: 15px !important;
}
.datepicker td, .datepicker th {
    width: 30px !important;
    height: 22px !important;
    font-size: 13px;
}
.prev, .next {
    padding-bottom: 4px;
}
#datePicker:focus {
    background: transparent;
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #fff;
    color: #fff;
}
.datepicker table tr td.active.active {
    background: #0172E6 !important;
}
.datepicker table tr td.today {
    background-color: #ccc !important;
    background-image: none !important;
}
.datepicker_ico {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

/* log */
.log {
    margin-top: 15px;
    padding: 20px;
    border: 1px solid #34364d;
    font-size: 14px;
}


/* button */
.button {
    padding: 0 15px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 36px;
}

.searchBtn {
    background: #515271;
    color: #fff;
    padding: 0 15px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 36px;
}

.button-maxcontent {
    width: max-content !important;
    padding: 0 20px;
}

.filterBtn {
    background: #515271;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 14px;
}

.listBtn {
    cursor: pointer;
}

.downBtn {
    height: 100%;
    display: inline-block;
    width: max-content !important;
    background: #515271;
    padding: 5px 15px !important;
    border-radius: 5px;
    font-size: 14px;
}

.uploadBtn {
    height: 100%;
    display: inline-block;
    width: max-content !important;
    cursor: pointer;
    padding: 5px 15px !important;
}

.uploadBtn.none {
    height: 100%;
    display: inline-block;
    width: max-content !important;
    cursor: pointer;
    padding: 5px 15px !important;
    background-color: #732f2f;
}

.button_light {
    background: #292A43;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(4, 5, 26, .5);
    color: #fff;
    width: 100px;
    height: 40px;
}

.button_dark {
    background: #101125;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(4, 5, 26, .5);
    color: #fff;
    width: 100px;
    height: 40px;
}

a.button-edit:hover {
    text-decoration: underline;
}

.proxy_button1 {
    padding: 2px 10px;
    background: #0074E9;
    border-radius: 5px;
    color: #fff;
}

.proxy_button2 {
    padding: 2px 10px;
    background: #4f5063;
    border-radius: 5px;
    color: #fff;
}

.proxy_button3 {
    padding: 2px 10px;
    background: #229942;
    border-radius: 5px;
    color: #fff;
}

.proxy_button4 {
    padding: 2px 10px;
    background: #d33030;
    border-radius: 5px;
    color: #fff;
}

.tableBtn {
    padding: 2px 10px;
    display: inline-block;
    width: max-content !important;
    background: #515271;
    border-radius: 5px;
    font-size: 13px;
}


/* 토글스위치 */
.switch-button {
    vertical-align: middle;
    position: relative;
    display: inline-block;
    width: 100%;
    width: 55px;
    height: 23px;
    margin-right: 0 !important;
}

.switch-button input {
    opacity: 0;
    width: 0;
    height: 0;
}

.onoff-switch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
    width: 100%;
    width: 55px;
    height: 24px;
    border: 2px solid transparent;
    border-radius: 100px;
    background: #515271;
}

.onoff-switch:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background: #202137;
    -webkit-transition: .5s;
    transition: .4s;
    border-radius: 100px;
    z-index: 901;
}

.switch-button input:checked+.onoff-switch {
    background: #fff;
}

.switch-button input:checked+.onoff-switch:before {
    -webkit-transform: translateX(32px);
    -ms-transform: translateX(32px);
    transform: translateX(32px);
    background: #0172E6;
}

.switch-button input[type=checkbox]+.onoff-switch:after {
    content: 'OFF';
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 6px;
    color: #191a2e;
    font-size: 12px;
    font-weight: bold;
    z-index: 900;
}

.switch-button input:checked+.onoff-switch:after {
    content: "ON";
    left: -12px;
    text-align: center;
}


/* pgnation */
.pgnation {
    margin: 0 auto;
    width: max-content;
}

.pgnation a {
    background: #0D0E22;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    margin-right: 5px;
}

.pgnation a:last-child {
    margin-right: 0;
}

.pgnation a.active {
    background: #343551;
}

.pgnation a:hover {
    background: #343551;
}

/* popup */
.modal-medium {
    max-width: 626px !important;
    min-width: 626px !important;
}

.modal-large {
    max-width: 800px !important;
    min-width: 800px !important;
}

.modal-xlarge {
    max-width: 1500px !important;
    min-width: 1500px !important;
}

.modal-content {
    background: #292A43;
    border-radius: 30px;
    color: #fff;
    box-shadow: 0 0 30px #0D0E22;
    overflow: hidden;
}

.modal-header {
    border: 0;
    padding: 30px 30px 0 30px;
}

.modal-header h2 {
    font-size: 20px;
    font-weight: bold;
}

.modal-body {
    padding: 20px 30px 30px 30px;
}

.modal-footer {
    border: 0;
    background: #202137;
    height: 72px;
}

/* dataTables */
.dt-info {
    display: none;
}

.dt-length {
    display: none;
}

.dt-search label {
    display: none;
}

.dt-paging.paging_full_numbers {
    display: none;
}


/* table */
th,
td {
    font-size: 14px;
}

table {
    width: 100%;
}

.table_wrap {
    border-radius: 10px;
    overflow: hidden;
}

.table-type1 tbody tr {
    border-bottom: 1px solid #292A43;
}

.table-type1 tbody tr:last-child {
    border-bottom: 0;
}

.table-type1 tbody tr th {
    background: #101125;
    text-align: center;
    height: 50px;
    vertical-align: middle;
    font-weight: normal;
}

.table-type1 tbody tr td {
    background: #22233D;
    vertical-align: middle;
    padding: 12px 15px;
}

.table-type2 tbody tr td {
    border: 1px solid #5A5A72;
    padding: 6px 15px;
}

.table-type2 tbody tr.error td {
    background: #4F2837;
}

.table-type3 thead tr th,
.table-type3 tbody tr td {
    padding: 6px 10px;
    vertical-align: middle;
}

.table-type3 thead tr th {
    background: #101125;
    text-align: center;
    border-right: 1px solid #5A5A72;
}

.table-type3 thead tr th:last-child,
.table-type3 tbody tr td:last-child {
    border-right: 0;
}

.table-type3 tbody tr td {
    background: #22233D;
    border-right: 1px solid #5A5A72;
    border-bottom: 1px solid #5A5A72;
}

.table-type3 tbody tr:last-child td {
    border-bottom: 0;
}

.table-type4 {
    border-radius: 10px;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.table-type4>thead>tr>th {
    text-align: center;
    background: #0D0E22;
    border-right: 1px solid #22233a;
}

.table-type4 thead tr th:last-child {
    border-right: 0;
}

.table-type4>tbody>tr:hover>td:not(.accordion-body) {
    background: #343551;
}

.table-type4>tbody>tr>td {
    background: #191a2e;
    border-bottom: 1px solid #22233a;
    border-right: 1px solid #22233a;
}

.table-type4>tbody>tr>td:last-child {
    border-right: 0;
}

.table-type4>tbody>tr:last-child>td {
    border-bottom: 0;
}

.table-type4 th,
.table-type4 td {
    padding: 10px 15px;
}

.btn-table-expand {
    color: #fff;
}

.accordion-body {
    padding: 20px 30px !important;
    background: #0d0e22 !important;
}

.sub_table {
    border: 1px solid #343551;
}

.sub_table th,
.sub_table td {
    padding: 5px 15px;
}

.sub_table thead tr th {
    background: #343551;
    border-right: 1px solid #22233a;
    text-align: center;
}

.sub_table tbody tr td {
    border-right: 1px solid #343551;
    border-bottom: 1px solid #343551;
    background: #191a2e;
}

.sub_table tbody tr td:last-child {
    border-right: 0;
}

.sub_table tbody tr:last-child td {
    border-bottom: 0;
}

.sub_table tbody tr:hover td {
    background: #0d0e22 !important;
}


/* accordion */
.acc_wrap {
    background: #101125;
    border-radius: 10px;
    overflow: hidden;
}

.acc_wrap li {
    border-bottom: 1px solid #292A43;
}

.acc_wrap li:last-child {
    border-bottom: 0;
}

.acc_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.acc_list .btn_acc_wrap {
    display: block;
    position: relative;
    padding: 13px 48px 13px 24px;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    width: 58%;
}

.acc_list .btn_edit_all_wrap {
    width: 42%;
}

.acc_wrap li:first-child .btn_acc {
    border-top: none;
}

.button-type1 {
    background: #292A43;
    border-radius: 5px;
    width: 128px;
    text-align: center;
    font-size: 14px;
    padding: 5px 10px;
}

.btn_edit_all {
    margin-left: 10px;
    float: left;
}

.btn_vm_re {
    float: left;
}

.button-type2 {
    background: #1c4278;
    border-radius: 5px;
    width: 110px;
    text-align: center;
    font-size: 14px;
    padding: 5px 10px;
}

.acc_list>div>a {
    display: block;
}

.acc_wrap li .btn_acc:after {
    content: '';
    background: url('../../images/acc_arrow_off.png') no-repeat center;
    display: block;
    position: absolute;
    top: 50%;
    right: -310px;
    transform: translateY(-50%);
    width: 60px;
    height: 50px;
    text-align: center;
}

.acc_wrap li.active .btn_acc:after {
    background: url('../../images/acc_arrow_on.png') no-repeat center;
}

.acc_wrap li .btn_acc .acco_sub {
    padding-right: 30px;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #c2c2c2;
    font-size: 14px;
}

.acc_wrap li>.acc_info {
    display: none;
    position: relative;
}

.acc_wrap li>.acc_info .acc_info_inner {
    padding: 25px;
    background: #22233D;
}

.acc_wrap li>.acc_info .acc_tit:not(:first-child),
.acc_wrap li>.acc_info .acc_sub_tit:not(:first-child),
.acc_wrap li>.acc_info .num_list:not(:first-child),
.acc_wrap li>.acc_info .acc_txt:not(:first-child),
.acc_wrap li>.acc_info .acc_warn_txt:not(:first-child) {
    margin-top: 16px;
}

.acc_wrap li>.acc_info .acc_sub_tit+.acc_txt {
    margin-top: 8px;
}


/* select */
.setting {
    width: max-content;
    float: right;
}

.view_num {
    width: 120px;
    padding: 0 10px;
}


/* -- mobile( ? ~ 576px ) -- */
@media screen and (max-width: 576px) {}


/* -- mobile( ? ~ 1199px ) -- */
@media screen and (max-width: 1199px) {}

/* -- desktop( 1200px ~ ? ) -- */
@media screen and (min-width: 1200px) {}