.l-content * {
	box-sizing: border-box;
}

.l-content .l-center {
	text-align: center;
}

.l-content .f-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 20px;
}

.l-content .f-list .item-2 {
	width: 50%;
	padding: 0 10px;
}

.l-content .f-list .item-3 {
	width: 33.33333%;
	padding: 0 10px
}

.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 .f-list.st2 {
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 0;
}

.l-content .f-list.st2 .item-2 {
	width: 50%;
	padding: 0 5px;
}

.l-content .content-wr {
	background: url("/pr/recommend_category/economy_series/conveyor/images/bg1.jpg") repeat-y top center;
	padding: 30px;
}

.l-content .category-list .f-list {
	height: 77px;
	margin: 0;
}

.l-content .category-list .f-list .item-4 {
	padding: 0;
}

.l-content .prd-blk {
	display: block;
	-webkit-user-select: all;
	/* Chrome 49+ */
	-moz-user-select: text;
	/* Firefox 43+ */
	-ms-user-select: text;
	/* No support yet */
	user-select: all;
	/* Likely future */
	border: solid 1px #d8d8d8;
	padding: 10px;
	position: relative;
	text-decoration: none;
	color: #666;
	background: #fff;
	margin: 7px 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: 12px;
    display: block;
    margin-bottom: 4px;
    line-height: 1.3em;
    color: #232323;
    min-height: 47px;
}

.l-content .prd-blk .prd-title.one-r {
	min-height: 0;
}

.l-content .prd-blk .prd-code {
	color: #666;
	display: block;
    min-height: 40px;
}

.l-content .prd-blk .l-center {
	display: block;
	margin: 5px 0;
}

.l-content .prd-blk .prd-price {
	color: #d00;
	display: block;
	margin-bottom: 7px;
}

.l-content .prd-blk .prd-price strong {
	font-size: 14px;
	font-weight: bold;
}
.l-content .prd-blk .prd-delivery{
	position: absolute;
    right: 0;
    bottom: 55px;
    background: #facc02;
    height: 22px;
    width: 80px;
    padding-left: 30px;
    display: grid;
    align-items: center;
    font-size: 11px;
	color: #3b3b3b;
}
.l-content .prd-blk .prd-delivery::after{
	content: '';
	display: inline-block;
	background: url("/pr/recommend_category/economy_series/conveyor/images/icon-delivery.png") no-repeat;
    background-size: 18px 12px;
	width: 20px;
    height: 14px;
    position: absolute;
    top: 5px;
    left: 5px;
}
.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: 64px;
	height: 53px;
	background: url("/pr/recommend_category/economy_series/conveyor/images/saleoff.png") no-repeat;
	position: absolute;
	right: 5px;
	top: 0;
	color: #111;
	text-align: center;
	line-height: 1.5em;
	padding-top: 10px;
	padding-left: 3px;
}

.l-content .prd-blk .prd-saleoff strong {
	font-size: 22px;
}

.l-content .prd-blk2 .prd-saleoff {
	right: 50px;
}

.l-content .prd-blk2 .prd-new {
	position: absolute;
	top: 0;
	right: 10px;
}

.l-content .prd-blk .m-btnLink--conversion {
	margin-top: 10px;
}

/* .l-content .prd-blk .prd-delivery {
	position: relative;
	min-width: 90px;
	height: 28px;
	color: #111;
	padding-left: 35px;
	line-height: 28px;
	display: inline-block;
}

.l-content .prd-blk .prd-delivery:before {
	content: '';
	display: inline-block;
	background: url("/pr/recommend_category/economy_series/conveyor/images/icon-delivery.png") no-repeat;
	width: 26px;
	height: 17px;
	position: absolute;
	top: 5px;
	left: 0;
} */

.l-content .prd-blk2 .price-wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.l-content .prd-blk2 .prd-delivery {
	background: #ffcc00;
	padding-left: 40px;
}

.l-content .prd-blk2 .prd-delivery:before {
	left: 7px;
}

