.wrap_top_msg{
	position:absolute;
	top:0;
	right:10%;
	width:330px;
	height:100%;
	background:transparent;
	
	text-align:center;
	overflow:visible;
}
.outer_top_msg{
	position:absolute;
	border:2px solid transparent;
	width: 380px;
	height:205px;
	right:0%;
	cursor:pointer;
	top:45%;
}
.outer_top_msg:hover .msg_btn_fld{
background:#DBF9E5;	
}
.msg_btn_fld{
	margin-top:-30px;
}
.green_back_top_msg{
	background:transparent;
	width:280px;
	left:30%;top:0;
	height:202px;
	position:absolute;
}
.back_top_msg{
	background:#F3FFF3;	
	position:absolute;
	height:120px;
	left:0;top:25px;
	width:100%;
}	
.cntnt_top_msg{
	height:64px;
	overflow:hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding:0 10px;
	font-size: 1.6rem;
	line-height:1.8rem;
	margin-top:5px;
	color:#009933;
}
.top_line_msg{
	position:absolute;
	top:0;
	left:0;
	background:#1EB350;
	width:100%;
	height:10px;
}
.bot_line_msg{
	position:absolute;
	bottom:0;
	left:0;
	background:#80CC99;
	width:100%;
	height:4px;
}
.icon_top_msg{
	width:30px;
	height:30px;
	border-radius:100px;
	background:url('../images/icons/znv.svg') center/30px 20px no-repeat,#1EB350;
	color:#cfc;
	line-height:30px;
	font-size:1.5rem;
	font-family:fgh;
	position:absolute;
	left:140px;
	margin-left:-15px;
	top:-12px;
	font-weight:bold;
}
	

/*xs*/
@media (min-width: 576px) {

		
}

/*sm*/
@media (min-width: 768px) {

	.wrap_top_msg{
		background:rgba(255,255,255,0.5);
		right:70px;
		}
	.outer_top_msg{
		border:2px solid rgba(255,255,255,0.8);
		top:10%;
		left:-25px;
	}
	.green_back_top_msg{
		background:rgba(204,255,204,.5);
	left:23px;
		width:330px;
	}
	.cntnt_top_msg{
		height:68px;
		font-size: 1.8rem;
		line-height:2rem;
		margin-top:20px;
	}
	.msg_btn_fld{
		margin-top:-24px;
	}
	.back_top_msg{
		height:160px;
	}
	.icon_top_msg{
		left:165px;
	}
}

/*md*/
@media (min-width: 992px) {
.outer_top_msg{
		top:18%;
	}

}

/*lg*/
@media (min-width: 1200px) {
	.outer_top_msg{
		top:20%;
	}

	
}
