/**
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ COMMON 공통
*/

    .loading-dots {
        font-size: 24px;
        font-weight: bold;
        display: none;
    }

    .loading-dots span {
        animation: dots 1.5s steps(5, end) infinite;
    }

    @keyframes dots {
        0%, 20% {
            color: rgba(0, 0, 0, 0);
            text-shadow:
            .25em 0 0 rgba(0, 0, 0, 0),
            .5em 0 0 rgba(0, 0, 0, 0);
        }
        40% {
            color: black;
            text-shadow:
            .25em 0 0 rgba(0, 0, 0, 0),
            .5em 0 0 rgba(0, 0, 0, 0);
        }
        60% {
            text-shadow: 
            .25em 0 0 black,
            .5em 0 0 rgba(0, 0, 0, 0);
        }
        80%, 100% {
            text-shadow: 
            .25em 0 0 black,
            .5em 0 0 black;
        }
    }



    .boxcover{
        position: absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background-color: rgba(0,0,0,.85);
    }
    .boxcover > div{
        /* color:#fff; */
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50% , -50%);
        padding:15px 20px;
        background:#f1f1f1;
        border-radius: 10px;;
        cursor:pointer;
    }

    


    .loading{
        position: fixed;
        top:0;
        left:0;
        width:100vw;
        height:100vh;
        background:rgba(0,0,0,.8);
        z-index: 999;
        display: none;
    }
    .loading > img{
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%) scale(.5);

    }
    .flex_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .m_t_100 {
        margin-top: 100px !important
    }




    .notice{
        font-size: .9em;  
        margin:0 30px ;  
    }
    .notice > li{
        color:red;
        padding:5px 0;
        list-style: circle;
    }

    .loop_box {
        border: 1px solid #ddd;
    }

    .loop_box>div {
        padding: 0 10px;
        width: calc(100% / 7);
        text-align: center;
    }

    .tableInner {
        min-height: 650px;

    }

    .tableInner .list {
        margin-bottom: 80px;

    }

    .tableInner .list+img.line {
        margin-bottom: 80px;
        display: block;
    }

    .tableTitle {
        font-size: 1.5em;
        color: #2d2d2d;
        font-weight: bold;
        margin: 20px 0;
    }

    .tableTitle>p {
        font-size: .6em;
        font-weight: normal;
        color: rgb(224, 0, 0);
        margin-top: 8px;
    }

    .table {
        border-collapse: collapse;
        margin: 10px auto;
        width: 100%;
        text-align: center;
    }

    .table a {
        outline: none;
    }

    .table th {
        padding: 15px 0;
        border: 1px solid #ddd;
        border-bottom: 1px solid #2d2d2d;
        background: #f1f1f1;
        vertical-align: middle;
    }

    .table td {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 10px 0;
        vertical-align: middle;
    }


    .table tbody th{
        border: 1px solid #ddd;
    }

    .list .table {
        border-collapse: collapse;
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .list .table th {
        background: #2c3857;
        padding: 15px 0;
        color: #fff;
        padding: 5px 0;
    }

    .list .table th:first-child {
        border-left: none;
    }

    .list .table th:last-child {
        border-right: none;
    }


    .list .table td {
        border: 1px solid #2c3857;
    }

    .list .table td:first-child {
        border-left: none;
    }

    .list .table td:last-child {
        border-right: none;
    }

    .list .table tbody tr:nth-child(odd) {
        background: none;
    }


    .table tbody tr:nth-child(odd) {
        background: #e8f3ff;
    }

    .tableSearch {
        margin: 10px 0;
        background: #f1f1f1;
        padding: 10px;
        border: 1px solid #ddd;
    }

    .tableSearch #tableFrm {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }

    .tableSearch #tableFrm.center {
        justify-content: center;
    }

    .tableSearch #tableFrm>div {
        margin: 5px 20px 5px 0;
    }

    .tableSearch #tableFrm > .unifiedListSearch {
        display: grid;
        grid-template-columns: minmax(125px, auto) minmax(260px, 460px) auto;
        gap: 0;
        width: min(100%, 720px);
        margin-right: 24px;
    }

    .visuallyHidden {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border: 0 !important;
    }

    .unifiedListSearch__field,
    .unifiedListSearch__query,
    .unifiedListSearch__button {
        min-height: 42px;
        box-sizing: border-box;
        font: inherit;
    }

    .unifiedListSearch__field {
        padding: 0 38px 0 14px;
        border: 1px solid #b9c8da;
        border-right: 0;
        border-radius: 8px 0 0 8px;
        color: #17395f;
        background: #fff;
        font-weight: 700;
    }

    .tableSearch input[type="search"].unifiedListSearch__query {
        width: 100%;
        min-width: 0;
        margin: 0;
        padding: 0 14px;
        border: 1px solid #b9c8da;
        border-radius: 0;
        outline: none;
        color: #1f2f43;
        background: #fff;
        font-size: 15px;
    }

    .unifiedListSearch__field:focus,
    .tableSearch input[type="search"].unifiedListSearch__query:focus {
        position: relative;
        z-index: 1;
        border-color: #1769aa;
        box-shadow: 0 0 0 3px rgba(23, 105, 170, 0.14);
    }

    .unifiedListSearch__button {
        padding: 0 22px;
        border: 1px solid #175b95;
        border-radius: 0 8px 8px 0;
        color: #fff;
        background: #1769aa;
        font-weight: 700;
        cursor: pointer;
    }

    .unifiedListSearch__button:hover {
        background: #10588f;
    }

    .accountScopeToggle {
        display: flex !important;
        align-items: center;
        gap: 10px;
        min-height: 42px;
        padding: 7px 12px;
        border: 1px solid #c8d5e4;
        border-radius: 10px;
        background: #fff;
        color: #17395f;
        cursor: pointer;
        box-sizing: border-box;
        user-select: none;
    }

    .accountScopeToggle:focus-within {
        border-color: #1769aa;
        box-shadow: 0 0 0 3px rgba(23, 105, 170, 0.14);
    }

    .accountScopeToggle > input {
        position: absolute;
        width: 1px;
        height: 1px;
        opacity: 0;
        pointer-events: none;
    }

    .accountScopeToggle__track {
        position: relative;
        flex: 0 0 42px;
        width: 42px;
        height: 24px;
        border-radius: 999px;
        background: #b9c5d3;
        box-shadow: inset 0 0 0 1px rgba(17, 45, 75, 0.12);
        transition: background-color .18s ease;
    }

    .accountScopeToggle__track > span {
        position: absolute;
        top: 3px;
        left: 3px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 2px 5px rgba(15, 38, 67, 0.28);
        transition: transform .18s ease;
    }

    .accountScopeToggle > input:checked + .accountScopeToggle__track {
        background: #1774b8;
    }

    .accountScopeToggle > input:checked + .accountScopeToggle__track > span {
        transform: translateX(18px);
    }

    .accountScopeToggle__copy {
        display: grid;
        gap: 1px;
        line-height: 1.2;
    }

    .accountScopeToggle__copy strong {
        font-size: 14px;
    }

    .accountScopeToggle__copy small {
        color: #718096;
        font-size: 11px;
        white-space: nowrap;
    }

    .accountStatus {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 52px;
        padding: 4px 9px;
        border: 1px solid transparent;
        border-radius: 999px;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        box-sizing: border-box;
    }

    .accountStatus--active {
        border-color: #a9dfc3;
        background: #eaf8f0;
        color: #137a46;
    }

    .accountStatus--inactive {
        border-color: #d2dbe7;
        background: #f1f4f8;
        color: #66758a;
    }

    .accountStatus--pending {
        border-color: #f0d69a;
        background: #fff8e4;
        color: #9a6810;
    }

    .tableSearch #tableFrm>div.btnArea {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .tableSearch #tableFrm>div.btnArea>div {
        margin: 0 5px;
        cursor: pointer;
        padding: 8px 15px;
        border: 1px solid #36414f;
        font-size: 1em;
        border-radius: 3px;
        color: #fff;
        background: #48576b;
    }

    .tableSearch input[type=text] {
        border: 1px solid #ddd;
        padding: 5px 8px;
        font-size: 18px;
        color: #2d2d2d;
        outline: none;
        border-radius: 5px;
        width: 170px;
        font-size: 16px;
        margin: 0 5px;
    }

    .tableSearch input[type=date] {
        border: 1px solid #ddd;
        padding: 5px 8px;
        font-size: 18px;
        outline: none;
        border-radius: 5px;
        width: 170px;
        font-size: 16px;
        margin: 0 5px;
        color: #8f8f8f
    }

    .tableSearch input::placeholder {
        font-size: 14px;
    }

    .tableSearch #tableFrm label {
        /* min-width: 120px; */
        display: inline-block;
    }
    
    .tableSearch a{
        outline:none;
    }

    .tableSearch a:hover{
        text-decoration: underline;
    }

    .btnArea {
        text-align: left;
        margin-top: 15px;
    }

    .btnArea.right {
        text-align: right;
    }

    .btnArea.center {
        text-align: center;
    }

    .btnArea>a {
        display: inline-block;
        padding: 10px 15px;
        margin: 0 2px;
        border: 1px solid #062650;
        font-size: 1em;
        border-radius: 3px;
        color: #fff;
        background: #062650;
    }

    .btnArea>a:hover {
        color: #062650;
        background: #fff;
    }

    .tableBtn {
        text-align: center;
    }

    .tableBtn>a {
        display: inline-block;
        padding: 5px;
        margin: 0 2px;
        border: 1px solid #062650;
        font-size: .9em;
        border-radius: 3px;
        color: #fff;
        background: #062650;
    }
    .tableBtn>a.w100{
        width: calc(100% - 35px);
        margin-bottom: 5px;
        background: #004197;
        color:#fff;
        border:1px solid #004197;
    }

    .tableBtn>a:hover {
        color: #062650;
        background: #fff;
    }

    .tableBtn>a.gray {
        background: #ddd;
        color: #aaa;
        border-color: #ccc;
        outline: none;
    }

    .tableBtn>a.gray:hover {
        color: #333;
    }
    .tableBtn .txt{
        padding: 5px 0;
        font-size: .85em;
    }

    .tableBtn .disabled {
        display: inline-block;
        padding: 5px;
        margin: 0 2px;
        border: 1px solid #d0d5dc;
        border-radius: 3px;
        background: #f1f3f5;
        color: #727983;
        font-size: .9em;
        cursor: default;
    }

    .table .empty-result {
        padding: 28px 12px;
        color: #667085;
        text-align: center;
        background: #f8fafc;
    }



    input[type=text],
    input[type=password] {
        border: 1px solid #ddd;
        padding: 5px 8px;
        font-size: 18px;
        color: #2d2d2d;
        outline: none;
        border-radius: 5px;
        width: 150px;
        margin: 5px 0;
    }

    .smalltxt{
        font-size: .7em;
        color:#333;
        font-weight: normal;
        padding:3px 0;
    }

    .smallbtn {
        padding: 5px 8px;
        margin: 5px 0;
        cursor: pointer;
        color: blue;
        display: inline-block;
    }

    .smallbtn:hover,
    .smallbtn:focus {
        text-decoration: underline;
    }

    .btn {
        display: block;
        font-size: 18px;
        text-align: center;
        padding: 15px;
        margin: 10px 0;
        color: #fff;
        background: #0a2242;
        border-radius: 5px;
        box-shadow: 0px 5px 5px 0 #0a2242;
        border: 1px solid #0a2242
    }

    .error {
        color: red;
        font-size: .9em;
        text-align: center;
        margin: 10px 0;
        display: none;
    }

    .loop_box {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        margin: 20px 0;
    }

    /* 툴팁을 감싸는 컨테이너 */
    .tooltip {
        position: absolute;
        top: 100px;
        left: 0;
        display: none;
    }

    /* 툴팁 텍스트 */
    .tooltip .tooltiptext {
        /* width: 180px; */
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 10px;
        z-index: 4;
    }

    .tooltip.show .tooltiptext {
        opacity: 1;
    }


    .readonly{
        user-select: none;
        pointer-events: none;
        background: #aeaeae;        
    }













