/******************
        공통 
*******************/
div.Nvikie > * > * > button:focus, 
div.Qvikie > * > * > button:focus,
div.Pvikie > * > * > button:focus {
    outline: none;
    box-shadow: none;
}
div.Nvikie > *, div.Nvikie > * > *, 
div.Qvikie > *, div.Qvikie > * > *, 
div.Pvikie > *, div.Pvikie > * > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    /* 포인팅된 점 설정 */ 
.discoverDot { 
    fill: yellow !important;
    
}
    /* 포인팅된 점 외 설정 */ 
.patternlock>.lock-dots>.circle { 
    stroke: transparent; 
    fill: #e5e5e5; 
    stroke-width: 13.5; 
    
}
    /* 포인팅된 라인 설정 */ 
.patternlock>.lock-lines>.line { 
    stroke-width: 1; 
    stroke-linecap: round; 
    stroke: #ff4800; 
    
}
    /* 포인팅된 점의 라운드 설정 */ 
.patternlock>.lock-actives>.circle { 
    fill: #000; 
    opacity: 0.2; 
    animation: lock-activate-dot 0.15s 0s ease 1; 
    transform-origin: center; 
}

/* 모바일 우선 스타일 */ 
div.Nvikie, 
div.Qvikie, 
div.Pvikie { 
    width: 100%;
    visibility: hidden;
    position: fixed; 
    left: 0; 
    bottom: 0; 
    outline: none; 
}
div.Nvikie {
    height: 45%;
}
div.Qvikie {
    height: 55%;
}
div.Pvikie {
    height: 60%;
}
.v_top { 
    width: 100%; 
    height: 10%; 
    border-top: 1px solid #5a6375; 
    border-bottom: 1px solid #e5e9ee; 
    background-color: white; 
    overflow: hidden; 
    position: relative; 
    min-height: 36px;
}
.v_top>div { 
    float: left; 
    height: 100%; 
    text-align: center; 
    line-height: 1;
}
.v_top>div.v_logo { 
    width: 45%; 
}
.v_top>div.v_logo>svg {
    display: none !important;
}
.v_top>div.v_logo:after {
    content: '';
    display: inline-block;
    background: #fff url(/static/images/logo_db.svg) 0 6px no-repeat;
    background-size: auto 22px;
    position: absolute;
    top: 0;
    left: 20px;
    width: inherit;
    height: 34px;
    padding: 6px 6px 6px 0;
    box-sizing: border-box;
}
.v_top>div.v_hint { 
    width: 10%; 
    height: calc(100% - 5px); 
}
.v_top>div.v_size { 
    width: 35%; 
    height: calc(100% - 5px); 
    overflow: hidden; 
    white-space: nowrap; 
}
.v_top>div.v_close {
     float: right; 
     width: 10%; 
}
.v_top>div.v_pad {
     margin-top: 5px; 
}
.Qvikie .v_top>div.v_pad { 
    margin-top: 8px; 
}
.Qvikie .v_top>div.v_hint { 
    height: calc(100% - 8px); 
}
.Qvikie .v_top>div.v_size { 
    height: calc(100% - 8px); 
}
.v_center { 
    border: 1px solid; 
}
.Nvikie>.v_center { 
    width: 100%;
    height: 98%; 
    padding: 20px 20px 72px; 
    background-color: #f0f0f0; 
    border: 1px solid #f0f0f0; 
    overflow: hidden
}
.Nvikie>.v_center>div.v_col, .Nvikie>.v_center>div.v_specol { 
    float: left; 
    width: 25%; 
    height: 25%; 
    padding: 2px;
}
.Nvikie>.v_center>div.v_col img, .Nvikie>.v_center>div.v_specol img {
    width: auto !important;
    height: 100% !important;
    max-height: 48px;
    vertical-align: middle;
}
.Qvikie>.v_center { 
    width: 100%; 
    height: 90%; 
    padding: 2px; 
    background-color: #f0f0f0; 
}
.Qvikie>.v_center.full { 
    height: 100%;
}
.Qvikie>.v_center>div>button {
     border-radius: 4px; 
    }
