/*
@font-face {
  font-family: 'SCDream';
  src: url('../font/SCDream1.otf');
  font-weight:100;
  font-style:normal;
}
@font-face {
  font-family: 'SCDream';
  src: url('../font/SCDream2.otf');
  font-weight:200;
  font-style:normal;
}
@font-face {
  font-family: 'SCDream';
  src: url('../font/SCDream3.otf');
  font-weight:300;
  font-style:normal;
}
@font-face {
  font-family: 'SCDream';
  src: url('../font/SCDream4.otf');
  font-weight:400;
  font-style:normal;
}
@font-face {
  font-family: 'SCDream';
  src: url('../font/SCDream5.otf');
  font-weight:500;
  font-style:normal;
}
@font-face {
  font-family: 'SCDream';
  src: url('../font/SCDream6.otf');
  font-weight:600;
  font-style:normal;
}
@font-face {
  font-family: 'SCDream';
  src: url('../font/SCDream7.otf');
  font-weight:700;
  font-style:normal;
}
@font-face {
  font-family: 'SCDream';
  src: url('../font/SCDream8.otf');
  font-weight:800;
  font-style:normal;
}
@font-face {
  font-family: 'SCDream';
  src: url('../font/SCDream9.otf');
  font-weight:900;
  font-style:normal;
}
*/
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@500&display=block');*/
html {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Noto Sans KR', sans-serif !important;
    width: 100%;
    min-height: 100%;
    background: #E8E8E8;
}

a {
    color: black;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-transition: background-color 9999s ease-out;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: #000 !important;
}


/* ===================================
    로그인
====================================== */
.login-form {
    width: 420px;
}

.login-input {
    border: 1px solid #d1d1d1;
    border-radius: 10px;
}

/* ===================================
    헤드
====================================== */
.menu_width {
    width: 570px;
    margin: 0 auto;
}

.navbar-inverse {
    background-color: #434C54;
}