/**
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ PRINT 프린트영역
*/
@media print {
    body {
        font-size: 12pt;
    }

    .list .table th {
        background: none;
        color: #000;
        border-color: #000;
    }

    .list .table td {
        border-color: #000;
    }

    .list .table {
        margin-top: 50px;
    }

    .list .table.detail {
        margin-top: 0;
        margin-bottom: 50px;
    }

}





/**
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ PAGING 페이징
*/
.page_paging_box {
    margin: 30px 0 20px;
    font-size: 18px;
    text-align: center;
}

.page_paging_box>a {
    display: inline-block;
    padding: 0 8px;
    margin: 0 5px;
    color: #777777;
}

.page_paging_box>a.nav_fb {
    color: #333;
}

.page_paging_box>a.nav_n {}

.page_paging_box>a.nav_n.click {
    color: #000;
    font-weight: bold;
}

.page_paging_box>a.nav_ff {
    color: #333;
}









/**
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ HEADER 헤더
*/

.footerWrapper {
    /* background: #153a69; */
    /* min-height: 60px; */
    margin-top: 100px;
    width: 100%;
    min-width: 1200px;
}

#headWrapper {
    width: 100%;
    background: #153a69;
    font-size: 20px;
    /* min-width: 1200px;
    position: sticky;
    top: 0;
    left: 0; */
    box-shadow: 0 4px 8px #31527a;
    z-index:1000;

    position: fixed;
    top:0;
    left:0;
    width: 200px;
    height: 100vh;
    overflow-y: auto;
}



