@charset "UTF-8";
.active13__act_h2{
	line-height: 50px;
	font-size:24px;
}
.active13__topimg{
	max-width:650px;
	margin:24px auto;
}
.active13__keyholder {
    display: flex;
    background-color: #F5F3EE;
    padding: 20px 24px 13px;
    border-radius: 10px;
    gap: 24px;
    border: 2px dashed #ABA17F;	
	margin: 20px 0;
}
.active13__keyholder__description{
	margin-block-start: 0;
    margin-block-end: 0;
}
.active13__keyholder__description span{
	color:#60350B;
}
.active13__keyholder__img{
	max-width:233px;
	flex-shrink: 0;
}
.active13__list__title{
	text-align: center;
	margin-top:-63px;
	margin-bottom:8px;
}
.active13__list__title img{
	margin-bottom: 0;
}
.active13__list-bg{
	background-size: 30%;
	background-repeat: repeat;
	padding:24px;
	border-radius: 10px;
}
.active13__list1-bg{
	background-image: url(active13img/2025truck_pinkbg.png);
	margin-top:76px;
}
.active13__list2-bg{
	background-image: url(active13img/2025truck_yellowbg.png);
	margin-top:80px;
}
.active13__list{
	list-style: none;
	display: grid;
	gap:14px;
	padding-inline-start:0;	
	margin-block-start:0;
	margin-block-end:0;
}
.active13__list1{
	grid-template-columns: repeat(3, 1fr);	
}
.active13__list2{
	grid-template-columns: repeat(4, 1fr);
}
.active13__topimg img,.active13__list__img img,.active13__keyholder__img img{
	width:100%;
	margin-bottom:0;
}
.active13__list1__img{
	max-width:250px;
}