듀얼넘버 사용방법




📞 스마트폰 하나로 두 개의 전화번호를 사용하는 방법! ✅
듀얼심, eSIM, 인터넷 전화(VoIP), 통신사 부가서비스까지 듀얼넘버 설정법 총정리!
업무용·개인용 번호를 분리하고 싶다면? 지금 확인하세요!


📌 듀얼넘버란? 스마트폰 하나로 두 개 번호

듀얼넘버(Dual Number)는 하나의 스마트폰에서 두 개의 전화번호를 사용할 수 있는 기능입니다.


📌 업무용·개인용 번호 분리, 국내·해외 번호 동시 사용 등 다양한 활용이 가능합니다.


통신사 부가서비스 이용 (가상번호)

  • ✅ SKT, KT, LG U+ 가상번호 서비스 제공
  • ✅ 앱에서 추가 번호 등록 후 사용 가능


듀얼심(Dual SIM) 기능 사용하기

  • 듀얼심 지원 스마트폰 필요 (갤럭시·아이폰 일부 모델)
  • 설정 → SIM 카드 관리자 → 2번째 번호 활성화

eSIM을 활용하여 듀얼넘버 만들기

  • 내장형 SIM으로 유심 없이 사용 가능
  • 설정 → 셀룰러 → 셀룰러 요금제 추가 → QR 코드 스캔

인터넷 전화 (VoIP) 서비스 활용

  • Google Voice, 카카오톡 비즈번호, Skype 지원
  • 유심 없이도 해외·국내 번호 추가 가능


다음 이전
/* Sliding Banner */ .customBannerArea { position: relative; overflow: hidden; margin: 20px auto; padding: 0 20px; text-align: center; } .customBox { position: relative; overflow: hidden; margin-bottom: 10px; } .customBox iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; } .customBox .backward { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; object-fit: cover; } .customBanner { position: absolute; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; z-index: 2; } .customBanner img.cover { width: 100%; height: 100% !important; object-fit: cover; opacity: 0.93; } .customBanner.active img { box-shadow: none !important; } .customBanner.active a { height: 100% !important; } .customBanner .arrow { position: absolute; top: calc(50% - 15px); background-color: #2196f3; width: 24px; height: 24px; border-radius: 24px; } .banner-bubble { position: absolute; top: 10px; background-color: #bd0000; height: 24px; width: 77px; color: white !important; font-size: 0.75em !important; border-radius: 5px; padding-top: 2px; line-height: 1.2rem !important; } .sliding-banner-300 .banner-bubble:after, .sliding-banner-150 .banner-bubble:after, .sliding-banner-250 .banner-bubble:after { content: ""; position: absolute; bottom: 0; width: 0; height: 0; border: 10px solid transparent; border-top-color: #bd0000; border-bottom: 0; border-left: 0; margin-left: -2.5px; margin-bottom: -5px; } .sliding-banner-280 .banner-bubble:after { content: ""; position: absolute; bottom: 0; width: 0; height: 0; border: 10px solid transparent; border-top-color: #bd0000; border-bottom: 0; border-right: 0; margin-left: -45.5px; margin-bottom: -5px; } .customBanner.active { animation: customMv1 1.2s ease-out infinite; } @keyframes customMv1 { 0% { transform: translate3d(-7%, 0, 0); } 20% { transform: translate3d(-10%, 0, 0); } 40% { transform: translate3d(-5%, 0, 0); } 60% { transform: translate3d(-10%, 0, 0); } 80% { transform: translate3d(-5%, 0, 0); } 100% { transform: translate3d(-7%, 0, 0); } } @media (min-width: 1200px) { .customBannerArea { background-color: #ffffffc9; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); padding: 0px; z-index: 1000; text-align: center; } }