.lnb {
    background: #062650;
}

.lnb>div {
    /* display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; */
    /* width: 1200px; */
    width: 100%;;
    margin: 0 auto;
    padding: 10px 10px;
    box-sizing: border-box;
}

.lnb a {
    color: #fff;
    font-size: .75em;
    display: block;
    padding: 5px 8px;
}

.lnb a:hover{
    text-decoration: underline;
}

.adminCountryScope {
    display: block;
    margin: 0 8px 8px;
    padding: 8px 10px;
    border: 1px solid rgba(81, 216, 230, .55);
    border-radius: 5px;
    background: rgba(81, 216, 230, .1);
    color: #fff;
    font-size: .76em;
    line-height: 1.35;
}

.adminDashboardHeader {
    margin: 0 0 28px;
    padding: 4px 0 18px;
    border-bottom: 1px solid #d9e2ec;
}

.adminDashboardHeader h1 {
    margin: 0 0 8px;
    color: #102f55;
    font-size: 30px;
    line-height: 1.25;
}

.adminDashboardHeader p {
    margin: 0;
    color: #607188;
    font-size: 15px;
}







#headInner {
    /* width: 1200px; */
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#logo {
    /* position: absolute;
    top: 50%;
    transform: translateY(-53%);
    left: 0; */
    width: 100%;
    display: none;
}
#logo > img{
    display: block;
    width: 100%;;
}

