

.vertalign {position:relative;}
.imgteaser {
	margin: 0;
	overflow: hidden;
	position: relative;
}
.imgteaser a {
	text-decoration: none;
	display:block;
	clear:both;
}
.imgteaser a:hover {
	cursor: pointer;
}
.imgteaser a img {
	float: left;
	margin: 0;
	border: none;
}
.imgteaser a .desc {display: none;}
.imgteaser a:hover .desc
{ 
	/*Ä¸¼Ç ÅØ½ºÆ®*/
	text-align:center;
	border:0;
	font-weight:bold;
	display: block;
	font-size: 11px;
	font-family:'Montserrat', 'Noto Sans KR', Sans-serif;
	letter-spacing:-1px;
	line-height:140%;
	background:url('/img/quick_bg.png');
	color: #fff;
	position: absolute;
	left:0;
	margin: 0;
	width: 34px;
	height:34px;
	padding:7px;
}