.equipment-item-content{display:flex;flex-direction:row;flex-wrap:wrap;margin:0 -8px}.equipment-item-content-item{width:calc(25% - 12px);border-radius:16px;border:var(--style-border-always);overflow:hidden;margin:8px 6px;background:var(--heo-card-bg);box-shadow:var(--heo-shadow-border);min-height:400px;position:relative}.equipment-item-content-item-info{padding:8px 16px 16px;margin-top:12px}.equipment-item-content-item-name{font-size:18px;font-weight:700;margin-bottom:8px;cursor:pointer;width:fit-content}.equipment-item-content-item-name,.equipment-item-content-item-specification{line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.equipment-item-content-item-specification{font-size:12px;color:var(--heo-secondtext);margin-bottom:12px}.equipment-item-content-item-description{line-height:20px;color:var(--heo-secondtext);height:60px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;font-size:14px}a.equipment-item-content-item-link{font-size:12px;background:var(--heo-gray-op);padding:4px 8px;border-radius:999px;cursor:pointer}@media (hover:hover){.equipment-item-content-item-name:hover{color:var(--heo-main)}a.equipment-item-content-item-link:hover{background:var(--heo-lighttext);color:var(--heo-card-bg)}}h2.equipment-item-title{line-height:1}.equipment-item+.equipment-item .equipment-item-title{margin-top:40px}.equipment-item-description{line-height:1;margin:4px 0 20px;color:var(--heo-secondtext)}.equipment-item-content-item-cover{width:100%;height:200px;background:var(--heo-card-bg);display:flex;justify-content:center}img.equipment-item-content-item-image{object-fit:cover;height:100%}div#equipment{margin-top:26px}.equipment-item-content-item-toolbar{display:flex;justify-content:space-between;position:absolute;bottom:12px;left:0;width:100%;padding:0 16px}@media screen and (max-width:767px){.equipment-item-content-item{width:100%}}