#mainNav {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding:20px 0 90px;
}

#mainNav>div {
    width: 100%;
}

.support-login-cell strong {
    display: block;
    margin-bottom: 8px;
    overflow-wrap: anywhere;
}

.support-otp-issue {
    border: 1px solid #0b4f91;
    border-radius: 4px;
    background: #fff;
    color: #0b4f91;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    padding: 6px 8px;
}

.support-otp-issue:hover,
.support-otp-issue:focus-visible {
    background: #0b4f91;
    color: #fff;
}

.support-otp-modal[hidden] {
    display: none;
}

.support-otp-modal {
    align-items: center;
    background: rgba(4, 22, 45, .58);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 24px;
    position: fixed;
    z-index: 10000;
}

.support-otp-dialog {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 18px 55px rgba(0, 0, 0, .28);
    max-width: 460px;
    padding: 28px;
    position: relative;
    width: 100%;
}

.support-otp-dialog h2 {
    color: #082f5c;
    font-size: 22px;
    margin: 0 0 8px;
}

.support-otp-notice,
.support-otp-countdown {
    color: #52677f;
    margin: 0 0 16px;
}

.support-otp-close {
    background: transparent;
    border: 0;
    color: #52677f;
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
    padding: 4px;
    position: absolute;
    right: 16px;
    top: 12px;
}

.support-otp-values {
    margin: 20px 0 12px;
}

.support-otp-values div {
    align-items: center;
    background: #f2f7fd;
    border-radius: 7px;
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    padding: 12px 14px;
}

.support-otp-values dt {
    color: #52677f;
    font-size: 13px;
}

.support-otp-values dd {
    color: #082f5c;
    font-family: Consolas, monospace;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .08em;
    margin: 0;
}

.support-otp-actions {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.support-otp-actions button {
    border: 1px solid #0b4f91;
    border-radius: 6px;
    background: #fff;
    color: #0b4f91;
    cursor: pointer;
    font-weight: 700;
    padding: 10px 14px;
}

.support-otp-actions button.primary {
    background: #0b4f91;
    color: #fff;
}

.support-otp-actions button:disabled {
    cursor: not-allowed;
    opacity: .45;
}

#mainNav>div.menuSectionStart {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, .22);
}

#mainNav>div>a {
    display: block;
    /* text-align: center; */
    padding: 10px 10px;
    margin: 0 15px;
    color: #526e90;
    outline: none;
    box-sizing: border-box;
    font-size: .9em;
}

#mainNav>div>a:hover,
#mainNav>div>a.active {
    color: #fff;
}

.databaseShortcut {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 200px;
    padding: 14px 15px;
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, .22);
    background: #153a69;
}

.databaseShortcut > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 12px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 5px;
    color: #b8c9dc;
    font-size: .82em;
    font-weight: bold;
    text-decoration: none;
    background: rgba(6, 38, 80, .6);
}

.databaseShortcut > a:hover,
.databaseShortcut > a.active {
    color: #fff;
    border-color: #51d8e6;
    background: #062650;
}

.databaseDashboard {
    max-width: 1500px;
    margin: 0 auto;
    color: #102d51;
}

