*{
	margin: 0;
	padding: 0;
	font-family: 'Malgeun Gothic','맑은 고딕', dotum,"돋움",Malgun Gothic,tahoma,sans-serif;
	text-decoration: none;
	letter-spacing: -0.5px;
	color: #454545;
	font-size: 12px;
	box-sizing: border-box;
	list-style: none;
	border: none;
}
.thumbnail{
	width: 250px;
}
.thumbnail_title h1{
height: 30px;
background-color: red;
}
.thumbnail_warp{
	position: relative;
}
.thumbnail_warp > a{
	display: block;
	overflow: hidden;
	padding: 8px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #dcdddd;
}
.thumbnail_warp > a > h1{
	font-size: 16px;
	float: left;
	padding-bottom: 1px;
}
.thumbnail_warp > a > p{
	float: right;
	padding-top: 3px;
}
.thumbnail_warp > a > h1, .thumbnail_warp > a > p{
	color: white;
}
.thumbnail_content > img{
	width: 70px;
	height: 70px;
	border: 1px solid #e6e6e7;
	float: left;
}
.thumbnail_content > ul{
	padding: 10px 12px;
	float: left;
}
.thumbnail_content > ul > li:nth-child(1){
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 12px;
}
.thumbnail_content > ul > li:nth-child(2) span{
	text-decoration: line-through;
}
.thumbnail_content > ul > li:nth-child(3){
	background-color: #454545;
	font-size: 13px;
	color: white;
	padding: 2px;
	position: absolute;
	right: 0;
	bottom: 17px;
	height: 22px;
	/*text-indent: -110px;*/
	/*text-indent: -140px;*/
	margin-right: 8px;
	transition: all 0.5s;
}
.thumbnail_content > ul > li:nth-child(4){
	background-color: #454545;
	font-size: 13px;
	color: white;
	padding: 2px 0px;
	position: absolute;
	right: 0;
	bottom: 17px;
	height: 22px;
	/*text-indent: -110px;*/
	text-indent: -140px;
	margin-right: 8px;
	transition: all 0.5s;
	z-index: 333;
	overflow: hidden;
	width: 0px;
}
.choice_line{
	position: absolute;
	top: -1px;
	left: 0;
	border: 2px solid #fd5900;
	width: 100%;
	height: 89px;
	opacity: 0;
	transition: all 0.5s;

}
.thumbnail_warp > a:hover > .thumbnail_content > ul > li:nth-child(4){
	padding: 2px 8px 2px 152px;
	margin-right: 0px;
	background-color: #fd5900;
}
.thumbnail_warp > a:hover > .choice_line{
	border: 2px solid #fd5900;
	opacity: 1;
}

