/* AhnLab Safe Keypad 2.0 | (C) Copyright AhnLab, Inc. | $Revision: 26653 $ */

.askd_ui {
    border-radius:10px; /* more than IE9 */
    background-color:#ebf0f5; border:0;   
    text-align:center; 
    padding: 0;     
    -webkit-touch-callout:none; 
    -webkit-touch-select:none;
    -webkit-user-select:none; /*chrome, safari*/
    -moz-user-select:none;    /*firefox*/
    -ms-user-select:none;     /*IE*/
    -user-select:none;        /*etc*/
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.askd_ui ul, li {list-style-type:none; padding-left:0; margin-left:0;}
.askd_ui li {display:inline-block;}
.askd_ui.iel {padding:10px 0 10px 12px;}
.askd_ui.iel li {float:left;}
.askd_ui .cur {pointer-events:none;}
.askd_ui .bar {border-radius:3px; background-color:#ebf0f5; border:0;}
.askd_ui .bar span {font-size:9pt; vertical-align:middle; line-height:20px;}
.askd_ui .bar .msg {color:#91abc3;}
.askd_ui .bar .warn {float:left;}
.askd_ui.iel .bar .warn {margin-top:-20px;}
.askd_ui .clear {clear:both;}
/* raw */
.askd_ui.raw {padding: 0 10px 10px 10px;}
.askd_ui.raw li {margin:2px; float:left;}
/* qspace */
.askd_ui.qspace {width:636px;}
.askd_ui.qspace .bar {width:612px; height:20px;}
.askd_ui.qspace li {margin:2px;}
/* qwerty */
.askd_ui.qwerty {width:702px;}
.askd_ui.qwerty .bar {width:678px; height:20px;}
.askd_ui.qwerty li {margin:2px;}
/* mobile */
.askd_ui.m_qwerty, .askd_ui.m_number  {width:1440px;}
.askd_ui.m_qwerty .bar, .askd_ui.m_number .bar {width:140px; height:40px;}
.askd_ui.m_qwerty li, .askd_ui.m_number li {
    margin:0px;     
    -ms-touch-action:none;
    touch-action:none;
}
/* letter */
.askd_ui.letter {width:570px;}
.askd_ui.letter .bar {width:546px; height:20px;}
.askd_ui.letter li {margin:2px;}
/* number */
.askd_ui.number {width:295px;}
.askd_ui.number .bar {width:270px; height:20px;}
.askd_ui.number li {margin:3px;}
