function LayerPopupControl(name){
	if($("#"+ name).css("display") == "none"){
		/* Å¬·¹½º ¸íÀÌ layer ¾î·ÎµÈ ¿ÀºêÁ§Æ®¸¦ ¸ðµÎ ´Ý´Â´Ù. */
		$(".layer").css("display", "none");	
		$("#"+ name).css("display", "inline");	
	}else{
		$("#"+ name).css("display", "none");
	}
}

$(document).ready(function(){
	
	$(".member_login").colorbox({
		width:"630", 
		height: "378",
		iframe:true, 
		transition:"none",
		opacity:"0.7", 
		overlayClose:false,
		escKey:false
	});
	
	$(".contents_630").colorbox({
		width:"630", 
		height:"378", 
		iframe:true, 
		transition:"none",
		opacity:"0.7", 
		overlayClose:false,
		escKey:false
	});
	
	$(".contents_870").colorbox({
		width:"870", 
		height:"700", 
		iframe:true, 
		transition:"none",
		opacity:"0.7", 
		overlayClose:false,
		escKey:false
	});
	
	$(".contents_800").colorbox({
		width:"800", 
		height:"570", 
		iframe:true, 
		transition:"none",
		opacity:"0.7", 
		overlayClose:false,
		escKey:false
	});
	
	$(".contents_400").colorbox({
		width:"400", 
		height:"302", 
		iframe:true, 
		transition:"none",
		opacity:"0.7", 
		overlayClose:false,
		escKey:false
	});
	
	$(".contents_600").colorbox({
		width:"600", 
		height:"600", 
		iframe:true, 
		transition:"none",
		opacity:"0.7", 
		overlayClose:false,
		escKey:false
	});
	
	$(".contents_400C").colorbox({
		width:"400", 
		height:"370", 
		iframe:true, 
		transition:"none",
		opacity:"0.7", 
		overlayClose:false,
		escKey:false
	});
	
	
	$(".contents_500").colorbox({
		width:"500", 
		height:"500", 
		iframe:true, 
		transition:"none",
		opacity:"0.7", 
		overlayClose:false,
		escKey:false
	});
	
	/* ºí·Î±×,Æ÷·³,K-Star ÇÁ·ÎÇÊ */
	$(".contents_580").colorbox({
		width:"580", 
		height:"330", 
		iframe:true, 
		transition:"none",
		opacity:"0.7", 
		overlayClose:false,
		escKey:false
	});
	
});
