.cK {}

.cK.cKLine {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type : none;
}

.cK.cKKey, .cK.cKFunction {
	font-weight: bold;
	font-size: 34px;
	display: inline-block;
	border-radius: 6px;
	border: 1px solid lightgray;
	background-color: #fff;
	color: #000;
	margin: 5px 8px;
	padding: 0 15px;
	min-width: 70px;
	height: 70px;
	box-sizing: border-box;
	text-align: center;
	line-height: 70px;
	overflow: hidden;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	outline: 0;
}

.cK.cKKey.uppercase {
	text-transform: uppercase;
}

.cK.cK-Active {}

.cK .cK:active {}

.cK.cKey-backspace {
	width: 75px;
/* 	background-image: url("images/light/delete.svg"); */
	background-position: center;
	background-repeat: no-repeat;
	color: transparent;
}

.cK.cKey-shift {
	width: 110px;
/* 	background-image: url("images/light/shift.svg"); */
	background-position: center;
	background-repeat: no-repeat;
	color: transparent;
}

.cK.cKey-space {
	width: 400px;
}

.cK.cKey-return {
	position: relative;
	width: 170px;
	animation: none !important;
	color: #fff;
	overflow:hidden;
	background-color: #383736;
	z-index: 1;
	transition:         0.07s ease-in;
	-o-transition:      0.07s ease-in;
	-ms-transition:     0.07s ease-in;
	-moz-transition:    0.07s ease-in;
	-webkit-transition: 0.07s ease-in;
}

.cK.cKey-return:active {
	color: #383736;
}

.cK.cKey-return:before {
	color: #383736;
	content: "";
	position: absolute;
	background-color: #fff;
	bottom: 0;
	left: 0;
	right: 100%;
	top: 0;
	z-index: -1;
	transition: right 0.07s ease-in;
}

.cK.cKey-return:active:before {
	right: 0;
}

/* DARK THEME */

.dark .cK.cKKey, .cK.cKFunction {
	color: #fff;
	background-color: #383838;
	border-color: #A7A4A4;
}

/* .dark .cK.cKey-backspace { */
/* 	background-image: url("images/dark/delete.svg"); */
/* } */

/* .dark .cK.cKey-shift { */
/* 	background-image: url("images/dark/shift.svg"); */
/* } */

.dark .cK.cKey-return {
	background-color: #767676;
}

.keyboard_num_box{position:relative;width:340px;}
#keyboard_num{position:absolute; top:0; left:0;background-color:rgba(0,0,0,0.75);box-sizing:border-box; width:340px; padding:15px; box-sizing:border-box;} 
#keyboard_num .cKLine li{width:32%; min-width:auto; margin:0.5% 0; box-sizing:border-box; line-height:90px; border:1px solid #ddd; border-radius:5px; box-shadow:1px 1px 3px rgba(0,0,0,0.2);
height:80px;  font-family: 'GmarketSansBold';}
/* #keyboard_num .cKLine{padding:0 10px; box-sizing:border-box;} */
/* #keyboard_num .cKLine:first-child{padding-top:7px;} */
/* #keyboard_num .cKLine:last-child{padding-bottom:7px;} */
#keyboard_num .cKey-backspaceNum{background-image:url('/resource/image/user/icon/delete_icon.png'); background-size:40px; background-repeat:no-repeat; background-position:center;
border:0 !important; background-color:#666 !important;}
#keyboard_num .cKey-confirm{/* background-image:url('/resource/image/user/icon/delete_icon.png'); background-size:40px; background-repeat:no-repeat; background-position:center; */
border:0 !important;background-color:#85b5ff !important;}

#keyboard_num .cKLine li:nth-child(2){margin:0.5% 2%;}
#keyboard_num .cKLine li:nth-child(5){margin:0.5% 2%;}
#keyboard_num .cKLine li:nth-child(8){margin:0.5% 2%;}
#keyboard_num .cKLine li:nth-child(11){margin:0.5% 2%;}


#keyboard{position:absolute; bottom:0px; left:0; padding:5px 10px; box-sizing:border-box; background-color:rgba(0,0,0,0.75); width:100%;}

#keyboard .cKLine li{ min-width:auto; margin:0.5%; box-sizing:border-box; line-height:45px;height:45px; border:1px solid #ddd; border-radius:5px; box-shadow:1px 1px 3px rgba(0,0,0,0.2);
 font-family: 'GmarketSansBold'; font-size:18px; padding:0 15px;  text-align:center; width:60px;  }

#keyboard .cKey-shift{background-image:url('/resource/image/user/icon/shift_icon.png'); background-size:20px; background-repeat:no-repeat; background-position:center; border:0 !important;
width:80px !important; background-color:#666 !important;}
#keyboard .cKey-backspace{background-image:url('/resource/image/user/icon/delete_icon.png'); background-size:25px; background-repeat:no-repeat; background-position:center;border:0 !important;
width:80px !important;background-color:#666 !important;}
#keyboard .cKey-confirm{border:0 !important; width:140px !important;background-color:#85b5ff !important;}
#keyboard .cKey-numeric-switch{border:0 !important; width:100px !important;}


/* 로그인 가상 키보드 */
.keyboard .cKey-backspaceId{background-image:url('/resource/image/user/icon/delete_icon.png'); background-size:40px; background-repeat:no-repeat; background-position:center;
border:0 !important; background-color:#666 !important;}
.keyboard .cKey-backspacePw{background-image:url('/resource/image/user/icon/delete_icon.png'); background-size:40px; background-repeat:no-repeat; background-position:center;
border:0 !important; background-color:#666 !important;}
.keyboard{position:absolute; bottom: 90px; left:0; padding:35px 0; box-sizing:border-box; background-color:rgb(38 38 38); width:100%;}

.keyboard .cKLine li{ min-width:auto; margin:0.4%; box-sizing:border-box; line-height:70px;height:68px; border:1px solid #ddd; border-radius:5px; box-shadow:1px 1px 3px rgba(0,0,0,0.2);
 /*font-family: 'GmarketSansBold';*/ font-size:22px; padding:0 15px;  text-align:center; width:77px;  }

.keyboard .cKey-shift{background-image:url('/resource/image/user/icon/shift_icon.png'); background-size:20px; background-repeat:no-repeat; background-position:center; border:0 !important;
width:80px !important; background-color:#666 !important;}
.keyboard .cKey-backspace{background-image:url('/resource/image/user/icon/delete_icon.png'); background-size:25px; background-repeat:no-repeat; background-position:center;border:0 !important;
width:80px !important;background-color:#666 !important;}
.keyboard .cKey-confirm{border:0 !important; width:140px !important;background-color:#85b5ff !important;}
.keyboard .cKey-numeric-switch{border:0 !important; width:100px !important;}