
/* png24 */
.png24 {
	display: block;
	width: 400px;
	height: 300px;

	background: url(http://bebecity.com/common/img/sp_skin_png24_180222_a.png) no-repeat 0 0;
	_background: 0;
	text-indent: -1000px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://img-shop.pstatic.net/smartstore/pc/dist/legacy/img/auto-gen/20200130/182333/sp_skin_png24_180222.png', sizingMethod='crop');
	cursor: pointer;
}

/* 상품 아이콘 */
.ico_goods {
	position: absolute;
	z-index: 500;
	top: 0;
	left: 0;
	width: 36px;
}

.ico_goods em {
	display: block;
	overflow: hidden;
	width: 50px;
	height: 48px;
}


.ico_goods .best span {
	margin: -70px 0 0;
}

/* 상품 상세 기본형 */
.prd_detail_basic {
	position: relative;
	height: 100%;
	border: 1px solid transparent;
	border-color: #ededed;
	background: #fff url(https://img-shop.pstatic.net/front/common/bg_vr.gif) repeat-y 100% 0;
}

