.ribbon {
/*background-color:#F5F5F5;*/
}
.lables {
	background-color: #f1f1f196;
}
...container {
}
.ribbonInsert {
	margin-top: 42px;
}
.ribbonInsert h2 {
	font-size: 2.6pc;
	font-weight: bold;
}
.ribbonInsert p {
	margin-top: 2.5pc;
	display: -webkit-inline-box;
	-webkit-box-align: center;
	margin-bottom: 0;
 padding: .75rem 2.25rem;
	vertical-align: middle;
	color: #fff;
	background: #cc0000;
	font-weight: 500;
	border-radius: 6px;
}
.proIntroBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;/* background-color: #fff;
	padding: 5%;
	display: flex;
	justify-content: space-between;
	align-items: center; */
}
.introBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;/*width: 55%;*/
}
.introBox ul {
	margin-left: -12px;
}
.proDescBox {
	margin-top: 2pc;
}
.proDescBox span {
	color: #F97C00;
	font-weight: bold;
	font-size: 1.15rem;
}
.proDescBox p, .introSplitContent p {
	line-height: 1.6;
}
.imgBox {
	-webkit-box-ordinal-group: 0;
	/*-ms-flex-order: -1;
	order: -1;*/
	position: relative;
	margin-bottom: 1.5rem;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	max-width: 100%;/*width: 36%;
	margin: auto;
	margin-bottom: 1px;*/
}
.imgBox img {
	height: 27rem;
	max-width: 100%;
	margin-top: 2rem;
	box-shadow: 0 0 6px rgba(0, 0, 0, .12);
    border: 1px solid #e5e5e5;
}
.lables .imgBox img {
	max-width: 100%;
	height: auto;
	background-color: #fff;
    border-radius: 12px;
    /*height: 21rem;
	
	margin: auto;
	display: block;
	box-shadow: 0 0 6px rgba(0, 0, 0, .12);*/
}
.inner {
	/*background-color:#F5F5F5;*/
	margin: 30px -15px 50px -15px;
}
.content {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
}
.lables .content {
	grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
}
.ribbonPro {
	background-color: #fff;
 margin: 15px;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	box-shadow: 0 0 6px rgba(0, 0, 0, .12);
}
.ribbonProInner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.ribbonProCard {
	padding: 2rem 2rem 1rem;
}
.ribbonProCardHead {
	background-image: url(/images/ribbon/03.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-size: 50px;
}
.lables .ribbonProCardHead {
	background-image: url(/images/label/example.webp);
}
.lableImg img {
	max-width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	transform: scale(1.08);
}
.ribbonProCardHead h3 {
	font-weight: bold;
	/*font-size: 1.15pc;*/
	color: #ffffff;
	text-align: center;
    background-color: #bf0000;
    background-position: center;
    display: block;
    padding: 10px 16px;
    border-radius: 6px;
}
.ribbonMedium {
	padding-top: 1rem;
 padding-bottom: .8rem;
	margin-top: 1.2rem;
	border-top: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
}
.ribbonMedium p, .ribbonBrand p {
	font-weight: 700;
	margin-bottom: 10px;
	;
	font-size: 1pc;
}
.ribbonMedium ul {
	padding-left: 0;
}
.ribbonMedium li {
 font-size: .9rem;
 margin-bottom: .2rem;
	color: #828489;
 margin-right: .5rem;
}
.ribbonBrand {
	padding-top: 1rem;
 padding-bottom: .8rem;
}
.ribbonBrand li {
	color: #666;
	font-size: 0.9rem;
	margin-bottom: 3px;
}
.ribbonBrand li:before {
	content: " ";
	border-left: 5px solid #cc0000;
	margin-right: 12px;
	display: inline-block;
	width: 0;
	height: 5px;
	vertical-align: middle;
	border-radius: 5px;
	margin-bottom: 3px;
}
.ribbonBrand li span {
	font-weight: 500;
	color: #333;
	font-size: 0.95rem;
}
.introsplit:not(:last-child) {
	margin-bottom: 2em;
}
.introsplit {
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 6px rgba(0, 0, 0, .12);
    border-radius: 12px;
    background-color: #fff;
    padding: 25px;
}
.introInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.introsplits {
	/*margin-top: 5rem;*/
	margin-bottom: 2rem;
}
.introsplitMedia {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	position: relative;
	margin-bottom: 1.5rem;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	width: 100%;
}
.spotlight-img {
	max-width: 100%;
	max-height: 350px;
}
.introSplitContent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.introSplitContent h3 {
	font-size: 1.25rem;
	margin-bottom: 1rem;
	border-bottom: 2px solid #cc0000;
	padding-bottom: 2px;
	/*color: #cc0000;*/
}
.introSplitContent h3+p {
	font-size: 1.05rem;
	font-weight: 600;
	color: #F97C00;
}
.proDescBox+h2 span {
	border: 1px solid #d60606;
	padding: 12px 18px;
	border-radius: 27px;
	background-color: #fff;
	font-size: 1.15rem;
	margin-top: 1rem;
	margin-bottom: 3rem;
    display: inline-flex;
}
 @media (min-width: 768px) {

.introInner {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 0 -1.5rem;
}
.introsplitMedia {
	width: auto;
	max-width: 50%;
	height: auto;
	-webkit-box-flex: 2;
	-ms-flex: 2 1 auto;
	flex: 2 1 auto;
	margin: 0 1.5rem;
	margin-bottom: 0;
}
.introsplit:nth-child(even) .introsplitMedia {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.spotlight-img {
	max-height: none;
	width: 100%;
}
.introSplitContent {
	-webkit-box-flex: 1;
	-ms-flex: 1 2 auto;
	flex: 1 2 auto;
	margin: 0 1.5rem;
}
.proIntroBox {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 0 -1.5rem;
}
.imgBox {
	width: auto;
	max-width: 50%;
	height: auto;
	-webkit-box-flex: 2;
	-ms-flex: 2 1 auto;
	flex: 2 1 auto;
	margin: 0 1.5rem;
	margin-bottom: 0rem;
}
.lables .imgBox {
	margin-bottom: 1.5rem;
}
.lables .imgBox img {
	max-height: none;
	width: 100%;
}
.introBox {
	-webkit-box-flex: 1;
	-ms-flex: 1 2 auto;
	flex: 1 2 auto;
	margin: 0 1.5rem;
}
}
 @media (min-width: 992px) {

.introSplitContent {
	-webkit-box-flex: 1;
	-ms-flex: 1 6 auto;
	flex: 1 6 auto;
}
.introsplit:not(:last-child) {
	/*margin-bottom: 6rem;*/
}
.imgBox {
	-webkit-box-flex: 3;
	-ms-flex: 3 1 auto;
	flex: 3 1 auto;
}
.introBox {
	-webkit-box-flex: 1;
	-ms-flex: 1 6 auto;
	flex: 1 6 auto;
}
.lables .introBox {
        flex: 1 3 auto;
    }
.introsplits {
    /*margin-bottom: 3rem;*/
}
}
 @media only screen and (max-width: 992px) {
.proIntroBox {
	flex-direction: column;
}
.introBox {
	max-width: 100%;
}
}
 @media only screen and (max-width: 639px) {
.proIntroBox {
	flex-direction: column;
}
.introsplits, .proIntroBox{
	margin-left: 3px;
    margin-right: 3px;
}
.introBox {
	width: 100%;
}
.ribbonInsert span {
	font-size: 2rem;
}
.ribbonProCardHead h3 {
	font-size: 1.2pc;
	line-height: 2pc;
}
.imgBox img {
	height: 21rem;
}
.introSplitContent h3 {
    font-size: 1.05rem;
}
.lables .imgBox {
    order: -1;
}
}
 @media only screen and (max-width: 992px) {
.proIntroBox {
/*margin-top: 2pc;*/
}
}
