





/* 툴킷창 css */
/* Secukit NXS */
.nx-pki-ui-wrapper .cert-select-area table th{
    vertical-align: middle;
}
.nx-pki-ui-wrapper * {
    vertical-align: middle;
}
.nx-pki-ui-wrapper .cert-select-area table td div {
    padding-left: 5px;
}
.nx-pki-ui-wrapper .cert-select-area {
    overflow-x: hidden;
}


/* Secukit NXS+HTML5 */
.nx-npki-btn-bg ul {
    padding: 0px 42px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start
}

.ui-keyboard {
    position: fixed;

    top: 45%;
    left: 50%;

    margin-top: -110px;
    margin-left: -320px;
}

