@charset "utf-8";

/* 최근게시물 스킨 (latest) */
.table.mwb-price-table {
	text-align: center; 
	margin: 0 auto;
	width: 80%; 
}
.table.mwb-price-table + .price-table-extra-desc {
	font-size: 14px; 
	font-weight: bold; 
	color: #cc4364; 
	text-align: center; 
	padding-top: 5px; 
	display: none; 
}
.table.mwb-price-table caption {
	text-align: right; 
	font-size: 12px; 
	padding-bottom: 4px; 
}
.table.mwb-price-table>thead>tr>th {
	font-size: 14px; 
	text-align: center; 
	vertical-align: middle; 
	padding: 5px 8px; 
	border-bottom-width: 1px;
	background-color: #e5e4e4; 
}
.table.mwb-price-table>tbody>tr.bg1 {}
.table.mwb-price-table>tbody>tr.bg2 {
	background-color: #f5f4f4; 
}
.table.mwb-price-table>tbody>tr>td {
	font-size: 14px; 
	vertical-align: middle; 
	padding: 5px 8px; 
}
.table.mwb-price-table>tbody>tr>td.season {
	/*font-weight: bold; */
}
.table.mwb-price-table>tbody>tr>td.name strong {
	font-size: 16px; 
}
.table.mwb-price-table>tbody>tr>td.name small {
	display: block; 
}
.table.mwb-price-table>tbody>tr>td.extra {
	color: #9d9c9c; 
}
@media (max-width: 1199px) { /* 1199px 보다 작을 경우 */
	.table.mwb-price-table {
		width: 100%; 
	}
}
@media (max-width: 991px) { /* 991px 보다 작을 경우 */
	.table.mwb-price-table>thead>tr>th.extra,
	.table.mwb-price-table>tbody>tr>td.extra {
		display: none; 
	}
	.table.mwb-price-table + .price-table-extra-desc {
		display: block; 
	}
}
@media (max-width: 767px) { /* 767px 보다 작을 경우 */
	.table.mwb-price-table>thead>tr>th {
		font-size: 12px; 
	}
	.table.mwb-price-table>tbody>tr>td {
		font-size: 12px; 
	}
	.table.mwb-price-table>thead>tr>th.size,
	.table.mwb-price-table>tbody>tr>td.size {
		display: none; 
	}
	.table.mwb-price-table>tbody>tr>td.name strong {
		font-size: 14px; 
	}
}
@media (max-width: 439px) { /* 439px 보다 작을 경우 */
	.table.mwb-price-table>thead>tr>th {
		padding: 5px 3px; 
		font-size: 10px;
	}
	.table.mwb-price-table>tbody>tr>td {
		padding: 5px 3px; 
		font-size: 12px; 
	}
	.table.mwb-price-table>tbody>tr>td.name strong {
		font-size: 12px; 
	}
	.table.mwb-price-table>tbody>tr>td.name strong i {
		display: none; 
	}
	.table.mwb-price-table>thead>tr>th.day,
	.table.mwb-price-table>tbody>tr>td.day {
		width: 55px; 
	}
}