.databaseHero {
    padding: 28px 32px;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(115deg, #102f63 0%, #206fc7 55%, #35c5ca 100%);
    box-shadow: 0 10px 24px rgba(16, 47, 99, .16);
}

.databaseHero p,
.databaseHero h1,
.databaseHero span {
    display: block;
    margin: 0;
}

.databaseHero p {
    margin-bottom: 4px;
    color: #9fdbff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .16em;
}

.databaseHero h1 {
    font-size: 32px;
    line-height: 1.25;
}

.databaseHero span {
    margin-top: 7px;
    color: #dceeff;
    font-size: 14px;
}

.databaseTabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.databaseTabs > a {
    position: relative;
    display: flex;
    min-height: 92px;
    flex-direction: column;
    justify-content: center;
    padding: 15px 76px 15px 18px;
    border: 1px solid #c8dcf3;
    border-radius: 8px;
    color: #294c73;
    text-decoration: none;
    background: #f4f9ff;
    box-sizing: border-box;
}

.databaseTabs > a:hover,
.databaseTabs > a.active {
    border-color: #287be0;
    color: #fff;
    background: #287be0;
}

.databaseTabs span {
    font-size: 13px;
    font-weight: bold;
}

.databaseTabs strong {
    margin-top: 5px;
    overflow: hidden;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.databaseTabs i {
    position: absolute;
    top: 50%;
    right: 14px;
    width: 48px;
    padding: 5px 4px;
    transform: translateY(-50%);
    border-radius: 12px;
    font-size: 10px;
    font-style: normal;
    text-align: center;
}

.databaseTabs i.connected {
    color: #087245;
    background: #d8f6e8;
}

.databaseTabs i.disconnected {
    color: #a42020;
    background: #ffe0e0;
}

.databaseStatusPanel,
.databaseScopePanel {
    margin-top: 18px;
    padding: 24px;
    border: 1px solid #d6e4f2;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(34, 75, 119, .08);
}

.databaseStatusHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.databaseStatusHeader p,
.databaseStatusHeader h2,
.databaseStatusHeader span {
    display: block;
    margin: 0;
}

.databaseStatusHeader p {
    color: #6c85a1;
    font-size: 12px;
}

.databaseStatusHeader h2 {
    margin-top: 3px;
    font-size: 24px;
}

.databaseStatusHeader span {
    margin-top: 5px;
    color: #59738f;
    font-size: 13px;
}

.databaseStatusBadge {
    padding: 10px 14px;
    border: 1px solid;
    border-radius: 6px;
    font-size: 12px;
}

.databaseStatusBadge.connected {
    color: #087245;
    border-color: #42b987;
    background: #e9faf2;
}

.databaseStatusBadge.disconnected {
    color: #a42020;
    border-color: #df6d6d;
    background: #fff0f0;
}

.databaseSummaryGrid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.databaseSummaryGrid article {
    min-width: 0;
    padding: 17px;
    border: 1px solid #d8e6f5;
    border-radius: 8px;
    background: #f7fbff;
}

.databaseSummaryGrid span,
.databaseSummaryGrid strong {
    display: block;
}

.databaseSummaryGrid span {
    color: #66809d;
    font-size: 12px;
}

.databaseSummaryGrid strong {
    margin-top: 9px;
    overflow-wrap: anywhere;
    color: #102f5a;
    font-size: 15px;
}

.databaseScopePanel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.databaseScopePanel div {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.databaseScopePanel span,
.databaseScopePanel p {
    color: #66809d;
    font-size: 13px;
}

.databaseScopePanel strong {
    color: #167257;
    font-size: 22px;
}

.databaseScopePanel p {
    margin: 0;
}

.mariadb-card {
    margin-top: 18px;
    padding: 22px 24px;
    border: 1px solid #e5edf6;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(34, 75, 119, .08);
}

.mariadb-card h3 {
    margin: 0 0 16px;
    color: #17324d;
    font-size: 19px;
    font-weight: 900;
}

.mariadbCardHeading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
}

.mariadbCardHeading span {
    color: #6b7a90;
    font-size: 12px;
}

.mariadb-table {
    overflow: hidden;
    border: 1px solid #d4e2f2;
    border-radius: 18px;
}

.mariadb-table table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.mariadb-table th {
    color: #51657d;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    background: #f7faff;
}

.mariadb-table td,
.mariadb-table th {
    padding: 14px 16px;
    border-bottom: 1px solid #e1e8f2;
    color: #0f2d4a;
    text-align: left;
}

.mariadb-table tr:last-child td {
    border-bottom: 0;
}

.mariadb-table tr.is-selected td {
    background: #eef6ff;
}

.mariadb-row-count {
    font-family: Consolas, Monaco, monospace;
    font-weight: 900;
    text-align: right !important;
}

.mariadb-table-link {
    color: #0f5fd6;
    font-weight: 900;
    text-decoration: none;
}

.mariadb-table-link:hover {
    color: #0a459e;
    text-decoration: underline;
}

.databaseEmptyCell {
    padding: 30px !important;
    color: #6b7a90 !important;
    text-align: center !important;
}

.mariadb-detail-row > td {
    padding: 0 !important;
    border-bottom: 1px solid #d4e2f2 !important;
    background: #fff !important;
}

.mariadb-detail-panel {
    display: grid;
    gap: 14px;
    padding: 16px;
}

.mariadb-detail-title {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.mariadb-detail-heading {
    display: grid;
    gap: 2px;
    text-align: left;
}

.mariadb-detail-heading strong {
    color: #17324d;
    font-size: 16px;
    font-weight: 900;
}

.mariadb-detail-heading small {
    color: #657891;
    font-size: 12px;
    font-weight: 800;
}

.mariadb-limit-switch {
    display: inline-flex;
    gap: 4px;
    margin-left: auto;
}

.mariadb-limit-switch a,
.mariadb-pagination a,
.mariadb-pagination i {
    display: inline-flex;
    min-width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid #bcd7f7;
    border-radius: 6px;
    box-sizing: border-box;
    color: #0f5fd6;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    text-decoration: none;
    background: #fff;
}

.mariadb-limit-switch a.is-active {
    color: #fff;
    border-color: #1574df;
    background: #1574df;
}

.mariadb-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.mariadb-pagination span {
    margin-right: 4px;
    color: #51657d;
    font-size: 12px;
    font-weight: 900;
}

.mariadb-pagination i {
    color: #9cb1c8;
    background: #f3f6fa;
}

.mariadb-data-wrap {
    max-width: 100%;
    overflow-x: auto;
    border: 1px solid #d4e2f2;
    border-radius: 14px;
}

.mariadb-data-table {
    width: max-content !important;
    min-width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.mariadb-data-table th,
.mariadb-data-table td {
    min-width: 100px;
    max-width: 180px;
    padding: 12px 14px;
    overflow: hidden;
    border-right: 1px solid #d4e2f2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mariadb-data-table th a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: #17324d;
    font-size: 11px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.mariadb-data-table td {
    font-family: Consolas, Monaco, monospace;
    font-size: 12px;
}

.mariadbPreviewError {
    padding: 14px;
    border: 1px solid #ffd0d6;
    border-radius: 10px;
    color: #c03444;
    font-weight: 800;
    background: #fff1f2;
}







/**
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ LOGIN 로그인
*/


.loginWrapper {
    position: relative;
    width: 100vw;
    height: calc(100vh - 200px);
    background: #153a69;
    padding: 200px 0 0;
}

.adminLoginHomeLink {
    position: absolute;
    top: 54px;
    right: 4.5vmax;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 4px;
    background: rgba(8, 23, 51, .22);
    text-decoration: none;
    z-index: 5;
}

.adminLoginHomeLink::before {
    content: "";
    width: 9px;
    height: 9px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}

.adminLoginHomeLink:hover {
    background: rgba(255, 255, 255, .12);
}

.loginInner {
    width: 900px;
    margin: 0 auto 0;
}

.loginLogo {
    text-align: center;
}

.loginLogo>div {
    color: #fff;
    font-size: .9em;
    ;
}

.loginFormWrapper {
    width: 400px;
    margin: 30px auto;
    text-align: center;
}

.loginFormWrapper input,
.loginFormWrapper select {
    width: calc(100% - 20px);
    height: 40px;
}

.adminCountrySelect {
    margin-bottom: 8px;
    text-align: left;
}

.adminCountrySelect label {
    display: block;
    margin: 0 10px 6px;
    color: #fff;
    font-size: .82em;
    font-weight: 700;
}

.adminCountrySelect select {
    display: block;
    margin: 0 auto;
    padding: 0 10px;
    border: 1px solid #a8bacb;
    background: #fff;
    color: #102d51;
}














/**
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ BODY 바디
*/

#wrapper {
    /* background: rgba(0, 0, 0, .3); */
    min-height: 700px;
}

#wrppaerInner {
    position: relative;
    width: calc(100% - 200px);
    max-width: 1600px;
    min-width: 1200px;
    margin: 0 0 0 200px;
    /* background: rgba(0, 255, 0, .3); */
    min-height: 200px;
    padding: 10px 20px;
    box-sizing: border-box;
}

@media (max-width: 1199px) {
    .footerWrapper {
        min-width: 0;
    }

    #headWrapper {
        width: 170px;
        font-size: 18px;
    }

    #wrppaerInner {
        width: calc(100% - 170px);
        min-width: 0;
        margin-left: 170px;
        padding: 10px 14px;
    }

    #mainNav > div > a {
        margin: 0 8px;
        padding: 9px 7px;
    }

    .databaseShortcut {
        width: 170px;
    }

    .databaseTabs,
    .databaseSummaryGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tableWrapper,
    .list {
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .tableWrapper > .table,
    .list > .table {
        min-width: 760px;
    }

    .loop_box > div {
        width: 25%;
    }

    .loginInner {
        width: min(900px, 100%);
        padding: 0 20px;
        box-sizing: border-box;
    }
}

@media (max-width: 800px) {
    #headWrapper {
        width: 140px;
        font-size: 16px;
    }

    #wrppaerInner {
        width: calc(100% - 140px);
        margin-left: 140px;
        padding: 8px 10px;
    }

    .lnb > div {
        padding: 8px 5px;
    }

    #mainNav {
        padding: 10px 0 90px;
    }

    #mainNav > div > a {
        margin: 0 4px;
        padding: 8px 5px;
        overflow-wrap: anywhere;
    }

    .databaseShortcut {
        width: 140px;
        padding: 10px 8px;
    }

    .databaseTabs,
    .databaseSummaryGrid {
        grid-template-columns: 1fr;
    }

    .databaseStatusHeader,
    .databaseScopePanel {
        align-items: flex-start;
        flex-direction: column;
    }

    .tableSearch #tableFrm > div {
        width: 100%;
        margin-right: 0;
    }

    .tableSearch #tableFrm > .unifiedListSearch {
        grid-template-columns: 110px minmax(0, 1fr) auto;
        width: 100%;
    }

    .tableSearch input[type="text"],
    .tableSearch input[type="date"],
    input[type="text"],
    input[type="password"] {
        max-width: 100%;
        box-sizing: border-box;
    }

    .loop_box > div {
        width: 50%;
    }

    .loginWrapper {
        min-height: 100vh;
        height: auto;
        padding-top: 120px;
        box-sizing: border-box;
    }

    .loginFormWrapper {
        width: min(400px, 100%);
    }
}








