div#linkBlock {
	margin-right: 0px;	
}
div#linkBlock .maxLayer {
	padding: 15px 20px 30px 20px;	
}
div#linkBlock .text {
	margin-bottom: 10px;
}
/*------------------------------------------------------*/
#contentBlock {
	width: 100%;	
	max-width: var(--rwdWidth);	
	padding: 0px 2%;
}
#wrapper.case #contentBlock {
	padding: 10px 0px 80px 0px;
}
#wrapper.case #contentBlock .L1 {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(131, 154, 163, 0.1);
	border-radius: 10px;
}
#contentBlock div.layer {
	width: 100%;	
}
#contentBlock .prv {
	border-radius: 10px 10px 0px 0px ;
	width: 100%;	
	height: 225px;	
	overflow: hidden;
}
#contentBlock .prv img {
	width: 100%;
	height: 100%;
	object-fit: cover;	
}
.setHeight {
	min-height: 99px;
}
#contentBlock div.layer div.box {
	padding: 0px 0px;
	width: 100%; 
	max-height: calc(100% - 210px);	
}
#contentBlock div.layer .slider {			
	width: 100%; 
	padding: 0px 0px;	
	overflow-x: hidden;
}
#contentBlock .inLayer {		
	display: grid;	
	gap: 0px 25px;
	grid-template-columns: repeat(10,380px);
	padding: 8px;
	width: 100%; 
}

#contentBlock div.box .inLayer div.L1 {		
	filter: drop-shadow(0px 4px 4px rgba(166,166,166,0.1));	
	border-radius: 10px;
	background-color: #ffffff;
	max-height: 100%;
}

#contentBlock div.box .inLayer .setHeight {	
	height: 96px; 
	display: -webkit-box;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 3;  
    -webkit-box-orient: vertical;     
	overflow: hidden;	
}
#contentBlock .arrow {	
	margin-left: 10px;
	width: 36px;
	height: 36px;
}
/*------------------------------------------------------*/
@media (max-width: 560px) {	
	#wrapper.case #contentBlock {
		padding: 30px 0px 40px 0px;
	}
	#contentBlock {
		height: auto;
	}
	#contentBlock .prv img {
		width: 100%;
		height: auto;
	}
	#contentBlock .layer {		
		height: auto;
		padding: 0px 20px;
		margin-bottom: 20px;			
	}	
	#wrapper.index #contentBlock div.slider .inLayer {
		padding: 0px 0px 0px 0px;	
	}
	#wrapper.index #contentBlock div.box .inLayer {
		grid-template-columns: repeat(10,100%);
		gap: 0px 20px;
	}	
	#wrapper.case #contentBlock div.slider .inLayer {
		padding: 0px 0px 20px 0px;	
	}	
	#wrapper.case #contentBlock div.box .inLayer {
		grid-template-columns: repeat(10,92%);
	}	
	#contentBlock .number {		
		display: none;
	}		
	#contentBlock .prev {
		margin-right: 10px;
	}
	#contentBlock .end.mt-20 {
		margin-top: 30px;
	}	
}