<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>wisdom- wolf</title>
    <link>https://twow.tistory.com/</link>
    <description>생활 정보 및 기타 우리의 일상</description>
    <language>ko</language>
    <pubDate>Sun, 19 Jul 2026 23:50:04 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>wisdom- wolf</managingEditor>
    <image>
      <title>wisdom- wolf</title>
      <url>https://tistory1.daumcdn.net/tistory/5880298/attach/ee851fed552b46399a0ebd5b843de845</url>
      <link>https://twow.tistory.com</link>
    </image>
    <item>
      <title>리니지 클래식 방어구 강화 시뮬레이션</title>
      <link>https://twow.tistory.com/61</link>
      <description>&lt;div id=&quot;code_1780297771170&quot; data-ke-type=&quot;html&quot; data-source=&quot;&amp;lt;div id=&amp;quot;lineage-armor-forge-v103&amp;quot; style=&amp;quot;background:#0c0f12; padding:25px; border-radius:15px; font-family:'Malgun Gothic', sans-serif; color:#c8e6c9; max-width:850px; margin:0 auto; border:3px solid #2e7d32; user-select:none; box-shadow: 0 0 20px rgba(0,0,0,0.8);&amp;quot;&amp;gt;
    &amp;lt;h2 style=&amp;quot;text-align:center; color:#ffca28; margin-top:0; margin-bottom:20px; font-size:24px; text-shadow: 0 0 10px rgba(255,202,40,0.3)&amp;quot;&amp;gt; ️ 리니지 클래식 대장간 (그래픽 리뉴얼 v10.3)&amp;lt;/h2&amp;gt;

    &amp;lt;!-- 컨트롤 패널 --&amp;gt;
    &amp;lt;div style=&amp;quot;background:rgba(15, 20, 18, 0.98); padding:15px; border-radius:10px; margin-bottom:20px; text-align:center; border:1px solid #2e7d32; display:flex; justify-content:center; align-items:center; flex-wrap:wrap; gap:15px;&amp;quot;&amp;gt;
        &amp;lt;div&amp;gt;
            &amp;lt;span style=&amp;quot;font-size:14px; color:#888; font-weight:bold; margin-right:5px;&amp;quot;&amp;gt;방어구 종류:&amp;lt;/span&amp;gt;
            &amp;lt;select id=&amp;quot;lcf-type-select&amp;quot; style=&amp;quot;background:#111; border:1px solid #2e7d32; color:#fff; padding:6px; border-radius:4px; font-weight:bold;&amp;quot;&amp;gt;
                &amp;lt;option value=&amp;quot;normal&amp;quot;&amp;gt;일반 판금 갑옷 (안전강화 +4 지급)&amp;lt;/option&amp;gt;
                &amp;lt;option value=&amp;quot;fairy&amp;quot;&amp;gt;요정족 사슬 갑옷 (안전강화 +6 지급)&amp;lt;/option&amp;gt;
            &amp;lt;/select&amp;gt;
        &amp;lt;/div&amp;gt;
        &amp;lt;div&amp;gt;
            &amp;lt;span style=&amp;quot;font-size:14px; color:#888; font-weight:bold; margin-right:5px;&amp;quot;&amp;gt;구매 수량:&amp;lt;/span&amp;gt;
            &amp;lt;input type=&amp;quot;number&amp;quot; id=&amp;quot;lcf-input-cnt&amp;quot; value=&amp;quot;8&amp;quot; min=&amp;quot;1&amp;quot; max=&amp;quot;60&amp;quot; style=&amp;quot;width:55px; background:#111; border:1px solid #ffca28; color:#fff; text-align:center; padding:6px; border-radius:4px; font-weight:bold; font-size:16px;&amp;quot;&amp;gt;
        &amp;lt;/div&amp;gt;
        &amp;lt;button id=&amp;quot;lcf-reset-btn&amp;quot; style=&amp;quot;background:linear-gradient(to bottom, #2e7d32, #1b5e20); border:1px solid #4caf50; padding:8px 20px; cursor:pointer; font-weight:bold; border-radius:4px; color:#fff; transition:0.2s;&amp;quot;&amp;gt;  장비 맞춤 구매 / 리셋&amp;lt;/button&amp;gt;
    &amp;lt;/div&amp;gt;

    &amp;lt;!-- 방어구 그리드 --&amp;gt;
    &amp;lt;div id=&amp;quot;lcf-grid&amp;quot; style=&amp;quot;display:grid; grid-template-columns:repeat(auto-fill, minmax(120px, 1fr)); gap:12px; background:#030504; padding:20px; border-radius:10px; border:1px inset #111; min-height:220px;&amp;quot;&amp;gt;
        &amp;lt;!-- 생성 위치 --&amp;gt;
    &amp;lt;/div&amp;gt;

    &amp;lt;!-- 하단 로그창 --&amp;gt;
    &amp;lt;div id=&amp;quot;lcf-log-box&amp;quot; style=&amp;quot;margin-top:15px; height:90px; overflow-y:auto; background:#000; padding:12px; font-size:12px; color:#aaa; border:1px solid #2e7d32; border-radius:5px; line-height:1.6; text-align:left; font-family:monospace;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;

&amp;lt;style&amp;gt;
    .lcf-armor-card { background:#111; border:1px solid #2e7d32; padding:12px 8px; text-align:center; border-radius:6px; cursor:pointer; transition:all 0.2s; position:relative; overflow:hidden; }
    .lcf-armor-card:hover { transform: translateY(-3px); background:#162219; border-color:#00e676; }
    
    /* 레벨별 절대 기준 테두리 광원 */
    .lcf-glow-7 { border-color: #2196f3 !important; box-shadow: 0 0 10px rgba(33, 150, 243, 0.5), inset 0 0 5px rgba(33, 150, 243, 0.2); }
    .lcf-glow-8 { border-color: #9c27b0 !important; box-shadow: 0 0 15px rgba(156, 39, 176, 0.7), inset 0 0 8px rgba(156, 39, 176, 0.3); }
    .lcf-glow-9 { border-color: #ffca28 !important; box-shadow: 0 0 18px rgba(255, 202, 40, 0.8), inset 0 0 10px rgba(255, 202, 40, 0.4); }
    .lcf-glow-mythic { border-color: #ff1744 !important; box-shadow: 0 0 22px rgba(255, 23, 68, 0.9); animation: lcf-m-ani 1s infinite alternate; }
    
    @keyframes lcf-m-ani { from { filter: brightness(1); box-shadow: 0 0 12px #ff1744; } to { filter: brightness(1.2); box-shadow: 0 0 25px #ff1744; } }
    .lcf-stay-shake { animation: lcf-s 0.3s ease-in-out; border-color: #2196f3 !important; }
    @keyframes lcf-s { 0%, 100% { transform: translateX(0); } 25% { transform: translateX(-4px); } 75% { transform: translateX(4px); } }
    .lcf-success-pop { animation: lcf-p 0.3s ease-out; }
    @keyframes lcf-p { 0% { transform: scale(1); } 50% { transform: scale(1.1); } 100% { transform: scale(1); } }

    .lcf-canvas { width:70px; height:70px; margin:4px auto; display:block; }
&amp;lt;/style&amp;gt;

&amp;lt;script&amp;gt;
(function() {
    const probs = {
        4: { s: 25.0,  h: 0.0 },  5: { s: 20.0,  h: 0.0 },  6: { s: 16.67, h: 0.0 },
        7: { s: 14.29, h: 0.0 },  8: { s: 12.5,  h: 0.0 },  9: { s: 0.25,  h: 8.85 },
        10: { s: 0.2,  h: 8.13 }, 11: { s: 0.17, h: 7.52 }
    };

    let armorList = [];
    let idCounter = 0;

    const grid = document.getElementById('lcf-grid');
    const input = document.getElementById('lcf-input-cnt');
    const typeSelect = document.getElementById('lcf-type-select');
    const resetBtn = document.getElementById('lcf-reset-btn');
    const logBox = document.getElementById('lcf-log-box');

    // [세련된 디자인 패치] 고해상도 벡터 스타일 드로잉 함수
    function drawArmor(canvasId, type, lv) {
        const canvas = document.getElementById(canvasId);
        if (!canvas) return;
        const ctx = canvas.getContext('2d');
        ctx.clearRect(0,0,100,100);
        ctx.save();
        
        // 고강화 오라 주입 효과 설정
        let glowColor = &amp;quot;transparent&amp;quot;;
        if (lv &amp;gt;= 10) { glowColor = &amp;quot;rgba(255, 23, 68, 0.4)&amp;quot;; ctx.shadowBlur = 10; ctx.shadowColor = &amp;quot;#ff1744&amp;quot;; }
        else if (lv === 9) { glowColor = &amp;quot;rgba(255, 202, 40, 0.3)&amp;quot;; ctx.shadowBlur = 8; ctx.shadowColor = &amp;quot;#ffca28&amp;quot;; }
        else if (lv === 8) { glowColor = &amp;quot;rgba(156, 39, 176, 0.3)&amp;quot;; ctx.shadowBlur = 6; ctx.shadowColor = &amp;quot;#9c27b0&amp;quot;; }
        else if (lv === 7) { glowColor = &amp;quot;rgba(33, 150, 243, 0.3)&amp;quot;; ctx.shadowBlur = 6; ctx.shadowColor = &amp;quot;#2196f3&amp;quot;; }

        // 그라데이션 및 디자인 분기 처리
        if (type === 'normal') {
            // --- 일반 판금 갑옷 메탈 그라데이션 ---
            let metalGrad = ctx.createLinearGradient(30, 20, 70, 80);
            metalGrad.addColorStop(0, '#cfd8dc');
            metalGrad.addColorStop(0.3, '#90a4ae');
            metalGrad.addColorStop(0.7, '#455a64');
            metalGrad.addColorStop(1, '#263238');

            // 어깨 보호대 (라운드 스타일)
            ctx.fillStyle = '#37474f';
            ctx.beginPath(); ctx.arc(26, 34, 10, 0, Math.PI * 2); ctx.fill();
            ctx.beginPath(); ctx.arc(74, 34, 10, 0, Math.PI * 2); ctx.fill();
            ctx.fillStyle = '#b0bec5';
            ctx.beginPath(); ctx.arc(26, 34, 7, 0, Math.PI * 2); ctx.fill();
            ctx.beginPath(); ctx.arc(74, 34, 7, 0, Math.PI * 2); ctx.fill();

            // 상단 목/가슴 베이스
            ctx.fillStyle = '#546e7a';
            ctx.fillRect(35, 22, 30, 12);

            // 판금 흉갑 메인 바디 (세련된 아머 곡선)
            ctx.fillStyle = metalGrad;
            ctx.beginPath();
            ctx.moveTo(32, 34);
            ctx.quadraticCurveTo(50, 28, 68, 34);
            ctx.lineTo(64, 72);
            ctx.quadraticCurveTo(50, 78, 36, 72);
            ctx.closePath();
            ctx.fill();

            // 복부 보강판 분할선 및 엠보싱 하이라이트
            ctx.strokeStyle = 'rgba(255,255,255,0.15)';
            ctx.lineWidth = 2;
            ctx.beginPath(); ctx.moveTo(50, 32); ctx.lineTo(50, 74); ctx.stroke();
            ctx.beginPath(); ctx.moveTo(38, 52); ctx.lineTo(62, 52); ctx.stroke();
            
            // 하단 스커트 아머
            ctx.fillStyle = '#37474f';
            ctx.fillRect(36, 74, 28, 6);
            ctx.fillStyle = '#78909c';
            ctx.fillRect(40, 80, 8, 8);
            ctx.fillRect(52, 80, 8, 8);

        } else {
            // --- 요정족 사슬 갑옷 미스릴 실크 그라데이션 ---
            let elfGrad = ctx.createLinearGradient(30, 20, 70, 80);
            elfGrad.addColorStop(0, '#e0f2f1');
            elfGrad.addColorStop(0.4, '#4db6ac');
            elfGrad.addColorStop(0.8, '#00796b');
            elfGrad.addColorStop(1, '#004d40');

            // 요정족 어께 윙 장식
            ctx.fillStyle = '#80cbc4';
            ctx.beginPath();
            ctx.moveTo(25, 36); ctx.lineTo(12, 24); ctx.lineTo(24, 46); ctx.closePath(); ctx.fill();
            ctx.beginPath();
            ctx.moveTo(75, 36); ctx.lineTo(88, 24); ctx.lineTo(76, 46); ctx.closePath(); ctx.fill();

            // 가슴 상단 골드 넥 가드
            ctx.fillStyle = '#ffb300';
            ctx.beginPath();
            ctx.moveTo(36, 24); ctx.lineTo(64, 24); ctx.lineTo(58, 36); ctx.lineTo(42, 36); ctx.closePath(); ctx.fill();

            // 요족 체인 메인 바디
            ctx.fillStyle = elfGrad;
            ctx.beginPath();
            ctx.moveTo(30, 36);
            ctx.lineTo(70, 36);
            ctx.lineTo(64, 75);
            ctx.lineTo(36, 75);
            ctx.closePath();
            ctx.fill();

            // 세련된 황금색 엘프 문양 가슴 장식선
            ctx.strokeStyle = lv &amp;gt;= 9 ? '#ffd700' : '#ffe082';
            ctx.lineWidth = 1.5;
            ctx.beginPath();
            ctx.moveTo(50, 36); ctx.lineTo(50, 72);
            ctx.moveTo(38, 48); ctx.lineTo(50, 58); ctx.lineTo(62, 48);
            ctx.stroke();

            // 사이드 사슬 텍스처 느낌의 음영 점선 처리
            ctx.strokeStyle = 'rgba(0, 77, 64, 0.3)';
            ctx.setLineDash([2, 2]);
            ctx.beginPath(); ctx.moveTo(35, 38); ctx.lineTo(39, 72); ctx.moveTo(65, 38); ctx.lineTo(61, 72); ctx.stroke();
            ctx.setLineDash([]); // 라인 스타일 원복

            // 하단 실크 스커트 마무리
            ctx.fillStyle = '#004d40';
            ctx.fillRect(34, 75, 32, 5);
        }

        // 고강화 시 아머 표면에 오라 레이어 합성
        if(glowColor !== &amp;quot;transparent&amp;quot;) {
            ctx.globalCompositeOperation = &amp;quot;source-atop&amp;quot;;
            ctx.fillStyle = glowColor;
            ctx.fillRect(0,0,100,100);
        }

        ctx.restore();
    }

    function resetSimulator() {
        const count = parseInt(input.value) || 1;
        const type = typeSelect.value;
        const startLv = type === 'fairy' ? 6 : 4; 
        const typeName = type === 'fairy' ? '요정족 사슬 갑옷' : '일반 판금 갑옷';

        armorList = [];
        idCounter = 0;
        grid.innerHTML = '';
        
        for(let i = 0; i &amp;lt; count; i++) {
            const aId = &amp;quot;lcf-a-&amp;quot; + (idCounter++);
            armorList.push({ id: aId, lv: startLv, type: type });

            const card = document.createElement('div');
            card.id = aId;
            card.className = 'lcf-armor-card';
            card.onclick = () =&amp;gt; enhanceArmor(aId);
            
            updateCardUI(card, startLv, &amp;quot;&amp;quot;, type);
            grid.appendChild(card);
            drawArmor(&amp;#96;canv-${aId}&amp;#96;, type, startLv);
        }
        writeLog(&amp;#96;[대장간] 안전강화가 완료된 +${startLv} ${typeName} ${count}개를 배치했습니다.&amp;#96;, type === 'fairy' ? '#4db6ac' : '#ffca28');
    }

    function updateCardUI(el, lv, status, type) {
        let color = &amp;quot;#fff&amp;quot;;
        el.className = 'lcf-armor-card';

        if(lv === 7) { el.classList.add('lcf-glow-7'); color = &amp;quot;#2196f3&amp;quot;; }
        else if(lv === 8) { el.classList.add('lcf-glow-8'); color = &amp;quot;#9c27b0&amp;quot;; }
        else if(lv === 9) { el.classList.add('lcf-glow-9'); color = &amp;quot;#ffca28&amp;quot;; }
        else if(lv &amp;gt;= 10) { el.classList.add('lcf-glow-mythic'); color = &amp;quot;#ff1744&amp;quot;; }

        const p = probs[lv] || { s: 0, h: 0 };
        const displayRate = p.s &amp;gt; 0 ? &amp;#96;성공:${p.s}%&amp;#96; + (p.h &amp;gt; 0 ? &amp;#96;&amp;lt;br&amp;gt;유지:${p.h}%&amp;#96; : '') : &amp;quot;최대 단계&amp;quot;;
        const statusColor = status === &amp;quot;성공&amp;quot; ? &amp;quot;#00e676&amp;quot; : (status === &amp;quot;유지&amp;quot; ? &amp;quot;#2196f3&amp;quot; : &amp;quot;#888&amp;quot;);
        const armorPrefix = type === 'fairy' ? '요족' : '판금';

        el.innerHTML = &amp;#96;
            &amp;lt;div style=&amp;quot;font-size:10px; font-weight:bold; height:14px; color:${statusColor};&amp;quot;&amp;gt;${status}&amp;lt;/div&amp;gt;
            &amp;lt;canvas id=&amp;quot;canv-${el.id}&amp;quot; class=&amp;quot;lcf-canvas&amp;quot; width=&amp;quot;100&amp;quot; height=&amp;quot;100&amp;quot;&amp;gt;&amp;lt;/canvas&amp;gt;
            &amp;lt;div style=&amp;quot;font-size:17px; font-weight: 900; color:${color}; margin-top:4px;&amp;quot;&amp;gt;+${lv} ${armorPrefix}&amp;lt;/div&amp;gt;
            &amp;lt;div style=&amp;quot;font-size:10px; color:#555; margin-top:6px; border-top:1px solid #222; padding-top:4px; line-height:1.2;&amp;quot;&amp;gt;${displayRate}&amp;lt;/div&amp;gt;
        &amp;#96;;
    }

    function enhanceArmor(id) {
        const idx = armorList.findIndex(a =&amp;gt; a.id === id);
        if(idx === -1) return;

        const armor = armorList[idx];
        const p = probs[armor.lv];
        const card = document.getElementById(id);

        if(!p) return;

        const rand = Math.random() * 100;
        const armorName = armor.type === 'fairy' ? '요정족 사슬 갑옷' : '일반 판금 갑옷';

        if(rand &amp;lt; p.s) {
            armor.lv++;
            updateCardUI(card, armor.lv, &amp;quot;성공&amp;quot;, armor.type);
            drawArmor(&amp;#96;canv-${id}&amp;#96;, armor.type, armor.lv);
            card.classList.add('lcf-success-pop');
            setTimeout(() =&amp;gt; card.classList.remove('lcf-success-pop'), 300);
            writeLog(&amp;#96;[성공] 축복이 깃들며 +${armor.lv} ${armorName} 강화 성공!&amp;#96;, &amp;quot;#00e676&amp;quot;);
        } 
        else if(rand &amp;lt; p.s + p.h) {
            updateCardUI(card, armor.lv, &amp;quot;유지&amp;quot;, armor.type);
            drawArmor(&amp;#96;canv-${id}&amp;#96;, armor.type, armor.lv);
            card.classList.add('lcf-stay-shake');
            setTimeout(() =&amp;gt; card.classList.remove('lcf-stay-shake'), 300);
            writeLog(&amp;#96;[유지] +${armor.lv} ${armorName} 강화 실패 (수치 유지)&amp;#96;, &amp;quot;#2196f3&amp;quot;);
        } 
        else {
            writeLog(&amp;#96;[파괴] 증발! +${armor.lv} ${armorName}가 붉은 흔적만 남기고 소멸했습니다.&amp;#96;, &amp;quot;#ff1744&amp;quot;);
            armorList.splice(idx, 1);
            card.style.opacity = &amp;quot;0&amp;quot;;
            card.style.transform = &amp;quot;scale(0.5)&amp;quot;;
            setTimeout(() =&amp;gt; card.remove(), 200);
        }
    }

    function writeLog(msg, color) {
        const entry = document.createElement('div');
        entry.style.color = color || '#aaa';
        entry.innerHTML = &amp;#96;&amp;gt; ${msg}&amp;#96;;
        logBox.insertBefore(entry, logBox.firstChild);
    }

    resetBtn.addEventListener('click', resetSimulator);
    typeSelect.addEventListener('change', resetSimulator); 
    setTimeout(resetSimulator, 200);
})();
&amp;lt;/script&amp;gt;&quot;&gt;
&lt;div id=&quot;lineage-armor-forge-v103&quot; style=&quot;background: #0c0f12; padding: 25px; border-radius: 15px; font-family: 'Malgun Gothic', sans-serif; color: #c8e6c9; max-width: 850px; margin: 0 auto; border: 3px solid #2e7d32; user-select: none; box-shadow: 0 0 20px rgba(0,0,0,0.8);&quot;&gt;
&lt;h2 style=&quot;text-align: center; color: #ffca28; margin-top: 0; margin-bottom: 20px; font-size: 24px; text-shadow: 0 0 10px rgba(255,202,40,0.3);&quot; data-ke-size=&quot;size26&quot;&gt; ️ 리니지 클래식 대장간 (그래픽 리뉴얼 v10.3)&lt;/h2&gt;
&lt;!-- 컨트롤 패널 --&gt;
&lt;div style=&quot;background: rgba(15, 20, 18, 0.98); padding: 15px; border-radius: 10px; margin-bottom: 20px; text-align: center; border: 1px solid #2e7d32; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 15px;&quot;&gt;
&lt;div&gt;&lt;span style=&quot;font-size: 14px; color: #888; font-weight: bold; margin-right: 5px;&quot;&gt;방어구 종류:&lt;/span&gt;&lt;select id=&quot;lcf-type-select&quot; style=&quot;background: #111; border: 1px solid #2e7d32; color: #fff; padding: 6px; border-radius: 4px; font-weight: bold;&quot;&gt;
&lt;option value=&quot;normal&quot;&gt;일반 판금 갑옷 (안전강화 +4 지급)&lt;/option&gt;
&lt;option value=&quot;fairy&quot;&gt;요정족 사슬 갑옷 (안전강화 +6 지급)&lt;/option&gt;
&lt;/select&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;font-size: 14px; color: #888; font-weight: bold; margin-right: 5px;&quot;&gt;구매 수량:&lt;/span&gt; &lt;input id=&quot;lcf-input-cnt&quot; style=&quot;width: 55px; background: #111; border: 1px solid #ffca28; color: #fff; text-align: center; padding: 6px; border-radius: 4px; font-weight: bold; font-size: 16px;&quot; max=&quot;60&quot; min=&quot;1&quot; type=&quot;number&quot; value=&quot;8&quot; /&gt;&lt;/div&gt;
&lt;button id=&quot;lcf-reset-btn&quot; style=&quot;background: linear-gradient(to bottom, #2e7d32, #1b5e20); border: 1px solid #4caf50; padding: 8px 20px; cursor: pointer; font-weight: bold; border-radius: 4px; color: #fff; transition: 0.2s;&quot;&gt;  장비 맞춤 구매 / 리셋&lt;/button&gt;&lt;/div&gt;
&lt;!-- 방어구 그리드 --&gt;
&lt;div id=&quot;lcf-grid&quot; style=&quot;display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 12px; background: #030504; padding: 20px; border-radius: 10px; border: 1px inset #111; min-height: 220px;&quot;&gt;&lt;!-- 생성 위치 --&gt;&lt;/div&gt;
&lt;!-- 하단 로그창 --&gt;
&lt;div id=&quot;lcf-log-box&quot; style=&quot;margin-top: 15px; height: 90px; overflow-y: auto; background: #000; padding: 12px; font-size: 12px; color: #aaa; border: 1px solid #2e7d32; border-radius: 5px; line-height: 1.6; text-align: left; font-family: monospace;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;style&gt;
    .lcf-armor-card { background:#111; border:1px solid #2e7d32; padding:12px 8px; text-align:center; border-radius:6px; cursor:pointer; transition:all 0.2s; position:relative; overflow:hidden; }
    .lcf-armor-card:hover { transform: translateY(-3px); background:#162219; border-color:#00e676; }
    
    /* 레벨별 절대 기준 테두리 광원 */
    .lcf-glow-7 { border-color: #2196f3 !important; box-shadow: 0 0 10px rgba(33, 150, 243, 0.5), inset 0 0 5px rgba(33, 150, 243, 0.2); }
    .lcf-glow-8 { border-color: #9c27b0 !important; box-shadow: 0 0 15px rgba(156, 39, 176, 0.7), inset 0 0 8px rgba(156, 39, 176, 0.3); }
    .lcf-glow-9 { border-color: #ffca28 !important; box-shadow: 0 0 18px rgba(255, 202, 40, 0.8), inset 0 0 10px rgba(255, 202, 40, 0.4); }
    .lcf-glow-mythic { border-color: #ff1744 !important; box-shadow: 0 0 22px rgba(255, 23, 68, 0.9); animation: lcf-m-ani 1s infinite alternate; }
    
    @keyframes lcf-m-ani { from { filter: brightness(1); box-shadow: 0 0 12px #ff1744; } to { filter: brightness(1.2); box-shadow: 0 0 25px #ff1744; } }
    .lcf-stay-shake { animation: lcf-s 0.3s ease-in-out; border-color: #2196f3 !important; }
    @keyframes lcf-s { 0%, 100% { transform: translateX(0); } 25% { transform: translateX(-4px); } 75% { transform: translateX(4px); } }
    .lcf-success-pop { animation: lcf-p 0.3s ease-out; }
    @keyframes lcf-p { 0% { transform: scale(1); } 50% { transform: scale(1.1); } 100% { transform: scale(1); } }

    .lcf-canvas { width:70px; height:70px; margin:4px auto; display:block; }
&lt;/style&gt;
&lt;script&gt;
(function() {
    const probs = {
        4: { s: 25.0,  h: 0.0 },  5: { s: 20.0,  h: 0.0 },  6: { s: 16.67, h: 0.0 },
        7: { s: 14.29, h: 0.0 },  8: { s: 12.5,  h: 0.0 },  9: { s: 0.25,  h: 8.85 },
        10: { s: 0.2,  h: 8.13 }, 11: { s: 0.17, h: 7.52 }
    };

    let armorList = [];
    let idCounter = 0;

    const grid = document.getElementById('lcf-grid');
    const input = document.getElementById('lcf-input-cnt');
    const typeSelect = document.getElementById('lcf-type-select');
    const resetBtn = document.getElementById('lcf-reset-btn');
    const logBox = document.getElementById('lcf-log-box');

    // [세련된 디자인 패치] 고해상도 벡터 스타일 드로잉 함수
    function drawArmor(canvasId, type, lv) {
        const canvas = document.getElementById(canvasId);
        if (!canvas) return;
        const ctx = canvas.getContext('2d');
        ctx.clearRect(0,0,100,100);
        ctx.save();
        
        // 고강화 오라 주입 효과 설정
        let glowColor = &quot;transparent&quot;;
        if (lv &gt;= 10) { glowColor = &quot;rgba(255, 23, 68, 0.4)&quot;; ctx.shadowBlur = 10; ctx.shadowColor = &quot;#ff1744&quot;; }
        else if (lv === 9) { glowColor = &quot;rgba(255, 202, 40, 0.3)&quot;; ctx.shadowBlur = 8; ctx.shadowColor = &quot;#ffca28&quot;; }
        else if (lv === 8) { glowColor = &quot;rgba(156, 39, 176, 0.3)&quot;; ctx.shadowBlur = 6; ctx.shadowColor = &quot;#9c27b0&quot;; }
        else if (lv === 7) { glowColor = &quot;rgba(33, 150, 243, 0.3)&quot;; ctx.shadowBlur = 6; ctx.shadowColor = &quot;#2196f3&quot;; }

        // 그라데이션 및 디자인 분기 처리
        if (type === 'normal') {
            // --- 일반 판금 갑옷 메탈 그라데이션 ---
            let metalGrad = ctx.createLinearGradient(30, 20, 70, 80);
            metalGrad.addColorStop(0, '#cfd8dc');
            metalGrad.addColorStop(0.3, '#90a4ae');
            metalGrad.addColorStop(0.7, '#455a64');
            metalGrad.addColorStop(1, '#263238');

            // 어깨 보호대 (라운드 스타일)
            ctx.fillStyle = '#37474f';
            ctx.beginPath(); ctx.arc(26, 34, 10, 0, Math.PI * 2); ctx.fill();
            ctx.beginPath(); ctx.arc(74, 34, 10, 0, Math.PI * 2); ctx.fill();
            ctx.fillStyle = '#b0bec5';
            ctx.beginPath(); ctx.arc(26, 34, 7, 0, Math.PI * 2); ctx.fill();
            ctx.beginPath(); ctx.arc(74, 34, 7, 0, Math.PI * 2); ctx.fill();

            // 상단 목/가슴 베이스
            ctx.fillStyle = '#546e7a';
            ctx.fillRect(35, 22, 30, 12);

            // 판금 흉갑 메인 바디 (세련된 아머 곡선)
            ctx.fillStyle = metalGrad;
            ctx.beginPath();
            ctx.moveTo(32, 34);
            ctx.quadraticCurveTo(50, 28, 68, 34);
            ctx.lineTo(64, 72);
            ctx.quadraticCurveTo(50, 78, 36, 72);
            ctx.closePath();
            ctx.fill();

            // 복부 보강판 분할선 및 엠보싱 하이라이트
            ctx.strokeStyle = 'rgba(255,255,255,0.15)';
            ctx.lineWidth = 2;
            ctx.beginPath(); ctx.moveTo(50, 32); ctx.lineTo(50, 74); ctx.stroke();
            ctx.beginPath(); ctx.moveTo(38, 52); ctx.lineTo(62, 52); ctx.stroke();
            
            // 하단 스커트 아머
            ctx.fillStyle = '#37474f';
            ctx.fillRect(36, 74, 28, 6);
            ctx.fillStyle = '#78909c';
            ctx.fillRect(40, 80, 8, 8);
            ctx.fillRect(52, 80, 8, 8);

        } else {
            // --- 요정족 사슬 갑옷 미스릴 실크 그라데이션 ---
            let elfGrad = ctx.createLinearGradient(30, 20, 70, 80);
            elfGrad.addColorStop(0, '#e0f2f1');
            elfGrad.addColorStop(0.4, '#4db6ac');
            elfGrad.addColorStop(0.8, '#00796b');
            elfGrad.addColorStop(1, '#004d40');

            // 요정족 어께 윙 장식
            ctx.fillStyle = '#80cbc4';
            ctx.beginPath();
            ctx.moveTo(25, 36); ctx.lineTo(12, 24); ctx.lineTo(24, 46); ctx.closePath(); ctx.fill();
            ctx.beginPath();
            ctx.moveTo(75, 36); ctx.lineTo(88, 24); ctx.lineTo(76, 46); ctx.closePath(); ctx.fill();

            // 가슴 상단 골드 넥 가드
            ctx.fillStyle = '#ffb300';
            ctx.beginPath();
            ctx.moveTo(36, 24); ctx.lineTo(64, 24); ctx.lineTo(58, 36); ctx.lineTo(42, 36); ctx.closePath(); ctx.fill();

            // 요족 체인 메인 바디
            ctx.fillStyle = elfGrad;
            ctx.beginPath();
            ctx.moveTo(30, 36);
            ctx.lineTo(70, 36);
            ctx.lineTo(64, 75);
            ctx.lineTo(36, 75);
            ctx.closePath();
            ctx.fill();

            // 세련된 황금색 엘프 문양 가슴 장식선
            ctx.strokeStyle = lv &gt;= 9 ? '#ffd700' : '#ffe082';
            ctx.lineWidth = 1.5;
            ctx.beginPath();
            ctx.moveTo(50, 36); ctx.lineTo(50, 72);
            ctx.moveTo(38, 48); ctx.lineTo(50, 58); ctx.lineTo(62, 48);
            ctx.stroke();

            // 사이드 사슬 텍스처 느낌의 음영 점선 처리
            ctx.strokeStyle = 'rgba(0, 77, 64, 0.3)';
            ctx.setLineDash([2, 2]);
            ctx.beginPath(); ctx.moveTo(35, 38); ctx.lineTo(39, 72); ctx.moveTo(65, 38); ctx.lineTo(61, 72); ctx.stroke();
            ctx.setLineDash([]); // 라인 스타일 원복

            // 하단 실크 스커트 마무리
            ctx.fillStyle = '#004d40';
            ctx.fillRect(34, 75, 32, 5);
        }

        // 고강화 시 아머 표면에 오라 레이어 합성
        if(glowColor !== &quot;transparent&quot;) {
            ctx.globalCompositeOperation = &quot;source-atop&quot;;
            ctx.fillStyle = glowColor;
            ctx.fillRect(0,0,100,100);
        }

        ctx.restore();
    }

    function resetSimulator() {
        const count = parseInt(input.value) || 1;
        const type = typeSelect.value;
        const startLv = type === 'fairy' ? 6 : 4; 
        const typeName = type === 'fairy' ? '요정족 사슬 갑옷' : '일반 판금 갑옷';

        armorList = [];
        idCounter = 0;
        grid.innerHTML = '';
        
        for(let i = 0; i &lt; count; i++) {
            const aId = &quot;lcf-a-&quot; + (idCounter++);
            armorList.push({ id: aId, lv: startLv, type: type });

            const card = document.createElement('div');
            card.id = aId;
            card.className = 'lcf-armor-card';
            card.onclick = () =&gt; enhanceArmor(aId);
            
            updateCardUI(card, startLv, &quot;&quot;, type);
            grid.appendChild(card);
            drawArmor(`canv-${aId}`, type, startLv);
        }
        writeLog(`[대장간] 안전강화가 완료된 +${startLv} ${typeName} ${count}개를 배치했습니다.`, type === 'fairy' ? '#4db6ac' : '#ffca28');
    }

    function updateCardUI(el, lv, status, type) {
        let color = &quot;#fff&quot;;
        el.className = 'lcf-armor-card';

        if(lv === 7) { el.classList.add('lcf-glow-7'); color = &quot;#2196f3&quot;; }
        else if(lv === 8) { el.classList.add('lcf-glow-8'); color = &quot;#9c27b0&quot;; }
        else if(lv === 9) { el.classList.add('lcf-glow-9'); color = &quot;#ffca28&quot;; }
        else if(lv &gt;= 10) { el.classList.add('lcf-glow-mythic'); color = &quot;#ff1744&quot;; }

        const p = probs[lv] || { s: 0, h: 0 };
        const displayRate = p.s &gt; 0 ? `성공:${p.s}%` + (p.h &gt; 0 ? `&lt;br&gt;유지:${p.h}%` : '') : &quot;최대 단계&quot;;
        const statusColor = status === &quot;성공&quot; ? &quot;#00e676&quot; : (status === &quot;유지&quot; ? &quot;#2196f3&quot; : &quot;#888&quot;);
        const armorPrefix = type === 'fairy' ? '요족' : '판금';

        el.innerHTML = `
            &lt;div style=&quot;font-size:10px; font-weight:bold; height:14px; color:${statusColor};&quot;&gt;${status}&lt;/div&gt;
            &lt;canvas id=&quot;canv-${el.id}&quot; class=&quot;lcf-canvas&quot; width=&quot;100&quot; height=&quot;100&quot;&gt;&lt;/canvas&gt;
            &lt;div style=&quot;font-size:17px; font-weight: 900; color:${color}; margin-top:4px;&quot;&gt;+${lv} ${armorPrefix}&lt;/div&gt;
            &lt;div style=&quot;font-size:10px; color:#555; margin-top:6px; border-top:1px solid #222; padding-top:4px; line-height:1.2;&quot;&gt;${displayRate}&lt;/div&gt;
        `;
    }

    function enhanceArmor(id) {
        const idx = armorList.findIndex(a =&gt; a.id === id);
        if(idx === -1) return;

        const armor = armorList[idx];
        const p = probs[armor.lv];
        const card = document.getElementById(id);

        if(!p) return;

        const rand = Math.random() * 100;
        const armorName = armor.type === 'fairy' ? '요정족 사슬 갑옷' : '일반 판금 갑옷';

        if(rand &lt; p.s) {
            armor.lv++;
            updateCardUI(card, armor.lv, &quot;성공&quot;, armor.type);
            drawArmor(`canv-${id}`, armor.type, armor.lv);
            card.classList.add('lcf-success-pop');
            setTimeout(() =&gt; card.classList.remove('lcf-success-pop'), 300);
            writeLog(`[성공] 축복이 깃들며 +${armor.lv} ${armorName} 강화 성공!`, &quot;#00e676&quot;);
        } 
        else if(rand &lt; p.s + p.h) {
            updateCardUI(card, armor.lv, &quot;유지&quot;, armor.type);
            drawArmor(`canv-${id}`, armor.type, armor.lv);
            card.classList.add('lcf-stay-shake');
            setTimeout(() =&gt; card.classList.remove('lcf-stay-shake'), 300);
            writeLog(`[유지] +${armor.lv} ${armorName} 강화 실패 (수치 유지)`, &quot;#2196f3&quot;);
        } 
        else {
            writeLog(`[파괴] 증발! +${armor.lv} ${armorName}가 붉은 흔적만 남기고 소멸했습니다.`, &quot;#ff1744&quot;);
            armorList.splice(idx, 1);
            card.style.opacity = &quot;0&quot;;
            card.style.transform = &quot;scale(0.5)&quot;;
            setTimeout(() =&gt; card.remove(), 200);
        }
    }

    function writeLog(msg, color) {
        const entry = document.createElement('div');
        entry.style.color = color || '#aaa';
        entry.innerHTML = `&gt; ${msg}`;
        logBox.insertBefore(entry, logBox.firstChild);
    }

    resetBtn.addEventListener('click', resetSimulator);
    typeSelect.addEventListener('change', resetSimulator); 
    setTimeout(resetSimulator, 200);
})();
&lt;/script&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;div class=&quot;revenue_unit_wrap&quot;&gt;
  &lt;div class=&quot;revenue_unit_item adfit&quot;&gt;
    &lt;div class=&quot;revenue_unit_info&quot;&gt;728x90&lt;/div&gt;
    &lt;ins class=&quot;kakao_ad_area&quot; style=&quot;display: none;&quot; data-ad-unit=&quot;DAN-R3VLg3dpfWTavuQo&quot; data-ad-width=&quot;728px&quot; data-ad-height=&quot;90px&quot;&gt;&lt;/ins&gt;
    &lt;script type=&quot;text/javascript&quot; src=&quot;//t1.daumcdn.net/kas/static/ba.min.js&quot; async=&quot;async&quot;&gt;&lt;/script&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;revenue_unit_wrap&quot;&gt;
  &lt;div class=&quot;revenue_unit_item adsense responsive&quot;&gt;
    &lt;div class=&quot;revenue_unit_info&quot;&gt;반응형&lt;/div&gt;
    &lt;script src=&quot;//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js&quot; async=&quot;async&quot;&gt;&lt;/script&gt;
    &lt;ins class=&quot;adsbygoogle&quot; style=&quot;display: block;&quot; data-ad-host=&quot;ca-host-pub-9691043933427338&quot; data-ad-client=&quot;ca-pub-8838995458428346&quot; data-ad-format=&quot;auto&quot;&gt;&lt;/ins&gt;
    &lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;revenue_unit_wrap&quot;&gt;
  &lt;div class=&quot;revenue_unit_item tenping&quot;&gt;
    &lt;div class=&quot;revenue_unit_info&quot;&gt;SMALL&lt;/div&gt;
    &lt;tenping class=&quot;adsbytenping&quot; style=&quot;width: 100%; max-width: 768px; margin: 0 auto; display: block;&quot; mediaid=&quot;5671486&quot; tenping-ad-display-type=&quot;UD8Mia8gyIoT5Z2MT6VB3Q%3d%3d&quot;&gt;&lt;/tenping&gt;
    &lt;script src=&quot;//tads.tenping.kr/scripts/adsbytenping.min.js&quot; async=&quot;async&quot;&gt;&lt;/script&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;</description>
      <category>강화시뮬</category>
      <category>리니지</category>
      <category>리니지클래식</category>
      <category>방어구</category>
      <category>방어구강화</category>
      <author>wisdom- wolf</author>
      <guid isPermaLink="true">https://twow.tistory.com/61</guid>
      <comments>https://twow.tistory.com/61#entry61comment</comments>
      <pubDate>Mon, 1 Jun 2026 16:14:04 +0900</pubDate>
    </item>
    <item>
      <title>리니지 클래식 무기 강화 시뮬.!!!!</title>
      <link>https://twow.tistory.com/60</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;이거 해보고 실전에서는 즐겨요 .. 강화는 도박&lt;/p&gt;
&lt;div class=&quot;revenue_unit_wrap&quot;&gt;
  &lt;div class=&quot;revenue_unit_item adsense responsive&quot;&gt;
    &lt;div class=&quot;revenue_unit_info&quot;&gt;반응형&lt;/div&gt;
    &lt;script src=&quot;//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js&quot; async=&quot;async&quot;&gt;&lt;/script&gt;
    &lt;ins class=&quot;adsbygoogle&quot; style=&quot;display: block;&quot; data-ad-host=&quot;ca-host-pub-9691043933427338&quot; data-ad-client=&quot;ca-pub-8838995458428346&quot; data-ad-format=&quot;auto&quot;&gt;&lt;/ins&gt;
    &lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;div id=&quot;code_1778648906421&quot; data-ke-type=&quot;html&quot; data-source=&quot;&amp;lt;div id=&amp;quot;forge-v99-container&amp;quot; style=&amp;quot;background:#111; padding:25px; border-radius:15px; font-family:sans-serif; color:#eee; max-width:700px; margin:0 auto; border:4px solid #333; user-select:none;&amp;quot;&amp;gt;
    &amp;lt;h2 style=&amp;quot;text-align:center; color:#ffca28; margin-bottom:20px;&amp;quot;&amp;gt;⚒️ 무기 강화 시뮬레이터 (V9.9)&amp;lt;/h2&amp;gt;

    &amp;lt;!-- 설정 패널 --&amp;gt;
    &amp;lt;div style=&amp;quot;background:#000; padding:15px; border-radius:10px; margin-bottom:20px; text-align:center; border:1px solid #444;&amp;quot;&amp;gt;
        &amp;lt;span style=&amp;quot;font-size:14px; color:#888; margin-right:10px;&amp;quot;&amp;gt;구매 수량 설정:&amp;lt;/span&amp;gt;
        &amp;lt;input type=&amp;quot;number&amp;quot; id=&amp;quot;v99-input-cnt&amp;quot; value=&amp;quot;8&amp;quot; min=&amp;quot;1&amp;quot; max=&amp;quot;60&amp;quot; style=&amp;quot;width:65px; background:#222; border:1px solid #ffca28; color:#fff; text-align:center; padding:6px; border-radius:4px; font-weight:bold; font-size:16px;&amp;quot;&amp;gt;
        &amp;lt;button id=&amp;quot;v99-reset-btn&amp;quot; style=&amp;quot;background:#ffca28; border:none; padding:8px 20px; cursor:pointer; font-weight:bold; border-radius:4px; margin-left:10px; color:#000;&amp;quot;&amp;gt;  무기 재구매 / 리셋&amp;lt;/button&amp;gt;
    &amp;lt;/div&amp;gt;

    &amp;lt;!-- 무기 그리드 --&amp;gt;
    &amp;lt;div id=&amp;quot;v99-grid&amp;quot; style=&amp;quot;display:grid; grid-template-columns:repeat(auto-fill, minmax(110px, 1fr)); gap:12px; background:#050505; padding:20px; border-radius:10px; border:1px inset #222; min-height:200px;&amp;quot;&amp;gt;
        &amp;lt;!-- 무기가 여기에 생성됩니다 --&amp;gt;
    &amp;lt;/div&amp;gt;

    &amp;lt;!-- 하단 로그 --&amp;gt;
    &amp;lt;div id=&amp;quot;v99-log-box&amp;quot; style=&amp;quot;margin-top:15px; height:80px; overflow-y:auto; background:#000; padding:10px; font-size:12px; color:#555; border:1px solid #222; border-radius:5px; line-height:1.6; text-align:left;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;

&amp;lt;style&amp;gt;
    .v99-weapon-card { background:#1a1a1a; border:2px solid #333; padding:15px; text-align:center; border-radius:10px; cursor:pointer; transition:0.2s; }
    .v99-weapon-card:hover { transform: translateY(-5px); background:#222; border-color:#555; }
    .v99-lv7 { border-color: #2196f3 !important; box-shadow: 0 0 10px rgba(33, 150, 243, 0.4); }
    .v99-lv8 { border-color: #9c27b0 !important; box-shadow: 0 0 15px rgba(156, 39, 176, 0.6); }
    .v99-lv9 { border-color: #ffca28 !important; box-shadow: 0 0 20px rgba(255, 202, 40, 0.8); animation: v99-glow-ani 0.8s infinite alternate; }
    @keyframes v99-glow-ani { from { box-shadow: 0 0 5px #ffca28; } to { box-shadow: 0 0 20px #ffca28; } }
    .v99-success-pop { animation: v99-pop-ani 0.3s ease-out; }
    @keyframes v99-pop-ani { 0% { transform: scale(1); } 50% { transform: scale(1.1); } 100% { transform: scale(1); } }
&amp;lt;/style&amp;gt;

&amp;lt;script&amp;gt;
(function() {
    // 내부 상태 변수
    let weaponList = [];
    let idCounter = 0;

    // DOM 요소 참조
    const grid = document.getElementById('v99-grid');
    const input = document.getElementById('v99-input-cnt');
    const resetBtn = document.getElementById('v99-reset-btn');
    const logBox = document.getElementById('v99-log-box');

    // 1. 리셋 핵심 함수
    function performReset() {
        const count = parseInt(input.value) || 1;
        
        // 데이터 초기화
        weaponList = [];
        idCounter = 0;
        
        // 화면 초기화
        grid.innerHTML = '';
        
        // 설정된 수량만큼 생성
        for(let i = 0; i &amp;lt; count; i++) {
            createWeapon(6);
        }
        
        writeLog(&amp;#96;[시스템] 무기 ${count}개를 새로 구매하여 배치했습니다.&amp;#96;);
    }

    // 2. 무기 생성 함수
    function createWeapon(lv) {
        const wId = &amp;quot;v99w-&amp;quot; + (idCounter++);
        weaponList.push({ id: wId, lv: lv });

        const card = document.createElement('div');
        card.id = wId;
        card.className = 'v99-weapon-card';
        card.onclick = () =&amp;gt; enhanceWeapon(wId);
        
        updateCardUI(card, lv);
        grid.appendChild(card);
    }

    // 3. 카드 UI 업데이트 (이펙트 포함)
    function updateCardUI(el, lv) {
        const rate = lv &amp;lt; 9 ? 33.3 : (lv === 9 ? 1.0 : 0.5);
        let color = &amp;quot;#fff&amp;quot;;
        
        el.classList.remove('v99-lv7', 'v99-lv8', 'v99-lv9');
        if(lv === 7) { el.classList.add('v99-lv7'); color = &amp;quot;#2196f3&amp;quot;; }
        else if(lv === 8) { el.classList.add('v99-lv8'); color = &amp;quot;#9c27b0&amp;quot;; }
        else if(lv &amp;gt;= 9) { el.classList.add('v99-lv9'); color = &amp;quot;#ffca28&amp;quot;; }
        if(lv &amp;gt;= 10) color = &amp;quot;#ff1744&amp;quot;;

        el.innerHTML = &amp;#96;
            &amp;lt;div style=&amp;quot;font-size:38px; margin-bottom:10px;&amp;quot;&amp;gt;⚔️&amp;lt;/div&amp;gt;
            &amp;lt;div style=&amp;quot;font-size:22px; font-weight:bold; color:${color};&amp;quot;&amp;gt;+${lv}&amp;lt;/div&amp;gt;
            &amp;lt;div style=&amp;quot;font-size:11px; color:#666; margin-top:8px; border-top:1px solid #333; padding-top:5px;&amp;quot;&amp;gt;성공률: ${rate}%&amp;lt;/div&amp;gt;
        &amp;#96;;
    }

    // 4. 강화 로직
    function enhanceWeapon(id) {
        const idx = weaponList.findIndex(w =&amp;gt; w.id === id);
        if(idx === -1) return;

        const weapon = weaponList[idx];
        const rate = weapon.lv &amp;lt; 9 ? 33.3 : (weapon.lv === 9 ? 1.0 : 0.5);
        const card = document.getElementById(id);

        if(Math.random() * 100 &amp;lt; rate) {
            weapon.lv++;
            updateCardUI(card, weapon.lv);
            card.classList.remove('v99-success-pop');
            void card.offsetWidth; 
            card.classList.add('v99-success-pop');
            writeLog(&amp;#96;[성공] 강화 성공! +${weapon.lv} 단계 달성&amp;#96;, &amp;quot;#4caf50&amp;quot;);
        } else {
            writeLog(&amp;#96;[실패] 강화 실패로 무기가 파괴되었습니다.&amp;#96;, &amp;quot;#ff1744&amp;quot;);
            weaponList.splice(idx, 1);
            card.style.opacity = &amp;quot;0&amp;quot;;
            card.style.transform = &amp;quot;scale(0.5)&amp;quot;;
            setTimeout(() =&amp;gt; card.remove(), 200);
        }
    }

    // 5. 로그 기록
    function writeLog(msg, color) {
        const entry = document.createElement('div');
        entry.style.color = color || '#555';
        entry.innerText = &amp;quot;&amp;gt; &amp;quot; + msg;
        logBox.insertBefore(entry, logBox.firstChild);
    }

    // 버튼 이벤트 직접 연결 (티스토리 보안 대응)
    resetBtn.addEventListener('click', performReset);

    // 초기 실행 (기본 8개)
    setTimeout(performReset, 200);
})();
&amp;lt;/script&amp;gt;&quot;&gt;
&lt;div id=&quot;forge-v99-container&quot; style=&quot;background: #111; padding: 25px; border-radius: 15px; font-family: sans-serif; color: #eee; max-width: 700px; margin: 0 auto; border: 4px solid #333; user-select: none;&quot;&gt;
&lt;h2 style=&quot;text-align: center; color: #ffca28; margin-bottom: 20px;&quot; data-ke-size=&quot;size26&quot;&gt;⚒️ 무기 강화 시뮬레이터 (V9.9)&lt;/h2&gt;
&lt;!-- 설정 패널 --&gt;
&lt;div style=&quot;background: #000; padding: 15px; border-radius: 10px; margin-bottom: 20px; text-align: center; border: 1px solid #444;&quot;&gt;&lt;span style=&quot;font-size: 14px; color: #888; margin-right: 10px;&quot;&gt;구매 수량 설정:&lt;/span&gt; &lt;input id=&quot;v99-input-cnt&quot; style=&quot;width: 65px; background: #222; border: 1px solid #ffca28; color: #fff; text-align: center; padding: 6px; border-radius: 4px; font-weight: bold; font-size: 16px;&quot; max=&quot;60&quot; min=&quot;1&quot; type=&quot;number&quot; value=&quot;8&quot; /&gt; &lt;button id=&quot;v99-reset-btn&quot; style=&quot;background: #ffca28; border: none; padding: 8px 20px; cursor: pointer; font-weight: bold; border-radius: 4px; margin-left: 10px; color: #000;&quot;&gt;  무기 재구매 / 리셋&lt;/button&gt;&lt;/div&gt;
&lt;!-- 무기 그리드 --&gt;
&lt;div id=&quot;v99-grid&quot; style=&quot;display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 12px; background: #050505; padding: 20px; border-radius: 10px; border: 1px inset #222; min-height: 200px;&quot;&gt;&lt;!-- 무기가 여기에 생성됩니다 --&gt;&lt;/div&gt;
&lt;!-- 하단 로그 --&gt;
&lt;div id=&quot;v99-log-box&quot; style=&quot;margin-top: 15px; height: 80px; overflow-y: auto; background: #000; padding: 10px; font-size: 12px; color: #555; border: 1px solid #222; border-radius: 5px; line-height: 1.6; text-align: left;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;style&gt;
    .v99-weapon-card { background:#1a1a1a; border:2px solid #333; padding:15px; text-align:center; border-radius:10px; cursor:pointer; transition:0.2s; }
    .v99-weapon-card:hover { transform: translateY(-5px); background:#222; border-color:#555; }
    .v99-lv7 { border-color: #2196f3 !important; box-shadow: 0 0 10px rgba(33, 150, 243, 0.4); }
    .v99-lv8 { border-color: #9c27b0 !important; box-shadow: 0 0 15px rgba(156, 39, 176, 0.6); }
    .v99-lv9 { border-color: #ffca28 !important; box-shadow: 0 0 20px rgba(255, 202, 40, 0.8); animation: v99-glow-ani 0.8s infinite alternate; }
    @keyframes v99-glow-ani { from { box-shadow: 0 0 5px #ffca28; } to { box-shadow: 0 0 20px #ffca28; } }
    .v99-success-pop { animation: v99-pop-ani 0.3s ease-out; }
    @keyframes v99-pop-ani { 0% { transform: scale(1); } 50% { transform: scale(1.1); } 100% { transform: scale(1); } }
&lt;/style&gt;
&lt;script&gt;
(function() {
    // 내부 상태 변수
    let weaponList = [];
    let idCounter = 0;

    // DOM 요소 참조
    const grid = document.getElementById('v99-grid');
    const input = document.getElementById('v99-input-cnt');
    const resetBtn = document.getElementById('v99-reset-btn');
    const logBox = document.getElementById('v99-log-box');

    // 1. 리셋 핵심 함수
    function performReset() {
        const count = parseInt(input.value) || 1;
        
        // 데이터 초기화
        weaponList = [];
        idCounter = 0;
        
        // 화면 초기화
        grid.innerHTML = '';
        
        // 설정된 수량만큼 생성
        for(let i = 0; i &lt; count; i++) {
            createWeapon(6);
        }
        
        writeLog(`[시스템] 무기 ${count}개를 새로 구매하여 배치했습니다.`);
    }

    // 2. 무기 생성 함수
    function createWeapon(lv) {
        const wId = &quot;v99w-&quot; + (idCounter++);
        weaponList.push({ id: wId, lv: lv });

        const card = document.createElement('div');
        card.id = wId;
        card.className = 'v99-weapon-card';
        card.onclick = () =&gt; enhanceWeapon(wId);
        
        updateCardUI(card, lv);
        grid.appendChild(card);
    }

    // 3. 카드 UI 업데이트 (이펙트 포함)
    function updateCardUI(el, lv) {
        const rate = lv &lt; 9 ? 33.3 : (lv === 9 ? 1.0 : 0.5);
        let color = &quot;#fff&quot;;
        
        el.classList.remove('v99-lv7', 'v99-lv8', 'v99-lv9');
        if(lv === 7) { el.classList.add('v99-lv7'); color = &quot;#2196f3&quot;; }
        else if(lv === 8) { el.classList.add('v99-lv8'); color = &quot;#9c27b0&quot;; }
        else if(lv &gt;= 9) { el.classList.add('v99-lv9'); color = &quot;#ffca28&quot;; }
        if(lv &gt;= 10) color = &quot;#ff1744&quot;;

        el.innerHTML = `
            &lt;div style=&quot;font-size:38px; margin-bottom:10px;&quot;&gt;⚔️&lt;/div&gt;
            &lt;div style=&quot;font-size:22px; font-weight:bold; color:${color};&quot;&gt;+${lv}&lt;/div&gt;
            &lt;div style=&quot;font-size:11px; color:#666; margin-top:8px; border-top:1px solid #333; padding-top:5px;&quot;&gt;성공률: ${rate}%&lt;/div&gt;
        `;
    }

    // 4. 강화 로직
    function enhanceWeapon(id) {
        const idx = weaponList.findIndex(w =&gt; w.id === id);
        if(idx === -1) return;

        const weapon = weaponList[idx];
        const rate = weapon.lv &lt; 9 ? 33.3 : (weapon.lv === 9 ? 1.0 : 0.5);
        const card = document.getElementById(id);

        if(Math.random() * 100 &lt; rate) {
            weapon.lv++;
            updateCardUI(card, weapon.lv);
            card.classList.remove('v99-success-pop');
            void card.offsetWidth; 
            card.classList.add('v99-success-pop');
            writeLog(`[성공] 강화 성공! +${weapon.lv} 단계 달성`, &quot;#4caf50&quot;);
        } else {
            writeLog(`[실패] 강화 실패로 무기가 파괴되었습니다.`, &quot;#ff1744&quot;);
            weaponList.splice(idx, 1);
            card.style.opacity = &quot;0&quot;;
            card.style.transform = &quot;scale(0.5)&quot;;
            setTimeout(() =&gt; card.remove(), 200);
        }
    }

    // 5. 로그 기록
    function writeLog(msg, color) {
        const entry = document.createElement('div');
        entry.style.color = color || '#555';
        entry.innerText = &quot;&gt; &quot; + msg;
        logBox.insertBefore(entry, logBox.firstChild);
    }

    // 버튼 이벤트 직접 연결 (티스토리 보안 대응)
    resetBtn.addEventListener('click', performReset);

    // 초기 실행 (기본 8개)
    setTimeout(performReset, 200);
})();
&lt;/script&gt;
&lt;/div&gt;
&lt;div class=&quot;revenue_unit_wrap&quot;&gt;
  &lt;div class=&quot;revenue_unit_item tenping&quot;&gt;
    &lt;div class=&quot;revenue_unit_info&quot;&gt;SMALL&lt;/div&gt;
    &lt;tenping class=&quot;adsbytenping&quot; style=&quot;width: 100%; max-width: 768px; margin: 0 auto; display: block;&quot; mediaid=&quot;5671486&quot; tenping-ad-display-type=&quot;UD8Mia8gyIoT5Z2MT6VB3Q%3d%3d&quot;&gt;&lt;/tenping&gt;
    &lt;script src=&quot;//tads.tenping.kr/scripts/adsbytenping.min.js&quot; async=&quot;async&quot;&gt;&lt;/script&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;div class=&quot;revenue_unit_wrap&quot;&gt;
  &lt;div class=&quot;revenue_unit_item adfit&quot;&gt;
    &lt;div class=&quot;revenue_unit_info&quot;&gt;728x90&lt;/div&gt;
    &lt;ins class=&quot;kakao_ad_area&quot; style=&quot;display: none;&quot; data-ad-unit=&quot;DAN-R3VLg3dpfWTavuQo&quot; data-ad-width=&quot;728px&quot; data-ad-height=&quot;90px&quot;&gt;&lt;/ins&gt;
    &lt;script type=&quot;text/javascript&quot; src=&quot;//t1.daumcdn.net/kas/static/ba.min.js&quot; async=&quot;async&quot;&gt;&lt;/script&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;</description>
      <category>강화</category>
      <category>강화시뮬</category>
      <category>리니지</category>
      <category>리니지 클래식</category>
      <category>리니지클래식</category>
      <category>무기강화</category>
      <category>클래식</category>
      <author>wisdom- wolf</author>
      <guid isPermaLink="true">https://twow.tistory.com/60</guid>
      <comments>https://twow.tistory.com/60#entry60comment</comments>
      <pubDate>Wed, 13 May 2026 14:11:14 +0900</pubDate>
    </item>
    <item>
      <title>5초 혼돈 + 5초 질주: '퍼펙트 10s' 레이스</title>
      <link>https://twow.tistory.com/59</link>
      <description>&lt;div id=&quot;fish-race-root&quot; style=&quot;width:100%; max-width:900px; margin:0 auto; background:#e0f7fa; border:3px solid #006064; font-family:'Malgun Gothic', sans-serif; box-sizing:border-box; border-radius:12px; overflow:hidden; display:flex; flex-direction:column; height:95vh; max-height:850px; box-shadow:0 15px 50px rgba(0,0,0,0.3); position:relative;&quot;&gt;
    
    &lt;audio id=&quot;snd-bgm&quot; loop src=&quot;https://assets.mixkit.co/music/preview/mixkit-sunny-day-28.mp3&quot; preload=&quot;auto&quot;&gt;&lt;/audio&gt;
    &lt;audio id=&quot;snd-goal&quot; src=&quot;https://assets.mixkit.co/sfx/preview/mixkit-winning-chimes-2015.mp3&quot; preload=&quot;auto&quot;&gt;&lt;/audio&gt;

    &lt;div style=&quot;background:#006064; padding:12px; text-align:center; color:white; flex-shrink:0; z-index:100;&quot;&gt;
        &lt;div style=&quot;margin-bottom:10px;&quot;&gt;
            &lt;b style=&quot;font-size:1.2em; margin-right:12px;&quot;&gt;  아쿠아 캐릭터 레이스&lt;/b&gt;
            &lt;select id=&quot;race-count&quot; onchange=&quot;initRaceInputs()&quot; style=&quot;padding:6px; border-radius:6px; font-weight:bold;&quot;&gt;
                &lt;script&gt;
                    for(let i=3; i&lt;=12; i++) {
                        document.write(`&lt;option value=&quot;${i}&quot; ${i==5?'selected':''}&gt;${i}명&lt;/option&gt;`);
                    }
                &lt;/script&gt;
            &lt;/select&gt;
            &lt;button id=&quot;race-btnStart&quot; onclick=&quot;startFishRace()&quot; style=&quot;padding:7px 25px; background:#ff6f00; color:#fff; border:none; cursor:pointer; font-weight:bold; border-radius:6px; margin-left:8px; box-shadow:0 3px 0 #b34e00;&quot;&gt;  레이스 시작&lt;/button&gt;
            &lt;button id=&quot;race-btnReset&quot; onclick=&quot;initRaceInputs()&quot; style=&quot;display:none; padding:7px 25px; background:#d32f2f; color:#fff; border:none; cursor:pointer; font-weight:bold; border-radius:6px; margin-left:8px;&quot;&gt;  다시 설정&lt;/button&gt;
        &lt;/div&gt;
        
        &lt;div style=&quot;background:rgba(255,255,255,0.1); padding:8px; border-radius:10px;&quot;&gt;
            &lt;div id=&quot;race-names&quot; style=&quot;overflow-x:auto; white-space:nowrap; margin-bottom:5px; padding-bottom:3px; scrollbar-width:thin;&quot;&gt;&lt;/div&gt;
            &lt;div id=&quot;race-prizes&quot; style=&quot;overflow-x:auto; white-space:nowrap; padding-bottom:3px; scrollbar-width:thin;&quot;&gt;&lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;

    &lt;div style=&quot;flex:1; position:relative; overflow:hidden;&quot;&gt;
        &lt;div id=&quot;race-pond-area&quot; style=&quot;position:relative; width:100%; height:100%; transition: background 0.5s;&quot;&gt;&lt;/div&gt;
    &lt;/div&gt;

    &lt;div id=&quot;race-result-board&quot; style=&quot;background:#fff; height:160px; border-top:4px solid #006064; display:flex; flex-direction:column; flex-shrink:0; z-index:100;&quot;&gt;
        &lt;div style=&quot;background:#004d40; color:white; padding:8px 15px; font-weight:bold; display:flex; justify-content:space-between; font-size:0.9em;&quot;&gt;
            &lt;span&gt;  최종 결과 리스트&lt;/span&gt;
            &lt;span id=&quot;race-status&quot;&gt;참가자를 입력하고 시작해 주세요!&lt;/span&gt;
        &lt;/div&gt;
        &lt;div id=&quot;result-list&quot; style=&quot;flex:1; display:grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap:8px; padding:10px; overflow-y:auto; scrollbar-width:thin;&quot;&gt;&lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;

&lt;style&gt;
    #fish-race-root input { width: 110px; padding: 6px; text-align: center; border-radius: 6px; border: 2px solid #fff; font-size: 0.9em; font-weight: 900; margin: 0 4px; color: #004d40; }
    /* 캐릭터 크기를 약간 키움 */
    .fish-unit { position: absolute; width: 90px; height: 45px; z-index: 20; will-change: transform; filter: drop-shadow(0 5px 8px rgba(0,0,0,0.3)); visibility: hidden; pointer-events: none; }
    .nest-gate { position: absolute; width: 85px; height: 85px; border: 4px dashed rgba(0,96,100,0.5); border-radius: 50%; transform: translate(-50%, -50%); z-index: 5; background: rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: bold; color: #004d40; pointer-events: none; }
    .res-card { background: #f1f8e9; border-left: 5px solid #388e3c; padding: 8px; border-radius: 6px; display: flex; justify-content: space-between; align-items: center; font-size: 0.85em; animation: popIn 0.3s; }
    @keyframes popIn { from { transform: scale(0.8); opacity: 0; } to { transform: scale(1); opacity: 1; } }
&lt;/style&gt;

&lt;script&gt;
(function() {
    let raceFishes = [], raceFishData = [], raceGoals = [], raceGameLoop = null;
    let POND_W, POND_H, CENTER_X, CENTER_Y;

    const backgrounds = [
        &quot;radial-gradient(circle, #e0f7fa 0%, #80deea 100%)&quot;, 
        &quot;linear-gradient(180deg, #4fc3f7 0%, #0288d1 100%)&quot;, 
        &quot;radial-gradient(circle, #b2dfdb 0%, #4db6ac 100%)&quot;, 
        &quot;linear-gradient(45deg, #e1f5fe 0%, #81d4fa 100%)&quot;  
    ];

    window.initRaceInputs = function() {
        if(raceGameLoop) clearInterval(raceGameLoop);
        try { document.getElementById(&quot;snd-bgm&quot;).pause(); document.getElementById(&quot;snd-bgm&quot;).currentTime = 0; } catch(e){}
        
        const area = document.getElementById(&quot;race-pond-area&quot;);
        area.style.background = backgrounds[Math.floor(Math.random() * backgrounds.length)];
        
        POND_W = area.clientWidth;
        POND_H = area.clientHeight;
        CENTER_X = POND_W / 2;
        CENTER_Y = POND_H / 2;

        document.getElementById(&quot;race-btnStart&quot;).style.display = &quot;inline-block&quot;;
        document.getElementById(&quot;race-btnReset&quot;).style.display = &quot;none&quot;;
        document.getElementById(&quot;result-list&quot;).innerHTML = &quot;&quot;;
        document.getElementById(&quot;race-status&quot;).innerText = &quot;새로운 맵이 생성되었습니다!&quot;;
        area.innerHTML = &quot;&quot;;

        let count = parseInt(document.getElementById(&quot;race-count&quot;).value);
        let nH = '', pH = '';
        for(let i=0; i&lt;count; i++) {
            nH += `&lt;input id=&quot;rn_${i}&quot; value=&quot;선수${i+1}&quot;&gt;`;
            pH += `&lt;input id=&quot;rp_${i}&quot; value=&quot;선물${i+1}&quot;&gt;`;
        }
        document.getElementById(&quot;race-names&quot;).innerHTML = nH;
        document.getElementById(&quot;race-prizes&quot;).innerHTML = pH;

        raceGoals = [];
        const margin = 90;
        const minGap = 120; 

        for (let i = 0; i &lt; count; i++) {
            let rx, ry, isOverlapped, attempts = 0;
            do {
                isOverlapped = false;
                rx = margin + Math.random() * (POND_W - margin * 2);
                ry = margin + Math.random() * (POND_H - margin * 2);
                if (Math.hypot(rx - CENTER_X, ry - CENTER_Y) &lt; 140) isOverlapped = true;
                for (let g of raceGoals) {
                    if (Math.hypot(rx - g.x, ry - g.y) &lt; minGap) { isOverlapped = true; break; }
                }
                attempts++;
            } while (isOverlapped &amp;&amp; attempts &lt; 100); 

            raceGoals.push({x: rx, y: ry});
            let gate = document.createElement(&quot;div&quot;);
            gate.className = &quot;nest-gate&quot;;
            gate.style.left = rx + &quot;px&quot;; gate.style.top = ry + &quot;px&quot;;
            gate.innerHTML = &quot;GOAL&quot;;
            area.appendChild(gate);
        }
    };

    // ⭐ 구체적인 캐릭터 SVG 생성 함수 ⭐
    function getDetailedCreatureSVG(index, color, name) {
        // 이름 텍스트 속성 (형광 연두색, 두꺼움)
        const nameTxt = `&lt;text x=&quot;50%&quot; y=&quot;85%&quot; font-size=&quot;20&quot; font-weight=&quot;900&quot; fill=&quot;#ccff00&quot; stroke=&quot;#000&quot; stroke-width=&quot;1.5&quot; text-anchor=&quot;middle&quot; dominant-baseline=&quot;middle&quot; style=&quot;paint-order: stroke;&quot;&gt;${name}&lt;/text&gt;`;
        
        const creatures = [
            // 1. 상어 ( Shark )
            `&lt;svg viewBox=&quot;0 0 100 50&quot; width=&quot;100%&quot; height=&quot;100%&quot;&gt;
                &lt;path d=&quot;M5,25 C15,5 85,5 95,25 C85,45 15,45 5,25 Z&quot; fill=&quot;${color}&quot; stroke=&quot;#000&quot; stroke-width=&quot;2&quot;/&gt;
                &lt;path d=&quot;M40,15 L55,3 L65,15 Z&quot; fill=&quot;${color}&quot; stroke=&quot;#000&quot; stroke-width=&quot;2&quot;/&gt;
                &lt;circle cx=&quot;80&quot; cy=&quot;20&quot; r=&quot;3&quot; fill=&quot;#000&quot;/&gt;
                ${nameTxt}
            &lt;/svg&gt;`,
            // 2. 잉어 ( Koi Fish )
            `&lt;svg viewBox=&quot;0 0 100 50&quot; width=&quot;100%&quot; height=&quot;100%&quot;&gt;
                &lt;path d=&quot;M10,25 C20,2 70,2 90,25 C70,48 20,48 10,25 Z&quot; fill=&quot;${color}&quot; stroke=&quot;#000&quot; stroke-width=&quot;2&quot;/&gt;
                &lt;path d=&quot;M10,25 L-2,10 L3,25 L-2,40 Z&quot; fill=&quot;${color}&quot; stroke=&quot;#000&quot; stroke-width=&quot;2&quot;/&gt;
                &lt;path d=&quot;M82,18 Q90,15 90,25&quot; fill=&quot;none&quot; stroke=&quot;#000&quot; stroke-width=&quot;1.5&quot;/&gt;
                &lt;circle cx=&quot;75&quot; cy=&quot;18&quot; r=&quot;3.5&quot; fill=&quot;#fff&quot; stroke=&quot;#000&quot;/&gt;
                ${nameTxt}
            &lt;/svg&gt;`,
            // 3. 오징어 ( Squid )
            `&lt;svg viewBox=&quot;0 0 100 50&quot; width=&quot;100%&quot; height=&quot;100%&quot;&gt;
                &lt;path d=&quot;M90,25 L70,5 L50,25 L70,45 Z&quot; fill=&quot;${color}&quot; stroke=&quot;#000&quot; stroke-width=&quot;2&quot;/&gt;
                &lt;path d=&quot;M50,15 C40,15 30,20 25,25 C30,30 40,35 50,35 Z&quot; fill=&quot;${color}&quot; stroke=&quot;#000&quot; stroke-width=&quot;2&quot;/&gt;
                &lt;path d=&quot;M25,20 L5,10 M25,25 L2,25 M25,30 L5,40&quot; stroke=&quot;#000&quot; stroke-width=&quot;2.5&quot; stroke-linecap=&quot;round&quot;/&gt;
                &lt;circle cx=&quot;65&quot; cy=&quot;18&quot; r=&quot;3&quot; fill=&quot;#000&quot;/&gt;
                ${nameTxt}
            &lt;/svg&gt;`,
            // 4. 가오리 ( Ray )
            `&lt;svg viewBox=&quot;0 0 100 50&quot; width=&quot;100%&quot; height=&quot;100%&quot;&gt;
                &lt;path d=&quot;M15,25 L45,5 L90,25 L45,45 Z&quot; fill=&quot;${color}&quot; stroke=&quot;#000&quot; stroke-width=&quot;2.5&quot;/&gt;
                &lt;path d=&quot;M90,25 Q110,25 110,35&quot; fill=&quot;none&quot; stroke=&quot;#000&quot; stroke-width=&quot;2&quot;/&gt;
                &lt;circle cx=&quot;45&quot; cy=&quot;15&quot; r=&quot;3&quot; fill=&quot;#000&quot;/&gt;
                &lt;circle cx=&quot;45&quot; cy=&quot;35&quot; r=&quot;3&quot; fill=&quot;#000&quot;/&gt;
                ${nameTxt}
            &lt;/svg&gt;`,
            // 5. 거북이 ( Turtle )
            `&lt;svg viewBox=&quot;0 0 100 50&quot; width=&quot;100%&quot; height=&quot;100%&quot;&gt;
                &lt;ellipse cx=&quot;45&quot; cy=&quot;25&quot; rx=&quot;28&quot; ry=&quot;20&quot; fill=&quot;${color}&quot; stroke=&quot;#000&quot; stroke-width=&quot;2.5&quot;/&gt;
                &lt;ellipse cx=&quot;82&quot; cy=&quot;25&quot; rx=&quot;10&quot; ry=&quot;8&quot; fill=&quot;${color}&quot; stroke=&quot;#000&quot; stroke-width=&quot;2&quot;/&gt;
                &lt;path d=&quot;M30,7 L20,0 M30,43 L20,50&quot; stroke=&quot;#000&quot; stroke-width=&quot;3&quot;/&gt;
                &lt;circle cx=&quot;85&quot; cy=&quot;21&quot; r=&quot;2&quot; fill=&quot;#000&quot;/&gt;
                ${nameTxt}
            &lt;/svg&gt;`
        ];
        // 5가지 종류 중 순서대로 배정
        return creatures[index % creatures.length];
    }

    window.startFishRace = function() {
        try { document.getElementById(&quot;snd-bgm&quot;).play(); } catch(e){}
        document.getElementById(&quot;race-btnStart&quot;).style.display = &quot;none&quot;;
        document.getElementById(&quot;race-status&quot;).innerText = &quot;서로 다른 생물들이 경주합니다!&quot;;
        
        const count = parseInt(document.getElementById(&quot;race-count&quot;).value);
        let names = [], prizes = [];
        for(let i=0; i&lt;count; i++){
            names.push(document.getElementById(&quot;rn_&quot;+i).value || &quot;선수&quot;+(i+1));
            prizes.push(document.getElementById(&quot;rp_&quot;+i).value || &quot;꽝&quot;);
        }
        
        prizes.sort(() =&gt; Math.random() - 0.5);
        let goalIndices = Array.from({length:count}, (_,i)=&gt;i).sort(()=&gt;Math.random()-0.5);
        
        const area = document.getElementById(&quot;race-pond-area&quot;);
        raceFishes = []; raceFishData = [];
        const colors = [&quot;#d32f2f&quot;, &quot;#1976d2&quot;, &quot;#388e3c&quot;, &quot;#fbc02d&quot;, &quot;#8e24aa&quot;, &quot;#e64a19&quot;, &quot;#0097a7&quot;, &quot;#c2185b&quot;, &quot;#ef6c00&quot;, &quot;#558b2f&quot;, &quot;#455a64&quot;, &quot;#5d4037&quot;];

        for (let i = 0; i &lt; count; i++) {
            let f = document.createElement(&quot;div&quot;);
            f.className = &quot;fish-unit&quot;;
            // 구체적인 캐릭터 SVG 적용
            f.innerHTML = getDetailedCreatureSVG(i, colors[i%colors.length], names[i]);
            f.style.visibility = &quot;visible&quot;;
            f.style.transform = `translate(${CENTER_X-45}px, ${CENTER_Y-22}px)`; 
            area.appendChild(f);
            raceFishes.push(f);
            
            raceFishData.push({ 
                x: CENTER_X-45, y: CENTER_Y-22, 
                angle: Math.random()*Math.PI*2, 
                speed: 4 + Math.random()*3, 
                target: raceGoals[goalIndices[i]], 
                name: names[i], prize: prizes[i], finished: false,
                turnSpeed: 0.15 + Math.random()*0.1
            });
        }

        let startTime = Date.now();
        raceGameLoop = setInterval(() =&gt; {
            let allDone = true;
            let elapsed = (Date.now() - startTime) / 1000;

            raceFishData.forEach((f, i) =&gt; {
                if (f.finished) return;
                allDone = false;

                // 캐릭터 크기 90x45 보정
                let tx = f.target.x - 45, ty = f.target.y - 22;
                let dist = Math.hypot(tx - f.x, ty - f.y);

                if (dist &lt; 60) {
                    f.angle = Math.atan2(ty - f.y, tx - f.x);
                    f.speed = Math.max(5, dist/5);
                } 
                else if (elapsed &gt; 3) {
                    let targetAngle = Math.atan2(ty - f.y, tx - f.x);
                    let diff = targetAngle - f.angle;
                    while (diff &lt; -Math.PI) diff += Math.PI * 2;
                    while (diff &gt; Math.PI) diff -= Math.PI * 2;
                    f.angle += diff * f.turnSpeed;
                    f.speed = 24;
                } else {
                    f.angle += (Math.random() - 0.5) * 0.4;
                    f.speed = 8;
                }

                let nextX = f.x + Math.cos(f.angle) * f.speed;
                let ny = f.y + Math.sin(f.angle) * f.speed;

                // 벽 충돌 방지 (90x45 보정)
                if (nextX &lt; 0 || nextX &gt; POND_W - 90) { f.angle = Math.PI - f.angle; }
                else { f.x = nextX; }
                if (ny &lt; 0 || ny &gt; POND_H - 45) { f.angle = -f.angle; }
                else { f.y = ny; }

                if (dist &lt; 10 || elapsed &gt; 18) {
                    f.finished = true;
                    f.x = tx; f.y = ty;
                    try { document.getElementById(&quot;snd-goal&quot;).cloneNode(true).play(); } catch(e){}
                    const card = document.createElement(&quot;div&quot;);
                    card.className = &quot;res-card&quot;;
                    card.innerHTML = `&lt;span&gt;  &lt;b&gt;${f.name}&lt;/b&gt;&lt;/span&gt; &lt;span style=&quot;color:#e64a19; font-weight:bold;&quot;&gt;  ${f.prize}&lt;/span&gt;`;
                    document.getElementById(&quot;result-list&quot;).appendChild(card);
                    raceFishes[i].style.opacity = &quot;0.4&quot;;
                }
                raceFishes[i].style.transform = `translate(${f.x}px, ${f.y}px) rotate(${f.angle * 57.3}deg)`;
            });

            if (allDone) {
                clearInterval(raceGameLoop);
                document.getElementById(&quot;race-btnReset&quot;).style.display = &quot;inline-block&quot;;
                document.getElementById(&quot;race-status&quot;).innerText = &quot;경주가 끝났습니다! 결과를 확인하세요.&quot;;
                try { document.getElementById(&quot;snd-bgm&quot;).pause(); } catch(e){}
            }
        }, 30);
    };

    window.addEventListener('resize', initRaceInputs);
    initRaceInputs();
})();
&lt;/script&gt;</description>
      <category>생활정보</category>
      <category>게임</category>
      <category>당첨</category>
      <category>랜덤</category>
      <category>물고기</category>
      <category>물고기게임</category>
      <category>복불복</category>
      <category>잉어</category>
      <author>wisdom- wolf</author>
      <guid isPermaLink="true">https://twow.tistory.com/59</guid>
      <comments>https://twow.tistory.com/59#entry59comment</comments>
      <pubDate>Wed, 1 Apr 2026 14:58:46 +0900</pubDate>
    </item>
    <item>
      <title>연금복권 추첨번호 추출기</title>
      <link>https://twow.tistory.com/58</link>
      <description>&lt;div class=&quot;revenue_unit_wrap&quot;&gt;
  &lt;div class=&quot;revenue_unit_item adsense responsive&quot;&gt;
    &lt;div class=&quot;revenue_unit_info&quot;&gt;반응형&lt;/div&gt;
    &lt;script src=&quot;//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js&quot; async=&quot;async&quot;&gt;&lt;/script&gt;
    &lt;ins class=&quot;adsbygoogle&quot; style=&quot;display: block;&quot; data-ad-host=&quot;ca-host-pub-9691043933427338&quot; data-ad-client=&quot;ca-pub-8838995458428346&quot; data-ad-format=&quot;auto&quot;&gt;&lt;/ins&gt;
    &lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;1등과 보너스 번호는 제외 시키게 해보 았어요.!!! 제발~!!!!&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;div id=&quot;code_1764747280674&quot; data-ke-type=&quot;html&quot; data-source=&quot;&amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;html lang=&amp;quot;ko&amp;quot;&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta charset=&amp;quot;utf-8&amp;quot; /&amp;gt;
&amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;width=device-width,initial-scale=1&amp;quot; /&amp;gt;
&amp;lt;title&amp;gt;숫자 추첨기 &amp;mdash; 고정 DB만&amp;lt;/title&amp;gt;
&amp;lt;style&amp;gt;
  :root{
    --bg1: #f9f9f9;
    --bg2: #eceff5;
    --accent: #4fa5ff;
  }
  body{
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background: linear-gradient(135deg,var(--bg1),var(--bg2));
    margin:0; padding:32px; color:#222; text-align:center;
  }
  h1{ margin:0 0 18px; font-size:1.6rem; font-weight:800; color:#1f2937; }
  .controls{ margin-bottom:18px; display:flex; gap:12px; justify-content:center; align-items:center; flex-wrap:wrap; }
  button{
    background:var(--accent); color:#fff; border:none; padding:10px 18px; border-radius:10px;
    font-weight:700; cursor:pointer; box-shadow:0 6px 18px rgba(79,165,255,0.18);
    transition: transform .12s ease, box-shadow .12s;
  }
  button:hover{ transform:translateY(-3px); }

  #result{ margin:22px auto 6px; display:flex; justify-content:center; gap:16px; flex-wrap:wrap; min-height:80px; }

  .ball{
    --c: red;
    width:70px; height:70px; border-radius:50%;
    display:flex; align-items:center; justify-content:center;
    font-weight:800; font-size:1.6rem; color:#000;
    background: radial-gradient(circle at 30% 30%, #fff, #e6e6e6);
    box-shadow:
      0 0 0 2px var(--c),
      0 0 0 6px var(--c),
      0 0 0 12px var(--c),
      inset 0 0 10px rgba(0,0,0,0.12);
    animation: pop .36s cubic-bezier(.16,.8,.28,1) both;
  }
  @keyframes pop{ from{ transform:scale(.2); opacity:0 } to{ transform:scale(1); opacity:1 } }

  .ball:nth-child(1){ --c:#ff4b4b; }
  .ball:nth-child(2){ --c:#ffa53a; }
  .ball:nth-child(3){ --c:#ffd647; }
  .ball:nth-child(4){ --c:#4da3ff; }
  .ball:nth-child(5){ --c:#b66bff; }
  .ball:nth-child(6){ --c:#3bd46f; }

  footer{ margin-top:26px; color:#789; font-size:0.9rem; }

&amp;lt;/style&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;

&amp;lt;h1&amp;gt;숫자 추첨기 &amp;mdash; 고정 DB만&amp;lt;/h1&amp;gt;

&amp;lt;div class=&amp;quot;controls&amp;quot;&amp;gt;
  &amp;lt;button id=&amp;quot;drawBtn&amp;quot;&amp;gt;추첨하기&amp;lt;/button&amp;gt;
&amp;lt;/div&amp;gt;

&amp;lt;!-- 결과 구역 --&amp;gt;
&amp;lt;div id=&amp;quot;result&amp;quot; aria-live=&amp;quot;polite&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;

&amp;lt;footer&amp;gt;※ 추첨한 번호는 저장되지 않습니다. 고정 DB는 파일 내에 포함되어 있어, 파일을 편집하면 변경 가능합니다.&amp;lt;/footer&amp;gt;

&amp;lt;script&amp;gt;
/* ---------------------------
   고정 DB
--------------------------- */
const FIXED_DB_TEXT = &amp;#96;
036179
694748
853647
598143
435160
783962
872174
934678
876831
495125
461553
411204
340088
071023
552578
991513
849872
344734
850098
177636
438414
721750
555090
444319
014645
549417
036379
250143
213377
074356
915574
595288
215109
581267
188189
812700
891569
829316
921069
615847
305190
492591
295846
888928
523374
562760
070373
223594
824649
436966
987868
761555
160764
291070
045886
874258
349458
240662
336899
117342
476220
127701
231818
906415
989890
940119
256347
760145
394453
651311
064200
171481
400155
885924
060717
248841
354129
087547
164947
481240
327793
941419
135188
039636
396540
587695
935471
738072
178824
193778
551745
260054
175709
620125
200861
349078
118693
840423
454185
718715
883654
730462
212372
957460
809797
212250
628266
443317
306633
772427
115474
349504
429189
212701
269313
376170
885824
303134
689970
668183
735284
037262
588050
541237
297615
382956
910041
991515
102865
216363
049140
856561
957574
177555
816580
771390
512376
710212
455399
787836
884688
512134
042521
312717
708673
357651
103714
007544
933888
767662
686221
832940
056960
269254
609795
430827
480190
904394
464693
980312
054600
982003
160845
676353
600726
610846
010812
434462
894953
097530
939504
265427
484266
378112
349900
215051
738687
002905
458693
279142
543825
364714
673876
714758
896659
979966
051630
739545
763443
844643
656267
484136
660276
981617
397712
101248
997309
481216
831894
878068
554710
408032
106050
565110
511955
094504
167750
775986
806794
768102
600139
983274
067084
917998
294693
949325
766103
832659
222247
047913
881938
946377
033385
218776
137560
364914
020321
855524
791181
572879
602610
029163
973521
551924
230295
677799
495719
932535
580357
297625
088185
176570
191235
788642
524495
710817
494221
799181
890546
892243
698335
585802
320718
162480
466566
252663
116423
832226
641687
349043
997863
157190
126078
378856
967142
561714
386750
967939
726990
362104
552317
555687
411936
881980
031708
657985
146282
451009
880089
611004
485530
064263
213240
548682
482595
206460
190779
221097
059369
154457
278239
149309
200115
585935
112703
614749
824756
539742
289027
653503
034844
932867
904181
728822
634676
515680
168238
038875
574627
415223
178408
887155
593142
443545
736358
832963
015192
802320
063053
162265
564583
844061
235108
707288
265256
566239
584766
941271
045083
484010
002228
346196
437950
090785
024992
490590
176069
179273
033337
084982
323164
106716
446648
277326
988942
793969
444431
817148
658373
378868
868476
660621
817209
441510
127317
068516
502275
245914
938763
279895
058627
131347
444739
425483
263338
817509
326117
849572
718766
156049
111915
960554
040662
998750
879829
211988
489075
472377
756397
453064
419093
472675
146362
103633
437803
966616
113393
531307
461102
491905
034210
296430
850365
466557
502522
200473
616814
577418
646362
321423
993750
550104
836838
947176
004687
105948
858952
765740
876021
803757
092138
844578
965178
924748
970731
475016
342103
718273
972349
711067
802493
055838
440286
846581
357856
243430
071712
739586
826393
977038
905531
256502
365343
378296
826930
838380
643570
221111
849681
459979
852960
895352
469185
201688
393066
873784
587411
400876
047022
107523
338822
852265
737747
619003
923864
905658
559830
845390
311244
938423
016841
444520
218556
088257
929977
269117
641770
749063
699286
248855
802007
393588
542980
164115
605195
192750
307695
180506
689922
786276
030569
068561
419399
202997
707437
783688
330481
841331
807121
180249
487381
586054
235858
585449
329695
740942
950320
338407
580148
136128
935053
971511
641358
408379
515884
436305
890966
658340
256789
501026
114687
159486
248672
775530
191075
807531
990834
732375
676003
335226
014073
575862
216510
159056
939327
272286
993174
477879
627054
649638
597227
510012
592111
305248
779363
941327
010963
318754
668818
589839
974231
742714
631086
199137
307836
453877
735757
542454
977686
596219
579176
771598
487215
355192
080839
412008
192856
463637
002989
158071
913622
239937
819605
859219
562222
317227
664056
477238
432496
669245
076676
867654
770173
133510
234058
597093
193202
754655
124420
544955
450558
162132
971630
140693
650321
510238
746186
171023
751272
290334
667975
988431
444163
248825
960211
492845
282945
902252
601586
530562
375223
511555
389932
405842
835371
455490
428554
748559
812029
639566
619136
639927
055495
331316
509988
987645
859127
545380
394402
920388
752744
867549
653843
056204
331119
382268
117079
861949
974036
726493
882033
060727
293160
537530
358127
719917
827917
331818
449298
401384
981462
201327
632035
766487
897760
686709
326599
119392
696967
604270
945893
&amp;#96;;

/* ---------------------------
// JS
--------------------------- */
const fixedDB = FIXED_DB_TEXT.split('\n').map(s=&amp;gt;s.trim()).filter(s=&amp;gt;/^[0-9]{6}$/.test(s)).map(s=&amp;gt;s.split('').map(ch=&amp;gt;Number(ch)));

function arrEqual(a,b){ return a.length===b.length &amp;amp;&amp;amp; a.every((v,i)=&amp;gt;v===b[i]); }
function existsInFixed(arr){ return fixedDB.some(x=&amp;gt;arrEqual(x,arr)); }
function drawDigits(){ const a=[]; while(a.length&amp;lt;6) a.push(Math.floor(Math.random()*10)); return a; }
function isSequential(arr){ const s=[...arr].sort((x,y)=&amp;gt;x-y); for(let i=1;i&amp;lt;s.length;i++) if(s[i]!==s[i-1]+1) return false; return true; }

function getValidNumbers(){
  let tries=0;
  while(true){
    const nums = drawDigits(); tries++;
    if(!isSequential(nums) &amp;amp;&amp;amp; !existsInFixed(nums)) return nums;
    if(tries&amp;gt;300) return nums;
  }
}

function showBalls(nums){
  const el = document.getElementById('result');
  el.innerHTML = '';
  nums.forEach(n=&amp;gt;{
    const d = document.createElement('div');
    d.className = 'ball';
    d.textContent = n;
    el.appendChild(d);
  });
}

document.getElementById('drawBtn').addEventListener('click', ()=&amp;gt;{
  const nums = getValidNumbers();
  showBalls(nums);
});
&amp;lt;/script&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&quot;&gt;
&lt;style&gt;
  :root{
    --bg1: #f9f9f9;
    --bg2: #eceff5;
    --accent: #4fa5ff;
  }
  body{
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background: linear-gradient(135deg,var(--bg1),var(--bg2));
    margin:0; padding:32px; color:#222; text-align:center;
  }
  h1{ margin:0 0 18px; font-size:1.6rem; font-weight:800; color:#1f2937; }
  .controls{ margin-bottom:18px; display:flex; gap:12px; justify-content:center; align-items:center; flex-wrap:wrap; }
  button{
    background:var(--accent); color:#fff; border:none; padding:10px 18px; border-radius:10px;
    font-weight:700; cursor:pointer; box-shadow:0 6px 18px rgba(79,165,255,0.18);
    transition: transform .12s ease, box-shadow .12s;
  }
  button:hover{ transform:translateY(-3px); }

  #result{ margin:22px auto 6px; display:flex; justify-content:center; gap:16px; flex-wrap:wrap; min-height:80px; }

  .ball{
    --c: red;
    width:70px; height:70px; border-radius:50%;
    display:flex; align-items:center; justify-content:center;
    font-weight:800; font-size:1.6rem; color:#000;
    background: radial-gradient(circle at 30% 30%, #fff, #e6e6e6);
    box-shadow:
      0 0 0 2px var(--c),
      0 0 0 6px var(--c),
      0 0 0 12px var(--c),
      inset 0 0 10px rgba(0,0,0,0.12);
    animation: pop .36s cubic-bezier(.16,.8,.28,1) both;
  }
  @keyframes pop{ from{ transform:scale(.2); opacity:0 } to{ transform:scale(1); opacity:1 } }

  .ball:nth-child(1){ --c:#ff4b4b; }
  .ball:nth-child(2){ --c:#ffa53a; }
  .ball:nth-child(3){ --c:#ffd647; }
  .ball:nth-child(4){ --c:#4da3ff; }
  .ball:nth-child(5){ --c:#b66bff; }
  .ball:nth-child(6){ --c:#3bd46f; }

  footer{ margin-top:26px; color:#789; font-size:0.9rem; }

&lt;/style&gt;
&lt;h1&gt;숫자 추첨기 &amp;mdash; 고정 DB만&lt;/h1&gt;
&lt;div class=&quot;controls&quot;&gt;&lt;button id=&quot;drawBtn&quot;&gt;추첨하기&lt;/button&gt;&lt;/div&gt;
&lt;!-- 결과 구역 --&gt;
&lt;div id=&quot;result&quot; aria-live=&quot;polite&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;footer&gt;※ 추첨한 번호는 저장되지 않습니다. 고정 DB는 파일 내에 포함되어 있어, 파일을 편집하면 변경 가능합니다.&lt;/footer&gt;
&lt;script&gt;
/* ---------------------------
   고정 DB
--------------------------- */
const FIXED_DB_TEXT = `
036179
694748
853647
598143
435160
783962
872174
934678
876831
495125
461553
411204
340088
071023
552578
991513
849872
344734
850098
177636
438414
721750
555090
444319
014645
549417
036379
250143
213377
074356
915574
595288
215109
581267
188189
812700
891569
829316
921069
615847
305190
492591
295846
888928
523374
562760
070373
223594
824649
436966
987868
761555
160764
291070
045886
874258
349458
240662
336899
117342
476220
127701
231818
906415
989890
940119
256347
760145
394453
651311
064200
171481
400155
885924
060717
248841
354129
087547
164947
481240
327793
941419
135188
039636
396540
587695
935471
738072
178824
193778
551745
260054
175709
620125
200861
349078
118693
840423
454185
718715
883654
730462
212372
957460
809797
212250
628266
443317
306633
772427
115474
349504
429189
212701
269313
376170
885824
303134
689970
668183
735284
037262
588050
541237
297615
382956
910041
991515
102865
216363
049140
856561
957574
177555
816580
771390
512376
710212
455399
787836
884688
512134
042521
312717
708673
357651
103714
007544
933888
767662
686221
832940
056960
269254
609795
430827
480190
904394
464693
980312
054600
982003
160845
676353
600726
610846
010812
434462
894953
097530
939504
265427
484266
378112
349900
215051
738687
002905
458693
279142
543825
364714
673876
714758
896659
979966
051630
739545
763443
844643
656267
484136
660276
981617
397712
101248
997309
481216
831894
878068
554710
408032
106050
565110
511955
094504
167750
775986
806794
768102
600139
983274
067084
917998
294693
949325
766103
832659
222247
047913
881938
946377
033385
218776
137560
364914
020321
855524
791181
572879
602610
029163
973521
551924
230295
677799
495719
932535
580357
297625
088185
176570
191235
788642
524495
710817
494221
799181
890546
892243
698335
585802
320718
162480
466566
252663
116423
832226
641687
349043
997863
157190
126078
378856
967142
561714
386750
967939
726990
362104
552317
555687
411936
881980
031708
657985
146282
451009
880089
611004
485530
064263
213240
548682
482595
206460
190779
221097
059369
154457
278239
149309
200115
585935
112703
614749
824756
539742
289027
653503
034844
932867
904181
728822
634676
515680
168238
038875
574627
415223
178408
887155
593142
443545
736358
832963
015192
802320
063053
162265
564583
844061
235108
707288
265256
566239
584766
941271
045083
484010
002228
346196
437950
090785
024992
490590
176069
179273
033337
084982
323164
106716
446648
277326
988942
793969
444431
817148
658373
378868
868476
660621
817209
441510
127317
068516
502275
245914
938763
279895
058627
131347
444739
425483
263338
817509
326117
849572
718766
156049
111915
960554
040662
998750
879829
211988
489075
472377
756397
453064
419093
472675
146362
103633
437803
966616
113393
531307
461102
491905
034210
296430
850365
466557
502522
200473
616814
577418
646362
321423
993750
550104
836838
947176
004687
105948
858952
765740
876021
803757
092138
844578
965178
924748
970731
475016
342103
718273
972349
711067
802493
055838
440286
846581
357856
243430
071712
739586
826393
977038
905531
256502
365343
378296
826930
838380
643570
221111
849681
459979
852960
895352
469185
201688
393066
873784
587411
400876
047022
107523
338822
852265
737747
619003
923864
905658
559830
845390
311244
938423
016841
444520
218556
088257
929977
269117
641770
749063
699286
248855
802007
393588
542980
164115
605195
192750
307695
180506
689922
786276
030569
068561
419399
202997
707437
783688
330481
841331
807121
180249
487381
586054
235858
585449
329695
740942
950320
338407
580148
136128
935053
971511
641358
408379
515884
436305
890966
658340
256789
501026
114687
159486
248672
775530
191075
807531
990834
732375
676003
335226
014073
575862
216510
159056
939327
272286
993174
477879
627054
649638
597227
510012
592111
305248
779363
941327
010963
318754
668818
589839
974231
742714
631086
199137
307836
453877
735757
542454
977686
596219
579176
771598
487215
355192
080839
412008
192856
463637
002989
158071
913622
239937
819605
859219
562222
317227
664056
477238
432496
669245
076676
867654
770173
133510
234058
597093
193202
754655
124420
544955
450558
162132
971630
140693
650321
510238
746186
171023
751272
290334
667975
988431
444163
248825
960211
492845
282945
902252
601586
530562
375223
511555
389932
405842
835371
455490
428554
748559
812029
639566
619136
639927
055495
331316
509988
987645
859127
545380
394402
920388
752744
867549
653843
056204
331119
382268
117079
861949
974036
726493
882033
060727
293160
537530
358127
719917
827917
331818
449298
401384
981462
201327
632035
766487
897760
686709
326599
119392
696967
604270
945893
`;

/* ---------------------------
// JS
--------------------------- */
const fixedDB = FIXED_DB_TEXT.split('\n').map(s=&gt;s.trim()).filter(s=&gt;/^[0-9]{6}$/.test(s)).map(s=&gt;s.split('').map(ch=&gt;Number(ch)));

function arrEqual(a,b){ return a.length===b.length &amp;&amp; a.every((v,i)=&gt;v===b[i]); }
function existsInFixed(arr){ return fixedDB.some(x=&gt;arrEqual(x,arr)); }
function drawDigits(){ const a=[]; while(a.length&lt;6) a.push(Math.floor(Math.random()*10)); return a; }
function isSequential(arr){ const s=[...arr].sort((x,y)=&gt;x-y); for(let i=1;i&lt;s.length;i++) if(s[i]!==s[i-1]+1) return false; return true; }

function getValidNumbers(){
  let tries=0;
  while(true){
    const nums = drawDigits(); tries++;
    if(!isSequential(nums) &amp;&amp; !existsInFixed(nums)) return nums;
    if(tries&gt;300) return nums;
  }
}

function showBalls(nums){
  const el = document.getElementById('result');
  el.innerHTML = '';
  nums.forEach(n=&gt;{
    const d = document.createElement('div');
    d.className = 'ball';
    d.textContent = n;
    el.appendChild(d);
  });
}

document.getElementById('drawBtn').addEventListener('click', ()=&gt;{
  const nums = getValidNumbers();
  showBalls(nums);
});
&lt;/script&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;매주 목요일 오후 7시 5분 생방송 추첨&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;매주 목요일 오후 05시 판매 종료&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;매주 목요일 오후 10시부터 판매 시&lt;/p&gt;

&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;div class=&quot;revenue_unit_wrap&quot;&gt;
  &lt;div class=&quot;revenue_unit_item tenping&quot;&gt;
    &lt;div class=&quot;revenue_unit_info&quot;&gt;SMALL&lt;/div&gt;
    &lt;tenping class=&quot;adsbytenping&quot; style=&quot;width: 100%; max-width: 768px; margin: 0 auto; display: block;&quot; mediaid=&quot;5671486&quot; tenping-ad-display-type=&quot;UD8Mia8gyIoT5Z2MT6VB3Q%3d%3d&quot;&gt;&lt;/tenping&gt;
    &lt;script src=&quot;//tads.tenping.kr/scripts/adsbytenping.min.js&quot; async=&quot;async&quot;&gt;&lt;/script&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;</description>
      <category>생활정보</category>
      <category>로또</category>
      <category>번호추출</category>
      <category>복권</category>
      <category>연금</category>
      <category>연금복권</category>
      <category>추첨</category>
      <category>행운</category>
      <author>wisdom- wolf</author>
      <guid isPermaLink="true">https://twow.tistory.com/58</guid>
      <comments>https://twow.tistory.com/58#entry58comment</comments>
      <pubDate>Fri, 28 Nov 2025 17:15:15 +0900</pubDate>
    </item>
    <item>
      <title>px 네트워크 (혹은 &amp;lsquo;px&amp;rsquo;) 혹시 모르니 채굴 합시다</title>
      <link>https://twow.tistory.com/57</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;초대코드&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;br /&gt;Android:&amp;nbsp;&lt;a href=&quot;https://play.google.com/store/apps/details?id=com.pxnetwork&amp;amp;pcampaignid=web_share&quot; target=&quot;_blank&quot; rel=&quot;noopener&amp;nbsp;noreferrer&quot;&gt;https://play.google.com/store/apps/details?id=com.pxnetwork&amp;amp;pcampaignid=web_share&lt;/a&gt;&lt;br /&gt;iOS:&amp;nbsp;&lt;a href=&quot;https://apps.apple.com/us/app/px-network/id6751567595&quot; target=&quot;_blank&quot; rel=&quot;noopener&amp;nbsp;noreferrer&quot;&gt;https://apps.apple.com/us/app/px-network/id6751567595&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;안녕하세요, 크립토 애호가 여러분! 오늘은 최근 핫하게 떠오르는 PX 코인(Not Pixel)에 대해 자세히 알아보겠습니다. PX는 TON(The Open Network) 블록체인 기반의 **tap-to-earn 게임** 프로젝트로, Notcoin(톤코인)의 창작자들이 개발한 후속작입니다. 2025년 들어서 meme 코인 붐과 함께 주목받고 있지만, 최근 가격 변동성이 커서 투자 전 꼼꼼한 분석이 필요합니다. 이 글은 CoinMarketCap, CoinGecko, X(트위터) 포스트 등 최신 데이터를 바탕으로 경제성, 발전성, 현실화 가능성을 중점적으로 다루겠습니다.&lt;br /&gt;&lt;br /&gt;####&amp;nbsp;1.&amp;nbsp;**PX&amp;nbsp;코인이란?&amp;nbsp;프로젝트&amp;nbsp;개요와&amp;nbsp;핵심&amp;nbsp;기술** &lt;br /&gt;PX(Not&amp;nbsp;Pixel)는&amp;nbsp;**디지털&amp;nbsp;캔버스에서&amp;nbsp;픽셀&amp;nbsp;아트&amp;nbsp;그리기**를&amp;nbsp;통해&amp;nbsp;포인트를&amp;nbsp;채굴하는&amp;nbsp;재미있는&amp;nbsp;게임입니다.&amp;nbsp;Notcoin처럼&amp;nbsp;**tap-to-earn**&amp;nbsp;메커니즘을&amp;nbsp;채택해,&amp;nbsp;플레이어가&amp;nbsp;화면을&amp;nbsp;탭하거나&amp;nbsp;색상을&amp;nbsp;채우며&amp;nbsp;PX&amp;nbsp;포인트를&amp;nbsp;모읍니다.&amp;nbsp;이&amp;nbsp;포인트는&amp;nbsp;나중에&amp;nbsp;**암호화폐&amp;nbsp;토큰**으로&amp;nbsp;변환됩니다.&amp;nbsp;TON&amp;nbsp;네트워크를&amp;nbsp;기반으로&amp;nbsp;하여&amp;nbsp;빠른&amp;nbsp;트랜잭션과&amp;nbsp;저비용이&amp;nbsp;강점이며,&amp;nbsp;2025년&amp;nbsp;초&amp;nbsp;론칭&amp;nbsp;후&amp;nbsp;8개월&amp;nbsp;만에&amp;nbsp;유동성&amp;nbsp;풀&amp;nbsp;규모가&amp;nbsp;$344K를&amp;nbsp;돌파했습니다. &lt;br /&gt;&lt;br /&gt;-&amp;nbsp;**주요&amp;nbsp;특징**: &lt;br /&gt;&amp;nbsp;&amp;nbsp;-&amp;nbsp;**게임플레이**:&amp;nbsp;무한&amp;nbsp;캔버스에서&amp;nbsp;색상&amp;nbsp;채굴.&amp;nbsp;플레이어는&amp;nbsp;픽셀을&amp;nbsp;그려&amp;nbsp;커뮤니티&amp;nbsp;아트를&amp;nbsp;만들며,&amp;nbsp;랭킹&amp;nbsp;시스템으로&amp;nbsp;보상&amp;nbsp;경쟁. &lt;br /&gt;&amp;nbsp;&amp;nbsp;-&amp;nbsp;**토큰노믹스**:&amp;nbsp;총&amp;nbsp;공급량&amp;nbsp;244,999,828&amp;nbsp;PX,&amp;nbsp;순환&amp;nbsp;공급량&amp;nbsp;178,201,656&amp;nbsp;PX.&amp;nbsp;유틸리티&amp;nbsp;토큰으로&amp;nbsp;게임&amp;nbsp;내&amp;nbsp;구매,&amp;nbsp;NFT&amp;nbsp;거래,&amp;nbsp;커뮤니티&amp;nbsp;거버넌스에&amp;nbsp;사용. &lt;br /&gt;&amp;nbsp;&amp;nbsp;-&amp;nbsp;**블록체인**:&amp;nbsp;TON&amp;nbsp;기반으로,&amp;nbsp;Ston.fi&amp;nbsp;DEX에서&amp;nbsp;PX/TON&amp;nbsp;페어&amp;nbsp;거래&amp;nbsp;가능.&amp;nbsp;스마트&amp;nbsp;컨트랙트&amp;nbsp;주소:&amp;nbsp;EQB42...__PX. &lt;br /&gt;&amp;nbsp;&amp;nbsp;-&amp;nbsp;**커뮤니티**:&amp;nbsp;X에서&amp;nbsp;@PyramidxTeam(공식&amp;nbsp;계정)&amp;nbsp;팔로워&amp;nbsp;10K+&amp;nbsp;돌파.&amp;nbsp;giveaway&amp;nbsp;이벤트(예:&amp;nbsp;1000&amp;nbsp;PX&amp;nbsp;에어드랍)로&amp;nbsp;활성화. &lt;/p&gt;
&lt;div class=&quot;revenue_unit_wrap&quot;&gt;
  &lt;div class=&quot;revenue_unit_item adsense responsive&quot;&gt;
    &lt;div class=&quot;revenue_unit_info&quot;&gt;반응형&lt;/div&gt;
    &lt;script src=&quot;//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js&quot; async=&quot;async&quot;&gt;&lt;/script&gt;
    &lt;ins class=&quot;adsbygoogle&quot; style=&quot;display: block;&quot; data-ad-host=&quot;ca-host-pub-9691043933427338&quot; data-ad-client=&quot;ca-pub-8838995458428346&quot; data-ad-format=&quot;auto&quot;&gt;&lt;/ins&gt;
    &lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;br /&gt;PX는&amp;nbsp;단순&amp;nbsp;meme&amp;nbsp;코인이&amp;nbsp;아닌,&amp;nbsp;**소셜+게임+DeFi**&amp;nbsp;융합&amp;nbsp;프로젝트로&amp;nbsp;진화&amp;nbsp;중입니다.&amp;nbsp;Notcoin의&amp;nbsp;성공(톤코인&amp;nbsp;가격&amp;nbsp;10배&amp;nbsp;상승)을&amp;nbsp;벤치마킹해,&amp;nbsp;2025년&amp;nbsp;말&amp;nbsp;메인넷&amp;nbsp;업그레이드&amp;nbsp;예정. &lt;br /&gt;&lt;br /&gt;####&amp;nbsp;2.&amp;nbsp;**경제성:&amp;nbsp;현재&amp;nbsp;가격,&amp;nbsp;시장&amp;nbsp;가치,&amp;nbsp;수익성** &lt;br /&gt;PX의&amp;nbsp;경제성은&amp;nbsp;meme&amp;nbsp;코인&amp;nbsp;특성상&amp;nbsp;**변동성**이&amp;nbsp;핵심입니다.&amp;nbsp;2025년&amp;nbsp;10월&amp;nbsp;들어&amp;nbsp;TON&amp;nbsp;생태계&amp;nbsp;호재(텔레그램&amp;nbsp;통합)로&amp;nbsp;거래량이&amp;nbsp;98%&amp;nbsp;증가했으나,&amp;nbsp;최근&amp;nbsp;24시간&amp;nbsp;-39%&amp;nbsp;급락하며&amp;nbsp;$0.02019&amp;nbsp;수준입니다.&amp;nbsp;7일간&amp;nbsp;-11.4%&amp;nbsp;하락으로&amp;nbsp;글로벌&amp;nbsp;크립토&amp;nbsp;시장(&amp;nbsp;+3.7%)을&amp;nbsp;하회하고&amp;nbsp;있습니다. &lt;/p&gt;

&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;br /&gt;-&amp;nbsp;**긍정적&amp;nbsp;측면**:&amp;nbsp;저가&amp;nbsp;진입($0.02대)으로&amp;nbsp;고수익&amp;nbsp;잠재력.&amp;nbsp;TON의&amp;nbsp;안정적&amp;nbsp;네트워크로&amp;nbsp;가스비&amp;nbsp;$0.01&amp;nbsp;미만. &lt;br /&gt;-&amp;nbsp;**부정적&amp;nbsp;측면**:&amp;nbsp;고래&amp;nbsp;덤프&amp;nbsp;리스크(최근&amp;nbsp;39%&amp;nbsp;하락&amp;nbsp;원인).&amp;nbsp;한국&amp;nbsp;사용자에게는&amp;nbsp;환율+세금(양도소득세&amp;nbsp;22%)&amp;nbsp;부담. &lt;br /&gt;&lt;br /&gt;수익성은&amp;nbsp;**단기&amp;nbsp;트레이딩**보다는&amp;nbsp;**장기&amp;nbsp;홀딩+게임&amp;nbsp;참여**가&amp;nbsp;적합.&amp;nbsp;RSI&amp;nbsp;지표&amp;nbsp;34.44로&amp;nbsp;과매도&amp;nbsp;상태라&amp;nbsp;반등&amp;nbsp;가능성&amp;nbsp;&amp;uarr;. &lt;br /&gt;&lt;br /&gt;####&amp;nbsp;3.&amp;nbsp;**발전성:&amp;nbsp;미래&amp;nbsp;성장&amp;nbsp;잠재력** &lt;br /&gt;PX의&amp;nbsp;발전성은&amp;nbsp;Notcoin&amp;nbsp;DNA와&amp;nbsp;TON&amp;nbsp;생태계&amp;nbsp;확장에&amp;nbsp;달려&amp;nbsp;있습니다.&amp;nbsp;2025년&amp;nbsp;로드맵:&amp;nbsp;NFT&amp;nbsp;마켓플레이스&amp;nbsp;론칭,&amp;nbsp;크로스체인&amp;nbsp;브릿지(ETH/TON&amp;nbsp;연결),&amp;nbsp;1억&amp;nbsp;사용자&amp;nbsp;목표.&amp;nbsp;X에서&amp;nbsp;&quot;다음&amp;nbsp;Notcoin&quot;으로&amp;nbsp;불리며,&amp;nbsp;giveaway&amp;nbsp;이벤트로&amp;nbsp;커뮤니티&amp;nbsp;성장&amp;nbsp;중(예:&amp;nbsp;10명당&amp;nbsp;1000&amp;nbsp;PX&amp;nbsp;에어드랍). &lt;/p&gt;
&lt;div class=&quot;revenue_unit_wrap&quot;&gt;
  &lt;div class=&quot;revenue_unit_item tenping&quot;&gt;
    &lt;div class=&quot;revenue_unit_info&quot;&gt;SMALL&lt;/div&gt;
    &lt;tenping class=&quot;adsbytenping&quot; style=&quot;width: 100%; max-width: 768px; margin: 0 auto; display: block;&quot; mediaid=&quot;5671486&quot; tenping-ad-display-type=&quot;UD8Mia8gyIoT5Z2MT6VB3Q%3d%3d&quot;&gt;&lt;/tenping&gt;
    &lt;script src=&quot;//tads.tenping.kr/scripts/adsbytenping.min.js&quot; async=&quot;async&quot;&gt;&lt;/script&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;br /&gt;####&amp;nbsp;4.&amp;nbsp;**현실화&amp;nbsp;가능성:&amp;nbsp;실제&amp;nbsp;가치&amp;nbsp;창출&amp;nbsp;여부** &lt;br /&gt;PX의&amp;nbsp;현실화&amp;nbsp;가능성은&amp;nbsp;50~70%로&amp;nbsp;평가됩니다.&amp;nbsp;게임&amp;nbsp;유틸리티(아트&amp;nbsp;생성+수익화)로&amp;nbsp;&quot;재미+돈&quot;&amp;nbsp;균형이&amp;nbsp;좋지만,&amp;nbsp;meme&amp;nbsp;코인&amp;nbsp;특성상&amp;nbsp;스캠&amp;nbsp;의심과&amp;nbsp;가격&amp;nbsp;덤프가&amp;nbsp;리스크입니다.&amp;nbsp;X&amp;nbsp;포스트에서&amp;nbsp;&quot;don't&amp;nbsp;miss&amp;nbsp;the&amp;nbsp;next&amp;nbsp;move&quot;&amp;nbsp;같은&amp;nbsp;홍보가&amp;nbsp;많아,&amp;nbsp;FOMO(공포심)&amp;nbsp;유발&amp;nbsp;주의. &lt;br /&gt;&lt;br /&gt;-&amp;nbsp;**Pros&amp;nbsp;(현실화&amp;nbsp;촉진&amp;nbsp;요인)**: &lt;br /&gt;&amp;nbsp;&amp;nbsp;-&amp;nbsp;**대규모&amp;nbsp;커뮤니티**:&amp;nbsp;178M&amp;nbsp;순환&amp;nbsp;공급과&amp;nbsp;TON의&amp;nbsp;5억&amp;nbsp;사용자&amp;nbsp;베이스.&amp;nbsp;X&amp;nbsp;giveaway로&amp;nbsp;DAU(일일&amp;nbsp;활성&amp;nbsp;사용자)&amp;nbsp;&amp;uarr;. &lt;br /&gt;&amp;nbsp;&amp;nbsp;-&amp;nbsp;**유틸리티&amp;nbsp;중심**:&amp;nbsp;픽셀&amp;nbsp;아트&amp;nbsp;NFT로&amp;nbsp;실생활&amp;nbsp;적용(아트&amp;nbsp;판매,&amp;nbsp;커뮤니티&amp;nbsp;이벤트). &lt;br /&gt;&amp;nbsp;&amp;nbsp;-&amp;nbsp;**위험&amp;nbsp;관리**:&amp;nbsp;TON의&amp;nbsp;보안&amp;nbsp;프로토콜,&amp;nbsp;커뮤니티&amp;nbsp;거버넌스&amp;nbsp;투표. &lt;br /&gt;&lt;br /&gt;-&amp;nbsp;**Cons&amp;nbsp;(현실화&amp;nbsp;저해&amp;nbsp;요인)**: &lt;br /&gt;&amp;nbsp;&amp;nbsp;-&amp;nbsp;**스캠&amp;nbsp;의심**:&amp;nbsp;과도한&amp;nbsp;에어드랍&amp;nbsp;홍보로&amp;nbsp;&quot;pump&amp;nbsp;and&amp;nbsp;dump&quot;&amp;nbsp;비판.&amp;nbsp;X에서&amp;nbsp;스팸성&amp;nbsp;포스트&amp;nbsp;다수. &lt;br /&gt;&amp;nbsp;&amp;nbsp;-&amp;nbsp;**규제/신뢰&amp;nbsp;문제**:&amp;nbsp;가격&amp;nbsp;급락(39%)으로&amp;nbsp;투자자&amp;nbsp;이탈&amp;nbsp;우려.&amp;nbsp;한국&amp;nbsp;가상자산법&amp;nbsp;준수&amp;nbsp;필요. &lt;br /&gt;&amp;nbsp;&amp;nbsp;-&amp;nbsp;**경쟁**:&amp;nbsp;Notcoin&amp;nbsp;후속으로&amp;nbsp;기대치&amp;nbsp;높지만,&amp;nbsp;신규&amp;nbsp;meme&amp;nbsp;코인(예:&amp;nbsp;Hamster&amp;nbsp;Kombat)과&amp;nbsp;경쟁.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;br /&gt;&amp;nbsp;초대코드&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;br /&gt;Android:&amp;nbsp;&lt;a href=&quot;https://play.google.com/store/apps/details?id=com.pxnetwork&amp;amp;pcampaignid=web_share&quot;&gt;https://play.google.com/store/apps/details?id=com.pxnetwork&amp;amp;pcampaignid=web_share&lt;/a&gt;&lt;br /&gt;iOS:&amp;nbsp;&lt;a href=&quot;https://apps.apple.com/us/app/px-network/id6751567595&quot;&gt;https://apps.apple.com/us/app/px-network/id6751567595&lt;/a&gt;&lt;br /&gt;&amp;nbsp; &lt;/p&gt;</description>
      <category>생활정보</category>
      <category>PX</category>
      <category>px 채굴</category>
      <category>px코인</category>
      <category>무료채굴</category>
      <category>코인</category>
      <author>wisdom- wolf</author>
      <guid isPermaLink="true">https://twow.tistory.com/57</guid>
      <comments>https://twow.tistory.com/57#entry57comment</comments>
      <pubDate>Mon, 13 Oct 2025 16:12:11 +0900</pubDate>
    </item>
    <item>
      <title>인터링크 (혹은 &amp;lsquo;ITLG&amp;rsquo;) 혹시 모르니 채굴 합시다</title>
      <link>https://twow.tistory.com/56</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;인터링크(InterLink Network)는 2024년 말 출시된 인간 중심 블록체인 프로젝트로, AI 시대에 탈중앙화된 '휴먼 네트워크'를 구축하는 것을 목표로 합니다. Pi Network와 유사한 모바일 무료 채굴 모델을 채택했으나, 생체 인증(얼굴 스캔)과 그룹 마이닝을 통해 '진짜 인간'만 참여 가능하도록 설계되어 Sybil 공격(가짜 계정)을 방지합니다. 구글(Google)과 아마존(Amazon) 등의 대형 기업 지원을 받았으며, 출시 7개월 만에 사용자 300만 명을 돌파했습니다 (5.2초마다 신규 참여자 발생). 앱은 Play Store/App Store에서 다운로드 가능하며, ITLG(참여 토큰)와 ITL(거래 토큰)의 듀얼 토큰 시스템을 운영합니다. 아래에서 프로젝트 개요, 경제성(수익 가능성), 발전성(미래 성장 잠재력), 현실화 가능성(실제 가치 창출 여부)을 데이터 기반으로 분석하겠습니다. 분석은 웹 검색, X 포스트, 공식 로드맵을 반영합니다. &lt;/p&gt;
&lt;div class=&quot;revenue_unit_wrap&quot;&gt;
  &lt;div class=&quot;revenue_unit_item adsense responsive&quot;&gt;
    &lt;div class=&quot;revenue_unit_info&quot;&gt;반응형&lt;/div&gt;
    &lt;script src=&quot;//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js&quot; async=&quot;async&quot;&gt;&lt;/script&gt;
    &lt;ins class=&quot;adsbygoogle&quot; style=&quot;display: block;&quot; data-ad-host=&quot;ca-host-pub-9691043933427338&quot; data-ad-client=&quot;ca-pub-8838995458428346&quot; data-ad-format=&quot;auto&quot;&gt;&lt;/ins&gt;
    &lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;br /&gt;1. 프로젝트 개요: 핵심 기술과 작동 원리&lt;br /&gt;인터링크는&amp;nbsp;'인간&amp;nbsp;중심&amp;nbsp;블록체인'을&amp;nbsp;지향하며,&amp;nbsp;전통&amp;nbsp;블록체인의&amp;nbsp;탈중앙화&amp;nbsp;문제를&amp;nbsp;해결합니다.&amp;nbsp;기존&amp;nbsp;체인(예:&amp;nbsp;Ethereum)은&amp;nbsp;고비용&amp;nbsp;스테이킹이나&amp;nbsp;고성능&amp;nbsp;하드웨어를&amp;nbsp;요구하지만,&amp;nbsp;인터링크는&amp;nbsp;스마트폰만으로&amp;nbsp;'휴먼&amp;nbsp;노드'를&amp;nbsp;생성해&amp;nbsp;누구나&amp;nbsp;참여&amp;nbsp;가능합니다.&amp;nbsp;핵심은&amp;nbsp;AI+ZK(영지식&amp;nbsp;증명)+생체&amp;nbsp;인증으로&amp;nbsp;'인간&amp;nbsp;증명(Human&amp;nbsp;Proof)'을&amp;nbsp;통해&amp;nbsp;네트워크&amp;nbsp;보안을&amp;nbsp;강화하는&amp;nbsp;것입니다. &lt;br /&gt;&lt;br /&gt;주요 기능&lt;br /&gt;&amp;nbsp;&amp;nbsp;- 무료 채굴: 앱 설치 &amp;rarr; 얼굴 스캔(KYC-like) &amp;rarr; 매 4시간마다 버튼 클릭으로 ITLG 채굴 (일일 100~360개, 리퍼럴 0명 기준). 비활성 시 자동 소각(Burn). &lt;br /&gt;&amp;nbsp;&amp;nbsp;- 그룹 마이닝: 5인 '보안 그룹' 형성으로 상호 검증. 파이 네트워크의 보안 서클과 유사하나, 사전 생체 인증 필수로 신뢰도 &amp;uarr;. &lt;br /&gt;&amp;nbsp;&amp;nbsp;- 유틸리티: ITLG로 DAO 투표, 럭키 스핀, ITLX DEX 수수료 지불. ITL로 결제(쇼핑, 송금), 토큰화 자산(RWA: 주식, 부동산) 거래. &lt;br /&gt;&amp;nbsp;&amp;nbsp;- 앱 통합: VeryPay-like ITLX Wallet으로 DeFi+실물 자산 거래. 광고 수익 100% 커뮤니티 공유. &lt;br /&gt;&lt;br /&gt;&lt;/p&gt;

&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;br /&gt;현재&amp;nbsp;Enclosed&amp;nbsp;Mainnet&amp;nbsp;단계로,&amp;nbsp;2025년&amp;nbsp;말&amp;nbsp;Open&amp;nbsp;Mainnet&amp;nbsp;전환&amp;nbsp;예정.&amp;nbsp;한국&amp;nbsp;사용자&amp;nbsp;중심으로&amp;nbsp;성장&amp;nbsp;중&amp;nbsp;(X에서&amp;nbsp;#인터링크&amp;nbsp;해시태그&amp;nbsp;활발). &lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;span style=&quot;color: #333333; text-align: start;&quot;&gt;초대아이디&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;b&gt;2901454&lt;/b&gt;&lt;span style=&quot;color: #333333; text-align: start;&quot;&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;br /&gt;&amp;nbsp;2.경제성: 현재 수익성과 시장 가치&lt;br /&gt;인터링크의&amp;nbsp;경제성은&amp;nbsp;초기&amp;nbsp;채굴&amp;nbsp;중심으로,&amp;nbsp;모바일&amp;nbsp;접근성&amp;nbsp;덕에&amp;nbsp;빠른&amp;nbsp;사용자&amp;nbsp;유입을&amp;nbsp;이뤘으나&amp;nbsp;메인넷&amp;nbsp;미오픈으로&amp;nbsp;실제&amp;nbsp;거래&amp;nbsp;불가&amp;nbsp;($0&amp;nbsp;가격).&amp;nbsp;광고&amp;nbsp;수익&amp;nbsp;공유와&amp;nbsp;소각&amp;nbsp;메커니즘으로&amp;nbsp;안정성을&amp;nbsp;강조하지만,&amp;nbsp;투기적&amp;nbsp;성격이&amp;nbsp;강합니다.&amp;nbsp;X에서&amp;nbsp;&quot;파이코인&amp;nbsp;제2의&amp;nbsp;주자&quot;로&amp;nbsp;불리며,&amp;nbsp;일일&amp;nbsp;채굴&amp;nbsp;보상(0.1~0.5&amp;nbsp;ITLG)이&amp;nbsp;주&amp;nbsp;수익원입니다. &lt;/p&gt;
&lt;div class=&quot;revenue_unit_wrap&quot;&gt;
  &lt;div class=&quot;revenue_unit_item tenping&quot;&gt;
    &lt;div class=&quot;revenue_unit_info&quot;&gt;SMALL&lt;/div&gt;
    &lt;tenping class=&quot;adsbytenping&quot; style=&quot;width: 100%; max-width: 768px; margin: 0 auto; display: block;&quot; mediaid=&quot;5671486&quot; tenping-ad-display-type=&quot;UD8Mia8gyIoT5Z2MT6VB3Q%3d%3d&quot;&gt;&lt;/tenping&gt;
    &lt;script src=&quot;//tads.tenping.kr/scripts/adsbytenping.min.js&quot; async=&quot;async&quot;&gt;&lt;/script&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;br /&gt;- 긍정적 측면: 리퍼럴 보너스(초대 시 100 ITLG)와 그룹 마이닝으로 채굴 속도 &amp;uarr;. Verified ITLG로 ITL 전환 시 ROI 100%+ 가능. &lt;br /&gt;- 부정적 측면: 토큰 언락 압력으로 가격 덤프 리스크. 한국 세법(양도소득세 22%) 적용 시 수익 감소. &lt;br /&gt;&lt;br /&gt;전반적으로,&amp;nbsp;개인&amp;nbsp;채굴&amp;nbsp;수익성은&amp;nbsp;낮아&amp;nbsp;(ROI&amp;nbsp;5~15%&amp;nbsp;예상),&amp;nbsp;장기&amp;nbsp;홀딩이나&amp;nbsp;앰배서더&amp;nbsp;참여&amp;nbsp;추천.&amp;nbsp;&quot;0원으로&amp;nbsp;1억&quot;&amp;nbsp;같은&amp;nbsp;과장&amp;nbsp;홍보&amp;nbsp;주의. &lt;br /&gt;&lt;br /&gt;3. 발전성: 미래 성장 잠재력&lt;br /&gt;인터링크의&amp;nbsp;발전성은&amp;nbsp;듀얼&amp;nbsp;토큰과&amp;nbsp;인간&amp;nbsp;네트워크&amp;nbsp;확장에&amp;nbsp;달려&amp;nbsp;있습니다.&amp;nbsp;2025년&amp;nbsp;로드맵:&amp;nbsp;v3.2&amp;nbsp;업데이트(소각&amp;nbsp;강화),&amp;nbsp;ITLX&amp;nbsp;DEX&amp;nbsp;론칭,&amp;nbsp;500만&amp;nbsp;사용자&amp;nbsp;목표.&amp;nbsp;구글&amp;nbsp;지원으로&amp;nbsp;AI&amp;nbsp;통합(실시간&amp;nbsp;번역,&amp;nbsp;자동&amp;nbsp;노드&amp;nbsp;운영)이&amp;nbsp;강점이며,&amp;nbsp;X에서&amp;nbsp;&quot;2026&amp;nbsp;모바일&amp;nbsp;코인&amp;nbsp;1위&quot;&amp;nbsp;예측.&amp;nbsp;사용자&amp;nbsp;프로젝션:&amp;nbsp;2026년&amp;nbsp;1천만,&amp;nbsp;2030년&amp;nbsp;5억&amp;nbsp;(인터넷&amp;nbsp;사용자&amp;nbsp;50%&amp;nbsp;온보딩). &lt;br /&gt;&lt;br /&gt;- 주요 발전 포인트: &lt;br /&gt;&amp;nbsp;&amp;nbsp;- 기술 업그레이드: Proof-of-Humanity (PoH)로 Sybil 저항성, ZK 증명으로 프라이버시 보호. &lt;br /&gt;&amp;nbsp;&amp;nbsp;- 생태계 확대: RWA 토큰화 (미국 주식 거래 가능), ETF/준비금 펀드 (MicroStrategy 모델), Hackathon으로 DApp 개발. &lt;br /&gt;&amp;nbsp;&amp;nbsp;- 파트너십: Google/Amazon, Nasdaq 상장 기업 treasury 지원. 아시아(한국/인도) 중심 성장. &lt;br /&gt;&amp;nbsp;&amp;nbsp;- 가격 예측 요약 (분석가 평균, X/블로그 기반, 2025~2030):&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;br /&gt;초대아이디 &lt;b&gt;2901454&lt;/b&gt; &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; &lt;br /&gt;&lt;br /&gt;긍정적:&amp;nbsp;80%&amp;nbsp;일일&amp;nbsp;활성&amp;nbsp;사용자(DAU),&amp;nbsp;바이백으로&amp;nbsp;가격&amp;nbsp;안정.&amp;nbsp;부정적:&amp;nbsp;로드맵&amp;nbsp;지연&amp;nbsp;역사&amp;nbsp;(초기&amp;nbsp;3개월&amp;nbsp;늦음),&amp;nbsp;경쟁&amp;nbsp;(Pi,&amp;nbsp;Worldcoin). &lt;br /&gt;&lt;br /&gt;4. 현실화 가능성: 실제 가치 창출 여부&lt;br /&gt;인터링크의&amp;nbsp;현실화&amp;nbsp;가능성은&amp;nbsp;60~80%로&amp;nbsp;높게&amp;nbsp;평가됩니다.&amp;nbsp;300만&amp;nbsp;사용자와&amp;nbsp;실제&amp;nbsp;수익(광고&amp;nbsp;공유)으로&amp;nbsp;&quot;스캠&amp;nbsp;아니었다&quot;는&amp;nbsp;목소리&amp;nbsp;&amp;uarr;,&amp;nbsp;하지만&amp;nbsp;Pi-like&amp;nbsp;리퍼럴&amp;nbsp;마케팅으로&amp;nbsp;스캠&amp;nbsp;논란&amp;nbsp;지속.&amp;nbsp;X에서&amp;nbsp;&quot;시간&amp;nbsp;낭비&amp;nbsp;vs.&amp;nbsp;제2의&amp;nbsp;리플&quot;&amp;nbsp;의견&amp;nbsp;분산. &lt;br /&gt;&lt;br /&gt;- Pros (현실화 촉진 요인): &lt;br /&gt;&amp;nbsp;&amp;nbsp;- 대규모 커뮤니티: 300만+ 사용자, 한국/아시아 중심 (X 앰배서더 10K+). 그룹 마이닝으로 네트워크 보안 &amp;uarr;. &lt;br /&gt;&amp;nbsp;&amp;nbsp;- 유틸리티 중심: RWA 거래(엔비디아 주식 구매 가능), DeFi 통합으로 실생활 적용 (송금, 쇼핑). &lt;br /&gt;&amp;nbsp;&amp;nbsp;- 위험 관리: KYC+소각으로 봇/비활성 방지, 투명 로드맵 공개. &lt;br /&gt;&lt;br /&gt;- Cons (현실화 저해 요인): &lt;br /&gt;&amp;nbsp;&amp;nbsp;- 스캠 의심: 리퍼럴 중심(피라미드 구조처럼 보임), X에서 &quot;담합 리스크&quot; 비판. 코어 팀 정보 미흡. &lt;br /&gt;&amp;nbsp;&amp;nbsp;- 규제/신뢰 문제: 토큰 언락으로 덤프 가능 ($0.001 하락 예측), AI/생체 데이터 유출 우려 (중국 경고 사례). &lt;br /&gt;&amp;nbsp;&amp;nbsp;- 경쟁: Pi(600만 사용자), Worldcoin(0.07 USD) 등에 밀림.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;초대아이디 &lt;b&gt;2901454&lt;/b&gt; &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;/p&gt;</description>
      <category>생활정보</category>
      <category>ITLG</category>
      <category>무료채굴</category>
      <category>인터링크</category>
      <category>채굴</category>
      <category>코인</category>
      <category>코인채굴</category>
      <author>wisdom- wolf</author>
      <guid isPermaLink="true">https://twow.tistory.com/56</guid>
      <comments>https://twow.tistory.com/56#entry56comment</comments>
      <pubDate>Mon, 13 Oct 2025 16:03:37 +0900</pubDate>
    </item>
    <item>
      <title>Mytier (혹은 &amp;lsquo;MyTier&amp;rsquo;, 약칭 MT) 혹시 모르니 채굴 합시다</title>
      <link>https://twow.tistory.com/55</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;#   Mytier 코인(MT) 완전 정리 &amp;mdash; 시작, 특징, 그리고 참여 방법 &lt;br /&gt;&lt;br /&gt;최근 블록체인 커뮤니티에서 빠르게 입소문을 타고 있는 프로젝트가 있습니다. 바로 Mytier (마이티어) 코인인데요. 오늘은 Mytier가 무엇인지, 누가 만들었고 어떤 특징이 있는지, 그리고 참여할 때 유의할 점을 정리해보겠습니다. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;  Mytier 코인이란? &lt;br /&gt;&lt;br /&gt;* Mytier는 2025년 등장한 신생 프로젝트로, 모바일을 통한 채굴 보상과 AI&amp;middot;포스트 양자 암호(PQC) 기술을 강조하는 블록체인 기반 생태계입니다. &lt;br /&gt;*&amp;nbsp;공식적으로는&amp;nbsp;**Mytier&amp;nbsp;Labs**와&amp;nbsp;퍼블리셔&amp;nbsp;\*\*Minari&amp;nbsp;Labs&amp;nbsp;inc.\*\*가&amp;nbsp;개발&amp;middot;운영을&amp;nbsp;맡고&amp;nbsp;있으며,&amp;nbsp;구글&amp;nbsp;플레이스토어와&amp;nbsp;애플&amp;nbsp;앱스토어에&amp;nbsp;앱이&amp;nbsp;올라와&amp;nbsp;있습니다. &lt;br /&gt;* 토큰 총 발행량은 \*\*20,000,000,000 MT(200억 개)\*\*로 공개되어 있습니다.&lt;/p&gt;
&lt;div class=&quot;revenue_unit_wrap&quot;&gt;
  &lt;div class=&quot;revenue_unit_item adsense responsive&quot;&gt;
    &lt;div class=&quot;revenue_unit_info&quot;&gt;반응형&lt;/div&gt;
    &lt;script src=&quot;//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js&quot; async=&quot;async&quot;&gt;&lt;/script&gt;
    &lt;ins class=&quot;adsbygoogle&quot; style=&quot;display: block;&quot; data-ad-host=&quot;ca-host-pub-9691043933427338&quot; data-ad-client=&quot;ca-pub-8838995458428346&quot; data-ad-format=&quot;auto&quot;&gt;&lt;/ins&gt;
    &lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;br /&gt;  주요 특징 &lt;br /&gt;&lt;br /&gt;1. 모바일 채굴 (Mining on Mobile)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;사용자가&amp;nbsp;앱을&amp;nbsp;설치하고&amp;nbsp;간단히&amp;nbsp;로그인만&amp;nbsp;해도&amp;nbsp;일정량의&amp;nbsp;MT&amp;nbsp;코인을&amp;nbsp;채굴할&amp;nbsp;수&amp;nbsp;있습니다. &lt;br /&gt;&lt;br /&gt;2. AI + PQC 기술 강조&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;블록체인&amp;nbsp;보안성을&amp;nbsp;높이기&amp;nbsp;위해&amp;nbsp;AI&amp;nbsp;기술과&amp;nbsp;포스트-양자&amp;nbsp;암호&amp;nbsp;알고리즘을&amp;nbsp;결합했다고&amp;nbsp;소개합니다. &lt;br /&gt;&lt;br /&gt;3. 다국어 지원&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;앱은&amp;nbsp;한국어,&amp;nbsp;영어,&amp;nbsp;중국어(간체)&amp;nbsp;등&amp;nbsp;다양한&amp;nbsp;언어를&amp;nbsp;지원하며&amp;nbsp;글로벌&amp;nbsp;커뮤니티&amp;nbsp;확장을&amp;nbsp;목표로&amp;nbsp;하고&amp;nbsp;있습니다. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;

&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;br /&gt;&lt;br /&gt;  참여 방법 (추천인 코드 포함) &lt;br /&gt;&lt;br /&gt;1. 구글 플레이스토어나 애플 앱스토어에서 &amp;ldquo;Mytier&amp;rdquo; 앱 다운로드 &lt;br /&gt;2.&amp;nbsp;회원가입&amp;nbsp;시&amp;nbsp;추천인&amp;nbsp;코드를&amp;nbsp;입력하면&amp;nbsp;추가&amp;nbsp;보상을&amp;nbsp;받을&amp;nbsp;수&amp;nbsp;있습니다.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;br /&gt;&amp;nbsp;   내&amp;nbsp;초대코드:&amp;nbsp;lobo06&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt; &amp;nbsp;아래&amp;nbsp;링크&amp;nbsp;클릭&lt;br /&gt;&lt;a href=&quot;https://mytier.io/service/signup?ref=lobo06&quot;&gt;https://mytier.io/service/signup?ref=lobo06&lt;/a&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;br /&gt;3.&amp;nbsp;매일&amp;nbsp;접속만&amp;nbsp;해도&amp;nbsp;채굴&amp;nbsp;보상을&amp;nbsp;얻을&amp;nbsp;수&amp;nbsp;있고,&amp;nbsp;추후&amp;nbsp;거래소&amp;nbsp;상장&amp;nbsp;시&amp;nbsp;거래&amp;nbsp;가능성이&amp;nbsp;열립니다.&lt;/p&gt;
&lt;div class=&quot;revenue_unit_wrap&quot;&gt;
  &lt;div class=&quot;revenue_unit_item tenping&quot;&gt;
    &lt;div class=&quot;revenue_unit_info&quot;&gt;SMALL&lt;/div&gt;
    &lt;tenping class=&quot;adsbytenping&quot; style=&quot;width: 100%; max-width: 768px; margin: 0 auto; display: block;&quot; mediaid=&quot;5671486&quot; tenping-ad-display-type=&quot;UD8Mia8gyIoT5Z2MT6VB3Q%3d%3d&quot;&gt;&lt;/tenping&gt;
    &lt;script src=&quot;//tads.tenping.kr/scripts/adsbytenping.min.js&quot; async=&quot;async&quot;&gt;&lt;/script&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;br /&gt;&lt;br /&gt;Mytier&amp;nbsp;코인은&amp;nbsp;&amp;ldquo;모바일&amp;nbsp;채굴&amp;nbsp;+&amp;nbsp;AI&amp;nbsp;+&amp;nbsp;PQC&amp;rdquo;라는&amp;nbsp;독특한&amp;nbsp;콘셉트로&amp;nbsp;빠르게&amp;nbsp;커뮤니티가&amp;nbsp;확장&amp;nbsp;중입니다. &lt;br /&gt;아직은&amp;nbsp;불확실성이&amp;nbsp;많지만,&amp;nbsp;조기&amp;nbsp;참여를&amp;nbsp;원하는&amp;nbsp;분들은&amp;nbsp;추천인&amp;nbsp;코드를&amp;nbsp;통해&amp;nbsp;간단히&amp;nbsp;시작할&amp;nbsp;수&amp;nbsp;있습니다.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt; &amp;nbsp;Join&amp;nbsp;MyTier!&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;br /&gt;내&amp;nbsp;초대코드:&amp;nbsp;lobo06 &lt;br /&gt;&lt;br /&gt;1.&amp;nbsp;링크를&amp;nbsp;클릭하여&amp;nbsp;가입하고&amp;nbsp;4,500&amp;nbsp;MT&amp;nbsp;받기! &lt;br /&gt;&lt;br /&gt;2.&amp;nbsp;스토어에서&amp;nbsp;Mytier&amp;nbsp;다운받고&amp;nbsp;가입한&amp;nbsp;아이디로&amp;nbsp;로그인하고&amp;nbsp;MT&amp;nbsp;시작하기! &lt;br /&gt;&lt;br /&gt; &amp;nbsp;아래&amp;nbsp;링크&amp;nbsp;클릭 &lt;br /&gt;&lt;a href=&quot;https://mytier.io/service/signup?ref=lobo06&quot; target=&quot;_blank&quot; rel=&quot;noopener&amp;nbsp;noreferrer&quot;&gt;https://mytier.io/service/signup?ref=lobo06&lt;/a&gt;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;br /&gt;앞으로 상장 소식이나 공식 감사 결과가 나온다면, 또다시 정리해서 업데이트하겠습니다.  &lt;/p&gt;</description>
      <category>생활정보</category>
      <category>mytier</category>
      <category>마이티어</category>
      <category>모바일채굴</category>
      <category>베리챗</category>
      <category>비트코인</category>
      <category>양자보안코인</category>
      <category>채굴</category>
      <category>코인</category>
      <category>코인채굴</category>
      <category>파이코인</category>
      <author>wisdom- wolf</author>
      <guid isPermaLink="true">https://twow.tistory.com/55</guid>
      <comments>https://twow.tistory.com/55#entry55comment</comments>
      <pubDate>Thu, 18 Sep 2025 17:14:54 +0900</pubDate>
    </item>
    <item>
      <title>트럼프 관세 정책에 대한 생각</title>
      <link>https://twow.tistory.com/54</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;트럼프의 관세 정책에 대한 제 생각을 말씀드리자면, 이는 경제적, 정치적, 그리고 국제적 맥락에서 다층적으로 평가할 수 있는 복잡한 주제입니다. 2025년 4월 5일 현재, 트럼프가 최근 발표한 관세 정책(예: 모든 국가에 대한 10% 기본 관세, 특정 국가에 최대 50%에 달하는 맞춤형 관세 등)은 그의 &quot;미국 우선주의(America First)&quot; 철학을 반영하며, 미국 경제와 일자리를 보호하고 무역 적자를 줄이려는 의도로 보입니다.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;welding-2262745_1280.jpg&quot; data-origin-width=&quot;1280&quot; data-origin-height=&quot;720&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/mRASW/btsM9JYJRwO/08cbq9FK0tRonKL871kD70/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/mRASW/btsM9JYJRwO/08cbq9FK0tRonKL871kD70/img.jpg&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/mRASW/btsM9JYJRwO/08cbq9FK0tRonKL871kD70/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FmRASW%2FbtsM9JYJRwO%2F08cbq9FK0tRonKL871kD70%2Fimg.jpg&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;1280&quot; height=&quot;720&quot; data-filename=&quot;welding-2262745_1280.jpg&quot; data-origin-width=&quot;1280&quot; data-origin-height=&quot;720&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;br /&gt;&lt;b&gt;긍정적 측면&lt;/b&gt;&lt;br /&gt;1. 미국 제조업 부활 가능성&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;트럼프는&amp;nbsp;관세를&amp;nbsp;통해&amp;nbsp;해외에서&amp;nbsp;생산된&amp;nbsp;상품의&amp;nbsp;가격을&amp;nbsp;높여&amp;nbsp;미국&amp;nbsp;내&amp;nbsp;제조업을&amp;nbsp;장려하려&amp;nbsp;합니다.&amp;nbsp;예를&amp;nbsp;들어,&amp;nbsp;자동차&amp;nbsp;및&amp;nbsp;부품에&amp;nbsp;25%&amp;nbsp;관세를&amp;nbsp;부과하고&amp;nbsp;미국&amp;nbsp;내&amp;nbsp;생산품에는&amp;nbsp;관세를&amp;nbsp;면제한다는&amp;nbsp;정책은&amp;nbsp;기업들이&amp;nbsp;생산&amp;nbsp;기지를&amp;nbsp;미국으로&amp;nbsp;옮기도록&amp;nbsp;유도할&amp;nbsp;수&amp;nbsp;있습니다.&amp;nbsp;이는&amp;nbsp;첫&amp;nbsp;번째&amp;nbsp;임기(2018~2019년)&amp;nbsp;때&amp;nbsp;철강&amp;nbsp;및&amp;nbsp;알루미늄&amp;nbsp;관세로&amp;nbsp;일부&amp;nbsp;제조업이&amp;nbsp;회복된&amp;nbsp;사례를&amp;nbsp;떠올리게&amp;nbsp;합니다.&amp;nbsp;만약&amp;nbsp;기업들이&amp;nbsp;실제로&amp;nbsp;&quot;리쇼어링(reshoring)&quot;을&amp;nbsp;선택한다면,&amp;nbsp;장기적으로&amp;nbsp;미국&amp;nbsp;내&amp;nbsp;일자리&amp;nbsp;창출과&amp;nbsp;경제&amp;nbsp;자립도가&amp;nbsp;높아질&amp;nbsp;가능성이&amp;nbsp;있습니다.&lt;/p&gt;
&lt;div class=&quot;revenue_unit_wrap&quot;&gt;
  &lt;div class=&quot;revenue_unit_item adsense responsive&quot;&gt;
    &lt;div class=&quot;revenue_unit_info&quot;&gt;반응형&lt;/div&gt;
    &lt;script src=&quot;//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js&quot; async=&quot;async&quot;&gt;&lt;/script&gt;
    &lt;ins class=&quot;adsbygoogle&quot; style=&quot;display: block;&quot; data-ad-host=&quot;ca-host-pub-9691043933427338&quot; data-ad-client=&quot;ca-pub-8838995458428346&quot; data-ad-format=&quot;auto&quot;&gt;&lt;/ins&gt;
    &lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;2. 무역 협상에서의 레버리지&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;관세는 단순히 세수를 늘리는 도구가 아니라, 다른 국가들과의 협상에서 미국의 입지를 강화하는 수단으로 활용될 수 있습니다. 트럼프는 과거 멕시코와 캐나다에 관세를 위협하며 USMCA 협정을 재조정한 경험이 있고, 이번에도 중국(최대 54% 관세)이나 EU(20% 관세) 같은 주요 무역 상대국을 압박해 양보를 끌어내려 할 가능성이 큽니다.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;3. 국가 안보와 경제 주권&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;트럼프는&amp;nbsp;무역&amp;nbsp;적자와&amp;nbsp;공급망&amp;nbsp;의존도를&amp;nbsp;국가&amp;nbsp;안보&amp;nbsp;문제로&amp;nbsp;간주합니다.&amp;nbsp;2025년&amp;nbsp;4월&amp;nbsp;2일&amp;nbsp;백악관&amp;nbsp;발표에&amp;nbsp;따르면,&amp;nbsp;그는&amp;nbsp;국제비상경제권법(IEEPA)을&amp;nbsp;활용해&amp;nbsp;관세를&amp;nbsp;정당화하며,&amp;nbsp;외국&amp;nbsp;의존도를&amp;nbsp;줄이고&amp;nbsp;국내&amp;nbsp;산업&amp;nbsp;기반을&amp;nbsp;강화하려&amp;nbsp;합니다.&amp;nbsp;이는&amp;nbsp;팬데믹&amp;nbsp;당시&amp;nbsp;드러난&amp;nbsp;공급망&amp;nbsp;취약성을&amp;nbsp;고려할&amp;nbsp;때&amp;nbsp;일정&amp;nbsp;부분&amp;nbsp;타당성이&amp;nbsp;있어&amp;nbsp;보입니다.&lt;/p&gt;
&lt;div class=&quot;revenue_unit_wrap&quot;&gt;
  &lt;div class=&quot;revenue_unit_item tenping&quot;&gt;
    &lt;div class=&quot;revenue_unit_info&quot;&gt;SMALL&lt;/div&gt;
    &lt;tenping class=&quot;adsbytenping&quot; style=&quot;width: 100%; max-width: 768px; margin: 0 auto; display: block;&quot; mediaid=&quot;5671486&quot; tenping-ad-display-type=&quot;UD8Mia8gyIoT5Z2MT6VB3Q%3d%3d&quot;&gt;&lt;/tenping&gt;
    &lt;script src=&quot;//tads.tenping.kr/scripts/adsbytenping.min.js&quot; async=&quot;async&quot;&gt;&lt;/script&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;b&gt;부정적 측면&lt;/b&gt;&lt;br /&gt;1. 소비자 물가 상승&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;관세는&amp;nbsp;수입업체가&amp;nbsp;부담하지만,&amp;nbsp;그&amp;nbsp;비용은&amp;nbsp;대부분&amp;nbsp;소비자에게&amp;nbsp;전가됩니다.&amp;nbsp;예를&amp;nbsp;들어,&amp;nbsp;2018년&amp;nbsp;세탁기&amp;nbsp;관세(50%)로&amp;nbsp;미국&amp;nbsp;소비자들은&amp;nbsp;연간&amp;nbsp;15억&amp;nbsp;달러를&amp;nbsp;추가로&amp;nbsp;지출했고,&amp;nbsp;이번&amp;nbsp;10~50%&amp;nbsp;관세가&amp;nbsp;시행되면&amp;nbsp;가구당&amp;nbsp;1,600~2,500달러의&amp;nbsp;부담이&amp;nbsp;늘어날&amp;nbsp;수&amp;nbsp;있다는&amp;nbsp;분석(예:&amp;nbsp;예일&amp;nbsp;예산&amp;nbsp;연구소,&amp;nbsp;미국진보센터)이&amp;nbsp;나옵니다.&amp;nbsp;커피,&amp;nbsp;바나나&amp;nbsp;같은&amp;nbsp;미국에서&amp;nbsp;대규모&amp;nbsp;생산이&amp;nbsp;어려운&amp;nbsp;품목의&amp;nbsp;가격&amp;nbsp;상승은&amp;nbsp;불가피해&amp;nbsp;보이며,&amp;nbsp;이는&amp;nbsp;트럼프&amp;nbsp;지지층인&amp;nbsp;중산층과&amp;nbsp;저소득층에게&amp;nbsp;역설적으로&amp;nbsp;부담을&amp;nbsp;줄&amp;nbsp;수&amp;nbsp;있습니다. &lt;br /&gt;&lt;br /&gt;2. 글로벌 무역 전쟁 위험&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;트럼프의&amp;nbsp;관세는&amp;nbsp;&quot;상호적(reciprocal)&quot;이라&amp;nbsp;주장하지만,&amp;nbsp;계산&amp;nbsp;방식(무역&amp;nbsp;적자&amp;nbsp;절반&amp;nbsp;비율&amp;nbsp;등)이&amp;nbsp;실제&amp;nbsp;상대국&amp;nbsp;관세와&amp;nbsp;연동되지&amp;nbsp;않아&amp;nbsp;많은&amp;nbsp;국가가&amp;nbsp;반발하고&amp;nbsp;있습니다.&amp;nbsp;2025년&amp;nbsp;4월&amp;nbsp;3~4일&amp;nbsp;보도에&amp;nbsp;따르면,&amp;nbsp;중국은&amp;nbsp;&quot;단호한&amp;nbsp;대응&quot;을,&amp;nbsp;EU는&amp;nbsp;투자&amp;nbsp;중단을,&amp;nbsp;일본은&amp;nbsp;&quot;국가&amp;nbsp;위기&quot;를&amp;nbsp;언급하며&amp;nbsp;보복&amp;nbsp;관세를&amp;nbsp;준비&amp;nbsp;중입니다.&amp;nbsp;이는&amp;nbsp;글로벌&amp;nbsp;공급망을&amp;nbsp;교란하고,&amp;nbsp;미국&amp;nbsp;수출&amp;nbsp;기업(예:&amp;nbsp;농업,&amp;nbsp;기술)에도&amp;nbsp;타격을&amp;nbsp;줄&amp;nbsp;가능성이&amp;nbsp;높습니다.&amp;nbsp;JP모건은&amp;nbsp;글로벌&amp;nbsp;경기&amp;nbsp;침체&amp;nbsp;확률을&amp;nbsp;60%로&amp;nbsp;상향&amp;nbsp;조정했습니다. &lt;br /&gt;&lt;br /&gt;3. 단기 경제 혼란&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;관세가&amp;nbsp;4월&amp;nbsp;5일(기본&amp;nbsp;관세)과&amp;nbsp;9일(맞춤형&amp;nbsp;관세)부터&amp;nbsp;발효되면,&amp;nbsp;기업들은&amp;nbsp;공급망&amp;nbsp;재조정에&amp;nbsp;시간이&amp;nbsp;필요합니다.&amp;nbsp;예를&amp;nbsp;들어,&amp;nbsp;스텔란티스(Stellantis)는&amp;nbsp;이미&amp;nbsp;미시간과&amp;nbsp;인디애나에서&amp;nbsp;900명&amp;nbsp;감원을&amp;nbsp;발표했고,&amp;nbsp;월마트&amp;nbsp;같은&amp;nbsp;대형&amp;nbsp;유통업체는&amp;nbsp;가격&amp;nbsp;인상을&amp;nbsp;경고했습니다.&amp;nbsp;이는&amp;nbsp;단기적으로&amp;nbsp;주식&amp;nbsp;시장&amp;nbsp;하락(다우지수&amp;nbsp;2020년&amp;nbsp;이후&amp;nbsp;최대&amp;nbsp;낙폭)과&amp;nbsp;경제&amp;nbsp;불확실성을&amp;nbsp;키울&amp;nbsp;수&amp;nbsp;있습니다.&lt;/p&gt;

&lt;p data-ke-size=&quot;size16&quot;&gt;트럼프의 관세 정책은 의도와 현실 사이의 간극이 크다고 봅니다. 미국 제조업 부활과 무역 적자 감소라는 목표는 매력적이지만, 실행 과정에서 소비자 부담과 국제적 고립이라는 부작용을 간과한 측면이 있습니다. 특히, 모든 국가에 일률적으로 10% 관세를 부과하고, 무역 흑자를 내는 영국(10%)이나 재난 피해국 미얀마(50%) 같은 곳까지 타격하는 방식은 &quot;공정성&quot;보다는 &quot;보호주의&quot;에 가깝습니다. 중국처럼 불공정 무역 관행(보조금, 환율 조작)이 명확한 국가에 집중하고, 동맹국(한국, 일본, EU)과는 협상을 통해 상호 이익을 도모하는 방식이 현실적입니다. 또한 관세 수입을 소득세 감면이나 복지로 환원하겠다는 약속은 매력적이지만, 세수 증가(2025년 2,584억 달러 추정, Tax Foundation)가 물가 상승으로 상쇄될 가능성을 고려해야 합니다. 결론적으로, 트럼프 관세는 단기적으로 미국의 협상력을 높일 수 있지만, 장기적으로는 글로벌 경제와 미국 소비자에게 부메랑이 될 가능성이 높다고 봅니다. 성공 여부는 보복 관세의 규모와 트럼프가 얼마나 유연하게 정책을 조정하느냐에 달려 있을 겁니다.&amp;nbsp;&lt;/p&gt;</description>
      <category>생활정보</category>
      <category>관세</category>
      <category>관세전쟁</category>
      <category>리쇼어링</category>
      <category>무역전쟁</category>
      <category>미국</category>
      <category>보복관세</category>
      <category>중국</category>
      <category>트럼프</category>
      <author>wisdom- wolf</author>
      <guid isPermaLink="true">https://twow.tistory.com/54</guid>
      <comments>https://twow.tistory.com/54#entry54comment</comments>
      <pubDate>Sat, 5 Apr 2025 17:10:54 +0900</pubDate>
    </item>
    <item>
      <title>2024년 대한민국 증여세와 양도세 무엇이 더 이익일까?</title>
      <link>https://twow.tistory.com/53</link>
      <description>&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;taxes-2638811_1280.png&quot; data-origin-width=&quot;1280&quot; data-origin-height=&quot;817&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/WayPQ/btsM9aWklxI/eAl7zlQ7Yl230Vthm3k44k/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/WayPQ/btsM9aWklxI/eAl7zlQ7Yl230Vthm3k44k/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/WayPQ/btsM9aWklxI/eAl7zlQ7Yl230Vthm3k44k/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FWayPQ%2FbtsM9aWklxI%2FeAl7zlQ7Yl230Vthm3k44k%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;1280&quot; height=&quot;817&quot; data-filename=&quot;taxes-2638811_1280.png&quot; data-origin-width=&quot;1280&quot; data-origin-height=&quot;817&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;2024년 대한민국 조세 환경에서 증여세와 양도소득세(양도세)는 자산 이전과 처분 시 중요한 변수로 작용한다. 특히 부동산, 주식 등 자산 가치가 상승한 상황에서 개인은 자산을 증여하거나 양도하여 이익을 실현할 수 있는데, 이때 세금 부담이 선택에 큰 영향을 미친다. 2024년 증여세와 양도세의 세율, 공제 한도, 적용 조건을 분석하고, 구체적인 사례를 통해 어느 선택이 재정적으로 더 유리한지 비교한다. 또한 경제적&amp;middot;사회적 맥락을 고려하여 개인별 최적 전략을 제안한다. &lt;/p&gt;
&lt;div class=&quot;revenue_unit_wrap&quot;&gt;
  &lt;div class=&quot;revenue_unit_item tenping&quot;&gt;
    &lt;div class=&quot;revenue_unit_info&quot;&gt;SMALL&lt;/div&gt;
    &lt;tenping class=&quot;adsbytenping&quot; style=&quot;width: 100%; max-width: 768px; margin: 0 auto; display: block;&quot; mediaid=&quot;5671486&quot; tenping-ad-display-type=&quot;UD8Mia8gyIoT5Z2MT6VB3Q%3d%3d&quot;&gt;&lt;/tenping&gt;
    &lt;script src=&quot;//tads.tenping.kr/scripts/adsbytenping.min.js&quot; async=&quot;async&quot;&gt;&lt;/script&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;2024년 증여세 제도 분석&lt;br /&gt;1. 증여세 기본 구조&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;증여세는&amp;nbsp;타인에게&amp;nbsp;재산을&amp;nbsp;무상으로&amp;nbsp;이전할&amp;nbsp;때&amp;nbsp;부과되는&amp;nbsp;세금으로,&amp;nbsp;수증자의&amp;nbsp;관계와&amp;nbsp;재산&amp;nbsp;규모에&amp;nbsp;따라&amp;nbsp;세율이&amp;nbsp;달라진다.&amp;nbsp;2024년&amp;nbsp;기준&amp;nbsp;증여세율은&amp;nbsp;다음과&amp;nbsp;같다: &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;1억&amp;nbsp;원&amp;nbsp;이하:&amp;nbsp;10% &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;1억&amp;nbsp;원&amp;nbsp;초과&amp;nbsp;~&amp;nbsp;5억&amp;nbsp;원&amp;nbsp;이하:&amp;nbsp;20% &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;5억&amp;nbsp;원&amp;nbsp;초과&amp;nbsp;~&amp;nbsp;10억&amp;nbsp;원&amp;nbsp;이하:&amp;nbsp;30% &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;10억&amp;nbsp;원&amp;nbsp;초과&amp;nbsp;~&amp;nbsp;30억&amp;nbsp;원&amp;nbsp;이하:&amp;nbsp;40% &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;30억&amp;nbsp;원&amp;nbsp;초과:&amp;nbsp;50% &lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;공제&amp;nbsp;한도는&amp;nbsp;증여자와&amp;nbsp;수증자의&amp;nbsp;관계에&amp;nbsp;따라&amp;nbsp;다르며,&amp;nbsp;주요&amp;nbsp;공제는&amp;nbsp;다음과&amp;nbsp;같다: &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;배우자:&amp;nbsp;6억&amp;nbsp;원&amp;nbsp;(10년간) &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;직계비속(자녀&amp;nbsp;등):&amp;nbsp;5,000만&amp;nbsp;원&amp;nbsp;(10년간,&amp;nbsp;미성년자는&amp;nbsp;2,000만&amp;nbsp;원) &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;혼인&amp;nbsp;증여:&amp;nbsp;1억&amp;nbsp;원&amp;nbsp;추가&amp;nbsp;공제&amp;nbsp;(2024년부터&amp;nbsp;적용,&amp;nbsp;혼인&amp;nbsp;신고&amp;nbsp;전후&amp;nbsp;2년&amp;nbsp;내) &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;출산&amp;nbsp;증여:&amp;nbsp;1억&amp;nbsp;원&amp;nbsp;추가&amp;nbsp;공제&amp;nbsp;(출생&amp;nbsp;후&amp;nbsp;2년&amp;nbsp;내) &lt;br /&gt;&lt;br /&gt;2. 2024년 주요 변경 사항&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;- 혼인&amp;middot;출산 증여 공제 신설 : 2024년 1월 1일 이후 증여분부터 혼인 또는 출산 시 직계비속에 1억 원까지 추가 공제가 가능해졌다. 이는 기존 5,000만 원 공제와 중복 적용된다. &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;- 개정안 무산 : 정부는 상속&amp;middot;증여세 개정안에서 자녀 공제를 5억 원으로 상향하고 최고세율을 40%로 낮추려 했으나, 2024년 12월 국회에서 부결되며 현행 제도가 유지되었다.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;3. 증여의 장점&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;증여&amp;nbsp;시&amp;nbsp;자산의&amp;nbsp;기준시가가&amp;nbsp;낮을수록&amp;nbsp;이후&amp;nbsp;가치&amp;nbsp;상승분에&amp;nbsp;대한&amp;nbsp;세&amp;nbsp;부담이&amp;nbsp;줄어든다. &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;공제를&amp;nbsp;활용하면&amp;nbsp;세금&amp;nbsp;없이&amp;nbsp;자산을&amp;nbsp;이전할&amp;nbsp;수&amp;nbsp;있다. &lt;/p&gt;
&lt;div class=&quot;revenue_unit_wrap&quot;&gt;
  &lt;div class=&quot;revenue_unit_item adsense responsive&quot;&gt;
    &lt;div class=&quot;revenue_unit_info&quot;&gt;반응형&lt;/div&gt;
    &lt;script src=&quot;//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js&quot; async=&quot;async&quot;&gt;&lt;/script&gt;
    &lt;ins class=&quot;adsbygoogle&quot; style=&quot;display: block;&quot; data-ad-host=&quot;ca-host-pub-9691043933427338&quot; data-ad-client=&quot;ca-pub-8838995458428346&quot; data-ad-format=&quot;auto&quot;&gt;&lt;/ins&gt;
    &lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;2024년 양도소득세 제도 분석&lt;br /&gt;1. 양도세 기본 구조&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;양도세는&amp;nbsp;자산을&amp;nbsp;매각하여&amp;nbsp;발생한&amp;nbsp;차익에&amp;nbsp;부과되는&amp;nbsp;세금으로,&amp;nbsp;부동산과&amp;nbsp;주식&amp;nbsp;등&amp;nbsp;자산&amp;nbsp;종류에&amp;nbsp;따라&amp;nbsp;세율이&amp;nbsp;다르다.&amp;nbsp;2024년&amp;nbsp;기준&amp;nbsp;기본&amp;nbsp;누진세율은&amp;nbsp;다음과&amp;nbsp;같다: &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;1,200만&amp;nbsp;원&amp;nbsp;이하:&amp;nbsp;6% &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;1,200만&amp;nbsp;원&amp;nbsp;초과&amp;nbsp;~&amp;nbsp;4,600만&amp;nbsp;원&amp;nbsp;이하:&amp;nbsp;15% &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;4,600만&amp;nbsp;원&amp;nbsp;초과&amp;nbsp;~&amp;nbsp;8,800만&amp;nbsp;원&amp;nbsp;이하:&amp;nbsp;24% &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;8,800만&amp;nbsp;원&amp;nbsp;초과&amp;nbsp;~&amp;nbsp;1억&amp;nbsp;5,000만&amp;nbsp;원&amp;nbsp;이하:&amp;nbsp;35% &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;1억&amp;nbsp;5,000만&amp;nbsp;원&amp;nbsp;초과&amp;nbsp;~&amp;nbsp;3억&amp;nbsp;원&amp;nbsp;이하:&amp;nbsp;38% &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;3억&amp;nbsp;원&amp;nbsp;초과&amp;nbsp;~&amp;nbsp;5억&amp;nbsp;원&amp;nbsp;이하:&amp;nbsp;40% &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;5억&amp;nbsp;원&amp;nbsp;초과:&amp;nbsp;42% &lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;부동산의&amp;nbsp;경우&amp;nbsp;보유&amp;nbsp;기간과&amp;nbsp;주택&amp;nbsp;수에&amp;nbsp;따라&amp;nbsp;중과세율이&amp;nbsp;적용될&amp;nbsp;수&amp;nbsp;있다: &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;1년&amp;nbsp;미만&amp;nbsp;보유:&amp;nbsp;70% &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;1년&amp;nbsp;이상&amp;nbsp;2년&amp;nbsp;미만&amp;nbsp;보유:&amp;nbsp;60% &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;다주택자&amp;nbsp;중과:&amp;nbsp;조정대상지역&amp;nbsp;내&amp;nbsp;주택&amp;nbsp;양도&amp;nbsp;시&amp;nbsp;기본세율&amp;nbsp;+&amp;nbsp;20~30%p&amp;nbsp;(2024년&amp;nbsp;한시&amp;nbsp;배제) &lt;br /&gt;&lt;br /&gt;2. 2024년 주요 변경 사항&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;- 다주택자 중과 배제 연장: 2024년 1월 10일부터 2025년 12월 31일까지 다주택자 양도세 중과가 한시적으로 배제되었다. &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;- 금융투자소득세 폐지 : 주식 양도 시 금투세 도입이 유예되며, 기존 증권거래세(0.18%~0.35%)만 적용된다. &lt;br /&gt;&lt;br /&gt;3. 양도의 장점&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;자산&amp;nbsp;가치&amp;nbsp;상승분을&amp;nbsp;즉시&amp;nbsp;현금화할&amp;nbsp;수&amp;nbsp;있다. &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;장기&amp;nbsp;보유&amp;nbsp;시&amp;nbsp;공제&amp;nbsp;혜택(부동산&amp;nbsp;최대&amp;nbsp;80%)을&amp;nbsp;활용&amp;nbsp;가능하다. &lt;/p&gt;

&lt;p data-ke-size=&quot;size16&quot;&gt;예를 들자면?&lt;br /&gt;1. 사례 1: 부동산 증여 vs 양도&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;- 상황 : A씨는 10년 전 3억 원에 취득한 아파트가 현재 10억 원으로 상승했다. 자녀 B에게 증여하거나 매각 후 현금을 줄 계획이다. &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;b&gt;- 증여 시 계산&lt;/b&gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;증여재산가액:&amp;nbsp;10억&amp;nbsp;원 &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;공제:&amp;nbsp;5,000만&amp;nbsp;원(기본)&amp;nbsp;+&amp;nbsp;1억&amp;nbsp;원(혼인&amp;nbsp;공제,&amp;nbsp;B가&amp;nbsp;결혼한&amp;nbsp;경우)&amp;nbsp;=&amp;nbsp;1억&amp;nbsp;5,000만&amp;nbsp;원 &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;과세표준:&amp;nbsp;8억&amp;nbsp;5,000만&amp;nbsp;원 &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;증여세:&amp;nbsp;(1억&amp;nbsp;&amp;times;&amp;nbsp;10%)&amp;nbsp;+&amp;nbsp;(4억&amp;nbsp;&amp;times;&amp;nbsp;20%)&amp;nbsp;+&amp;nbsp;(3억&amp;nbsp;5,000만&amp;nbsp;&amp;times;&amp;nbsp;30%)&amp;nbsp;=&amp;nbsp;1,000만&amp;nbsp;+&amp;nbsp;8,000만&amp;nbsp;+&amp;nbsp;1억&amp;nbsp;500만&amp;nbsp;=&amp;nbsp;1억&amp;nbsp;9,500만&amp;nbsp;원 &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;세후&amp;nbsp;자산:&amp;nbsp;자녀&amp;nbsp;B가&amp;nbsp;10억&amp;nbsp;원&amp;nbsp;아파트&amp;nbsp;소유,&amp;nbsp;A씨는&amp;nbsp;1억&amp;nbsp;9,500만&amp;nbsp;원&amp;nbsp;지출 &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;b&gt;- 양도 시 계산&lt;/b&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;양도차익:&amp;nbsp;10억&amp;nbsp;원&amp;nbsp;-&amp;nbsp;3억&amp;nbsp;원&amp;nbsp;=&amp;nbsp;7억&amp;nbsp;원 &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;장기보유특별공제:&amp;nbsp;10년&amp;nbsp;이상&amp;nbsp;&amp;rarr;&amp;nbsp;80%&amp;nbsp;공제,&amp;nbsp;과세대상&amp;nbsp;1억&amp;nbsp;4,000만&amp;nbsp;원 &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;양도세:&amp;nbsp;(4,600만&amp;nbsp;&amp;times;&amp;nbsp;15%)&amp;nbsp;+&amp;nbsp;(8,800만&amp;nbsp;-&amp;nbsp;4,600만&amp;nbsp;&amp;times;&amp;nbsp;24%)&amp;nbsp;+&amp;nbsp;(1억&amp;nbsp;4,000만&amp;nbsp;-&amp;nbsp;8,800만&amp;nbsp;&amp;times;&amp;nbsp;35%)&amp;nbsp;=&amp;nbsp;690만&amp;nbsp;+&amp;nbsp;1,008만&amp;nbsp;+&amp;nbsp;1,960만&amp;nbsp;=&amp;nbsp;3,658만&amp;nbsp;원 &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;- 세후 수익 : 10억 원 - 3,658만 원 = 9억 6,342만 원 &lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- 결과 : 양도 시 A씨가 9억 6,342만 원을 현금화하여 B에게 줄 수 있으므로, 증여(세후 자산 8억 500만 원)보다 약 1억 6,000만 원 유리하다. &lt;br /&gt;&lt;br /&gt;2. 사례 2: 주식 증여 vs 양도&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;- 상황 : C씨는 1억 원에 취득한 주식이 6억 원으로 상승했다. 배우자 D에게 증여하거나 매각할 계획이다. &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;b&gt;- 증여 시 계산&lt;/b&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;증여재산가액:&amp;nbsp;6억&amp;nbsp;원 &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;공제:&amp;nbsp;6억&amp;nbsp;원(배우자&amp;nbsp;공제) &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;과세표준:&amp;nbsp;0원 &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;증여세:&amp;nbsp;0원 &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;세후&amp;nbsp;자산:&amp;nbsp;D가&amp;nbsp;6억&amp;nbsp;원&amp;nbsp;주식&amp;nbsp;소유,&amp;nbsp;C씨&amp;nbsp;비용&amp;nbsp;없음 &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;b&gt;- 양도 시 계산&lt;/b&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;양도차익:&amp;nbsp;6억&amp;nbsp;원&amp;nbsp;-&amp;nbsp;1억&amp;nbsp;원&amp;nbsp;=&amp;nbsp;5억&amp;nbsp;원 &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;양도세:&amp;nbsp;(3억&amp;nbsp;&amp;times;&amp;nbsp;38%)&amp;nbsp;+&amp;nbsp;(2억&amp;nbsp;&amp;times;&amp;nbsp;40%)&amp;nbsp;=&amp;nbsp;1억&amp;nbsp;1,400만&amp;nbsp;+&amp;nbsp;8,000만&amp;nbsp;=&amp;nbsp;1억&amp;nbsp;9,400만&amp;nbsp;원 &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;증권거래세:&amp;nbsp;6억&amp;nbsp;&amp;times;&amp;nbsp;0.18%&amp;nbsp;=&amp;nbsp;108만&amp;nbsp;원 &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;세후&amp;nbsp;수익:&amp;nbsp;6억&amp;nbsp;원&amp;nbsp;-&amp;nbsp;1억&amp;nbsp;9,400만&amp;nbsp;-&amp;nbsp;108만&amp;nbsp;=&amp;nbsp;3억&amp;nbsp;9,492만&amp;nbsp;원 &lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- 결과 : 증여 시 세금 없이 6억 원을 D에게 이전 가능하므로, 양도(3억 9,492만 원)보다 2억 508만 원 유리하다. &lt;br /&gt;&lt;br /&gt;이익 비교와 요인 분석&lt;br /&gt;1. 증여가 유리한 경우&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;자산가액이&amp;nbsp;공제&amp;nbsp;한도&amp;nbsp;내일&amp;nbsp;때(예:&amp;nbsp;배우자&amp;nbsp;6억&amp;nbsp;원,&amp;nbsp;자녀&amp;nbsp;1억&amp;nbsp;5,000만&amp;nbsp;원). &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;자산의&amp;nbsp;미래&amp;nbsp;가치&amp;nbsp;상승이&amp;nbsp;예상될&amp;nbsp;때,&amp;nbsp;증여로&amp;nbsp;기준시가를&amp;nbsp;낮춰&amp;nbsp;이후&amp;nbsp;양도세를&amp;nbsp;절감&amp;nbsp;가능. &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;세대&amp;nbsp;간&amp;nbsp;자산&amp;nbsp;이전이&amp;nbsp;목적일&amp;nbsp;때. &lt;br /&gt;&lt;br /&gt;2. 양도가 유리한 경우&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;장기&amp;nbsp;보유로&amp;nbsp;공제&amp;nbsp;혜택이&amp;nbsp;크거나&amp;nbsp;양도차익이&amp;nbsp;과세표준&amp;nbsp;상위&amp;nbsp;구간을&amp;nbsp;넘지&amp;nbsp;않을&amp;nbsp;때. &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;즉시&amp;nbsp;현금화가&amp;nbsp;필요할&amp;nbsp;때. &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp;중과세&amp;nbsp;배제&amp;nbsp;등&amp;nbsp;한시적&amp;nbsp;혜택&amp;nbsp;적용&amp;nbsp;시. &lt;br /&gt;&lt;br /&gt;3. 영향 요인&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;- 자산 종류 : 부동산은 장기보유공제, 주식은 증권거래세와 금투세 유예가 변수. &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;- 가족 관계 : 배우자 공제가 크므로 부부 간 증여가 유리할 가능성 높음. &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;- 시장 상황 : 자산 가치 상승률이 높으면 증여 후 양도가 더 이익. &lt;br /&gt;&lt;br /&gt;증여와 양도 중 무엇이 이익인지 단정하기는 어렵지만, 2024년 제도 하에서는 자산 규모와 공제 활용 여부가 핵심이다. 예를 들어, 고액 자산(10억 원 이상)은 양도 시 공제 혜택으로 세 부담이 줄어들 가능성이 크고, 중저액 자산(6억 원 이하)은 증여 공제로 세금을 피할 수 있다. 개인적으로는 자산 이전 목적과 현금 필요성을 고려한 혼합 전략을 추천한다.&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;br /&gt;정부는&amp;nbsp;증여세&amp;nbsp;공제를&amp;nbsp;확대하고&amp;nbsp;양도세&amp;nbsp;중과를&amp;nbsp;완화하는&amp;nbsp;방향으로&amp;nbsp;정책을&amp;nbsp;조정할&amp;nbsp;필요가&amp;nbsp;있다.&amp;nbsp;이는&amp;nbsp;자산&amp;nbsp;이동을&amp;nbsp;촉진하고&amp;nbsp;경제&amp;nbsp;활성화를&amp;nbsp;도울&amp;nbsp;것이다. &lt;br /&gt;&lt;br /&gt;증여는 공제 한도 내 자산 이전에, 양도는 고액 차익 실현에 유리하다. 개인 상황에 따라 다르지만, 사례에서 보듯 부동산은 양도, 주식은 증여가 더 이익일 가능성이 높다. 자산 관리 계획을 세울 때는 세율, 공제, 시장 전망을 종합적으로 고려해야 하며, 전문가 상담을 통해 최적화된 결정을 내리는 것이 중요하다.&lt;/p&gt;</description>
      <category>공제</category>
      <category>양도세</category>
      <category>이득</category>
      <category>증여세</category>
      <author>wisdom- wolf</author>
      <guid isPermaLink="true">https://twow.tistory.com/53</guid>
      <comments>https://twow.tistory.com/53#entry53comment</comments>
      <pubDate>Fri, 4 Apr 2025 18:05:30 +0900</pubDate>
    </item>
    <item>
      <title>2024년도 대한민국 고액 상속</title>
      <link>https://twow.tistory.com/52</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;2024년은 대한민국에서 상속세와 관련된 중요한 변화가 논의되고 시행된 해로 기억될 것이다. 특히 고액 자산가들의 상속 사례와 정부의 세법 개정안이 맞물리며, 상속세 부담 완화와 세수 감소에 대한 논쟁이 뜨거웠다. 이건희 삼성전자 회장과 김정주 넥슨 창업자의 상속세 납부 사례는 고액 상속의 규모와 그에 따른 사회적 파장을 보여주는 대표적인 예이며, 정부는 이를 계기로 상속세 제도를 대폭 손질하려는 움직임을 보였다.&amp;nbsp;&lt;/p&gt;
&lt;div class=&quot;revenue_unit_wrap&quot;&gt;
  &lt;div class=&quot;revenue_unit_item adsense responsive&quot;&gt;
    &lt;div class=&quot;revenue_unit_info&quot;&gt;반응형&lt;/div&gt;
    &lt;script src=&quot;//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js&quot; async=&quot;async&quot;&gt;&lt;/script&gt;
    &lt;ins class=&quot;adsbygoogle&quot; style=&quot;display: block;&quot; data-ad-host=&quot;ca-host-pub-9691043933427338&quot; data-ad-client=&quot;ca-pub-8838995458428346&quot; data-ad-format=&quot;auto&quot;&gt;&lt;/ins&gt;
    &lt;script&gt;(adsbygoogle = window.adsbygoogle || []).push({});&lt;/script&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;2024년 고액 상속 주요 사례&lt;br /&gt;1. 이건희 삼성전자 회장 상속세 납부&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;이건희&amp;nbsp;전&amp;nbsp;회장의&amp;nbsp;사망(2020년)&amp;nbsp;이후&amp;nbsp;삼성가&amp;nbsp;유족들은&amp;nbsp;약&amp;nbsp;12조&amp;nbsp;원에&amp;nbsp;달하는&amp;nbsp;상속세를&amp;nbsp;납부&amp;nbsp;중이다.&amp;nbsp;이는&amp;nbsp;대한민국&amp;nbsp;상속세&amp;nbsp;역사상&amp;nbsp;최대&amp;nbsp;규모로,&amp;nbsp;2021년부터&amp;nbsp;6년간&amp;nbsp;연&amp;nbsp;2조&amp;nbsp;원씩&amp;nbsp;분할&amp;nbsp;납부되고&amp;nbsp;있다.&amp;nbsp;2024년에도&amp;nbsp;이&amp;nbsp;납부&amp;nbsp;과정은&amp;nbsp;계속되었으며,&amp;nbsp;이는&amp;nbsp;고액&amp;nbsp;상속이&amp;nbsp;기업&amp;nbsp;경영과&amp;nbsp;자금&amp;nbsp;흐름에&amp;nbsp;미치는&amp;nbsp;영향을&amp;nbsp;보여준다.&amp;nbsp;삼성가는&amp;nbsp;주식&amp;nbsp;매각과&amp;nbsp;배당&amp;nbsp;수익을&amp;nbsp;활용해&amp;nbsp;상속세를&amp;nbsp;충당하고&amp;nbsp;있으며,&amp;nbsp;이&amp;nbsp;과정에서&amp;nbsp;삼성전자&amp;nbsp;지배구조에&amp;nbsp;대한&amp;nbsp;논의도&amp;nbsp;이어졌다. &lt;/p&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;taxes-2638811_1280.png&quot; data-origin-width=&quot;1280&quot; data-origin-height=&quot;817&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/Nu4Bu/btsM9u0F5zl/eyEqQRg37ik26V3LkjiISk/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/Nu4Bu/btsM9u0F5zl/eyEqQRg37ik26V3LkjiISk/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/Nu4Bu/btsM9u0F5zl/eyEqQRg37ik26V3LkjiISk/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FNu4Bu%2FbtsM9u0F5zl%2FeyEqQRg37ik26V3LkjiISk%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;1280&quot; height=&quot;817&quot; data-filename=&quot;taxes-2638811_1280.png&quot; data-origin-width=&quot;1280&quot; data-origin-height=&quot;817&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;br /&gt;2. 김정주 넥슨 창업자 상속세&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;김정주&amp;nbsp;전&amp;nbsp;회장의&amp;nbsp;사망(2022년)으로&amp;nbsp;유족은&amp;nbsp;약&amp;nbsp;5조&amp;nbsp;3,000억&amp;nbsp;원의&amp;nbsp;상속세를&amp;nbsp;부과받았다.&amp;nbsp;2024년에도&amp;nbsp;이&amp;nbsp;상속세&amp;nbsp;납부가&amp;nbsp;진행&amp;nbsp;중이며,&amp;nbsp;이는&amp;nbsp;IT&amp;nbsp;업계에서&amp;nbsp;발생한&amp;nbsp;또&amp;nbsp;다른&amp;nbsp;대규모&amp;nbsp;상속&amp;nbsp;사례로&amp;nbsp;주목받았다.&amp;nbsp;넥슨의&amp;nbsp;비상장&amp;nbsp;주식&amp;nbsp;가치&amp;nbsp;평가와&amp;nbsp;상속세&amp;nbsp;계산&amp;nbsp;과정에서&amp;nbsp;복잡한&amp;nbsp;법적&amp;middot;재무적&amp;nbsp;논쟁이&amp;nbsp;있었고,&amp;nbsp;유족은&amp;nbsp;자산&amp;nbsp;처분과&amp;nbsp;대출을&amp;nbsp;통해&amp;nbsp;세금을&amp;nbsp;마련한&amp;nbsp;것으로&amp;nbsp;알려졌다. &lt;br /&gt;&lt;br /&gt;3. 기타 고액 상속 사례&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;2024년에는&amp;nbsp;재계와&amp;nbsp;IT&amp;nbsp;업계&amp;nbsp;외에도&amp;nbsp;부동산&amp;nbsp;자산가들&amp;nbsp;사이에서&amp;nbsp;고액&amp;nbsp;상속이&amp;nbsp;두드러졌다.&amp;nbsp;예를&amp;nbsp;들어,&amp;nbsp;서울&amp;nbsp;강남&amp;nbsp;지역의&amp;nbsp;부동산&amp;nbsp;상속&amp;nbsp;사례에서&amp;nbsp;자녀&amp;nbsp;공제&amp;nbsp;확대(후술)로&amp;nbsp;세&amp;nbsp;부담이&amp;nbsp;크게&amp;nbsp;줄어든&amp;nbsp;경우가&amp;nbsp;보도되었다.&amp;nbsp;이는&amp;nbsp;상속세&amp;nbsp;개정안이&amp;nbsp;실제&amp;nbsp;적용될&amp;nbsp;경우&amp;nbsp;중산층과&amp;nbsp;고액&amp;nbsp;자산가&amp;nbsp;모두에게&amp;nbsp;영향을&amp;nbsp;미칠&amp;nbsp;가능성을&amp;nbsp;시사한다. &lt;/p&gt;

&lt;p data-ke-size=&quot;size16&quot;&gt;2024년 세법 개정안과 고액 상속&lt;br /&gt;1. 세법 개정안 주요 내용&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;2024년&amp;nbsp;7월&amp;nbsp;25일,&amp;nbsp;기획재정부는&amp;nbsp;&amp;lsquo;2024년&amp;nbsp;세법&amp;nbsp;개정안&amp;rsquo;을&amp;nbsp;발표했다.&amp;nbsp;상속세와&amp;nbsp;관련된&amp;nbsp;주요&amp;nbsp;변화는&amp;nbsp;다음과&amp;nbsp;같다: &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;- 최고세율 인하 : 상속세 최고세율이 50%에서 40%로 10%p 낮아졌다. &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;- 자녀 공제 확대 : 자녀 1인당 공제액이 5,000만 원에서 5억 원으로 상향되었다. &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;- 과세표준 조정 : 하위 과표 구간이 확대되어(예: 10% 세율 적용 구간 1억 원 이하 &amp;rarr; 2억 원 이하), 중저액 상속에 대한 세 부담이 줄었다. &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;- 가업상속 공제 확대 : 중소&amp;middot;중견기업의 가업 승계를 지원하기 위해 공제 한도가 상향되었으며, 일부 기업은 공제 한도가 폐지되었다. &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;- 최대주주 할증 평가 폐지 : 기업 승계를 용이하게 하기 위해 최대주주 보유 주식에 대한 할증 과세가 없어졌다. &lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;이&amp;nbsp;개정안은&amp;nbsp;2025년&amp;nbsp;1월&amp;nbsp;1일&amp;nbsp;이후&amp;nbsp;상속&amp;nbsp;개시분부터&amp;nbsp;적용될&amp;nbsp;예정이었으나,&amp;nbsp;2024년&amp;nbsp;12월&amp;nbsp;9일&amp;nbsp;국회&amp;nbsp;본회의에서&amp;nbsp;상속&amp;middot;증여세법&amp;nbsp;개정안이&amp;nbsp;부결되며&amp;nbsp;실행이&amp;nbsp;무산되었다.&lt;/p&gt;
&lt;div class=&quot;revenue_unit_wrap&quot;&gt;
  &lt;div class=&quot;revenue_unit_item tenping&quot;&gt;
    &lt;div class=&quot;revenue_unit_info&quot;&gt;SMALL&lt;/div&gt;
    &lt;tenping class=&quot;adsbytenping&quot; style=&quot;width: 100%; max-width: 768px; margin: 0 auto; display: block;&quot; mediaid=&quot;5671486&quot; tenping-ad-display-type=&quot;UD8Mia8gyIoT5Z2MT6VB3Q%3d%3d&quot;&gt;&lt;/tenping&gt;
    &lt;script src=&quot;//tads.tenping.kr/scripts/adsbytenping.min.js&quot; async=&quot;async&quot;&gt;&lt;/script&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;2. 세수 감소와 혜택 분배 논란&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;정부는&amp;nbsp;이번&amp;nbsp;개정안으로&amp;nbsp;약&amp;nbsp;1.7조&amp;nbsp;원(자녀&amp;nbsp;공제&amp;nbsp;확대)에서&amp;nbsp;1.8조&amp;nbsp;원(최고세율&amp;nbsp;인하)에&amp;nbsp;달하는&amp;nbsp;세수&amp;nbsp;감소가&amp;nbsp;발생할&amp;nbsp;것으로&amp;nbsp;추산했다.&amp;nbsp;그러나&amp;nbsp;이는&amp;nbsp;고액&amp;nbsp;자산가에게&amp;nbsp;혜택이&amp;nbsp;집중된다는&amp;nbsp;비판을&amp;nbsp;받았다.&amp;nbsp;예를&amp;nbsp;들어,&amp;nbsp;상속&amp;nbsp;재산&amp;nbsp;100억&amp;nbsp;원&amp;nbsp;이상일&amp;nbsp;경우&amp;nbsp;세율&amp;nbsp;인하와&amp;nbsp;공제&amp;nbsp;확대의&amp;nbsp;복합&amp;nbsp;효과로&amp;nbsp;세&amp;nbsp;부담이&amp;nbsp;최대&amp;nbsp;23%&amp;nbsp;감소하며,&amp;nbsp;200억&amp;nbsp;원&amp;nbsp;상속&amp;nbsp;시&amp;nbsp;감소율은&amp;nbsp;더&amp;nbsp;커진다.&amp;nbsp;반면,&amp;nbsp;상속&amp;nbsp;재산&amp;nbsp;20억&amp;nbsp;원&amp;nbsp;이하에서는&amp;nbsp;자녀&amp;nbsp;공제&amp;nbsp;확대만으로도&amp;nbsp;세금이&amp;nbsp;면제될&amp;nbsp;수&amp;nbsp;있어&amp;nbsp;중산층에도&amp;nbsp;일부&amp;nbsp;혜택이&amp;nbsp;돌아갔다. &lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;사회적 반응과 논쟁&lt;br /&gt;1. 찬성 입장&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;- 기업 경쟁력 강화 : 정부와 재계는 상속세 부담 완화가 기업 승계와 지속 성장을 돕는다고 주장했다. 특히 최대주주 할증 폐지와 가업상속 공제 확대는 중소&amp;middot;중견기업의 경영 안정화에 기여할 것으로 기대되었다. &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;- 중산층 부담 완화 : 자녀 공제 확대는 강남 3구 30평대 아파트(약 20억 원) 상속 시 세금이 면제될 수 있어, 중산층의 세 부담을 줄이는 효과가 있다는 평가를 받았다. &lt;br /&gt;&lt;br /&gt;2. 반대 입장&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;- 부자 감세 논란 : 한국세무사회 등은 개정안이 고액 자산가에게 더 큰 혜택을 준다고 비판했다. 상속 재산 30억 원과 100억 원을 비교하면 후자의 감면율이 훨씬 높아, 부의 대물림을 조장한다는 지적이 나왔다. &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;- 재정 건전성 우려 : 세수 감소가 18조 원에 이를 수 있다는 분석은 복지 예산 축소와 저소득층 지원 약화로 이어질 수 있다는 우려를 낳았다. &lt;br /&gt;&lt;br /&gt;3. 국회 부결과 여파&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;2024년&amp;nbsp;12월&amp;nbsp;9일,&amp;nbsp;상속&amp;middot;증여세법&amp;nbsp;개정안이&amp;nbsp;국회&amp;nbsp;본회의에서&amp;nbsp;부결되며&amp;nbsp;논쟁은&amp;nbsp;일단락되었다.&amp;nbsp;야당은&amp;nbsp;&amp;ldquo;부자&amp;nbsp;감세&amp;rdquo;라며&amp;nbsp;반대했고,&amp;nbsp;여당은&amp;nbsp;&amp;ldquo;경제&amp;nbsp;활성화&amp;rdquo;를&amp;nbsp;강조했으나&amp;nbsp;합의에&amp;nbsp;이르지&amp;nbsp;못했다.&amp;nbsp;이는&amp;nbsp;2025년&amp;nbsp;상속세&amp;nbsp;제도가&amp;nbsp;현행&amp;nbsp;체계를&amp;nbsp;유지함을&amp;nbsp;의미하며,&amp;nbsp;고액&amp;nbsp;상속가들은&amp;nbsp;여전히&amp;nbsp;높은&amp;nbsp;세율을&amp;nbsp;감당해야&amp;nbsp;한다. &lt;br /&gt;&lt;br /&gt;개인적 분석과 의견&lt;br /&gt;1. 고액 상속의 경제적 의미&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;이건희와 김정주 사례에서 보듯, 고액 상속은 단순한 개인 자산 이전을 넘어 기업의 지배구조와 국가 경제에 영향을 미친다. 삼성가의 경우 상속세 납부가 주식 시장과 배당 정책에 변화를 가져왔고, 넥슨은 비상장 기업으로서 자금 조달에 어려움을 겪었다. 이는 상속세가 과도할 경우 기업 활동이 위축될 수 있음을 보여준다. &lt;br /&gt;&lt;br /&gt;2. 세법 개정안의 장단점&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;개정안은&amp;nbsp;중산층과&amp;nbsp;고액&amp;nbsp;자산가&amp;nbsp;모두에게&amp;nbsp;혜택을&amp;nbsp;주려&amp;nbsp;했으나,&amp;nbsp;결과적으로&amp;nbsp;고액&amp;nbsp;자산가에&amp;nbsp;더&amp;nbsp;유리한&amp;nbsp;구조였다.&amp;nbsp;자녀&amp;nbsp;공제&amp;nbsp;5억&amp;nbsp;원은&amp;nbsp;중산층에&amp;nbsp;실질적&amp;nbsp;도움을&amp;nbsp;줄&amp;nbsp;수&amp;nbsp;있었지만,&amp;nbsp;최고세율&amp;nbsp;인하와&amp;nbsp;할증&amp;nbsp;폐지는&amp;nbsp;상속&amp;nbsp;재산&amp;nbsp;100억&amp;nbsp;원&amp;nbsp;이상인&amp;nbsp;상위&amp;nbsp;1%에게&amp;nbsp;과도한&amp;nbsp;혜택을&amp;nbsp;제공했다.&amp;nbsp;이는&amp;nbsp;조세&amp;nbsp;형평성을&amp;nbsp;훼손하고,&amp;nbsp;부의&amp;nbsp;불평등을&amp;nbsp;심화할&amp;nbsp;가능성이&amp;nbsp;있다. &lt;br /&gt;&lt;br /&gt;2024년 대한민국 고액 상속은 이건희, 김정주 사례를 통해 그 규모와 영향을 실감하게 했고, 세법 개정안 논의는 조세 정책의 방향성을 둘러싼 사회적 갈등을 드러냈다. 비록 개정안이 부결되었으나, 상속세 개혁의 필요성은 여전히 남아 있다. 앞으로는 중산층과 고액 자산가 간 균형, 그리고 세수 감소에 따른 재정 건전성을 고려한 정책이 마련되어야 할 것이다. 고액 상속은 단순히 개인의 문제가 아니라, 경제와 사회 구조에 영향을 미치는 중대한 사안임을 인식하고, 지속적인 논의가 필요하다.&lt;/p&gt;</description>
      <category>TAX</category>
      <category>고액상속</category>
      <category>상속세</category>
      <category>세금</category>
      <category>세법개정</category>
      <author>wisdom- wolf</author>
      <guid isPermaLink="true">https://twow.tistory.com/52</guid>
      <comments>https://twow.tistory.com/52#entry52comment</comments>
      <pubDate>Fri, 4 Apr 2025 15:51:19 +0900</pubDate>
    </item>
  </channel>
</rss>