/**
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ index 메인
*/

.mainBtnArea{
    margin:30px 0;
    text-align: left;
}
.mainBtnArea > a{

}





























/**
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 멤버

*/
.adminMemberList {
    min-height: 350px;
}

.adminMemberCreate {}


.adminMemberCreate label {
    display: block;
}

.adminMemberCreate label input {
    font-size: 16px;
}

.adminMemberCreate label span {
    display: inline-block;
    width: 60px;
}

.changePasswordWrapper {
    width: 500px;
    margin: 80px auto 0;
    font-size: 22px;
    ;
}

.changePasswordWrapper form>div {
    margin: 20px 0;
}

.changePasswordWrapper label {
    display: inline-block;
    vertical-align: middle;
    width: 180px;
}

.changePasswordWrapper label+input {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    height: 35px;
}

.changePasswordWrapper .btnArea a {
    width: 400px;
    text-align: center;
    padding: 20px;
    margin: 50px auto 0;
    display: block;
}


.memberEditWrapper {
    margin: 20px auto 8px;
    /* padding: 20px; */
    width: 90%;
    border: 1px solid #a8bacb;
    min-width: 700px;
}

.memberEditWrapper>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.memberEditWrapper>div>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 50%
}

.memberEditWrapper>div>div.w100 {
    width: 100%;
}