.nav-logo {
    display: inline-block;
    font-size: 50px;
    line-height: 80px !important;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.nav-clear {
    float: left;
    width: 20%;
    display: inline-block;
    height: 80px;
}


.nav-li {
    line-height: 80px !important;
}


/* 상단 메뉴 */
.icon-list span {
    display: block;
}

.icon-list .menu-icon {
    height: 26px;
    line-height: 26px;
}

.icon-list .menu-title {
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
}

/* 메뉴 */

.mtop_menu {
    position: absolute;
    display: block;
    top: 60px;
    right: 355px;
}

.mtop_menu>li {
    float: left;
    width: 150px;
    display: block;
    height: 80px;
    font-size: 2.1rem;
}

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

.mtop_menu>li>a {
    color: #fff;
}

.mtop_menu>li>a:hover {
    color: #E9A410;
    text-decoration: none;
}

.mtop_menu>:first-child>a:after {
    display: block;
    width: 40px;
    content: '';
    border-bottom: solid 2px #E9A410;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;

}


.mtop_menu>:nth-child(2)>a:after {
    display: block;
    width: 60px;
    content: '';
    border-bottom: solid 2px #E9A410;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.mtop_menu>li:nth-child(3)>a:after {
    display: block;
    width: 40px;
    content: '';
    border-bottom: solid 2px #E9A410;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.mtop_menu>li>a:hover:after {
    transform: scaleX(1);
}

/*채널연결*/
.quickBn {
    position: fixed;
    right: 60px;
    bottom: 60px;
}

.quickBn div {
    width: 65px;
    height: 65px;
    background: #F8F8F8;
    border: 1px solid #E9E9E9;
    border-radius: 50%;
    box-shadow: 0px 0px 6px #00000024;
}

.quickBn div img {
    display: block;
    margin: 0 auto;
}

.quickBn div a {
    display: block;
}

.quickBn .kakao {
    margin-bottom: 15px;
    padding: 18px 0;
}

.quickBn .kakao:hover {
    background: #fbefbe;
    transition: all 0.3s ease;
}

.quickBn .bpa:hover {
    background: #fbefbe;
    transition: all 0.3s ease;
}

.quickBn .bpa {
    padding: 19px 0;
}

.quickBn .bpa p {
    font-size: 12px;
    text-align: center;
    color: #222;
    margin: 0;
    line-height: 19px;
}

/* 메뉴 반응 */
@media (max-width:1800px) {
    .mtop_menu {
        width: calc(300/800*75%);
        right: 270px;
    }
}

@media (max-width:1750px) {
    .mtop_menu {
        width: calc(400/800*70%);
        right: 150px;
    }
}

@media (max-width:1400px) {
    .mtop_menu {
        width: calc(500/800*70%);
        right: 0;
    }
}

/* 우측 body */

.right-body {
    float: left;
    margin-left: 17%;
    width: 83%;
    padding: 15px 40px;
}


/* ===================================
    대시보드
====================================== */
.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.container {
    width: 100%;
    padding: 0;
    max-width: 100%;
    height: 100%;
}

.at-body {
    float: left;
    background: #2A4053;
}

.main {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #F7F7F7;
    padding: 30px 30px 0 30px;
}

.main-row {
    display: flex;
    flex-direction: row;
    margin: 10px -15px;
}

.row {
    display: flex;
    flex-direction: row;
    margin: 20px -15px;
}

.panel {
    float: left;
    width: 100%;
    padding: 15px;
    background: white;
    min-height: 320px;
    border: 1px solid #E6E9ED;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.title {
    font-family: 'SCDream', sans-serif !important;
    padding: 10px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

/* border-bottom:1px solid #ECECEC; */
.content {
    display: flex;
    flex-direction: column;
}

.content table {
    min-width: 100%;
    font-size: 14px;
    table-layout: fixed;
}

.content thead {
    margin: 15px 0;
}

.content thead th {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
}

.content tbody tr {
    border-bottom: 1px solid #DCDCDC;
    cursor: pointer;
}

.content tbody tr:hover {
    background: rgba(38, 185, 154, 0.07);
}

.content tbody td {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content tbody td.left {
    text-align: left;
}

.content tbody td.right {
    text-align: right;
}

tbody tr:nth-child(2n+1) th,
tbody tr:nth-child(2n+1) td {
    background: #F2F2F2;
}

tbody tr:nth-child(2n) th,
tbody tr:nth-child(2n) td {
    background: #FFFFFF;
}

/* ===================================
     공통 컴포넌트
 ====================================== */

/* input 태그 */

.form-input {
    height: 35px;
    margin: 0;
    background: #DEF0FA;
    border: none;
    border-radius: 6px;
}

/* 체크박스 */
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    line-height: inherit;
}

input[type=checkbox] {
    cursor: pointer;
}

/* 버튼 */

.btn {
    /*font-family: 'SCDream',sans-serif!important;font-weight:500!important;*/
    color: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.btn:hover {
    color: white;
}

.btn-green {
    background: #1FBB9D;
}

.btn-cancel {
    background: #e93600;
}

.btn-navy {
    background: #324A90;
}

.btn-red {
    background: red;
}

.btn-grey {
    background: #5a6268;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn_submit {
    width: 90px;
    height: 32px;
    background: #3c7fba;
    box-shadow: none;
    border-radius: 10px;
    border-color: #2e6da4;
    padding: 0;
    color: #fff !important;
    text-align: center;
    line-height: 16px;
}

.btn_insert {
    width: 90px;
    height: 32px;
    background: #2597EF;
    box-shadow: none;
    padding: 0;
    text-align: center;
    line-height: 16px;
}

.btn_delete {
    width: 90px;
    height: 32px;
    background: #d9524e;
    box-shadow: none;
    padding: 0;
    text-align: center;
    line-height: 16px;
    color: #fff;
}

.btn-select {
    background: #0069d9;
}

.btn_download {
    width: 100px;
    height: 32px;
    background: #1a940a;
    box-shadow: none;
    padding: 0;
    text-align: right;
    line-height: 16px;
}

.btn_upload {
    width: 100px;
    height: 32px;
    background: #1a940a;
    box-shadow: none;
    padding-top: 1.9px;
    padding-right: 2px;
    text-align: right;
    line-height: 16px;
}

#btn_upload_input {
    display: none;
}

#btn_inquire {
    width: 190px;
    background: #e1ab0b;
    border-radius: 10px;
    box-shadow: none;
}

#btn_submit {
    width: 190px;
    background: #3c7fba;
    border-radius: 10px;
    box-shadow: none;
}

