.home-link .icon-home {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 3.75rem;
    display: inline-block;
    background: url(/assets/images/sub/icon_home.svg) no-repeat center/14px auto;
    height: 100%; /* 또는 원하는 높이 */
}