#cookie-mask{    
	background: #242f42;
    opacity: 0.54;
    width: 100%;
    position: fixed ;
    height: 100%;
    top: 0 ;
    left: 0 ;
    z-index: 999999996;
}	
.org-cookie{
    background: #fff; 
	color:#000000;
	padding: 20px 50px;
    width: 100%;
    position: fixed ;
    height: fit-content;
    bottom: 0 ;
    left: 0 ;
    z-index: 999999997;
}
.cookie-sec{display: flex; justify-content: space-between; flex-wrap: wrap;}
.text{ width:60%;}
.text p{ margin:0; padding:0;}
.text a{
    text-decoration: underline; 
	color:#404040;
}
.text a:hover{
 	color:#ff971e;
}
.accept{width:calc(40% - 50px); display: flex; flex-wrap: wrap;  justify-content: flex-start; }
.cookie-bth{
    background: #1e58b1; 
	text-align:center;
    cursor: pointer;
    color: #FFFFFF;
	height:45px; 
	line-height:45px;
	width:calc((100% - 30px) / 2);
	margin-right:30px;
	border-radius: 10px;
}
.accept .cookie-bth:last-child{ margin-right:0; }
@media only screen and (max-width: 780px) {
.org-cookie{
	padding: 20px 30px;
}
.accept,.text{width:100%;}
.cookie-bth{ width:100%; margin-top:15px; margin-right:0;}
}

