.JabiJjRow{
	width: 100%;
	margin-top: 15px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	overflow: hidden;
}

.JabiJjNone{
	width: 15px;
}

.JabiJjOut{
	width: auto;
	border-radius: 10px;
	flex-grow:1;
	padding-bottom: 20px;
}

.JabiJj{
	width: 100%;
	height: 116px;
	background-color: #D9D9D9;
	border-radius: 10px;
	overflow: hidden;
	display: block;
	margin-bottom: 15px;
}

.JabiJjTitle{
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bolder;
	margin:10px;
	width: 150px;
}

.JabiJjDes{
	color: rgba(254,254,254,0.75);
	display: block;
	font-size: 12px;
	margin: 10px;
	width: 150px;
}

.JabiGgGradPc{
	background-color: #f6f6f6;
	height: auto;
	margin: 10px 15px 0px;
	padding: 20px;
	border-radius: 10px;
	display: none;
}

@media screen and (min-width: 600px) {
.JabiJjRow{
	display: none;
}

.JabiGgGrad{
	display: none;
}
	
.JabiGgGradPc{
	display: block;
}
	
	 
}