#label {
    text-align: left;
    color: black;
    font-weight: bold;
}

.body-row {
    display: flex;
    height: 50px;
    border: 1px solid #EDEDED;
}

.body-row div {
    display: flex;
    align-items: center;
    height: 50px;
    font-weight: bold;
}

.grey {
    background: #F2F2F2;
    border: 1px solid #EDEDED;
}

/* 페이지별 조회 부 */
#page_header {
    margin: 0 -40px;
    padding: 0 40px;
    border-bottom: 1px solid #C6C6C6;
}

#input_header {
    display: block;
    padding: 8px 0;
    color: black;
    font-size: 15px;
    width: 100%;
    line-height: 22px;
    overflow: auto;
}

#input_header div {
    padding: 0;
    text-align: center;
    position: relative;
}

/* #input_header input, #input_header select {width:140px;} */

@media (max-width:1480px) {
    #input_header {
        font-size: 14px;
        height: auto;
        padding: 0;
    }

    #page_header {
        padding: 6px 40px;
    }

    #input_header div {
        margin-bottom: 4px;
    }
}

/* 페이지별 테이블 */
#table_head {
    min-height: 52px;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.table_head {
    min-height: 52px;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.table {
    padding: 0;
    background: white;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
}

.table table {
    width: 100%;
    background: #082D6B;
    border-radius: 5px;
    border-style: hidden;
}

.table table thead {
    height: 60px;
}

.table table thead tr {
    color: white;
    font-size: 16px;
}

.table table thead tr th {
    text-align: center;
    font-weight: normal;
    border-right: 1px solid #ccc;
}

.table table tbody tr {
    height: 40px;
    font-size: 16px;
}

.table table tbody tr td {
    text-align: center;
    font-weight: normal;
    min-width: 130px;
    border-right: 1px solid #ccc;
}

.table table tbody tr td:first-child {
    text-align: center;
    font-weight: normal;
    min-width: 50px;
}





/* 팝업창 */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
}

.is-open {
    display: flex;
    align-items: center;
    justify-content: center;
}

.is-close {
    display: none;
}

#close-btn {
    float: right;
    border: none;
    background: white;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

/* 공통 블록 */
div#sidebar-block,
div#sidebar-menu {
    position: fixed;
    display: flex;
    flex-direction: column;
    float: left;
    min-height: 100%;
    background: #072D6C;
    width: 17%;
    padding: 0;
    z-index: 10;

    -webkit-transition: left .8s;
    transition: left .8s;
}

div#side-scroll {
    padding: 10px 0;
    overflow-y: auto;
    height: 100vh;
    scroll-margin: 0;
}

div#main-block,
div.right-body {
    float: left;
    margin-left: 17%;
    width: 83%;
    padding: 15px 40px;
    min-width: 1000px;
    z-index: 20;
}

@media screen and (max-width: 1600px) {

    div#sidebar-block,
    div#sidebar-menu {
        width: 270px;
    }

    div#main-block,
    div.right-body {
        margin-left: 270px;
    }

    div#sidebar-block #side-menu #profile,
    #sidebar-menu #side-menu #profile {
        padding-left: initial;
    }
}

#side-toggle {
    display: none;
}

