/*
 * coktip
 */

#popupCoktipWindow{
	display: none;
	position:absolute;
	top:0px;left:0px;
	width:100%;1920px;height:100%;1080px;
	background-color: rgba(0,0,0,0.5); 
}
#cokTipVideoWrapper,.cokTipVideoWrapper{
	position:absolute;
    top:50%; left: 50%;
    transform: translate(-50%, -50%);
	width:1399.5px; height:1055px;
	background-image: url(../img/06_coktip/coktip_videoBox.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;	
}
#OpenVideoPlayer,#CloseVideoPlayer,
#cokTipVideo,.cokTipVideo{ /*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 red;
top:110px; left:30px;
width: 1660px;
height: 930px;
}

#cokTipWindowTitle,.cokTipWindowTitle{
	border:0px solid red;
	position: absolute;
	top:55px; left:120px; 
	width:500px; height:20px; 
	font-family: 'Jua', sans-serif;
	font-size: 28px;
	line-height: 24px;
}
#closeCoktipWindow,.closeCoktipWindow{
	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);
}