.Qvikie>.v_center>div>button.NumberButton { 
    background-color: #d2d4d6; 
}
.Pvikie>.v_center { 
    width: 100%; 
    height: 90%; 
    padding: 5px; 
    background-color: white;
    border: 0;
}
.Pvikie>.v_center>svg { 
    height: 100%; 
}
.Nvikie>.v_center.full, 
.Pvikie>.v_center.full { 
    height: 100%; 
}
.Qvikie>.v_center>div.v_col, 
.Qvikie>.v_center>div.v_specol { 
    float: left; 
    width: calc(100%/11); 
    height: 20%;
    padding: 2px; 
}
.Qvikie>.v_center>div.v_col.v_pad { 
    margin-left: calc(100%/11/2); 
}
/* 숫자 special button size */ 
.Nvikie>.v_center>div.v_specol.two { 
    width: calc(100%/2); 
}
.Nvikie>.v_center>div.v_specol.three {
    width: calc(100%/1.355); 
}
.Nvikie>.v_center>div.v_specol.four { 
    width: 98.5%; 
}
/* 쿼티 special button size */ 
.Qvikie>.v_center>div.v_specol.backspace, 
.Qvikie>.v_center>div.v_specol.rearrange, 
.Qvikie>.v_center>div.v_specol.space { 
    width: calc(100%/11*2); 
}
.Qvikie>.v_center>div.v_specol.transform, 
.Qvikie>.v_center>div.v_specol.complete { 
    width: calc(100%/11*3.5); 
}
.v_top>div.v_close>button { 
    width: 100%; 
    height: 100%; 
    border: 0px; 
    background-color: transparent; 
    cursor: pointer; 
}
.v_top>div.v_close>button>svg {
    width:18px;
    height: 18px;
    margin-top: -5px;
}

.Nvikie #pfq { 
    background-color: rgb(204, 204, 204); 
    fill: black; 
    opacity: 0; 
}
.Qvikie #pfq { 
    background-color: transparent;
    fill: black; 
    opacity: 0; 
}
/* center button */
.v_center>div.v_col>button, 
.v_center>div.v_specol>button{ 
    width: 100%; 
    height: 100%; 
    line-height: 1;
    border: 0px; 
    padding: 0 0; 
    cursor: pointer; 
    border-radius: 4px;
    background-color: white;
}
/* 임시
    .v_center>div.v_col>button>svg, .v_center>div.v_specol>button>svg{width:auto;height:100%} 
*/ 
/* .v_center>div.v_col>button { 
    background-color: white; 
} */
.v_center>div.v_col>button.blank { 
    background-color: transparent; 
    cursor: default; 
    background: url(/static/3rdparty/VestPIN/js/svg/key_db.svg) no-repeat 50% 50% / auto 100%;
}

/* 숫자,쿼티 special button color */ 
.v_center>div.v_specol.security>button { 
    background-color: #dfdfdf; 
}
.v_center>div.v_specol.backspace>button, 
.v_center>div.v_specol.rearrange>button, 
.v_center>div.v_specol.transform>button, 
.v_center>div.v_specol.space>button { 
    background-color: #dfdfdf; 
}
.v_center>div.v_specol.complete>button { 
    background-color: #20bf61; 
}
.Qvikie>.v_center>div.v_col.shift>button { 
    background-color: #d2d4d6; 
}

