.apl-wrap { display: flex; flex-wrap: wrap; gap: 45px; }
.apl-item { box-sizing: border-box; flex: 0 0 calc((100% - 90px)/3); position: relative; padding: 160px 30px 60px; background: no-repeat center top 60px / 70px auto; border: 1px solid #DDDDDD; border-radius: 5px; overflow: hidden; }
.apl-item:before { content: ''; position: absolute; bottom: -45px; right: -45px; width: 77%; height: 77%; background: no-repeat center / cover; opacity: 3%; z-index: -1; }
.apl-item:nth-child(1) { background-image: url(/_res/unist/mot/img/common/apl-ico-1.png); }
.apl-item:nth-child(2) { background-image: url(/_res/unist/mot/img/common/apl-ico-2.png); }
.apl-item:nth-child(3) { background-image: url(/_res/unist/mot/img/common/apl-ico-3.png); }
.apl-item:nth-child(1):before { background-image: url(/_res/unist/mot/img/common/apl-ico-1.png); }
.apl-item:nth-child(2):before { background-image: url(/_res/unist/mot/img/common/apl-ico-2.png); }
.apl-item:nth-child(3):before { background-image: url(/_res/unist/mot/img/common/apl-ico-3.png); }
.btn-links-apl{ justify-content: center; }
@media screen and (max-width:768px) {
  .apl-item { flex: 0 0 100%; }
}