@media screen and (max-width: 1024px) {

    div#sidebar-block,
    div#sidebar-menu {
        left: -267px;
    }

    div#main-block,
    div.right-body {
        margin-left: 0;
        width: 100%;
        max-width: 1000px;
    }

    #side-toggle {
        display: block;
        position: absolute;
        top: 194px;
        right: -32px;
        width: 32px;
        height: 74px;
        background: #082D6B 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 0px 5px 5px 0px;
        opacity: 1;
    }

    div#sidebar-block.open,
    div#sidebar-menu.open {
        left: 0px;
    }

    #side-toggle #side-arrow {
        position: absolute;
        top: 27px;
        left: 4px;
        width: 21px;
        height: 21px;
        border: 1px solid #FFFFFF;
        opacity: 1;
        border-radius: 50%;
        color: #fff;
        text-align: center;
        padding-top: 3px;
        transform: rotate(180deg);

        -webkit-transition: all .8s;
        transition: all .8s;
    }

    div#sidebar-block.open #side-toggle #side-arrow,
    div#sidebar-menu.open #side-toggle #side-arrow {
        transform: rotate(0deg);
    }
}

/* DB select */
#db_select {
    position: absolute;
    left: 10px;
    bottom: 20px;
    z-index: 10;
}

[v-cloak] {
    display: none;
}

.loading {
    background-image: url(/images/wait.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.tabulator {
    background-color: #fff;
    border: 0px solid #999;
    border-radius: 6px;
}

.tabulator .tabulator-header .tabulator-col {
    color: #fff;
    font-weight: normal;
    background-color: #082D6B;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
    padding: 1px 2px;
}

.tabulator-row .tabulator-cell {
    height: 40px;
}

.tabulator .tabulator-tableholder .tabulator-table {
    color: #6f6f77;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
    text-align: center;
}

.tabulator .tabulator-footer {
    color: #0C5CD5;
}

.tabulator-row.tabulator-selectable:hover {
    background-color: #BFD7F1;
    cursor: pointer;
}

.tabulator .tabulator-header {
    background-color: #082d6b;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {
    cursor: pointer;
    background-color: #082d6b;
}

/*flex*/
.flexcol {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.flexrow {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

.flexstart {
    justify-content: flex-start;
}

.flexend {
    justify-content: flex-end;
}

.flexcenter {
    justify-content: center;
}

.flexbetween {
    justify-content: space-between;
}

.flexaround {
    justify-content: space-around;
}

.flexevenly {
    justify-content: space-evenly;
}

.flexfillstart {
    align-items: flex-start;
}

.flexfillend {
    align-items: flex-end;
}

.flexfillcenter {
    align-items: center;
}

.flexfillstrech {
    align-items: stretch;
}

.flexfillbaseline {
    align-items: baseline;
}

.flex-auto {
    flex: auto;
}

.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 2;
}

.flex-3 {
    flex: 3;
}

.flex-4 {
    flex: 4;
}

.flex-5 {
    flex: 5;
}

.flex-6 {
    flex: 6;
}

.flex-7 {
    flex: 7;
}

.flex-8 {
    flex: 8;
}

.flex-9 {
    flex: 9;
}

.flex-10 {
    flex: 10;
}

.flex-11 {
    flex: 11;
}

.flex-12 {
    flex: 12;
}


.gap1 {
    gap: 1px !important;
}

.gap5 {
    gap: 5px !important;
}

.gap10 {
    gap: 10px !important;
}

.gap20 {
    gap: 20px !important;
}

.gap30 {
    gap: 30px !important;
}

.gap40 {
    gap: 40px !important;
}

.gap50 {
    gap: 50px !important;
}

.gap60 {
    gap: 60px !important;
}

.gap70 {
    gap: 70px !important;
}

.gap80 {
    gap: 80px !important;
}

.gap90 {
    gap: 90px !important;
}

.gap100 {
    gap: 100px !important;
}

.gap120 {
    gap: 120px !important;
}

.gap150 {
    gap: 150px !important;
}

.gap200 {
    gap: 200px !important;
}

.gap250 {
    gap: 250px !important;
}

.gap300 {
    gap: 300px !important;
}