.memberEditWrapper>div>div>div {
    padding: 5px 20px;
    box-sizing: border-box;
    height: 45px;
    line-height: 35px;
}

.memberEditWrapper>div>div>div.title {
    width: 100px;
    /* text-align: center; */
    background: rgb(238, 245, 252);
    vertical-align: middle;
    border-right: 1px solid #a8bacb;
    border-bottom: 1px solid #a8bacb;
}

.memberEditWrapper>div>div>div.contents {
    width: calc(100% - 100px);
    vertical-align: middle;
    border-bottom: 1px solid #a8bacb;
}

.memberEditWrapper label+input {
    margin: 0 15px 0 5px;
}

.memberEditWrapper input {
    font-size: 16px;
    margin: 0;
    vertical-align: middle;
}

.memberEditWrapper textarea {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    resize: none;
    outline: none;
    border: 1px solid #ddd;
    padding: 10px;
    letter-spacing: -1px;
    border-radius: 5px;
}


#editFrm+.btnArea {
    width: 90%;
    margin: 0 auto;
    text-align: right;
}




















/**
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 지사관리

*/

.changePhone {
    width: 80%;
    margin: 30px auto;
    text-align: center;
}

.changePhone input {
    width: 100px;

}

.changePhone .btnArea {
    margin-top: 20px;
    text-align: center;
}

.changePhone .btnArea a {
    width: 300px;
}













/**
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 가입 및 승인내역 확인

*/

.dataWRapper {}

.dataWRapper .dataInner {}

.dataWRapper .dataInner .localMenuArea {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.dataWRapper .dataInner .localMenuArea>div {
    width: calc(33.3% - 10px);
    text-align: center;
    padding: 20px 0;
    border: 1px solid #153a69;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    margin: 0 5px;
    cursor: pointer;
}

.dataWRapper .dataInner .localMenuArea>div.active {
    background: #153a69;
    color: #fff;
}

.resultArea {
    border-top: 1px solid #153a69;
    padding: 20px;
}


















/**
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 주문관리

*/

.orderLnbArea {
    /* font-size: 1.5em; */
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

.orderLnbArea>div {
    width: calc((100% / 5) - 10px);
    text-align: center;
    padding: 20px 0;
    border: 1px solid #153a69;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    margin: 0 5px;
    cursor: pointer;
    background-color: #fff;
}

.orderLnbArea>div.active {
    background: #153a69;
    color: #fff;
}
.orderLnbArea:nth-child(2){
    margin-top:-6px;
}
.orderLnbArea:nth-child(2) > div{
    width: calc((100% / 3) - 10px);
}

.orderWrapper {
    border-top: 1px solid #153a69;
    padding: 20px;
}

.tableSearch #tableFrm>div.hosu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tableSearch #tableFrm>div.hosu>div {
    padding: 0 5px 0 0;
}

#editForm input[type=text] {
    width: 60%;
    text-align: center;
    margin: 0;
    font-size: 16px
}







#addlistFrm > div > div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}
#addlistFrm input{
    margin-right:5px;
}
#addlistFrm input::placeholder{
    font-size: 15px;
}

#addlistFrm label{
    display: inline-block;
    padding: 10px 0;
}

#addlistFrm > div{
    width:80%;
    margin: 20px auto;
}
#addlistFrm > div > div{
    /* border-bottom: 1px solid #aeb4bb; */
}

