/*
 * coktipData
 */

#popupCoktipDataWindow{
	display: none;
	position:absolute;
	top:0px;left:0px;
	width:100%;1920px;height:100%;1080px;
	background-color: rgba(0,0,0,0.5); 
}
#cokTipDataWrapper{
	position:absolute;
    top:50%; left: 50%;
    transform: translate(-50%, -50%);
	width:1399.5px; height:1055px;
	background-image: url(../img/06_coktip/box2.png);
	background-size: 1399.5px 1055px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(0,255,0,0);
width: 1720px;
height: 1080px;
background-size: 1720px 1080px;	
}

#cokTipData{ /*menu_find.js에서 화면배율에 따른 조정을 해준다!*/
	position: absolute;
	top:75px; left:15px;
	width: 1350px; height: 935px;
	border: none;
	background-color: rgba(0,255,0,0);
border:0px solid blue;	
top:40px; left:30px;
width: 1650px;
height: 1000px;
}

#cokTipDataWindowTitle{
	border:0px solid red;
	position: absolute;
	top:39px;24px; left: 100px;67px;
	width:500px; height:20px; 
	font-family: 'Jua', sans-serif;
	font-size: 24px;15px;
	line-height: 24px;
}
#closeCoktipDataWindow {
	position: absolute;
	top: 10px; right: 5px;
	width: 53px;height: 52px;
	border-radius: 50%;
	background-color: rgba(0,255,0,0);
	background-color: white;
	sborder:3px solid white;
	sbox-shadow: 2px 3px 20px 3px rgba(0,0,0,0.4);	
top:30px;; right: 30px;
z-index:1;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
background-image: url(../img/06_coktip/icon_exit_on.png);
}
