/* device_list */
#device_list {margin: 80px 0 20px;display: flex;flex-wrap: wrap;justify-content: space-between;}
#device_list li{width: calc(50% - 15px);border-radius: 5px;overflow: hidden;box-shadow: 0 0 5px rgb(0 0 0 / 20%);margin: 15px 0;}
#device_list li h3 {height: auto;font-size: 19px;color: #000000;text-align: left;font-weight: 400;padding: 10px 50px 10px 25px;background: #e2e2e2;border-radius: 5px 5px 0 0;position: absolute;bottom: 0;width: calc(100% - 75px);}
#device_list li h3 svg{width: 14px;height: 14px;position: absolute;right: 20px;top: 19px;}
#device_list li:hover h3 svg{right:10px;fill: var(--white);}
#device_list li:hover h3{color:#fff;background: var(--primary);}
#device_list .img_box {height: 300px;}

@media screen and (max-width: 768px){
	#device_list li{width: 100%;margin: 0 0 30px;}
}
@media screen and (max-width: 640px){
}