@charset "utf-8";
/* CSS Document */
.jbback_layer {
	background-color:#000000;
	opacity: 0.3;
	position:absolute;
	top:0px;
	left:0px;
}
.jbpopup {
	background:white;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	box-shadow:5px 5px 10px rgba(0,0,0,0.4);	
	filter:progid:DXImageTransform.Microsoft.DropShadow(Color=#ccc,Positive=1,OffX=20,OffY=20);
	behavior:url(PIE.htc);
}
.jbpop_title{
	position:relative;
	line-height:45px;
	height:45px;
	padding:5px 15px;
	font-size:16px;
	font-weight:700;
	letter-spacing:-0.5;	
	border-bottom:1px solid #ccc;
	font-family:"Dotum","돋움";
}
.jbpop_title p{
	padding: 0px !important;
	margin: 0px !important;
	float:left;/*
	height:15px;*/
}
.jbpop_title a{
	height:16px;
	padding:15px 10px;
	float:right;
}
.jbpop_title img {
	vertical-align:top; 
}
.jbpop_container{	
	margin: 20px;
}
.jbpop_iframe {
	border:none;
}
.jbpop_bottom{
	position:absolute;
	bottom:0px;
	text-align:center;
}
.jbpop_bottom button {
	background-color: #0096E4;
  	border: solid 1px #CDCDCD;
  	width: 80px;
  	height: 30px;
  	color: #fff;
  	font-weight: bold;
  	font-size: 12px;
}