/*************************
    데스크탑용 스타일
**************************/
@media screen and (min-width: 769px) { 
div.Nvikie { 
    --width: 340px; 
    --height: 220px; 
    width: 340px; 
    height: 220px; 
    left: calc(100%/2 - var(--width)/2) !important; 
    top: calc(100%/2 - var(--height)/2); 
    position: fixed; 
}
div.Qvikie { 
    --width: 510px; 
    --height: 245px; 
    width: 510px; 
    height: 245px; 
    left: calc(100%/2 - var(--width)/2) !important; 
    top: calc(100%/2 - var(--height)/2); 
    position: fixed; 
    transform: translateX(0) !important;
}
div.Pvikie { 
    --width: 260px; 
    --height: 300px; 
    width: 260px; 
    height: 300px; 
    left: calc(100%/2 - var(--width)/2) !important; 
    top: calc(100%/2 - var(--height)/2); 
    position: fixed;  
}
.Nvikie>.v_top { 
    height: 20%; 
}
.Qvikie>.v_top { 
    height: 15%; 
}
.Pvikie>.v_top { 
    height: 13%;
}
.v_top { 
    width: 100%; 
    height: 10%; 
    border-top: 1px solid #5a6375; 
    border-bottom: 1px solid #e5e9ee; 
    background-color: white; 
    overflow: hidden; 
    position: relative; 
    min-height: 36px;
}
.v_top>div.v_logo { 
    width: 170px;  
}
.v_top>div.v_logo>svg {
    display: none !important;
}
.v_top>div.v_logo:after {
    content: '';
    display: inline-block;
    background: #fff url(/static/images/logo_db.svg) 0 6px no-repeat;
    background-size: auto 22px;
    position: absolute;
    top: 0;
    left: 20px;
    width: inherit;
    height: 34px;
    padding: 6px 6px 6px 0;
    box-sizing: border-box;
}
.v_top>div.v_size { 
    width: 200px; 
    height: calc(100% - 5px); 
    overflow: hidden; 
    white-space: nowrap; 
}
.v_top>div.v_close { 
    float: right; 
    width: 38px;  
}
.Qvikie>.v_center>div.v_col, .Qvikie>.v_center>div.v_specol { 
    float: left; 
    width: calc(100%/11); 
    height: 43px; 
    max-height: 48px; 
    padding: 2px;
}
.v_top>div.v_hint { 
    width: 30px;  
}
.Nvikie .v_top>div.v_size, .Pvikie .v_top>div.v_size { 
    width: 75px; 
}
.Nvikie>.v_center { 
    width: 100%; 
    height: 80%; 
    padding: 8px 10px; 
    background-color: #f0f0f0; 
    border: 1px solid #f0f0f0; 
    overflow: hidden
}
.Nvikie.v_center>div>button, .Qvikie>.v_center>div>button { 
    border-radius: 2px; 
}
.Qvikie>.v_center { 
    width: 100%; 
    height: 85%; 
    padding: 15px; 
    padding: 20px 20px 72px; 
    background-color: #f0f0f0; 
    border: 1px solid #f0f0f0; 
    overflow: hidden
}
.Qvikie>.v_center>div.v_col.v_pad { 
    margin-left: calc(100%/11/2);  
}
.Pvikie>.v_center { 
    width: 100%; 
    height: 87%; 
    padding: 20px 20px 72px; 
    background-color: #f0f0f0; 
    border: 1px solid #f0f0f0; 
    overflow: hidden
}
/* 숫자 special button size */ 

/* 임시 
    .Nvikie>.v_center>div.v_specol.security, .Nvikie>.v_center>div.v_specol.backspace {  width: calc(100%/6);}
    .Nvikie>.v_center>div.v_specol.rearrange, .Nvikie>.v_center>div.v_specol.complete { width: calc(100%/3);}
*/

/* 쿼티 special button size */
    /* 1.5칸 */
.Qvikie>.v_center>div.v_col.shift, 
.Qvikie>.v_center>div.v_specol.backspace {
    width: calc(100%/11*2);  
}
    /* 2칸 */ 
.Qvikie>.v_center>div.v_specol.security, 
.Qvikie>.v_center>div.v_specol.transform, 
.Qvikie>.v_center>div.v_specol.rearrange, 
.Qvikie>.v_center>div.v_specol.complete { 
    width: calc(100%/11*2); 
}
    /* 3칸 */ 
.Qvikie>.v_center>div.v_specol.space { 
    width: calc(100%/11*3); 
}
}