.l-content .topicPath {
    margin: 15px 0 10px;
    padding-left: 20px;
    font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.l-content .topicPath > li {
    display: inline-block;
	list-style: none outside none;
    margin: 0 5px 0 0;
    padding: 0
}
.l-content .topicPath > li > a {
    margin-right: 0.5em;
    text-decoration: none;
}
.l-content .topicPath > li > a:hover {
    text-decoration: underline;
    color: #025fae;
}
.l-content * {
	box-sizing: border-box;
}
.l-content .l-center {
	text-align: center;
}
.l-content .category-list {
	margin-bottom: 30px;
}
.l-content .category-list .category-title h2 {
	background-color: #0074be;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 54px;
	text-align: center;
	width: 100%;
	height: 54px;
	padding: 0;
	margin: 0;
}
.l-content .category-list .f-list {
	background-color: #eff5f7;
    padding: 20px;
    justify-content: space-between;
}
.l-content .category-list .f-list .item-5 {
	background: #fff;
	padding: 15px;
	width: 19%;
}
.l-content .cat-link {
	display: inline-flex;
	width: 100%;
	text-align: center;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-decoration: none;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.l-content .cat-link .cat-img {
	min-height: 160px;
	display: flex;
	align-items: center;
}
.l-content .category-list .item-5:last-child .cat-link {
	border-right: 0;
}
.l-content .cat-link span {
	color: #004bb1;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4em;
	position: relative;
	border-bottom: 1px solid #004bb1;
	margin-top: 10px;
	display: inline-block;
}
.l-content .cat-link span:after {
	content: '';
	display: inline-block;
	background: url("/pr/recommend_brand/smc/images/ar-down.png") no-repeat;
	width: 13px;
	height: 7px;
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -4px;
}
.l-content .cat-link.new-link span:before {
	background: url("/pr/recommend_brand/smc/images/label-new.png") no-repeat;
	width: 46px;
	height: 36px;
	content: '';
	display: inline-block;
	position: absolute;
	top: -12px;
	right: -55px;
}
.l-content .cat-link.new-link:hover span:before {
	background: url("/pr/recommend_brand/smc/images/label-new2.png") no-repeat;
}

.l-content .product-section {
	padding: 10px 0 0 0;
}
.l-content .prd-blk {
	display: block;
	padding: 30px 10px 10px 10px;
	position: relative;
	text-decoration: none;
	color: #666;
	background: #fff;
	margin: 0;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.l-content .prd-blk:hover {
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.l-content .prd-blk .label-n {
	position: absolute;
	top: 0;
	right: 10px;
}
.l-content .prd-blk .label-w {
	position: absolute;
	top: 0;
	right: 53px;
}
.l-content .prd-blk .prd-title {
	font-weight: bold;
	font-size: 14px;
	display: block;
	margin: 10px 0 0 0;
	line-height: 1.4em;
	color: #004bb1;
	min-height: 40px;
}
.l-content .prd-blk .prd-title.one-r {
	min-height: 0;
}
.l-content .prd-blk .prd-code {
	color: #666;
	display: block;
}
.l-content .prd-blk .l-center {
	display: block;
	margin: 5px 0;
}
.l-content .prd-blk .prd-price-old {
	font-size: 14px;
	line-height: 18px;
	text-decoration: line-through;
	color: #8a8a8a;
	display: block;
	margin-bottom: 7px;
}
.l-content .prd-blk .prd-price {
	color: #666;
	display: block;
	font-size: 14px;
}
.l-content .prd-blk .prd-price strong {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #d00;
}
.l-content .prd-blk hr {
	width: 100%;
	background: #d8d8d8;
	height: 1px;
	border: 0;
	display: block;
}
.l-content .prd-blk .prd-i {
	display: block;
	color: #888;
}
.l-content .prd-blk .prd-i label {
	display: inline-block;
	font-weight: normal;
	width: 100px;
}
.l-content .prd-blk .prd-saleoff {
	width: 70px;
	height: 55px;
	background: url("/pr/recommend_brand/smc/images/saleoff.png") no-repeat;
	position: absolute;
	right: 5px;
	top: 0;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 1.5em;
	padding-top: 10px;
}
.l-content .prd-blk .prd-saleoff strong {
	font-size: 24px;
}
.l-content .prd-blk .prd-saleoff span {
	font-size: 16px;
}
.l-content .prd-blk .m-btnLink--conversion {
	margin-top: 10px;
}
.l-content .prd-blk .prd-delivery {
	position: absolute;
	min-width: 90px;
	padding-right: 5px;
	height: 28px;
	color: #111;
	padding-left: 40px;
	line-height: 28px;
	right: 0;
	bottom: 50px;
}
.l-content .prd-blk .prd-delivery:before {
	content: '';
	display: inline-block;
	background: url("/pr/recommend_brand/smc/images/icon-delivery.png") no-repeat;
	width: 26px;
	height: 17px;
	position: absolute;
	top: 5px;
	left: 8px;
}
.l-content .prd-note {
	color: #111;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	background: #e5e5e5;
	margin-top: 15px;
}

.l-content .product-feature {
	padding: 30px 0;
}
.l-content .blk-wr {
	border: solid 2px #fff;
	background: linear-gradient(135deg, #454545, #fefefe, #8e8e8e, #fefefe, #8d8d8d);
	padding: 10px;
	position: relative;
	border-radius: 6px;
}
.l-content .blk-wr .blk-content {
	background: url("/pr/recommend_brand/smc/images/bg2.jpg") repeat-y center center;
	padding: 18px;
	border-radius: 6px;
}
.l-content .blk-white {
	background: #fff;
	padding: 20px;
	border: solid 1px #d8d8d8;
}
.l-content .tb-prd {
	border-collapse: collapse;
	width: 100%;
	border: solid 1px #d8d8d8;
	margin-top: 20px;
}
.l-content .tb-prd td {
	padding: 10px;
	border: solid 1px #d8d8d8;
	text-align: center;
}
.l-content .tb-prd td.td-left {
	text-align: left;
}
.l-content .tb-prd td.w-200 {
	width: 200px;
}
.l-content .tb-prd td.bg-g {
	background: #f4f4f4;
}
.l-content .tb-prd td.bg-y {
	background: #ffcc00;
}
.l-content .tb-prd td.br-y {
	border-left: solid 4px #ffcc00;
	border-right: solid 4px #ffcc00;
}
.l-content .tb-prd td.l-y {
	border-left: solid 4px #ffcc00;
}
.l-content .tb-prd td.r-y {
	border-right: solid 4px #ffcc00;
}
.l-content .tb-prd td.b-y {
	border-bottom: solid 4px #ffcc00;
}
.l-content .product-service {
	padding: 30px 0;
}
.l-content .f-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.l-content .f-list .item-2 {
	width: 50%;
	padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.l-content .f-list .item-4 {
	width: 25%;
	padding: 0 10px
}
.l-content .f-list .item-5 {
	width: 20%;
	padding: 0 10px
}
.l-content .f-list .item-6 {
	padding: 0 10px;
	width: 16.6666%;
}
.l-content .product-service .f-list {
	margin-bottom: 20px;
}
.l-content .y-feature h3,
.l-content .w-feature h3 {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: bold;
}
.l-content .product-acce {
	padding: 30px 0;
}
.l-content .acce-blk {
	background: #fff;
	text-align: center;
	border: solid 1px #d8d8d8;
	padding: 5px;
}
.l-content .acce-blk span {
	display: block;
	font-weight: bold;
	color: #111;
	text-align: center;
	margin: 0 0 10px 0
}
.l-content .w-400 {
	width: 400px;
}
.l-content .related-banner {
	background-color: #eff5f7;
}
.l-content .related-banner h2 {
	font-size: 22px;
	font-weight: bold;
	height: 54px;
	line-height: 54px;
	background: #0074be;
	color: #fff;
	width: 100%;
	text-align: center;
	margin: 0;
}
.l-content .related-banner .f-list {
	padding: 15px;
	justify-content: space-between;
}
.l-content .related-banner .f-list .item-4 {
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.l-content .related-banner .banner-blk {
	display: block;
	margin: 10px 0;
}
.l-content .feature-li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.l-content .feature-li li {
	margin: 0 15px;
	float: left;
}
.l-content .feature-li li img {
	position: relative;
	top: 2px;
}
.l-content .l-left {
	text-align: left;
}
.l-content td.l-left {
	text-align: left;
}
.l-content .title-orange {
	color: #fff;
	font-weight: bold;
	width: 100%;
	font-size: 18px;
	text-align: center;
	background: #ff730a;
	height: 45px;
	line-height: 45px;
	margin: 0 0 15px 0;
}
.l-content .adv-blk {
	margin: 20px 0 0 0;
}
.l-content .flex-list {
	display: flex;
	flex-direction: row;
}
.l-content .flex-list .item-3 {
	width: 33.3333%;
}
.l-content .flex-list .item-2 {
	width: 50%;
}
.l-content .bg-g2 {
	background: #eae9ea;
}
.l-content .bg-y2 {
	background: #ffcc00;
}
.l-content .adv-b label {
	display: block;
	width: 100%;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
}
.l-content .adv-b {
	border: solid 1px #eae9ea;
	position: relative;
}
.l-content .txt-box1 {
	position: absolute;
	width: 100px;
	right: 15px;
	top: 50px;
}
.l-content txt-box2 {
	position: absolute;
	width: 105px;
	height: 105px;
	background: #ffcc00;
	border-radius: 100%;
	text-align: center;
	right: 15px;
	top: 50px;
	padding-top: 20px;
}
.l-content .l-img {
	display: inline-block;
	margin: 10px 0 0 25px;
}
.l-content .txt-box3 {
	position: absolute;
	width: 180px;
	right: 15px;
	top: 60px;
}
.l-content .txt-box4 {
	position: absolute;
	width: 180px;
	right: 19px;
	top: 60px;
}
.l-content .blk-white i {
	display: inline-block;
}
.l-content .note-sec {
	width: 100%;
	position: relative;
	background-color: #c8f1ff;
	color: #111111;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	margin: 30px 0;
}
.l-content .note-sec .note-box {
	padding: 15px 0;
}
.l-content .owl-carousel.prd-carousel img {
	width: auto;
	display: inline-block;
}
.l-content .prd-cat-blk {
	margin-bottom: 30px;
	background-color: #e8fbea;
}
.l-content .prd-cat-blk h3 {
	font-weight: bold;
	font-size: 22px;
	color: #fff;
	background-color: #0074be;
	height: 54px;
	line-height: 54px;
	text-align: center;
	width: 100%;
	margin: 0;
	position: relative;
	z-index: 1;
}
.l-content .prd-cat-blk h3:before {
	position: absolute;
	content: '';
	width: 90px;
	height: 54px;
	background-image: url("/pr/recommend_brand/smc/images/title-right-arr.png");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: left center;
	top: 0;
	left: 0;
	transform: scaleX(-1);
	overflow: hidden;
}
.l-content .prd-cat-blk h3:after {
	position: absolute;
	content: '';
	width: 90px;
	height: 54px;
	background-image: url("/pr/recommend_brand/smc/images/title-right-arr.png");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: left center;
	top: 0;
	right: 0;
	overflow: hidden;
}
.l-content .owl-carousel.prd-carousel {
	position: relative;
	padding: 20px;
}
.l-content .owl-carousel.prd-carousel .owl-nav {
	position: absolute;
	width: 100%;
	top: 50%;
}
.l-content .owl-carousel.prd-carousel .owl-nav .owl-next {
	width: 35px;
	height: 35px;
	border-radius: 0;
	background: #1b1b1b url("/pr/recommend_brand/smc/images/btn-next.png") no-repeat center center;
	text-indent: -9999px;
	box-shadow: 0 0 8px rgba(0,0,0,0.15);
	position: absolute;
	top: 0;
	right: 20px;
	margin-top: -30px;
}
.l-content .owl-carousel.prd-carousel .owl-nav .owl-next:hover {
	opacity: 0.7;
	outline: 0;
}
.l-content .owl-carousel.prd-carousel .owl-nav .owl-prev {
	width: 35px;
	height: 35px;
	border-radius: 0;
	background: #1b1b1b url("/pr/recommend_brand/smc/images/btn-next.png") no-repeat center center;
	text-indent: -9999px;
	box-shadow: 0 0 8px rgba(0,0,0,0.15);
	position: absolute;
	top: 0;
	left: -15px;
	margin-top: -30px;
	transform: scaleX(-1);
}
.l-content .owl-carousel.prd-carousel .owl-nav .owl-prev:hover {
	opacity: 0.7;
	outline: 0;
}
.l-content .owl-carousel.prd-carousel .owl-nav .owl-next.disabled,
.l-content .owl-carousel.prd-carousel .owl-nav .owl-prev.disabled {
	display: none;
}