#pop_up_banner{
	background-color: #fff;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 3px 15px rgba(0,0,0,0.7);
	color: #111;
	display: none;
	min-width: 200px;
	padding: 15px;
	min-height: 100px;
}
#pop_up_banner .content p{
	font-size: 13px;
	font-family : 'nanumgothic';
    line-height: 18px;
}