가입 및 납부안내 8건
더보기.incomeInput { font-size:22px; border:none !important; outline:none !important; width:250px; text-align:center; background:transparent; padding:5px; border-bottom:1px solid #d3d3d3 !important; } .incomeInput:focus { border-bottom:1px solid #77ABDF !important; } $(function(){ $(".incomeInput").on("input", function(){ var numberV = $(this).val().replace(/,/g, '').replace(/\D/g, ''); if(numberV == "") { $(this).val(""); return; } var numInt = parseInt(numberV, 10); $(this).val(numInt.toLocaleString()); }); $("#calcuBtn").click(function(){ var nA = parseFloat($("#numberA").val().replace(/,/g, '')) || 0; /* 월부금액 입력값 */ var nB = parseFloat($("#numberB").val().replace(/,/g, '')) || 0; /* 사업소득 입력값 */ if(nA 1000000) { alert("매달 저금금액은 5만원~100만원 이하까지 입력가능합니다."); $("#numberA").val(""); return; } var incomeRate = 0; /* 소득공제율 */ /* 소득공제율*/ if(0 소득공제ㆍ복리이자 계산기 지금 노란우산 가입하면 1년간 총 예상 이익 아낀 세금 0원 받는 이자 0원 종합소득세율 % 0원 소득공제원금 : 0원 납입원금 : 0원 --> 연 3.3% 이율로 계산한 결과이며, 실제 소득금액 및 이율에 따라 실제 이익이 달라질 수 있습니다. 연간 사업소득금액이 원 이고 매달 납부를 원 했을 때 계산하기 노란우산 가입하기
소득공제ㆍ복리이자 계산기.incomeInput { font-size:22px; border:none !important; outline:none !important; width:55%; text-align:center; background:transparent; padding:5px; border-bottom:1px solid #d3d3d3 !important; } .incomeInput:focus { border-bottom:1px solid #77ABDF !important; } .result-flexbox { display:flex; justify-content: space-between; } .input-st{ background:#fff; border-radius: 10px 10px 0 0; width:95%; margin:0 auto; padding:10px 15px; } $(function(){ $(".incomeInput").on("input", function(){ var numberV = $(this).val().replace(/,/g, '').replace(/\D/g, ''); if(numberV == "") { $(this).val(""); return; } var numInt = parseInt(numberV, 10); $(this).val(numInt.toLocaleString()); }); $("#calcuBtn").click(function(){ var nA = parseFloat($("#numberA").val().replace(/,/g, '')) || 0; /* 월부금액 입력값 */ var nB = parseFloat($("#numberB").val().replace(/,/g, '')) || 0; /* 사업소득 입력값 */ if(nA 1000000) { alert("매달 저금금액은 5만원~100만원 이하까지 입력가능합니다."); $("#numberA").val(""); return; } var incomeRate = 0; /* 소득공제율 */ /* 소득공제율*/ if(0 소득공제ㆍ복리이자 계산기 지금 노란우산 가입하면 1년간 총 예상 이익 아낀 세금 0원 받는 이자 0원 종합소득세율 % 0원 연 3.3% 이율로 계산한 결과이며, 실제 소득금액 및 이율에 따라 실제 이익이 달라질 수 있습니다. 연간 사업소득금액이 원 이고 매달 납부를 원 했을 때 소득공제ㆍ복리이자 계산하기 노란우산 가입신청
소득공제ㆍ복리이자 계산기