<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>psk3939 님의 블로그</title>
    <link>https://psk3939.tistory.com/</link>
    <description>psk3939 님의 블로그 입니다.</description>
    <language>ko</language>
    <pubDate>Mon, 1 Jun 2026 22:51:07 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>psk3939</managingEditor>
    <item>
      <title>4. 10.(금)</title>
      <link>https://psk3939.tistory.com/29</link>
      <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ko&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;4월 10일(금) 상한가 종목 정리&lt;/title&gt;
    &lt;script src=&quot;https://cdn.tailwindcss.com&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css&quot;&gt;
    &lt;style&gt;
        body { font-family: 'Pretendard', sans-serif; background-color: #ffffff; }
        .chart-container { border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; }
        @media print { .no-print { display: none; } }
        
        .theme-header { 
            grid-column: 1 / -1; 
            background-color: #f9fafb; 
            border-left: 4px solid #ef4444; 
            padding: 12px 16px; 
            margin: 15px 0 5px 0; 
            border-radius: 0 4px 4px 0; 
            display: flex;
            align-items: baseline;
            gap: 12px;
            flex-wrap: wrap;
        }
        .theme-title { font-weight: bold; font-size: 1.1rem; color: #111827; white-space: nowrap; }
        .theme-desc { font-size: 1rem; color: #4b5563; font-weight: normal; line-height: 1.4; flex: 1; }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body class=&quot;p-6&quot;&gt;

    &lt;header class=&quot;mb-8 pb-4&quot;&gt;
        &lt;h1 class=&quot;text-3xl font-black text-gray-900 text-center md:text-left&quot;&gt;4월 10일(금) 오늘의 상한가 · 시황 정리&lt;/h1&gt;
        &lt;p class=&quot;mt-4 text-gray-600 leading-relaxed text-center md:text-left&quot;&gt;
            금일 시장은 &lt;span class=&quot;font-bold text-red-600&quot;&gt;광통신·실리콘 포토닉스&lt;/span&gt; 섹터가 젠슨 황의 GTC 발언 및 글로벌 기업의 투자 모멘텀으로 폭발적인 강세를 보였습니다.&lt;br class=&quot;hidden md:block&quot;&gt;
            또한 &lt;span class=&quot;font-bold text-red-600&quot;&gt;우주 반도체 및 RISC-V&lt;/span&gt; 관련주가 삼성과 엔비디아의 투자 소식에 힘입어 시장의 중심에 섰습니다.
        &lt;/p&gt;
    &lt;/header&gt;

    &lt;div class=&quot;grid grid-cols-1 md:grid-cols-2 gap-8&quot;&gt;
        
        &lt;!-- 광통신 테마 --&gt;
        &lt;div class=&quot;theme-header&quot;&gt;
            &lt;span class=&quot;theme-title&quot;&gt;광통신 및 실리콘 포토닉스&lt;/span&gt;
            &lt;span class=&quot;theme-desc&quot;&gt;젠슨 황, GTC에서 광통신 대규모 투자 계획 언급 및 엔비디아·마벨 등의 추가 투자 검토 모멘텀 지속&lt;/span&gt;
        &lt;/div&gt;

        &lt;div class=&quot;space-y-2&quot;&gt;
            &lt;div class=&quot;flex justify-between items-center border-b border-gray-200 pb-1&quot;&gt;
                &lt;span class=&quot;text-lg font-bold&quot;&gt;1. 빛샘전자 (072950)&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;chart-container&quot;&gt;
                &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/072950.png&quot; alt=&quot;빛샘전자&quot; class=&quot;w-full&quot;&gt;
            &lt;/div&gt;
            &lt;p class=&quot;text-base text-gray-700&quot;&gt;광통신 중요성 부각 및 엔비디아 투자 검토 모멘텀에 따른 &lt;span class=&quot;text-red-600 font-bold&quot;&gt;대장주 상한가&lt;/span&gt;&lt;/p&gt;
        &lt;/div&gt;

        &lt;div class=&quot;space-y-2&quot;&gt;
            &lt;div class=&quot;flex justify-between items-center border-b border-gray-200 pb-1&quot;&gt;
                &lt;span class=&quot;text-lg font-bold&quot;&gt;2. 에이스테크 (088800)&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;chart-container&quot;&gt;
                &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/088800.png&quot; alt=&quot;에이스테크&quot; class=&quot;w-full&quot;&gt;
            &lt;/div&gt;
            &lt;p class=&quot;text-base text-gray-700&quot;&gt;광통신 대규모 투자 소식에 따른 &lt;span class=&quot;text-red-600 font-bold&quot;&gt;통신 장비주&lt;/span&gt; 동반 강세&lt;/p&gt;
        &lt;/div&gt;

        &lt;!-- 반도체 / 우주 / RISC-V --&gt;
        &lt;div class=&quot;theme-header&quot;&gt;
            &lt;span class=&quot;theme-title&quot;&gt;우주 반도체 및 첨단 설계(RISC-V)&lt;/span&gt;
            &lt;span class=&quot;theme-desc&quot;&gt;삼성전자의 우주급 반도체 국산화 성공 부각 및 엔비디아의 사이파이브(SiFive) 투자 참여 소식&lt;/span&gt;
        &lt;/div&gt;

        &lt;div class=&quot;space-y-2&quot;&gt;
            &lt;div class=&quot;flex justify-between items-center border-b border-gray-200 pb-1&quot;&gt;
                &lt;span class=&quot;text-lg font-bold&quot;&gt;3. 시지트로닉스 (429270)&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;chart-container&quot;&gt;
                &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/429270.png&quot; alt=&quot;시지트로닉스&quot; class=&quot;w-full&quot;&gt;
            &lt;/div&gt;
            &lt;p class=&quot;text-base text-gray-700&quot;&gt;삼성의 우주 반도체 개발 소식과 함께 과거 &lt;span class=&quot;text-red-600 font-bold&quot;&gt;우주급 다이오드&lt;/span&gt; 국산화 사실 부각&lt;/p&gt;
        &lt;/div&gt;

        &lt;div class=&quot;space-y-2&quot;&gt;
            &lt;div class=&quot;flex justify-between items-center border-b border-gray-200 pb-1&quot;&gt;
                &lt;span class=&quot;text-lg font-bold&quot;&gt;4. 세미파이브 (490470)&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;chart-container&quot;&gt;
                &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/490470.png&quot; alt=&quot;세미파이브&quot; class=&quot;w-full&quot;&gt;
            &lt;/div&gt;
            &lt;p class=&quot;text-base text-gray-700&quot;&gt;최대주주 사이파이브의 4억 달러 조달에 &lt;span class=&quot;text-red-600 font-bold&quot;&gt;엔비디아 참여&lt;/span&gt; 소식 영향&lt;/p&gt;
        &lt;/div&gt;

        &lt;!-- 자본변동 및 실적 --&gt;
        &lt;div class=&quot;theme-header&quot;&gt;
            &lt;span class=&quot;theme-title&quot;&gt;자본 변동 및 실적 턴어라운드&lt;/span&gt;
            &lt;span class=&quot;theme-desc&quot;&gt;무상증자 권리락 효과와 주식 소각을 통한 주가 부양, 1분기 흑자 전환 등 개별 호재&lt;/span&gt;
        &lt;/div&gt;

        &lt;div class=&quot;space-y-2&quot;&gt;
            &lt;div class=&quot;flex justify-between items-center border-b border-gray-200 pb-1&quot;&gt;
                &lt;span class=&quot;text-lg font-bold&quot;&gt;5. 대동금속 (020400)&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;chart-container&quot;&gt;
                &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/020400.png&quot; alt=&quot;대동금속&quot; class=&quot;w-full&quot;&gt;
            &lt;/div&gt;
            &lt;p class=&quot;text-base text-gray-700&quot;&gt;&lt;span class=&quot;text-red-600 font-bold&quot;&gt;무상증자 권리락&lt;/span&gt; 효과 및 재건 테마 연동에 따른 상한가&lt;/p&gt;
        &lt;/div&gt;

        &lt;div class=&quot;space-y-2&quot;&gt;
            &lt;div class=&quot;flex justify-between items-center border-b border-gray-200 pb-1&quot;&gt;
                &lt;span class=&quot;text-lg font-bold&quot;&gt;6. 모아텍 (033200)&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;chart-container&quot;&gt;
                &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/033200.png&quot; alt=&quot;모아텍&quot; class=&quot;w-full&quot;&gt;
            &lt;/div&gt;
            &lt;p class=&quot;text-base text-gray-700&quot;&gt;약 512만 주의 &lt;span class=&quot;text-red-600 font-bold&quot;&gt;보통주 소각 결정&lt;/span&gt; 공시에 따른 주주가치 제고 기대감&lt;/p&gt;
        &lt;/div&gt;

        &lt;div class=&quot;space-y-2&quot;&gt;
            &lt;div class=&quot;flex justify-between items-center border-b border-gray-200 pb-1&quot;&gt;
                &lt;span class=&quot;text-lg font-bold&quot;&gt;7. 캠시스 (050110)&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;chart-container&quot;&gt;
                &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/050110.png&quot; alt=&quot;캠시스&quot; class=&quot;w-full&quot;&gt;
            &lt;/div&gt;
            &lt;p class=&quot;text-base text-gray-700&quot;&gt;1분기 &lt;span class=&quot;text-red-600 font-bold&quot;&gt;흑자 전환&lt;/span&gt; 성공 및 호실적 소식에 따른 강세&lt;/p&gt;
        &lt;/div&gt;

        &lt;!-- 물류 / 정치 / 기타 --&gt;
        &lt;div class=&quot;theme-header&quot;&gt;
            &lt;span class=&quot;theme-title&quot;&gt;해운 물류 및 정치 테마&lt;/span&gt;
            &lt;span class=&quot;theme-desc&quot;&gt;지정학적 리스크에 따른 항로 변경 수혜 및 지방선거 대진표 확정에 따른 수급 이동&lt;/span&gt;
        &lt;/div&gt;

        &lt;div class=&quot;space-y-2&quot;&gt;
            &lt;div class=&quot;flex justify-between items-center border-b border-gray-200 pb-1&quot;&gt;
                &lt;span class=&quot;text-lg font-bold&quot;&gt;8. 대한해운 (005880)&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;chart-container&quot;&gt;
                &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/005880.png&quot; alt=&quot;대한해운&quot; class=&quot;w-full&quot;&gt;
            &lt;/div&gt;
            &lt;p class=&quot;text-base text-gray-700&quot;&gt;북극항로 특별법 통과 및 &lt;span class=&quot;text-red-600 font-bold&quot;&gt;호르무즈 해협&lt;/span&gt; 항행 제한 영향&lt;/p&gt;
        &lt;/div&gt;

        &lt;div class=&quot;space-y-2&quot;&gt;
            &lt;div class=&quot;flex justify-between items-center border-b border-gray-200 pb-1&quot;&gt;
                &lt;span class=&quot;text-lg font-bold&quot;&gt;9. 에스제이그룹 (306040)&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;chart-container&quot;&gt;
                &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/306040.png&quot; alt=&quot;에스제이그룹&quot; class=&quot;w-full&quot;&gt;
            &lt;/div&gt;
            &lt;p class=&quot;text-base text-gray-700&quot;&gt;정원오 서울시장 후보 확정 소식에 따른 &lt;span class=&quot;text-red-600 font-bold&quot;&gt;정치 테마주&lt;/span&gt; 편입&lt;/p&gt;
        &lt;/div&gt;

        &lt;div class=&quot;space-y-2&quot;&gt;
            &lt;div class=&quot;flex justify-between items-center border-b border-gray-200 pb-1&quot;&gt;
                &lt;span class=&quot;text-lg font-bold&quot;&gt;10. 앱튼 (270520)&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;chart-container&quot;&gt;
                &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/270520.png&quot; alt=&quot;앱튼&quot; class=&quot;w-full&quot;&gt;
            &lt;/div&gt;
            &lt;p class=&quot;text-base text-gray-700&quot;&gt;&lt;span class=&quot;text-red-600 font-bold&quot;&gt;주식 병합&lt;/span&gt; 전 기술적 반등 및 거래정지 앞둔 변동성 확대&lt;/p&gt;
        &lt;/div&gt;

    &lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;</description>
      <category>상한가</category>
      <author>psk3939</author>
      <guid isPermaLink="true">https://psk3939.tistory.com/29</guid>
      <comments>https://psk3939.tistory.com/29#entry29comment</comments>
      <pubDate>Wed, 13 May 2026 02:34:19 +0900</pubDate>
    </item>
    <item>
      <title>4. 9.(목)</title>
      <link>https://psk3939.tistory.com/28</link>
      <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ko&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;4월 9일(목) 상한가 종목 정리&lt;/title&gt;
    &lt;script src=&quot;https://cdn.tailwindcss.com&quot;&gt;&lt;/script&gt;
    &lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css&quot;&gt;
    &lt;style&gt;
        body { font-family: 'Pretendard', sans-serif; background-color: #ffffff; }
        .chart-container { border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; }
        @media print { .no-print { display: none; } }
        
        .theme-header { 
            grid-column: 1 / -1; 
            background-color: #f9fafb; 
            border-left: 4px solid #ef4444; 
            padding: 12px 16px; 
            margin: 15px 0 5px 0; 
            border-radius: 0 4px 4px 0; 
            display: flex;
            align-items: baseline;
            gap: 12px;
            flex-wrap: wrap;
        }
        .theme-title { font-weight: bold; font-size: 1.1rem; color: #111827; white-space: nowrap; }
        /* 요청하신 대로 소제목 옆 내용 글씨 크기를 1rem으로 확대 */
        .theme-desc { font-size: 1rem; color: #4b5563; font-weight: normal; line-height: 1.4; flex: 1; }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body class=&quot;p-6&quot;&gt;

    &lt;header class=&quot;mb-8 pb-4&quot;&gt;
        &lt;h1 class=&quot;text-3xl font-black text-gray-900 text-center md:text-left&quot;&gt;4월 9일(목) 오늘의 상한가 · 시황 정리&lt;/h1&gt;
        &lt;p class=&quot;mt-4 text-gray-600 leading-relaxed text-center md:text-left&quot;&gt;
            금일 시장은 &lt;span class=&quot;font-bold text-red-600&quot;&gt;광통신·실리콘 포토닉스&lt;/span&gt; 섹터가 엔비디아의 투자 모멘텀으로 강력한 시세를 분출했습니다.&lt;br class=&quot;hidden md:block&quot;&gt;
            또한 중동 지역 에너지 시설 공격에 따른 &lt;span class=&quot;font-bold text-red-600&quot;&gt;중소형 철강 및 가스관&lt;/span&gt; 관련주가 동반 강세를 보였습니다.
        &lt;/p&gt;
    &lt;/header&gt;

    &lt;div class=&quot;grid grid-cols-1 md:grid-cols-2 gap-8&quot;&gt;
        
        &lt;div class=&quot;theme-header&quot;&gt;
            &lt;span class=&quot;theme-title&quot;&gt;광통신 및 실리콘 포토닉스&lt;/span&gt;
            &lt;span class=&quot;theme-desc&quot;&gt;젠슨 황 GTC 투자 언급 및 엔비디아·마벨의 추가 투자 검토 소식에 따른 섹터 전반의 강력한 매수세 유입&lt;/span&gt;
        &lt;/div&gt;

        &lt;div class=&quot;space-y-2&quot;&gt;
            &lt;div class=&quot;flex justify-between items-center border-b border-gray-200 pb-1&quot;&gt;
                &lt;span class=&quot;text-lg font-bold&quot;&gt;1. 광전자 (017900)&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;chart-container&quot;&gt;
                &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/017900.png&quot; alt=&quot;광전자&quot; class=&quot;w-full&quot;&gt;
            &lt;/div&gt;
            &lt;p class=&quot;text-base text-gray-700&quot;&gt;젠슨 황 GTC 광통신 투자 계획 언급 및 &lt;span class=&quot;text-red-600 font-bold&quot;&gt;실리콘 포토닉스&lt;/span&gt; 중요성 부각에 따른 상한가&lt;/p&gt;
        &lt;/div&gt;

        &lt;div class=&quot;space-y-2&quot;&gt;
            &lt;div class=&quot;flex justify-between items-center border-b border-gray-200 pb-1&quot;&gt;
                &lt;span class=&quot;text-lg font-bold&quot;&gt;2. 빛과전자 (069540)&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;chart-container&quot;&gt;
                &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/069540.png&quot; alt=&quot;빛과전자&quot; class=&quot;w-full&quot;&gt;
            &lt;/div&gt;
            &lt;p class=&quot;text-base text-gray-700&quot;&gt;엔비디아, 마벨 등 글로벌 기업들의 &lt;span class=&quot;text-red-600 font-bold&quot;&gt;광통신 부품&lt;/span&gt; 추가 투자 검토 모멘텀 수혜&lt;/p&gt;
        &lt;/div&gt;

        &lt;div class=&quot;space-y-2&quot;&gt;
            &lt;div class=&quot;flex justify-between items-center border-b border-gray-200 pb-1&quot;&gt;
                &lt;span class=&quot;text-lg font-bold&quot;&gt;3. 이노인스트루먼트 (215790)&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;chart-container&quot;&gt;
                &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/215790.png&quot; alt=&quot;이노인스트루먼트&quot; class=&quot;w-full&quot;&gt;
            &lt;/div&gt;
            &lt;p class=&quot;text-base text-gray-700&quot;&gt;광통신 대규모 투자 계획에 따른 &lt;span class=&quot;text-red-600 font-bold&quot;&gt;광접속기&lt;/span&gt; 수요 확대 기대감 반영&lt;/p&gt;
        &lt;/div&gt;

        &lt;div class=&quot;space-y-2&quot;&gt;
            &lt;div class=&quot;flex justify-between items-center border-b border-gray-200 pb-1&quot;&gt;
                &lt;span class=&quot;text-lg font-bold&quot;&gt;4. 네이블 (153460)&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;chart-container&quot;&gt;
                &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/153460.png&quot; alt=&quot;네이블&quot; class=&quot;w-full&quot;&gt;
            &lt;/div&gt;
            &lt;p class=&quot;text-base text-gray-700&quot;&gt;광통신 테마 급등에 따른 &lt;span class=&quot;text-red-600 font-bold&quot;&gt;통신장비&lt;/span&gt; 섹터 전반으로의 순환매 확대 영향&lt;/p&gt;
        &lt;/div&gt;

        &lt;div class=&quot;theme-header&quot;&gt;
            &lt;span class=&quot;theme-title&quot;&gt;철강·가스관 및 중동 재건&lt;/span&gt;
            &lt;span class=&quot;theme-desc&quot;&gt;중동 에너지 시설 공격 지속 및 사우디 송유관 드론 공격 등 우회 경로 확보를 위한 새 송유관 계획 재부각&lt;/span&gt;
        &lt;/div&gt;

        &lt;div class=&quot;space-y-2&quot;&gt;
            &lt;div class=&quot;flex justify-between items-center border-b border-gray-200 pb-1&quot;&gt;
                &lt;span class=&quot;text-lg font-bold&quot;&gt;5. 금강철강 (053260)&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;chart-container&quot;&gt;
                &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/053260.png&quot; alt=&quot;금강철강&quot; class=&quot;w-full&quot;&gt;
            &lt;/div&gt;
            &lt;p class=&quot;text-base text-gray-700&quot;&gt;중동 에너지 시설 공격 및 &lt;span class=&quot;text-red-600 font-bold&quot;&gt;새 송유관 계획&lt;/span&gt; 재부각에 따른 중소형 철강주 강세&lt;/p&gt;
        &lt;/div&gt;

        &lt;div class=&quot;space-y-2&quot;&gt;
            &lt;div class=&quot;flex justify-between items-center border-b border-gray-200 pb-1&quot;&gt;
                &lt;span class=&quot;text-lg font-bold&quot;&gt;6. 부국철강 (026940)&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;chart-container&quot;&gt;
                &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/026940.png&quot; alt=&quot;부국철강&quot; class=&quot;w-full&quot;&gt;
            &lt;/div&gt;
            &lt;p class=&quot;text-base text-gray-700&quot;&gt;건설·플랜트 연계 철강 제품의 &lt;span class=&quot;text-red-600 font-bold&quot;&gt;재건 복구&lt;/span&gt; 과정 직접 수혜 기대감&lt;/p&gt;
        &lt;/div&gt;

        &lt;div class=&quot;space-y-2&quot;&gt;
            &lt;div class=&quot;flex justify-between items-center border-b border-gray-200 pb-1&quot;&gt;
                &lt;span class=&quot;text-lg font-bold&quot;&gt;7. 태영건설우 (009415)&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;chart-container&quot;&gt;
                &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/009415.png&quot; alt=&quot;태영건설우&quot; class=&quot;w-full&quot;&gt;
            &lt;/div&gt;
            &lt;p class=&quot;text-base text-gray-700&quot;&gt;중동 &lt;span class=&quot;text-red-600 font-bold&quot;&gt;재건 모멘텀&lt;/span&gt;에 따른 건설 우선주 수급 집중&lt;/p&gt;
        &lt;/div&gt;

        &lt;div class=&quot;theme-header&quot;&gt;
            &lt;span class=&quot;theme-title&quot;&gt;방산 및 바이오·의료기기&lt;/span&gt;
            &lt;span class=&quot;theme-desc&quot;&gt;천궁-II 독점 공급 실적 성장세와 메가젠임플란트의 경영권 지분 취득 및 환기종목 해제 등 개별 재료&lt;/span&gt;
        &lt;/div&gt;

        &lt;div class=&quot;space-y-2&quot;&gt;
            &lt;div class=&quot;flex justify-between items-center border-b border-gray-200 pb-1&quot;&gt;
                &lt;span class=&quot;text-lg font-bold&quot;&gt;8. 퍼스텍 (010820)&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;chart-container&quot;&gt;
                &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/010820.png&quot; alt=&quot;퍼스텍&quot; class=&quot;w-full&quot;&gt;
            &lt;/div&gt;
            &lt;p class=&quot;text-base text-gray-700&quot;&gt;&lt;span class=&quot;text-red-600 font-bold&quot;&gt;천궁-Ⅱ&lt;/span&gt; 구동장치 독점 공급 및 드론 시장 진출 등 매출 급성장 기대감&lt;/p&gt;
        &lt;/div&gt;

        &lt;div class=&quot;space-y-2&quot;&gt;
            &lt;div class=&quot;flex justify-between items-center border-b border-gray-200 pb-1&quot;&gt;
                &lt;span class=&quot;text-lg font-bold&quot;&gt;9. 레이 (228670)&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;chart-container&quot;&gt;
                &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/228670.png&quot; alt=&quot;레이&quot; class=&quot;w-full&quot;&gt;
            &lt;/div&gt;
            &lt;p class=&quot;text-base text-gray-700&quot;&gt;메가젠임플란트의 &lt;span class=&quot;text-red-600 font-bold&quot;&gt;경영권 영향&lt;/span&gt; 목적 지분 취득(5.13%) 공시 영향&lt;/p&gt;
        &lt;/div&gt;

        &lt;div class=&quot;space-y-2&quot;&gt;
            &lt;div class=&quot;flex justify-between items-center border-b border-gray-200 pb-1&quot;&gt;
                &lt;span class=&quot;text-lg font-bold&quot;&gt;10. 피플바이오 (304840)&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;chart-container&quot;&gt;
                &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/304840.png&quot; alt=&quot;피플바이오&quot; class=&quot;w-full&quot;&gt;
            &lt;/div&gt;
            &lt;p class=&quot;text-base text-gray-700&quot;&gt;감사보고서 적정 판정 및 &lt;span class=&quot;text-red-600 font-bold&quot;&gt;투자환기종목 해제&lt;/span&gt;에 따른 불확실성 제거&lt;/p&gt;
        &lt;/div&gt;

        &lt;div class=&quot;theme-header&quot;&gt;
            &lt;span class=&quot;theme-title&quot;&gt;자본 변동 및 기타 개별&lt;/span&gt;
            &lt;span class=&quot;theme-desc&quot;&gt;1분기 흑자 전환 실적 턴어라운드 및 주식 병합(액면병합)을 통한 주가 부양 의지 등 자본 구조 변화&lt;/span&gt;
        &lt;/div&gt;

        &lt;div class=&quot;space-y-2&quot;&gt;
            &lt;div class=&quot;flex justify-between items-center border-b border-gray-200 pb-1&quot;&gt;
                &lt;span class=&quot;text-lg font-bold&quot;&gt;11. 코이즈 (121890)&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;chart-container&quot;&gt;
                &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/121890.png&quot; alt=&quot;코이즈&quot; class=&quot;w-full&quot;&gt;
            &lt;/div&gt;
            &lt;p class=&quot;text-base text-gray-700&quot;&gt;1분기 &lt;span class=&quot;text-red-600 font-bold&quot;&gt;흑자 전환&lt;/span&gt; 성공에 따른 실적 턴어라운드 모멘텀 지속&lt;/p&gt;
        &lt;/div&gt;

        &lt;div class=&quot;space-y-2&quot;&gt;
            &lt;div class=&quot;flex justify-between items-center border-b border-gray-200 pb-1&quot;&gt;
                &lt;span class=&quot;text-lg font-bold&quot;&gt;12. 앱튼 (270520)&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;chart-container&quot;&gt;
                &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/270520.png&quot; alt=&quot;앱튼&quot; class=&quot;w-full&quot;&gt;
            &lt;/div&gt;
            &lt;p class=&quot;text-base text-gray-700&quot;&gt;&lt;span class=&quot;text-red-600 font-bold&quot;&gt;주식 병합&lt;/span&gt; 예정에 따른 거래 정지 전 수급 유입&lt;/p&gt;
        &lt;/div&gt;

        &lt;div class=&quot;space-y-2&quot;&gt;
            &lt;div class=&quot;flex justify-between items-center border-b border-gray-200 pb-1&quot;&gt;
                &lt;span class=&quot;text-lg font-bold&quot;&gt;13. 오가닉티코스메틱 (900300)&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;chart-container&quot;&gt;
                &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/900300.png&quot; alt=&quot;오가닉티코스메틱&quot; class=&quot;w-full&quot;&gt;
            &lt;/div&gt;
            &lt;p class=&quot;text-base text-gray-700&quot;&gt;역사적 신저가 기록 후 &lt;span class=&quot;text-red-600 font-bold&quot;&gt;주식 병합&lt;/span&gt; 소식에 따른 주가 부양 기대감 반등&lt;/p&gt;
        &lt;/div&gt;

        &lt;div class=&quot;space-y-2&quot;&gt;
            &lt;div class=&quot;flex justify-between items-center border-b border-gray-200 pb-1&quot;&gt;
                &lt;span class=&quot;text-lg font-bold&quot;&gt;14. 애머릿지 (900100)&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;chart-container&quot;&gt;
                &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/900100.png&quot; alt=&quot;애머릿지&quot; class=&quot;w-full&quot;&gt;
            &lt;/div&gt;
            &lt;p class=&quot;text-base text-gray-700&quot;&gt;전일 역사적 신저가 경신 이후 과매도에 따른 &lt;span class=&quot;text-red-600 font-bold&quot;&gt;기술적 반등&lt;/span&gt; 구간 진입&lt;/p&gt;
        &lt;/div&gt;

        &lt;div class=&quot;space-y-2&quot;&gt;
            &lt;div class=&quot;flex justify-between items-center border-b border-gray-200 pb-1&quot;&gt;
                &lt;span class=&quot;text-lg font-bold&quot;&gt;15. 디이엔티 (079810)&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;chart-container&quot;&gt;
                &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/079810.png&quot; alt=&quot;디이엔티&quot; class=&quot;w-full&quot;&gt;
            &lt;/div&gt;
            &lt;p class=&quot;text-base text-gray-700&quot;&gt;레이저 노칭 장비 등 &lt;span class=&quot;text-red-600 font-bold&quot;&gt;이차전지 핵심 공정&lt;/span&gt; 장비 수주 모멘텀 부각&lt;/p&gt;
        &lt;/div&gt;

    &lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;</description>
      <category>상한가</category>
      <author>psk3939</author>
      <guid isPermaLink="true">https://psk3939.tistory.com/28</guid>
      <comments>https://psk3939.tistory.com/28#entry28comment</comments>
      <pubDate>Wed, 13 May 2026 00:47:30 +0900</pubDate>
    </item>
    <item>
      <title>4. 8.(수) - 중동재건 , 광통신</title>
      <link>https://psk3939.tistory.com/22</link>
      <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ko&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;script src=&quot;https://cdn.tailwindcss.com&quot;&gt;&lt;/script&gt;
    &lt;style&gt;
        .content-card { 
            background: white; 
            border-radius: 12px; 
            overflow: hidden; 
            box-shadow: 0 4px 20px rgba(0,0,0,0.05); 
            max-width: 1400px; 
            margin: 20px auto; 
            font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;
        }
        .accent-bar { height: 6px; background: linear-gradient(90deg, #10b981, #34d399); }
        
        .summary-section {
            background-color: white;
            border-bottom: 1px solid #f3f4f6;
        }

        .section-title {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 1rem;
            padding: 0.4rem 1rem;
            background: #ecfdf5; 
            border-radius: 8px;
            border-left: 5px solid #10b981; 
            font-size: 1.15rem;
            font-weight: 800;
            color: #064e3b;
            margin-top: 1.5rem;
        }

        .force-grid { 
            display: grid; 
            grid-template-columns: repeat(1, minmax(0, 1fr)); 
            gap: 1.5rem;
            margin-bottom: 2rem;
        }
        @media (min-width: 768px) { 
            .force-grid { 
                grid-template-columns: repeat(2, minmax(0, 1fr)) !important; 
            } 
        }
        
        .chart-img-container { 
            background: #f8f9fa; 
            border-radius: 8px; 
            overflow: hidden; 
            position: relative; 
            border: 1px solid #eee;
            aspect-ratio: 16 / 9;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .chart-img-container img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .issue-text {
            font-size: 0.92rem;
            line-height: 1.5;
            color: #4b5563;
            padding-left: 0.75rem;
            border-left: 3px solid #d1d5db;
            background-color: transparent;
            padding-top: 0.4rem;
            padding-bottom: 0.4rem;
            min-height: auto;
        }

        .highlight-key {
            color: #059669;
            font-weight: 700;
        }
        
        .summary-badge {
            display: inline-block;
            padding: 4px 0; 
            color: #111827; 
            font-weight: 900;
            font-size: 0.95rem;
            margin-right: 16px;
            min-width: 80px;
            border-right: 2px solid #e5e7eb;
        }
        
        .summary-item {
            padding: 10px 0; 
            display: flex;
            align-items: center;
            border-bottom: 1px dashed #f3f4f6;
        }
        .summary-item:last-child { border-bottom: none; }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body class=&quot;bg-gray-100 p-4&quot;&gt;

&lt;div class=&quot;content-card&quot;&gt;
    &lt;div class=&quot;accent-bar&quot;&gt;&lt;/div&gt;
    
    &lt;header class=&quot;p-6 border-b border-gray-100 bg-white text-center&quot;&gt;
        &lt;h1 class=&quot;text-2xl font-bold text-gray-800 tracking-tight&quot;&gt;2026년 4월 8일(수) 상한가 · 시황 정리&lt;/h1&gt;
        &lt;p class=&quot;text-sm text-gray-500 mt-1&quot;&gt;중동 &lt;span class=&quot;highlight-key&quot;&gt;2주 휴전 합의&lt;/span&gt;에 따른 재건 기대감 및 &lt;span class=&quot;highlight-key&quot;&gt;광통신 인프라&lt;/span&gt; 집중 매수세&lt;/p&gt;
    &lt;/header&gt;

    &lt;section class=&quot;summary-section p-6 md:px-12 border-b border-gray-100&quot;&gt;
        &lt;div class=&quot;flex flex-col&quot;&gt;
            &lt;div class=&quot;summary-item&quot;&gt;
                &lt;span class=&quot;summary-badge&quot;&gt;핵심 이슈&lt;/span&gt;
                &lt;span class=&quot;text-base font-bold text-gray-900 mr-3&quot;&gt;중동 재건 모멘텀&lt;/span&gt;
                &lt;span class=&quot;text-base text-gray-600&quot;&gt;미국-이란 휴전 소식에 대형 건설사 및 원전/로봇 섹터 급등&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;summary-item&quot;&gt;
                &lt;span class=&quot;summary-badge&quot;&gt;테마 동향&lt;/span&gt;
                &lt;span class=&quot;text-base font-bold text-gray-900 mr-3&quot;&gt;기술 및 인프라&lt;/span&gt;
                &lt;span class=&quot;text-base text-gray-600&quot;&gt;광통신 대규모 투자 지속 및 반도체 소부장 섹터 호실적 기대감&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;summary-item&quot;&gt;
                &lt;span class=&quot;summary-badge&quot;&gt;핵심 키워드&lt;/span&gt;
                &lt;div class=&quot;flex gap-4 text-base font-bold text-emerald-600&quot;&gt;
                    &lt;span&gt;#중동재건휴전&lt;/span&gt;
                    &lt;span&gt;#광통신포토닉스&lt;/span&gt;
                    &lt;span&gt;#K-로봇북미공략&lt;/span&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/section&gt;

    &lt;div class=&quot;p-6 md:px-10 md:pb-10 bg-white&quot;&gt;
        
        &lt;!-- 테마 1. 광통신 테마 --&gt;
        &lt;h2 class=&quot;section-title&quot;&gt;광통신 테마 (기산텔레콤 / 코위버 / 에프알텍 / 이루온 / 머큐리 / 와이어블 / 아이즈비전)&lt;/h2&gt;
        &lt;div class=&quot;force-grid&quot;&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;기산텔레콤 (035460)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/035460.png&quot; alt=&quot;기산텔레콤 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;젠슨 황 GTC 투자 언급 모멘텀 지속. &lt;span class=&quot;highlight-key&quot;&gt;광통신 대규모 투자&lt;/span&gt; 수혜 기대감에 강세.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;코위버 (056360)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/056360.png&quot; alt=&quot;코위버 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;광전송 장비 및 &lt;span class=&quot;highlight-key&quot;&gt;양자암호 통신&lt;/span&gt; 기술력 부각. 섹터 전반의 수급 유입.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;에프알텍 (073540)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/073540.png&quot; alt=&quot;에프알텍 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;광중계기 등 통신 인프라 관련주로 분류되며 &lt;span class=&quot;highlight-key&quot;&gt;엔비디아발 인프라 투자&lt;/span&gt; 수혜.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;이루온 (065440)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/065440.png&quot; alt=&quot;이루온 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;5G 및 통신 솔루션 전문 기업으로 &lt;span class=&quot;highlight-key&quot;&gt;광학 통신망&lt;/span&gt; 확충 모멘텀 동반 상승.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;머큐리 (100590)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/100590.png&quot; alt=&quot;머큐리 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;광케이블 및 정보통신 단말기 전문성 부각. &lt;span class=&quot;highlight-key&quot;&gt;기가 WiFi 6&lt;/span&gt; 인프라 수요 기대.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;와이어블 (065530)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/065530.png&quot; alt=&quot;와이어블 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;공용 무선기지국 및 통신 인프라 유지보수 강점. &lt;span class=&quot;highlight-key&quot;&gt;인프라 재건&lt;/span&gt; 수혜주 성격.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;아이즈비전 (031310)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/031310.png&quot; alt=&quot;아이즈비전 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;알뜰폰 및 통신 서비스. &lt;span class=&quot;highlight-key&quot;&gt;통신 테마 순환매&lt;/span&gt; 속에서 저가 매수세 유입.&lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- 테마 2. 중동 재건 및 건설 --&gt;
        &lt;h2 class=&quot;section-title&quot;&gt;중동 재건 및 건설 (수산세보틱스 / 희림 / 대우건설 / GS건설 / DL이앤씨 / 상지건설)&lt;/h2&gt;
        &lt;div class=&quot;force-grid&quot;&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;수산세보틱스 (017550)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/017550.png&quot; alt=&quot;수산세보틱스 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;미국-이란 휴전 합의에 따른 &lt;span class=&quot;highlight-key&quot;&gt;원전 및 로보틱스&lt;/span&gt; 재건 사업 참여 기대감 폭발.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;희림 (037440)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/037440.png&quot; alt=&quot;희림 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;대표적인 재건 테마주. 중동 지역 &lt;span class=&quot;highlight-key&quot;&gt;설계 및 감리&lt;/span&gt; 프로젝트 재개 전망에 급등.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;대우건설 (047040)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/047040.png&quot; alt=&quot;대우건설 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;대형 건설사 중 원전 수혜와 &lt;span class=&quot;highlight-key&quot;&gt;중동발 훈풍&lt;/span&gt;이 겹치며 기관·외국인 동반 매수세 유입.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;GS건설 (006360)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/006360.png&quot; alt=&quot;GS건설 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;중동 인프라 건설 재개 기대감. &lt;span class=&quot;highlight-key&quot;&gt;섹터 전반의 저가 매수&lt;/span&gt; 유입으로 인한 급등 마감.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;DL이앤씨 (375500)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/375500.png&quot; alt=&quot;DL이앤씨 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;플랜트 및 해외 수주 모멘텀. &lt;span class=&quot;highlight-key&quot;&gt;저평가 건설주&lt;/span&gt; 매력이 부각되며 반등세.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;상지건설 (042940)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/042940.png&quot; alt=&quot;상지건설 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;건설 테마 순환매 수혜. &lt;span class=&quot;highlight-key&quot;&gt;건설 수급 개선&lt;/span&gt; 및 재건 사업 기대감에 따른 동반 상승.&lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- 테마 3. 반도체 및 신사업 --&gt;
        &lt;h2 class=&quot;section-title&quot;&gt;반도체 및 신사업 (엠케이전자 / 현대무벡스 / SKAI / 아이티엠반도체 / 앤씨앤)&lt;/h2&gt;
        &lt;div class=&quot;force-grid&quot;&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;엠케이전자 (033160)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/033160.png&quot; alt=&quot;엠케이전자 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;반도체 업황 회복 및 &lt;span class=&quot;highlight-key&quot;&gt;와이어본딩 수요&lt;/span&gt; 확대 지속. SK하이닉스 실적 기대감 반영.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;현대무벡스 (319400)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/319400.png&quot; alt=&quot;현대무벡스 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;MODEX 2026 참가. &lt;span class=&quot;highlight-key&quot;&gt;AI·K로봇&lt;/span&gt; 기반 스마트 물류 기술로 북미 시장 공략 본격화.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;SKAI (357880)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/357880.png&quot; alt=&quot;SKAI 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;2026년 &lt;span class=&quot;highlight-key&quot;&gt;공공 부문 AI·데이터 사업&lt;/span&gt; 수주 릴레이 소식에 따른 기업 가치 재평가.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;아이티엠반도체 (084850)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/084850.png&quot; alt=&quot;아이티엠반도체 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;전자담배 ODM 수익성 개선 및 &lt;span class=&quot;highlight-key&quot;&gt;방산·로보틱스&lt;/span&gt; 신사업 모멘텀 부각.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;앤씨앤 (092600)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/092600.png&quot; alt=&quot;앤씨앤 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;차량용 반도체 및 영상 처리 칩 수요 증대. &lt;span class=&quot;highlight-key&quot;&gt;자율주행 인프라&lt;/span&gt; 관련 수급 집중.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;코이즈 (121850)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/121850.png&quot; alt=&quot;코이즈 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;&lt;span class=&quot;highlight-key&quot;&gt;1분기 영업이익 흑자&lt;/span&gt; 전환 성공. 투자주의환기종목 리스크 완화에 따른 급등.&lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- 테마 4. 기타 특징주 --&gt;
        &lt;h2 class=&quot;section-title&quot;&gt;기타 특징주 (피플바이오 / 파인디앤씨 / 광진실업)&lt;/h2&gt;
        &lt;div class=&quot;force-grid&quot;&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;피플바이오 (304840)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/304840.png&quot; alt=&quot;피플바이오 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;감사보고서 적정 판정 및 &lt;span class=&quot;highlight-key&quot;&gt;환기종목 해제&lt;/span&gt;. 재무 리스크 해소에 따른 급반등.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;파인디앤씨 (049120)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/049120.png&quot; alt=&quot;파인디앤씨 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;&lt;span class=&quot;highlight-key&quot;&gt;주식병합&lt;/span&gt;으로 인한 매매거래 정지 전 기대감 형성 및 소수 수급 집중.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;광진실업 (026910)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/026910.png&quot; alt=&quot;광진실업 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;특수강 제조 및 개별 수급 호조. &lt;span class=&quot;highlight-key&quot;&gt;철강/금속 테마&lt;/span&gt; 순환매 영향으로 견조한 흐름.&lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

    &lt;/div&gt;

    &lt;footer class=&quot;p-6 bg-gray-50 border-t border-gray-100 flex flex-col items-center gap-1 no-print&quot;&gt;
        &lt;p class=&quot;text-[10px] text-gray-400 font-medium italic&quot;&gt;※ 본 정보는 투자 참고용이며, 투자에 대한 최종 책임은 본인에게 있습니다.&lt;/p&gt;
        &lt;div class=&quot;text-[9px] font-bold text-gray-300 uppercase tracking-[0.3em] mt-1&quot;&gt;DAILY STOCK MARKET REPORT&lt;/div&gt;
    &lt;/footer&gt;
&lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;</description>
      <category>상한가</category>
      <author>psk3939</author>
      <guid isPermaLink="true">https://psk3939.tistory.com/22</guid>
      <comments>https://psk3939.tistory.com/22#entry22comment</comments>
      <pubDate>Sun, 3 May 2026 23:16:46 +0900</pubDate>
    </item>
    <item>
      <title>4. 7.(화)</title>
      <link>https://psk3939.tistory.com/21</link>
      <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ko&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;script src=&quot;https://cdn.tailwindcss.com&quot;&gt;&lt;/script&gt;
    &lt;style&gt;
        .content-card { 
            background: white; 
            border-radius: 12px; 
            overflow: hidden; 
            box-shadow: 0 4px 20px rgba(0,0,0,0.05); 
            max-width: 1400px; 
            margin: 20px auto; 
            font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;
        }
        .accent-bar { height: 6px; background: linear-gradient(90deg, #10b981, #34d399); }
        
        .summary-section {
            background-color: white;
            border-bottom: 1px solid #f3f4f6;
        }

        .section-title {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 1rem;
            padding: 0.4rem 1rem;
            background: #ecfdf5; 
            border-radius: 8px;
            border-left: 5px solid #10b981; 
            font-size: 1.15rem;
            font-weight: 800;
            color: #064e3b;
            margin-top: 1.5rem;
        }

        .force-grid { 
            display: grid; 
            grid-template-columns: repeat(1, minmax(0, 1fr)); 
            gap: 1.5rem;
            margin-bottom: 2rem;
        }
        @media (min-width: 768px) { 
            .force-grid { 
                grid-template-columns: repeat(2, minmax(0, 1fr)) !important; 
            } 
        }
        
        .chart-img-container { 
            background: #f8f9fa; 
            border-radius: 8px; 
            overflow: hidden; 
            position: relative; 
            border: 1px solid #eee;
            aspect-ratio: 16 / 9;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .chart-img-container img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .issue-text {
            font-size: 0.92rem;
            line-height: 1.5;
            color: #4b5563;
            padding-left: 0.75rem;
            border-left: 3px solid #d1d5db;
            background-color: transparent;
            padding-top: 0.4rem;
            padding-bottom: 0.4rem;
            min-height: auto;
        }

        .highlight-key {
            color: #059669;
            font-weight: 700;
            text-decoration: none;
        }
        
        .summary-badge {
            display: inline-block;
            padding: 4px 0; 
            color: #111827; 
            font-weight: 900;
            font-size: 0.95rem;
            margin-right: 16px;
            min-width: 80px;
            border-right: 2px solid #e5e7eb;
        }
        
        .summary-item {
            padding: 10px 0; 
            display: flex;
            align-items: center;
            border-bottom: 1px dashed #f3f4f6;
        }
        .summary-item:last-child { border-bottom: none; }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body class=&quot;bg-gray-100 p-4&quot;&gt;

&lt;div class=&quot;content-card&quot;&gt;
    &lt;div class=&quot;accent-bar&quot;&gt;&lt;/div&gt;
    
    &lt;header class=&quot;p-6 border-b border-gray-100 bg-white text-center&quot;&gt;
        &lt;h1 class=&quot;text-2xl font-bold text-gray-800 tracking-tight&quot;&gt;2026년 4월 7일(화) 상한가 · 시황 정리&lt;/h1&gt;
        &lt;p class=&quot;text-sm text-gray-500 mt-1&quot;&gt;글로벌 &lt;span class=&quot;highlight-key&quot;&gt;광통신 인프라 투자&lt;/span&gt; 및 &lt;span class=&quot;highlight-key&quot;&gt;역사적 신저가 반등&lt;/span&gt; 섹터별 테마 분석&lt;/p&gt;
    &lt;/header&gt;

    &lt;section class=&quot;summary-section p-6 md:px-12 border-b border-gray-100&quot;&gt;
        &lt;div class=&quot;flex flex-col&quot;&gt;
            &lt;div class=&quot;summary-item&quot;&gt;
                &lt;span class=&quot;summary-badge&quot;&gt;핵심 이슈&lt;/span&gt;
                &lt;span class=&quot;text-base font-bold text-gray-900 mr-3&quot;&gt;광통신 테마 강세&lt;/span&gt;
                &lt;span class=&quot;text-base text-gray-600&quot;&gt;젠슨 황 GTC 투자 언급 및 실리콘 포토닉스 중요성 부각&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;summary-item&quot;&gt;
                &lt;span class=&quot;summary-badge&quot;&gt;테마 동향&lt;/span&gt;
                &lt;span class=&quot;text-base font-bold text-gray-900 mr-3&quot;&gt;기술적 반등 장세&lt;/span&gt;
                &lt;span class=&quot;text-base text-gray-600&quot;&gt;역사적 신저가 종목군 중심의 강한 저가 매수세 유입&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;summary-item&quot;&gt;
                &lt;span class=&quot;summary-badge&quot;&gt;핵심 키워드&lt;/span&gt;
                &lt;div class=&quot;flex gap-4 text-base font-bold text-emerald-600&quot;&gt;
                    &lt;span&gt;#광통신·포토닉스&lt;/span&gt;
                    &lt;span&gt;#GPU최적화&lt;/span&gt;
                    &lt;span&gt;#신저가기술적반등&lt;/span&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/section&gt;

    &lt;div class=&quot;p-6 md:px-10 md:pb-10 bg-white&quot;&gt;
        
        &lt;h2 class=&quot;section-title&quot;&gt;광통신 테마 (옵티시스 / 이노인스트루먼트 / 광전자 / CS)&lt;/h2&gt;
        &lt;div class=&quot;force-grid&quot;&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;옵티시스 (109080)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/109080.png&quot; alt=&quot;옵티시스 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;젠슨 황의 &lt;span class=&quot;highlight-key&quot;&gt;광통신 대규모 투자&lt;/span&gt; 계획 언급. 실리콘 포토닉스 기술 가치 부각에 따른 상한가.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;이노인스트루먼트 (215790)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/215790.png&quot; alt=&quot;이노인스트루먼트 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;엔비디아, 마벨 등 글로벌 빅테크의 &lt;span class=&quot;highlight-key&quot;&gt;광통신 투자 모멘텀&lt;/span&gt; 지속으로 인한 섹터 강세.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;광전자 (017900)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/017900.png&quot; alt=&quot;광전자 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;광통신 부품 전문성 및 &lt;span class=&quot;highlight-key&quot;&gt;데이터센터 인프라&lt;/span&gt; 확장 수혜주로 부각되며 동반 급등.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;CS (065770)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/065770.png&quot; alt=&quot;CS 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;광학 통신 솔루션 중요성 증대에 따른 &lt;span class=&quot;highlight-key&quot;&gt;엔비디아발 수혜&lt;/span&gt; 기대감 지속.&lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;h2 class=&quot;section-title&quot;&gt;기술적 반등 및 개별 특징주 (글로본 / 캡스톤파트너스 / 코이즈)&lt;/h2&gt;
        &lt;div class=&quot;force-grid&quot;&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;글로본 (019660)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/019660.png&quot; alt=&quot;글로본 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;&lt;span class=&quot;highlight-key&quot;&gt;화장품 수출 최대치&lt;/span&gt; 기록 뉴스 속 상한가. 업종 내 순환매 및 저가 매수세 유입.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;캡스톤파트너스 (452300)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/452300.png&quot; alt=&quot;캡스톤파트너스 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;당근, 마켓컬리 등 &lt;span class=&quot;highlight-key&quot;&gt;투자금 회수 잭팟&lt;/span&gt; 예고 및 펀드 청산 기대감에 따른 급등.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;코이즈 (121850)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/121850.png&quot; alt=&quot;코이즈 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;&lt;span class=&quot;highlight-key&quot;&gt;1분기 흑자 전환&lt;/span&gt; 성공 및 역사적 신저가 구간에서의 기술적 반등 성공.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;카티스 (140430)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/140430.png&quot; alt=&quot;카티스 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;신저가 부근 반등. 보안 및 &lt;span class=&quot;highlight-key&quot;&gt;드론·양자암호 테마&lt;/span&gt; 편입 가능성에 따른 수급 유입.&lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;h2 class=&quot;section-title&quot;&gt;AI 인프라 및 신사업 (아크릴 / 풍산홀딩스 / 프로이천)&lt;/h2&gt;
        &lt;div class=&quot;force-grid&quot;&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;아크릴 (비상장/관련주)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/019660.png&quot; alt=&quot;아크릴 대용차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;&lt;span class=&quot;highlight-key&quot;&gt;GPU 최적화 기술&lt;/span&gt; 검증 완료. 데이터센터 성능 25배 향상 소식에 시장 관심 집중.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;풍산홀딩스 (005810)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/005810.png&quot; alt=&quot;풍산홀딩스 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;&lt;span class=&quot;highlight-key&quot;&gt;방산 사업부 매각&lt;/span&gt; 기대감 및 지배구조 개선 모멘텀 지속에 따른 강세.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;프로이천 (321260)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/321260.png&quot; alt=&quot;프로이천 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;삼성전자 1분기 호실적 여파 및 &lt;span class=&quot;highlight-key&quot;&gt;애플 협력 관계&lt;/span&gt; 기반의 장비 수주 모멘텀 지속.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;앤씨앤 (092600)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/092600.png&quot; alt=&quot;앤씨앤 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;반도체 설계 및 보안 칩 관련 섹터 수급 유입에 따른 &lt;span class=&quot;highlight-key&quot;&gt;기술적 급등&lt;/span&gt;.&lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;h2 class=&quot;section-title&quot;&gt;기타 특징주 (형지I&amp;C / 모아데이타)&lt;/h2&gt;
        &lt;div class=&quot;force-grid&quot;&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;형지I&amp;C (011080)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/011080.png&quot; alt=&quot;형지I&amp;C 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;&lt;span class=&quot;highlight-key&quot;&gt;감자 전 거래정지&lt;/span&gt;(10일)를 앞둔 변동성 확대 및 역사적 신저가 반등.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;모아데이타 (288980)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/288980.png&quot; alt=&quot;모아데이타 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;AI 이상탐지 및 데이터 분석 테마 내 &lt;span class=&quot;highlight-key&quot;&gt;순환매 저가 수급&lt;/span&gt; 유입에 따른 상승.&lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

    &lt;/div&gt;

    &lt;footer class=&quot;p-6 bg-gray-50 border-t border-gray-100 flex flex-col items-center gap-1 no-print&quot;&gt;
        &lt;p class=&quot;text-[10px] text-gray-400 font-medium italic&quot;&gt;※ 본 정보는 투자 참고용이며, 투자에 대한 최종 책임은 본인에게 있습니다.&lt;/p&gt;
        &lt;div class=&quot;text-[9px] font-bold text-gray-300 uppercase tracking-[0.3em] mt-1&quot;&gt;DAILY STOCK MARKET REPORT&lt;/div&gt;
    &lt;/footer&gt;
&lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;</description>
      <category>상한가</category>
      <author>psk3939</author>
      <guid isPermaLink="true">https://psk3939.tistory.com/21</guid>
      <comments>https://psk3939.tistory.com/21#entry21comment</comments>
      <pubDate>Sun, 3 May 2026 22:51:40 +0900</pubDate>
    </item>
    <item>
      <title>4월 6일(월)</title>
      <link>https://psk3939.tistory.com/20</link>
      <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ko&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;script src=&quot;https://cdn.tailwindcss.com&quot;&gt;&lt;/script&gt;
    &lt;style&gt;
        .content-card { 
            background: white; 
            border-radius: 12px; 
            overflow: hidden; 
            box-shadow: 0 4px 20px rgba(0,0,0,0.05); 
            max-width: 1400px; 
            margin: 20px auto; 
            font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;
        }
        .accent-bar { height: 6px; background: linear-gradient(90deg, #10b981, #34d399); }
        
        .summary-section {
            background-color: white;
            border-bottom: 1px solid #f3f4f6;
        }

        .section-title {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 1rem;
            padding: 0.4rem 1rem;
            background: #ecfdf5; 
            border-radius: 8px;
            border-left: 5px solid #10b981; 
            font-size: 1.15rem;
            font-weight: 800;
            color: #064e3b;
            margin-top: 1.5rem;
        }

        .force-grid { 
            display: grid; 
            grid-template-columns: repeat(1, minmax(0, 1fr)); 
            gap: 1.5rem;
            margin-bottom: 2rem;
        }
        @media (min-width: 768px) { 
            .force-grid { 
                grid-template-columns: repeat(2, minmax(0, 1fr)) !important; 
            } 
        }
        
        .chart-img-container { 
            background: #f8f9fa; 
            border-radius: 8px; 
            overflow: hidden; 
            position: relative; 
            border: 1px solid #eee;
            aspect-ratio: 16 / 9;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .chart-img-container img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .issue-text {
            font-size: 0.92rem;
            line-height: 1.5;
            color: #4b5563;
            padding-left: 0.75rem;
            border-left: 3px solid #d1d5db;
            background-color: transparent;
            padding-top: 0.4rem;
            padding-bottom: 0.4rem;
            min-height: auto;
        }

        .highlight-key {
            color: #059669;
            font-weight: 700;
            text-decoration: none;
        }
        
        .summary-badge {
            display: inline-block;
            padding: 4px 0; 
            color: #111827; 
            font-weight: 900;
            font-size: 0.95rem;
            margin-right: 16px;
            min-width: 80px;
            border-right: 2px solid #e5e7eb;
        }
        
        .summary-item {
            padding: 10px 0; 
            display: flex;
            align-items: center;
            border-bottom: 1px dashed #f3f4f6;
        }
        .summary-item:last-child { border-bottom: none; }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body class=&quot;bg-gray-100 p-4&quot;&gt;

&lt;div class=&quot;content-card&quot;&gt;
    &lt;div class=&quot;accent-bar&quot;&gt;&lt;/div&gt;
    
    &lt;header class=&quot;p-6 border-b border-gray-100 bg-white text-center&quot;&gt;
        &lt;h1 class=&quot;text-2xl font-bold text-gray-800 tracking-tight&quot;&gt;2026년 4월 6일(월) 상한가 · 시황 정리&lt;/h1&gt;
        &lt;p class=&quot;text-sm text-gray-500 mt-1&quot;&gt;글로벌 &lt;span class=&quot;highlight-key&quot;&gt;AI 결제 표준화&lt;/span&gt; 및 &lt;span class=&quot;highlight-key&quot;&gt;공급망 리스크&lt;/span&gt; 섹터별 테마 분석&lt;/p&gt;
    &lt;/header&gt;

    &lt;section class=&quot;summary-section p-6 md:px-12 border-b border-gray-100&quot;&gt;
        &lt;div class=&quot;flex flex-col&quot;&gt;
            &lt;div class=&quot;summary-item&quot;&gt;
                &lt;span class=&quot;summary-badge&quot;&gt;핵심 이슈&lt;/span&gt;
                &lt;span class=&quot;text-base font-bold text-gray-900 mr-3&quot;&gt;다날, AAIF 합류&lt;/span&gt;
                &lt;span class=&quot;text-base text-gray-600&quot;&gt;한국 기업 최초 글로벌 AI 결제 표준 구축 기대감&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;summary-item&quot;&gt;
                &lt;span class=&quot;summary-badge&quot;&gt;테마 동향&lt;/span&gt;
                &lt;span class=&quot;text-base font-bold text-gray-900 mr-3&quot;&gt;광통신 투자 가속&lt;/span&gt;
                &lt;span class=&quot;text-base text-gray-600&quot;&gt;엔비디아발 인프라 확장으로 인한 광학 연결 섹터 강세&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class=&quot;summary-item&quot;&gt;
                &lt;span class=&quot;summary-badge&quot;&gt;핵심 키워드&lt;/span&gt;
                &lt;div class=&quot;flex gap-4 text-base font-bold text-emerald-600&quot;&gt;
                    &lt;span&gt;#에이전틱AI&lt;/span&gt;
                    &lt;span&gt;#광통신인프라&lt;/span&gt;
                    &lt;span&gt;#알루미늄공급망&lt;/span&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/section&gt;

    &lt;div class=&quot;p-6 md:px-10 md:pb-10 bg-white&quot;&gt;
        
        &lt;!-- 테마 1. 핀테크 &amp; AI 결제 --&gt;
        &lt;h2 class=&quot;section-title&quot;&gt;핀테크 &amp; AI 결제 (다날 / 한패스)&lt;/h2&gt;
        &lt;div class=&quot;force-grid&quot;&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;다날 (064260)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/064260.png&quot; alt=&quot;다날 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;한국 기업 최초 &lt;span class=&quot;highlight-key&quot;&gt;에이전틱 AI 재단(AAIF)&lt;/span&gt; 공식 멤버 합류. 글로벌 AI 결제 표준화 주도 기대감.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;한패스 (408470)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/408470.png&quot; alt=&quot;한패스 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;다날 강세에 따른 &lt;span class=&quot;highlight-key&quot;&gt;스테이블코인 결제&lt;/span&gt; 테마 낙수효과 및 상장 후 기술적 반등 성공.&lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- 테마 2. 광통신 테마 --&gt;
        &lt;h2 class=&quot;section-title&quot;&gt;광통신 테마 (CS, 이노인스트루먼트, 광전자, 기가레인)&lt;/h2&gt;
        &lt;div class=&quot;force-grid&quot;&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;CS (065770)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/065770.png&quot; alt=&quot;CS 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;엔비디아 젠슨 황의 &lt;span class=&quot;highlight-key&quot;&gt;광통신 대규모 투자&lt;/span&gt; 언급에 따른 실리콘 포토닉스 기술 가치 부각.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;이노인스트루먼트 (215790)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/215790.png&quot; alt=&quot;이노인스트루먼트 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;글로벌 빅테크 기업들의 &lt;span class=&quot;highlight-key&quot;&gt;AI 인프라 투자 모멘텀&lt;/span&gt; 지속에 따른 광통신 장비 수요 확대.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;광전자 (017900)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/017900.png&quot; alt=&quot;광전자 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;광통신 부품 및 반도체 소자 전문성 부각. 엔비디아발 &lt;span class=&quot;highlight-key&quot;&gt;섹터 순환매&lt;/span&gt; 수혜 유입.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;기가레인 (049080)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/049080.png&quot; alt=&quot;기가레인 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;초고속 데이터 전송 필수인 &lt;span class=&quot;highlight-key&quot;&gt;광학 연결 솔루션&lt;/span&gt; 및 5G 인프라 테마 관련주로 부각.&lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- 테마 3. 중동 리스크 &amp; 원자재 --&gt;
        &lt;h2 class=&quot;section-title&quot;&gt;중동 리스크 &amp; 원자재 (남선알미늄, 진영)&lt;/h2&gt;
        &lt;div class=&quot;force-grid&quot;&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;남선알미늄 (008350)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/008350.png&quot; alt=&quot;남선알미늄 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;UAE 알루미늄 제련소 타격에 따른 &lt;span class=&quot;highlight-key&quot;&gt;공급 차질 우려&lt;/span&gt;. 지정학적 리스크 심화에 따른 강세.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;진영 (285800)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/285800.png&quot; alt=&quot;진영 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;나프타 공급 부족 우려 및 &lt;span class=&quot;highlight-key&quot;&gt;탈플라스틱/열분해유&lt;/span&gt; 신사업 본격화 기대감에 따른 상승.&lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- 테마 4. 방산 및 특징주 --&gt;
        &lt;h2 class=&quot;section-title&quot;&gt;방산 및 특징주 (풍산홀딩스, 보원케미칼, 프로이천)&lt;/h2&gt;
        &lt;div class=&quot;force-grid&quot;&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;풍산홀딩스 (005810)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/005810.png&quot; alt=&quot;풍산홀딩스 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;&lt;span class=&quot;highlight-key&quot;&gt;한화 탄약사업부 인수&lt;/span&gt; 추진 소식에 따른 지배구조 개선 및 사업 시너지 기대.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;보원케미칼 (0010F0)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/0010F0.png&quot; alt=&quot;보원케미칼 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;스팩 합병 상장 이후 &lt;span class=&quot;highlight-key&quot;&gt;신규 상장주 수급&lt;/span&gt; 유입 및 친환경 소재 가치 반영.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;프로이천 (321260)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/321260.png&quot; alt=&quot;프로이천 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;&lt;span class=&quot;highlight-key&quot;&gt;애플 협력 관계&lt;/span&gt; 기반의 선행 제품 개발 기대감 지속 및 OLED 검사장비 부각.&lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- 테마 5. 기술적 반등 및 낙폭과대 --&gt;
        &lt;h2 class=&quot;section-title&quot;&gt;기술적 반등 및 낙폭과대 (씨엔플러스, 모비릭스)&lt;/h2&gt;
        &lt;div class=&quot;force-grid&quot;&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;씨엔플러스 (115530)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/115530.png&quot; alt=&quot;씨엔플러스 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;오랜 하락 후 &lt;span class=&quot;highlight-key&quot;&gt;역사적 신저가&lt;/span&gt; 부근에서의 강한 저가 매수세 및 반등 시도.&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;space-y-3&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-1&quot;&gt;
                    &lt;h3 class=&quot;text-lg font-bold text-gray-800&quot;&gt;모비릭스 (348030)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/348030.png&quot; alt=&quot;모비릭스 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot;&gt;게임 섹터 소외 이후 &lt;span class=&quot;highlight-key&quot;&gt;기술적 자율 반등&lt;/span&gt; 구간 진입에 따른 단기 수급 유입.&lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

    &lt;/div&gt;

    &lt;footer class=&quot;p-6 bg-gray-50 border-t border-gray-100 flex flex-col items-center gap-1 no-print&quot;&gt;
        &lt;p class=&quot;text-[10px] text-gray-400 font-medium italic&quot;&gt;※ 본 정보는 투자 참고용이며, 투자에 대한 최종 책임은 본인에게 있습니다.&lt;/p&gt;
        &lt;div class=&quot;text-[9px] font-bold text-gray-300 uppercase tracking-[0.3em] mt-1&quot;&gt;DAILY STOCK MARKET REPORT&lt;/div&gt;
    &lt;/footer&gt;
&lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;</description>
      <category>상한가</category>
      <author>psk3939</author>
      <guid isPermaLink="true">https://psk3939.tistory.com/20</guid>
      <comments>https://psk3939.tistory.com/20#entry20comment</comments>
      <pubDate>Sun, 3 May 2026 22:37:58 +0900</pubDate>
    </item>
    <item>
      <title>4. 3.(금)</title>
      <link>https://psk3939.tistory.com/18</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;script src=&quot;https://cdn.tailwindcss.com&quot;&gt;&lt;/script&gt;
&lt;div&gt;
&lt;style&gt;
    .content-card { 
        background: white; 
        border-radius: 12px; 
        overflow: hidden; 
        box-shadow: 0 4px 20px rgba(0,0,0,0.05); 
        max-width: 1400px; 
        margin: 0 auto; 
        font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;
    }
    .accent-bar { height: 6px; background: linear-gradient(90deg, #ef4444, #f97316); }
    
    .force-grid { 
        display: grid; 
        grid-template-columns: repeat(1, minmax(0, 1fr)); 
        gap: 2.5rem; 
    }
    @media (min-width: 768px) { 
        .force-grid { 
            grid-template-columns: repeat(2, minmax(0, 1fr)) !important; 
        } 
    }
    
    .chart-img-container { 
        background: #f8f9fa; 
        border-radius: 8px; 
        overflow: hidden; 
        position: relative; 
        border: 1px solid #eee;
        aspect-ratio: 16 / 9;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .chart-img-container img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .issue-text {
        font-size: 0.95rem;
        line-height: 1.6;
        color: #4b5563;
        padding-left: 1rem;
        border-left: 4px solid #f97316;
        background-color: #fffaf7;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        min-height: 80px;
    }
    .highlight-key {
        color: #ef4444;
        font-weight: 800;
        text-decoration: none;
    }
&lt;/style&gt;
&lt;/div&gt;

&lt;div class=&quot;content-card&quot;&gt;
    &lt;div class=&quot;accent-bar&quot;&gt;&amp;nbsp;&lt;/div&gt;
    &lt;header class=&quot;p-8 border-b border-gray-100 bg-gray-50/50 text-center&quot;&gt;
        &lt;h1 class=&quot;text-3xl font-bold text-gray-800 tracking-tight&quot; data-ke-size=&quot;size26&quot;&gt;2026년 4월 3일(금) 상한가 종목 정리&lt;/h1&gt;
        &lt;p class=&quot;text-gray-500 mt-2&quot; data-ke-size=&quot;size16&quot;&gt;정부 &lt;span class=&quot;highlight-key&quot;&gt;신재생에너지&lt;/span&gt; 추경 편성 및 &lt;span class=&quot;highlight-key&quot;&gt;광통신 반도체&lt;/span&gt; 기술이전 모멘텀 분석&lt;/p&gt;
    &lt;/header&gt;

    &lt;div class=&quot;p-6 md:p-10&quot;&gt;
        &lt;div class=&quot;force-grid&quot;&gt;
            
            &lt;!-- 1. 한국첨단소재 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;1. 한국첨단소재 (062970)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/062970.png&quot; alt=&quot;한국첨단소재 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;ETRI와 &lt;span class=&quot;highlight-key&quot;&gt;실리콘 인터포저&lt;/span&gt; 기술이전 계약 체결. 200Gbs 초고속 반도체 연결 기술 확보 소식에 상한가.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 2. HD현대에너지솔루션 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;2. HD현대에너지솔루션 (322000)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/322000.png&quot; alt=&quot;HD현대에너지솔루션 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;정부의 &lt;span class=&quot;highlight-key&quot;&gt;재생에너지 융자&lt;/span&gt; 1.1조원 확대 방침에 따른 태양광 대장주 부각.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 3. 신성이엔지 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;3. 신성이엔지 (011930)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/011930.png&quot; alt=&quot;신성이엔지 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;주택 태양광 설치비 지원 및 정책 기대감에 따른 &lt;span class=&quot;highlight-key&quot;&gt;태양광 테마&lt;/span&gt; 동반 강세.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 4. SK이터닉스 (종목번호 수정됨) --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;4. SK이터닉스 (475150)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/475150.png&quot; alt=&quot;SK이터닉스 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;해상풍력 및 신재생에너지 전환 융자 확대 수혜 기대감에 수급 집중.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 5. 에스에너지 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;5. 에스에너지 (095910)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/095910.png&quot; alt=&quot;에스에너지 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;고유가 환경 속 에너지 자립을 위한 &lt;span class=&quot;highlight-key&quot;&gt;정부 정책&lt;/span&gt; 모멘텀 지속으로 상한가 안착.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 6. GS글로벌 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;6. GS글로벌 (001250)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/001250.png&quot; alt=&quot;GS글로벌 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;에너지 공급망 불확실성 증대에 따른 &lt;span class=&quot;highlight-key&quot;&gt;에너지 안보&lt;/span&gt; 및 재생에너지 사업 가치 부각.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 7. CS --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;7. CS (065770)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/065770.png&quot; alt=&quot;CS 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;미국 &lt;span class=&quot;highlight-key&quot;&gt;광통신 관련주&lt;/span&gt;(루멘텀 등) 급등 영향으로 국내 관련 테마 형성되며 강세.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 8. 광전자 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;8. 광전자 (017900)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/017900.png&quot; alt=&quot;광전자 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;광통신 부품 및 반도체 소자 전문성 부각되며 &lt;span class=&quot;highlight-key&quot;&gt;섹터 순환매&lt;/span&gt; 수급 유입.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 9. 대한광통신 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;9. 대한광통신 (010170)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/010170.png&quot; alt=&quot;대한광통신 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;글로벌 광섬유 수요 회복 및 &lt;span class=&quot;highlight-key&quot;&gt;초고속 인프라&lt;/span&gt; 투자 확대 기대감에 급등.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 10. 계양전기우 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;10. 계양전기우 (012205)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/012205.png&quot; alt=&quot;계양전기우 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;현대차 &lt;span class=&quot;highlight-key&quot;&gt;모베드 상용화&lt;/span&gt; 기대감 지속. 저유동성 우선주 매력 부각되며 연일 강세.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 11. 후성 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;11. 후성 (093370)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/093370.png&quot; alt=&quot;후성 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;메모리 반도체 라인 증설에 따른 &lt;span class=&quot;highlight-key&quot;&gt;특수가스(WF6)&lt;/span&gt; 수요 확대 전망에 상승.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 12. 이엠앤아이 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;12. 이엠앤아이 (083470)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/083470.png&quot; alt=&quot;이엠앤아이 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;특이사항 없음. 바닥권에서의 &lt;span class=&quot;highlight-key&quot;&gt;수급 쏠림&lt;/span&gt; 및 기술적 상한가 기록.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 13. 퍼스텍 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;13. 퍼스텍 (010820)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/010820.png&quot; alt=&quot;퍼스텍 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;트럼프 이란 강경 발언 및 &lt;span class=&quot;highlight-key&quot;&gt;자주국방 강화&lt;/span&gt; 분위기 속 K-방산 반사이익 기대감.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 14. 풍산홀딩스 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;14. 풍산홀딩스 (005810)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/005810.png&quot; alt=&quot;풍산홀딩스 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;한화의 풍산 탄약사업 &lt;span class=&quot;highlight-key&quot;&gt;인수 유력&lt;/span&gt; 소식에 따른 지배구조 및 사업 시너지 기대.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 15. 애드바이오텍 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;15. 애드바이오텍 (179530)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/179530.png&quot; alt=&quot;애드바이오텍 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;역사적 신저가 기록 후 &lt;span class=&quot;highlight-key&quot;&gt;과매도 구간&lt;/span&gt; 진입에 따른 기술적 반발 매수세 유입.&lt;/div&gt;
            &lt;/div&gt;

        &lt;/div&gt;
    &lt;/div&gt;

    &lt;footer class=&quot;p-8 bg-gray-50 border-t border-gray-100 flex flex-col items-center gap-2 no-print&quot;&gt;
        &lt;p class=&quot;text-[11px] text-gray-400 font-medium italic&quot; data-ke-size=&quot;size16&quot;&gt;※ 실시간 차트 데이터는 네이버 증권과 연동됩니다.&lt;/p&gt;
        &lt;div class=&quot;text-[10px] font-bold text-gray-300 uppercase tracking-[0.3em] mt-2&quot;&gt;DAILY STOCK MARKET REPORT&lt;/div&gt;
    &lt;/footer&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;</description>
      <category>상한가</category>
      <author>psk3939</author>
      <guid isPermaLink="true">https://psk3939.tistory.com/18</guid>
      <comments>https://psk3939.tistory.com/18#entry18comment</comments>
      <pubDate>Fri, 1 May 2026 22:56:49 +0900</pubDate>
    </item>
    <item>
      <title>4. 2.(목)</title>
      <link>https://psk3939.tistory.com/17</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;script src=&quot;https://cdn.tailwindcss.com&quot;&gt;&lt;/script&gt;
&lt;div&gt;
&lt;style&gt;
    .content-card { 
        background: white; 
        border-radius: 12px; 
        overflow: hidden; 
        box-shadow: 0 4px 20px rgba(0,0,0,0.05); 
        max-width: 1400px; 
        margin: 0 auto; 
        font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;
    }
    .accent-bar { height: 6px; background: linear-gradient(90deg, #ef4444, #f97316); }
    
    .force-grid { 
        display: grid; 
        grid-template-columns: repeat(1, minmax(0, 1fr)); 
        gap: 2.5rem; 
    }
    @media (min-width: 768px) { 
        .force-grid { 
            grid-template-columns: repeat(2, minmax(0, 1fr)) !important; 
        } 
    }
    
    .chart-img-container { 
        background: #f8f9fa; 
        border-radius: 8px; 
        overflow: hidden; 
        position: relative; 
        border: 1px solid #eee;
        aspect-ratio: 16 / 9;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .chart-img-container img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .issue-text {
        font-size: 0.95rem;
        line-height: 1.6;
        color: #4b5563;
        padding-left: 1rem;
        border-left: 4px solid #f97316;
        background-color: #fffaf7;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        min-height: 80px;
    }
    .highlight-key {
        color: #ef4444;
        font-weight: 800;
        text-decoration: none;
    }
&lt;/style&gt;
&lt;/div&gt;

&lt;div class=&quot;content-card&quot;&gt;
    &lt;div class=&quot;accent-bar&quot;&gt;&amp;nbsp;&lt;/div&gt;
    &lt;header class=&quot;p-8 border-b border-gray-100 bg-gray-50/50 text-center&quot;&gt;
        &lt;h1 class=&quot;text-3xl font-bold text-gray-800 tracking-tight&quot; data-ke-size=&quot;size26&quot;&gt;2026년 4월 2일(목) 상한가 종목 정리&lt;/h1&gt;
        &lt;p class=&quot;text-gray-500 mt-2&quot; data-ke-size=&quot;size16&quot;&gt;인벤테라 &lt;span class=&quot;highlight-key&quot;&gt;신규상장&lt;/span&gt; 및 엔비디아발 &lt;span class=&quot;highlight-key&quot;&gt;광반도체&lt;/span&gt;, 중동발 &lt;span class=&quot;highlight-key&quot;&gt;유가 헷지&lt;/span&gt; 테마 분석&lt;/p&gt;
    &lt;/header&gt;

    &lt;div class=&quot;p-6 md:p-10&quot;&gt;
        &lt;div class=&quot;force-grid&quot;&gt;
            
            &lt;!-- 1. 인벤테라 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;1. 인벤테라 (0007J0)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/0007J0.png&quot; alt=&quot;인벤테라 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;나노의약품 전문 바이오텍 기업으로 코스닥 &lt;span class=&quot;highlight-key&quot;&gt;신규 상장&lt;/span&gt; 첫날 수급 집중되며 강세 기록.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 2. 이노인스트루먼트 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;2. 이노인스트루먼트 (215790)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/215790.png&quot; alt=&quot;이노인스트루먼트 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;엔비디아-마벨 파트너십 및 &lt;span class=&quot;highlight-key&quot;&gt;광반도체&lt;/span&gt;(실리콘 포토닉스) 생태계 확장 기대감에 상한가.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 3. 기가레인 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;3. 기가레인 (049080)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/049080.png&quot; alt=&quot;기가레인 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;엔비디아의 마벨 투자 소식에 따른 &lt;span class=&quot;highlight-key&quot;&gt;광통신&lt;/span&gt; 핵심 부품 공급 가능성 부각되며 급등.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 4. 흥구석유 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;4. 흥구석유 (024060)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/024060.png&quot; alt=&quot;흥구석유 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;트럼프의 이란 타격 예고 발언으로 인한 &lt;span class=&quot;highlight-key&quot;&gt;유가 상승&lt;/span&gt; 및 지수 급락에 따른 헷지 수급 유입.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 5. 흥아해운 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;5. 흥아해운 (003280)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/003280.png&quot; alt=&quot;흥아해운 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;중동 지정학적 리스크에 따른 해상 운임 상승 기대감 및 대표적인 &lt;span class=&quot;highlight-key&quot;&gt;해운 헷지&lt;/span&gt; 종목으로 강세.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 6. 빅텍 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;6. 빅텍 (065450)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/065450.png&quot; alt=&quot;빅텍 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;트럼프 '나토 탈퇴' 언급 여파로 각국의 자주국방 노력 강화에 따른 &lt;span class=&quot;highlight-key&quot;&gt;방위산업&lt;/span&gt; 반사이익 기대.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 7. 휴비스 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;7. 휴비스 (079980)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/079980.png&quot; alt=&quot;휴비스 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;세계 최초 석유 60% 절감 가능한 &lt;span class=&quot;highlight-key&quot;&gt;친환경 소재&lt;/span&gt;(LMF) 생산 성공 소식에 상한가 안착.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 8. 계양전기우 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;8. 계양전기우 (012205)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/012205.png&quot; alt=&quot;계양전기우 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;현대차 &lt;span class=&quot;highlight-key&quot;&gt;자율주행&lt;/span&gt; 플랫폼 '모베드' 상용화 기대감에 따른 우선주 테마 급등세 연출.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 9. 인스코비 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;9. 인스코비 (006490)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/006490.png&quot; alt=&quot;인스코비 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;최대주주 변경 및 경영권 수반 &lt;span class=&quot;highlight-key&quot;&gt;유상증자&lt;/span&gt; 결정에 따른 기대감 지속으로 상한가.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 10. 피노 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;10. 피노 (033790)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/033790.png&quot; alt=&quot;피노 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;삼성SDI의 제3자 배정 &lt;span class=&quot;highlight-key&quot;&gt;지분 투자&lt;/span&gt; 소식에 따른 사업 파트너십 강화 기대감에 급등.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 11. 한국ANKOR유전 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;11. 한국ANKOR유전 (152550)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/152550.png&quot; alt=&quot;한국ANKOR유전 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;국제 유가 급등에 따른 대표적인 &lt;span class=&quot;highlight-key&quot;&gt;에너지 헷지&lt;/span&gt; 종목으로 수급 쏠림 현상 발생.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 12. 세림B&amp;G --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;12. 세림B&amp;G (340440)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/340440.png&quot; alt=&quot;세림B&amp;G 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;유가 상승과 동반하여 부각되는 &lt;span class=&quot;highlight-key&quot;&gt;탈플라스틱&lt;/span&gt; 테마 및 헷지성 매수세 유입.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 13. 제이씨케미칼 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;13. 제이씨케미칼 (137950)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/137950.png&quot; alt=&quot;제이씨케미칼 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;유가 급등에 따른 대체 에너지원인 &lt;span class=&quot;highlight-key&quot;&gt;바이오 연료&lt;/span&gt; 관련주로서 가치 부각.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 14. 에스아이리소스 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;14. 에스아이리소스 (065420)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/065420.png&quot; alt=&quot;에스아이리소스 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;가처분 항고 기각으로 &lt;span class=&quot;highlight-key&quot;&gt;법적 불확실성 해소&lt;/span&gt; 및 낙폭 과대에 따른 기술적 반등 성공.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 15. 알톤스포츠 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;15. 알톤스포츠 (123750)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;&lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/123750.png&quot; alt=&quot;알톤스포츠 차트&quot; /&gt;&lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;고유가 환경 속에서 &lt;span class=&quot;highlight-key&quot;&gt;전기자전거&lt;/span&gt; 시장 공략 및 LMFP 배터리 기술 모멘텀 부각.&lt;/div&gt;
            &lt;/div&gt;

        &lt;/div&gt;
    &lt;/div&gt;

    &lt;footer class=&quot;p-8 bg-gray-50 border-t border-gray-100 flex flex-col items-center gap-2 no-print&quot;&gt;
        &lt;p class=&quot;text-[11px] text-gray-400 font-medium italic&quot; data-ke-size=&quot;size16&quot;&gt;※ 실시간 차트 데이터는 네이버 증권과 연동됩니다.&lt;/p&gt;
        &lt;div class=&quot;text-[10px] font-bold text-gray-300 uppercase tracking-[0.3em] mt-2&quot;&gt;DAILY STOCK MARKET REPORT&lt;/div&gt;
    &lt;/footer&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;</description>
      <category>상한가</category>
      <author>psk3939</author>
      <guid isPermaLink="true">https://psk3939.tistory.com/17</guid>
      <comments>https://psk3939.tistory.com/17#entry17comment</comments>
      <pubDate>Fri, 1 May 2026 22:33:25 +0900</pubDate>
    </item>
    <item>
      <title>4. 1.(수) - 광통신</title>
      <link>https://psk3939.tistory.com/15</link>
      <description>&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;script src=&quot;https://cdn.tailwindcss.com&quot;&gt;&lt;/script&gt;
&lt;div&gt;
&lt;style&gt;
    .content-card { 
        background: white; 
        border-radius: 12px; 
        overflow: hidden; 
        box-shadow: 0 4px 20px rgba(0,0,0,0.05); 
        max-width: 1400px; 
        margin: 0 auto; 
        font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;
    }
    .accent-bar { height: 6px; background: linear-gradient(90deg, #ef4444, #f97316); }
    
    .force-grid { 
        display: grid; 
        grid-template-columns: repeat(1, minmax(0, 1fr)); 
        gap: 2.5rem; 
    }
    @media (min-width: 768px) { 
        .force-grid { 
            grid-template-columns: repeat(2, minmax(0, 1fr)) !important; 
        } 
    }
    
    .chart-img-container { 
        background: #f8f9fa; 
        border-radius: 8px; 
        overflow: hidden; 
        position: relative; 
        border: 1px solid #eee;
        aspect-ratio: 16 / 9;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .chart-img-container img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .issue-text {
        font-size: 0.95rem;
        line-height: 1.6;
        color: #4b5563;
        padding-left: 1rem;
        border-left: 4px solid #f97316;
        background-color: #fffaf7;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        min-height: 80px;
    }
    /* 빨간색 굵은체 강조 스타일 */
    .highlight-key {
        color: #ef4444;
        font-weight: 800;
        text-decoration: none;
    }
&lt;/style&gt;
&lt;/div&gt;

&lt;div class=&quot;content-card&quot;&gt;
    &lt;div class=&quot;accent-bar&quot;&gt;&amp;nbsp;&lt;/div&gt;
    
    &lt;header class=&quot;p-8 border-b border-gray-100 bg-gray-50/50 text-center&quot;&gt;
        &lt;h1 class=&quot;text-3xl font-bold text-gray-800 tracking-tight&quot; data-ke-size=&quot;size26&quot;&gt;오늘의 상한가 종목 차트 정리&lt;/h1&gt;
        &lt;p class=&quot;text-gray-500 mt-2&quot; data-ke-size=&quot;size16&quot;&gt;엔비디아발 &lt;span class=&quot;highlight-key&quot;&gt;광통신&lt;/span&gt; 테마 및 주요 섹터별 이슈 분석&lt;/p&gt;
    &lt;/header&gt;

    &lt;div class=&quot;p-6 md:p-10&quot;&gt;
        &lt;div class=&quot;force-grid&quot;&gt;
            
            &lt;!-- 1. 이루온 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;1. 이루온 (065440)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;
                    &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/065440.png&quot; alt=&quot;이루온 차트&quot; /&gt;
                &lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;엔비디아-마벨 파트너십 및 실리콘 포토닉스 기술 협력 소식에 따른 &lt;span class=&quot;highlight-key&quot;&gt;광통신&lt;/span&gt; 테마 강세로 상한가 기록.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 2. 이노인스트루먼트 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;2. 이노인스트루먼트 (215790)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;
                    &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/215790.png&quot; alt=&quot;이노인스트루먼트 차트&quot; /&gt;
                &lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;엔비디아의 AI 인프라 투자 확대에 따른 &lt;span class=&quot;highlight-key&quot;&gt;광통신&lt;/span&gt; 네트워크 인프라 구축 수혜 기대감 부각.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 3. 기가레인 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;3. 기가레인 (049080)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;
                    &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/049080.png&quot; alt=&quot;기가레인 차트&quot; /&gt;
                &lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;엔비디아의 마벨 테크놀로지 지분 투자 소식에 &lt;span class=&quot;highlight-key&quot;&gt;광통신&lt;/span&gt; 관련 핵심 부품 공급 가능성 제기되며 급등.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 4. 대한광통신 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;4. 대한광통신 (010170)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;
                    &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/010170.png&quot; alt=&quot;대한광통신 차트&quot; /&gt;
                &lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;데이터센터용 실리콘 포토닉스 기술 협력 발표로 인한 &lt;span class=&quot;highlight-key&quot;&gt;광통신&lt;/span&gt; 섬유 전문 기업으로서 가치 재조명.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 5. 한국첨단소재 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;5. 한국첨단소재 (062970)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;
                    &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/062970.png&quot; alt=&quot;한국첨단소재 차트&quot; /&gt;
                &lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;엔비디아 AI 팩토리 생태계 전략적 파트너십 체결 영향으로 &lt;span class=&quot;highlight-key&quot;&gt;광통신&lt;/span&gt; 소재 분야 경쟁력 부각.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 6. 오이솔루션 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;6. 오이솔루션 (138080)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;
                    &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/138080.png&quot; alt=&quot;오이솔루션 차트&quot; /&gt;
                &lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;NV링크 퓨전 기반 AI 인프라 구축 소식에 &lt;span class=&quot;highlight-key&quot;&gt;광통신&lt;/span&gt; 트랜시버 모듈 매출 성장 기대감으로 상한가.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 7. 빛과전자 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;7. 빛과전자 (069540)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;
                    &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/069540.png&quot; alt=&quot;빛과전자 차트&quot; /&gt;
                &lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;엔비디아-마벨의 차세대 통신망 협력 확대 발표로 &lt;span class=&quot;highlight-key&quot;&gt;광통신&lt;/span&gt; 섹터 내 기술력 입증하며 상한가 안착.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 8. 알엔투테크놀로지 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;8. 알엔투테크놀로지 (148250)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;
                    &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/148250.png&quot; alt=&quot;알엔투테크놀로지 차트&quot; /&gt;
                &lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;실리콘 포토닉스 테마 형성에 따른 고속 데이터 전송용 &lt;span class=&quot;highlight-key&quot;&gt;광통신&lt;/span&gt; 핵심 부품 기술 보유 사실이 부각.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 9. 오늘이엔엠 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;9. 오늘이엔엠 (192410)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;
                    &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/192410.png&quot; alt=&quot;오늘이엔엠 차트&quot; /&gt;
                &lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;엔비디아발 글로벌 &lt;span class=&quot;highlight-key&quot;&gt;광통신&lt;/span&gt; 인프라 동맹 강화 소식에 테마 수혜주로 편입되며 강한 상한가 기록.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 10. LIG넥스원 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;10. LIG넥스원 (079550)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;
                    &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/079550.png&quot; alt=&quot;LIG넥스원 차트&quot; /&gt;
                &lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;인도네시아 정상회담 및 중동 지역 '천궁-Ⅱ' 미사일 등 &lt;span class=&quot;highlight-key&quot;&gt;방산 수출&lt;/span&gt; 확대 기대감 지속.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 11. 계양전기우 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;11. 계양전기우 (012205)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;
                    &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/012205.png&quot; alt=&quot;계양전기우 차트&quot; /&gt;
                &lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;현대차 &lt;span class=&quot;highlight-key&quot;&gt;자율주행&lt;/span&gt; 플랫폼 '모베드' 상용화 기대감에 따른 우선주 중심의 급등세 연출.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 12. 인스코비 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;12. 인스코비 (006490)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;
                    &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/006490.png&quot; alt=&quot;인스코비 차트&quot; /&gt;
                &lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;최대주주 및 경영권 변경을 수반하는 &lt;span class=&quot;highlight-key&quot;&gt;유상증자&lt;/span&gt; 결정 소식에 따른 강력한 매수세 유입.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 13. 리센스메디컬 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;13. 리센스메디컬 (394420)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;
                    &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/394420.png&quot; alt=&quot;리센스메디컬 차트&quot; /&gt;
                &lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;&lt;span class=&quot;highlight-key&quot;&gt;신규 상장&lt;/span&gt; 2일차 변동성 속에서 기술적 반등 성공 및 장중 상한가 안착.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 14. 컴퍼니케이 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;14. 컴퍼니케이 (307930)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;
                    &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/307930.png&quot; alt=&quot;컴퍼니케이 차트&quot; /&gt;
                &lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;투자한 &lt;span class=&quot;highlight-key&quot;&gt;웨어러블 로봇&lt;/span&gt; 기업 위로보틱스의 투자 유치 소식에 따른 가치 부각.&lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- 15. 성호전자 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1 border-b border-gray-100 pb-2&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;15. 성호전자 (043260)&lt;/h3&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container&quot;&gt;
                    &lt;img src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/043260.png&quot; alt=&quot;성호전자 차트&quot; /&gt;
                &lt;/div&gt;
                &lt;div class=&quot;issue-text&quot; data-ke-size=&quot;size16&quot;&gt;&lt;span class=&quot;highlight-key&quot;&gt;AI 데이터센터&lt;/span&gt; 핵심 장비 업체 인수 소식 및 관련 부품 공급 확대 전망.&lt;/div&gt;
            &lt;/div&gt;

        &lt;/div&gt;
    &lt;/div&gt;

    &lt;footer class=&quot;p-8 bg-gray-50 border-t border-gray-100 flex flex-col items-center gap-2 no-print&quot;&gt;
        &lt;p class=&quot;text-[11px] text-gray-400 font-medium italic&quot; data-ke-size=&quot;size16&quot;&gt;※ 실시간 차트 데이터는 네이버 증권과 연동됩니다.&lt;/p&gt;
        &lt;div class=&quot;text-[10px] font-bold text-gray-300 uppercase tracking-[0.3em] mt-2&quot;&gt;DAILY STOCK MARKET REPORT&lt;/div&gt;
    &lt;/footer&gt;
&lt;/div&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;</description>
      <category>상한가</category>
      <author>psk3939</author>
      <guid isPermaLink="true">https://psk3939.tistory.com/15</guid>
      <comments>https://psk3939.tistory.com/15#entry15comment</comments>
      <pubDate>Fri, 1 May 2026 20:24:58 +0900</pubDate>
    </item>
    <item>
      <title>테스트4</title>
      <link>https://psk3939.tistory.com/12</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;/p&gt;
&lt;script src=&quot;https://cdn.tailwindcss.com&quot;&gt;&lt;/script&gt;
&lt;style&gt;
    /* 티스토리 환경에 맞춘 스타일 최적화 */
    .content-card { 
        background: white; 
        border-radius: 12px; 
        overflow: hidden; 
        box-shadow: 0 4px 20px rgba(0,0,0,0.05); 
        max-width: 1400px; /* 요청하신 대로 가로폭 확장 */
        margin: 0 auto; 
    }
    .accent-bar { height: 6px; background: linear-gradient(90deg, #ff4d4d, #ff944d); }
    .force-grid { 
        display: grid; 
        grid-template-columns: repeat(1, 1fr); 
        gap: 2.5rem; 
    }
    @media (min-width: 768px) { 
        .force-grid { grid-template-columns: repeat(2, 1fr); } /* 2열 고정 */
    }
    .chart-img-container { 
        background: #f3f4f6; 
        border-radius: 8px; 
        overflow: hidden; 
        position: relative; 
    }
&lt;/style&gt;
&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;/p&gt;

&lt;div class=&quot;content-card&quot;&gt;
    &lt;div class=&quot;accent-bar&quot;&gt;&amp;nbsp;&lt;/div&gt;
    
    &lt;!-- 헤더 영역 --&gt;
    &lt;header class=&quot;p-8 border-b border-gray-100&quot;&gt;
        &lt;h1 class=&quot;text-3xl font-bold text-gray-800 tracking-tight&quot; data-ke-size=&quot;size26&quot;&gt;2월 20일(금) 상한가 및 특징주&lt;/h1&gt;
    &lt;/header&gt;

    &lt;div class=&quot;p-6 md:p-10&quot;&gt;
        &lt;!-- 종목 그리드 섹션: 2열 고정 --&gt;
        &lt;div class=&quot;force-grid&quot;&gt;
            
            &lt;!-- 1. 한미반도체 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;1. 한미반도체 &lt;span class=&quot;text-xs font-normal text-gray-400 ml-1 italic&quot;&gt;042700&lt;/span&gt;&lt;/h3&gt;
                    &lt;span class=&quot;text-lg font-bold text-red-500&quot;&gt;▲ 29.98%&lt;/span&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container shadow-sm&quot;&gt;
                    &lt;img class=&quot;w-full h-auto block&quot; src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/042700.png&quot; alt=&quot;한미반도체 차트&quot; /&gt;
                &lt;/div&gt;
                &lt;p class=&quot;text-sm text-gray-600 pl-4 border-l-4 border-orange-400 leading-relaxed&quot; data-ke-size=&quot;size16&quot;&gt;엔비디아향 HBM용 차세대 TC 본더 수주 소식에 따른 사상 최고가 경신 및 상한가 안착.&lt;/p&gt;
            &lt;/div&gt;

            &lt;!-- 2. 에이피알 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;2. 에이피알 &lt;span class=&quot;text-xs font-normal text-gray-400 ml-1 italic&quot;&gt;278470&lt;/span&gt;&lt;/h3&gt;
                    &lt;span class=&quot;text-lg font-bold text-red-500&quot;&gt;▲ 29.92%&lt;/span&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container shadow-sm&quot;&gt;
                    &lt;img class=&quot;w-full h-auto block&quot; src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/278470.png&quot; alt=&quot;에이피알 차트&quot; /&gt;
                &lt;/div&gt;
                &lt;p class=&quot;text-sm text-gray-600 pl-4 border-l-4 border-orange-400 leading-relaxed&quot; data-ke-size=&quot;size16&quot;&gt;미국 시장 내 뷰티 디바이스 판매 호조 및 해외 매출 비중 확대에 따른 실적 모멘텀 부각.&lt;/p&gt;
            &lt;/div&gt;

            &lt;!-- 3. 알테오젠 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;3. 알테오젠 &lt;span class=&quot;text-xs font-normal text-gray-400 ml-1 italic&quot;&gt;196170&lt;/span&gt;&lt;/h3&gt;
                    &lt;span class=&quot;text-lg font-bold text-red-500&quot;&gt;▲ 18.45%&lt;/span&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container shadow-sm&quot;&gt;
                    &lt;img class=&quot;w-full h-auto block&quot; src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/196170.png&quot; alt=&quot;알테오젠 차트&quot; /&gt;
                &lt;/div&gt;
                &lt;p class=&quot;text-sm text-gray-600 pl-4 border-l-4 border-orange-400 leading-relaxed&quot; data-ke-size=&quot;size16&quot;&gt;글로벌 제약사와의 SC 제형 변환 기술 이전 계약 가치 재평가 및 강력한 수급 집중.&lt;/p&gt;
            &lt;/div&gt;

            &lt;!-- 4. HLB --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot; data-ke-size=&quot;size23&quot;&gt;4. HLB &lt;span class=&quot;text-xs font-normal text-gray-400 ml-1 italic&quot;&gt;028300&lt;/span&gt;&lt;/h3&gt;
                    &lt;span class=&quot;text-lg font-bold text-red-500&quot;&gt;▲ 12.30%&lt;/span&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container shadow-sm&quot;&gt;
                    &lt;img class=&quot;w-full h-auto block&quot; src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/028300.png&quot; alt=&quot;HLB 차트&quot; /&gt;
                &lt;/div&gt;
                &lt;p class=&quot;text-sm text-gray-600 pl-4 border-l-4 border-orange-400 leading-relaxed&quot; data-ke-size=&quot;size16&quot;&gt;간암 신약 리보세라닙의 FDA 승인 이후 상업화 기대감 지속 및 코스피 이전 상장 모멘텀.&lt;/p&gt;
            &lt;/div&gt;

        &lt;/div&gt;
    &lt;/div&gt;

    &lt;!-- 하단 푸터: 버튼만 유지 --&gt;
    &lt;footer class=&quot;p-8 bg-gray-50 border-t border-gray-100 flex justify-center no-print&quot;&gt;
        &lt;button class=&quot;text-[10px] font-bold text-gray-400 hover:text-orange-600 transition-colors uppercase tracking-[0.3em] flex items-center gap-2&quot;&gt; 
            &lt;span&gt;PDF EXPORT / PRINT FINAL REPORT&lt;/span&gt; 
        &lt;/button&gt;
    &lt;/footer&gt;
&lt;/div&gt;</description>
      <category>기타등등</category>
      <author>psk3939</author>
      <guid isPermaLink="true">https://psk3939.tistory.com/12</guid>
      <comments>https://psk3939.tistory.com/12#entry12comment</comments>
      <pubDate>Fri, 20 Feb 2026 23:22:22 +0900</pubDate>
    </item>
    <item>
      <title>테스트3</title>
      <link>https://psk3939.tistory.com/9</link>
      <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ko&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;상한가 분석 리포트&lt;/title&gt;
    &lt;script src=&quot;https://cdn.tailwindcss.com&quot;&gt;&lt;/script&gt;
    &lt;style&gt;
        @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&amp;display=swap');
        
        body {
            font-family: 'Noto Sans KR', sans-serif;
            background-color: #f8f9fa;
            padding: 20px 1%; /* 여백을 최소화하여 가로폭 확보 */
            display: flex;
            justify-content: center;
        }

        .content-card {
            width: 100%;
            max-width: 1400px; /* 대형 모니터에서도 너무 퍼지지 않게 적절한 상한선 설정 */
            background: white;
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
            border-radius: 24px;
            overflow: hidden;
            border: 1px solid #f1f5f9;
        }

        .accent-bar {
            height: 6px;
            background: linear-gradient(90deg, #f97316 0%, #facc15 100%);
        }

        .chart-img-container {
            border-radius: 12px;
            overflow: hidden;
            border: 1px solid #eee;
            transition: transform 0.2s;
            background: #fdfdfd;
        }

        .chart-img-container:hover {
            transform: translateY(-2px);
        }

        /* 2열 강제 고정 그리드 */
        .force-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr); /* 무조건 1:1 비율로 2열 배치 */
            gap: 40px; /* 종목 간 간격 */
        }

        @media print {
            .no-print {
                display: none;
            }
            body {
                background: white;
                padding: 0;
            }
            .content-card {
                box-shadow: none;
                border: none;
                width: 100% !important;
                max-width: 100% !important;
            }
            .force-grid {
                gap: 20px;
            }
        }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;div class=&quot;content-card&quot;&gt;
    &lt;div class=&quot;accent-bar&quot;&gt;&lt;/div&gt;
    
    &lt;!-- 헤더 영역 --&gt;
    &lt;header class=&quot;p-8 border-b border-gray-100&quot;&gt;
        &lt;h1 class=&quot;text-3xl font-bold text-gray-800 tracking-tight&quot;&gt;2월 20일(금) 상한가&lt;/h1&gt;
    &lt;/header&gt;

    &lt;div class=&quot;p-6 md:p-10&quot;&gt;
        &lt;!-- 종목 그리드 섹션: force-grid 클래스로 2열 고정 --&gt;
        &lt;div class=&quot;force-grid&quot;&gt;
            
            &lt;!-- 1. 한미반도체 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot;&gt;1. 한미반도체 &lt;span class=&quot;text-xs font-normal text-gray-400 ml-1 italic&quot;&gt;042700&lt;/span&gt;&lt;/h3&gt;
                    &lt;span class=&quot;text-lg font-bold text-red-500 whitespace-nowrap&quot;&gt;▲ 29.98%&lt;/span&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container shadow-sm&quot;&gt;
                    &lt;img class=&quot;w-full h-auto block&quot; src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/042700.png&quot; alt=&quot;한미반도체 차트&quot; onerror=&quot;this.src='https://via.placeholder.com/600x350?text=Chart+Not+Available'&quot;&gt;
                &lt;/div&gt;
                &lt;p class=&quot;text-sm text-gray-600 pl-4 border-l-4 border-orange-400 leading-relaxed&quot;&gt;
                    엔비디아향 HBM용 차세대 TC 본더 수주 소식에 따른 사상 최고가 경신 및 상한가 안착.
                &lt;/p&gt;
            &lt;/div&gt;

            &lt;!-- 2. 에이피알 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot;&gt;2. 에이피알 &lt;span class=&quot;text-xs font-normal text-gray-400 ml-1 italic&quot;&gt;278470&lt;/span&gt;&lt;/h3&gt;
                    &lt;span class=&quot;text-lg font-bold text-red-500 whitespace-nowrap&quot;&gt;▲ 29.92%&lt;/span&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container shadow-sm&quot;&gt;
                    &lt;img class=&quot;w-full h-auto block&quot; src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/278470.png&quot; alt=&quot;에이피알 차트&quot; onerror=&quot;this.src='https://via.placeholder.com/600x350?text=Chart+Not+Available'&quot;&gt;
                &lt;/div&gt;
                &lt;p class=&quot;text-sm text-gray-600 pl-4 border-l-4 border-orange-400 leading-relaxed&quot;&gt;
                    미국 시장 내 뷰티 디바이스 판매 호조 및 해외 매출 비중 확대에 따른 실적 모멘텀 부각.
                &lt;/p&gt;
            &lt;/div&gt;

            &lt;!-- 3. 알테오젠 --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot;&gt;3. 알테오젠 &lt;span class=&quot;text-xs font-normal text-gray-400 ml-1 italic&quot;&gt;196170&lt;/span&gt;&lt;/h3&gt;
                    &lt;span class=&quot;text-lg font-bold text-red-500 whitespace-nowrap&quot;&gt;▲ 18.45%&lt;/span&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container shadow-sm&quot;&gt;
                    &lt;img class=&quot;w-full h-auto block&quot; src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/196170.png&quot; alt=&quot;알테오젠 차트&quot; onerror=&quot;this.src='https://via.placeholder.com/600x350?text=Chart+Not+Available'&quot;&gt;
                &lt;/div&gt;
                &lt;p class=&quot;text-sm text-gray-600 pl-4 border-l-4 border-orange-400 leading-relaxed&quot;&gt;
                    글로벌 제약사와의 SC 제형 변환 기술 이전 계약 가치 재평가 및 수급 집중.
                &lt;/p&gt;
            &lt;/div&gt;

            &lt;!-- 4. HLB --&gt;
            &lt;div class=&quot;space-y-4&quot;&gt;
                &lt;div class=&quot;flex justify-between items-end px-1&quot;&gt;
                    &lt;h3 class=&quot;text-xl font-bold text-gray-800&quot;&gt;4. HLB &lt;span class=&quot;text-xs font-normal text-gray-400 ml-1 italic&quot;&gt;028300&lt;/span&gt;&lt;/h3&gt;
                    &lt;span class=&quot;text-lg font-bold text-red-500 whitespace-nowrap&quot;&gt;▲ 12.30%&lt;/span&gt;
                &lt;/div&gt;
                &lt;div class=&quot;chart-img-container shadow-sm&quot;&gt;
                    &lt;img class=&quot;w-full h-auto block&quot; src=&quot;https://ssl.pstatic.net/imgfinance/chart/item/candle/day/028300.png&quot; alt=&quot;HLB 차트&quot; onerror=&quot;this.src='https://via.placeholder.com/600x350?text=Chart+Not+Available'&quot;&gt;
                &lt;/div&gt;
                &lt;p class=&quot;text-sm text-gray-600 pl-4 border-l-4 border-orange-400 leading-relaxed&quot;&gt;
                    간암 신약 리보세라닙의 FDA 승인 이후 상업화 기대감 지속 및 코스피 이전 상장 모멘텀.
                &lt;/p&gt;
            &lt;/div&gt;

        &lt;/div&gt;
    &lt;/div&gt;

    &lt;!-- 하단 푸터 --&gt;
    &lt;footer class=&quot;p-8 bg-gray-50 border-t border-gray-100 flex justify-center no-print&quot;&gt;
        &lt;button onclick=&quot;window.print()&quot; class=&quot;text-[10px] font-bold text-gray-400 hover:text-orange-600 transition-colors uppercase tracking-[0.3em] flex items-center gap-2&quot;&gt;
            &lt;span&gt;PDF EXPORT / PRINT FINAL REPORT&lt;/span&gt;
        &lt;/button&gt;
    &lt;/footer&gt;
&lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;</description>
      <category>기타등등</category>
      <author>psk3939</author>
      <guid isPermaLink="true">https://psk3939.tistory.com/9</guid>
      <comments>https://psk3939.tistory.com/9#entry9comment</comments>
      <pubDate>Fri, 20 Feb 2026 20:28:29 +0900</pubDate>
    </item>
  </channel>
</rss>