.xet-logo a {
height: 45px;
line-height: 45px;
}
밑에 아래 코드 추가
.xet-logo a.xet-logo-img {
background-size: auto 100%;
}
layout.css 139번 background-size: auto 100%; 를 background-size: 100% 100%; 코드로 수정
.xet-logo a.xet-logo-img {
font-size: 0;
text-indent: -99999em;
background-repeat: no-repeat;
background-position: left bottom;
background-size: 100%;
}
이렇게 수정 해 보시길 바랍니다.