29살에 경기북부 본가에서 살고있고 공백기 5개월차야
중소 서류 60군데 이상 넣었는데 면접 2번 보고 연락도 없어서 현타온다..
내 스펙에 세무·회계 사무실/법인 2500받고 시작할까 아님 중소로 이직할까?
스펙은 비전공 2·3년제/ 전세2, 전회1/
총 4년 5개월 근무 중 경리 1년 4개월 (직전회사)
직전회사에서 2880받음
이직하려는 회사는 2800이상, 환승x / 서울 자취하면서 2900 이상
나중엔 기장하는 회계팀 업무까지 맡고싶어
자격증은 추가로 컴활1급 공부하는중이야
document.body.addEventListener('paste', function (e) { const clipboardData = e.clipboardData || window.clipboardData; const fullHtml = clipboardData.getData('text/html'); let html = fullHtml; const isAppleDevice = /iPhone|iPad|iPod|Macintosh/.test(navigator.userAgent) && !window.MSStream; if (fullHtml && isAppleDevice) { const temp = document.createElement('div'); temp.innerHTML = fullHtml; const body = temp.querySelector('body'); if (body) { html = body.innerHTML; } e.preventDefault(); const cleaned = cleanHtml(html); insertHtmlAtCursor(cleaned); }});function cleanHtml(html) { const temp = document.createElement('div'); temp.innerHTML = html; const removeTags = ['style', 'meta', 'title', 'head', 'html', 'body']; removeTags.forEach(tag => { const elements = temp.querySelectorAll(tag); elements.forEach(el => el.remove()); }); const allElements = temp.querySelectorAll('*'); allElements.forEach(el => { if (el.tagName = 'IMG') { // 기존 style 제거 후 max-width만 설정 el.removeAttribute('style'); el.style.maxWidth = '100%'; } else { // IMG가 아니면 style 제거만 el.removeAttribute('style'); } }); return temp.innerHTML;}function insertHtmlAtCursor(html) { const selection = window.getSelection(); if (!selection.rangeCount) return; const range = selection.getRangeAt(0); range.deleteContents(); const tempDiv = document.createElement('div'); tempDiv.innerHTML = html; const fragment = document.createDocumentFragment(); let node, lastNode; while ((node = tempDiv.firstChild)) { lastNode = fragment.appendChild(node); } range.insertNode(fragment); if (lastNode) { const newRange = document.createRange(); newRange.setStartAfter(lastNode); newRange.collapse(true); selection.removeAllRanges(); selection.addRange(newRange); } const el = document.getElementById('smartInput'); if (el) el.focus();}shortcuts.add("Alt+S",function(){if(parent.parent.#okbtn').css('display')'none')return false;parent.parent.document.getElementById('okbtn').style.display='none';parent.parent.document.getElementById('preview').value='';parent.parent._onSubmit();if(parent.parent.check_submit()) parent.parent.document.getElementById('write').submit();});const observer = new MutationObserver(function(mutationsList) { img').off('dblclick').on('dblclick', function(){ let a = prompt('설정할 가로 길이를 숫자로 입력하세요 (현재:'+$(this).attr('width')+')'); if(a > 0 && !isNaN(a)) { $(this).attr('width', a); $(this).removeAttr('height'); $(this).css({'height': ''}); } });});observer.observe(document.getElementById('smartInput'), { childList: true, subtree: true });