@charset "utf-8";
/* CSS Document */

/*DETAIL LIST PK*/
#thumbpk .detail_list {
	width: 100%;
	height: auto;
}

#thumbpk .detail_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#thumbpk .detail_list ul li {
	display: block;
	float: left;
	width: 148px;
	height: auto;
	padding: 0 75px 20px 0;
}

#thumbpk .detail_list ul.full li {
	display: block;
	float: left;
	width: 148px;
	height: auto;
	padding: 0 55px 20px 0;
}

#thumbpk .detail_list ul li.last {
	width: 128px;
	height: auto;
	padding: 0;
}

#thumbpk .detail_list ul.full li.last {
	width: 128px;
	height: auto;
	padding: 0;
}

#thumbpk .detail_list ul li .thumb {
	width: 128px;
	height: 128px;
	display : block;
	position : relative;
	z-index : 1;
	border : 2px solid #CCCCCC
	
}

#thumbpk .detail_list ul li .title {
	width: 128px;
	height: 26px;
	overflow: hidden;
	color: #6C798C;
	font-size: 12px;
	padding: 5px 0 0 0;
	word-wrap: break-word;
}

#thumbpk .detail_list ul li .title a {
	color: #6C798C;
}

#thumbpk .detail_list ul li .title a:hover,.detail_list ul li .title a.active
	{
	color: #000;
}
/*END DETAIL LIST PK*/
.icn_music {
    background: url("../images/icon/song_icn.png") no-repeat scroll 0 0 transparent;
    bottom: 2px;
    display: block;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 2px;
    width: 35px;
    z-index: 1600;
}
.icn_clip {
    background: url("../images/icon/mv_thumb_icn.png") no-repeat scroll 0 0 transparent;
    bottom: 5px;
    display: block;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 5px;
    width: 35px;
    z-index: 1600;
}
.icn_news {
    background: url("../images/icon/blog_thumb_icn.png") no-repeat scroll 0 0 transparent;
    bottom: 2px;
    display: block;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 2px;
    width: 35px;
    z-index: 1600;
}