#addlistFrm > div > div:last-child{
    border-bottom: none;
}
#addlistFrm > div > div > div{
    padding:5px 0;
}

#addlistFrm > div > div > div:nth-child(1){
    width:20%;
}
#addlistFrm > div > div > div:nth-child(2){
    width:80%;
    text-align: left;
    /* border-left: 1px solid #aeb4bb; */
    box-sizing: border-box;
    padding-left:10px;
}




#editlistFrm > div{
    width:100%;
    margin: 20px auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

#editlistFrm > div > div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    width:50%;
    margin: 5px 0 0;
    padding:5px 0;
    border-bottom:1px solid #ddd;
}












.adminStatusWrapper{

}
.adminStatusWrapper > div{
    padding:10px 0;
    position: relative;
    margin:10px 0;
    /* min-height: 295px;
    max-height: fit-content; */
}

.adminStatusWrapper .boxcover .loading-dots{
    background:none;
    color:#fff;
}



















/**
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 지사 원 가입

*/
.tableWrapper.joinKinder{
    height: 150px;
    border:1px solid #dddddd;
    overflow-y: auto;
    box-sizing: border-box;
    padding:10px 0;
    position: relative;
}
.tableWrapper.joinKinder .fixed{
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background: rgba(0,0,0,.4);
}

.tableWrapper.joinKinder .notice{
    font-size: 1.2em; 
    text-align: center;
    padding:50px 0 ;
    color:#757575;
}

.tableWrapper.joinKinder .list{
    justify-content: flex-start;
}
.tableWrapper.joinKinder .list > div{
    width: 33.3%;
    box-sizing: border-box;
    padding: 5px 20px;
}


.searchCodeList{
    margin:10px 0;
    height: 250px;
    border:1px solid #dddddd;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 10px;
    display: none;
    position: relative;
}
.searchCodeList.fixed{
    overflow: hidden;
}
.searchCodeList .list{
    justify-content: flex-start;
}
.searchCodeList .list > div{
    width: 50%;
    box-sizing: border-box;
    padding: 5px 20px;
}

.searchCodeList .fixed{
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background: rgba(0,0,0,.4);
}

.insertKinderInfo{
    margin:10px 0;
    border:1px solid #dddddd;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 10px;
    display: none;
    position: relative;
}

.insertKinderInfo .code{
    padding:20px 15px ;
    font-size: 1.2em;
    box-sizing: border-box;
}

.insertKinderInfo #addlistFrm > div > div.flex_box{
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
}

.insertKinderInfo #addlistFrm > div > div > div:nth-child(1){
    width: 12%;
    text-align: left;
    display: block;
    box-sizing: border-box;
    padding-left: 15px;
}
.insertKinderInfo #addlistFrm > div > div > div:nth-child(2){
    width: 60%;
    text-align: left;
    display: block;
}

.insertKinderInfo .valiNotice{
    display: block;
    font-size: .8em;
    color:red;
    width: 100%;;
    min-height: 13px;
}
.insertKinderInfo .insertSubmitBtn > a{
    display: block;
    width: 20%;
    padding: 15px;
    text-align: center;

    border: 1px solid #062650;
    font-size: .9em;
    border-radius: 3px;
    color: #fff;
    background: #062650;
    margin:0 auto;
}

.table tbody tr.admin-list-row {
    cursor: pointer;
    transition: background-color .15s ease, box-shadow .15s ease;
}

.table tbody tr.admin-list-row:hover,
.table tbody tr.admin-list-row:focus {
    background: #dceeff;
    box-shadow: inset 4px 0 0 #174477;
    outline: none;
}

.entity-detail-page {
    max-width: 1180px;
    margin: 0 auto;
    padding: 30px 20px 60px;
}

.entity-detail-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.entity-detail-heading h1 {
    margin: 7px 0 0;
    color: #102a4c;
    font-size: 2em;
}

.entity-detail-kind {
    color: #53749a;
    font-weight: 700;
}

.entity-detail-back {
    display: inline-block;
    padding: 10px 18px;
    border: 1px solid #174477;
    border-radius: 5px;
    color: #174477;
    background: #fff;
    font-weight: 700;
}

.entity-detail-back:hover,
.entity-detail-back:focus {
    color: #fff;
    background: #174477;
}

.entity-detail-card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid #c8d7e8;
    border-radius: 8px;
    background: #fff;
}

.entity-detail-field {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    min-height: 58px;
    border-bottom: 1px solid #dce5ef;
}

.entity-detail-field:nth-child(odd) {
    border-right: 1px solid #dce5ef;
}

.entity-detail-label,
.entity-detail-value {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    overflow-wrap: anywhere;
}

.entity-detail-label {
    color: #425f80;
    background: #eef5fc;
    font-weight: 700;
}

.entity-detail-value {
    color: #122c4d;
    font-weight: 600;
}

@media (max-width: 900px) {
    .entity-detail-card { grid-template-columns: 1fr; }
    .entity-detail-field:nth-child(odd) { border-right: 0; }
}
