/* 매거진 본문 전용 프로그램 카드 — 기존 .shop_list_box 와 완전 분리 */
.mag_prog_card_wrap {
	max-width: 280px;
	margin: 40px auto 20px;
	clear: both;
}
.mag_prog_card_label {
	font-size: 13px;
	font-weight: 700;
	color: #00b894;
	letter-spacing: 0.06em;
	margin-bottom: 10px;
	text-align: center;
}
.mag_prog_card {
	border: 1px solid #ddd;
	background: #fff;
	position: relative;
	overflow: hidden;
}
.mag_prog_card_name a {
	display: block;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 17px;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	color: #fff !important;
	background-color: #262732;
	text-decoration: none !important;
}
.mag_prog_card_name a span {
	color: #7fd4ff;
}
.mag_prog_card_img {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	overflow: hidden;
	background: #f3f3f5;
}
.mag_prog_card_img > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.mag_prog_card_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
/* 호버 시 상세보기만 (담기 없음, width 100%) */
.mag_prog_card_order {
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	z-index: 3;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.mag_prog_card:hover .mag_prog_card_order {
	bottom: 0;
}
.mag_prog_card_order_detail {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #242430;
	opacity: 0.92;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	background-image: url(/Form/_guest/programbay/images/common/shop_list_box_order_detail.png);
	background-repeat: no-repeat;
	background-position: 28% center;
	padding-left: 8%;
	box-sizing: border-box;
}
.mag_prog_card_order_detail:hover {
	background-color: #6666ff;
}
.mag_prog_card_icons {
	position: absolute;
	top: 8px;
	left: 0;
	z-index: 2;
}
.mag_prog_card_badge {
	display: inline-block;
	height: 28px;
	min-width: 40px;
	line-height: 28px;
	text-align: center;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	padding: 0 8px;
	margin-right: 2px;
}
.mag_prog_card_badge_best {
	background-color: #ef4380;
}
.mag_prog_card_badge_new {
	background-color: #feb519;
}
.mag_prog_card_sub {
	padding: 10px 12px 0;
	text-align: center;
}
.mag_prog_card_sub a {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #222 !important;
	text-decoration: none !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mag_prog_card_desc {
	padding: 8px 14px 4px;
	font-size: 12px;
	line-height: 1.5;
	color: #777;
	text-align: center;
	min-height: 54px;
	overflow: hidden;
}
.mag_prog_card_cost {
	padding: 8px 12px 16px;
	text-align: center;
}
.mag_prog_card_price {
	font-size: 18px;
	color: #333;
}
.mag_prog_card_price b {
	font-size: 22px;
	font-weight: 700;
}
.mag_prog_card_month {
	font-size: 14px;
	margin-right: 2px;
}
