border 1px이 2px로 보이는현상 링크 추가했습니다
본문
답변 1
transform 때문에 그런것 같은데요. 아래 처럼 바꿔보세요.
.svcSlt_pop {
width: 647px;
height: 517px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -325px;
margin-top: -250px;
background: #fff;
border: 1px solid red !important;
z-index: 500;
}
답변을 작성하시기 전에 로그인 해주세요.