html {font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
body {
	margin:0;
	padding:0;
	font-family:'Roboto', arial, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#333;
	font-weight: normal;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	background-size: cover;
	background-position: top;
	background-color: #f5f5f5;
	background-repeat: no-repeat;	
}

div{margin:0;padding:0;}
a {color:#333;text-decoration:none;}
a:hover,a:focus {color:#00003c;text-decoration:underline;}
p{margin:0;}
small{font-size:85%;}
strong{font-weight:bold;}
em{font-style:italic;}
cite{font-style:normal;}
ol,ul{list-style:none;padding:0;margin:0}

h1,h2,h3,h4,h5,h6{margin:10px 0;}
h1{font-size:20px;line-height:28px;}
h2{font-size:18px;line-height:24px;color:#1d3557;text-transform: uppercase;margin-bottom:2%;clear: both;}
h3{font-size:16px;line-height:20px;}
h4{font-size:14px;line-height:16px;}
h5{font-size:13px;line-height:15px;}
h6{font-size:12px;line-height:14px;}

.mt10{margin-top:10px}
.mt20{margin-top:20px}
.mt30{margin-top:30px}
.mt40{margin-top:40px}

.mb10{margin-bottom:10px}
.mb20{margin-bottom:20px}
.mb30{margin-bottom:30px}
.mb40{margin-bottom:40px}

.mr0p{margin-right:0}
.mr2p{margin-right:2%}

.ml100{margin-left:100px}
.ml200{margin-left:200px}
.ml300{margin-left:300px}
.ml400{margin-left:400px}
.ml500{margin-left:500px}

.fs-9{font-size:9px}
.fs-10{font-size:10px}
.fs-11{font-size:11px}
.fs-12{font-size:12px}
.fs-13{font-size:13px}
.fs-14{font-size:14px}
.fs-15{font-size:15px}
.fs-16{font-size:16px}

.w1{width:1%}
.w2{width:2%}
.w3{width:3%}
.w4{width:4%}
.w5{width:5%}
.w6{width:6%}
.w7{width:7%}
.w8{width:8%}
.w9{width:9%}
.w10{width:10%}
.w15{width:15%}
.w20{width:20%}
.w30{width:30%}
.w40{width:40%}
.w50{width:50%}
.w60{width:60%}
.w70{width:70%}
.w80{width:80%}
.w90{width:90%}
.w99{width:99%}
.w100{width:100%}


.left-side{float:left}
.right-side{float:right}

header .container{	
	width:100%;
	max-width:1140px;
	margin:0 auto;
}

.ck-site-header{
	width:100%;
	height:187px;
}
.header-top{
	width:100%;	
	height:40px;
	background-color:#f7f7f7; 
}
.header-top ul{
	line-height:40px;
	font-size:100%;
}
.header-top ul li{
	list-style:none;
	margin-left:10px;
	margin-right:10px;
	float: left;
}
.header-logo{
	width:100%;	
	height:100px;
	background-color:#fff;
	text-align:center;
}
.header-logo img{
	width:200px;
	margin-top:16px;
}

.ck-code-check{
	background-color:#eee;
	width:400px;
	padding:10px;
	margin-top:20px;
	float: right;
	border-radius:2px;
}
input.ck-input-search{
	background-color:#fff;
	border:none;
	color:#000;
}
.ck-submit{
	background-color: beige;
}
.header-menu{
	width:100%;	
	height:46px;
	background-color:#fff; 
	border-top:1px solid #f0f0f0;
}
.header-menu ul{
	font-size:100%;
	height:20px;
	margin-top:12px;
}
.header-menu ul li{
	list-style:none;
	margin-right:30px;
	float:left;
	text-transform:uppercase;
	font-weight:600;
	font-size:100%;
	color:#1c0e0e;
	height:20px;
	border-bottom:1px solid #fff;
}
.header-menu ul li.auto:hover{
	color:#cd2c19;
	border-bottom:1px solid #000;
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	cursor:pointer;	
}
.header-menu ul li a{
	text-decoration: none;
	color: #000;
}
.header-menu ul li.accs a{
	text-decoration: none;
	color: #cd2c19;
}
.header-menu ul li.order a{
	text-decoration: none;
	color: #ff9900;
}
.header-menu ul li.search a{
	text-decoration: none;
	color: #009b81;
}
.header-menu ul li a:hover{
	text-decoration: none;
}

/* Slider */
.ck-slider{
	height:490px;
	background-color:#000;
}
.ck-slider img{
	width:110%;
}

/*  */
.ck-search-center{
	/* background-color:#383e47; */
	background-color: #fff;
	border-radius:2px;
	width:100%;
	max-width:1140px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	padding:30px;	
	z-index:99;
	position:relative;
	color: #333;
}

.ck-search-center .ck_search{
	height:auto;
	overflow:auto;	
}

.ck_search_right{
	width:60%;
}
.ck_search_right p.lot_title, .ck_lot_result p.lot_title{
	font-size:20px;
	font-weight:700;
	color:#cd2c19;
	margin-bottom:20px;
}
.ck_search_right .sanamj_1{
	font-size:16px;
}
.ck_search_right .sanamj_2{
	font-size:16px;
}
.ck_search_right .sanamj_3{
	font-size:15px;
	font-style:italic;
}
.ck_search_right .sanamj_3 img{
	width:30px;
	margin-right:10px;
}
.ck_search_right .sanamj_3 img{
	width:30px;
	margin-right:10px;
}

.ck_search_right input.ck_sub_input{
	padding:5px 10px !important;
	font-size:20px !important;
	color:#000 !important;
	font-weight:600;
	width:100px;
	border:1px solid #cd2c19 !important;
	border-radius:2px;
	text-transform:uppercase;
	background-color: #fff3f3;
}
.ck_search_right input.ck_sub_btn{
	background-color:#cd2c19;		
	color:#fff;
	font-size:110%;
	border-radius:3px;
	padding:10px 20px;
	font-weight:600;
	border: 1px solid #cd2c19;
	transition: all 0.3s ease;
	text-transform:uppercase;
}
.ck_search_right input.ck_sub_btn:hover{
	background-color:#444;		
	color:#fffae6;	
	border: 1px solid #000;
	cursor: pointer;
	outline: none;
}
.ck_search_right .captcha_val{
	padding:2px 6px !important;
	font-size:21px !important;
	color:#000033 !important;
	font-weight:500 !important;
	border:1px solid #333 !important;
	width:40px !important;
	background-color: #f6f6f6;
	border-radius:3px;
}
.ck_search_right .captcha_result{
	padding:2px 6px !important;
	font-size:22px !important;
	color:#000033 !important;
	font-weight:500 !important;
	border:1px solid #ff0000 !important;
	width:30px !important;
	background-color: #fff3f3;
	border-radius:3px;
}

.ck_lot_result{
	width:39%;
	font-size:16px;	
}
.ck_lot_result img{	
	width:100%;
	max-width:470px;
	float:right;	
}
.ck_lot_result strong{	
	color:#cd2c19;
	font-size:19px;
}
.ck_lot_result span.lotts{
	padding:4px 11px;
	line-height:20px;
	background-color:#eee;
	margin:6px;
	border-radius:20px;
	float: left;
	font-size:100%;

}



/* Cars */
section{	
	width:100%;
	max-width:1200px;
	margin:0 auto;
	height:auto;
	min-height:300px;
}
section .col{
	width:23.5%;
	float:left;
	height:200px;
	background-color: #fff;
}
section .col img{
	width:100%;
}
.ck-block-center{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
.ck-block-center img{width:100%;}
.ck_car_name{
	font-size:17px;
	padding:6px 16px;
	font-weight:bold;
}
.ck_car_name a{
	color:#000;
}

/* Footer Section */
.ck_footer{
	width:100%;
	margin:0 auto;
	height:auto;
	min-height:60px;
	background-color: #2e3034;
	color:#bcbfc5;
}
.ck_copyright{
	width:100%;	
	height:auto;
	min-height:40px;
	background-color: #222326;
	
}
.ck_copyright_in{
	max-width:1200px;
	font-size:86%;
	margin:0 auto;
	color:#bcbfc5;
	padding-top:10px;
}












/* CashPop Checking on LED */
.ck_home{
	background: none;
	background: url("../../sl_search/bg_cashpop.jpg");
	background-size: cover;
	width:100%;
	height:93vh;
	padding:0;
	padding-top:6%;
}
.ck_home .ck_panel{
	width:1000px;
	height:490px;
	/* border:2px solid #fbd780; */
	background-color:#000449;
	background: url("../../sl_search/Untitled-3.jpg");
	background-position:center;
	background-size: cover;
	color:#fff;
	font-size:100%;
	line-height:40px;
	margin:0 auto;
	padding:3%;
	border-radius:30px;
	box-shadow: 0 0 40px #000;
}
.ck_home .ck_panel .ck_balls{
	width:100%;
	height:100%;
	border-radius:30px;
}
.ck_home .ck_panel .ck_balls .ck_balls_left{
	float:left;
	width:79%;
	padding-top:6%;
}
.ck_home .ck_panel .ck_balls .ck_chooseball{
	float:left;
	width:21%;
}
.ck_home .ck_panel .ck_balls .ck_balls_check_left{
	float:left;
	width:49%;
	height:100%;
}
.no-mr{margin-right:0}
.ml-60{margin-left:76px}
.ck_home .ck_panel .ck_balls .ck_ball{
	width:127px;
	height:127px;
	/*
	background-color:#f6c120;
	background: rgb(246,208,32);
	background: radial-gradient(circle, rgba(246,208,32,1) 0%, rgba(246,164,32,1) 100%);
	*/
	background: rgb(255,246,62);
	background: linear-gradient(135deg, rgba(255,246,62,1) 0%, rgba(255,153,0,1) 100%);
	border:2px solid #ff3300;	
	font-size:400%;
	font-weight:900;
	text-align: center;
	float:left;
	margin-right:12px;
	border-radius:90px;
	line-height:120px;
	box-shadow: 0 0 16px #000235;
	text-shadow: 1px 1px 6px rgb(119, 0, 0);
}

.ck_home .ck_panel .ck_chooseball .ball_choosentitle{
	width:180px;
	height:auto;
	font-size:130%;
	font-weight:700;
	text-align:center;
	margin-right:30px;
	color:#fff;
	margin-top:90px;
	line-height:30px;
	text-shadow:1px 1px 1px #000;
	font-family:'Roboto', Tahoma, Geneva, Verdana, sans-serif;
}

.ck_home .ck_panel .ck_chooseball .ck_ball_choosen{
	width:180px;
	height:180px;
	background: rgb(255,62,247);
	background: linear-gradient(135deg, rgba(255,62,247,1) 0%, rgba(0,254,255,1) 100%);
	border:5px solid #ffffff;	
	font-size:700%;
	font-weight:900;
	float:left;
	margin-right:30px;
	border-radius:170px;
	line-height:190px;
	color:#2c004a;
	margin-top:10px;
	text-shadow:2px 2px 0 #fff;
	text-align:center;
	letter-spacing:-16px;
	box-shadow:0 0 30px #000;
	padding-left:-20px;
	font-family:'Roboto', Tahoma, Geneva, Verdana, sans-serif;
}

.ck_home .ck_panel .ck_chooseball .ck_choosen_n{
	width:100%;
	height:auto;
	text-align:center;
}

.ck_home .ck_panel .ck_chooseball .ck_choosen_n input.search_btn{
	width:120px;
	height:40px;
	background: rgb(95,255,253);
	background: linear-gradient(135deg, rgba(95,255,253,1) 0%, rgba(226,33,255,1) 100%);
	border:2px solid #ffffff;	
	font-size:100%;
	font-weight:700;
	border-radius:30px;
	text-align:center;
	color:#ffffff;
	cursor:pointer;
	text-shadow:0 0 2px #000;
	margin-top:20px;
	margin-right:60px;
	float:right;
}
.ck_home .ck_panel .ck_chooseball .ck_ball_choosen span{margin-left:-20px}

#ball_choosen{display:none}
#search_button{display:none}
#ball_choosen_title{display:none}

.ck_home .ck_control{
	width:30px;
	height:50px;
	position:absolute;
	right:0;
	bottom:10px;
	color:#fff;
	font-size:90%;
}
.ck_control input.ck_numbers66{
	width:20px;
	background: transparent;
	color:#f5bf1f;
	border:none;
	outline:none;
}
.ck_control .ck_check_num_sub{
	background-color:#010119;
	border:none;
	outline:none;
	list-style:none;
	color:#fff;
	width:26px;
}


/* Scroll Bar */
::-webkit-scrollbar{width:3px;}
::-webkit-scrollbar-thumb {background: #0042af}



.ck_homex{
	width:100%;
	height:94vh;
	background-color: #250078;
	background-image: url('../../sl_search/bg.jpg');
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 3%;
}
.ck_homex .ck_search{
	width:90%;
	min-width:900px;
	height:86%;
	/* border:3px solid #fbd780; */
	background-color:#250078;
	color:#fff;
	font-size:100%;
	line-height:40px;
	margin:0 auto;
	padding:1.6%;
	border-radius:30px;
	box-shadow: 0 0 20px #000;
	opacity:0.88;
	padding-bottom: 3%;
}
.ck_homex .ck_search .ck_search_in{
	width:100%;
	height:100%;
	background-color:#0042af;
	border-radius:30px;
	padding-top:20px;
}
.ck_homex .ck_search .ck_search_in .ck_search_title{	
	padding-top:0;
	text-align:center;
	width:400px;
	height:110px;
	float:left;
	margin-left:36px;
}
.ck_homex .ck_search .ck_search_in .ck_search_title img{	
	max-height:120px;	
}
.ck_homex .ck_search .ck_search_in .ck_search_ball{	
	padding:0;
	padding-top:1%;
	float: left;
	width:800px;
	margin-left:50px;
	height:110px;
	text-align:center;
	background-image: url('../../sl_search/search_bg.jpg');
    background-position: center top;
    background-size:100%;
    background-repeat: no-repeat;	
	background-position: center;
	margin-bottom:20px;
}
.ck_homex .ck_search .ck_search_in .ck_search_ball .ck_search_ball_in{
	margin-left:66px;
	width:660px;
	padding-top:3px;
}
.ck_homex .ck_search .ck_search_in .ck_search_ball .ck_b{
	float:left;
	margin-top:7px;
	padding-top:1px;
}
.ck_b input.ck_input_ball{
	padding:3px;
	padding-bottom:0;
	border:none;
	transition: 0.1s ease-out;
	text-align: center;
	-webkit-transition: 0.1s ease-out;
	width:70px;
	height:70px;
	font-size:27px;
	background-image: url('../../assets/frontend/lotte/buttons/ball_gray.png');
	background-color: #f5bf1f;
	background-size:80%;
	background-repeat: no-repeat;
	background-position:center;
	font-weight:700;
	text-shadow: 1px 1px 2px #fff;
}
.ck_b input.ck_input_ball_golden{
	padding:0;
	border:none;
	transition: 0.1s ease-out;
	text-align: center;
	-webkit-transition: 0.1s ease-out;
	width:77px;
	height:77px;
	font-size:24px;
	background-image: url('../../assets/frontend/lotte/buttons/ball_golden.png');
	background-color: #f5bf1f;
	background-size:80%;
	background-repeat: no-repeat;
	background-position: center;
	margin-top:-4px;
	font-weight:700;
	text-shadow: 1px 1px 2px #fff;
}
.ck_b input.ck_input_ball:hover, .ck_b input.ck_input_ball_golden:hover{outline:none}
.ck_b input.ck_input_ball:focus, .ck_b input.ck_input_ball_golden:focus{outline:none}
.ck_b input.ck_input_ball:active, .ck_b input.ck_input_ball_golden:active{border:none}
.ck_search_ball_in input.ck_search_btn{
	border:0;color:#f8ffc2;
	cursor:pointer;
	padding:23px 1px 16px 100px;
	background:none;font-size:39px;font-weight:700}

.ck_homex .ck_control{
		width:600px;
		height:60px;
		background-color:#11b25c;
}



/* ck_result_item_head */
.ck_homex .ck_search .ck_search_in .ck_result{padding:0.6%;margin:1% 2%;}
.ck_result .ck_result_item_head{border-bottom:2px solid #f8ffc2;height:30px;line-height:20px;clear:both}
.ck_result_item_head .ck_ri_col1{width:300px;float:left;margin-left:16px;font-size:115%;}
.ck_result_item_head .ck_ri_col2{width:100px;float:left;text-align:center;font-size:115%;}
.ck_result_item_head .ck_ri_col3{width:66%;float:left;text-align:center;font-size:115%;}

.ck_result_item_head .ck_ri_col1x{width:300px;float:left;margin-left:16px;font-size:100%;}
.ck_result_item_head .ck_ri_col2x{width:100px;float:left;text-align:center;font-size:100%;}
.ck_result_item_head .ck_ri_col3x{width:66%;float:left;text-align:center;font-size:100%;}

/* ck_result_item */
.ck_homex .ck_search .ck_search_in .ck_result .ck_result_item{	
	border-bottom:1px solid #6393e2;
	height:auto;
	min-height:59px;
	max-height:100px;
	background-color: #0b51c1;
	clear:both;
}
.ck_homex .ck_search .ck_search_in .ck_result .ck_result_itemx{	
	border-bottom:1px solid #6393e2;
	height:auto;
	min-height:50px;
	max-height:80px;
	background-color: #0b51c1;
	clear:both;
}
.ck_result_item .ck_ri_col1{	
	width:300px;
	float:left;
	padding-top:10px;
	height:60px;
	margin-left:16px;
}
.ck_result_item .ck_ri_col1 img{
	width:39px;
	height:39px;
}
.ck_result_itemx .ck_ri_col1x{	
	width:300px;
	float:left;
	padding-top:8px;
	height:46px;
	margin-left:16px;
}
.ck_result_itemx .ck_ri_col1x img{
	width:36px;
	height:36px;
}
.ck_result_item .ck_ri_col2{	
	width:100px;
	float:left;
	text-align:center;
	padding-top:4px;
	height:44px;
	font-size:160%;
}
.ck_result_itemx .ck_ri_col2x{	
	width:100px;
	float:left;
	text-align:center;
	padding-top:4px;
	height:44px;
	font-size:140%;
}
.ck_result_item .ck_ri_col3{	
	width:66%;
	float:left;
	text-align:center;
	max-height:46px;
	overflow-x:auto;
}
.ck_result_itemx .ck_ri_col3x{	
	width:66%;
	float:left;
	text-align:center;
	padding-top:4px;
	height:46px;
	overflow-x:auto;
	font-size:130%;
}

.lh-30{line-height:30px}
.lh-20{line-height:20px}
.lh-16{line-height:16px}

.ck_ta_left{text-align:left}
.ck_ta_center{text-align:center}
.ck_ta_right{text-align:right}
.ck_f_left{float:left}
.ck_f_right{float:right}
.ck_col{float:left;margin-right:30px;overflow:auto;height:77vh;}
.ck_col2{overflow:auto;height:64vh;background-color:#fff;}
.ck_clr{clear:both;}












.ck_header{
width:100%;
height:30px;
background-color:#ffb000; /* FFCC00 */
border-bottom:1px solid #FF9900;
line-height:29px;
color:#000000;
font-size:100%;
}
.ck_header a{
color:#fff;
padding:0 16px;
border-right:1px solid #fff;
font-weight:700;
transition: all 0.3s ease;
text-shadow: 1px 1px 2px #333;
text-transform:uppercase;
text-decoration:none;
}



.ck_navpanel{
	width:100px;
	min-width:100px;
	height: 100vh;
	min-height: 100%;
	overflow-x: auto;	
	left: 0;
	top: 0;
	position: fixed;
	overflow-x: auto;
	z-index: 9;
	background-color: #1d3557;
	color: #f1faee;
	overflow:hidden;
}
.ck_navpanel .ck_logo{
	width:80px;
	margin: 20px 10px;
	text-align: center;
	font-size: 20px;
}
.ck_navpanel .ck_nav{
	width:100px;
}
.ck_navpanel .ck_nav .nav_item a{
	padding:20px 10px;
	width:80px;
	text-align:center;
	transition:all 0.4s ease;
	font-size:13px;
	line-height:16px;
	font-weight:400;
	color:#edf6f9;
	display:block;
	border-bottom:1px solid #000;
}
.ck_navpanel .ck_nav .nav_item a:hover{
	background-color: #457b9d;
	text-decoration: none;
}
.ck_navpanel .ck_version{
	width:80px;
	margin:10px;
	font-size:70%;
	text-align:center;
}
.ck_action_info{
	text-align: right;
	width:auto;
	padding-top:10px;
	color: #fff;
	font-weight:500;
	position: absolute;
	top:20px;
	right:20px;
	background-color:#049475;
	padding:10px 16px;
	font-size: 14px;
	border-radius:3px;
}
.ck_menu{
	width:90%;
	height:40px;
	background-color:#457b9d;
	margin-top:20px;
	margin-bottom:20px;
	border-radius:3px;
	padding-left:10px;
}
.ck_menu a{
	width:auto;
	color:#fff;
	line-height:40px;
	padding:11px 10px;
	transition:all 0.3s ease;
}
.ck_menu a:hover{
	width:auto;
	color:#fff;
	background-color:#1d3557;
	text-decoration:none;
}

.ck_content{
	width:100%;
	height:100%;
	min-height: 90vh;
	overflow:auto;
	padding-left:120px;
	display: block;
}
.ck_foot{
	width:236px;
	height:30px;
	position:relative;
	left:120px;
	bottom:0;
	float:left;
	z-index:3;
	font-size:90%; /*d0e4eb*/
	margin-top:10px;
}


table.ck_table{
	width:400px;
}
table.ck_table td{
	border: 1px solid #AAA;
}
input.ckinput_code{
	font-size:27px;
	width:160px;
	letter-spacing:2px;
}
input.ckinput{
	font-size:15px;
	width:auto;
	padding:3px 6px;
}
select{
	font-size:15px;
	width:auto;
	padding:3px 6px;
}
a.cksub{
	width:auto;
	background-color:#118ab2;
	border:0;
	padding: 6px 12px;
	color:#fff;
	cursor:pointer;
	border-radius:3px;
	font-size:14px;
	transition: 0.1s ease-out;
	margin-top: 3px;
}
input.cksub{
	width:auto;
	/* background-color:#118ab2; */
	border:0;
	padding: 6px 12px;
	color:#fff;
	cursor:pointer;
	border-radius:3px;
	font-size:14px;
	transition: 0.1s ease-out;
}
input.cksub:hover, a.cksub:hover{
	width:auto;
	background-color:#1d3557;
	border:0;
	color:#fff;
	cursor:pointer;
}
input.cksub_save{
	width:auto;	
	border:0;
	padding: 6px 12px;
	color:#fff;
	cursor:pointer;
	border-radius:3px;
	font-size:14px;
	transition: 0.1s ease-out;
	margin-right:1%;
}
input.cksub_save:hover, a.cksub_save:hover{
	width:auto;
	background-color:#1d3557;
	border:0;
	color:#fff;
	cursor:pointer;
}

.bg_list{background-color:#118ab2}
.bg_add{background-color:#11b25c}
.bg_edit{background-color:#591990}
.bg_update{background-color:#ff8400}
.bg_delete{background-color:#ff0051}
.bg_clear{background-color:#a51469}
.bg_reset{background-color:#7c7c7c}

table.ck_table_list{
	width:auto;
	background-color: #fff;
	border: 1px solid #AAA;
	table-layout: fixed;
}
table.ck_table_list td.ck_tr_head{
	background-color: #F3F3F3;
	font-weight:700;
}
table.ck_table_list td{
	border:1px solid #DDD;
	padding:6px
}


.ck_table_footer{
	margin:10px 0;
	font-size:90%;
	color:#457b9d;
	text-align:right;
	width:100%;
}
.ck_content_inner{
	padding:16px;
	margin:0;
	max-width:990px;
	background-color: #fff;
	border-radius: 3px;
	border:1px solid #ddd;
}
.ck_title{
	padding:0;
	margin:0;
	width:61%;
	max-width:690px;
}
.ck_table_header{
	color:#457b9d;
	width:39%;
	height:40px;	
	margin-bottom:10px;
}
.ck_table_header .ck_action_btn_l{
	float:left;
	margin-right:6px;
}
.ck_table_header .ck_action_btn_r{
	float:right;
	margin-left:6px;	
}
.ck_center_div{	
	width:96%;
	height:auto;
	min-height: 300px;	
	background-color: #fff;
	margin-top: 20px;
	padding:2%;
	border-radius:3px;
}





.ck_paging{
	padding:9px 19px;
	background-color: #118ab2;
	width:100%;
	max-width:860px;
	height:20px;
	border-radius:3px;
	background:#fff;
	border:1px solid #ccc;
}
.head_search{
	border:1px solid #ccc;
	background: #fff;
	float: left;
	width:100%;
	padding:3px;
	max-width:470px;

}

/* ck_table_list2 */
table.ck_table_list2{
	width:60%;
	min-width:990px;
	background-color:#fff;
	border:1px solid #ddd;
	border-bottom:none;
	border-right:none;
	margin-bottom:16px;
}
table.ck_table_list2 tr.ck_tr_head{
	background-color:#eee; 	
	font-weight:600;
}
table.ck_table_list2 td{
	border-right:1px solid #ddd;
	border-left:none;
	border-bottom:1px solid #ddd;
	border-top:none;
}
.ck_table_list2 tbody tr:nth-of-type(even) {
    background-color: #fafafa;
}
.ck_table_list2 tbody tr:last-of-type {
    border-bottom: 1px solid #457b9d;	
}
.ck_table_list2 tbody tr.active-row {
    font-weight: bold;
    color: #457b9d;
}
.ck_table_list2 tr:hover {
    background-color:#f1f1f1;
	color: #e63946;
}
.img22, .img23{
	height:19px;
	overflow:hidden;
	padding:0;
	margin:0 auto;
	width:19px;
	text-align:0;
}
.img22 img{
	filter: brightness(0) saturate(100%) invert(46%) sepia(97%) saturate(4127%) hue-rotate(124deg) brightness(97%) contrast(103%);
}
.img22 img:hover{
	filter: brightness(0) saturate(100%) invert(29%) sepia(96%) saturate(7490%) hue-rotate(342deg) brightness(97%) contrast(90%);
}
.img23 img{
	filter: brightness(0) saturate(100%) invert(44%) sepia(76%) saturate(289%) hue-rotate(159deg) brightness(87%) contrast(93%);
}
.img23 img:hover{
	filter: brightness(0) saturate(100%) invert(29%) sepia(96%) saturate(7490%) hue-rotate(342deg) brightness(97%) contrast(90%);
}


.imp_w10{width:30px !important;}

.c_b_red{background-color:#e63946}
.c_b_yellow{background-color:#ffb703}
.c_b_orange{background-color:#f4a261}
.c_b_green{background-color:#2a9d8f}
.c_b_blue{background-color:#457b9d}
.c_b_navy{background-color:#1d3557}

/*
@media (min-width: 1380px) and (max-width: 1440px) {
	.ck_bg .ck_poster{width:42%;height:42%}
	.ck_bg .ck_newsl{width:42%;height:42%;margin-top:2%;margin-left:7%}
	.ck_bg .ck_newsr{width:42%;height:42%;margin-top:2%;margin-bottom:5%;margin-right:7%}
}
@media (min-width: 1301px) and (max-width: 1379px) {	
	.ck_bg .ck_poster{width:44%;height:44%}
	.ck_bg .ck_newsl{width:44%;height:44%;margin-top:2%;margin-left:5%}
	.ck_bg .ck_newsr{width:44%;height:44%;margin-top:2%;margin-bottom:5%;margin-right:5%}
}
@media (min-width: 1201px) and (max-width: 1300px) {
	.ck_bg .ck_poster{width:47%;height:47%}
	.ck_bg .ck_newsl{width:45%;height:45%;margin-top:2%;margin-left:4%}
	.ck_bg .ck_newsr{width:45%;height:45%;margin-top:2%;margin-bottom:2%;margin-right:4%}
}
@media (min-width: 1101px) and (max-width: 1200px) {
	.ck_bg .ck_poster{width:49%;height:49%}
	.ck_bg .ck_newsl{width:47%;height:47%;margin-top:2%;margin-left:2%}
	.ck_bg .ck_newsr{width:47%;height:47%;margin-top:2%;margin-bottom:3%;margin-right:2%}
}
@media (min-width: 991px) and (max-width: 1100px) {
	.ck_bg .ck_poster{width:54%;height:54%}
	.ck_bg .ck_newsl{width:47%;height:47%;margin-top:2%;margin-left:2%}
	.ck_bg .ck_newsr{width:47%;height:47%;margin-top:2%;margin-bottom:4%;margin-right:2%}	
}
@media (min-width: 881px) and (max-width: 990px) {
	.ck_header{font-size:110%}
	.ck_bg .ck_poster{width:61%;height:61%}
	.ck_bg .ck_newsl{width:47%;height:47%;margin-top:2%;margin-left:2%}
	.ck_bg .ck_newsr{width:47%;height:47%;margin-top:2%;margin-bottom:5%;margin-right:2%}
}
@media (min-width: 781px) and (max-width: 880px) {
	.ck_header{font-size:110%}
	.ck_bg .ck_poster{width:69%;height:70%;margin-top:3%}
	.ck_bg .ck_newsl{width:47%;height:47%;margin-top:2%;margin-left:2%}
	.ck_bg .ck_newsr{width:47%;height:47%;margin-top:2%;margin-bottom:5%;margin-right:2%}	
}
@media (min-width: 641px) and (max-width: 780px) {
	.ck_header{font-size:120%}
	.ck_bg .ck_poster{width:79%;height:79%;margin-top:3%}
	.ck_text .ck_txtin{width:86%;font-size:130%;padding:6% 3%}
	.ck_bg .ck_newsl{width:70%;height:66%;margin-top:5%;margin-left:15%}
	.ck_bg .ck_newsr{width:70%;height:66%;margin-top:5%;margin-bottom:5%;float:left;margin-left:15%}
}
*/



@media (max-width: 800px) {	

	.header{
		width:100%;	
		height:120px;
		background-color:#fff; 
		border-top:1px solid #f0f0f0;
		padding-left:20px;
	}
	.header-menu{
		width:100%;	
		height:120px;
		background-color:#fff; 
		border-top:1px solid #f0f0f0;
		padding-left:20px;
	}
	.header-menu ul{
		font-size:100%;
		height:20px;
		margin-top:12px;
	}
	.header-menu ul li{
		list-style:none;
		margin-right:30px;
		float:left;
		text-transform:uppercase;
		font-weight:600;
		font-size:100%;
		color:#1c0e0e;
		height:20px;
		border-bottom:1px solid #fff;
	}

	.ck_search_right{
		float:none;
		width:86%;
		margin-bottom:20px;
	}
	.ck_lot_result{
		float:none;
		width:86%;
	}
	section .col{
		width:23.5%;
		float:left;
		height:200px;
		background-color: #fff;
	}


	.ck_bg .ck_poster{width:84%;height:84%;margin-top:3%}
	.ck_text .ck_txtin{width:86%;font-size:130%;padding:6% 3%}
	.ck_footerfit{height:49px;font-size:100%;line-height:24px;padding:1% 10%;width:80%}
	.ck_bg .ck_newsl{width:90%;height:90%;margin-top:5%;margin-left:5%}
	.ck_bg .ck_newsr{width:90%;height:90%;margin-top:5%;margin-bottom:5%;float:left;margin-left:5%}
	.tohirol-img{ width:100%;}
}