✅기기 상에 <심카드 없음>과 같은 문구가 표시되면, 아래 지시사항을 따라해주세요.
✅상기 사항을 시도해보셔도 제대로 작동하지 않는 경우, 유심의 문제인지 기기의 문제인지 파악하기 위해 다음 지시 사항을 따라해주세요.
<aside> ➡️ 문제 해결이 되지 않으셨나요?
</aside>
상기 지시사항을 모두 시도해보신 후에도 문제를 해결하지 못하셨다면, 문제 상황을 스크린샷으로 찍어 하기 정보와 함께 고객서비스팀 이메일로 보내주세요.
<body>
<style>
.hello-world {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 50px;
border: 2px solid;
font-weight: bold;
color: #001372;
background-color: white;
border-color: currentColor;
transition: 300ms;
}
.hello-world:hover {
color: white;
background-color: #001372;
color: white;
}
</style>
<a class="hello-world" style="border-radius: 32px; text-decoration: none;" href="mailto:[email protected]">📧이메일 보내기</a>
</body>