.view_product_list_section h2 {
	height:50px;
	line-height:50px;
	font-weight:600;
	font-size:18px;
	margin-top:50px;
	border-bottom:1px solid #ccc;
}

.regard_list_inner ul {
	margin-top:30px;
	display: grid;
	gap: 20px;
	justify-content: center;
  grid-template-columns: repeat(5,1fr);
}

.regard_list_inner ul li {
	flex:1 1 16%;
	display:flex;
	flex-direction: column;
}

.regard_list_inner ul li {}


.regard_list_inner .product_img {
	vertical-align:top;
    position: relative;
    width: 100%;
    overflow: hidden;
	background: #fff;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.regard_list_inner .product_img:after {
	height: 4px;
    content: "";
    background-color: #e62429;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;}
	
.regard_list_inner .regard_product_info {
    background: #f6f8fa;
    color: #e62429;
	padding: 16px 24px 17px 20px;
	overflow: hidden;
    position: relative;
    line-height: 1;
    border: none;
    color: inherit;
    height: 145px;
    padding: 16px 24px 17px 16px;

    vertical-align: middle;
    z-index: 30;
	color:#f;
	display:flex;
	flex-direction: column;
}

.regard_list_inner .regard_product_info:after {
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 12px 12px 0 0;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: auto;
    z-index: 40;
}


.regard_list_inner .product_img img {
width:100%;
}

.regard_list_inner .regard_product_info .product_category {
	font-size:12px;
	font-weight:600;
	height:20px;
	line-height:20px;

}

.regard_list_inner .regard_product_info .product_name {
	font-size:14px;
	font-weight:500;
	line-height:18px;
	width:100%;
	white-space:normal;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
}

.regard_list_inner .regard_product_info .product_info2_area {
	display:flex;
	gap:10px;
	    height: 30px;
    align-items: center;

}
.regard_list_inner .regard_product_info .product_info2_area .product_price {
font-size: 16px;
    font-weight: 600;
    color: #cb1400;
    padding: 10px 0;
}

#view .view_header {
	text-align:center;
	height:12px;	
	font-size:20px;
	font-weight:600;

	background-color:#202020;
/*	box-shadow: 0 0 0 0px rgba(53, 72, 91, 0.14), 0 3px 2px rgba(0, 0, 0, 0.03), 0 7px 7px rgba(0, 0, 0, 0.19);*/
	    border-bottom: 5px solid #e62429;
		margin-top:20px;
}
.view_wrap {
	width:60%;
	margin: 30px auto;

}

.view_product_detail_section {
	display:flex;
	gap:4%;
	margin-top:20px;
	margin-bottom:50px;
}

.view_product_detail_section .view_product_image_box {
	flex-shrink: 0;
	width: 40%;
	overflow:hidden;

}

.view_product_detail_section .view_product_image_box .view_product_image_box_inner {
    position: relative;
    display: flex;
    display: inline-block;
    margin-bottom: 20px;
    box-shadow: 0 16px 14px -8px rgba(0,0,0,0.2);
    transition: all .17s ease-in-out;
}
.view_product_detail_section .view_product_image_box .view_product_image_box_inner {

}


.view_product_detail_section .view_product_image_box img {
display: block;
    margin: 0;
    object-fit: cover;
    object-position: center center;
    padding: 0;
    width: 100%;
    height: auto;
}
.view_product_detail_section .view_product_info_box {

	flex-grow: 1;
	width:60%;
}

.view_product_info_box {

}

.view_product_image_box_inner .product_rank{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    font-weight: 600;
    z-index: 101;
    width: 0;
    height: 0;
    border-bottom: 40px solid transparent;
    border-top: 40px solid skyblue;
    border-left: 40px solid skyblue;
    border-right: 40px solid transparent;
}

.view_product_image_box_inner .product_rank_number {
    position: absolute;
    z-index: 102;
    top: 0;
    left: 0;
    width: 40px;
    height: 0px;
    text-align: center;
    line-height: 40px;
	font-size:30px;
	font-weight:600;
    color: #fff;
}
.view_product_detail_section .view_product_info_box .view_product_name {
	font-size:20px;
	font-weight:600;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;

}

.view_product_detail_section .view_product_category {
	display:flex;
	gap:4px;
	align-item:center;
	margin-bottom:6px;
}
.view_product_detail_section .view_product_category svg {
	width:20px;
	fill:#50a3d9;
}
.view_product_detail_section .view_product_category span {
	font-size:14px;
	font-weight:600;
	color:#50a3d9;
}
.view_product_detail_section .view_product_price {
	margin-top:20px;
	font-size:18px;
	font-weight:600;
	color:#cb1400;
	margin-bottom:20px;
}

.view_product_goto_btn {
	display:flex;
	flex-direction: column;
	gap:15px;
	margin-top:40px;
}
.view_product_goto_btn .goto_button_section {
	display:flex;
	width:100%;
	padding:20px 20px;
	font-size:16px;
	font-weight:600;
	background-color:#50a3d9;
	border-radius:4px;
	color:#fff;
	text-align:center;
	margin:0 auto;
	align-item:center;
	justify-content: center;
} 

.view_product_goto_btn .goto_button_section:hover {
	background-color:#4477f9;
}
.view_product_goto_btn .goto_button_section:hover a {
	color:#fff;
}

.view_product_detail_info {
	display:flex;
	padding-bottom:20px;
	gap:10px;
	flex-wrap: wrap;
}
.view_porduct_detail_info_box {
	width:100%;
	display:flex;
	flex-direction: column;
}

.goto_btn_area_banner a img {
	width:100%;
	height:auto;
}