.l-content .prd-blk2 .prd-param {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.l-content .prd-note {
	color: #111;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	background: #e5e5e5;
	margin-top: 15px;
}

.l-content .title-big-bg {
	background: url("/pr/recommend_category/economy_series/conveyor/images/title-bg.png") no-repeat center left;
	width: 100%;
	height: 127px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 8px;
	padding-left: 150px;
	margin-bottom: 0;
	color: #111111;
	font-size: 16px;
}

.l-content .title-big-bg h2 {
	font-weight: bold;
	font-size: 22px;
	color: #111111;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.3em;
	position: relative;
	margin-top: 10px;
}

.l-content .title-big-bg1 {
	background: url("/pr/recommend_category/economy_series/conveyor/images/title-bg.png") no-repeat top left;
	width: 100%;
	height: 80px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 8px;
	padding-left: 150px;
	margin-bottom: 0;
	color: #111111;
	font-size: 16px;
}

.l-content .title-big-bg1 h2 {
	font-weight: bold;
	font-size: 25px;
	color: #111111;
	margin: 0;
	text-align: center;
	line-height: 1.3em;
	position: relative;
	margin-top: 20px;
	text-transform: uppercase;
}

.l-content .title-big-bg1 h2.text-shadow {
	-webkit-text-stroke: 1px black;
	/* color: white; */
	text-shadow: 0px 0px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff
}

.l-content .title-big-bg1 h2.text-shadow .txt-red {
	color: #f53738;
	/* text-shadow:
       3px 3px 0 #fff,
     -1px -1px 0 #fff,  
      1px -1px 0 #fff,
      -1px 1px 0 #fff,
       1px 1px 0 #fff; */
}

.l-content .title-big-bg2 {
	background: url("/pr/recommend_category/economy_series/conveyor/images/title-bg2.png") no-repeat top left;
	width: 100%;
	height: 80px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 8px;
	margin-bottom: 0;
	color: #111111;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

.l-content .title-big-bg2 h2 {
	font-weight: bold;
	font-size: 18px;
	color: #111111;
	margin: 0;
	text-align: center;
	line-height: 1.3em;
	position: relative;
	margin-top: 7px;
}

.l-content .title-big-bg3 {
	background: url("/pr/recommend_category/economy_series/conveyor/images/title-bg2.png") no-repeat top left;
	width: 100%;
	height: 80px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 8px;
	margin-bottom: 0;
	color: #111111;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

.l-content .title-big-bg3 h2 {
	font-weight: bold;
	font-size: 18px;
	color: #111111;
	margin: 0;
	text-align: center;
	line-height: 1.3em;
	position: relative;
	margin-top: 22px;
}

.l-content .related-banner {
	padding: 30px 0;
}

.l-content .related-banner h2 {
	font-size: 22px;
	font-weight: bold;
	padding: 10px 10px;
	background: #ffcc00;
	width: 100%;
	text-align: center;
	margin: 0 0 10px 0;
}

.l-content .related-banner .banner-blk {
	display: block;
	margin: 10px 0;
}

.l-content .prd-feature {
	background: #fff;
	padding: 30px;
}

.l-content .prd-feature h3 {
	background: #ff730a;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
}

.l-content .prd-feature table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 10px;
}

.l-content .prd-feature table td {
	padding: 5px 10px;
	text-align: center;
	background: #fff;
	border: solid 1px #242424;
}

.l-content .prd-feature thead td {
	background: #646464;
	color: #ffcc00;
	font-weight: bold;
	font-size: 14px;
}

.l-content .w-400 {
	width: 400px;
}

.l-content .w-550 {
	width: 550px;
}

.l-content .qua-section {
	margin-top: 50px;
}

.l-content .qua-blk {
	background: #eae9ea;
	text-align: center;
}

.l-content .qua-blk p {
	margin: 10px 0;
}

.l-content .title-bg-gr1 {
	background: #d1d1d1;
	font-weight: bold;
	text-align: center;
	padding: 8px 10px;
	font-size: 16px;
}

.l-content .title-bg-gr2 {
	background: #464646;
	font-weight: bold;
	text-align: center;
	padding: 8px 10px;
	color: #ffcc00;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 18px;
}

.l-content .title-bg-gr1.sm-txt,
.l-content .title-bg-gr2.sm-txt {
	font-size: 14px;
	padding: 4px 5px;
}

.l-content .red-txt {
	color: #d00;
}

.l-content .l-left {
	text-align: left;
}

.l-content .qua-blk.l-left {
	padding: 15px;
	min-height: 450px;
}

.l-content .r-list {
	margin-top: 20px;
}

.l-content .r-list .rl1 {
	width: 55%;
}

.l-content .r-list .rl2 {
	width: 45%;
	padding-left: 30px;
}

.l-content .noted {
	color: #111111;
	font-size: 14px;
	margin-bottom: 10px;
}

.l-content a.t-up {
	text-transform: uppercase;
}

.l-content .mt-30 {
	margin-top: 30px;
}

.l-content .category-list {
	padding: 0 0 30px 0;
	background: url("/pr/recommend_category/economy_series/conveyor/images/cat-bg.png") no-repeat;
	height: 77px;
	margin-bottom: 30px;
	position: relative
}

.l-content .tab-content .category-list {
	margin-bottom: 0;
}

.l-content .category-list:after {
	content: '';
	display: inline-block;
	background: url("/pr/recommend_category/economy_series/conveyor/images/shadow.png") no-repeat center center;
	width: 100%;
	height: 44px;
	position: absolute;
	bottom: -40px;
	left: 0;
}

.l-content .cat-link {
	display: inline-flex;
	width: 100%;
	height: 70px;
	text-align: center;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-decoration: none;
	border-right: solid 2px #111;
	-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;
	position: relative;
}

.l-content .category-list .f-list .item-2:first-child .cat-link:after {
	content: '';
	display: inline-block;
	background: url("/pr/recommend_category/economy_series/conveyor/images/sale.png") no-repeat top right;
	background-size: contain;
	width: 100%;
	height: 70px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.l-content .category-list .item-4:last-child .cat-link ,
.l-content .category-list .item-2:last-child .cat-link {
	border-right: 0;
}

.l-content li.active .cat-link,
.l-content .cat-link:hover {
	background: #46484c;
}

.l-content .cat-link span {
	color: #111;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4em;
	position: relative;
	/* padding-right: 20px; */
	text-transform: uppercase;
}

.l-content li.active .cat-link span,
.l-content .cat-link:hover span {
	color: #fff;
}

.l-content .category-list .f-list .item-2 {
	padding: 0;
}

.l-content .prd-blk2 {
	display: block;
	-webkit-user-select: all;
	/* Chrome 49+ */
	-moz-user-select: text;
	/* Firefox 43+ */
	-ms-user-select: text;
	/* No support yet */
	user-select: all;
	/* Likely future */
	border: solid 1px #d8d8d8;
	padding: 10px;
	position: relative;
	text-decoration: none;
	color: #666;
	background: #fff;
	margin: 7px 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-blk2:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.l-content .prd-blk2 .label-new {
	position: absolute;
	top: 0;
	right: 10px;
}

.l-content .prd-blk2 .label-w {
	position: absolute;
	top: 0;
	right: 53px;
}

.l-content .prd-blk2 .prd-title {
	font-weight: bold;
	font-size: 14px;
	display: block;
	margin: 10px 0 0 0;
	line-height: 1.4em;
	color: #000;
	min-height: 40px;
}

.l-content .prd-blk2 .prd-title.one-r {
	min-height: 0;
}

.l-content .prd-blk2 .prd-code {
	color: #666;
	display: block;
}

.l-content .prd-blk2 .l-center {
	display: block;
	margin: 5px 0;
}

.l-content .prd-blk2 .prd-price {
	color: #333;
	display: block;
	margin-bottom: 7px;
}

.l-content .prd-blk2 .prd-price strong {
	font-size: 18px;
	font-weight: bold;
	color: #d00;
}

.l-content .prd-comming {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	min-height: 487px;
}

.l-content .prd-comming span {
	display: inline-block;
	font-size: 28px;
	font-weight: bold;
	color: #000;
}

.l-content .btn-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.l-content .btn-wrap a {
	height: 62px;
	line-height: 46px;
	font-size: 18px;
}

/** 24 Sep, 2025 */
.l-content .main-prod-block {
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin: 20px 0;
}

.l-content .main-prod-block h3 {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	background: #720008;
	padding: 10px 20px;
	border-radius: 30px;
	margin-bottom: 20px;
}

.l-content .main-prod-block .prod-list {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 20px;
}

.l-content .main-prod-block .prod-list .prod-thumb {
	width: 300px;
	height: auto;
}

.l-content .main-prod-block .prod-list .prod-info {
	flex: 1;
}

.l-content .main-prod-block .prod-list .prod-info table {
	width: 100%;
	border-color: #d8d8d8;
}

.l-content .main-prod-block .prod-list thead td {
	background: #999999;
	color: #ffffff;
	padding: 10px;
	font-weight: 600;
	font-size: 13px;
	text-align: center;
}

.l-content .main-prod-block .prod-list tbody td {
	padding: 5px 10px;
	text-align: center;
}

.l-content .main-prod-block .prod-list tbody td.l-left {
	text-align: left;
}

.l-content .main-prod-block .prod-list .sku-link {
	color: #1a66cc;
	text-decoration: underline;
}

.l-content .main-prod-block .prod-list .price-old {
	color: #9b9b9b;
	text-decoration: line-through;
}

.l-content .main-prod-block .prod-list .price-new {
	color: #d00;
	font-weight: bold;
}

.l-content .main-prod-block .prod-list .ship-cell {
	position: relative;
	padding-left: 40px;
	text-align: left;
}

.l-content .main-prod-block .prod-list .ship-cell:before {
	content: '';
	position: absolute;
	left: 6px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: 17px;
	background: url("/pr/recommend_category/economy_series/conveyor/images/icon-delivery.png") no-repeat;
}

.l-content .show-image-block {
	width: 100%;
	display: block;
	margin: 20px 0;
	text-align: center;
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.l-content .show-image-block img{
	border: 2px solid #e9e9e9;
}
.l-content .show-image-block.no-border img{
	border: none;
}

.l-content .product-wrap {
	display: flex;
	/* margin-bottom: 10px; */
	gap: 1%;
}
.l-content .product-wrap-left {
	width: 19%;    
	overflow: hidden;
    padding: 6px 0px;
}
.l-content .product-wrap-left img{
    min-width: 230px;
    margin-left: -9px;
}
.l-content .product-wrap-content {
	width: 80%;
	position: relative;
}

.l-content .owl-theme .owl-nav button{
	width: 20px;
    height: 20px;
    background: #0169c6;
    color: #fff;
    border-radius: 0;
}
.l-content .prd-list .owl-nav {
	/* position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%; */
}

.l-content .tab2-carousel .owl-dots {
	position: absolute;
	bottom: 75px;
    right: 48px;
}
.l-content .tab2-carousel .owl-dots .owl-dot span {
	width: 15px;
    height: 15px;
    margin: 0px 3px;
}
.l-content .owl-theme .owl-nav button.owl-prev{
	position:absolute;
	left: -10px;
	top: 40%;
}
.l-content .owl-theme .owl-nav button.owl-next{
	position:absolute;
	right: -10px;
	top: 40%;
}
.l-content .tab2-carousel .owl-dots .owl-dot.active span, .l-content .tab2-carousel .owl-dots .owl-dot:hover span {
	background: #ffffff;
}

.l-content .note-description {
	font-size: 16px;
    color: #333333;
    margin-bottom: 15px;
    background: #ffcc02;
    padding: 20px;
}
.l-content .note-description h3{
	font-size:17px;
}
.l-content .note-description p{
	margin-bottom: 5px;
}
.l-content .prd-list-ver2{
	width: 100%;
    display: block;
    margin: 20px 0;
    background: #e6e7e9;
    padding: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.l-content .prd-list-ver2 .grid-item{
	display: flex;
    flex-direction: row;
    gap: 1%;
    padding: 10px 20px;
    border-bottom: 2px solid #d8d8d7;
}
.l-content .prd-list-ver2 .grid-item .pro-big{
    width: 39%;    
	text-align: center;
}
.l-content .prd-list-ver2 .grid-item .pro-big h4{
    margin: 7px 0 10px 0;
    font-size: 14px;
    color: #3b3b3b;
    line-height: 1.4em;
    padding: 10px 0;
    background: #d3d3d3;    
	text-align: center;
}
.l-content .prd-list-ver2 .grid-item .pro-big p{
	margin-top: 10px;
    font-size: 13px;
    color: #3b3b3b;
    line-height: 1.4em;
    font-weight: 600;
    text-align: left;
}
.l-content .prd-list-ver2 .grid-item .pro-list-col3{
	display: flex;
    width: 60%;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
    gap: 1%;
}
.l-content .prd-list-ver2 .grid-item .pro-list-col3 .item{
    width: 250px;
}


.l-content .prd-blk-2 {
	display: block;
	-webkit-user-select: all;
	/* Chrome 49+ */
	-moz-user-select: text;
	/* Firefox 43+ */
	-ms-user-select: text;
	/* No support yet */
	user-select: all;
	/* Likely future */
	border: solid 1px #d8d8d8;
	padding: 10px;
	position: relative;
	text-decoration: none;
	color: #666;
	background: #fff;
	margin: 7px 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-2:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.l-content .prd-blk-2 .label-n {
	position: absolute;
	top: 0;
	right: 10px;
}

.l-content .prd-blk-2 .label-w {
	position: absolute;
	top: 0;
	right: 53px;
}

.l-content .prd-blk-2 .prd-title {
	font-weight: bold;
    font-size: 12px;
    display: block;
    margin-bottom: 4px;
    line-height: 1.3em;
    color: #232323;
    min-height: 47px;
}

.l-content .prd-blk-2 .prd-title.one-r {
	min-height: 0;
}

.l-content .prd-blk-2 .prd-code {
	color: #666;
	display: block;
    min-height: 40px;
}

.l-content .prd-blk-2 .l-center {
	display: block;
	margin: 5px 0;
}

.l-content .prd-blk-2 .prd-price {
	color: #d00;
	display: block;
	margin-bottom: 7px;
}

.l-content .prd-blk-2 .prd-price strong {
	font-size: 14px;
	font-weight: bold;
}
.l-content .prd-blk-2 .prd-delivery{
	position: absolute;
    right: 0;
    bottom: 55px;
    background: #facc02;
    height: 22px;
    width: 80px;
    padding-left: 30px;
    display: grid;
    align-items: center;
    font-size: 11px;
	color: #575757;
}
.l-content .prd-blk-2 .prd-delivery::after{
	content: '';
	display: inline-block;
	background: url("/pr/recommend_category/economy_series/conveyor/images/icon-delivery.png") no-repeat;
    background-size: 18px 12px;
	width: 20px;
    height: 14px;
    position: absolute;
    top: 5px;
    left: 5px;
}
.l-content .prd-blk-2 hr {
	width: 100%;
	background: #d8d8d8;
	height: 1px;
	border: 0;
	display: block;
}

.l-content .prd-blk-2 .prd-i {
	display: block;
	color: #888;
}

.l-content .prd-blk-2 .prd-i label {
	display: inline-block;
	font-weight: normal;
	width: 100px;
}

.l-content .prd-blk-2 .prd-saleoff {
	width: 64px;
	height: 53px;
	background: url("/pr/recommend_category/economy_series/conveyor/images/saleoff.png") no-repeat;
	position: absolute;
	right: 5px;
	top: 0;
	color: #111;
	text-align: center;
	line-height: 1.5em;
	padding-top: 10px;
	padding-left: 3px;
}

.l-content .prd-blk-2 .prd-saleoff strong {
	font-size: 22px;
}

.l-content .prd-blk-2 .m-btnLink--conversion {
	margin-top: 10px;
}
.l-content .align-center{
	text-align: center;
}
.l-content .bg-white{
	background: #ffffff;
}
.l-content a.btn-link-center{
	display: inline-block;
	margin: 20px auto;
	width: 300px;
}

.l-content .applicate_example{
	width: 100%;
    
    margin: 20px 0;
    text-align: center;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.l-content .exam-grid{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	border: 1px solid #d8d8d8;
	padding: 20px;
	gap: 20px;
}
.l-content .applicate_example .exam-left{
	text-align: left;
    font-size: 13px;
}
.l-content .applicate_example .exam-right{

}
.l-content .applicate_example p{
	margin-bottom: 10px;
}
.l-content .applicate_example .list-applicate{
    padding-left: 30px;
}
.l-content .applicate_example .list-applicate .item{
	display: block;
    background: #faca09;
    padding: 5px;
    width: 100px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
}

.l-content .title-line{
    background: #737373;
    margin: 20px 0;
    color: #facc02;
    padding: 15px;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}