
div.detail_container_without_submenu { background: #F0F0F0; }

div.div_bp_logo_container1,
div.div_bp_logo_container2 {
	display: none;
}

.bp_mainContainer.bp_main_renewal,
.bp_mainContainer.bp_main_renewal * {
	box-sizing: border-box;
}

.bp_mainContainer.bp_main_renewal {
	width: 100% !important;
	max-width: 1200px;
	margin: 0 auto !important;
	padding: 10px 12px 30px;
	background: #F0F0F0;
	border-bottom:1px #DDDDDD dashed;
}

.bp_main_renewal ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bp_main_renewal a {
	text-decoration: none;
}

.bp_renew_hero {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	margin-bottom: 12px;
}

.bp_renew_brand {
	flex: 0 0 225px;
	width: 225px;
}

.bp_renew_logo {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #e3e8ef;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	height:90px;
}

.bp_renew_logo img {
	flex-shrink: 0;
	width: 272px;
	height: 90px;
	max-width: none;
}

.bp_renew_notice {
	background: #fff;
	border: 1px solid #e3e8ef;
	border-top: 0;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	height: 210px;
}

.bp_renew_notice_head {
	height: 4px;
	background: linear-gradient(90deg, #2f6df6 0%, #18a0fb 100%);
}

.bp_renew_notice_body {
	padding: 0px 5px 8px 5px;
	min-height: 194px;
}

.bp_renew_slider_area {
	flex: 1 1 auto;
	min-width: 0;
}

.bp_renew_slider_shell {
	position: relative;
	width: 728px;
	max-width: 728px;
	height: 300px;
	background: #fff;
	border: 1px solid #e3e8ef;
	border-radius: 10px;
	overflow: hidden;
}

.bp_renew_slider_shell #scroll_left,
.bp_renew_slider_shell #scroll_right {
	top: 96px !important;
	opacity: 1 !important;
}

.bp_renew_slider_shell #scroll_left a,
.bp_renew_slider_shell #scroll_right a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 112px;
	border-radius: 8px;
}

.bp_renew_slider_shell #scroll_left img,
.bp_renew_slider_shell #scroll_right img {
	display: block;
}

.bp_renew_slider_shell .bp_main_image_container {
	width: 728px;
	height: 300px;
}

.bp_renew_slider_shell .bp_main_title_item {
	display: inline-block;
	width: 728px;
	height: 300px;
}

.bp_renew_slider_shell .bp_main_title_item img {
	display: block;
	width: 728px;
	height: 300px;
	object-fit: cover;
}

.bp_renew_row {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	margin-bottom: 12px;
}

.bp_renew_rail {
	flex: 0 0 190px;
	width: 190px;
	background: #fff;
	border: 1px solid #e3e8ef;
	border-radius: 10px;
	overflow: hidden;
}

.bp_renew_rail_body {
	padding: 8px 8px 20px;
	min-height: 200px;
}

.bp_renew_grid {
	flex: 1 1 auto;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.bp_renew_card {
	background: #fff;
	border: 1px solid #e3e8ef;
	border-radius: 10px;
	overflow: hidden;
}

.bp_renew_card_head {
	display: flex;
	align-items: center;
	height: 34px;
	padding: 2px 10px 0px;
	/*background: #d8d8d8;*/
	background: #ffffff;
	border-bottom: 1px solid #e9eef5;
	font-size: 12px;
	font-weight: 700;
	color: #333333;
}

.bp_renew_card_body {
	padding: 4px 10px 8px;
}

.bp_renew_card_body .bp_main_summary_box {
	padding: 0;
}

.bp_renew_card_body ul li {
	margin-top: 4px;
}

.bp_renew_list_item {
	margin-top: 6px;
	line-height: 1.4;
}

.bp_renew_row_last .bp_renew_rail_body {
	min-height: 356px;
}