<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>AI를 활용한 주식 데이터 정보</title>
    <link>https://stockradar.tistory.com/</link>
    <description>stockradar 님의 블로그 입니다.</description>
    <language>ko</language>
    <pubDate>Tue, 21 Jul 2026 23:06:39 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>stockradar</managingEditor>
    <image>
      <title>AI를 활용한 주식 데이터 정보</title>
      <url>https://tistory1.daumcdn.net/tistory/8729980/attach/ab9edabe0cf240d1b085e6749261e059</url>
      <link>https://stockradar.tistory.com</link>
    </image>
    <item>
      <title>2026-06-24 국내 주식 마감 시황</title>
      <link>https://stockradar.tistory.com/19</link>
      <description>&lt;div&gt;
&lt;style&gt;

.sr-wrap, .sr-wrap * { margin:0; padding:0; box-sizing:border-box; }
.sr-wrap {
  width:100%; max-width:1560px; margin:0 auto; background:#f4f5f7; color:#1a1d24;
  font-family:&quot;Pretendard Variable&quot;,Pretendard,&quot;Inter&quot;,-apple-system,&quot;Segoe UI&quot;,sans-serif;
  padding:32px; font-size:14px; line-height:1.55;
}
.sr-head { display:flex; align-items:center; justify-content:space-between; margin-bottom:4px; }
.sr-brand { font-weight:800; font-size:21px; letter-spacing:-0.3px; }
.sr-brand .dot { color:#1565c0; }
.sr-date { color:#8a8f99; font-size:14px; }
.sr-title { font-size:30px; font-weight:800; color:#0d0f14; letter-spacing:-0.6px; margin:10px 0 22px; }
.sr-card { background:#ffffff; border:1px solid #e6e8eb; border-radius:14px; padding:16px 18px; margin-bottom:18px;
  box-shadow:0 1px 3px rgba(16,24,40,.04); }
.sr-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-bottom:18px; }
.sr-cols-2 { grid-template-columns:repeat(2,1fr); }
.sr-cols-3 { grid-template-columns:repeat(3,1fr); }
.sr-cols-4 { grid-template-columns:repeat(4,1fr); }
.sr-grid .sr-card { margin-bottom:0; }
.sr-chip { display:inline-block; font-size:13px; font-weight:700; color:#fff; padding:4px 12px; border-radius:999px; margin-bottom:12px; }
.sr-idxrow { display:flex; gap:16px; flex-wrap:wrap; }
.sr-idx { flex:1; min-width:240px; background:#f7f8fa; border:1px solid #e6e8eb; border-radius:12px; padding:14px 16px; }
.sr-idx .nm { color:#8a8f99; font-size:13px; font-weight:600; }
.sr-idx .px { font-size:27px; font-weight:800; color:#0d0f14; margin:2px 0; font-variant-numeric:tabular-nums; }
.sr-idx .ch { font-size:16px; font-weight:700; font-variant-numeric:tabular-nums; }
.sr-idx .sub { font-size:13px; margin-top:4px; }
.sr-mapwrap { display:flex; gap:16px; }
.sr-mapcol { flex:1; }
.sr-mapcap { color:#8a8f99; font-size:13px; margin:6px 0 8px; font-weight:600; }
.sr-mapcap .hint { color:#1565c0; font-weight:500; font-size:12px; }
.sr-map { width:100%; border-radius:12px; border:1px solid #e6e8eb; display:block; }
.sr-mapholder { border:2px dashed #e6e8eb; border-radius:12px; padding:30px 16px; text-align:center;
  color:#8a8f99; font-size:14px; background:#f7f8fa; line-height:1.6; }
table.sr-tb { width:100%; border-collapse:collapse; font-size:13px; }
/* font-size에 !important: 티스토리 스킨의 #article-view table td(font-size:15px, ID 특이도)가
   표 셀 폰트를 키우는 것을 막아 원본 크기 유지(다른 스킨/네이버에서도 안전) */
table.sr-tb th { text-align:left; color:#8a8f99; font-size:11.5px !important; font-weight:600; padding:6px 7px; border-bottom:2px solid #e6e8eb; white-space:nowrap; }
table.sr-tb td { padding:6px 7px; border-bottom:1px solid #e6e8eb; font-size:13px !important; font-variant-numeric:tabular-nums; white-space:nowrap; }
table.sr-tb tr:last-child td { border-bottom:none; }
.sr-rank { display:inline-flex; width:20px; height:20px; align-items:center; justify-content:center;
  background:#1565c0; color:#fff; border-radius:5px; font-size:11px; font-weight:700; }
.sr-nm { font-weight:700; color:#0d0f14; }
.sr-score { font-weight:800; color:#1565c0; }
.sr-crit { font-size:13.5px; line-height:1.7; }
.sr-crit b { color:#0d0f14; }
.sr-crit li { margin:4px 0; list-style:none; }
.sr-note { color:#8a8f99; font-size:12px; margin-top:8px; }
/* 주간: 지수 추이 SVG 라인차트 */
.sr-svg { width:100%; height:auto; display:block; }
.sr-svgcap { display:flex; align-items:baseline; gap:8px; margin-bottom:4px; }
.sr-svgcap .nm { font-weight:700; color:#0d0f14; font-size:14px; }
.sr-svgcap .ch { font-weight:700; font-size:14px; font-variant-numeric:tabular-nums; }
/* 주간: 테마 카드(막대 + 종목수 + 대표 종목 태그) */
.sr-wksec { border:1px solid #e6e8eb; border-radius:10px; padding:10px 12px; margin-bottom:10px; background:#f7f8fa; }
.sr-wksec:last-child { margin-bottom:0; }
.sr-wkhead { display:flex; align-items:center; gap:8px; }
.sr-wksector { font-weight:700; color:#0d0f14; flex:1; font-size:13.5px; }
.sr-wkavg { font-weight:800; font-size:14px; font-variant-numeric:tabular-nums; }
.sr-wkbar { height:6px; border-radius:4px; background:#e6e8eb; margin:8px 0 6px; overflow:hidden; }
.sr-wkbar &gt; div { height:100%; border-radius:4px; }
.sr-wkmeta { font-size:11.5px; color:#8a8f99; }
.sr-wktags { display:flex; flex-wrap:wrap; gap:5px; margin-top:7px; }
.sr-wktag { background:#ffffff; border:1px solid #e6e8eb; border-radius:6px; padding:3px 7px; font-size:11.5px; white-space:nowrap; }
.sr-wktag b { color:#0d0f14; font-weight:700; }
/* 반응형(티스토리 라이브 렌더/모바일): 좁은 화면에서 열 수 축소 */
@media (max-width:1100px) {
  .sr-cols-4 { grid-template-columns:repeat(2,1fr); }
  .sr-cols-3 { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:680px) {
  .sr-cols-2, .sr-cols-3, .sr-cols-4 { grid-template-columns:1fr; }
  .sr-mapwrap { flex-direction:column; }
  .sr-wrap { padding:16px; font-size:13px; }
  .sr-title { font-size:24px; }
}

.sr-wrap{width:min(100vw,1560px)!important;max-width:none!important;position:relative;left:50%;transform:translateX(-50%);}
&lt;/style&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wrap&quot;&gt;
&lt;div class=&quot;sr-head&quot;&gt;
&lt;div class=&quot;sr-brand&quot;&gt;  Stock&lt;span class=&quot;dot&quot;&gt;Radar&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-date&quot;&gt;2026-06-24&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-title&quot;&gt;오늘의 증시 리포트&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;▲ 오늘의 시황 (지수&amp;middot;등락&amp;middot;수급)&lt;/span&gt;
&lt;div class=&quot;sr-idxrow&quot;&gt;
&lt;div class=&quot;sr-idx&quot;&gt;
&lt;div class=&quot;nm&quot;&gt;코스피&lt;/div&gt;
&lt;div class=&quot;px&quot;&gt;8,471.02&lt;/div&gt;
&lt;div class=&quot;ch&quot; style=&quot;color: #e03131;&quot;&gt;+267.18p (+3.26%)&lt;/div&gt;
&lt;div class=&quot;sub&quot;&gt;&lt;span style=&quot;color: #e03131;&quot;&gt;▲ 상승 496&lt;/span&gt; &amp;middot; &lt;span style=&quot;color: #1565c0;&quot;&gt;▼ 하락 359&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sub&quot;&gt;외인 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-4.7조&lt;/span&gt; &amp;middot; 기관 &lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+1.9조&lt;/span&gt; &amp;middot; 개인 &lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+2.6조&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-idx&quot;&gt;
&lt;div class=&quot;nm&quot;&gt;코스닥&lt;/div&gt;
&lt;div class=&quot;px&quot;&gt;909.31&lt;/div&gt;
&lt;div class=&quot;ch&quot; style=&quot;color: #e03131;&quot;&gt;+17.79p (+2.00%)&lt;/div&gt;
&lt;div class=&quot;sub&quot;&gt;&lt;span style=&quot;color: #e03131;&quot;&gt;▲ 상승 858&lt;/span&gt; &amp;middot; &lt;span style=&quot;color: #1565c0;&quot;&gt;▼ 하락 748&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sub&quot;&gt;외인 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-321억&lt;/span&gt; &amp;middot; 기관 &lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+3,363억&lt;/span&gt; &amp;middot; 개인 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-3,184억&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  환율 &amp;middot; 원자재&lt;/span&gt;
&lt;div style=&quot;display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 6px;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: #8a8f99; font-size: 14px; min-width: 54px;&quot;&gt;환율&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;USD&lt;/b&gt; 1,546원 &lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+0.82%&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;EUR&lt;/b&gt; 1,754원 &lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+0.51%&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;JPY(100)&lt;/b&gt; 956원 &lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+0.76%&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;CNY&lt;/b&gt; 227원 &lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+0.54%&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 6px;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: #8a8f99; font-size: 14px; min-width: 54px;&quot;&gt;원자재&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;금&lt;/b&gt; 4,064.9달러 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-3.77%&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;브렌트유&lt;/b&gt; 75.2달러 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-5.86%&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;은&lt;/b&gt; 60.0달러 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-9.43%&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;구리&lt;/b&gt; 6.1달러 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-4.96%&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  오늘의 시황 해설&lt;/span&gt;
&lt;p class=&quot;sr-crit&quot; style=&quot;font-size: 14.5px; line-height: 1.75;&quot; data-ke-size=&quot;size16&quot;&gt;코스피가 +267.18p(+3.26%) 급등하며 8,471.02로 마감했습니다. 코스닥도 +17.79p(+2.00%)로 동반 흐름을 보였습니다. 기관(+1.9조) &amp;middot; 개인(+2.6조)의 순매수가 지수 상승을 견인했습니다. 반면 외국인은 차익 실현에 나섰습니다. 상승 496종목 대 하락 359종목(약 1.4배)으로 상승 종목이 우위를 보이며 위험선호가 회복됐습니다. 업종별로는 무선통신서비스(+3.5%)가 상승을 주도했고, 은행(-1.5%)는 부진했습니다. 대외 변수로는 원/달러 1,546원(원화 약세), 브렌트유 75.2달러(-5.9%)가 영향을 미쳤습니다.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt; ️ 일일 시장지도&lt;/span&gt;
&lt;div class=&quot;sr-mapwrap&quot;&gt;
&lt;div class=&quot;sr-mapcol&quot;&gt;
&lt;div class=&quot;sr-mapcap&quot;&gt;코스피 시장지도&lt;/div&gt;
&lt;div class=&quot;sr-mapholder&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;kospi_1d.png&quot; data-origin-width=&quot;3058&quot; data-origin-height=&quot;1854&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/baj2yL/dJMcabSaSj7/hpXCRfA1QOdN11A0bEdUK0/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/baj2yL/dJMcabSaSj7/hpXCRfA1QOdN11A0bEdUK0/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/baj2yL/dJMcabSaSj7/hpXCRfA1QOdN11A0bEdUK0/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fbaj2yL%2FdJMcabSaSj7%2FhpXCRfA1QOdN11A0bEdUK0%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;3058&quot; height=&quot;1854&quot; data-filename=&quot;kospi_1d.png&quot; data-origin-width=&quot;3058&quot; data-origin-height=&quot;1854&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-mapcol&quot;&gt;
&lt;div class=&quot;sr-mapcap&quot;&gt;코스닥 시장지도&lt;/div&gt;
&lt;div class=&quot;sr-mapholder&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;kosdaq_1d.png&quot; data-origin-width=&quot;3058&quot; data-origin-height=&quot;1854&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/esIqPk/dJMcabSaSkg/pOiDYi6Hs6XfDEFAkUm6K0/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/esIqPk/dJMcabSaSkg/pOiDYi6Hs6XfDEFAkUm6K0/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/esIqPk/dJMcabSaSkg/pOiDYi6Hs6XfDEFAkUm6K0/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FesIqPk%2FdJMcabSaSkg%2FpOiDYi6Hs6XfDEFAkUm6K0%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;3058&quot; height=&quot;1854&quot; data-filename=&quot;kosdaq_1d.png&quot; data-origin-width=&quot;3058&quot; data-origin-height=&quot;1854&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p class=&quot;sr-note&quot; data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-4&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;▲ 오늘 상승 TOP5&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;남화토건&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;5,980&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;서암기계공업&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;4,420&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;브이원텍&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;4,615&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼기에너지솔루션즈&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,452&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;계양전기우&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;9,370&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;▼ 오늘 하락 TOP5&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;유티아이&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;4,100&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-29.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;오가닉티코스메틱&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;3,460&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-24.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;파이온엑스&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,210&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-20.5%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;베셀&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;592&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-19.4%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;지니틱스&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,798&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-17.1%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #f39c12;&quot; class=&quot;sr-chip&quot;&gt;  거래대금 TOP5&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;거래대금&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,580,000&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;19.3조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;340,500&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;16.3조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,799,000&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;3.9조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전기&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,964,000&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;2.1조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자우&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;213,500&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1.0조&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e64980;&quot; class=&quot;sr-chip&quot;&gt;  거래량급증 TOP5&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;거래량&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;조아제약&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;900&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;66.0배&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;비비안&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;11,130&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;64.6배&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;디와이에이&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;758&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;59.0배&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;남화산업&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;4,775&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;57.1배&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;차AI헬스케어&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;7,500&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;44.8배&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;  52주 신고가&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;남화토건&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;5,980&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;보해양조&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;3,950&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+29.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;광주신세계&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;42,900&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+25.3%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  52주 신저가&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;유티아이&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;4,100&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-29.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;오가닉티코스메틱&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;3,460&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-24.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;파이온엑스&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,210&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-20.5%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;디알텍&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;980&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-14.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;엑시온그룹&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;999&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-13.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-2&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;▲ 상승 테마 TOP10&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;테마 &amp;middot; 대표 3종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;평균&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;무선통신서비스&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;프리티 &lt;span style=&quot;color: #e03131;&quot;&gt;+12%&lt;/span&gt; &amp;middot; 와이어블 &lt;span style=&quot;color: #e03131;&quot;&gt;+2%&lt;/span&gt; &amp;middot; SK텔레콤 &lt;span style=&quot;color: #e03131;&quot;&gt;+1%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131; font-weight: bold; vertical-align: top;&quot;&gt;+3.45%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;건축제품&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;와토스코리아 &lt;span style=&quot;color: #e03131;&quot;&gt;+30%&lt;/span&gt; &amp;middot; 국영지앤엠 &lt;span style=&quot;color: #e03131;&quot;&gt;+7%&lt;/span&gt; &amp;middot; 프럼파스트 &lt;span style=&quot;color: #e03131;&quot;&gt;+5%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131; font-weight: bold; vertical-align: top;&quot;&gt;+3.42%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;생물공학&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;펩트론 &lt;span style=&quot;color: #e03131;&quot;&gt;+15%&lt;/span&gt; &amp;middot; 알테오젠 &lt;span style=&quot;color: #e03131;&quot;&gt;+12%&lt;/span&gt; &amp;middot; 오리엔트바이오 &lt;span style=&quot;color: #e03131;&quot;&gt;+11%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131; font-weight: bold; vertical-align: top;&quot;&gt;+3.11%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;항공사&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;대한항공 &lt;span style=&quot;color: #e03131;&quot;&gt;+6%&lt;/span&gt; &amp;middot; 트리니티항공 &lt;span style=&quot;color: #e03131;&quot;&gt;+4%&lt;/span&gt; &amp;middot; 아시아나항공 &lt;span style=&quot;color: #e03131;&quot;&gt;+4%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131; font-weight: bold; vertical-align: top;&quot;&gt;+3.06%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;백화점과일반상점&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;광주신세계 &lt;span style=&quot;color: #e03131;&quot;&gt;+25%&lt;/span&gt; &amp;middot; 대구백화점 &lt;span style=&quot;color: #e03131;&quot;&gt;+8%&lt;/span&gt; &amp;middot; JTC &lt;span style=&quot;color: #e03131;&quot;&gt;+3%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131; font-weight: bold; vertical-align: top;&quot;&gt;+2.65%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;해운사&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;와이엔텍 &lt;span style=&quot;color: #e03131;&quot;&gt;+13%&lt;/span&gt; &amp;middot; 주성코퍼레이션 &lt;span style=&quot;color: #e03131;&quot;&gt;+7%&lt;/span&gt; &amp;middot; 흥아해운 &lt;span style=&quot;color: #e03131;&quot;&gt;+4%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131; font-weight: bold; vertical-align: top;&quot;&gt;+2.57%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;기계&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;서암기계공업 &lt;span style=&quot;color: #e03131;&quot;&gt;+30%&lt;/span&gt; &amp;middot; 브이원텍 &lt;span style=&quot;color: #e03131;&quot;&gt;+30%&lt;/span&gt; &amp;middot; 씨피시스템 &lt;span style=&quot;color: #e03131;&quot;&gt;+30%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131; font-weight: bold; vertical-align: top;&quot;&gt;+2.51%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;디스플레이패널&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;육일씨엔에쓰 &lt;span style=&quot;color: #e03131;&quot;&gt;+8%&lt;/span&gt; &amp;middot; 오픈놀 &lt;span style=&quot;color: #e03131;&quot;&gt;+2%&lt;/span&gt; &amp;middot; 코텍 &lt;span style=&quot;color: #e03131;&quot;&gt;+0%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131; font-weight: bold; vertical-align: top;&quot;&gt;+2.47%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;건강관리기술&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;씨어스 &lt;span style=&quot;color: #e03131;&quot;&gt;+17%&lt;/span&gt; &amp;middot; 쓰리빌리언 &lt;span style=&quot;color: #e03131;&quot;&gt;+6%&lt;/span&gt; &amp;middot; 솔본 &lt;span style=&quot;color: #e03131;&quot;&gt;+5%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131; font-weight: bold; vertical-align: top;&quot;&gt;+2.41%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;호텔,레스토랑,레저&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;남화산업 &lt;span style=&quot;color: #e03131;&quot;&gt;+30%&lt;/span&gt; &amp;middot; 더본코리아 &lt;span style=&quot;color: #e03131;&quot;&gt;+8%&lt;/span&gt; &amp;middot; 베뉴지 &lt;span style=&quot;color: #e03131;&quot;&gt;+3%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131; font-weight: bold; vertical-align: top;&quot;&gt;+2.14%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;▼ 하락 테마 TOP10&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;테마 &amp;middot; 대표 3종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;평균&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;은행&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;JB금융지주 &lt;span style=&quot;color: #1565c0;&quot;&gt;-4%&lt;/span&gt; &amp;middot; 케이뱅크 &lt;span style=&quot;color: #1565c0;&quot;&gt;-3%&lt;/span&gt; &amp;middot; 신한지주 &lt;span style=&quot;color: #1565c0;&quot;&gt;-2%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-1.54%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;도로와철도운송&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;동양고속 &lt;span style=&quot;color: #1565c0;&quot;&gt;-12%&lt;/span&gt; &amp;middot; 천일고속 &lt;span style=&quot;color: #1565c0;&quot;&gt;-6%&lt;/span&gt; &amp;middot; 유성티엔에스 &lt;span style=&quot;color: #1565c0;&quot;&gt;-2%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-1.51%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;손해보험&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;삼성화재우 &lt;span style=&quot;color: #1565c0;&quot;&gt;-4%&lt;/span&gt; &amp;middot; 현대해상 &lt;span style=&quot;color: #1565c0;&quot;&gt;-2%&lt;/span&gt; &amp;middot; 서울보증보험 &lt;span style=&quot;color: #1565c0;&quot;&gt;-2%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-1.38%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;핸드셋&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;유티아이 &lt;span style=&quot;color: #1565c0;&quot;&gt;-30%&lt;/span&gt; &amp;middot; 팸텍 &lt;span style=&quot;color: #1565c0;&quot;&gt;-11%&lt;/span&gt; &amp;middot; 드림텍 &lt;span style=&quot;color: #1565c0;&quot;&gt;-6%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-0.97%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;전문소매&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;포니링크 &lt;span style=&quot;color: #1565c0;&quot;&gt;-3%&lt;/span&gt; &amp;middot; 롯데하이마트 &lt;span style=&quot;color: #1565c0;&quot;&gt;-2%&lt;/span&gt; &amp;middot; 홈캐스트 &lt;span style=&quot;color: #1565c0;&quot;&gt;-2%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-0.79%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;에너지장비및서비스&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;씨엔플러스 &lt;span style=&quot;color: #1565c0;&quot;&gt;-7%&lt;/span&gt; &amp;middot; 금양그린파워 &lt;span style=&quot;color: #1565c0;&quot;&gt;-5%&lt;/span&gt; &amp;middot; 오르비텍 &lt;span style=&quot;color: #1565c0;&quot;&gt;-5%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-0.79%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;광고&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;비케이홀딩스 &lt;span style=&quot;color: #1565c0;&quot;&gt;-7%&lt;/span&gt; &amp;middot; 모비데이즈 &lt;span style=&quot;color: #1565c0;&quot;&gt;-6%&lt;/span&gt; &amp;middot; 엔비티 &lt;span style=&quot;color: #1565c0;&quot;&gt;-4%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-0.74%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;전기장비&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;KBI메탈 &lt;span style=&quot;color: #1565c0;&quot;&gt;-8%&lt;/span&gt; &amp;middot; 효성중공업 &lt;span style=&quot;color: #1565c0;&quot;&gt;-7%&lt;/span&gt; &amp;middot; 가온전선 &lt;span style=&quot;color: #1565c0;&quot;&gt;-6%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-0.63%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;전기제품&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;성문전자 &lt;span style=&quot;color: #1565c0;&quot;&gt;-15%&lt;/span&gt; &amp;middot; 뉴인텍 &lt;span style=&quot;color: #1565c0;&quot;&gt;-6%&lt;/span&gt; &amp;middot; 성문전자우 &lt;span style=&quot;color: #1565c0;&quot;&gt;-6%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-0.61%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;반도체와반도체장비&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;지니틱스 &lt;span style=&quot;color: #1565c0;&quot;&gt;-17%&lt;/span&gt; &amp;middot; 비씨엔씨 &lt;span style=&quot;color: #1565c0;&quot;&gt;-11%&lt;/span&gt; &amp;middot; 시그네틱스 &lt;span style=&quot;color: #1565c0;&quot;&gt;-10%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-0.57%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-2&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  시가총액 TOP10 (코스피)&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;시총&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;340,500&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+9.8%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,991조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;2,580,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+1.0%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,839조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1,799,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-1.8%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;237조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자우&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;213,500&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+5.4%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;171조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전기&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1,964,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-1.3%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;147조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;6&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;현대차&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;509,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-0.4%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;119조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;7&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성생명&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;433,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+1.9%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;87조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;8&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;LG에너지솔루션&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;365,500&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+1.0%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;86조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;9&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성물산&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;481,500&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+5.8%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;78조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;10&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;HD현대중공업&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;587,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-0.2%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;62조&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #7048e8;&quot; class=&quot;sr-chip&quot;&gt;  시가총액 TOP10 (코스닥)&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;시총&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;알테오젠&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;371,500&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+11.6%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;20조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;에코프로비엠&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;152,500&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+1.1%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;15조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;에코프로&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;107,700&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+4.6%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;15조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;레인보우로보틱스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;515,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+2.4%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;10조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;코오롱티슈진&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;101,100&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+6.2%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;9조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;6&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;주성엔지니어링&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;182,400&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-1.0%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;8조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;7&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;원익IPS&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;150,600&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+0.3%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;7조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;8&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;HLB&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;50,300&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+5.9%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;7조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;9&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;리노공업&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;85,200&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+0.3%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;6조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;10&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;이오테크닉스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;486,500&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+5.8%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;6조&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-4&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;외국인 순매수&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매수&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;LS&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-2.2%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;465억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;LG이노텍&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-3.4%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;357억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;알테오젠&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+11.6%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;336억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;LG전자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+1.2%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;292억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;서진시스템&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-2.1%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;290억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;외국인 순매도&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매도&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+1.0%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;3.6조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-1.8%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;5,468억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+9.8%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;1,790억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자우&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+5.4%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;1,585억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;현대차&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-0.4%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;1,104억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;기관 순매수&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매수&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+9.8%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;9,726억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+1.0%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;8,992억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전기&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-1.3%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;976억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;알테오젠&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+11.6%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;745억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자우&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+5.4%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;635억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;기관 순매도&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매도&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;현대모비스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-0.2%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;298억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;LG이노텍&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-3.4%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;249억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;HD현대중공업&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-0.2%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;236억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;파두&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-3.9%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;218억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;효성중공업&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-7.3%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;199억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;개인 순매수&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매수&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+1.0%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;2.7조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-1.8%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;5,353억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자우&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+5.4%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;902억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;현대차&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-0.4%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;900억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성물산&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+5.8%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;804억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;개인 순매도&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매도&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+9.8%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;7,792억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;알테오젠&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+11.6%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;1,088억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;LS&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-2.2%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;410억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;셀트리온&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+7.6%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;320억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성바이오로직스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+8.8%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;282억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;연기금 순매수&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매수&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+9.8%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;918억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+1.0%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;487억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+1.0%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;145억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;현대차&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-0.4%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;134억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자우&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+5.4%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;123억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;연기금 순매도&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매도&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-1.8%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;720억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전기&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-1.3%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;405억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;LG이노텍&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-3.4%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;154억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;미래에셋증권&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-0.9%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;118억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;효성중공업&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-7.3%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;95억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-4&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;✨ 골든크로스&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;서암기계공업&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;4,420&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;동양파일&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,410&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+29.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;씨피시스템&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;3,520&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+29.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;대한제당우&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,570&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+29.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;와토스코리아&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;7,440&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+29.8%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  데드크로스&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;오가닉티코스메틱&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;3,460&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-24.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;미코&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;18,390&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-7.7%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;파세코&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;5,420&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-7.7%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;넥써쓰&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,620&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-7.3%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;드림텍&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;4,490&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-6.5%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;▲ 연속상승 TOP5&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;연속&amp;middot;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;보해양조&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;3,950&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5일 &lt;span style=&quot;color: #e03131;&quot;&gt;+29.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;화천기공&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;37,700&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;3일 &lt;span style=&quot;color: #e03131;&quot;&gt;+12.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;비비안&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;11,130&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;3일 &lt;span style=&quot;color: #e03131;&quot;&gt;+1.4%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;조아제약&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;900&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;3일 &lt;span style=&quot;color: #e03131;&quot;&gt;+5.1%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;위지트&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,930&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;3일 &lt;span style=&quot;color: #e03131;&quot;&gt;+10.8%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;▼ 연속하락 TOP5&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;연속&amp;middot;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;아주IB투자&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;5,000&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;11일 &lt;span style=&quot;color: #1565c0;&quot;&gt;-4.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;하이트진로&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;14,690&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;9일 &lt;span style=&quot;color: #1565c0;&quot;&gt;-2.3%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;미래에셋벤처투자&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;20,050&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;9일 &lt;span style=&quot;color: #1565c0;&quot;&gt;-1.2%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK네트웍스&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;9,530&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8일 &lt;span style=&quot;color: #1565c0;&quot;&gt;-1.6%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;서울보증보험&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;40,800&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8일 &lt;span style=&quot;color: #1565c0;&quot;&gt;-2.3%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #7048e8;&quot; class=&quot;sr-chip&quot;&gt;  퀀트 레이더 선정 기준&lt;/span&gt;
&lt;ul class=&quot;sr-crit&quot; style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;  &lt;b&gt;종합점수&lt;/b&gt; : 거래대금&amp;middot;재무(PER/PBR/ROE)&amp;middot;모멘텀&amp;middot;수급(외국인/기관)&amp;middot;차트(추세/RSI) 5개 팩터 균형 종합 상위&lt;/li&gt;
&lt;li&gt;  &lt;b&gt;숨은 가치주&lt;/b&gt; : 재무는 우량하나 주가가 저평가된 종목(저PBR&amp;middot;고ROE 중심)&lt;/li&gt;
&lt;li&gt;  &lt;b&gt;인기 폭발&lt;/b&gt; : 거래량 급증 + 가격 모멘텀으로 시장 관심이 집중된 추세 종목&lt;/li&gt;
&lt;li&gt;  &lt;b&gt;ETF&lt;/b&gt; : 자금유입&amp;middot;거래대금&amp;middot;분배율 기반 ETF 상위&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-4&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #16a085;&quot; class=&quot;sr-chip&quot;&gt;  퀀트레이더 &amp;middot; 종합점수&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th&gt;점수&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;81.8&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,799,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;78.6&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,580,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성생명&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;76.5&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;433,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성화재&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;76.2&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;636,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성물산&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;75.4&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;481,500원&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #16a085;&quot; class=&quot;sr-chip&quot;&gt;  퀀트레이더 &amp;middot; 숨은 가치주&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th&gt;점수&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한국전력&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;78.3&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;36,750원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한국금융지주&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;71.4&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;204,500원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;NH투자증권&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;68.8&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;28,750원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;크래프톤&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;67.3&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;220,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;미래에셋증권&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;66.1&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;41,750원&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #16a085;&quot; class=&quot;sr-chip&quot;&gt;  퀀트레이더 &amp;middot; 인기 폭발&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th&gt;점수&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;84.1&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,580,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;83.7&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,799,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성생명&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;83.4&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;433,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성물산&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;81.9&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;481,500원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;알테오젠&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;80.6&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;371,500원&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #16a085;&quot; class=&quot;sr-chip&quot;&gt;  퀀트레이더 &amp;middot; ETF&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th&gt;점수&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SOL 200타겟위클리커버드콜&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;88.5&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;15,495원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;RISE AI반도체TOP10&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;79.1&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;41,800원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;KoAct 미국나스닥성장기업액티브&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;75.7&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;25,045원&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
      <category>주식 일일 시황/2026년 6월</category>
      <category>주식마감시황</category>
      <category>코스닥</category>
      <category>코스피</category>
      <author>stockradar</author>
      <guid isPermaLink="true">https://stockradar.tistory.com/19</guid>
      <comments>https://stockradar.tistory.com/19#entry19comment</comments>
      <pubDate>Wed, 24 Jun 2026 21:23:04 +0900</pubDate>
    </item>
    <item>
      <title>2026-06-23 국내 주식 마감 시황</title>
      <link>https://stockradar.tistory.com/18</link>
      <description>&lt;div&gt;
&lt;style&gt;

.sr-wrap, .sr-wrap * { margin:0; padding:0; box-sizing:border-box; }
.sr-wrap {
  width:100%; max-width:1560px; margin:0 auto; background:#f4f5f7; color:#1a1d24;
  font-family:&quot;Pretendard Variable&quot;,Pretendard,&quot;Inter&quot;,-apple-system,&quot;Segoe UI&quot;,sans-serif;
  padding:32px; font-size:14px; line-height:1.55;
}
.sr-head { display:flex; align-items:center; justify-content:space-between; margin-bottom:4px; }
.sr-brand { font-weight:800; font-size:21px; letter-spacing:-0.3px; }
.sr-brand .dot { color:#1565c0; }
.sr-date { color:#8a8f99; font-size:14px; }
.sr-title { font-size:30px; font-weight:800; color:#0d0f14; letter-spacing:-0.6px; margin:10px 0 22px; }
.sr-card { background:#ffffff; border:1px solid #e6e8eb; border-radius:14px; padding:16px 18px; margin-bottom:18px;
  box-shadow:0 1px 3px rgba(16,24,40,.04); }
.sr-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-bottom:18px; }
.sr-cols-2 { grid-template-columns:repeat(2,1fr); }
.sr-cols-3 { grid-template-columns:repeat(3,1fr); }
.sr-cols-4 { grid-template-columns:repeat(4,1fr); }
.sr-grid .sr-card { margin-bottom:0; }
.sr-chip { display:inline-block; font-size:13px; font-weight:700; color:#fff; padding:4px 12px; border-radius:999px; margin-bottom:12px; }
.sr-idxrow { display:flex; gap:16px; flex-wrap:wrap; }
.sr-idx { flex:1; min-width:240px; background:#f7f8fa; border:1px solid #e6e8eb; border-radius:12px; padding:14px 16px; }
.sr-idx .nm { color:#8a8f99; font-size:13px; font-weight:600; }
.sr-idx .px { font-size:27px; font-weight:800; color:#0d0f14; margin:2px 0; font-variant-numeric:tabular-nums; }
.sr-idx .ch { font-size:16px; font-weight:700; font-variant-numeric:tabular-nums; }
.sr-idx .sub { font-size:13px; margin-top:4px; }
.sr-mapwrap { display:flex; gap:16px; }
.sr-mapcol { flex:1; }
.sr-mapcap { color:#8a8f99; font-size:13px; margin:6px 0 8px; font-weight:600; }
.sr-mapcap .hint { color:#1565c0; font-weight:500; font-size:12px; }
.sr-map { width:100%; border-radius:12px; border:1px solid #e6e8eb; display:block; }
.sr-mapholder { border:2px dashed #e6e8eb; border-radius:12px; padding:30px 16px; text-align:center;
  color:#8a8f99; font-size:14px; background:#f7f8fa; line-height:1.6; }
table.sr-tb { width:100%; border-collapse:collapse; font-size:13px; }
/* font-size에 !important: 티스토리 스킨의 #article-view table td(font-size:15px, ID 특이도)가
   표 셀 폰트를 키우는 것을 막아 원본 크기 유지(다른 스킨/네이버에서도 안전) */
table.sr-tb th { text-align:left; color:#8a8f99; font-size:11.5px !important; font-weight:600; padding:6px 7px; border-bottom:2px solid #e6e8eb; white-space:nowrap; }
table.sr-tb td { padding:6px 7px; border-bottom:1px solid #e6e8eb; font-size:13px !important; font-variant-numeric:tabular-nums; white-space:nowrap; }
table.sr-tb tr:last-child td { border-bottom:none; }
.sr-rank { display:inline-flex; width:20px; height:20px; align-items:center; justify-content:center;
  background:#1565c0; color:#fff; border-radius:5px; font-size:11px; font-weight:700; }
.sr-nm { font-weight:700; color:#0d0f14; }
.sr-score { font-weight:800; color:#1565c0; }
.sr-crit { font-size:13.5px; line-height:1.7; }
.sr-crit b { color:#0d0f14; }
.sr-crit li { margin:4px 0; list-style:none; }
.sr-note { color:#8a8f99; font-size:12px; margin-top:8px; }
/* 주간: 지수 추이 SVG 라인차트 */
.sr-svg { width:100%; height:auto; display:block; }
.sr-svgcap { display:flex; align-items:baseline; gap:8px; margin-bottom:4px; }
.sr-svgcap .nm { font-weight:700; color:#0d0f14; font-size:14px; }
.sr-svgcap .ch { font-weight:700; font-size:14px; font-variant-numeric:tabular-nums; }
/* 주간: 테마 카드(막대 + 종목수 + 대표 종목 태그) */
.sr-wksec { border:1px solid #e6e8eb; border-radius:10px; padding:10px 12px; margin-bottom:10px; background:#f7f8fa; }
.sr-wksec:last-child { margin-bottom:0; }
.sr-wkhead { display:flex; align-items:center; gap:8px; }
.sr-wksector { font-weight:700; color:#0d0f14; flex:1; font-size:13.5px; }
.sr-wkavg { font-weight:800; font-size:14px; font-variant-numeric:tabular-nums; }
.sr-wkbar { height:6px; border-radius:4px; background:#e6e8eb; margin:8px 0 6px; overflow:hidden; }
.sr-wkbar &gt; div { height:100%; border-radius:4px; }
.sr-wkmeta { font-size:11.5px; color:#8a8f99; }
.sr-wktags { display:flex; flex-wrap:wrap; gap:5px; margin-top:7px; }
.sr-wktag { background:#ffffff; border:1px solid #e6e8eb; border-radius:6px; padding:3px 7px; font-size:11.5px; white-space:nowrap; }
.sr-wktag b { color:#0d0f14; font-weight:700; }
/* 반응형(티스토리 라이브 렌더/모바일): 좁은 화면에서 열 수 축소 */
@media (max-width:1100px) {
  .sr-cols-4 { grid-template-columns:repeat(2,1fr); }
  .sr-cols-3 { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:680px) {
  .sr-cols-2, .sr-cols-3, .sr-cols-4 { grid-template-columns:1fr; }
  .sr-mapwrap { flex-direction:column; }
  .sr-wrap { padding:16px; font-size:13px; }
  .sr-title { font-size:24px; }
}

.sr-wrap{width:min(100vw,1560px)!important;max-width:none!important;position:relative;left:50%;transform:translateX(-50%);}
&lt;/style&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wrap&quot;&gt;
&lt;div class=&quot;sr-head&quot;&gt;
&lt;div class=&quot;sr-brand&quot;&gt;  Stock&lt;span class=&quot;dot&quot;&gt;Radar&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-date&quot;&gt;2026-06-23&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-title&quot;&gt;오늘의 증시 리포트&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;▲ 오늘의 시황 (지수&amp;middot;등락&amp;middot;수급)&lt;/span&gt;
&lt;div class=&quot;sr-idxrow&quot;&gt;
&lt;div class=&quot;sr-idx&quot;&gt;
&lt;div class=&quot;nm&quot;&gt;코스피&lt;/div&gt;
&lt;div class=&quot;px&quot;&gt;8,203.84&lt;/div&gt;
&lt;div class=&quot;ch&quot; style=&quot;color: #1565c0;&quot;&gt;-910.71p (-9.99%)&lt;/div&gt;
&lt;div class=&quot;sub&quot;&gt;&lt;span style=&quot;color: #e03131;&quot;&gt;▲ 상승 46&lt;/span&gt; &amp;middot; &lt;span style=&quot;color: #1565c0;&quot;&gt;▼ 하락 830&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sub&quot;&gt;외인 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-4.2조&lt;/span&gt; &amp;middot; 기관 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-4.5조&lt;/span&gt; &amp;middot; 개인 &lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+8.6조&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-idx&quot;&gt;
&lt;div class=&quot;nm&quot;&gt;코스닥&lt;/div&gt;
&lt;div class=&quot;px&quot;&gt;891.52&lt;/div&gt;
&lt;div class=&quot;ch&quot; style=&quot;color: #1565c0;&quot;&gt;-76.88p (-7.94%)&lt;/div&gt;
&lt;div class=&quot;sub&quot;&gt;&lt;span style=&quot;color: #e03131;&quot;&gt;▲ 상승 109&lt;/span&gt; &amp;middot; &lt;span style=&quot;color: #1565c0;&quot;&gt;▼ 하락 1530&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sub&quot;&gt;외인 &lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+2,746억&lt;/span&gt; &amp;middot; 기관 &lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+1,329억&lt;/span&gt; &amp;middot; 개인 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-3,979억&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  환율 &amp;middot; 원자재&lt;/span&gt;
&lt;div style=&quot;display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 6px;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: #8a8f99; font-size: 14px; min-width: 54px;&quot;&gt;환율&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;USD&lt;/b&gt; 1,537원 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-0.09%&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;EUR&lt;/b&gt; 1,751원 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-0.43%&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;JPY(100)&lt;/b&gt; 951원 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-0.13%&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;CNY&lt;/b&gt; 226원 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-0.27%&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 6px;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: #8a8f99; font-size: 14px; min-width: 54px;&quot;&gt;원자재&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;금&lt;/b&gt; 4,137.9달러 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-5.07%&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;브렌트유&lt;/b&gt; 77.9달러 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-2.04%&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;은&lt;/b&gt; 62.2달러 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-12.07%&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;구리&lt;/b&gt; 6.2달러 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-4.91%&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  오늘의 시황 해설&lt;/span&gt;
&lt;p class=&quot;sr-crit&quot; style=&quot;font-size: 14.5px; line-height: 1.75;&quot; data-ke-size=&quot;size16&quot;&gt;코스피가 -910.71p(-9.99%) 급락하며 8,203.84로 마감했습니다. 코스닥도 -76.88p(-7.94%)로 동반 흐름을 보였습니다. 외국인(-4.2조) &amp;middot; 기관(-4.5조)의 순매도가 지수 하락을 이끌었습니다. 개인이 순매수로 받쳤지만 낙폭을 막기엔 역부족이었습니다. 상승 46종목 대 하락 830종목(약 18.0배)으로 하락 종목이 압도하며 투자심리가 위축됐습니다. 업종별로는 반도체와반도체장비(-9.6%)가 낙폭을 키웠고, 음료(+1.1%)는 상대적으로 선방했습니다. 대외 변수로는 원/달러 1,537원(원화 강세), 브렌트유 77.9달러(-2.0%)가 영향을 미쳤습니다.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt; ️ 일일 시장지도&lt;/span&gt;
&lt;div class=&quot;sr-mapwrap&quot;&gt;
&lt;div class=&quot;sr-mapcol&quot;&gt;
&lt;div class=&quot;sr-mapcap&quot;&gt;코스피 시장지도&lt;/div&gt;
&lt;div class=&quot;sr-mapholder&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;kospi_1d.png&quot; data-origin-width=&quot;3400&quot; data-origin-height=&quot;1820&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/dewICq/dJMcaiqfjCN/cG4zFpB2kYeEXz71StbrhK/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/dewICq/dJMcaiqfjCN/cG4zFpB2kYeEXz71StbrhK/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/dewICq/dJMcaiqfjCN/cG4zFpB2kYeEXz71StbrhK/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FdewICq%2FdJMcaiqfjCN%2FcG4zFpB2kYeEXz71StbrhK%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;3400&quot; height=&quot;1820&quot; data-filename=&quot;kospi_1d.png&quot; data-origin-width=&quot;3400&quot; data-origin-height=&quot;1820&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-mapcol&quot;&gt;
&lt;div class=&quot;sr-mapcap&quot;&gt;코스닥 시장지도&lt;/div&gt;
&lt;div class=&quot;sr-mapholder&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;kosdaq_1d.png&quot; data-origin-width=&quot;3400&quot; data-origin-height=&quot;1820&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/uIAMg/dJMcadidvx7/XZHYKybhEJdxhl8n4Kw1K1/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/uIAMg/dJMcadidvx7/XZHYKybhEJdxhl8n4Kw1K1/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/uIAMg/dJMcadidvx7/XZHYKybhEJdxhl8n4Kw1K1/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FuIAMg%2FdJMcadidvx7%2FXZHYKybhEJdxhl8n4Kw1K1%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;3400&quot; height=&quot;1820&quot; data-filename=&quot;kosdaq_1d.png&quot; data-origin-width=&quot;3400&quot; data-origin-height=&quot;1820&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p class=&quot;sr-note&quot; data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-4&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;▲ 오늘 상승 TOP5&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;모헨즈&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;4,290&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;위지트&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,742&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;차AI헬스케어&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;7,500&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;헝셩그룹&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;724&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;비비안&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;10,980&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+29.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;▼ 오늘 하락 TOP5&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;오늘이엔엠&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,985&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-29.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;파이온엑스&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,780&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-28.5%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;크리스탈신소재&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,520&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-26.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;파두&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;89,800&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-22.5%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;DL이앤씨2우(전환)&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;38,700&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-21.5%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #f39c12;&quot; class=&quot;sr-chip&quot;&gt;  거래대금 TOP5&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;거래대금&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,555,000&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;20.6조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;310,000&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;12.8조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,832,000&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;4.7조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전기&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,990,000&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;2.4조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자우&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;202,500&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;9,649억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e64980;&quot; class=&quot;sr-chip&quot;&gt;  거래량급증 TOP5&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;거래량&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;크라운제과&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;7,560&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;110.3배&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;국순당&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;4,115&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;47.5배&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;해태제과식품&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;6,220&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;35.3배&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;지니틱스&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,170&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;31.2배&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;조아제약&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;856&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;30.8배&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;  52주 신고가&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;부국철강&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;3,755&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+29.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;서산&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;8,120&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+29.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;보해양조&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;3,040&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+29.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;JW신약&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;3,105&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+13.7%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한울반도체&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;23,200&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+0.2%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  52주 신저가&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;크리스탈신소재&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,520&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-26.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;유티아이&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;5,850&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-21.5%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;깨끗한나라우&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;7,970&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-18.7%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;조이웍스앤코&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;714&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-18.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;윙스풋&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,284&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-17.2%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-2&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;▲ 상승 테마 TOP10&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;테마 &amp;middot; 대표 3종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;평균&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;음료&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;보해양조 &lt;span style=&quot;color: #e03131;&quot;&gt;+30%&lt;/span&gt; &amp;middot; 국순당 &lt;span style=&quot;color: #e03131;&quot;&gt;+21%&lt;/span&gt; &amp;middot; 창해에탄올 &lt;span style=&quot;color: #e03131;&quot;&gt;+0%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131; font-weight: bold; vertical-align: top;&quot;&gt;+1.11%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;도로와철도운송&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;동양고속 &lt;span style=&quot;color: #e03131;&quot;&gt;+19%&lt;/span&gt; &amp;middot; 천일고속 &lt;span style=&quot;color: #e03131;&quot;&gt;+13%&lt;/span&gt; &amp;middot; 레드캡투어 &lt;span style=&quot;color: #1565c0;&quot;&gt;-4%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131; font-weight: bold; vertical-align: top;&quot;&gt;+0.48%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;은행&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;제주은행 &lt;span style=&quot;color: #e03131;&quot;&gt;+4%&lt;/span&gt; &amp;middot; 신한지주 &lt;span style=&quot;color: #e03131;&quot;&gt;+0%&lt;/span&gt; &amp;middot; 우리금융지주 &lt;span style=&quot;color: #1565c0;&quot;&gt;-1%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-1.47%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;창업투자&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;스틱인베스트먼트 &lt;span style=&quot;color: #e03131;&quot;&gt;+4%&lt;/span&gt; &amp;middot; 신한제15호스팩 &lt;span style=&quot;color: #e03131;&quot;&gt;+2%&lt;/span&gt; &amp;middot; 신한제13호스팩 &lt;span style=&quot;color: #e03131;&quot;&gt;+2%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-1.76%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;가스유틸리티&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;SK가스 &lt;span style=&quot;color: #e03131;&quot;&gt;+3%&lt;/span&gt; &amp;middot; E1 &lt;span style=&quot;color: #e03131;&quot;&gt;+0%&lt;/span&gt; &amp;middot; 인천도시가스 &lt;span style=&quot;color: #1565c0;&quot;&gt;-0%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-1.96%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;부동산&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;신라섬유 &lt;span style=&quot;color: #e03131;&quot;&gt;+6%&lt;/span&gt; &amp;middot; 신한글로벌액티브리츠 &lt;span style=&quot;color: #8a8f99;&quot;&gt;+0%&lt;/span&gt; &amp;middot; 한화리츠 &lt;span style=&quot;color: #1565c0;&quot;&gt;-0%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-2.02%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;인터넷과카탈로그소매&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;예스24 &lt;span style=&quot;color: #e03131;&quot;&gt;+6%&lt;/span&gt; &amp;middot; 현대홈쇼핑 &lt;span style=&quot;color: #1565c0;&quot;&gt;-1%&lt;/span&gt; &amp;middot; 실리콘투 &lt;span style=&quot;color: #1565c0;&quot;&gt;-2%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-2.04%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;건축제품&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;와토스코리아 &lt;span style=&quot;color: #e03131;&quot;&gt;+12%&lt;/span&gt; &amp;middot; 대림통상 &lt;span style=&quot;color: #e03131;&quot;&gt;+4%&lt;/span&gt; &amp;middot; 국영지앤엠 &lt;span style=&quot;color: #e03131;&quot;&gt;+1%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-2.05%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;건축자재&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;모헨즈 &lt;span style=&quot;color: #e03131;&quot;&gt;+30%&lt;/span&gt; &amp;middot; 서산 &lt;span style=&quot;color: #e03131;&quot;&gt;+30%&lt;/span&gt; &amp;middot; 강동씨앤엘 &lt;span style=&quot;color: #e03131;&quot;&gt;+9%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-2.37%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;전문소매&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;일월지엠엘 &lt;span style=&quot;color: #1565c0;&quot;&gt;-1%&lt;/span&gt; &amp;middot; 모다이노칩 &lt;span style=&quot;color: #1565c0;&quot;&gt;-1%&lt;/span&gt; &amp;middot; 포니링크 &lt;span style=&quot;color: #1565c0;&quot;&gt;-2%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-2.47%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;▼ 하락 테마 TOP10&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;테마 &amp;middot; 대표 3종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;평균&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;반도체와반도체장비&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;파두 &lt;span style=&quot;color: #1565c0;&quot;&gt;-23%&lt;/span&gt; &amp;middot; 아이앤씨 &lt;span style=&quot;color: #1565c0;&quot;&gt;-19%&lt;/span&gt; &amp;middot; 해성디에스 &lt;span style=&quot;color: #1565c0;&quot;&gt;-17%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-9.60%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;디스플레이패널&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;육일씨엔에쓰 &lt;span style=&quot;color: #1565c0;&quot;&gt;-13%&lt;/span&gt; &amp;middot; 오픈놀 &lt;span style=&quot;color: #1565c0;&quot;&gt;-13%&lt;/span&gt; &amp;middot; LG디스플레이 &lt;span style=&quot;color: #1565c0;&quot;&gt;-6%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-8.72%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;우주항공과국방&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;이노스페이스 &lt;span style=&quot;color: #1565c0;&quot;&gt;-16%&lt;/span&gt; &amp;middot; 쎄트렉아이 &lt;span style=&quot;color: #1565c0;&quot;&gt;-14%&lt;/span&gt; &amp;middot; 켄코아에어로스페이스 &lt;span style=&quot;color: #1565c0;&quot;&gt;-14%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-8.41%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;통신장비&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;오늘이엔엠 &lt;span style=&quot;color: #1565c0;&quot;&gt;-30%&lt;/span&gt; &amp;middot; 한화비전 &lt;span style=&quot;color: #1565c0;&quot;&gt;-15%&lt;/span&gt; &amp;middot; 인텔리안테크 &lt;span style=&quot;color: #1565c0;&quot;&gt;-14%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-8.39%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;생명보험&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;미래에셋생명 &lt;span style=&quot;color: #1565c0;&quot;&gt;-19%&lt;/span&gt; &amp;middot; 삼성생명 &lt;span style=&quot;color: #1565c0;&quot;&gt;-6%&lt;/span&gt; &amp;middot; 동양생명 &lt;span style=&quot;color: #1565c0;&quot;&gt;-4%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-8.22%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;전기제품&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;코칩 &lt;span style=&quot;color: #1565c0;&quot;&gt;-18%&lt;/span&gt; &amp;middot; 삼화콘덴서 &lt;span style=&quot;color: #1565c0;&quot;&gt;-15%&lt;/span&gt; &amp;middot; 성호전자 &lt;span style=&quot;color: #1565c0;&quot;&gt;-15%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-8.11%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;조선&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;티엠씨 &lt;span style=&quot;color: #1565c0;&quot;&gt;-12%&lt;/span&gt; &amp;middot; 한화오션 &lt;span style=&quot;color: #1565c0;&quot;&gt;-10%&lt;/span&gt; &amp;middot; 한라IMS &lt;span style=&quot;color: #1565c0;&quot;&gt;-10%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-7.88%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;전자장비와기기&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;한솔테크닉스 &lt;span style=&quot;color: #1565c0;&quot;&gt;-17%&lt;/span&gt; &amp;middot; 삼성전기우 &lt;span style=&quot;color: #1565c0;&quot;&gt;-14%&lt;/span&gt; &amp;middot; 삼화전자 &lt;span style=&quot;color: #1565c0;&quot;&gt;-14%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-7.10%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;자동차&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;현대차 &lt;span style=&quot;color: #1565c0;&quot;&gt;-12%&lt;/span&gt; &amp;middot; 현대차우 &lt;span style=&quot;color: #1565c0;&quot;&gt;-10%&lt;/span&gt; &amp;middot; 기아 &lt;span style=&quot;color: #1565c0;&quot;&gt;-9%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-7.04%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;전기장비&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;서진시스템 &lt;span style=&quot;color: #1565c0;&quot;&gt;-15%&lt;/span&gt; &amp;middot; 비나텍 &lt;span style=&quot;color: #1565c0;&quot;&gt;-12%&lt;/span&gt; &amp;middot; 선도전기 &lt;span style=&quot;color: #1565c0;&quot;&gt;-12%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-6.80%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-2&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  시가총액 TOP10 (코스피)&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;시총&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;2,555,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-12.5%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,821조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;310,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-12.3%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,812조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1,832,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-7.0%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;242조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자우&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;202,500&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-9.6%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;162조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전기&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1,990,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-10.7%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;149조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;6&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;현대차&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;511,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-12.1%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;119조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;7&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성생명&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;425,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-5.7%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;85조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;8&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;LG에너지솔루션&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;362,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-6.1%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;85조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;9&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성물산&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;455,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-12.5%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;74조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;10&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;HD현대중공업&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;588,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-7.5%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;62조&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #7048e8;&quot; class=&quot;sr-chip&quot;&gt;  시가총액 TOP10 (코스닥)&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;시총&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;알테오젠&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;333,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-5.0%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;19조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;에코프로비엠&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;150,900&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-9.5%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;15조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;에코프로&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;103,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-10.0%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;14조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;레인보우로보틱스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;503,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-12.2%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;10조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;주성엔지니어링&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;184,200&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-6.9%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;9조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;6&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;코오롱티슈진&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;95,200&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-6.3%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;8조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;7&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;원익IPS&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;150,100&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-13.0%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;7조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;8&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;리노공업&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;84,900&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-8.1%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;6조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;9&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;이오테크닉스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;460,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-11.2%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;6조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;10&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;HLB&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;47,500&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-6.5%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;6조&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-4&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;외국인 순매수&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매수&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;LG이노텍&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-12.3%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;772억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;미래에셋증권&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-8.6%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;607억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전기&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-10.7%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;593억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;현대모비스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-10.4%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;533억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;두산에너빌리티&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-5.3%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;475억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;외국인 순매도&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매도&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-12.5%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;2.7조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-7.0%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;1.2조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-12.3%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;7,685억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;현대차&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-12.1%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;1,462억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자우&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-9.6%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;1,277억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;기관 순매수&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매수&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;DB하이텍&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-13.2%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;341억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼양식품&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+0.2%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;282억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한국항공우주&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-5.5%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;220억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;심텍&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-10.1%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;215억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;효성중공업&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-5.7%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;211억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;기관 순매도&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매도&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-12.5%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;2.4조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-12.3%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;1.4조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성SDI&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-12.0%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;657억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-7.0%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;609억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;현대차&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-12.1%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;545억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;개인 순매수&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매수&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-12.5%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;5.1조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-12.3%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;2.1조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-7.0%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;1.2조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;현대차&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-12.1%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;1,995억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자우&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-9.6%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;1,102억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;개인 순매도&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매도&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;미래에셋증권&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-8.6%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;585억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;두산에너빌리티&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-5.3%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;578억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;LG이노텍&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-12.3%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;440억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전기&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-10.7%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;408억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;효성중공업&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-5.7%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;394억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;연기금 순매수&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매수&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성물산&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-12.5%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;199억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-3.4%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;157억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;LS ELECTRIC&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-5.1%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;131억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;HD현대일렉트릭&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-8.1%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;123억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;심텍&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-10.1%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;117억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;연기금 순매도&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매도&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-12.5%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;1,613억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-7.0%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;600억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-12.3%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;282억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;LG이노텍&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-12.3%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;232억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;미래에셋증권&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-8.6%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;211억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-4&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;✨ 골든크로스&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;비엘팜텍&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,020&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+23.8%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;아미코젠&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,730&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+17.4%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;시지메드텍&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,414&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+9.6%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;파라택시스이더리움&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,184&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+8.5%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;동일스틸럭스&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,730&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+7.5%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  데드크로스&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;DL이앤씨&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;59,100&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-20.1%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;이노스페이스&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;8,710&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-16.4%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한화비전&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;55,600&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-15.4%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;성호전자&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;31,400&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-14.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;아비코전자&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;9,160&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-14.7%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;▲ 연속상승 TOP5&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;연속&amp;middot;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;서산&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;8,120&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;9일 &lt;span style=&quot;color: #e03131;&quot;&gt;+29.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;보해양조&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;3,040&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;4일 &lt;span style=&quot;color: #e03131;&quot;&gt;+29.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한울반도체&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;23,200&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;4일 &lt;span style=&quot;color: #e03131;&quot;&gt;+0.2%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;신라섬유&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,500&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;3일 &lt;span style=&quot;color: #e03131;&quot;&gt;+5.8%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;양지사&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;6,610&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;3일 &lt;span style=&quot;color: #e03131;&quot;&gt;+4.4%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;▼ 연속하락 TOP5&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;연속&amp;middot;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;아주IB투자&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;5,260&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;10일 &lt;span style=&quot;color: #1565c0;&quot;&gt;-12.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;제닉&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;17,860&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;9일 &lt;span style=&quot;color: #1565c0;&quot;&gt;-3.6%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;하이트진로&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;15,030&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8일 &lt;span style=&quot;color: #1565c0;&quot;&gt;-0.5%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;세나테크놀로지&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;30,400&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8일 &lt;span style=&quot;color: #1565c0;&quot;&gt;-10.3%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;미래에셋벤처투자&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;20,300&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8일 &lt;span style=&quot;color: #1565c0;&quot;&gt;-9.4%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #7048e8;&quot; class=&quot;sr-chip&quot;&gt;  퀀트 레이더 선정 기준&lt;/span&gt;
&lt;ul class=&quot;sr-crit&quot; style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;  &lt;b&gt;종합점수&lt;/b&gt; : 거래대금&amp;middot;재무(PER/PBR/ROE)&amp;middot;모멘텀&amp;middot;수급(외국인/기관)&amp;middot;차트(추세/RSI) 5개 팩터 균형 종합 상위&lt;/li&gt;
&lt;li&gt;  &lt;b&gt;숨은 가치주&lt;/b&gt; : 재무는 우량하나 주가가 저평가된 종목(저PBR&amp;middot;고ROE 중심)&lt;/li&gt;
&lt;li&gt;  &lt;b&gt;인기 폭발&lt;/b&gt; : 거래량 급증 + 가격 모멘텀으로 시장 관심이 집중된 추세 종목&lt;/li&gt;
&lt;li&gt;  &lt;b&gt;ETF&lt;/b&gt; : 자금유입&amp;middot;거래대금&amp;middot;분배율 기반 ETF 상위&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-4&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #16a085;&quot; class=&quot;sr-chip&quot;&gt;  퀀트레이더 &amp;middot; 종합점수&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th&gt;점수&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;81.5&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,832,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;80.2&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,555,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;효성중공업&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;77.4&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;3,616,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성화재&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;77.2&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;646,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;76.5&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;705,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #16a085;&quot; class=&quot;sr-chip&quot;&gt;  퀀트레이더 &amp;middot; 숨은 가치주&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th&gt;점수&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한국전력&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;78.0&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;36,250원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한국금융지주&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;67.5&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;208,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;NH투자증권&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;65.7&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;28,750원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;기아&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;64.9&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;137,400원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;현대글로비스&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;64.9&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;186,900원&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #16a085;&quot; class=&quot;sr-chip&quot;&gt;  퀀트레이더 &amp;middot; 인기 폭발&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th&gt;점수&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;85.5&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,832,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;83.4&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,555,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;83.3&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;705,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전기&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;82.8&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,990,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;효성중공업&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;80.5&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;3,616,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #16a085;&quot; class=&quot;sr-chip&quot;&gt;  퀀트레이더 &amp;middot; ETF&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th&gt;점수&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;KIWOOM 미국S&amp;amp;P500모멘텀&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;81.5&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;13,705원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;TIGER 200타겟위클리커버드콜&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;81.5&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;25,815원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;1Q 미국나스닥100&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;80.4&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;15,155원&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
      <category>주식 일일 시황/2026년 6월</category>
      <category>주식마감시황</category>
      <category>주식정보</category>
      <category>코스닥</category>
      <category>코스피</category>
      <author>stockradar</author>
      <guid isPermaLink="true">https://stockradar.tistory.com/18</guid>
      <comments>https://stockradar.tistory.com/18#entry18comment</comments>
      <pubDate>Wed, 24 Jun 2026 00:16:13 +0900</pubDate>
    </item>
    <item>
      <title>2026-06-22 국내 주식 마감 시황</title>
      <link>https://stockradar.tistory.com/17</link>
      <description>&lt;div&gt;
&lt;style&gt;

.sr-wrap, .sr-wrap * { margin:0; padding:0; box-sizing:border-box; }
.sr-wrap {
  width:100%; max-width:1560px; margin:0 auto; background:#f4f5f7; color:#1a1d24;
  font-family:&quot;Pretendard Variable&quot;,Pretendard,&quot;Inter&quot;,-apple-system,&quot;Segoe UI&quot;,sans-serif;
  padding:32px; font-size:14px; line-height:1.55;
}
.sr-head { display:flex; align-items:center; justify-content:space-between; margin-bottom:4px; }
.sr-brand { font-weight:800; font-size:21px; letter-spacing:-0.3px; }
.sr-brand .dot { color:#1565c0; }
.sr-date { color:#8a8f99; font-size:14px; }
.sr-title { font-size:30px; font-weight:800; color:#0d0f14; letter-spacing:-0.6px; margin:10px 0 22px; }
.sr-card { background:#ffffff; border:1px solid #e6e8eb; border-radius:14px; padding:16px 18px; margin-bottom:18px;
  box-shadow:0 1px 3px rgba(16,24,40,.04); }
.sr-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-bottom:18px; }
.sr-cols-2 { grid-template-columns:repeat(2,1fr); }
.sr-cols-3 { grid-template-columns:repeat(3,1fr); }
.sr-cols-4 { grid-template-columns:repeat(4,1fr); }
.sr-grid .sr-card { margin-bottom:0; }
.sr-chip { display:inline-block; font-size:13px; font-weight:700; color:#fff; padding:4px 12px; border-radius:999px; margin-bottom:12px; }
.sr-idxrow { display:flex; gap:16px; flex-wrap:wrap; }
.sr-idx { flex:1; min-width:240px; background:#f7f8fa; border:1px solid #e6e8eb; border-radius:12px; padding:14px 16px; }
.sr-idx .nm { color:#8a8f99; font-size:13px; font-weight:600; }
.sr-idx .px { font-size:27px; font-weight:800; color:#0d0f14; margin:2px 0; font-variant-numeric:tabular-nums; }
.sr-idx .ch { font-size:16px; font-weight:700; font-variant-numeric:tabular-nums; }
.sr-idx .sub { font-size:13px; margin-top:4px; }
.sr-mapwrap { display:flex; gap:16px; }
.sr-mapcol { flex:1; }
.sr-mapcap { color:#8a8f99; font-size:13px; margin:6px 0 8px; font-weight:600; }
.sr-mapcap .hint { color:#1565c0; font-weight:500; font-size:12px; }
.sr-map { width:100%; border-radius:12px; border:1px solid #e6e8eb; display:block; }
.sr-mapholder { border:2px dashed #e6e8eb; border-radius:12px; padding:30px 16px; text-align:center;
  color:#8a8f99; font-size:14px; background:#f7f8fa; line-height:1.6; }
table.sr-tb { width:100%; border-collapse:collapse; font-size:13px; }
/* font-size에 !important: 티스토리 스킨의 #article-view table td(font-size:15px, ID 특이도)가
   표 셀 폰트를 키우는 것을 막아 원본 크기 유지(다른 스킨/네이버에서도 안전) */
table.sr-tb th { text-align:left; color:#8a8f99; font-size:11.5px !important; font-weight:600; padding:6px 7px; border-bottom:2px solid #e6e8eb; white-space:nowrap; }
table.sr-tb td { padding:6px 7px; border-bottom:1px solid #e6e8eb; font-size:13px !important; font-variant-numeric:tabular-nums; white-space:nowrap; }
table.sr-tb tr:last-child td { border-bottom:none; }
.sr-rank { display:inline-flex; width:20px; height:20px; align-items:center; justify-content:center;
  background:#1565c0; color:#fff; border-radius:5px; font-size:11px; font-weight:700; }
.sr-nm { font-weight:700; color:#0d0f14; }
.sr-score { font-weight:800; color:#1565c0; }
.sr-crit { font-size:13.5px; line-height:1.7; }
.sr-crit b { color:#0d0f14; }
.sr-crit li { margin:4px 0; list-style:none; }
.sr-note { color:#8a8f99; font-size:12px; margin-top:8px; }
/* 주간: 지수 추이 SVG 라인차트 */
.sr-svg { width:100%; height:auto; display:block; }
.sr-svgcap { display:flex; align-items:baseline; gap:8px; margin-bottom:4px; }
.sr-svgcap .nm { font-weight:700; color:#0d0f14; font-size:14px; }
.sr-svgcap .ch { font-weight:700; font-size:14px; font-variant-numeric:tabular-nums; }
/* 주간: 테마 카드(막대 + 종목수 + 대표 종목 태그) */
.sr-wksec { border:1px solid #e6e8eb; border-radius:10px; padding:10px 12px; margin-bottom:10px; background:#f7f8fa; }
.sr-wksec:last-child { margin-bottom:0; }
.sr-wkhead { display:flex; align-items:center; gap:8px; }
.sr-wksector { font-weight:700; color:#0d0f14; flex:1; font-size:13.5px; }
.sr-wkavg { font-weight:800; font-size:14px; font-variant-numeric:tabular-nums; }
.sr-wkbar { height:6px; border-radius:4px; background:#e6e8eb; margin:8px 0 6px; overflow:hidden; }
.sr-wkbar &gt; div { height:100%; border-radius:4px; }
.sr-wkmeta { font-size:11.5px; color:#8a8f99; }
.sr-wktags { display:flex; flex-wrap:wrap; gap:5px; margin-top:7px; }
.sr-wktag { background:#ffffff; border:1px solid #e6e8eb; border-radius:6px; padding:3px 7px; font-size:11.5px; white-space:nowrap; }
.sr-wktag b { color:#0d0f14; font-weight:700; }
/* 반응형(티스토리 라이브 렌더/모바일): 좁은 화면에서 열 수 축소 */
@media (max-width:1100px) {
  .sr-cols-4 { grid-template-columns:repeat(2,1fr); }
  .sr-cols-3 { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:680px) {
  .sr-cols-2, .sr-cols-3, .sr-cols-4 { grid-template-columns:1fr; }
  .sr-mapwrap { flex-direction:column; }
  .sr-wrap { padding:16px; font-size:13px; }
  .sr-title { font-size:24px; }
}

.sr-wrap{width:min(100vw,1560px)!important;max-width:none!important;position:relative;left:50%;transform:translateX(-50%);}
&lt;/style&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wrap&quot;&gt;
&lt;div class=&quot;sr-head&quot;&gt;
&lt;div class=&quot;sr-brand&quot;&gt;  Stock&lt;span class=&quot;dot&quot;&gt;Radar&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-date&quot;&gt;2026-06-22&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-title&quot;&gt;오늘의 증시 리포트&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;▲ 오늘의 시황 (지수&amp;middot;등락&amp;middot;수급)&lt;/span&gt;
&lt;div class=&quot;sr-idxrow&quot;&gt;
&lt;div class=&quot;sr-idx&quot;&gt;
&lt;div class=&quot;nm&quot;&gt;코스피&lt;/div&gt;
&lt;div class=&quot;px&quot;&gt;9,114.55&lt;/div&gt;
&lt;div class=&quot;ch&quot; style=&quot;color: #e03131;&quot;&gt;+62.13p (+0.69%)&lt;/div&gt;
&lt;div class=&quot;sub&quot;&gt;&lt;span style=&quot;color: #e03131;&quot;&gt;▲ 상승 143&lt;/span&gt; &amp;middot; &lt;span style=&quot;color: #1565c0;&quot;&gt;▼ 하락 719&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sub&quot;&gt;외인 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-2.5조&lt;/span&gt; &amp;middot; 기관 &lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+3,034억&lt;/span&gt; &amp;middot; 개인 &lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+2.2조&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-idx&quot;&gt;
&lt;div class=&quot;nm&quot;&gt;코스닥&lt;/div&gt;
&lt;div class=&quot;px&quot;&gt;968.40&lt;/div&gt;
&lt;div class=&quot;ch&quot; style=&quot;color: #e03131;&quot;&gt;+1.81p (+0.19%)&lt;/div&gt;
&lt;div class=&quot;sub&quot;&gt;&lt;span style=&quot;color: #e03131;&quot;&gt;▲ 상승 355&lt;/span&gt; &amp;middot; &lt;span style=&quot;color: #1565c0;&quot;&gt;▼ 하락 1256&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sub&quot;&gt;외인 &lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+3,152억&lt;/span&gt; &amp;middot; 기관 &lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+1,456억&lt;/span&gt; &amp;middot; 개인 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-4,634억&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  환율 &amp;middot; 원자재&lt;/span&gt;
&lt;div style=&quot;display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 6px;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: #8a8f99; font-size: 14px; min-width: 54px;&quot;&gt;환율&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;USD&lt;/b&gt; 1,538원 &lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+0.33%&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;EUR&lt;/b&gt; 1,761원 &lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+0.19%&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;JPY(100)&lt;/b&gt; 951원 &lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+0.06%&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;CNY&lt;/b&gt; 227원 &lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+0.42%&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 6px;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: #8a8f99; font-size: 14px; min-width: 54px;&quot;&gt;원자재&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;금&lt;/b&gt; 4,224.4달러 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-2.46%&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;은&lt;/b&gt; 66.4달러 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-4.98%&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;구리&lt;/b&gt; 6.4달러 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-1.85%&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;브렌트유&lt;/b&gt; 79.0달러 &lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+0.09%&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  오늘의 시황 해설&lt;/span&gt;
&lt;p class=&quot;sr-crit&quot; style=&quot;font-size: 14.5px; line-height: 1.75;&quot; data-ke-size=&quot;size16&quot;&gt;코스피가 +62.13p(+0.69%) 상승하며 9,114.55로 마감했습니다. 코스닥도 +1.81p(+0.19%)로 동반 흐름을 보였습니다. 기관(+3,034억) &amp;middot; 개인(+2.2조)의 순매수가 지수 상승을 견인했습니다. 반면 외국인은 차익 실현에 나섰습니다. 상승 143종목 대 하락 719종목(약 5.0배)으로 상승 종목이 우위를 보이며 위험선호가 회복됐습니다. 업종별로는 반도체와반도체장비(+1.8%)가 상승을 주도했고, 생명보험(-11.1%)는 부진했습니다. 대외 변수로는 원/달러 1,538원(원화 약세), 브렌트유 79.0달러(+0.1%)가 영향을 미쳤습니다.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt; ️ 일일 시장지도&lt;/span&gt;
&lt;div class=&quot;sr-mapwrap&quot;&gt;
&lt;div class=&quot;sr-mapcol&quot;&gt;
&lt;div class=&quot;sr-mapcap&quot;&gt;코스피 시장지도&lt;/div&gt;
&lt;div class=&quot;sr-mapholder&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;kospi_1d.png&quot; data-origin-width=&quot;3400&quot; data-origin-height=&quot;1820&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/cJbnNB/dJMcajvVr3t/rbwwkVHKrv3hmnQmauttKk/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/cJbnNB/dJMcajvVr3t/rbwwkVHKrv3hmnQmauttKk/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/cJbnNB/dJMcajvVr3t/rbwwkVHKrv3hmnQmauttKk/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FcJbnNB%2FdJMcajvVr3t%2FrbwwkVHKrv3hmnQmauttKk%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;3400&quot; height=&quot;1820&quot; data-filename=&quot;kospi_1d.png&quot; data-origin-width=&quot;3400&quot; data-origin-height=&quot;1820&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-mapcol&quot;&gt;
&lt;div class=&quot;sr-mapcap&quot;&gt;코스닥 시장지도&lt;/div&gt;
&lt;div class=&quot;sr-mapholder&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;kosdaq_1d.png&quot; data-origin-width=&quot;3400&quot; data-origin-height=&quot;1820&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/07V6i/dJMcabdwnFA/Ra3sXeIwZp20tDrKPIJ9YK/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/07V6i/dJMcabdwnFA/Ra3sXeIwZp20tDrKPIJ9YK/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/07V6i/dJMcabdwnFA/Ra3sXeIwZp20tDrKPIJ9YK/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2F07V6i%2FdJMcabdwnFA%2FRa3sXeIwZp20tDrKPIJ9YK%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;3400&quot; height=&quot;1820&quot; data-filename=&quot;kosdaq_1d.png&quot; data-origin-width=&quot;3400&quot; data-origin-height=&quot;1820&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p class=&quot;sr-note&quot; data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-4&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;▲ 오늘 상승 TOP5&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;비비안&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;8,450&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;키스트론&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;6,110&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;조아제약&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;659&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;유니드비티플러스&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,950&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;베셀&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;690&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+29.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;▼ 오늘 하락 TOP5&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;미래에셋생명&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;24,200&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SHD&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;7,810&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-29.6%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;아이오케이이엔엠&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,315&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-26.6%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;유티아이&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;7,450&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-26.1%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;비케이홀딩스&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;510&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-22.5%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #f39c12;&quot; class=&quot;sr-chip&quot;&gt;  거래대금 TOP5&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;거래대금&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,919,000&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;15.1조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;353,500&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8.6조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,970,000&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;2.8조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전기&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,228,000&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1.9조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;제주반도체&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;134,000&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1.5조&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e64980;&quot; class=&quot;sr-chip&quot;&gt;  거래량급증 TOP5&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;거래량&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;보해양조&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,340&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;102.2배&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SHD&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;7,810&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;77.4배&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;윙스풋&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,551&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;41.9배&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;국순당&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;3,405&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;36.5배&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;엘디티&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,185&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;31.5배&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;  52주 신고가&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한울반도체&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;23,150&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+29.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한솔테크닉스&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;15,460&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+18.2%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전기우&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;954,000&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+17.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;제주반도체&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;134,000&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+17.2%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;JW신약&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,730&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+16.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  52주 신저가&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SHD&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;7,810&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-29.6%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;아이오케이이엔엠&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,315&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-26.6%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;유티아이&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;7,450&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-26.1%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;비케이홀딩스&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;510&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-22.5%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;수성웹툰&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;479&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-19.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-2&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;▲ 상승 테마 TOP10&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;테마 &amp;middot; 대표 3종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;평균&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;반도체와반도체장비&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;아이텍 &lt;span style=&quot;color: #e03131;&quot;&gt;+21%&lt;/span&gt; &amp;middot; 제주반도체 &lt;span style=&quot;color: #e03131;&quot;&gt;+17%&lt;/span&gt; &amp;middot; 해성디에스 &lt;span style=&quot;color: #e03131;&quot;&gt;+17%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131; font-weight: bold; vertical-align: top;&quot;&gt;+1.75%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;무선통신서비스&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;프리티 &lt;span style=&quot;color: #e03131;&quot;&gt;+12%&lt;/span&gt; &amp;middot; SK텔레콤 &lt;span style=&quot;color: #1565c0;&quot;&gt;-1%&lt;/span&gt; &amp;middot; LG유플러스 &lt;span style=&quot;color: #1565c0;&quot;&gt;-2%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131; font-weight: bold; vertical-align: top;&quot;&gt;+1.57%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;운송인프라&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;에스디시스템 &lt;span style=&quot;color: #e03131;&quot;&gt;+3%&lt;/span&gt; &amp;middot; 위즈코프 &lt;span style=&quot;color: #e03131;&quot;&gt;+3%&lt;/span&gt; &amp;middot; 한국공항 &lt;span style=&quot;color: #e03131;&quot;&gt;+2%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131; font-weight: bold; vertical-align: top;&quot;&gt;+0.60%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;음료&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;한울앤제주 &lt;span style=&quot;color: #e03131;&quot;&gt;+15%&lt;/span&gt; &amp;middot; 보해양조 &lt;span style=&quot;color: #e03131;&quot;&gt;+10%&lt;/span&gt; &amp;middot; 국순당 &lt;span style=&quot;color: #e03131;&quot;&gt;+6%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131; font-weight: bold; vertical-align: top;&quot;&gt;+0.46%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;가구&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;듀오백 &lt;span style=&quot;color: #e03131;&quot;&gt;+30%&lt;/span&gt; &amp;middot; 코아스 &lt;span style=&quot;color: #e03131;&quot;&gt;+10%&lt;/span&gt; &amp;middot; 에이스침대 &lt;span style=&quot;color: #1565c0;&quot;&gt;-0%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131; font-weight: bold; vertical-align: top;&quot;&gt;+0.41%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;레저용장비와제품&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;손오공 &lt;span style=&quot;color: #e03131;&quot;&gt;+10%&lt;/span&gt; &amp;middot; 알톤 &lt;span style=&quot;color: #e03131;&quot;&gt;+3%&lt;/span&gt; &amp;middot; 갤럭시아에스엠 &lt;span style=&quot;color: #e03131;&quot;&gt;+2%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-0.18%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;철강&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;부국철강 &lt;span style=&quot;color: #e03131;&quot;&gt;+30%&lt;/span&gt; &amp;middot; 금강철강 &lt;span style=&quot;color: #e03131;&quot;&gt;+15%&lt;/span&gt; &amp;middot; 동일스틸럭스 &lt;span style=&quot;color: #e03131;&quot;&gt;+15%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-0.38%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;창업투자&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;SBI인베스트먼트 &lt;span style=&quot;color: #e03131;&quot;&gt;+11%&lt;/span&gt; &amp;middot; 에스케이증권제12호스팩 &lt;span style=&quot;color: #e03131;&quot;&gt;+1%&lt;/span&gt; &amp;middot; 스틱인베스트먼트 &lt;span style=&quot;color: #e03131;&quot;&gt;+1%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-0.66%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;석유와가스&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;제이엔케이글로벌 &lt;span style=&quot;color: #e03131;&quot;&gt;+3%&lt;/span&gt; &amp;middot; S-Oil &lt;span style=&quot;color: #e03131;&quot;&gt;+2%&lt;/span&gt; &amp;middot; 극동유화 &lt;span style=&quot;color: #e03131;&quot;&gt;+1%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-0.81%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;상업서비스와공급품&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;양지사 &lt;span style=&quot;color: #e03131;&quot;&gt;+11%&lt;/span&gt; &amp;middot; 드림시큐리티 &lt;span style=&quot;color: #e03131;&quot;&gt;+2%&lt;/span&gt; &amp;middot; 나이스정보통신 &lt;span style=&quot;color: #e03131;&quot;&gt;+1%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-0.95%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;▼ 하락 테마 TOP10&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;테마 &amp;middot; 대표 3종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;평균&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;생명보험&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;미래에셋생명 &lt;span style=&quot;color: #1565c0;&quot;&gt;-30%&lt;/span&gt; &amp;middot; 삼성생명 &lt;span style=&quot;color: #1565c0;&quot;&gt;-9%&lt;/span&gt; &amp;middot; 한화생명 &lt;span style=&quot;color: #1565c0;&quot;&gt;-4%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-11.14%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;출판&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;수성웹툰 &lt;span style=&quot;color: #1565c0;&quot;&gt;-20%&lt;/span&gt; &amp;middot; 와이랩 &lt;span style=&quot;color: #1565c0;&quot;&gt;-7%&lt;/span&gt; &amp;middot; 웅진 &lt;span style=&quot;color: #1565c0;&quot;&gt;-4%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-4.29%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;광고&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;비케이홀딩스 &lt;span style=&quot;color: #1565c0;&quot;&gt;-22%&lt;/span&gt; &amp;middot; 드림인사이트 &lt;span style=&quot;color: #1565c0;&quot;&gt;-14%&lt;/span&gt; &amp;middot; 와이즈버즈 &lt;span style=&quot;color: #1565c0;&quot;&gt;-10%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-4.13%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;은행&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;케이뱅크 &lt;span style=&quot;color: #1565c0;&quot;&gt;-10%&lt;/span&gt; &amp;middot; 카카오뱅크 &lt;span style=&quot;color: #1565c0;&quot;&gt;-5%&lt;/span&gt; &amp;middot; BNK금융지주 &lt;span style=&quot;color: #1565c0;&quot;&gt;-4%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-3.95%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;항공사&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;트리니티항공 &lt;span style=&quot;color: #1565c0;&quot;&gt;-6%&lt;/span&gt; &amp;middot; 한진칼 &lt;span style=&quot;color: #1565c0;&quot;&gt;-6%&lt;/span&gt; &amp;middot; 진에어 &lt;span style=&quot;color: #1565c0;&quot;&gt;-4%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-3.74%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;우주항공과국방&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;스피어 &lt;span style=&quot;color: #1565c0;&quot;&gt;-12%&lt;/span&gt; &amp;middot; 삼양컴텍 &lt;span style=&quot;color: #1565c0;&quot;&gt;-9%&lt;/span&gt; &amp;middot; 비츠로넥스텍 &lt;span style=&quot;color: #1565c0;&quot;&gt;-7%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-3.61%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;조선&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;한화오션 &lt;span style=&quot;color: #1565c0;&quot;&gt;-9%&lt;/span&gt; &amp;middot; 한화엔진 &lt;span style=&quot;color: #1565c0;&quot;&gt;-8%&lt;/span&gt; &amp;middot; HD현대마린솔루션 &lt;span style=&quot;color: #1565c0;&quot;&gt;-7%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-3.54%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;방송과엔터테인먼트&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;아이오케이이엔엠 &lt;span style=&quot;color: #1565c0;&quot;&gt;-27%&lt;/span&gt; &amp;middot; 코퍼스코리아 &lt;span style=&quot;color: #1565c0;&quot;&gt;-14%&lt;/span&gt; &amp;middot; 아티스트스튜디오 &lt;span style=&quot;color: #1565c0;&quot;&gt;-14%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-3.36%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;건강관리기술&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;코어라인소프트 &lt;span style=&quot;color: #1565c0;&quot;&gt;-5%&lt;/span&gt; &amp;middot; 씨어스 &lt;span style=&quot;color: #1565c0;&quot;&gt;-5%&lt;/span&gt; &amp;middot; 뷰노 &lt;span style=&quot;color: #1565c0;&quot;&gt;-5%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-3.00%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;항공화물운송과물류&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;현대글로비스 &lt;span style=&quot;color: #1565c0;&quot;&gt;-8%&lt;/span&gt; &amp;middot; 삼일 &lt;span style=&quot;color: #1565c0;&quot;&gt;-8%&lt;/span&gt; &amp;middot; 한익스프레스 &lt;span style=&quot;color: #1565c0;&quot;&gt;-5%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-2.95%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-2&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  시가총액 TOP10 (코스피)&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;시총&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;2,919,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+5.6%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,080조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;353,500&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-0.1%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,067조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1,970,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+10.7%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;260조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자우&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;224,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+0.9%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;180조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전기&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;2,228,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-1.9%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;166조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;6&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;현대차&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;581,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-5.2%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;119조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;7&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;LG에너지솔루션&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;385,500&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-4.7%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;90조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;8&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성생명&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;450,500&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-9.4%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;90조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;9&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성물산&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;520,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+5.8%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;80조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;10&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;HD현대중공업&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;636,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-4.7%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;67조&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #7048e8;&quot; class=&quot;sr-chip&quot;&gt;  시가총액 TOP10 (코스닥)&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;시총&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;알테오젠&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;350,500&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-0.8%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;19조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;에코프로비엠&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;166,700&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-1.6%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;16조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;에코프로&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;114,500&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-1.3%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;16조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;레인보우로보틱스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;573,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-2.9%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;11조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;주성엔지니어링&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;197,900&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+2.5%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;9조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;6&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;코오롱티슈진&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;101,600&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-0.5%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;9조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;7&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;원익IPS&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;172,500&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+10.6%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;8조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;8&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;리노공업&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;92,400&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-0.2%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;7조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;9&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;HLB&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;50,800&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+5.6%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;7조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;10&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;이오테크닉스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;518,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+3.9%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;6조&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-4&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;외국인 순매수&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매수&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;LG이노텍&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-1.3%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;609억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;HD현대중공업&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-4.7%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;510억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;미래에셋증권&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-5.4%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;484억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;두산&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #8a8f99;&quot;&gt;+0.0%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;440억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;파두&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+14.3%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;423억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;외국인 순매도&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매도&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+5.6%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;1.4조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+10.7%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;4,855억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-0.1%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;4,418억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전기&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-1.9%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;2,546억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;현대차&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-5.2%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;1,576억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;기관 순매수&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매수&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+5.6%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;1.2조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전기&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-1.9%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;1,124억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+10.7%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;827억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;LG전자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+7.6%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;430억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성물산&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+5.8%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;401억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;기관 순매도&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매도&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-0.1%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;1,164억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;현대차&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-5.2%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;852억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;HD현대중공업&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-4.7%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;706억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;현대모비스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-7.0%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;566억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한화오션&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-9.3%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;351억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;개인 순매수&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매수&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-0.1%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;5,291억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+10.7%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;3,740억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;현대차&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-5.2%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;2,452억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+5.6%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;1,994억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전기&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-1.9%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;1,540억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;개인 순매도&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매도&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자우&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+0.9%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;638억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;원익IPS&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+10.6%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;622억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;LG이노텍&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-1.3%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;537억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;파두&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+14.3%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;521억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;DB하이텍&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+11.5%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;437억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;연기금 순매수&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매수&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+5.6%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;841억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자우&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+0.9%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;144억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;LG전자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+7.6%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;144억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성물산&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+5.8%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;114억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성생명&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-9.4%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;109억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;연기금 순매도&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매도&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-0.1%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;268억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전기&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-1.9%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;233억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+10.7%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;212억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;미래에셋증권&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-5.4%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;196억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK텔레콤&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-0.7%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;152억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-4&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;✨ 골든크로스&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;키스트론&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;6,110&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;유니드비티플러스&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,950&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한울반도체&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;23,150&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+29.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한울소재과학&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,730&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+28.5%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한솔테크닉스&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;15,460&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+18.2%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  데드크로스&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;디바이스&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;18,170&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-8.8%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;영원무역&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;72,500&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-7.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한전기술&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;115,300&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-6.8%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;이노스페이스&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;10,420&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-6.2%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;감성코퍼레이션&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;4,375&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-5.8%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;▲ 연속상승 TOP5&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;연속&amp;middot;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SM C&amp;amp;C&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,540&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;10일 &lt;span style=&quot;color: #e03131;&quot;&gt;+11.6%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,919,000&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8일 &lt;span style=&quot;color: #e03131;&quot;&gt;+5.6%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,970,000&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8일 &lt;span style=&quot;color: #e03131;&quot;&gt;+10.7%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼양엔씨켐&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;20,550&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8일 &lt;span style=&quot;color: #e03131;&quot;&gt;+5.8%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;에이텀&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;5,470&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5일 &lt;span style=&quot;color: #e03131;&quot;&gt;+1.3%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;▼ 연속하락 TOP5&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;연속&amp;middot;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;아주IB투자&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;6,040&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;9일 &lt;span style=&quot;color: #1565c0;&quot;&gt;-1.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;제닉&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;18,520&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8일 &lt;span style=&quot;color: #1565c0;&quot;&gt;-3.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;하이트진로&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;15,110&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7일 &lt;span style=&quot;color: #1565c0;&quot;&gt;-2.5%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;미래에셋벤처투자&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;22,400&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7일 &lt;span style=&quot;color: #1565c0;&quot;&gt;-5.5%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;AP위성&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;10,060&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7일 &lt;span style=&quot;color: #1565c0;&quot;&gt;-3.3%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #7048e8;&quot; class=&quot;sr-chip&quot;&gt;  퀀트 레이더 선정 기준&lt;/span&gt;
&lt;ul class=&quot;sr-crit&quot; style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;  &lt;b&gt;종합점수&lt;/b&gt; : 거래대금&amp;middot;재무(PER/PBR/ROE)&amp;middot;모멘텀&amp;middot;수급(외국인/기관)&amp;middot;차트(추세/RSI) 5개 팩터 균형 종합 상위&lt;/li&gt;
&lt;li&gt;  &lt;b&gt;숨은 가치주&lt;/b&gt; : 재무는 우량하나 주가가 저평가된 종목(저PBR&amp;middot;고ROE 중심)&lt;/li&gt;
&lt;li&gt;  &lt;b&gt;인기 폭발&lt;/b&gt; : 거래량 급증 + 가격 모멘텀으로 시장 관심이 집중된 추세 종목&lt;/li&gt;
&lt;li&gt;  &lt;b&gt;ETF&lt;/b&gt; : 자금유입&amp;middot;거래대금&amp;middot;분배율 기반 ETF 상위&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-4&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #16a085;&quot; class=&quot;sr-chip&quot;&gt;  퀀트레이더 &amp;middot; 종합점수&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th&gt;점수&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;80.8&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,970,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;79.5&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,919,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성생명&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;77.2&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;450,500원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성물산&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;76.5&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;520,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;75.6&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;730,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #16a085;&quot; class=&quot;sr-chip&quot;&gt;  퀀트레이더 &amp;middot; 숨은 가치주&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th&gt;점수&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한국전력&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;78.1&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;38,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성바이오로직스&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;68.1&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,295,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한국금융지주&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;68.0&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;221,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;크래프톤&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;66.0&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;225,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;미래에셋증권&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;65.6&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;46,100원&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #16a085;&quot; class=&quot;sr-chip&quot;&gt;  퀀트레이더 &amp;middot; 인기 폭발&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th&gt;점수&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;88.6&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,919,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;88.0&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,970,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성물산&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;85.5&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;520,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;85.1&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;730,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성생명&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;81.6&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;450,500원&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #16a085;&quot; class=&quot;sr-chip&quot;&gt;  퀀트레이더 &amp;middot; ETF&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th&gt;점수&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;아이엠에셋 200&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;84.6&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;149,825원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;ITF K-AI반도체코어테크&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;84.0&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;71,850원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;TIGER 차이나테크TOP10&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;77.7&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;15,970원&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
      <category>주식 일일 시황/2026년 6월</category>
      <category>시장지도</category>
      <category>주식마감시황</category>
      <category>코스닥</category>
      <category>코스피</category>
      <author>stockradar</author>
      <guid isPermaLink="true">https://stockradar.tistory.com/17</guid>
      <comments>https://stockradar.tistory.com/17#entry17comment</comments>
      <pubDate>Tue, 23 Jun 2026 00:01:12 +0900</pubDate>
    </item>
    <item>
      <title>커버드콜 ETF 완전 가이드: 높은 분배율의 함정</title>
      <link>https://stockradar.tistory.com/16</link>
      <description>&lt;style&gt;
/* ETF 블로그 시리즈 공용 스타일 (티스토리 HTML 모드 전용)
   - 사내 디자인 시스템 sym-ui(packages/ui) 의 라이트 테마 토큰 '값'을 그대로 반영.
     (티스토리는 React 컴포넌트를 못 받으므로 토큰 값만 인라인 CSS로 가져온다.)
     primary=인디고 hsl(243 75% 59%), 중립 그레이=warm(hue 30), Pretendard, shadow-sm 2단.
   - 티스토리 스킨(#article-view, ID 특이도)이 폰트/여백을 덮어쓰는 것을 막기 위해
     핵심 속성(font-size/line-height/margin/width)에 !important 사용.
   - .etfb 래퍼는 스킨의 좁은 본문 칼럼을 벗어나(full-bleed) 최대 1160px로 펼치고,
     모든 블록은 공통 폭(--etfb-w)으로 좌우 정렬을 맞춘다.
   - 이 파일은 단일 출처. build_etf_post.py 가 티스토리 조각에 인라인한다. */

.etfb, .etfb * { margin:0; padding:0; box-sizing:border-box; }

.etfb{
  /* 레이아웃 폭(한 줄로 조절. 모든 블록 좌우 정렬 일치) */
  --etfb-w:980px;
  /* ── sym-ui 라이트 토큰 값 ── */
  --ds-bg:hsl(30 10% 98%);          /* surface-subtle: 페이지 배경 */
  --ds-surface:#ffffff;             /* surface: 카드 */
  --ds-surface-subtle:hsl(30 10% 96%); /* muted: 표 헤더/코드 배경 */
  --ds-fg:hsl(222 16% 11%);         /* foreground: 본문/제목 텍스트 */
  --ds-muted:hsl(30 4% 40%);        /* muted-foreground: 보조 텍스트 */
  --ds-border:hsl(30 8% 90%);       /* border */
  --ds-primary:hsl(243 75% 59%);    /* primary: 인디고(브랜드 강조) */
  --ds-primary-700:#4338ca;         /* 진한 인디고 */
  --ds-primary-50:#eef2ff;          /* 강조박스 배경 */
  --ds-primary-100:#e0e7ff;         /* 강조박스 보더 */
  --ds-radius-md:12px;
  --ds-radius-lg:16px;
  --ds-shadow-sm:0 1px 2px rgba(0,0,0,.04), 0 1px 3px rgba(0,0,0,.06);

  width:min(100vw,1160px) !important;
  max-width:none !important;
  position:relative; left:50%; transform:translateX(-50%);
  background:var(--ds-bg); color:var(--ds-fg);
  font-family:&quot;Pretendard Variable&quot;,Pretendard,-apple-system,&quot;Segoe UI&quot;,Roboto,&quot;Apple SD Gothic Neo&quot;,&quot;Malgun Gothic&quot;,sans-serif;
  padding:34px 24px 40px;
  font-size:16px !important; line-height:1.75 !important;
  text-align:left;
}

/* ── 헤더 ── */
.etfb-head{ display:flex; align-items:center; justify-content:space-between; gap:12px;
  max-width:var(--etfb-w); margin:0 auto 6px !important; flex-wrap:wrap; }
.etfb-brand{ font-size:18px !important; font-weight:800; letter-spacing:-0.3px; color:var(--ds-fg); }
.etfb-brand .dot{ color:var(--ds-primary); }
.etfb-series{ font-weight:700; color:var(--ds-primary); }

/* 표 위 기준일 캡션(우상단 대신 표 바로 위에 둬서 잘 보이게) */
.etfb-tcap{ font-size:12.5px !important; font-weight:700; color:var(--ds-primary); margin:0 0 9px !important; }

/* ── 타이틀 / 리드 / 메타 ──
   리드·메타·면책은 p 라서 .etfb p(0,1,1)+!important 를 이기도록 p.클래스(0,2,1)로 지정 */
.etfb-title{ max-width:var(--etfb-w); margin:8px auto 14px !important;
  font-size:30px !important; line-height:1.32 !important; font-weight:800;
  color:var(--ds-fg); letter-spacing:-0.6px; }
.etfb p.etfb-lead{ max-width:var(--etfb-w); margin:0 auto 10px !important;
  font-size:15px !important; line-height:1.7 !important; color:var(--ds-muted);
  border-left:3px solid var(--ds-border); padding-left:13px !important; }
.etfb p.etfb-meta{ max-width:var(--etfb-w); margin:0 auto 20px !important;
  font-size:13px !important; line-height:1.6 !important; color:var(--ds-muted); }

/* ── 카드(본문/표 공통 폭) ── */
.etfb-card{ background:var(--ds-surface); border:1px solid var(--ds-border); border-radius:var(--ds-radius-md);
  box-shadow:var(--ds-shadow-sm); padding:22px 26px !important; margin:16px auto !important; }
.etfb-main{ max-width:var(--etfb-w); }
/* 표 카드: 좌우 패딩 축소(데이터 공간 확보) + 모바일에서 표가 가로 스크롤되도록 overflow */
.etfb-wide{ max-width:var(--etfb-w); overflow-x:auto; padding:18px 16px !important; }

/* ── 제목 ── */
.etfb h2{ font-size:21px !important; line-height:1.35 !important; font-weight:800;
  color:var(--ds-fg); letter-spacing:-0.4px; margin:22px 0 12px !important; }
.etfb-card &gt; h2:first-child{ margin-top:4px !important; }
.etfb h3{ font-size:16.5px !important; line-height:1.45 !important; font-weight:700;
  color:var(--ds-fg); margin:18px 0 8px !important; }
/* 순위 badge(h3 앞): primary 링크처럼 안 보이게 제목은 본문색, 순위만 인디고 칩 */
.etfb-rank{ display:inline-block; font-size:12px !important; font-weight:700; color:#fff;
  background:var(--ds-primary); border-radius:6px; padding:2px 8px !important; margin-right:7px; vertical-align:middle; }

/* ── 본문 ── */
.etfb p{ font-size:16px !important; line-height:1.78 !important; color:var(--ds-fg); margin:0 0 13px !important; }
.etfb ul{ margin:0 0 14px !important; padding-left:20px !important; list-style:disc; }
.etfb li{ font-size:16px !important; line-height:1.7 !important; color:var(--ds-fg); margin:6px 0 !important; }
.etfb b{ color:var(--ds-fg); font-weight:700; }
.etfb code{ background:var(--ds-surface-subtle); border-radius:6px; padding:1px 6px; font-size:14px !important;
  font-family:&quot;IBM Plex Mono&quot;,&quot;SFMono-Regular&quot;,Consolas,monospace; color:var(--ds-primary); }
.etfb hr{ border:0; border-top:1px solid var(--ds-border); margin:8px 0 !important; }

/* ── 강조 박스(한 줄 요약 등) ── */
.etfb-box{ background:var(--ds-primary-50); border:1px solid var(--ds-primary-100); border-left:4px solid var(--ds-primary);
  border-radius:var(--ds-radius-md); padding:14px 16px !important; margin:16px 0 !important; }
.etfb-chip{ display:inline-block; font-size:12px !important; font-weight:700; color:#fff;
  background:var(--ds-primary); border-radius:999px; padding:3px 11px !important; margin-bottom:8px !important; }
.etfb-box p{ font-size:15.5px !important; line-height:1.7 !important; margin:0 !important; color:var(--ds-fg); }

/* ── 표 ──
   table-layout:fixed + 공용 열 너비 고정 → 본문 내 모든 비교표의 칸 폭이 동일(통합).
   9열 표준: 운용사/종목/코드/총보수/분배/구조/유동성/1년/3년 (합 100%). */
.etfb-tb{ width:100%; min-width:940px; border-collapse:collapse; table-layout:fixed; font-size:13px !important; }
/* 열 수가 적은 표(예: 계좌 비교 4열)는 모바일 가로 스크롤을 줄이도록 min-width 완화 */
.etfb-tb.narrow{ min-width:680px; }
/* 서술형 텍스트가 긴 표는 말줄임 대신 줄바꿈 허용(셀이 잘리지 않게) */
.etfb-tb.wrap td{ white-space:normal; }
.etfb-tb th{ text-align:left; font-size:12px !important; font-weight:700; color:var(--ds-muted);
  padding:8px 9px !important; border-bottom:2px solid var(--ds-border); white-space:nowrap;
  overflow:hidden; text-overflow:ellipsis; background:var(--ds-surface-subtle); }
.etfb-tb td{ font-size:13px !important; padding:7px 9px !important; border-bottom:1px solid var(--ds-border);
  color:var(--ds-fg); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-variant-numeric:tabular-nums; }
.etfb-tb th.num, .etfb-tb td.num{ text-align:right; }
.etfb-tb th.ctr, .etfb-tb td.ctr{ text-align:center; }
.etfb-tb tr:last-child td{ border-bottom:none; }
.etfb-tb b{ color:var(--ds-fg); }
/* 9열 표준 열 너비(헤더 행 기준으로 모든 표 동일 적용) */
.etfb-tb th:nth-child(1){ width:15%; }
.etfb-tb th:nth-child(2){ width:17%; }
.etfb-tb th:nth-child(3){ width:9%; }
.etfb-tb th:nth-child(4){ width:11%; }
.etfb-tb th:nth-child(5){ width:9%; }
.etfb-tb th:nth-child(6){ width:8%; }
.etfb-tb th:nth-child(7){ width:12%; }
.etfb-tb th:nth-child(8){ width:9.5%; }
.etfb-tb th:nth-child(9){ width:9.5%; }
/* 짝수 행 옅은 줄무늬(비교표 가독성) */
.etfb-tb tbody tr:nth-child(even) td{ background:hsl(30 10% 97.5%); }
/* 본문 추천 종목 행 강조: 옅은 인디고 배경 + 좌측 액센트 바 + 종목명 인디고(결론↔표 연결) */
.etfb-tb tbody tr.rec td{ background:rgba(99,102,241,.08) !important; }
.etfb-tb tbody tr.rec td:first-child{ box-shadow:inset 3px 0 0 var(--ds-primary); }
.etfb-tb tbody tr.rec td:nth-child(2){ color:var(--ds-primary); font-weight:700; }

/* ── 주석 / 면책 ── */
.etfb p.etfb-note{ font-size:11.5px !important; line-height:1.85 !important; color:var(--ds-muted); margin:12px 0 0 !important; }
.etfb p.etfb-disclaimer{ max-width:var(--etfb-w); margin:18px auto 0 !important;
  font-size:12.5px !important; line-height:1.6 !important; color:var(--ds-muted); }

/* ── 모바일 ── */
@media (max-width:680px){
  .etfb{ padding:18px 12px 26px; font-size:15px !important; }
  .etfb-title{ font-size:23px !important; }
  .etfb h2{ font-size:18.5px !important; }
  .etfb-card{ padding:16px 15px !important; }
  .etfb p, .etfb li{ font-size:15px !important; }
}

/* 참고: 등락 수치를 색으로 표기하는 표가 생기면 한국 관례(상승=빨강 hsl(0 72% 51%) / 하락=파랑)를
   적용한다. sym-ui 브랜드 색이 아니라 금융 도메인 의미색이므로 위 토큰과 별개로 둔다. */
&lt;/style&gt;
&lt;div class=&quot;etfb&quot;&gt;

  &lt;div class=&quot;etfb-head&quot;&gt;
    &lt;div class=&quot;etfb-brand&quot;&gt;  Stock&lt;span class=&quot;dot&quot;&gt;Radar&lt;/span&gt; &lt;span class=&quot;etfb-series&quot;&gt;· ETF 고르기 시리즈 5편&lt;/span&gt;&lt;/div&gt;
  &lt;/div&gt;

  &lt;h1 class=&quot;etfb-title&quot;&gt;커버드콜 ETF 완전 가이드: 높은 분배율의 함정&lt;/h1&gt;

  &lt;p class=&quot;etfb-lead&quot;&gt;ETF 추천 시리즈 5편, 이번엔 &lt;b&gt;커버드콜 ETF&lt;/b&gt;입니다. &quot;연 10~20% 월분배&quot;라는 숫자에 끌리기 쉽지만, 이 글의 결론부터 말하면 &lt;b&gt;분배율은 함정이 될 수 있습니다.&lt;/b&gt; 커버드콜이 어떻게 돈을 주는지, 무엇을 포기하는지, 누가 사야 하고 누가 사면 안 되는지를 실제 데이터로 따져봅니다.&lt;/p&gt;
  &lt;p class=&quot;etfb-meta&quot;&gt;분배율·총보수·총수익률은 DB(2026-06-18) 기준, 미국 직구는 etf_info 기준입니다. 수치는 시점에 따라 변하니 매매 전 운용사·거래소 공시를 확인하세요.&lt;/p&gt;

  &lt;div class=&quot;etfb-main etfb-card&quot;&gt;
    &lt;h2&gt;커버드콜이란? 상승을 팔아 현금을 받는 구조&lt;/h2&gt;
    &lt;p&gt;커버드콜 ETF는 &lt;b&gt;대체로 기초자산(S&amp;amp;P500·나스닥100·배당주 등) 또는 관련 포트폴리오를 보유하면서 콜옵션 매도 전략을 활용&lt;/b&gt;합니다. 콜옵션을 팔면 &lt;b&gt;프리미엄(옵션 판매 대금)&lt;/b&gt;이 들어오고, 이걸 재원으로 매달 높은 분배금을 줍니다. 그래서 분배율이 일반 배당 ETF(2~4%)보다 훨씬 높은 10~20%까지 나옵니다.&lt;/p&gt;
    &lt;div class=&quot;etfb-box&quot;&gt;
      &lt;span class=&quot;etfb-chip&quot;&gt;콜옵션을 쉽게 말하면&lt;/span&gt;
      &lt;p&gt;콜옵션은 &lt;b&gt;정해진 가격에 살 수 있는 권리&lt;/b&gt;입니다. 예를 들어 나스닥100 ETF가 10만원인데 누군가에게 &quot;11만원에 살 수 있는 권리&quot;를 팔면, 그 대가로 &lt;b&gt;옵션 프리미엄&lt;/b&gt;을 받습니다. 대신 ETF가 12만원, 13만원까지 올라도 11만원을 넘는 상승분은 옵션을 산 쪽의 몫이 되거나 그에 준해 정산됩니다. 그래서 커버드콜은 &lt;b&gt;옵션 프리미엄으로 분배금을 만드는 대신, 큰 상승장에서는 수익이 제한&lt;/b&gt;됩니다.&lt;/p&gt;
    &lt;/div&gt;
    &lt;p&gt;핵심은 &lt;b&gt;&quot;공짜 현금이 아니라, 미래의 상승 가능성을 팔아서 현금을 당겨받는 것&quot;&lt;/b&gt;이라는 점입니다. 콜옵션을 판다는 건 &quot;기초자산이 일정 이상 오르면 그 초과 상승분을 사간 사람에게 넘기겠다&quot;는 약속이거든요. 즉 &lt;b&gt;현금흐름을 얻는 대신 상승 여력을 내줍니다.&lt;/b&gt; 여기서 모든 함정이 나옵니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-main etfb-card&quot;&gt;
    &lt;h2&gt;사기 전에: 커버드콜의 함정 4가지&lt;/h2&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;b&gt;① 분배율은 수익률이 아니다&lt;/b&gt; - 분배율 15%가 연 15% 수익을 뜻하지 않습니다. &lt;b&gt;분배 이후 기준가가 그만큼 낮아지거나, 분배금 일부에 자본환급 성격이 섞일 수 있습니다.&lt;/b&gt; 진짜 성과는 분배율이 아니라 &lt;b&gt;총수익률(기준가 변화 + 분배)&lt;/b&gt;입니다.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;② 상승장에서 덜 오른다&lt;/b&gt; - 콜을 팔아 상방을 넘겼으니, 기초지수가 크게 오르면 커버드콜은 그만큼 못 따라갑니다. 강세장일수록 일반 지수 ETF(2편) 대비 뒤처지기 쉽습니다(OTM·타겟형은 그 폭이 작을 수 있습니다).&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;③ NAV(기준가) 침식&lt;/b&gt; - 횡보·하락장에서 분배를 과하게 주면 기준가가 우하향합니다. 분배율이 높을수록 위험이 큽니다.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;④ 보수가 비싸다&lt;/b&gt; - 국내 커버드콜은 총보수가 대체로 0.25~0.50%(저보수 액티브형은 0.19%)로, 지수 ETF(0.005%대)의 수십 배입니다.&lt;/li&gt;
    &lt;/ul&gt;
    &lt;div class=&quot;etfb-box&quot;&gt;
      &lt;span class=&quot;etfb-chip&quot;&gt;분배율의 함정, 실제 사례&lt;/span&gt;
      &lt;p&gt;분배율만 보면 안 되는 이유를 데이터가 보여줍니다(DB, 2026-06-18, 지난 1년 NAV 총수익 기준).&lt;/p&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;b&gt;PLUS 고배당주위클리커버드콜&lt;/b&gt;: 분배율 &lt;b&gt;27.2%&lt;/b&gt; → 1년 총수익 &lt;b&gt;-26.8%&lt;/b&gt;&lt;/li&gt;
        &lt;li&gt;&lt;b&gt;RISE 200고배당커버드콜ATM&lt;/b&gt;: 분배율 &lt;b&gt;13.0%&lt;/b&gt; → 1년 총수익 &lt;b&gt;-27.6%&lt;/b&gt;&lt;/li&gt;
      &lt;/ul&gt;
      &lt;p&gt;분배는 많이 줬지만 기준가가 그 이상 무너져 &lt;b&gt;NAV 침식이 나타난 사례&lt;/b&gt;입니다(기초자산 하락·설정 시점·콜 전략 차이가 섞인 결과). &quot;분배율 높음 = 좋은 ETF&quot;가 왜 위험한지 보여주는 한 시점의 예입니다(특정 기간 결과로 미래를 단정할 순 없습니다).&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-main etfb-card&quot;&gt;
    &lt;h2&gt;콜 전략이 결과를 가른다 (분배율이 다른 이유)&lt;/h2&gt;
    &lt;p&gt;같은 기초자산이라도 &lt;b&gt;콜을 얼마나, 어떻게 파느냐&lt;/b&gt;에 따라 분배율과 상승 참여가 갈립니다. 비슷한 조건이라면 분배율이 높을수록 상승 참여를 더 많이 포기했을 가능성이 큽니다.&lt;/p&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;b&gt;ATM(등가격) / 풀 커버드콜&lt;/b&gt; - 보유 자산 전부에 콜 매도. 분배율은 최고지만 &lt;b&gt;상승은 거의 포기&lt;/b&gt;(QYLD·XYLD 류).&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;OTM(외가격)&lt;/b&gt; - 현재가보다 높은 행사가에 콜 매도. 분배율은 낮아지지만 &lt;b&gt;일정 구간까지 상승 참여&lt;/b&gt;.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;타겟형(목표 분배)&lt;/b&gt; - 목표 분배율(예: 연 7~12%)에 맞춰 콜 비중을 조절. 분배를 적당히 주고 &lt;b&gt;상승 여력을 일부 남깁니다.&lt;/b&gt;&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;데일리/위클리(콜 교체 주기)&lt;/b&gt; - 콜을 자주 굴려 프리미엄 기회를 늘립니다. 다만 빈도 자체보다 &lt;b&gt;행사가(ATM/OTM)·커버 비율·목표 분배 정책&lt;/b&gt;이 분배율과 상승 포기 폭을 결정합니다(같은 '위클리'라도 타겟형은 분배를 낮추고 상승을 더 남깁니다).&lt;/li&gt;
    &lt;/ul&gt;
    &lt;p&gt;그래서 &lt;b&gt;&quot;상승도 어느 정도 챙기고 싶다 → OTM·타겟형 / 분배 극대화가 목적 → 데일리·ATM&quot;&lt;/b&gt;으로 갈립니다. 분배율만 높은 상품일수록 장기 총수익은 불리할 수 있습니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-wide etfb-card&quot;&gt;
    &lt;div class=&quot;etfb-tcap&quot;&gt;국내 커버드콜 ETF 비교 (기초자산별 대표) · 데이터 기준일 2026-06-18 · 표는 좌우로 밀어 볼 수 있습니다&lt;/div&gt;
    &lt;table class=&quot;etfb-tb wrap&quot;&gt;
      &lt;thead&gt;
        &lt;tr&gt;&lt;th style=&quot;width:13%&quot;&gt;기초자산&lt;/th&gt;&lt;th style=&quot;width:27%&quot;&gt;종목&lt;/th&gt;&lt;th style=&quot;width:9%&quot;&gt;코드&lt;/th&gt;&lt;th class=&quot;num&quot; style=&quot;width:10%&quot;&gt;총보수&lt;/th&gt;&lt;th class=&quot;num&quot; style=&quot;width:10%&quot;&gt;분배율&lt;/th&gt;&lt;th style=&quot;width:18%&quot;&gt;콜 전략&lt;/th&gt;&lt;th class=&quot;num&quot; style=&quot;width:13%&quot;&gt;거래대금(억)&lt;/th&gt;&lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
        &lt;tr class=&quot;rec&quot;&gt;&lt;td&gt;나스닥100&lt;/td&gt;&lt;td&gt;TIGER 미국나스닥100타겟데일리커버드콜&lt;/td&gt;&lt;td&gt;486290&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.250%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;12.9%&lt;/td&gt;&lt;td&gt;타겟·데일리(상승 일부)&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;&lt;b&gt;322&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;나스닥100&lt;/td&gt;&lt;td&gt;KODEX 미국나스닥100데일리커버드콜OTM&lt;/td&gt;&lt;td&gt;494300&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.250%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;&lt;b&gt;18.2%&lt;/b&gt;&lt;/td&gt;&lt;td&gt;데일리·OTM(분배 극대)&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;166&lt;/td&gt;&lt;/tr&gt;
        &lt;tr class=&quot;rec&quot;&gt;&lt;td&gt;S&amp;amp;P500&lt;/td&gt;&lt;td&gt;TIGER 미국S&amp;amp;P500타겟데일리커버드콜&lt;/td&gt;&lt;td&gt;482730&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.250%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;9.0%&lt;/td&gt;&lt;td&gt;타겟·데일리(상승 일부)&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;80&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;S&amp;amp;P500&lt;/td&gt;&lt;td&gt;KODEX 미국S&amp;amp;P500데일리커버드콜OTM&lt;/td&gt;&lt;td&gt;0005A0&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.250%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;13.7%&lt;/td&gt;&lt;td&gt;데일리·OTM&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;24&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;미국 배당&lt;/td&gt;&lt;td&gt;TIGER 미국배당다우존스타겟데일리커버드콜&lt;/td&gt;&lt;td&gt;0008S0&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.250%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;10.9%&lt;/td&gt;&lt;td&gt;타겟·데일리(SCHD 기반)&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;32&lt;/td&gt;&lt;/tr&gt;
        &lt;tr class=&quot;rec&quot;&gt;&lt;td&gt;미국 배당&lt;/td&gt;&lt;td&gt;KODEX 미국배당커버드콜액티브&lt;/td&gt;&lt;td&gt;441640&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;&lt;b&gt;0.190%&lt;/b&gt;&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;8.6%&lt;/td&gt;&lt;td&gt;액티브(분배 조절)&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;166&lt;/td&gt;&lt;/tr&gt;
        &lt;tr class=&quot;rec&quot;&gt;&lt;td&gt;코스피200&lt;/td&gt;&lt;td&gt;KODEX 200타겟위클리커버드콜&lt;/td&gt;&lt;td&gt;498400&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.390%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;9.6%&lt;/td&gt;&lt;td&gt;타겟·위클리&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;&lt;b&gt;2,212&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;코스피200&lt;/td&gt;&lt;td&gt;SOL 200타겟위클리커버드콜&lt;/td&gt;&lt;td&gt;0167B0&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.300%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;2.8%&lt;/td&gt;&lt;td&gt;타겟(상승 많이 보존)&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;373&lt;/td&gt;&lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
    &lt;p class=&quot;etfb-note&quot;&gt;같은 기초자산이라도 콜 전략에 따라 분배율이 2.8%~18.2%로 갈립니다(분배율이 높을수록 상승 포기 폭이 커질 가능성이 큼). 1년 총수익은 신생·고분배 상품일수록 기준가 변동으로 왜곡이 커서 표에서 제외했고, 합성·레버리지·테마 변형도 제외했습니다. &lt;b&gt;강조 표시한 행&lt;/b&gt;은 아래 조건부 후보이며, KODEX 200타겟위클리커버드콜은 미국주식 노출이 아닌 국내지수 유동성 후보입니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-wide etfb-card&quot;&gt;
    &lt;div class=&quot;etfb-tcap&quot;&gt;미국 직구 커버드콜·인컴 ETF · etf_info 기준 · 표는 좌우로 밀어 볼 수 있습니다&lt;/div&gt;
    &lt;table class=&quot;etfb-tb narrow wrap&quot;&gt;
      &lt;thead&gt;
        &lt;tr&gt;&lt;th style=&quot;width:11%&quot;&gt;티커&lt;/th&gt;&lt;th style=&quot;width:31%&quot;&gt;이름&lt;/th&gt;&lt;th class=&quot;num&quot; style=&quot;width:12%&quot;&gt;총보수&lt;/th&gt;&lt;th class=&quot;num&quot; style=&quot;width:12%&quot;&gt;분배율&lt;/th&gt;&lt;th class=&quot;num&quot; style=&quot;width:10%&quot;&gt;AUM&lt;/th&gt;&lt;th style=&quot;width:24%&quot;&gt;특징&lt;/th&gt;&lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
        &lt;tr class=&quot;rec&quot;&gt;&lt;td&gt;&lt;b&gt;JEPI&lt;/b&gt;&lt;/td&gt;&lt;td&gt;JPMorgan Equity Premium Income&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.350%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;7.9%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;45B&lt;/td&gt;&lt;td&gt;S&amp;amp;P500 인컴, 상방 일부 보존(액티브)&lt;/td&gt;&lt;/tr&gt;
        &lt;tr class=&quot;rec&quot;&gt;&lt;td&gt;&lt;b&gt;JEPQ&lt;/b&gt;&lt;/td&gt;&lt;td&gt;JPMorgan Nasdaq Equity Premium&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.350%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;10.6%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;35B&lt;/td&gt;&lt;td&gt;나스닥100 인컴, 변동성·분배 더 큼&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;QYLD&lt;/td&gt;&lt;td&gt;Global X NASDAQ 100 Covered Call&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.600%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;11.6%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;8B&lt;/td&gt;&lt;td&gt;나스닥100 풀 커버드콜, 상승 거의 포기&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;XYLD&lt;/td&gt;&lt;td&gt;Global X S&amp;amp;P 500 Covered Call&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.600%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;10.6%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;3B&lt;/td&gt;&lt;td&gt;S&amp;amp;P500 풀 커버드콜&lt;/td&gt;&lt;/tr&gt;
        &lt;tr class=&quot;rec&quot;&gt;&lt;td&gt;DIVO&lt;/td&gt;&lt;td&gt;Amplify CWP Enhanced Dividend&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.560%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;4.9%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;7B&lt;/td&gt;&lt;td&gt;배당+선택적 콜, 덜 공격적&lt;/td&gt;&lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
    &lt;p class=&quot;etfb-note&quot;&gt;JEPI/JEPQ는 콜을 일부에만 써 상방을 어느 정도 남기는 '인컴'형, QYLD/XYLD는 전량 콜 매도(풀 커버드콜)로 분배는 높지만 상승을 거의 포기하고 장기 NAV 침식 논란이 큰 편입니다. DIVO는 분배율이 낮은 대신 상승 참여가 큽니다. &lt;b&gt;강조 표시한 JEPI·JEPQ·DIVO&lt;/b&gt;는 아래 '미국 직구로 담는다면'의 조건부 후보입니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-main etfb-card&quot;&gt;
    &lt;h2&gt;세금·계좌: 분배금이 많을수록 절세 계좌가 중요 (3편 연결)&lt;/h2&gt;
    &lt;p&gt;커버드콜의 분배금은 세법상 배당소득(15.4% 원천징수)이지만, &lt;b&gt;실제 과세는 분배금 전액이 아니라 과표기준가(과세표준) 증가분 기준&lt;/b&gt;으로 매겨집니다. 그래서 기초자산에 따라 세 부담이 크게 갈립니다.&lt;/p&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;b&gt;코스피200 등 국내 지수 커버드콜&lt;/b&gt; - 국내주식 매매차익과 &lt;b&gt;국내 장내파생상품(코스피200 옵션) 매매손익이 과세 대상이 아니라서&lt;/b&gt;, 옵션 프리미엄에서 나온 분배금은 상당 부분이 비과세일 수 있습니다. 분배율이 높아도 일반계좌 세 부담이 의외로 작을 수 있어 &lt;b&gt;세금에 유리&lt;/b&gt;합니다.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;국내 상장 해외형(미국 나스닥100·S&amp;amp;P500 등) 커버드콜&lt;/b&gt; - 해외 매매차익·과표 증가분이 과세 대상이라 분배금에 &lt;b&gt;15.4% 부담이 실제로 크고&lt;/b&gt;, 금융소득종합과세에 합산될 수 있습니다.&lt;/li&gt;
    &lt;/ul&gt;
    &lt;p&gt;즉 &quot;분배금이 많으니 세금도 무조건 많다&quot;가 아니라, &lt;b&gt;기초자산이 국내 지수냐 해외냐&lt;/b&gt;에 따라 세 부담이 달라집니다. 과세되는 분배가 클수록(특히 해외형) 절세 계좌의 가치가 커집니다.&lt;/p&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;b&gt;국내 상장 커버드콜&lt;/b&gt; - 과세되는 분배는 &lt;b&gt;ISA·연금&lt;/b&gt;에 담으면 비과세·저율·과세이연으로 줄일 수 있습니다(3편 참고). 위처럼 일반계좌 과세분이 큰 &lt;b&gt;해외형일수록 절세 계좌 효과가 큽니다.&lt;/b&gt;&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;미국 직구(JEPI·JEPQ 등)&lt;/b&gt; - 절세 계좌에 담을 수 없고(일반계좌만), 분배금은 현지 원천징수 대상이며 국내 금융소득종합과세 판단에도 포함될 수 있습니다.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-main etfb-card&quot;&gt;
    &lt;h2&gt;그래서 나는? 독자 유형별 정리&lt;/h2&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;b&gt;은퇴·매달 현금흐름이 절실하다&lt;/b&gt; - 커버드콜이 후보가 될 수 있습니다. 단 &lt;b&gt;분배율보다 '총수익률과 기준가가 유지되는지'&lt;/b&gt;를 보고, 분배 극대화(데일리·ATM)보다 &lt;b&gt;상승을 일부 남기는 타겟형/JEPI·JEPQ&lt;/b&gt;를 우선하세요. 국내 상장 타겟형은 ISA·연금에 담아 세금을 줄이고, JEPI·JEPQ는 일반계좌만 가능하니 세후 수익까지 따져 판단하세요.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;장기 자산 증식이 목표다&lt;/b&gt; - &lt;b&gt;권하지 않습니다.&lt;/b&gt; 상승 제한 + NAV 침식 + 높은 보수로 장기 총수익이 지수(2편)보다 뒤처지기 쉽습니다. 핵심은 S&amp;amp;P500·나스닥100, 배당이 필요하면 4편의 일반 배당 ETF가 낫습니다.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;강세장을 기대한다&lt;/b&gt; - 맞지 않습니다. 상방을 팔았으니 강세장에서 가장 아쉬운 상품입니다. 커버드콜이 상대적으로 유리한 장세는 &lt;b&gt;완만한 상승~횡보 + 변동성이 높은 구간&lt;/b&gt;입니다(변동성이 클수록 옵션 프리미엄이 커지거든요).&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;분배율만 보고 고분배 커버드콜에 몰빵&lt;/b&gt; - 절대 비추천. 위 -27% 사례처럼 분배는 받되 원금이 무너질 수 있습니다.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-main etfb-card&quot;&gt;
    &lt;h2&gt;현금흐름이 목적이라면: 그나마 합리적인 후보&lt;/h2&gt;
    &lt;p&gt;장기 자산 증식이 목표라면 이 단락은 건너뛰세요(위에서 비추천). &lt;b&gt;매달 현금흐름이 필요한 사람&lt;/b&gt;에 한해, 분배 극대화형보다 &lt;b&gt;보수가 낮고 상승을 일부 남기는 타겟형/액티브&lt;/b&gt;를 &lt;b&gt;기초자산별로&lt;/b&gt; 추립니다(추천이 아니라 조건부 후보이고, 분배율·보수는 국내 상장은 2026-06-18 DB, 미국 직구는 etf_info 기준입니다).&lt;/p&gt;
    &lt;div class=&quot;etfb-box&quot;&gt;
      &lt;span class=&quot;etfb-chip&quot;&gt;현금흐름이 목적이라면 (기초자산별)&lt;/span&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;b&gt;나스닥100 · TIGER 미국나스닥100타겟데일리커버드콜(486290)&lt;/b&gt; - 타겟형이고 거래대금이 가장 큽니다(보수 0.25%). 분배율이 12.9%로 높은 편이지만, 이는 분배 극대화 전략이라기보다 나스닥100의 높은 변동성(옵션 프리미엄)과 목표분배 정책이 함께 반영된 결과로 보는 편이 맞습니다.&lt;/li&gt;
        &lt;li&gt;&lt;b&gt;S&amp;amp;P500 · TIGER 미국S&amp;amp;P500타겟데일리커버드콜(482730)&lt;/b&gt; - 타겟형(분배율 9.0%, 보수 0.25%). 변동성이 나스닥보다 낮아 분배율도 낮은 편입니다.&lt;/li&gt;
        &lt;li&gt;&lt;b&gt;미국 배당주 · KODEX 미국배당커버드콜액티브(441640)&lt;/b&gt; - 표의 후보군 중 총보수 &lt;b&gt;0.19%로 가장 낮고&lt;/b&gt;, 미국 배당주 포트폴리오에 콜을 액티브하게 조절(분배율 8.6%). SCHD(미국배당다우존스) 지수를 그대로 따르는 형태를 원하면 TIGER 미국배당다우존스타겟데일리커버드콜(0008S0, 분배율 10.9%, 보수 0.25%)이 더 가깝습니다.&lt;/li&gt;
        &lt;li&gt;&lt;b&gt;코스피200 · KODEX 200타겟위클리커버드콜(498400)&lt;/b&gt; - 국내 지수 타겟형(분배율 9.6%, 보수 0.39%). 거래대금이 가장 커 &lt;b&gt;유동성&lt;/b&gt;이 좋습니다.&lt;/li&gt;
      &lt;/ul&gt;
      &lt;p&gt;반대로 &lt;b&gt;분배율 18%대 고분배 극대화형(예: 나스닥100·S&amp;amp;P500 데일리OTM)&lt;/b&gt;은 분배는 높지만 상승 참여가 제한되고 NAV 침식 위험이 커질 수 있습니다. 분배율만 보고 고르지 마세요.&lt;/p&gt;
    &lt;/div&gt;
    &lt;div class=&quot;etfb-box&quot;&gt;
      &lt;span class=&quot;etfb-chip&quot;&gt;미국 직구로 담는다면&lt;/span&gt;
      &lt;ul&gt;
        &lt;li&gt;&lt;b&gt;S&amp;amp;P500 인컴 · JEPI&lt;/b&gt; - 콜을 일부에만 써 상방을 어느 정도 남기는 액티브 인컴형(분배율 7.9%, 보수 0.35%). 순자산 약 45B로 규모가 가장 큽니다.&lt;/li&gt;
        &lt;li&gt;&lt;b&gt;나스닥100 인컴 · JEPQ&lt;/b&gt; - JEPI의 나스닥100 버전(분배율 10.6%, 보수 0.35%). 변동성과 분배가 더 큽니다.&lt;/li&gt;
        &lt;li&gt;&lt;b&gt;상승 참여를 더 원하면 · DIVO&lt;/b&gt; - 우량 배당주에 선택적으로만 콜을 써 덜 공격적입니다(분배율은 4.9%로 낮은 대신 상승 참여가 큼, 보수 0.56%).&lt;/li&gt;
      &lt;/ul&gt;
      &lt;p&gt;같은 미국 직구라도 &lt;b&gt;QYLD·XYLD(전량 콜 매도, 보수 0.60%)&lt;/b&gt;는 분배는 높지만 상승을 거의 포기하고 장기 NAV 침식 논란이 커 주 추천에선 뺐습니다. 그리고 &lt;b&gt;미국 직구는 ISA·연금 같은 절세 계좌에 담을 수 없고(일반계좌만)&lt;/b&gt;, 분배금은 현지 원천징수 대상이며 국내 금융소득종합과세 판단에도 포함될 수 있어 &lt;b&gt;세후 수익까지 따져&lt;/b&gt; 국내 상장 상품과 비교하세요.&lt;/p&gt;
    &lt;/div&gt;
    &lt;p class=&quot;etfb-note&quot;&gt;&lt;b&gt;알아두면 덜 헷갈리는 3가지.&lt;/b&gt; ① &lt;b&gt;'위클리·데일리'는 분배 횟수가 아니라 콜옵션을 교체하는 주기&lt;/b&gt;입니다. 위 종목들 분배는 모두 &lt;b&gt;월 1회(월배당)&lt;/b&gt;예요. ② &lt;b&gt;분배율이 높다고 다 같은 이유는 아닙니다&lt;/b&gt; - 분배를 극대화한 전략이면 보수도 비싼 경향이 있고(예: TIGER 배당커버드콜액티브 12.3%/보수 0.5%), 기초자산 변동성이 커서 높아지는 경우(예: 나스닥100 타겟형 12.9%/보수 0.25%)도 있습니다. ③ &lt;b&gt;강세장에선 타겟형도 지수보다 덜 오릅니다&lt;/b&gt; - 분배는 받되 상승 일부를 양보하는 게 본질입니다. 그래서 결국 분배율이 아니라 &lt;b&gt;총수익률과 기준가 유지&lt;/b&gt;로 판단해야 합니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-main etfb-card&quot;&gt;
    &lt;h2&gt;일반 배당 ETF(4편) vs 커버드콜, 본질 차이&lt;/h2&gt;
    &lt;p&gt;둘 다 '월분배'를 주지만 돈의 출처가 다릅니다. &lt;b&gt;일반 배당 ETF&lt;/b&gt;는 기업이 주는 &lt;b&gt;배당&lt;/b&gt;에서 분배합니다(지속 가능, 상승에도 참여, NAV 침식이 작음). &lt;b&gt;커버드콜&lt;/b&gt;은 &lt;b&gt;옵션 프리미엄&lt;/b&gt;에서 분배합니다(분배는 더 크지만 상승을 포기하고 NAV 침식 위험도 안게 됩니다). 한 줄로 하면, &lt;b&gt;커버드콜은 '미래의 상승분을 현재의 현금으로 당겨 쓰는' 구조&lt;/b&gt;에 가깝습니다.&lt;/p&gt;
    &lt;div class=&quot;etfb-box&quot;&gt;
      &lt;span class=&quot;etfb-chip&quot;&gt;한 줄 요약&lt;/span&gt;
      &lt;p&gt;&lt;b&gt;커버드콜은 '고수익'이 아니라 '상승을 판 대가로 받는 현금흐름' 상품입니다.&lt;/b&gt; 분배율이 아니라 총수익률·기준가 유지를 보세요. 매달 현금흐름이 필요하고 횡보장을 예상한다면 국내 상장 타겟형은 ISA·연금에서, JEPI·JEPQ는 일반계좌에서 세후수익까지 보고 판단하세요. 장기 자산 증식이 목표면 커버드콜보다 지수(2편)·일반 배당(4편)이 낫습니다. 고분배 몰빵은 금물.&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;p class=&quot;etfb-disclaimer&quot;&gt;본 글은 정보 제공 목적이며 특정 종목의 매수를 권유하지 않습니다. 투자 판단과 책임은 본인에게 있습니다. 커버드콜은 구조가 복잡하고 상승 제한·기준가 침식 위험이 있어 원금 손실이 발생할 수 있습니다. 분배율·총보수·총수익률·세제는 시점과 개인 상황에 따라 달라지며, 미국 ETF 수치는 etf_info 기준 참고값입니다. 매매 전 각 운용사·거래소·홈택스 공시를 확인하세요. 과거 수익률·분배율은 미래를 보장하지 않습니다.&lt;/p&gt;

&lt;/div&gt;</description>
      <category>etf 정보</category>
      <category>ETF비교</category>
      <category>ETF정보</category>
      <category>배당커버드콜</category>
      <category>커버드콜</category>
      <author>stockradar</author>
      <guid isPermaLink="true">https://stockradar.tistory.com/16</guid>
      <comments>https://stockradar.tistory.com/16#entry16comment</comments>
      <pubDate>Mon, 22 Jun 2026 18:33:35 +0900</pubDate>
    </item>
    <item>
      <title>배당 ETF 완전 비교: 한국 vs 국내 상장 미국 vs 미국 직구 (+절세 계좌)</title>
      <link>https://stockradar.tistory.com/15</link>
      <description>&lt;style&gt;
/* ETF 블로그 시리즈 공용 스타일 (티스토리 HTML 모드 전용)
   - 사내 디자인 시스템 sym-ui(packages/ui) 의 라이트 테마 토큰 '값'을 그대로 반영.
     (티스토리는 React 컴포넌트를 못 받으므로 토큰 값만 인라인 CSS로 가져온다.)
     primary=인디고 hsl(243 75% 59%), 중립 그레이=warm(hue 30), Pretendard, shadow-sm 2단.
   - 티스토리 스킨(#article-view, ID 특이도)이 폰트/여백을 덮어쓰는 것을 막기 위해
     핵심 속성(font-size/line-height/margin/width)에 !important 사용.
   - .etfb 래퍼는 스킨의 좁은 본문 칼럼을 벗어나(full-bleed) 최대 1160px로 펼치고,
     모든 블록은 공통 폭(--etfb-w)으로 좌우 정렬을 맞춘다.
   - 이 파일은 단일 출처. build_etf_post.py 가 티스토리 조각에 인라인한다. */

.etfb, .etfb * { margin:0; padding:0; box-sizing:border-box; }

.etfb{
  /* 레이아웃 폭(한 줄로 조절. 모든 블록 좌우 정렬 일치) */
  --etfb-w:980px;
  /* ── sym-ui 라이트 토큰 값 ── */
  --ds-bg:hsl(30 10% 98%);          /* surface-subtle: 페이지 배경 */
  --ds-surface:#ffffff;             /* surface: 카드 */
  --ds-surface-subtle:hsl(30 10% 96%); /* muted: 표 헤더/코드 배경 */
  --ds-fg:hsl(222 16% 11%);         /* foreground: 본문/제목 텍스트 */
  --ds-muted:hsl(30 4% 40%);        /* muted-foreground: 보조 텍스트 */
  --ds-border:hsl(30 8% 90%);       /* border */
  --ds-primary:hsl(243 75% 59%);    /* primary: 인디고(브랜드 강조) */
  --ds-primary-700:#4338ca;         /* 진한 인디고 */
  --ds-primary-50:#eef2ff;          /* 강조박스 배경 */
  --ds-primary-100:#e0e7ff;         /* 강조박스 보더 */
  --ds-radius-md:12px;
  --ds-radius-lg:16px;
  --ds-shadow-sm:0 1px 2px rgba(0,0,0,.04), 0 1px 3px rgba(0,0,0,.06);

  width:min(100vw,1160px) !important;
  max-width:none !important;
  position:relative; left:50%; transform:translateX(-50%);
  background:var(--ds-bg); color:var(--ds-fg);
  font-family:&quot;Pretendard Variable&quot;,Pretendard,-apple-system,&quot;Segoe UI&quot;,Roboto,&quot;Apple SD Gothic Neo&quot;,&quot;Malgun Gothic&quot;,sans-serif;
  padding:34px 24px 40px;
  font-size:16px !important; line-height:1.75 !important;
  text-align:left;
}

/* ── 헤더 ── */
.etfb-head{ display:flex; align-items:center; justify-content:space-between; gap:12px;
  max-width:var(--etfb-w); margin:0 auto 6px !important; flex-wrap:wrap; }
.etfb-brand{ font-size:18px !important; font-weight:800; letter-spacing:-0.3px; color:var(--ds-fg); }
.etfb-brand .dot{ color:var(--ds-primary); }
.etfb-series{ font-weight:700; color:var(--ds-primary); }

/* 표 위 기준일 캡션(우상단 대신 표 바로 위에 둬서 잘 보이게) */
.etfb-tcap{ font-size:12.5px !important; font-weight:700; color:var(--ds-primary); margin:0 0 9px !important; }

/* ── 타이틀 / 리드 / 메타 ──
   리드·메타·면책은 p 라서 .etfb p(0,1,1)+!important 를 이기도록 p.클래스(0,2,1)로 지정 */
.etfb-title{ max-width:var(--etfb-w); margin:8px auto 14px !important;
  font-size:30px !important; line-height:1.32 !important; font-weight:800;
  color:var(--ds-fg); letter-spacing:-0.6px; }
.etfb p.etfb-lead{ max-width:var(--etfb-w); margin:0 auto 10px !important;
  font-size:15px !important; line-height:1.7 !important; color:var(--ds-muted);
  border-left:3px solid var(--ds-border); padding-left:13px !important; }
.etfb p.etfb-meta{ max-width:var(--etfb-w); margin:0 auto 20px !important;
  font-size:13px !important; line-height:1.6 !important; color:var(--ds-muted); }

/* ── 카드(본문/표 공통 폭) ── */
.etfb-card{ background:var(--ds-surface); border:1px solid var(--ds-border); border-radius:var(--ds-radius-md);
  box-shadow:var(--ds-shadow-sm); padding:22px 26px !important; margin:16px auto !important; }
.etfb-main{ max-width:var(--etfb-w); }
/* 표 카드: 좌우 패딩 축소(데이터 공간 확보) + 모바일에서 표가 가로 스크롤되도록 overflow */
.etfb-wide{ max-width:var(--etfb-w); overflow-x:auto; padding:18px 16px !important; }

/* ── 제목 ── */
.etfb h2{ font-size:21px !important; line-height:1.35 !important; font-weight:800;
  color:var(--ds-fg); letter-spacing:-0.4px; margin:22px 0 12px !important; }
.etfb-card &gt; h2:first-child{ margin-top:4px !important; }
.etfb h3{ font-size:16.5px !important; line-height:1.45 !important; font-weight:700;
  color:var(--ds-fg); margin:18px 0 8px !important; }
/* 순위 badge(h3 앞): primary 링크처럼 안 보이게 제목은 본문색, 순위만 인디고 칩 */
.etfb-rank{ display:inline-block; font-size:12px !important; font-weight:700; color:#fff;
  background:var(--ds-primary); border-radius:6px; padding:2px 8px !important; margin-right:7px; vertical-align:middle; }

/* ── 본문 ── */
.etfb p{ font-size:16px !important; line-height:1.78 !important; color:var(--ds-fg); margin:0 0 13px !important; }
.etfb ul{ margin:0 0 14px !important; padding-left:20px !important; list-style:disc; }
.etfb li{ font-size:16px !important; line-height:1.7 !important; color:var(--ds-fg); margin:6px 0 !important; }
.etfb b{ color:var(--ds-fg); font-weight:700; }
.etfb code{ background:var(--ds-surface-subtle); border-radius:6px; padding:1px 6px; font-size:14px !important;
  font-family:&quot;IBM Plex Mono&quot;,&quot;SFMono-Regular&quot;,Consolas,monospace; color:var(--ds-primary); }
.etfb hr{ border:0; border-top:1px solid var(--ds-border); margin:8px 0 !important; }

/* ── 강조 박스(한 줄 요약 등) ── */
.etfb-box{ background:var(--ds-primary-50); border:1px solid var(--ds-primary-100); border-left:4px solid var(--ds-primary);
  border-radius:var(--ds-radius-md); padding:14px 16px !important; margin:16px 0 !important; }
.etfb-chip{ display:inline-block; font-size:12px !important; font-weight:700; color:#fff;
  background:var(--ds-primary); border-radius:999px; padding:3px 11px !important; margin-bottom:8px !important; }
.etfb-box p{ font-size:15.5px !important; line-height:1.7 !important; margin:0 !important; color:var(--ds-fg); }

/* ── 표 ──
   table-layout:fixed + 공용 열 너비 고정 → 본문 내 모든 비교표의 칸 폭이 동일(통합).
   9열 표준: 운용사/종목/코드/총보수/분배/구조/유동성/1년/3년 (합 100%). */
.etfb-tb{ width:100%; min-width:940px; border-collapse:collapse; table-layout:fixed; font-size:13px !important; }
/* 열 수가 적은 표(예: 계좌 비교 4열)는 모바일 가로 스크롤을 줄이도록 min-width 완화 */
.etfb-tb.narrow{ min-width:680px; }
/* 서술형 텍스트가 긴 표는 말줄임 대신 줄바꿈 허용(셀이 잘리지 않게) */
.etfb-tb.wrap td{ white-space:normal; }
.etfb-tb th{ text-align:left; font-size:12px !important; font-weight:700; color:var(--ds-muted);
  padding:8px 9px !important; border-bottom:2px solid var(--ds-border); white-space:nowrap;
  overflow:hidden; text-overflow:ellipsis; background:var(--ds-surface-subtle); }
.etfb-tb td{ font-size:13px !important; padding:7px 9px !important; border-bottom:1px solid var(--ds-border);
  color:var(--ds-fg); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-variant-numeric:tabular-nums; }
.etfb-tb th.num, .etfb-tb td.num{ text-align:right; }
.etfb-tb th.ctr, .etfb-tb td.ctr{ text-align:center; }
.etfb-tb tr:last-child td{ border-bottom:none; }
.etfb-tb b{ color:var(--ds-fg); }
/* 9열 표준 열 너비(헤더 행 기준으로 모든 표 동일 적용) */
.etfb-tb th:nth-child(1){ width:15%; }
.etfb-tb th:nth-child(2){ width:17%; }
.etfb-tb th:nth-child(3){ width:9%; }
.etfb-tb th:nth-child(4){ width:11%; }
.etfb-tb th:nth-child(5){ width:9%; }
.etfb-tb th:nth-child(6){ width:8%; }
.etfb-tb th:nth-child(7){ width:12%; }
.etfb-tb th:nth-child(8){ width:9.5%; }
.etfb-tb th:nth-child(9){ width:9.5%; }
/* 짝수 행 옅은 줄무늬(비교표 가독성) */
.etfb-tb tbody tr:nth-child(even) td{ background:hsl(30 10% 97.5%); }
/* 본문 추천 종목 행 강조: 옅은 인디고 배경 + 좌측 액센트 바 + 종목명 인디고(결론↔표 연결) */
.etfb-tb tbody tr.rec td{ background:rgba(99,102,241,.08) !important; }
.etfb-tb tbody tr.rec td:first-child{ box-shadow:inset 3px 0 0 var(--ds-primary); }
.etfb-tb tbody tr.rec td:nth-child(2){ color:var(--ds-primary); font-weight:700; }

/* ── 주석 / 면책 ── */
.etfb p.etfb-note{ font-size:11.5px !important; line-height:1.85 !important; color:var(--ds-muted); margin:12px 0 0 !important; }
.etfb p.etfb-disclaimer{ max-width:var(--etfb-w); margin:18px auto 0 !important;
  font-size:12.5px !important; line-height:1.6 !important; color:var(--ds-muted); }

/* ── 모바일 ── */
@media (max-width:680px){
  .etfb{ padding:18px 12px 26px; font-size:15px !important; }
  .etfb-title{ font-size:23px !important; }
  .etfb h2{ font-size:18.5px !important; }
  .etfb-card{ padding:16px 15px !important; }
  .etfb p, .etfb li{ font-size:15px !important; }
}

/* 참고: 등락 수치를 색으로 표기하는 표가 생기면 한국 관례(상승=빨강 hsl(0 72% 51%) / 하락=파랑)를
   적용한다. sym-ui 브랜드 색이 아니라 금융 도메인 의미색이므로 위 토큰과 별개로 둔다. */
&lt;/style&gt;
&lt;div class=&quot;etfb&quot;&gt;

  &lt;div class=&quot;etfb-head&quot;&gt;
    &lt;div class=&quot;etfb-brand&quot;&gt;  Stock&lt;span class=&quot;dot&quot;&gt;Radar&lt;/span&gt; &lt;span class=&quot;etfb-series&quot;&gt;· ETF 고르기 시리즈 4편&lt;/span&gt;&lt;/div&gt;
  &lt;/div&gt;

  &lt;h1 class=&quot;etfb-title&quot;&gt;배당 ETF 완전 비교: 한국 vs 국내 상장 미국 vs 미국 직구 (+절세 계좌)&lt;/h1&gt;

  &lt;p class=&quot;etfb-lead&quot;&gt;ETF 추천 시리즈 4편, 이번엔 &lt;b&gt;배당 ETF&lt;/b&gt;입니다. ① 한국 배당 ETF, ② 국내 상장 미국 배당 ETF, ③ 미국 직구 배당 ETF 세 갈래를 실제 데이터로 비교하고 추천합니다. 그리고 3편에서 다룬 &lt;b&gt;절세 계좌&lt;/b&gt;와 연결합니다. 배당 ETF야말로 어느 계좌에 담느냐가 수익률을 크게 좌우하거든요.&lt;/p&gt;
  &lt;p class=&quot;etfb-meta&quot;&gt;총수익률·총보수는 DB(2026-06-18) 기준, 배당률은 각 ETF 공시 분배율, 미국 직구는 etf_info 기준입니다. 수치는 시점에 따라 변하니 매매 전 운용사·거래소 공시를 확인하세요.&lt;/p&gt;

  &lt;div class=&quot;etfb-main etfb-card&quot;&gt;
    &lt;h2&gt;배당 ETF는 &quot;세금&quot;이 절반이다&lt;/h2&gt;
    &lt;p&gt;배당 ETF는 일반 지수 ETF와 결정적으로 다릅니다. &lt;b&gt;분배금(현금 배당)을 자주, 많이 줍니다.&lt;/b&gt; 그런데 일반 계좌에서 받는 분배금에는 &lt;b&gt;배당소득세 15.4%&lt;/b&gt;가 붙고, 다른 금융소득과 합쳐 &lt;b&gt;금융소득종합과세&lt;/b&gt; 대상이 될 수도 있습니다.&lt;/p&gt;
    &lt;p&gt;즉 배당 ETF는 &lt;b&gt;&quot;무엇을 사느냐&quot;만큼 &quot;어느 계좌에 담느냐&quot;가 중요&lt;/b&gt;합니다. 그래서 이번 편은 종목 비교에 더해 3편의 절세 계좌(연금저축·IRP·ISA)와 함께 봐야 이해가 쉽습니다. 먼저 세 갈래를 하나씩 보겠습니다.&lt;/p&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;b&gt;① 한국 배당 ETF&lt;/b&gt; - 국내 주식 배당주. 국내 주식형이라 일반계좌에서도 매매차익은 비과세(분배금만 과세).&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;② 국내 상장 미국 배당 ETF&lt;/b&gt; - SCHD(미국배당다우존스) 같은 미국 배당주를 한국 거래소에서. 원화로 사고 절세 계좌에도 담깁니다.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;③ 미국 직구 배당 ETF&lt;/b&gt; - SCHD·VYM 등 미국 본토 상장. 종류가 풍부하지만 절세 계좌에는 못 담습니다.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-main etfb-card&quot;&gt;
    &lt;h2&gt;사기 전에: 배당 ETF의 함정 4가지&lt;/h2&gt;
    &lt;p&gt;본격적으로 고르기 전에, 가장 중요한 전제부터. &lt;b&gt;&quot;배당률 높다 = 좋은 ETF&quot;가 아닙니다.&lt;/b&gt;&lt;/p&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;b&gt;배당률은 '수익률'이 아니라 '현금흐름 비율'&lt;/b&gt; - 배당률 4%가 곧 연 4% 수익을 뜻하지 않습니다. 진짜 수익은 총수익(주가 변동 + 배당)이고, 배당률은 그중 현금으로 빼주는 비율일 뿐입니다.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;분배금만큼 기준가는 떨어집니다&lt;/b&gt; - 분배(배당)를 주면 그 금액만큼 ETF 기준가(NAV)가 하락합니다(배당락). 즉 분배금은 새로 생긴 돈이 아니라 내 자산의 일부를 현금으로 돌려받는 쪽에 가깝고, 재투자하지 않으면 복리 효과가 줄어듭니다.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;고배당일수록 섹터가 쏠립니다&lt;/b&gt; - 배당을 많이 주는 업종은 금융·에너지·통신·유틸리티 등에 쏠리기 쉽습니다(지수 방법론에 따라 다름; 한국 배당 ETF가 금융에 쏠린 게 그 예). 성장주(빅테크)가 빠져 시장 전체보다 덜 오를 수 있습니다.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;장기 자산 증식이 목표라면&lt;/b&gt; - 배당 ETF보다 S&amp;amp;P500·나스닥100(2편) 같은 시장·성장 지수의 장기 총수익이 더 클 수도 있습니다. 배당 ETF는 &lt;b&gt;'월급 같은 현금흐름'이 필요한 사람&lt;/b&gt;에게 더 맞습니다(저변동 성격의 배당 ETF는 변동성 완화에도 맞을 수 있지만, 고배당은 가치주·섹터 편향으로 오히려 더 흔들릴 수도 있습니다).&lt;/li&gt;
    &lt;/ul&gt;
    &lt;p&gt;요컨대 배당 ETF는 &lt;b&gt;배당률만이 아니라 총수익률·배당의 지속성과 성장·섹터 집중도·세후 현금흐름&lt;/b&gt;을 함께 보고 골라야 합니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-main etfb-card&quot;&gt;
    &lt;h2&gt;① 한국 배당 ETF&lt;/h2&gt;
    &lt;p&gt;한국 배당 ETF는 크게 &lt;b&gt;고배당&lt;/b&gt;(지금 배당을 많이 주는 가치주 중심)과 &lt;b&gt;배당성장&lt;/b&gt;(현재 배당률은 낮아도 배당을 늘려가는 기업 중심)으로 갈립니다. 성격이 다르니 수익률 편차도 큽니다. 배당 ETF는 수익률보다 &lt;b&gt;배당률·성격·보수&lt;/b&gt;를 함께 보고 고르는 게 좋습니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-wide etfb-card&quot;&gt;
    &lt;div class=&quot;etfb-tcap&quot;&gt;한국 배당 ETF · 데이터 기준일 2026-06-18 (거래대금 최근 60거래일 평균) · 표는 좌우로 밀어 볼 수 있습니다&lt;/div&gt;
    &lt;table class=&quot;etfb-tb wrap&quot;&gt;
      &lt;thead&gt;
        &lt;tr&gt;
          &lt;th style=&quot;width:13%&quot;&gt;운용사&lt;/th&gt;&lt;th style=&quot;width:20%&quot;&gt;종목&lt;/th&gt;&lt;th style=&quot;width:8%&quot;&gt;코드&lt;/th&gt;&lt;th class=&quot;num&quot; style=&quot;width:9%&quot;&gt;총보수&lt;/th&gt;&lt;th class=&quot;num&quot; style=&quot;width:9%&quot;&gt;배당률&lt;/th&gt;&lt;th class=&quot;ctr&quot; style=&quot;width:8%&quot;&gt;분배&lt;/th&gt;&lt;th class=&quot;ctr&quot; style=&quot;width:11%&quot;&gt;성격&lt;/th&gt;&lt;th class=&quot;num&quot; style=&quot;width:11%&quot;&gt;1년 총수익&lt;/th&gt;&lt;th class=&quot;num&quot; style=&quot;width:11%&quot;&gt;거래대금(억)&lt;/th&gt;
        &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
        &lt;tr class=&quot;rec&quot;&gt;&lt;td&gt;한화(PLUS)&lt;/td&gt;&lt;td&gt;PLUS 고배당주&lt;/td&gt;&lt;td&gt;161510&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.230%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;3.72%&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;월&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;고배당&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;48.4%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;&lt;b&gt;462&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;
        &lt;tr class=&quot;rec&quot;&gt;&lt;td&gt;삼성(KODEX)&lt;/td&gt;&lt;td&gt;KODEX 고배당주&lt;/td&gt;&lt;td&gt;279530&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.300%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;3.82%&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;월&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;고배당&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;49.8%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;98&lt;/td&gt;&lt;/tr&gt;
        &lt;tr class=&quot;rec&quot;&gt;&lt;td&gt;미래에셋(TIGER)&lt;/td&gt;&lt;td&gt;TIGER 코리아배당다우존스&lt;/td&gt;&lt;td&gt;0052D0&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.250%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;&lt;b&gt;3.90%&lt;/b&gt;&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;월&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;고배당&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;49.3%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;83&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;키움(KIWOOM)&lt;/td&gt;&lt;td&gt;KIWOOM 코리아고배당&lt;/td&gt;&lt;td&gt;104530&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.190%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;3.60%&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;월&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;고배당&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;35.1%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;16&lt;/td&gt;&lt;/tr&gt;
        &lt;tr class=&quot;rec&quot;&gt;&lt;td&gt;NH아문디(HANARO)&lt;/td&gt;&lt;td&gt;HANARO K고배당&lt;/td&gt;&lt;td&gt;322410&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;&lt;b&gt;0.070%&lt;/b&gt;&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;2.59%&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;월&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;고배당&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;50.1%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;8&lt;/td&gt;&lt;/tr&gt;
        &lt;tr class=&quot;rec&quot;&gt;&lt;td&gt;삼성(KODEX)&lt;/td&gt;&lt;td&gt;KODEX 코리아배당성장&lt;/td&gt;&lt;td&gt;211900&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.150%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;2.24%&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;월&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;배당성장&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;62.3%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;16&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;미래에셋(TIGER)&lt;/td&gt;&lt;td&gt;TIGER 배당성장&lt;/td&gt;&lt;td&gt;211560&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.150%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;2.40%&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;연1회&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;배당성장&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;62.6%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;11&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;삼성(KODEX)&lt;/td&gt;&lt;td&gt;KODEX 배당가치&lt;/td&gt;&lt;td&gt;325020&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.300%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;2.53%&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;분기&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;가치&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;116.9%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;25&lt;/td&gt;&lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
    &lt;p class=&quot;etfb-note&quot;&gt;옅은 인디고 행은 본문 추천 종목입니다. 1년 총수익률 편차가 큰 건 고배당·배당성장·가치 등 전략이 달라서입니다(과거 수익률은 미래를 보장하지 않습니다). 배당 ETF는 보수가 0.07~0.30%로 지수 ETF(0.005%대)보다 높은 편입니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-main etfb-card&quot;&gt;
    &lt;h3&gt;&lt;span class=&quot;etfb-rank&quot;&gt;고배당&lt;/span&gt;지금 배당을 많이: PLUS 고배당주(161510) / TIGER 코리아배당다우존스(0052D0)&lt;/h3&gt;
    &lt;ul&gt;
      &lt;li&gt;PLUS 고배당주는 배당률 3.72%에 &lt;b&gt;거래대금이 462억으로 표 기준 가장 큰 편&lt;/b&gt;입니다. 대량·자주 매매에 유리합니다.&lt;/li&gt;
      &lt;li&gt;TIGER 코리아배당다우존스는 &lt;b&gt;표 기준 배당률이 가장 높고(3.90%)&lt;/b&gt;, 미국 SCHD와 비슷한 방법론(배당+질)이라 고배당과 안정성을 함께 노립니다. 월배당이라 현금흐름도 좋습니다.&lt;/li&gt;
      &lt;li&gt;보수를 최우선한다면 &lt;b&gt;HANARO K고배당(322410, 0.070%)&lt;/b&gt;이 최저입니다(거래량은 낮음).&lt;/li&gt;
    &lt;/ul&gt;
    &lt;h3&gt;&lt;span class=&quot;etfb-rank&quot;&gt;배당성장&lt;/span&gt;배당을 늘려가는: KODEX 코리아배당성장(211900)&lt;/h3&gt;
    &lt;ul&gt;
      &lt;li&gt;현재 배당률(2.24%)은 낮지만 &lt;b&gt;보수 0.150%&lt;/b&gt;에 배당을 키워가는 기업 중심이라, 길게 보면 총수익과 배당이 함께 자라는 것을 노립니다. 당장 현금보다 장기 성장을 원하면 이쪽입니다.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-main etfb-card&quot;&gt;
    &lt;h2&gt;구성종목으로 보면: 한국 배당 ETF는 금융주 비중이 크다&lt;/h2&gt;
    &lt;p&gt;이름은 달라도 한국 배당 ETF는 &lt;b&gt;은행·보험·증권·카드 같은 금융주&lt;/b&gt; 비중이 공통으로 큽니다. 한국은 배당 성향이 높은 업종에 은행·보험·증권 같은 금융주가 많기 때문입니다. 차이는 &lt;b&gt;얼마나 소수 종목에 집중하느냐&lt;/b&gt;와 &lt;b&gt;금융 외 섹터를 얼마나 섞느냐&lt;/b&gt;입니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-wide etfb-card&quot;&gt;
    &lt;div class=&quot;etfb-tcap&quot;&gt;한국 배당 ETF 구성종목 비교 · 데이터 기준일 2026-06-18 · 표는 좌우로 밀어 볼 수 있습니다&lt;/div&gt;
    &lt;table class=&quot;etfb-tb narrow wrap&quot;&gt;
      &lt;thead&gt;
        &lt;tr&gt;&lt;th style=&quot;width:24%&quot;&gt;종목&lt;/th&gt;&lt;th style=&quot;width:34%&quot;&gt;상위 보유(Top 3)&lt;/th&gt;&lt;th class=&quot;ctr&quot; style=&quot;width:16%&quot;&gt;Top10 집중도&lt;/th&gt;&lt;th style=&quot;width:26%&quot;&gt;특징&lt;/th&gt;&lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
        &lt;tr&gt;&lt;td&gt;KODEX 고배당주&lt;/td&gt;&lt;td&gt;제일기획·삼성카드·NH투자증권&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;&lt;b&gt;63%&lt;/b&gt;&lt;/td&gt;&lt;td&gt;소수 종목 집중(변동 큼)&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;PLUS 고배당주&lt;/td&gt;&lt;td&gt;기업은행·NH투자증권·기아&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;47%&lt;/td&gt;&lt;td&gt;금융 중심, 유동성 우수&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;TIGER 코리아배당다우존스&lt;/td&gt;&lt;td&gt;JB금융지주·삼성화재·하나금융지주&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;42%&lt;/td&gt;&lt;td&gt;금융 중심, 고르게 분산(SCHD식)&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;KODEX 코리아배당성장&lt;/td&gt;&lt;td&gt;삼성카드·DB손해보험·JB금융지주&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;&lt;b&gt;37%&lt;/b&gt;&lt;/td&gt;&lt;td&gt;상대적으로 분산, 소비재·통신·IT도 포함&lt;/td&gt;&lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
    &lt;p class=&quot;etfb-note&quot;&gt;Top10 집중도 = 상위 10종목 비중 합(높을수록 소수 종목 쏠림). 고배당형은 금융주에 집중되고, 배당성장형(코리아배당성장)은 금융 비중이 낮으면서 KT·오리온홀딩스·다우기술 등으로 더 분산됩니다. 구성종목은 리밸런싱으로 시점에 따라 바뀝니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-main etfb-card&quot;&gt;
    &lt;h2&gt;② 국내 상장 미국 배당 ETF (SCHD와 같은 지수를 원화로)&lt;/h2&gt;
    &lt;p&gt;최근 관심이 큰 갈래입니다. 미국의 대표 배당 ETF &lt;b&gt;SCHD&lt;/b&gt;가 추종하는 '미국배당다우존스' 지수를, 국내 운용사들이 &lt;b&gt;총보수 0.010%&lt;/b&gt;로 따라 만들었습니다. 원화로 사고, &lt;b&gt;절세 계좌에도 담을 수 있고&lt;/b&gt;(직구는 불가), 대부분 월배당입니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-wide etfb-card&quot;&gt;
    &lt;div class=&quot;etfb-tcap&quot;&gt;국내 상장 미국 배당 ETF · 데이터 기준일 2026-06-18 · 표는 좌우로 밀어 볼 수 있습니다&lt;/div&gt;
    &lt;table class=&quot;etfb-tb wrap&quot;&gt;
      &lt;thead&gt;
        &lt;tr&gt;
          &lt;th style=&quot;width:15%&quot;&gt;운용사&lt;/th&gt;&lt;th style=&quot;width:23%&quot;&gt;종목&lt;/th&gt;&lt;th style=&quot;width:9%&quot;&gt;코드&lt;/th&gt;&lt;th class=&quot;num&quot; style=&quot;width:11%&quot;&gt;총보수&lt;/th&gt;&lt;th class=&quot;num&quot; style=&quot;width:11%&quot;&gt;배당률&lt;/th&gt;&lt;th class=&quot;ctr&quot; style=&quot;width:9%&quot;&gt;분배&lt;/th&gt;&lt;th class=&quot;num&quot; style=&quot;width:11%&quot;&gt;1년 총수익&lt;/th&gt;&lt;th class=&quot;num&quot; style=&quot;width:11%&quot;&gt;거래대금(억)&lt;/th&gt;
        &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
        &lt;tr class=&quot;rec&quot;&gt;&lt;td&gt;미래에셋(TIGER)&lt;/td&gt;&lt;td&gt;TIGER 미국배당다우존스&lt;/td&gt;&lt;td&gt;458730&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;&lt;b&gt;0.010%&lt;/b&gt;&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;2.71%&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;월&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;37.8%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;&lt;b&gt;370&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;한국투자(ACE)&lt;/td&gt;&lt;td&gt;ACE 미국배당다우존스&lt;/td&gt;&lt;td&gt;402970&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;&lt;b&gt;0.010%&lt;/b&gt;&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;2.74%&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;월&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;38.3%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;62&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;신한(SOL)&lt;/td&gt;&lt;td&gt;SOL 미국배당다우존스&lt;/td&gt;&lt;td&gt;446720&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;&lt;b&gt;0.010%&lt;/b&gt;&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;2.78%&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;월&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;37.9%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;58&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;삼성(KODEX)&lt;/td&gt;&lt;td&gt;KODEX 미국배당다우존스&lt;/td&gt;&lt;td&gt;489250&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;&lt;b&gt;0.010%&lt;/b&gt;&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;2.61%&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;월&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;38.2%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;71&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;한국투자(ACE)&lt;/td&gt;&lt;td&gt;ACE 미국배당퀄리티&lt;/td&gt;&lt;td&gt;0046Y0&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.150%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;1.41%&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;월&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;33.2%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;2&lt;/td&gt;&lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
    &lt;p class=&quot;etfb-note&quot;&gt;'미국배당다우존스' 4종(TIGER·ACE·SOL·KODEX)은 모두 SCHD와 같은 지수(Dow Jones U.S. Dividend 100)를 추종해 총보수(0.010%)·배당률(약 2.7%)·수익률이 사실상 같습니다(총보수 외 기타비용·추적오차는 별도). 환노출 기준이며, 환헤지가 필요하면 SOL 미국배당다우존스(H) 등 (H) 버전도 있습니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-main etfb-card&quot;&gt;
    &lt;h3&gt;&lt;span class=&quot;etfb-rank&quot;&gt;추천&lt;/span&gt;SCHD와 같은 지수를 원화로: TIGER 미국배당다우존스(458730)&lt;/h3&gt;
    &lt;ul&gt;
      &lt;li&gt;4종 모두 보수 0.010%·배당률 약 2.7%로 비슷하니, &lt;b&gt;유동성을 중시하면 거래대금이 가장 큰 TIGER(458730)&lt;/b&gt;가 무난합니다. 운용사 선호가 있으면 ACE·SOL·KODEX도 선택지입니다. 저보수·월배당에 절세 계좌까지 가능해 장기 배당 투자의 기본 후보로 좋습니다.&lt;/li&gt;
    &lt;/ul&gt;
    &lt;p&gt;이 4종은 SCHD와 같은 지수를 추종해 &lt;b&gt;구성 방향이 거의 같습니다&lt;/b&gt;(현금·리밸런싱 시점 등으로 실제 보유·비중은 조금씩 다름). TIGER 미국배당다우존스의 대표 보유 종목은 &lt;b&gt;P&amp;amp;G·유나이티드헬스·홈디포·코카콜라·머크·펩시코·버라이즌·텍사스인스트루먼트&lt;/b&gt; 등이며 비중은 대체로 4% 안팎에서 바뀝니다. 미국 전통 배당 우량주(헬스케어·필수소비재·통신·산업·반도체)라, &lt;b&gt;SCHD와 유사한 배당주 바스켓을 원화로 담는 구조에 가깝습니다&lt;/b&gt;.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-main etfb-card&quot;&gt;
    &lt;h2&gt;③ 미국 직구 배당 ETF&lt;/h2&gt;
    &lt;p&gt;미국 본토에는 배당 ETF가 훨씬 다양합니다. 대표주자 &lt;b&gt;SCHD&lt;/b&gt;를 비롯해 고배당의 VYM·HDV, 배당성장의 DGRO·VIG 등이 있습니다. 다만 직구는 &lt;b&gt;일반 계좌에서만&lt;/b&gt; 가능하고(절세 계좌 불가) 환전·해외 수수료가 듭니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-wide etfb-card&quot;&gt;
    &lt;div class=&quot;etfb-tcap&quot;&gt;미국 직구 배당 ETF · etf_info 기준 · 표는 좌우로 밀어 볼 수 있습니다&lt;/div&gt;
    &lt;table class=&quot;etfb-tb narrow wrap&quot;&gt;
      &lt;thead&gt;
        &lt;tr&gt;
          &lt;th style=&quot;width:11%&quot;&gt;티커&lt;/th&gt;&lt;th style=&quot;width:31%&quot;&gt;이름&lt;/th&gt;&lt;th class=&quot;num&quot; style=&quot;width:12%&quot;&gt;총보수&lt;/th&gt;&lt;th class=&quot;num&quot; style=&quot;width:13%&quot;&gt;배당률&lt;/th&gt;&lt;th class=&quot;num&quot; style=&quot;width:11%&quot;&gt;AUM&lt;/th&gt;&lt;th style=&quot;width:22%&quot;&gt;성격&lt;/th&gt;
        &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
        &lt;tr class=&quot;rec&quot;&gt;&lt;td&gt;&lt;b&gt;SCHD&lt;/b&gt;&lt;/td&gt;&lt;td&gt;Schwab U.S. Dividend Equity&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.060%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;&lt;b&gt;3.30%&lt;/b&gt;&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;86B&lt;/td&gt;&lt;td&gt;고배당 + 배당성장(대표)&lt;/td&gt;&lt;/tr&gt;
        &lt;tr class=&quot;rec&quot;&gt;&lt;td&gt;&lt;b&gt;VYM&lt;/b&gt;&lt;/td&gt;&lt;td&gt;Vanguard High Dividend Yield&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;&lt;b&gt;0.040%&lt;/b&gt;&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;2.26%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;92B&lt;/td&gt;&lt;td&gt;광범위 고배당&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;HDV&lt;/td&gt;&lt;td&gt;iShares Core High Dividend&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.080%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;2.79%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;14B&lt;/td&gt;&lt;td&gt;우량 고배당&lt;/td&gt;&lt;/tr&gt;
        &lt;tr class=&quot;rec&quot;&gt;&lt;td&gt;&lt;b&gt;DGRO&lt;/b&gt;&lt;/td&gt;&lt;td&gt;iShares Core Dividend Growth&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.080%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;1.96%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;39B&lt;/td&gt;&lt;td&gt;배당성장&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;VIG&lt;/td&gt;&lt;td&gt;Vanguard Dividend Appreciation&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;&lt;b&gt;0.040%&lt;/b&gt;&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;1.56%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;124B&lt;/td&gt;&lt;td&gt;배당성장(최대 규모)&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;SPHD&lt;/td&gt;&lt;td&gt;Invesco S&amp;amp;P500 High Div Low Vol&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.300%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;3.94%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;3B&lt;/td&gt;&lt;td&gt;고배당·저변동(보수 높음)&lt;/td&gt;&lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
    &lt;p class=&quot;etfb-note&quot;&gt;배당률·AUM은 etf_info 기준으로 시점에 따라 변합니다. JEPI 같은 커버드콜형 월배당(분배율이 더 높은 대신 구조가 다름)은 5편에서 따로 다룹니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-main etfb-card&quot;&gt;
    &lt;h3&gt;&lt;span class=&quot;etfb-rank&quot;&gt;추천&lt;/span&gt;직구 배당의 정석: SCHD / VYM / DGRO&lt;/h3&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;b&gt;SCHD&lt;/b&gt; - 배당률 3.30%에 배당성장까지 노리는 균형형, 보수 0.060%. 미국 배당 ETF의 대표이자 기본값입니다.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;VYM&lt;/b&gt; - 더 넓게 분산된 고배당, 보수 0.040%로 최저급. 종목 수가 많아 분산이 넓은 편입니다.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;DGRO&lt;/b&gt; - 현재 배당률(1.96%)은 낮지만 배당을 늘리는 기업 중심. 장기 배당성장을 원하면 적합합니다.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-main etfb-card&quot;&gt;
    &lt;h2&gt;구성종목으로 보면: 배당률이 다른 이유 (SCHD vs VYM vs DGRO)&lt;/h2&gt;
    &lt;p&gt;세 ETF는 &lt;b&gt;담는 종목이 달라서&lt;/b&gt; 배당률과 성격이 갈립니다. 앞 표에서 SCHD 3.30% vs DGRO 1.96%로 배당률 차이가 난 이유가 구성종목에서 드러납니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-wide etfb-card&quot;&gt;
    &lt;div class=&quot;etfb-tcap&quot;&gt;미국 직구 배당 ETF 구성종목 비교 · 표는 좌우로 밀어 볼 수 있습니다&lt;/div&gt;
    &lt;table class=&quot;etfb-tb narrow wrap&quot;&gt;
      &lt;thead&gt;
        &lt;tr&gt;&lt;th style=&quot;width:14%&quot;&gt;ETF&lt;/th&gt;&lt;th style=&quot;width:48%&quot;&gt;대표 보유 종목&lt;/th&gt;&lt;th style=&quot;width:38%&quot;&gt;성격&lt;/th&gt;&lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
        &lt;tr class=&quot;rec&quot;&gt;&lt;td&gt;&lt;b&gt;SCHD&lt;/b&gt;&lt;/td&gt;&lt;td&gt;텍사스인스트루먼트·유나이티드헬스·코카콜라·머크·P&amp;amp;G·셰브론·버라이즌&lt;/td&gt;&lt;td&gt;빅테크 거의 없이 전통 배당주 + 질 → 배당률 높음(3.30%)&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;&lt;b&gt;VYM&lt;/b&gt;&lt;/td&gt;&lt;td&gt;브로드컴·JP모건·엑슨모빌·존슨앤드존슨·시스코·애브비&lt;/td&gt;&lt;td&gt;분산 폭이 넓은 고배당(금융·에너지 비중 큼)&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;&lt;b&gt;DGRO&lt;/b&gt;&lt;/td&gt;&lt;td&gt;브로드컴·애플·마이크로소프트·JP모건·애브비·존슨앤드존슨&lt;/td&gt;&lt;td&gt;애플·MS 등 저배당 배당성장주 비중도 있어 현재 배당률 낮은 편(1.96%)&lt;/td&gt;&lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
    &lt;p class=&quot;etfb-note&quot;&gt;대표 보유 종목 예시이며 시점·리밸런싱에 따라 바뀝니다. DGRO는 배당성장 지수 방법론상 애플·마이크로소프트 같은 저배당 배당성장주 비중이 있어 현재 배당률이 낮은 편입니다. 국내 상장 미국배당다우존스(②)는 SCHD와 같은 지수라 SCHD형 구성입니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-main etfb-card&quot;&gt;
    &lt;h2&gt;★ 그래서 어느 계좌에? (3편 절세 연결)&lt;/h2&gt;
    &lt;p&gt;배당 ETF는 분배금 과세 때문에 &lt;b&gt;계좌 선택이 특히 중요&lt;/b&gt;합니다. 3편의 원리를 배당 ETF에 적용하면 이렇습니다.&lt;/p&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;b&gt;한국 배당 ETF&lt;/b&gt; - 국내 주식형이라 일반계좌에서도 매매차익은 비과세지만, &lt;b&gt;분배금에는 15.4%&lt;/b&gt;가 붙습니다. 분배가 잦은 만큼 &lt;b&gt;ISA에 담으면 분배금이 계좌 순이익에 합쳐져 200만원(서민형 400만원)까지 비과세 + 초과분 9.9% 분리과세&lt;/b&gt;로 절세 효과가 큽니다.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;국내 상장 미국 배당 ETF(미국배당다우존스)&lt;/b&gt; - 일반계좌에선 과세 대상 이익과 분배금에 15.4%가 과세될 수 있고, 금융소득이 많으면 종합과세 대상이 될 수 있습니다. &lt;b&gt;연금·ISA 같은 절세 계좌에 담을 때 효과가 크게 나타날 수 있습니다.&lt;/b&gt; 노후자금이면 연금·IRP(과세이연), 중기·현금흐름이면 ISA.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;미국 직구 배당 ETF(SCHD 등)&lt;/b&gt; - &lt;b&gt;절세 계좌에 담을 수 없습니다(일반계좌만).&lt;/b&gt; 분배금은 현지 15% 원천징수되고 국내 금융소득에도 포함됩니다.&lt;/li&gt;
    &lt;/ul&gt;
    &lt;div class=&quot;etfb-box&quot;&gt;
      &lt;span class=&quot;etfb-chip&quot;&gt;핵심&lt;/span&gt;
      &lt;p&gt;그래서 &lt;b&gt;절세 계좌를 활용할 거면, SCHD를 직구하기보다 '국내 상장 미국배당다우존스'를 연금·ISA에서 사는 편&lt;/b&gt;이 세금에서 유리할 수 있습니다(총보수 기준으로는 0.010%로 낮음). 반대로 매매차익 손익통산·250만원 공제가 중요하거나 미국 ETF를 직접 굴리고 싶으면 직구가 더 맞을 수 있습니다.&lt;/p&gt;
    &lt;/div&gt;

    &lt;h2&gt;한국 배당 vs 미국 배당, 본질 차이&lt;/h2&gt;
    &lt;p&gt;세 갈래의 본질을 한 줄로 정리하면 이렇습니다. &lt;b&gt;한국 배당 ETF&lt;/b&gt;는 고배당형일수록 금융주 쏠림이 크고(배당성장형은 더 분산), &lt;b&gt;국내 상장 미국배당다우존스(SCHD형)&lt;/b&gt;는 질 좋은 미국 배당주를 절세 계좌로 담기 좋으며, &lt;b&gt;미국 직구(SCHD·VYM·DGRO)&lt;/b&gt;는 선택지가 넓지만 절세 계좌에 못 담습니다. 같은 '배당 ETF'라도 어느 쪽이냐에 따라 업종 구성·세금·계좌가 전부 달라집니다.&lt;/p&gt;

    &lt;h2&gt;그래서 나는? 독자 유형별 정리&lt;/h2&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;b&gt;30~40대, 장기 자산 증식이 목표&lt;/b&gt; - 배당 ETF는 보조입니다. 핵심은 S&amp;amp;P500·나스닥100(2편)이고, 배당은 현금흐름이 필요해질 때 비중을 늘리는 편이 낫습니다.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;은퇴 준비·현금흐름 중시&lt;/b&gt; - 국내 상장 미국배당다우존스(월배당)를 절세 계좌에 담되, &lt;b&gt;ISA는 비과세 한도(200/400만)+9.9% 분리과세, 연금은 인출 때까지 과세이연&lt;/b&gt;으로 성격이 다릅니다. 배당률보다 '필요한 월 현금흐름·세후 수령액'으로 역산하는 게 실전적입니다(환노출/환헤지 선택은 2편 참고). 한국 고배당을 ISA에 섞어도 좋습니다.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;일반 계좌에서 미국 배당을 직접&lt;/b&gt; - SCHD/VYM/DGRO 직구.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;세금에 민감하다&lt;/b&gt; - 직구보다 국내 상장형(미국배당다우존스)을 절세 계좌에 우선 배치.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;배당률만 보고 고배당 ETF에 몰빵&lt;/b&gt; - 권하지 않습니다. 섹터 쏠림과 낮은 성장으로 시장 지수보다 뒤처질 수 있습니다.&lt;/li&gt;
    &lt;/ul&gt;
    &lt;div class=&quot;etfb-box&quot;&gt;
      &lt;span class=&quot;etfb-chip&quot;&gt;한 줄 요약&lt;/span&gt;
      &lt;p&gt;&lt;b&gt;배당 ETF는 '장기 증식'보다 '현금흐름' 도구입니다.&lt;/b&gt; 장기 증식이 목표면 S&amp;amp;P500·나스닥100이 먼저고, 배당을 담는다면 절세 계좌엔 국내 상장 미국배당다우존스, 직구는 SCHD·VYM·DGRO, 한국 배당은 ISA에. 배당률만 보고 고배당 몰빵은 금물입니다(3편 참고).&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;p class=&quot;etfb-disclaimer&quot;&gt;본 글은 정보 제공 목적이며 특정 종목의 매수를 권유하지 않습니다. 투자 판단과 책임은 본인에게 있습니다. 총보수·배당률·총수익률·세제는 시점과 개인 상황에 따라 달라지며, 배당률·AUM 등 미국 ETF 수치는 etf_info 기준의 참고값입니다. 매매 전 각 운용사·거래소·홈택스 공시를 확인하세요. 과거 수익률은 미래 수익을 보장하지 않습니다.&lt;/p&gt;

&lt;/div&gt;</description>
      <category>etf 정보</category>
      <category>ETF정보</category>
      <category>SCHD</category>
      <category>배당ETF</category>
      <category>배당비교</category>
      <author>stockradar</author>
      <guid isPermaLink="true">https://stockradar.tistory.com/15</guid>
      <comments>https://stockradar.tistory.com/15#entry15comment</comments>
      <pubDate>Mon, 22 Jun 2026 01:27:06 +0900</pubDate>
    </item>
    <item>
      <title>ISA&amp;middot;연금계좌로 ETF 절세하는 법 (같은 ETF, 계좌만 바꿔도 세금이 줄어든다)</title>
      <link>https://stockradar.tistory.com/14</link>
      <description>&lt;style&gt;
/* ETF 블로그 시리즈 공용 스타일 (티스토리 HTML 모드 전용)
   - 사내 디자인 시스템 sym-ui(packages/ui) 의 라이트 테마 토큰 '값'을 그대로 반영.
     (티스토리는 React 컴포넌트를 못 받으므로 토큰 값만 인라인 CSS로 가져온다.)
     primary=인디고 hsl(243 75% 59%), 중립 그레이=warm(hue 30), Pretendard, shadow-sm 2단.
   - 티스토리 스킨(#article-view, ID 특이도)이 폰트/여백을 덮어쓰는 것을 막기 위해
     핵심 속성(font-size/line-height/margin/width)에 !important 사용.
   - .etfb 래퍼는 스킨의 좁은 본문 칼럼을 벗어나(full-bleed) 최대 1160px로 펼치고,
     모든 블록은 공통 폭(--etfb-w)으로 좌우 정렬을 맞춘다.
   - 이 파일은 단일 출처. build_etf_post.py 가 티스토리 조각에 인라인한다. */

.etfb, .etfb * { margin:0; padding:0; box-sizing:border-box; }

.etfb{
  /* 레이아웃 폭(한 줄로 조절. 모든 블록 좌우 정렬 일치) */
  --etfb-w:980px;
  /* ── sym-ui 라이트 토큰 값 ── */
  --ds-bg:hsl(30 10% 98%);          /* surface-subtle: 페이지 배경 */
  --ds-surface:#ffffff;             /* surface: 카드 */
  --ds-surface-subtle:hsl(30 10% 96%); /* muted: 표 헤더/코드 배경 */
  --ds-fg:hsl(222 16% 11%);         /* foreground: 본문/제목 텍스트 */
  --ds-muted:hsl(30 4% 40%);        /* muted-foreground: 보조 텍스트 */
  --ds-border:hsl(30 8% 90%);       /* border */
  --ds-primary:hsl(243 75% 59%);    /* primary: 인디고(브랜드 강조) */
  --ds-primary-700:#4338ca;         /* 진한 인디고 */
  --ds-primary-50:#eef2ff;          /* 강조박스 배경 */
  --ds-primary-100:#e0e7ff;         /* 강조박스 보더 */
  --ds-radius-md:12px;
  --ds-radius-lg:16px;
  --ds-shadow-sm:0 1px 2px rgba(0,0,0,.04), 0 1px 3px rgba(0,0,0,.06);

  width:min(100vw,1160px) !important;
  max-width:none !important;
  position:relative; left:50%; transform:translateX(-50%);
  background:var(--ds-bg); color:var(--ds-fg);
  font-family:&quot;Pretendard Variable&quot;,Pretendard,-apple-system,&quot;Segoe UI&quot;,Roboto,&quot;Apple SD Gothic Neo&quot;,&quot;Malgun Gothic&quot;,sans-serif;
  padding:34px 24px 40px;
  font-size:16px !important; line-height:1.75 !important;
  text-align:left;
}

/* ── 헤더 ── */
.etfb-head{ display:flex; align-items:center; justify-content:space-between; gap:12px;
  max-width:var(--etfb-w); margin:0 auto 6px !important; flex-wrap:wrap; }
.etfb-brand{ font-size:18px !important; font-weight:800; letter-spacing:-0.3px; color:var(--ds-fg); }
.etfb-brand .dot{ color:var(--ds-primary); }
.etfb-series{ font-weight:700; color:var(--ds-primary); }

/* 표 위 기준일 캡션(우상단 대신 표 바로 위에 둬서 잘 보이게) */
.etfb-tcap{ font-size:12.5px !important; font-weight:700; color:var(--ds-primary); margin:0 0 9px !important; }

/* ── 타이틀 / 리드 / 메타 ──
   리드·메타·면책은 p 라서 .etfb p(0,1,1)+!important 를 이기도록 p.클래스(0,2,1)로 지정 */
.etfb-title{ max-width:var(--etfb-w); margin:8px auto 14px !important;
  font-size:30px !important; line-height:1.32 !important; font-weight:800;
  color:var(--ds-fg); letter-spacing:-0.6px; }
.etfb p.etfb-lead{ max-width:var(--etfb-w); margin:0 auto 10px !important;
  font-size:15px !important; line-height:1.7 !important; color:var(--ds-muted);
  border-left:3px solid var(--ds-border); padding-left:13px !important; }
.etfb p.etfb-meta{ max-width:var(--etfb-w); margin:0 auto 20px !important;
  font-size:13px !important; line-height:1.6 !important; color:var(--ds-muted); }

/* ── 카드(본문/표 공통 폭) ── */
.etfb-card{ background:var(--ds-surface); border:1px solid var(--ds-border); border-radius:var(--ds-radius-md);
  box-shadow:var(--ds-shadow-sm); padding:22px 26px !important; margin:16px auto !important; }
.etfb-main{ max-width:var(--etfb-w); }
/* 표 카드: 좌우 패딩 축소(데이터 공간 확보) + 모바일에서 표가 가로 스크롤되도록 overflow */
.etfb-wide{ max-width:var(--etfb-w); overflow-x:auto; padding:18px 16px !important; }

/* ── 제목 ── */
.etfb h2{ font-size:21px !important; line-height:1.35 !important; font-weight:800;
  color:var(--ds-fg); letter-spacing:-0.4px; margin:22px 0 12px !important; }
.etfb-card &gt; h2:first-child{ margin-top:4px !important; }
.etfb h3{ font-size:16.5px !important; line-height:1.45 !important; font-weight:700;
  color:var(--ds-fg); margin:18px 0 8px !important; }
/* 순위 badge(h3 앞): primary 링크처럼 안 보이게 제목은 본문색, 순위만 인디고 칩 */
.etfb-rank{ display:inline-block; font-size:12px !important; font-weight:700; color:#fff;
  background:var(--ds-primary); border-radius:6px; padding:2px 8px !important; margin-right:7px; vertical-align:middle; }

/* ── 본문 ── */
.etfb p{ font-size:16px !important; line-height:1.78 !important; color:var(--ds-fg); margin:0 0 13px !important; }
.etfb ul{ margin:0 0 14px !important; padding-left:20px !important; list-style:disc; }
.etfb li{ font-size:16px !important; line-height:1.7 !important; color:var(--ds-fg); margin:6px 0 !important; }
.etfb b{ color:var(--ds-fg); font-weight:700; }
.etfb code{ background:var(--ds-surface-subtle); border-radius:6px; padding:1px 6px; font-size:14px !important;
  font-family:&quot;IBM Plex Mono&quot;,&quot;SFMono-Regular&quot;,Consolas,monospace; color:var(--ds-primary); }
.etfb hr{ border:0; border-top:1px solid var(--ds-border); margin:8px 0 !important; }

/* ── 강조 박스(한 줄 요약 등) ── */
.etfb-box{ background:var(--ds-primary-50); border:1px solid var(--ds-primary-100); border-left:4px solid var(--ds-primary);
  border-radius:var(--ds-radius-md); padding:14px 16px !important; margin:16px 0 !important; }
.etfb-chip{ display:inline-block; font-size:12px !important; font-weight:700; color:#fff;
  background:var(--ds-primary); border-radius:999px; padding:3px 11px !important; margin-bottom:8px !important; }
.etfb-box p{ font-size:15.5px !important; line-height:1.7 !important; margin:0 !important; color:var(--ds-fg); }

/* ── 표 ──
   table-layout:fixed + 공용 열 너비 고정 → 본문 내 모든 비교표의 칸 폭이 동일(통합).
   9열 표준: 운용사/종목/코드/총보수/분배/구조/유동성/1년/3년 (합 100%). */
.etfb-tb{ width:100%; min-width:940px; border-collapse:collapse; table-layout:fixed; font-size:13px !important; }
/* 열 수가 적은 표(예: 계좌 비교 4열)는 모바일 가로 스크롤을 줄이도록 min-width 완화 */
.etfb-tb.narrow{ min-width:680px; }
/* 서술형 텍스트가 긴 표는 말줄임 대신 줄바꿈 허용(셀이 잘리지 않게) */
.etfb-tb.wrap td{ white-space:normal; }
.etfb-tb th{ text-align:left; font-size:12px !important; font-weight:700; color:var(--ds-muted);
  padding:8px 9px !important; border-bottom:2px solid var(--ds-border); white-space:nowrap;
  overflow:hidden; text-overflow:ellipsis; background:var(--ds-surface-subtle); }
.etfb-tb td{ font-size:13px !important; padding:7px 9px !important; border-bottom:1px solid var(--ds-border);
  color:var(--ds-fg); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-variant-numeric:tabular-nums; }
.etfb-tb th.num, .etfb-tb td.num{ text-align:right; }
.etfb-tb th.ctr, .etfb-tb td.ctr{ text-align:center; }
.etfb-tb tr:last-child td{ border-bottom:none; }
.etfb-tb b{ color:var(--ds-fg); }
/* 9열 표준 열 너비(헤더 행 기준으로 모든 표 동일 적용) */
.etfb-tb th:nth-child(1){ width:15%; }
.etfb-tb th:nth-child(2){ width:17%; }
.etfb-tb th:nth-child(3){ width:9%; }
.etfb-tb th:nth-child(4){ width:11%; }
.etfb-tb th:nth-child(5){ width:9%; }
.etfb-tb th:nth-child(6){ width:8%; }
.etfb-tb th:nth-child(7){ width:12%; }
.etfb-tb th:nth-child(8){ width:9.5%; }
.etfb-tb th:nth-child(9){ width:9.5%; }
/* 짝수 행 옅은 줄무늬(비교표 가독성) */
.etfb-tb tbody tr:nth-child(even) td{ background:hsl(30 10% 97.5%); }
/* 본문 추천 종목 행 강조: 옅은 인디고 배경 + 좌측 액센트 바 + 종목명 인디고(결론↔표 연결) */
.etfb-tb tbody tr.rec td{ background:rgba(99,102,241,.08) !important; }
.etfb-tb tbody tr.rec td:first-child{ box-shadow:inset 3px 0 0 var(--ds-primary); }
.etfb-tb tbody tr.rec td:nth-child(2){ color:var(--ds-primary); font-weight:700; }

/* ── 주석 / 면책 ── */
.etfb p.etfb-note{ font-size:11.5px !important; line-height:1.85 !important; color:var(--ds-muted); margin:12px 0 0 !important; }
.etfb p.etfb-disclaimer{ max-width:var(--etfb-w); margin:18px auto 0 !important;
  font-size:12.5px !important; line-height:1.6 !important; color:var(--ds-muted); }

/* ── 모바일 ── */
@media (max-width:680px){
  .etfb{ padding:18px 12px 26px; font-size:15px !important; }
  .etfb-title{ font-size:23px !important; }
  .etfb h2{ font-size:18.5px !important; }
  .etfb-card{ padding:16px 15px !important; }
  .etfb p, .etfb li{ font-size:15px !important; }
}

/* 참고: 등락 수치를 색으로 표기하는 표가 생기면 한국 관례(상승=빨강 hsl(0 72% 51%) / 하락=파랑)를
   적용한다. sym-ui 브랜드 색이 아니라 금융 도메인 의미색이므로 위 토큰과 별개로 둔다. */
&lt;/style&gt;
&lt;div class=&quot;etfb&quot;&gt;

  &lt;div class=&quot;etfb-head&quot;&gt;
    &lt;div class=&quot;etfb-brand&quot;&gt;  Stock&lt;span class=&quot;dot&quot;&gt;Radar&lt;/span&gt; &lt;span class=&quot;etfb-series&quot;&gt;· ETF 고르기 시리즈 3편&lt;/span&gt;&lt;/div&gt;
  &lt;/div&gt;

  &lt;h1 class=&quot;etfb-title&quot;&gt;ISA·연금계좌로 ETF 절세하는 법 (같은 ETF, 계좌만 바꿔도 세금이 줄어든다)&lt;/h1&gt;

  &lt;p class=&quot;etfb-lead&quot;&gt;ETF 추천 시리즈 3편입니다. 2편에서 약속한 &lt;b&gt;절세 계좌&lt;/b&gt; 이야기입니다. 1·2편에서 고른 ETF를 &lt;b&gt;어느 계좌에 담느냐&lt;/b&gt;에 따라 세금이 크게 달라집니다. 한국의 3대 절세 계좌인 &lt;b&gt;연금저축·IRP·ISA&lt;/b&gt;를 정리하고, 어떤 ETF를 어디에 담아야 가장 유리한지 안내합니다.&lt;/p&gt;
  &lt;p class=&quot;etfb-meta&quot;&gt;세액공제율·납입 한도·세율은 현행 세법 기준이며, 개인의 소득·연령·가입 조건에 따라 달라집니다. 가입·매매 전 홈택스 또는 세무 전문가에게 확인하세요.&lt;/p&gt;

  &lt;div class=&quot;etfb-main etfb-card&quot;&gt;
    &lt;h2&gt;왜 &quot;계좌&quot;가 수익률을 바꾸나&lt;/h2&gt;
    &lt;p&gt;일반 증권계좌에서 국내 상장 해외 ETF를 굴리면, &lt;b&gt;매매차익 중 과세 대상 이익과 분배금에 배당소득세 15.4%&lt;/b&gt;가 붙을 수 있고, 다른 금융소득과 합쳐 &lt;b&gt;종합과세&lt;/b&gt; 대상이 될 수 있습니다(2편 참고). 그런데 같은 ETF를 &lt;b&gt;절세 계좌&lt;/b&gt;에 담으면 이 세금이 줄거나, 미뤄지거나, 아예 사라질 수 있습니다.&lt;/p&gt;
    &lt;p&gt;절세 방식은 크게 두 갈래입니다.&lt;/p&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;b&gt;세액공제 + 과세이연&lt;/b&gt; (연금저축·IRP) - 낸 돈의 일부를 &lt;b&gt;연말정산에서 돌려받고&lt;/b&gt;, 운용수익은 인출 전까지 세금을 미룹니다(복리에 유리). 대신 &lt;b&gt;만 55세 이후 연금으로&lt;/b&gt; 찾는 장기 자금입니다.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;비과세 + 저율 분리과세&lt;/b&gt; (ISA) - 3년 굴린 뒤 순이익에서 일정액을 &lt;b&gt;비과세&lt;/b&gt;하고, 초과분도 &lt;b&gt;9.9%&lt;/b&gt;로 낮게 떼며 종합과세에서 빠집니다. 자금 묶임이 3년으로 짧습니다.&lt;/li&gt;
    &lt;/ul&gt;
    &lt;p&gt;세 계좌를 한눈에 비교하면 다음과 같습니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-wide etfb-card&quot;&gt;
    &lt;div class=&quot;etfb-tcap&quot;&gt;절세 3대 계좌 비교 (현행 세법 기준) · 표는 좌우로 밀어 볼 수 있습니다&lt;/div&gt;
    &lt;table class=&quot;etfb-tb narrow wrap&quot;&gt;
      &lt;thead&gt;
        &lt;tr&gt;
          &lt;th style=&quot;width:20%&quot;&gt;항목&lt;/th&gt;&lt;th style=&quot;width:27%&quot;&gt;연금저축펀드&lt;/th&gt;&lt;th style=&quot;width:27%&quot;&gt;IRP&lt;/th&gt;&lt;th style=&quot;width:26%&quot;&gt;ISA(중개형)&lt;/th&gt;
        &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
        &lt;tr&gt;&lt;td&gt;핵심 절세&lt;/td&gt;&lt;td&gt;세액공제 + 과세이연&lt;/td&gt;&lt;td&gt;세액공제 + 과세이연&lt;/td&gt;&lt;td&gt;비과세 + 9.9% 분리과세&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;세액공제 한도&lt;/td&gt;&lt;td&gt;&lt;b&gt;연 600만원&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;b&gt;연 900만원&lt;/b&gt;&lt;br&gt;(연금저축 포함)&lt;/td&gt;&lt;td&gt;없음(세액공제 아님)&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;납입 한도&lt;/td&gt;&lt;td&gt;연 1,800만원&lt;br&gt;(IRP 합산)&lt;/td&gt;&lt;td&gt;연 1,800만원&lt;br&gt;(연금저축 합산)&lt;/td&gt;&lt;td&gt;연 2,000만원&lt;br&gt;(총 1억원)&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;주식형 ETF 비중&lt;/td&gt;&lt;td&gt;100%&lt;/td&gt;&lt;td&gt;70%&lt;br&gt;(안전자산 30% 의무)&lt;/td&gt;&lt;td&gt;100%&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;자금 묶임&lt;/td&gt;&lt;td&gt;만 55세 이후 연금수령&lt;br&gt;(가입 5년+)&lt;/td&gt;&lt;td&gt;만 55세 이후 연금수령&lt;br&gt;(가입 5년+)&lt;/td&gt;&lt;td&gt;의무 보유 3년&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;인출 과세&lt;/td&gt;&lt;td&gt;연금소득세 3.3~5.5%&lt;br&gt;(중도해지 16.5%)&lt;/td&gt;&lt;td&gt;연금소득세 3.3~5.5%&lt;br&gt;(중도해지 16.5%)&lt;/td&gt;&lt;td&gt;비과세 200/400만&lt;br&gt;+초과분 9.9%&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;담는 ETF&lt;/td&gt;&lt;td&gt;국내 상장 ETF&lt;br&gt;(레버리지·인버스·선물형 불가)&lt;/td&gt;&lt;td&gt;국내 상장 ETF + 안전자산&lt;br&gt;(파생형 불가)&lt;/td&gt;&lt;td&gt;국내 상장 ETF·리츠 등&lt;br&gt;(해외 직구 불가)&lt;/td&gt;&lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
    &lt;p class=&quot;etfb-note&quot;&gt;세 계좌에서 ETF를 담는다면 &lt;b&gt;국내 상장 ETF만&lt;/b&gt; 가능합니다(해외 직구 불가). 계좌별로 ETF 외 편입 가능 자산(예금·펀드·리츠·TDF 등)은 다릅니다. 연금저축·IRP는 레버리지/인버스/선물형 같은 파생·고위험 ETF를 담을 수 없습니다. 사적연금 과세대상 수령액이 연 1,500만원을 넘으면 종합과세 또는 16.5% 분리과세 선택 대상이 됩니다. 한도·세율은 현행 세법 기준 요약입니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-main etfb-card&quot;&gt;
    &lt;h2&gt;1) 연금저축·IRP: &quot;세금 돌려받고, 미루고&quot;&lt;/h2&gt;
    &lt;p&gt;연금계좌의 가장 큰 매력은 &lt;b&gt;연말정산 세액공제&lt;/b&gt;입니다. 낸 돈의 13.2~16.5%만큼 세 부담을 줄여, 납부할 세금이 있다면 그 해에 돌려받습니다. 투자수익과 별개로 &lt;b&gt;납입 자체가 세금을 줄여주는&lt;/b&gt; 셈입니다.&lt;/p&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;b&gt;세액공제 한도&lt;/b&gt;: 연금저축 600만원 + IRP 포함 합산 900만원. 즉 한 해 최대 900만원까지 공제됩니다.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;공제율&lt;/b&gt;: 총급여 5,500만원(종합소득 4,500만원) 이하면 &lt;b&gt;16.5%&lt;/b&gt;, 초과면 &lt;b&gt;13.2%&lt;/b&gt;.&lt;/li&gt;
    &lt;/ul&gt;
    &lt;div class=&quot;etfb-box&quot;&gt;
      &lt;span class=&quot;etfb-chip&quot;&gt;환급 예시&lt;/span&gt;
      &lt;p&gt;총급여 5,500만원 이하 직장인이 한 해 &lt;b&gt;900만원&lt;/b&gt;을 채우면 &lt;b&gt;148.5만원&lt;/b&gt;(900만 × 16.5%)을 돌려받습니다. 5,500만원 초과면 118.8만원(13.2%)입니다. 납부할 세금이 충분하고 중도 해지하지 않는다는 전제에서, ETF 수익과 별개로 줄어드는 세 부담입니다.&lt;/p&gt;
    &lt;/div&gt;
    &lt;p&gt;여기에 &lt;b&gt;과세이연&lt;/b&gt;이 더해집니다. 계좌 안에서 ETF를 사고팔거나 분배금을 받아도 그때그때 세금을 떼지 않고, &lt;b&gt;인출(연금 수령) 시점까지 미룹니다.&lt;/b&gt; 세금 낼 돈까지 계속 굴리니 장기 복리에 유리합니다.&lt;/p&gt;
    &lt;p&gt;대신 조건이 있습니다.&lt;/p&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;b&gt;인출 제한&lt;/b&gt;: 만 55세 이후, 가입 5년 경과 후 &lt;b&gt;연금으로&lt;/b&gt; 받아야 합니다. 그때 내는 세금이 &lt;b&gt;연금소득세 3.3~5.5%&lt;/b&gt;(나이가 많을수록 낮음)로, 일반계좌 15.4%보다 훨씬 쌉니다. 다만 &lt;b&gt;사적연금(연금저축·IRP 등) 과세대상 연금수령액&lt;/b&gt;이 연 1,500만원을 넘으면 종합과세 또는 16.5% 분리과세 중 선택 대상이 될 수 있습니다(국민연금 등 공적연금과는 별개). 중도 해지하면 &lt;b&gt;세액공제 받은 납입금과 운용수익&lt;/b&gt;에 기타소득세 16.5%가 부과돼(세액공제를 받지 않은 원금은 제외) 그동안의 혜택을 토해낼 수 있습니다.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;IRP는 위험자산 70% 한도&lt;/b&gt;: 주식형 ETF는 최대 70%까지만, 나머지 30%는 채권형·예금 같은 안전자산을 담아야 합니다. 반면 &lt;b&gt;연금저축펀드는 주식형 100%&lt;/b&gt;가 가능합니다. 공격적으로 굴리려면 연금저축, 안전자산을 섞고 싶거나 회사 IRP가 있으면 IRP를 활용합니다.&lt;/li&gt;
    &lt;/ul&gt;

    &lt;h2&gt;2) ISA: &quot;3년만 묶으면 비과세 + 9.9%&quot;&lt;/h2&gt;
    &lt;p&gt;ISA는 연금처럼 55세까지 기다릴 필요 없이 &lt;b&gt;3년만 유지&lt;/b&gt;하면 되는 중기 절세 계좌입니다. 세액공제는 없지만 운용 결과에 대한 세금이 매우 가볍습니다.&lt;/p&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;b&gt;비과세&lt;/b&gt;: 3년 만기 시 순이익(이익에서 손실을 뺀 금액) 중 &lt;b&gt;200만원&lt;/b&gt;(서민형·농어민형 &lt;b&gt;400만원&lt;/b&gt;)까지 세금이 없습니다.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;9.9% 분리과세&lt;/b&gt;: 비과세 한도를 넘는 이익도 9.9%만 떼고 &lt;b&gt;종합과세에 합산되지 않습니다.&lt;/b&gt;&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;손익통산&lt;/b&gt;: 계좌 안 여러 상품의 이익과 손실을 합산해 순이익에만 과세합니다(일반계좌의 국내 상장 해외 ETF는 손익통산 불가).&lt;/li&gt;
    &lt;/ul&gt;
    &lt;div class=&quot;etfb-box&quot;&gt;
      &lt;span class=&quot;etfb-chip&quot;&gt;절세 예시&lt;/span&gt;
      &lt;p&gt;3년간 굴려 순이익 &lt;b&gt;500만원&lt;/b&gt;이 났다면(일반형), 200만원은 비과세, 나머지 300만원만 9.9% 과세해 세금은 &lt;b&gt;29.7만원&lt;/b&gt;입니다. 같은 이익을 일반계좌에서 국내 상장 해외 ETF로 냈다면 약 77만원(15.4%)이라, &lt;b&gt;약 47만원&lt;/b&gt;을 아낍니다(과표기준가·분배 구조를 무시한 단순 가정).&lt;/p&gt;
    &lt;/div&gt;
    &lt;p&gt;또 ISA 만기 자금을 연금계좌로 옮기면 &lt;b&gt;전환금액의 10%(최대 300만원)&lt;/b&gt;를 추가로 세액공제받을 수 있어, ISA와 연금을 이어서 쓰면 절세가 한 번 더 커집니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-main etfb-card&quot;&gt;
    &lt;h2&gt;3) 왜 하필 &quot;미국 ETF&quot;가 절세 계좌와 잘 맞나 (2편과 연결)&lt;/h2&gt;
    &lt;p&gt;절세 계좌의 효과는 &lt;b&gt;모든 ETF에 똑같이 크지 않습니다.&lt;/b&gt; 무엇을 담느냐에 따라 절세 폭이 완전히 달라집니다.&lt;/p&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;b&gt;코스피200 같은 국내 주식형 ETF&lt;/b&gt;는 일반계좌에서도 &lt;b&gt;매매차익이 비과세&lt;/b&gt;입니다(분배금만 15.4% 과세). 그래서 절세 계좌에 넣어도 매매차익 쪽 추가 이득은 크지 않습니다.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;2편에서 다룬 미국 S&amp;amp;P500·나스닥100 같은 &quot;국내 상장 해외 ETF&quot;&lt;/b&gt;는 정반대입니다. 일반계좌에서는 &lt;b&gt;과세 대상 이익에 배당소득세 15.4%&lt;/b&gt;가 붙고, 금융소득이 많으면 &lt;b&gt;종합과세&lt;/b&gt; 대상이 될 수 있습니다. 바로 이 세금을 절세 계좌가 비과세·저율·과세이연으로 덜어주니, &lt;b&gt;절세 효과가 크게 나타나는 대표 자산이 미국 ETF&lt;/b&gt;입니다.&lt;/li&gt;
      &lt;li&gt;게다가 2편에서 봤듯 &lt;b&gt;미국 직구(VOO·QQQ 등)는 절세 계좌에 담을 수 없습니다.&lt;/b&gt; 미국 지수 노출을 절세 혜택과 함께 누리는 대표적인 방법은 &lt;b&gt;국내 상장 미국 ETF를 절세 계좌에서 활용하는 것&lt;/b&gt;입니다.&lt;/li&gt;
    &lt;/ul&gt;
    &lt;div class=&quot;etfb-box&quot;&gt;
      &lt;span class=&quot;etfb-chip&quot;&gt;세금 차이 예시&lt;/span&gt;
      &lt;p&gt;미국 S&amp;amp;P500 ETF로 &lt;b&gt;매매차익 1,000만원&lt;/b&gt;을 냈다고 하면, 일반계좌 세금은 단순화할 때 약 &lt;b&gt;154만원&lt;/b&gt;(15.4%) 수준으로 계산되고, 금융소득이 많으면 종합과세 대상까지 됩니다. 같은 ETF를 &lt;b&gt;연금계좌&lt;/b&gt;에서 굴리면 이 세금을 인출 때까지 미루고(과세이연), 나중에 연금으로 받을 때 &lt;b&gt;연금소득세 3.3~5.5%&lt;/b&gt;만 냅니다. &lt;b&gt;ISA&lt;/b&gt;라면 200만원(서민형 400만원)은 비과세, 나머지도 9.9%입니다. (과표기준가·분배 구조를 무시한 단순 가정)&lt;/p&gt;
    &lt;/div&gt;

    &lt;h2&gt;그래서 어느 계좌에 (종목이 아니라 &quot;돈의 사용 시점&quot;)&lt;/h2&gt;
    &lt;p&gt;미국 지수 ETF는 &lt;b&gt;연금저축·IRP와 ISA 둘 다 좋습니다.&lt;/b&gt; 차이는 '어떤 종목이냐'가 아니라 &lt;b&gt;'그 돈을 언제 쓸 거냐'&lt;/b&gt;입니다(특정 종목 추천이 아니라 일반적 예시이며, 정답은 개인 상황에 따라 다릅니다). 또 하나, 절세 계좌 한도는 한정적이니 &lt;b&gt;세금이 무거운 자산(미국 ETF·배당)부터 절세 계좌에 넣고, 일반계좌에서도 비과세인 국내 주식형 ETF는 일반계좌에 두는&lt;/b&gt; 게 똑똑한 배치입니다.&lt;/p&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;b&gt;연금저축·IRP (55세 이후 노후자금)&lt;/b&gt; - 오래 묻어둘 미국 지수 환노출 ETF가 잘 맞습니다. 예: 2편에서 고른 미국 S&amp;amp;P500·나스닥100 대표 ETF(KODEX·TIGER·ACE·RISE 등). 핵심은 종목명이 아니라 &lt;b&gt;55세 이후까지 건드리지 않을 돈&lt;/b&gt;을 과세이연 + 세액공제로 굴리는 것입니다. 단 레버리지·인버스·선물형은 담을 수 없고, IRP는 안전자산 30%(채권형 ETF·TDF 등)를 채웁니다.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;ISA (3년 이상 중기자금 + 인컴)&lt;/b&gt; - 같은 미국 S&amp;amp;P500·나스닥100 ETF라도 &lt;b&gt;55세 전에도 쓸 수 있는 돈&lt;/b&gt;이면 ISA가 더 자연스럽습니다. 3년 유지 후 비과세 + 9.9% 분리과세 + 손익통산을 받을 수 있고, 월배당 SOL 미국S&amp;amp;P500(433330)이나 배당·리츠 ETF처럼 분배가 잦은 자산에도 잘 맞습니다.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;일반계좌 (국내 주식형 ETF + 단기 + 직구)&lt;/b&gt; - &lt;b&gt;코스피200·코스닥150 같은 국내 주식형 ETF(1편 종목)는 일반계좌와 잘 맞습니다.&lt;/b&gt; 일반계좌에서도 매매차익이 비과세라(분배금은 15.4% 과세), 한정된 절세 계좌 한도를 먼저 배정할 필요가 상대적으로 작습니다. 그 밖에 절세 한도를 다 채운 뒤의 여유 자금, 단기 매매, 절세 계좌에 못 담는 &lt;b&gt;미국 직구(VOO·QQQ 등)&lt;/b&gt;도 일반계좌로 갑니다.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-wide etfb-card&quot;&gt;
    &lt;div class=&quot;etfb-tcap&quot;&gt;계좌별 배치 예시 요약 · 표는 좌우로 밀어 볼 수 있습니다&lt;/div&gt;
    &lt;table class=&quot;etfb-tb narrow wrap&quot;&gt;
      &lt;thead&gt;
        &lt;tr&gt;&lt;th style=&quot;width:24%&quot;&gt;계좌&lt;/th&gt;&lt;th style=&quot;width:40%&quot;&gt;담을 ETF(예시)&lt;/th&gt;&lt;th style=&quot;width:36%&quot;&gt;핵심 이유&lt;/th&gt;&lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
        &lt;tr&gt;&lt;td&gt;연금저축·IRP&lt;/td&gt;&lt;td&gt;55세 이후까지 묻어둘 미국 S&amp;amp;P500·나스닥100 환노출 ETF&lt;/td&gt;&lt;td&gt;장기 노후자금: 과세이연 + 세액공제&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;ISA&lt;/td&gt;&lt;td&gt;3년 이상 중기 미국지수 ETF, 월배당·배당·리츠 ETF&lt;/td&gt;&lt;td&gt;유동성 중시: 비과세 + 9.9% + 손익통산&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;일반계좌&lt;/td&gt;&lt;td&gt;국내 주식형 ETF(코스피200·코스닥150 등 1편 종목), 한도 초과분·단기, 미국 직구(VOO·QQQ)&lt;/td&gt;&lt;td&gt;국내 주식형은 일반계좌도 매매차익 비과세 / 직구는 일반계좌만&lt;/td&gt;&lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
    &lt;p class=&quot;etfb-note&quot;&gt;일반적 예시이며, 최적 배치는 개인의 소득·연령·자금 사용 시점에 따라 다릅니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-main etfb-card&quot;&gt;
    &lt;h2&gt;순서는 상황에 따라 다릅니다 (ISA 먼저 vs 연금 먼저)&lt;/h2&gt;
    &lt;p&gt;연금과 ISA는 &lt;b&gt;한도가 서로 별개&lt;/b&gt;(연금 세액공제 900만원 + ISA 2,000만원)라, 여력이 되면 &lt;b&gt;둘 다 쓰는 게 가장 좋습니다.&lt;/b&gt; 순서는 자금이 한정돼 하나를 먼저 골라야 할 때만 의미가 있고, 한 줄로 줄 세우기보다 본인 상황으로 갈립니다.&lt;/p&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;b&gt;ISA를 먼저&lt;/b&gt; - 자금을 55세까지 묶기 부담스럽거나, 소득이 적어 세액공제 효과가 작은 경우. ISA는 &lt;b&gt;3년&lt;/b&gt;만 유지하면 되고 비과세 + 9.9% + 손익통산에, 만기 후 연금으로 옮기면 세액공제(전환액 10%, 최대 300만원)까지 챙길 수 있어 유연합니다. 특히 &lt;b&gt;납부할 세금이 없거나 적으면 세액공제 효과가 작으므로 ISA가 사실상 우선&lt;/b&gt;입니다.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;연금(세액공제)을 먼저&lt;/b&gt; - 안정적 소득이 있고 은퇴 자금으로 장기간 묶어도 되는 경우. 납입 즉시 &lt;b&gt;13.2~16.5% 환급&lt;/b&gt;은 시장 수익과 무관한 확정 효과라, 55세까지 묶이는 부담을 감수할 수 있다면 강력합니다.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;일반계좌&lt;/b&gt; - 위 두 계좌의 한도를 넘는 자금, 곧 쓸 단기 자금, 절세 계좌에 담을 수 없는 미국 직구.&lt;/li&gt;
    &lt;/ul&gt;
    &lt;p&gt;핵심은 &lt;b&gt;자금 묶임(유동성)과 세제 혜택의 균형&lt;/b&gt;입니다. 곧 쓸 돈까지 절세만 보고 넣으면 안 됩니다.&lt;/p&gt;

    &lt;div class=&quot;etfb-box&quot;&gt;
      &lt;span class=&quot;etfb-chip&quot;&gt;한 줄 요약&lt;/span&gt;
      &lt;p&gt;&lt;b&gt;세금이 무거운 국내 상장 미국 ETF·배당형 자산은 절세 계좌(노후자금=연금·IRP, 중기자금=ISA)에, 일반계좌엔 매매차익 비과세인 국내 주식형 ETF.&lt;/b&gt; 종목보다 먼저 돈의 사용 시점과 세금 무게로 계좌를 정하세요.&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;p class=&quot;etfb-disclaimer&quot;&gt;본 글은 정보 제공 목적이며 특정 상품의 가입·매수를 권유하지 않습니다. 투자 판단과 책임은 본인에게 있습니다. 세액공제율·납입 한도·비과세 한도·세율 및 인출 조건은 현행 세법 기준의 요약으로, 개인의 소득·연령·가입 시점·계좌 종류에 따라 달라지며 세법 개정으로 변경될 수 있습니다. 정확한 내용은 홈택스 또는 세무 전문가, 각 금융회사 약관을 통해 확인하세요.&lt;/p&gt;

&lt;/div&gt;</description>
      <category>etf 정보</category>
      <category>ETF정보</category>
      <category>irp</category>
      <category>ISA</category>
      <category>절세계좌</category>
      <author>stockradar</author>
      <guid isPermaLink="true">https://stockradar.tistory.com/14</guid>
      <comments>https://stockradar.tistory.com/14#entry14comment</comments>
      <pubDate>Sun, 21 Jun 2026 23:01:01 +0900</pubDate>
    </item>
    <item>
      <title>미국 대표지수 ETF 나스닥100, S&amp;amp;P500 완전 비교 (ft. 환헤지의 함정)</title>
      <link>https://stockradar.tistory.com/13</link>
      <description>&lt;style&gt;
/* ETF 블로그 시리즈 공용 스타일 (티스토리 HTML 모드 전용)
   - 사내 디자인 시스템 sym-ui(packages/ui) 의 라이트 테마 토큰 '값'을 그대로 반영.
     (티스토리는 React 컴포넌트를 못 받으므로 토큰 값만 인라인 CSS로 가져온다.)
     primary=인디고 hsl(243 75% 59%), 중립 그레이=warm(hue 30), Pretendard, shadow-sm 2단.
   - 티스토리 스킨(#article-view, ID 특이도)이 폰트/여백을 덮어쓰는 것을 막기 위해
     핵심 속성(font-size/line-height/margin/width)에 !important 사용.
   - .etfb 래퍼는 스킨의 좁은 본문 칼럼을 벗어나(full-bleed) 최대 1160px로 펼치고,
     모든 블록은 공통 폭(--etfb-w)으로 좌우 정렬을 맞춘다.
   - 이 파일은 단일 출처. build_etf_post.py 가 티스토리 조각에 인라인한다. */

.etfb, .etfb * { margin:0; padding:0; box-sizing:border-box; }

.etfb{
  /* 레이아웃 폭(한 줄로 조절. 모든 블록 좌우 정렬 일치) */
  --etfb-w:980px;
  /* ── sym-ui 라이트 토큰 값 ── */
  --ds-bg:hsl(30 10% 98%);          /* surface-subtle: 페이지 배경 */
  --ds-surface:#ffffff;             /* surface: 카드 */
  --ds-surface-subtle:hsl(30 10% 96%); /* muted: 표 헤더/코드 배경 */
  --ds-fg:hsl(222 16% 11%);         /* foreground: 본문/제목 텍스트 */
  --ds-muted:hsl(30 4% 40%);        /* muted-foreground: 보조 텍스트 */
  --ds-border:hsl(30 8% 90%);       /* border */
  --ds-primary:hsl(243 75% 59%);    /* primary: 인디고(브랜드 강조) */
  --ds-primary-700:#4338ca;         /* 진한 인디고 */
  --ds-primary-50:#eef2ff;          /* 강조박스 배경 */
  --ds-primary-100:#e0e7ff;         /* 강조박스 보더 */
  --ds-radius-md:12px;
  --ds-radius-lg:16px;
  --ds-shadow-sm:0 1px 2px rgba(0,0,0,.04), 0 1px 3px rgba(0,0,0,.06);

  width:min(100vw,1160px) !important;
  max-width:none !important;
  position:relative; left:50%; transform:translateX(-50%);
  background:var(--ds-bg); color:var(--ds-fg);
  font-family:&quot;Pretendard Variable&quot;,Pretendard,-apple-system,&quot;Segoe UI&quot;,Roboto,&quot;Apple SD Gothic Neo&quot;,&quot;Malgun Gothic&quot;,sans-serif;
  padding:34px 24px 40px;
  font-size:16px !important; line-height:1.75 !important;
  text-align:left;
}

/* ── 헤더 ── */
.etfb-head{ display:flex; align-items:center; justify-content:space-between; gap:12px;
  max-width:var(--etfb-w); margin:0 auto 6px !important; flex-wrap:wrap; }
.etfb-brand{ font-size:18px !important; font-weight:800; letter-spacing:-0.3px; color:var(--ds-fg); }
.etfb-brand .dot{ color:var(--ds-primary); }
.etfb-series{ font-weight:700; color:var(--ds-primary); }

/* 표 위 기준일 캡션(우상단 대신 표 바로 위에 둬서 잘 보이게) */
.etfb-tcap{ font-size:12.5px !important; font-weight:700; color:var(--ds-primary); margin:0 0 9px !important; }

/* ── 타이틀 / 리드 / 메타 ──
   리드·메타·면책은 p 라서 .etfb p(0,1,1)+!important 를 이기도록 p.클래스(0,2,1)로 지정 */
.etfb-title{ max-width:var(--etfb-w); margin:8px auto 14px !important;
  font-size:30px !important; line-height:1.32 !important; font-weight:800;
  color:var(--ds-fg); letter-spacing:-0.6px; }
.etfb p.etfb-lead{ max-width:var(--etfb-w); margin:0 auto 10px !important;
  font-size:15px !important; line-height:1.7 !important; color:var(--ds-muted);
  border-left:3px solid var(--ds-border); padding-left:13px !important; }
.etfb p.etfb-meta{ max-width:var(--etfb-w); margin:0 auto 20px !important;
  font-size:13px !important; line-height:1.6 !important; color:var(--ds-muted); }

/* ── 카드(본문/표 공통 폭) ── */
.etfb-card{ background:var(--ds-surface); border:1px solid var(--ds-border); border-radius:var(--ds-radius-md);
  box-shadow:var(--ds-shadow-sm); padding:22px 26px !important; margin:16px auto !important; }
.etfb-main{ max-width:var(--etfb-w); }
/* 표 카드: 좌우 패딩 축소(데이터 공간 확보) + 모바일에서 표가 가로 스크롤되도록 overflow */
.etfb-wide{ max-width:var(--etfb-w); overflow-x:auto; padding:18px 16px !important; }

/* ── 제목 ── */
.etfb h2{ font-size:21px !important; line-height:1.35 !important; font-weight:800;
  color:var(--ds-fg); letter-spacing:-0.4px; margin:22px 0 12px !important; }
.etfb-card &gt; h2:first-child{ margin-top:4px !important; }
.etfb h3{ font-size:16.5px !important; line-height:1.45 !important; font-weight:700;
  color:var(--ds-fg); margin:18px 0 8px !important; }
/* 순위 badge(h3 앞): primary 링크처럼 안 보이게 제목은 본문색, 순위만 인디고 칩 */
.etfb-rank{ display:inline-block; font-size:12px !important; font-weight:700; color:#fff;
  background:var(--ds-primary); border-radius:6px; padding:2px 8px !important; margin-right:7px; vertical-align:middle; }

/* ── 본문 ── */
.etfb p{ font-size:16px !important; line-height:1.78 !important; color:var(--ds-fg); margin:0 0 13px !important; }
.etfb ul{ margin:0 0 14px !important; padding-left:20px !important; list-style:disc; }
.etfb li{ font-size:16px !important; line-height:1.7 !important; color:var(--ds-fg); margin:6px 0 !important; }
.etfb b{ color:var(--ds-fg); font-weight:700; }
.etfb code{ background:var(--ds-surface-subtle); border-radius:6px; padding:1px 6px; font-size:14px !important;
  font-family:&quot;IBM Plex Mono&quot;,&quot;SFMono-Regular&quot;,Consolas,monospace; color:var(--ds-primary); }
.etfb hr{ border:0; border-top:1px solid var(--ds-border); margin:8px 0 !important; }

/* ── 강조 박스(한 줄 요약 등) ── */
.etfb-box{ background:var(--ds-primary-50); border:1px solid var(--ds-primary-100); border-left:4px solid var(--ds-primary);
  border-radius:var(--ds-radius-md); padding:14px 16px !important; margin:16px 0 !important; }
.etfb-chip{ display:inline-block; font-size:12px !important; font-weight:700; color:#fff;
  background:var(--ds-primary); border-radius:999px; padding:3px 11px !important; margin-bottom:8px !important; }
.etfb-box p{ font-size:15.5px !important; line-height:1.7 !important; margin:0 !important; color:var(--ds-fg); }

/* ── 표 ──
   table-layout:fixed + 공용 열 너비 고정 → 본문 내 모든 비교표의 칸 폭이 동일(통합).
   9열 표준: 운용사/종목/코드/총보수/분배/구조/유동성/1년/3년 (합 100%). */
.etfb-tb{ width:100%; min-width:940px; border-collapse:collapse; table-layout:fixed; font-size:13px !important; }
.etfb-tb th{ text-align:left; font-size:12px !important; font-weight:700; color:var(--ds-muted);
  padding:8px 9px !important; border-bottom:2px solid var(--ds-border); white-space:nowrap;
  overflow:hidden; text-overflow:ellipsis; background:var(--ds-surface-subtle); }
.etfb-tb td{ font-size:13px !important; padding:7px 9px !important; border-bottom:1px solid var(--ds-border);
  color:var(--ds-fg); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-variant-numeric:tabular-nums; }
.etfb-tb th.num, .etfb-tb td.num{ text-align:right; }
.etfb-tb th.ctr, .etfb-tb td.ctr{ text-align:center; }
.etfb-tb tr:last-child td{ border-bottom:none; }
.etfb-tb b{ color:var(--ds-fg); }
/* 9열 표준 열 너비(헤더 행 기준으로 모든 표 동일 적용) */
.etfb-tb th:nth-child(1){ width:15%; }
.etfb-tb th:nth-child(2){ width:17%; }
.etfb-tb th:nth-child(3){ width:9%; }
.etfb-tb th:nth-child(4){ width:11%; }
.etfb-tb th:nth-child(5){ width:9%; }
.etfb-tb th:nth-child(6){ width:8%; }
.etfb-tb th:nth-child(7){ width:12%; }
.etfb-tb th:nth-child(8){ width:9.5%; }
.etfb-tb th:nth-child(9){ width:9.5%; }
/* 짝수 행 옅은 줄무늬(비교표 가독성) */
.etfb-tb tbody tr:nth-child(even) td{ background:hsl(30 10% 97.5%); }
/* 본문 추천 종목 행 강조: 옅은 인디고 배경 + 좌측 액센트 바 + 종목명 인디고(결론↔표 연결) */
.etfb-tb tbody tr.rec td{ background:rgba(99,102,241,.08) !important; }
.etfb-tb tbody tr.rec td:first-child{ box-shadow:inset 3px 0 0 var(--ds-primary); }
.etfb-tb tbody tr.rec td:nth-child(2){ color:var(--ds-primary); font-weight:700; }

/* ── 주석 / 면책 ── */
.etfb p.etfb-note{ font-size:11.5px !important; line-height:1.85 !important; color:var(--ds-muted); margin:12px 0 0 !important; }
.etfb p.etfb-disclaimer{ max-width:var(--etfb-w); margin:18px auto 0 !important;
  font-size:12.5px !important; line-height:1.6 !important; color:var(--ds-muted); }

/* ── 모바일 ── */
@media (max-width:680px){
  .etfb{ padding:18px 12px 26px; font-size:15px !important; }
  .etfb-title{ font-size:23px !important; }
  .etfb h2{ font-size:18.5px !important; }
  .etfb-card{ padding:16px 15px !important; }
  .etfb p, .etfb li{ font-size:15px !important; }
}

/* 참고: 등락 수치를 색으로 표기하는 표가 생기면 한국 관례(상승=빨강 hsl(0 72% 51%) / 하락=파랑)를
   적용한다. sym-ui 브랜드 색이 아니라 금융 도메인 의미색이므로 위 토큰과 별개로 둔다. */
&lt;/style&gt;
&lt;div class=&quot;etfb&quot;&gt;

  &lt;div class=&quot;etfb-head&quot;&gt;
    &lt;div class=&quot;etfb-brand&quot;&gt;  Stock&lt;span class=&quot;dot&quot;&gt;Radar&lt;/span&gt; &lt;span class=&quot;etfb-series&quot;&gt;· ETF 고르기 시리즈 2편&lt;/span&gt;&lt;/div&gt;
  &lt;/div&gt;

  &lt;h1 class=&quot;etfb-title&quot;&gt;미국 대표지수 ETF, 나스닥100 vs S&amp;amp;P500 완전 비교 (그리고 환헤지의 함정)&lt;/h1&gt;

  &lt;p class=&quot;etfb-lead&quot;&gt;ETF 추천 시리즈 2편입니다. 이번 주제는 국내 상장 &lt;b&gt;미국 대표지수 ETF&lt;/b&gt;. 가장 많이 사는 &lt;b&gt;나스닥100&lt;/b&gt;과 &lt;b&gt;S&amp;amp;P500&lt;/b&gt;을 비교하고, 한국 투자자가 반드시 짚어야 할 변수인 &lt;b&gt;환헤지(H) vs 환노출&lt;/b&gt;까지 실제 데이터로 정리합니다.&lt;/p&gt;
  &lt;p class=&quot;etfb-meta&quot;&gt;총수익률은 NAV(분배 재투자) 기준, 총보수는 각 운용사 공시 기준입니다. 거래대금은 최근 60거래일 일평균입니다.&lt;/p&gt;

  &lt;div class=&quot;etfb-main etfb-card&quot;&gt;
    &lt;h2&gt;미국 ETF는 &quot;두 번&quot; 고른다&lt;/h2&gt;
    &lt;p&gt;국내에 상장된 미국지수 ETF는 사실상 두 가지 선택의 조합입니다.&lt;/p&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;b&gt;어떤 지수냐&lt;/b&gt; - 나스닥100이냐, S&amp;amp;P500이냐.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;환을 어떻게 하느냐&lt;/b&gt; - 환노출(원/달러 변동을 그대로 받음)이냐, 환헤지(H, 환변동을 제거)냐.&lt;/li&gt;
    &lt;/ul&gt;
    &lt;p&gt;같은 운용사의 같은 지수라도 일반형과 (H)형의 수익률이 크게 갈립니다. 1편(코스피200)에서는 보수/유동성/과세가 변수였다면, 미국 ETF에서는 여기에 &lt;b&gt;지수 성격&lt;/b&gt;과 &lt;b&gt;환&lt;/b&gt;이라는 두 축이 더 붙습니다. 하나씩 보겠습니다.&lt;/p&gt;

    &lt;h2&gt;1) 나스닥100 vs S&amp;amp;P500: 무엇이 다른가&lt;/h2&gt;
    &lt;p&gt;둘 다 미국 우량주를 담지만 성격이 다릅니다.&lt;/p&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;b&gt;S&amp;amp;P500&lt;/b&gt; - 미국 대형주 500종목. 기술주뿐 아니라 금융/헬스케어/산업재/소비재까지 폭넓게 담는 &lt;b&gt;미국 시장 전체의 대표 지수&lt;/b&gt;입니다. 더 분산되어 있고 상대적으로 변동성이 낮습니다.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;나스닥100&lt;/b&gt; - 나스닥 상장 비금융 100종목. 애플/마이크로소프트/엔비디아 같은 &lt;b&gt;기술주 집중&lt;/b&gt; 지수입니다. 상승장에서 더 크게 오르지만, 하락장에서 더 크게 빠지는 공격형입니다.&lt;/li&gt;
    &lt;/ul&gt;
    &lt;p&gt;실제 성과 차이도 분명합니다(환노출 기준). 지난 &lt;b&gt;1년 총수익률은 나스닥100이 약 54%, S&amp;amp;P500이 약 40%&lt;/b&gt;, &lt;b&gt;3년은 약 140% vs 약 108%&lt;/b&gt;로 나스닥100이 앞섭니다. 다만 이는 최근 몇 년 기술주 강세가 반영된 결과이고, 변동성과 낙폭도 나스닥100이 더 큽니다. &quot;더 높은 수익 = 더 높은 위험&quot;이라는 점을 전제로 골라야 합니다.&lt;/p&gt;

    &lt;h2&gt;2) 환헤지(H) vs 환노출: 지난 1년 수익률을 가른 진짜 변수&lt;/h2&gt;
    &lt;p&gt;한국 투자자에게는 지수보다 환이 더 큰 변수일 때가 있습니다. 같은 지수, 같은 기간인데 일반형과 (H)형의 1년 총수익률이 이렇게 차이 납니다.&lt;/p&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;b&gt;나스닥100&lt;/b&gt;: 환노출 약 54% vs 환헤지 약 35% (약 19%p 차이)&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;S&amp;amp;P500&lt;/b&gt;: 환노출 약 40% vs 환헤지 약 23% (약 17%p 차이)&lt;/li&gt;
    &lt;/ul&gt;
    &lt;p&gt;왜 이렇게 벌어졌을까요? &lt;b&gt;지난 1년 원/달러 환율이 올랐기(원화 약세) 때문&lt;/b&gt;입니다. 환노출형은 달러 자산을 원화로 환산할 때 환율 상승분까지 수익으로 더해지고, 환헤지형은 그 환차익을 포기하는 대신 환율 하락 위험도 막습니다.&lt;/p&gt;
    &lt;div class=&quot;etfb-box&quot;&gt;
      &lt;span class=&quot;etfb-chip&quot;&gt;중요&lt;/span&gt;
      &lt;p&gt;&lt;b&gt;이 차이는 &quot;환노출이 항상 옳다&quot;는 뜻이 아닙니다.&lt;/b&gt; 지난 1년이 원화 약세였을 뿐, 환율은 양방향입니다. 원화가 강세로 돌아서면 환노출형은 반대로 손해를 봅니다. 환헤지는 그 위험을 없애는 대신 &lt;b&gt;헤지 비용&lt;/b&gt;이 들고, 금리차와 환율 방향에 따라 지수와의 추적 차이가 생길 수 있어 보유 기간에 비용 요인이 됩니다.&lt;/p&gt;
    &lt;/div&gt;
    &lt;p&gt;일반적인 가이드는 이렇습니다.&lt;/p&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;b&gt;장기 적립식&lt;/b&gt;이라면 &lt;b&gt;환노출&lt;/b&gt;이 무난합니다. 오랜 기간에 걸쳐 환율 변동이 평준화되고, 헤지 비용 부담도 없습니다.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;환율이 지금 너무 높다고 보거나&lt;/b&gt;, 환변동 없이 순수하게 지수만 따라가고 싶다면 &lt;b&gt;환헤지(H)&lt;/b&gt;를 택합니다. 단 헤지 비용과 지수 대비 추적 차이를 감수해야 합니다.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-main etfb-card&quot;&gt;
    &lt;h2&gt;한눈에 보기: 1년 총수익률, 환이 이만큼 갈랐다&lt;/h2&gt;
    &lt;p&gt;대표 ETF(환노출은 KODEX, 환헤지는 KODEX(H)) 기준 지난 1년 총수익률입니다. 같은 지수라도 환에 따라 막대 길이가 확 달라집니다.&lt;/p&gt;
    &lt;div style=&quot;display:flex;flex-direction:column;gap:11px;margin:14px 0 6px;&quot;&gt;
      &lt;div&gt;
        &lt;div style=&quot;font-size:13px;color:#181a21;margin-bottom:4px;&quot;&gt;나스닥100 · 환노출 &amp;nbsp;&lt;b style=&quot;color:hsl(243 75% 59%);&quot;&gt;54.3%&lt;/b&gt;&lt;/div&gt;
        &lt;div style=&quot;background:hsl(30 8% 90%);border-radius:6px;height:18px;overflow:hidden;&quot;&gt;&lt;div style=&quot;width:100%;background:hsl(243 75% 59%);height:18px;&quot;&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;/div&gt;
      &lt;div&gt;
        &lt;div style=&quot;font-size:13px;color:#181a21;margin-bottom:4px;&quot;&gt;S&amp;amp;P500 · 환노출 &amp;nbsp;&lt;b style=&quot;color:hsl(243 75% 59%);&quot;&gt;40.2%&lt;/b&gt;&lt;/div&gt;
        &lt;div style=&quot;background:hsl(30 8% 90%);border-radius:6px;height:18px;overflow:hidden;&quot;&gt;&lt;div style=&quot;width:74%;background:hsl(243 75% 59%);height:18px;&quot;&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;/div&gt;
      &lt;div&gt;
        &lt;div style=&quot;font-size:13px;color:#181a21;margin-bottom:4px;&quot;&gt;나스닥100 · 환헤지(H) &amp;nbsp;&lt;b style=&quot;color:hsl(243 45% 55%);&quot;&gt;34.9%&lt;/b&gt;&lt;/div&gt;
        &lt;div style=&quot;background:hsl(30 8% 90%);border-radius:6px;height:18px;overflow:hidden;&quot;&gt;&lt;div style=&quot;width:64%;background:hsl(243 70% 82%);height:18px;&quot;&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;/div&gt;
      &lt;div&gt;
        &lt;div style=&quot;font-size:13px;color:#181a21;margin-bottom:4px;&quot;&gt;S&amp;amp;P500 · 환헤지(H) &amp;nbsp;&lt;b style=&quot;color:hsl(243 45% 55%);&quot;&gt;22.8%&lt;/b&gt;&lt;/div&gt;
        &lt;div style=&quot;background:hsl(30 8% 90%);border-radius:6px;height:18px;overflow:hidden;&quot;&gt;&lt;div style=&quot;width:42%;background:hsl(243 70% 82%);height:18px;&quot;&gt;&lt;/div&gt;&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;p class=&quot;etfb-note&quot;&gt;막대 길이는 가장 높은 환노출 나스닥100(54.3%)을 100%로 본 상대 비교입니다. 진한 막대=환노출, 연한 막대=환헤지. 격차는 대부분 지난 1년 원/달러 상승분이며, 환율이 반대로 가면 결과도 반대가 될 수 있습니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-wide etfb-card&quot;&gt;
    &lt;div class=&quot;etfb-tcap&quot;&gt;나스닥100 추종 ETF · 데이터 기준일 2026-06-18 (거래대금 최근 60거래일 평균) · 표는 좌우로 밀어 볼 수 있습니다&lt;/div&gt;
    &lt;table class=&quot;etfb-tb&quot;&gt;
      &lt;thead&gt;
        &lt;tr&gt;
          &lt;th&gt;운용사(브랜드)&lt;/th&gt;&lt;th&gt;종목&lt;/th&gt;&lt;th&gt;코드&lt;/th&gt;&lt;th class=&quot;num&quot;&gt;총보수(연)&lt;/th&gt;&lt;th class=&quot;ctr&quot;&gt;분배&lt;/th&gt;&lt;th class=&quot;ctr&quot;&gt;환&lt;/th&gt;&lt;th class=&quot;num&quot;&gt;1년 총수익&lt;/th&gt;&lt;th class=&quot;num&quot;&gt;3년 총수익&lt;/th&gt;&lt;th class=&quot;num&quot;&gt;거래대금(억)&lt;/th&gt;
        &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
        &lt;tr class=&quot;rec&quot;&gt;&lt;td&gt;삼성(KODEX)&lt;/td&gt;&lt;td&gt;KODEX 미국나스닥100&lt;/td&gt;&lt;td&gt;379810&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.006%&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;분기&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;환노출&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;54.3%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;140.4%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;&lt;b&gt;1,956&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;
        &lt;tr class=&quot;rec&quot;&gt;&lt;td&gt;미래에셋(TIGER)&lt;/td&gt;&lt;td&gt;TIGER 미국나스닥100&lt;/td&gt;&lt;td&gt;133690&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.007%&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;분기&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;환노출&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;54.2%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;139.5%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;&lt;b&gt;1,920&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;
        &lt;tr class=&quot;rec&quot;&gt;&lt;td&gt;한국투자(ACE)&lt;/td&gt;&lt;td&gt;ACE 미국나스닥100&lt;/td&gt;&lt;td&gt;367380&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;&lt;b&gt;0.006%&lt;/b&gt;&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;분기&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;환노출&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;54.2%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;139.8%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;249&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;KB(RISE)&lt;/td&gt;&lt;td&gt;RISE 미국나스닥100&lt;/td&gt;&lt;td&gt;368590&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.006%&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;분기&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;환노출&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;54.4%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;140.6%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;99&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;신한(SOL)&lt;/td&gt;&lt;td&gt;SOL 미국나스닥100&lt;/td&gt;&lt;td&gt;476030&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;&lt;b&gt;0.005%&lt;/b&gt;&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;분기&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;환노출&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;54.0%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;-&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;21&lt;/td&gt;&lt;/tr&gt;
        &lt;tr class=&quot;rec&quot;&gt;&lt;td&gt;삼성(KODEX)&lt;/td&gt;&lt;td&gt;KODEX 미국나스닥100(H)&lt;/td&gt;&lt;td&gt;449190&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;&lt;b&gt;0.010%&lt;/b&gt;&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;분기&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;환헤지&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;34.9%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;85.8%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;98&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;미래에셋(TIGER)&lt;/td&gt;&lt;td&gt;TIGER 미국나스닥100(H)&lt;/td&gt;&lt;td&gt;448300&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.070%&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;분기&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;환헤지&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;35.1%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;86.7%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;50&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;키움(KIWOOM)&lt;/td&gt;&lt;td&gt;KIWOOM 미국나스닥100(H)&lt;/td&gt;&lt;td&gt;453080&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.040%&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;분기&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;환헤지&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;35.4%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;87.3%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;11&lt;/td&gt;&lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
    &lt;p class=&quot;etfb-note&quot;&gt;옅은 인디고 행은 본문 추천 종목입니다. 환노출과 환헤지(H)의 1년 총수익률 차이(약 54% vs 35%)는 대부분 지난 1년 원/달러 상승분입니다. 보수는 총보수(펀드보수) 기준으로 시점에 따라 달라질 수 있습니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-main etfb-card&quot;&gt;
    &lt;h2&gt;나스닥100 ETF 고르는 법 + 추천&lt;/h2&gt;
    &lt;p&gt;환노출 나스닥100 ETF는 &lt;b&gt;총보수가 0.005~0.007%로 매우 낮고&lt;/b&gt; 수익률도 거의 동일합니다(같은 100종목). 다만 표의 총보수 외에 기타비용·매매중개수수료·추적오차가 더해진 실제 총비용은 이보다 조금 더 큽니다. 그래서 1편처럼 결국 &lt;b&gt;유동성&lt;/b&gt;과 &lt;b&gt;최저 보수&lt;/b&gt; 둘 중 무엇을 우선하느냐로 갈립니다.&lt;/p&gt;
    &lt;h3&gt;&lt;span class=&quot;etfb-rank&quot;&gt;1순위&lt;/span&gt;장기 적립·대량 거래(환노출): KODEX 미국나스닥100(379810) / TIGER 미국나스닥100(133690)&lt;/h3&gt;
    &lt;ul&gt;
      &lt;li&gt;보수 0.006~0.007%로 충분히 저렴하면서 &lt;b&gt;거래대금이 1,900억대로 압도적&lt;/b&gt;입니다. 큰 금액을 넣거나 자주 매매해도 호가(스프레드) 부담이 가장 적습니다.&lt;/li&gt;
      &lt;li&gt;&quot;가장 무난한 하나&quot;를 원한다면 이 둘 중 하나로 충분합니다.&lt;/li&gt;
    &lt;/ul&gt;
    &lt;h3&gt;&lt;span class=&quot;etfb-rank&quot;&gt;2순위&lt;/span&gt;보수 0.001%라도 더 아끼는 적립식: ACE 미국나스닥100(367380) / SOL 미국나스닥100(476030)&lt;/h3&gt;
    &lt;ul&gt;
      &lt;li&gt;SOL은 0.005%로 최저, ACE는 0.006%에 거래대금(249억)도 무난합니다. 매매 빈도가 낮은 순수 장기 적립이라면 유동성보다 보수를 우선해도 됩니다.&lt;/li&gt;
    &lt;/ul&gt;
    &lt;h3&gt;&lt;span class=&quot;etfb-rank&quot;&gt;환헤지를 원한다면&lt;/span&gt;KODEX 미국나스닥100(H)(449190)&lt;/h3&gt;
    &lt;ul&gt;
      &lt;li&gt;환헤지(H) 중 &lt;b&gt;보수가 0.010%로 가장 싸고 거래대금(98억)도 가장 많습니다.&lt;/b&gt; TIGER(H)는 0.070%, KIWOOM(H)는 거래가 적습니다. 환헤지로 갈 거면 KODEX(H)가 1순위입니다.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-wide etfb-card&quot;&gt;
    &lt;div class=&quot;etfb-tcap&quot;&gt;S&amp;amp;P500 추종 ETF · 데이터 기준일 2026-06-18 (거래대금 최근 60거래일 평균) · 표는 좌우로 밀어 볼 수 있습니다&lt;/div&gt;
    &lt;table class=&quot;etfb-tb&quot;&gt;
      &lt;thead&gt;
        &lt;tr&gt;
          &lt;th&gt;운용사(브랜드)&lt;/th&gt;&lt;th&gt;종목&lt;/th&gt;&lt;th&gt;코드&lt;/th&gt;&lt;th class=&quot;num&quot;&gt;총보수(연)&lt;/th&gt;&lt;th class=&quot;ctr&quot;&gt;분배&lt;/th&gt;&lt;th class=&quot;ctr&quot;&gt;환&lt;/th&gt;&lt;th class=&quot;num&quot;&gt;1년 총수익&lt;/th&gt;&lt;th class=&quot;num&quot;&gt;3년 총수익&lt;/th&gt;&lt;th class=&quot;num&quot;&gt;거래대금(억)&lt;/th&gt;
        &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
        &lt;tr class=&quot;rec&quot;&gt;&lt;td&gt;삼성(KODEX)&lt;/td&gt;&lt;td&gt;KODEX 미국S&amp;amp;P500&lt;/td&gt;&lt;td&gt;379800&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.006%&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;분기&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;환노출&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;40.2%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;108.8%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;&lt;b&gt;4,723&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;
        &lt;tr class=&quot;rec&quot;&gt;&lt;td&gt;미래에셋(TIGER)&lt;/td&gt;&lt;td&gt;TIGER 미국S&amp;amp;P500&lt;/td&gt;&lt;td&gt;360750&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.007%&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;분기&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;환노출&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;40.1%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;108.5%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;&lt;b&gt;4,718&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;한국투자(ACE)&lt;/td&gt;&lt;td&gt;ACE 미국S&amp;amp;P500&lt;/td&gt;&lt;td&gt;360200&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;&lt;b&gt;0.005%&lt;/b&gt;&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;분기&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;환노출&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;40.1%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;108.4%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;190&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;KB(RISE)&lt;/td&gt;&lt;td&gt;RISE 미국S&amp;amp;P500&lt;/td&gt;&lt;td&gt;379780&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;&lt;b&gt;0.005%&lt;/b&gt;&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;분기&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;환노출&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;40.4%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;109.1%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;85&lt;/td&gt;&lt;/tr&gt;
        &lt;tr class=&quot;rec&quot;&gt;&lt;td&gt;신한(SOL)&lt;/td&gt;&lt;td&gt;SOL 미국S&amp;amp;P500&lt;/td&gt;&lt;td&gt;433330&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;&lt;b&gt;0.005%&lt;/b&gt;&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;월&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;환노출&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;39.7%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;108.1%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;36&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;키움(KIWOOM)&lt;/td&gt;&lt;td&gt;KIWOOM 미국S&amp;amp;P500&lt;/td&gt;&lt;td&gt;449770&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.021%&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;분기&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;환노출&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;39.2%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;107.3%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;17&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;우리(WON)&lt;/td&gt;&lt;td&gt;WON 미국S&amp;amp;P500&lt;/td&gt;&lt;td&gt;444490&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.050%&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;-&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;환노출&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;40.3%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;109.3%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;7&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;NH아문디(HANARO)&lt;/td&gt;&lt;td&gt;HANARO 미국S&amp;amp;P500&lt;/td&gt;&lt;td&gt;432840&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.045%&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;월&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;환노출&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;39.2%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;105.7%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;1&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;한화(PLUS)&lt;/td&gt;&lt;td&gt;PLUS 미국S&amp;amp;P500&lt;/td&gt;&lt;td&gt;429760&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.070%&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;분기&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;환노출&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;40.3%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;105.1%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;2&lt;/td&gt;&lt;/tr&gt;
        &lt;tr class=&quot;rec&quot;&gt;&lt;td&gt;삼성(KODEX)&lt;/td&gt;&lt;td&gt;KODEX 미국S&amp;amp;P500(H)&lt;/td&gt;&lt;td&gt;449180&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;&lt;b&gt;0.010%&lt;/b&gt;&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;분기&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;환헤지&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;22.8%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;61.2%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;100&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;미래에셋(TIGER)&lt;/td&gt;&lt;td&gt;TIGER 미국S&amp;amp;P500(H)&lt;/td&gt;&lt;td&gt;448290&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.070%&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;분기&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;환헤지&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;23.2%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;62.6%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;46&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;KB(RISE)&lt;/td&gt;&lt;td&gt;RISE 미국S&amp;amp;P500(H)&lt;/td&gt;&lt;td&gt;453330&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;&lt;b&gt;0.005%&lt;/b&gt;&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;월&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;환헤지&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;23.6%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;63.1%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;11&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;키움(KIWOOM)&lt;/td&gt;&lt;td&gt;KIWOOM 미국S&amp;amp;P500(H)&lt;/td&gt;&lt;td&gt;449780&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.040%&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;분기&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;환헤지&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;23.4%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;63.6%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;3&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;한화(PLUS)&lt;/td&gt;&lt;td&gt;PLUS 미국S&amp;amp;P500(H)&lt;/td&gt;&lt;td&gt;269540&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;0.300%&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;연1회&lt;/td&gt;&lt;td class=&quot;ctr&quot;&gt;환헤지&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;25.8%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;66.6%&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;10&lt;/td&gt;&lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
    &lt;p class=&quot;etfb-note&quot;&gt;옅은 인디고 행은 본문 추천 종목입니다. 환노출(약 40%)과 환헤지(약 23%)의 1년 총수익률 차이도 대부분 환율 효과입니다. PLUS(H)는 보수 0.300%로 가장 비싼 구형 상품이라 더 저렴한 (H) 대안이 있습니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-main etfb-card&quot;&gt;
    &lt;h2&gt;S&amp;amp;P500 ETF 고르는 법 + 추천&lt;/h2&gt;
    &lt;p&gt;S&amp;amp;P500도 환노출형 총보수가 0.005~0.007%로 매우 낮고 수익률도 대체로 비슷합니다(총보수 외 기타비용·추적오차는 별도). 다만 S&amp;amp;P500은 &lt;b&gt;거래대금이 나스닥100보다 훨씬 큽니다&lt;/b&gt;(KODEX/TIGER 4,700억대). 국내에서 가장 많이 사는 미국 ETF답습니다.&lt;/p&gt;
    &lt;h3&gt;&lt;span class=&quot;etfb-rank&quot;&gt;1순위&lt;/span&gt;장기 적립·대량 거래(환노출): KODEX 미국S&amp;amp;P500(379800) / TIGER 미국S&amp;amp;P500(360750)&lt;/h3&gt;
    &lt;ul&gt;
      &lt;li&gt;보수 0.006~0.007%, &lt;b&gt;거래대금 4,700억대로 국내 미국 ETF 중 최상위권&lt;/b&gt;입니다. 금액이 크든 작든, 적립이든 매매든 가장 안전한 기본값입니다.&lt;/li&gt;
    &lt;/ul&gt;
    &lt;h3&gt;&lt;span class=&quot;etfb-rank&quot;&gt;2순위&lt;/span&gt;최저 보수 적립식: ACE(360200) / RISE(379780) 미국S&amp;amp;P500&lt;/h3&gt;
    &lt;ul&gt;
      &lt;li&gt;보수 &lt;b&gt;0.005%&lt;/b&gt;로 업계 최저. 거래량은 대형보다 낮지만 순수 장기 적립이라면 0.001~0.002%포인트라도 아끼는 선택지입니다.&lt;/li&gt;
    &lt;/ul&gt;
    &lt;h3&gt;&lt;span class=&quot;etfb-rank&quot;&gt;월배당을 원한다면&lt;/span&gt;SOL 미국S&amp;amp;P500(433330)&lt;/h3&gt;
    &lt;ul&gt;
      &lt;li&gt;보수 0.005%에 &lt;b&gt;매월 분배금&lt;/b&gt;을 지급합니다. 생활비 보조 등 현금흐름이 필요하면 월배당형이 편리합니다(월배당은 HANARO도 있으나 거래가 적습니다).&lt;/li&gt;
    &lt;/ul&gt;
    &lt;h3&gt;&lt;span class=&quot;etfb-rank&quot;&gt;환헤지를 원한다면&lt;/span&gt;KODEX 미국S&amp;amp;P500(H)(449180)&lt;/h3&gt;
    &lt;ul&gt;
      &lt;li&gt;환헤지(H) 중 &lt;b&gt;보수 0.010%로 최저, 거래대금(100억)도 가장 많습니다.&lt;/b&gt; RISE(H)가 보수 0.005%로 더 싸지만 거래가 적어, 유동성까지 보면 KODEX(H)가 무난합니다.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-main etfb-card&quot;&gt;
    &lt;h2&gt;보너스: 국내 상장 ETF vs 미국 직접 투자(직구), 뭐가 유리할까&lt;/h2&gt;
    &lt;p&gt;같은 S&amp;amp;P500/나스닥100이라도 &lt;b&gt;국내 상장 ETF&lt;/b&gt;(위 표의 종목들)로 살 수도 있고, &lt;b&gt;미국 거래소에서 직접&lt;/b&gt;(예: VOO, QQQ) 살 수도 있습니다. 둘은 거래 방식과 세금이 다릅니다.&lt;/p&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;b&gt;거래·환전&lt;/b&gt; - 국내 상장 ETF는 원화로 바로 매매(환전 불필요), 소액 적립이 쉽습니다. 미국 직구는 달러 환전(환전 스프레드)과 해외주식 수수료가 듭니다.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;세금(매매차익)&lt;/b&gt; - 국내 상장 해외 ETF의 매매차익은 &lt;b&gt;배당소득세 15.4%&lt;/b&gt;가 붙고 &lt;b&gt;금융소득종합과세에 합산&lt;/b&gt;됩니다(손익통산 불가, 기본공제 없음). 다만 과세표준은 매매차익과 과표기준가격 상승분 중 작은 값이라, 상품·보유 시점에 따라 실제 세액이 달라집니다. 미국 직구는 &lt;b&gt;양도소득세 22%&lt;/b&gt;지만 &lt;b&gt;연 250만원 기본공제 + 분리과세(종합과세 합산 안 됨) + 손익통산&lt;/b&gt;이 됩니다.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;배당&lt;/b&gt; - 미국 직구 배당은 현지에서 15% 원천징수되고, 국내 ETF 분배금은 15.4% 과세됩니다. &lt;b&gt;두 배당 모두 국내 거주자의 금융소득에 포함&lt;/b&gt;되어 연 2,000만원 초과 시 종합과세 판단에 함께 잡히므로, 종합과세는 매매차익뿐 아니라 배당까지 같이 따져야 합니다.&lt;/li&gt;
    &lt;/ul&gt;
    &lt;p&gt;매매차익만 놓고 단순 비교하면 이렇습니다(일반계좌, 현행 세법 가정).&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-wide etfb-card&quot;&gt;
    &lt;div class=&quot;etfb-tcap&quot;&gt;연간 매매차익 규모별 세금 비교 (일반계좌·매매차익만 가정한 단순화 예시) · 표는 좌우로 밀어 볼 수 있습니다&lt;/div&gt;
    &lt;table class=&quot;etfb-tb&quot;&gt;
      &lt;thead&gt;
        &lt;tr&gt;
          &lt;th style=&quot;width:34%&quot;&gt;연간 매매차익&lt;/th&gt;&lt;th class=&quot;num&quot; style=&quot;width:33%&quot;&gt;국내 상장 ETF&lt;br&gt;(배당소득세 15.4%)&lt;/th&gt;&lt;th class=&quot;num&quot; style=&quot;width:33%&quot;&gt;미국 직구&lt;br&gt;(양도세 22%, 250만 공제)&lt;/th&gt;
        &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
        &lt;tr&gt;&lt;td&gt;500만원&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;77.0만원&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;&lt;b&gt;55.0만원&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;1,000만원&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;&lt;b&gt;154.0만원&lt;/b&gt;&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;165.0만원&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;3,000만원&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;&lt;b&gt;462.0만원&lt;/b&gt;&lt;/td&gt;&lt;td class=&quot;num&quot;&gt;605.0만원&lt;/td&gt;&lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
    &lt;p class=&quot;etfb-note&quot;&gt;굵은 쪽이 세금이 더 적은 경우입니다. 250만원 기본공제 덕에 차익이 작을 때(약 830만원 미만)는 직구가, 세율(15.4% &amp;lt; 22%) 덕에 차익이 클 때는 국내 ETF가 유리해 보입니다. 실제 과세표준은 과표기준가격 변동에 따라 달라지므로 참고용 예시이며, 아래 두 가지를 빼면 절반만 맞는 비교입니다.&lt;/p&gt;
  &lt;/div&gt;

  &lt;div class=&quot;etfb-main etfb-card&quot;&gt;
    &lt;div class=&quot;etfb-box&quot;&gt;
      &lt;span class=&quot;etfb-chip&quot;&gt;표에 안 보이는 두 함정&lt;/span&gt;
      &lt;p&gt;&lt;b&gt;① 종합과세&lt;/b&gt; - 국내 상장 ETF의 매매차익·분배금은 모두 배당소득이라 다른 이자·배당과 합쳐 &lt;b&gt;연 2,000만원을 넘으면 금융소득종합과세&lt;/b&gt;(누진세율, 최대 49.5%) 대상이 됩니다. 미국 직구 양도세 22%는 분리과세라 여기에 합산되지 않습니다. &lt;b&gt;② 손익통산·공제&lt;/b&gt; - 직구는 같은 해 다른 종목의 손실과 상계되고 250만원 공제도 받지만, 국내 ETF는 둘 다 안 됩니다. 그래서 &lt;b&gt;차익이 크거나 금융소득이 많을수록 직구의 분리과세가 안전&lt;/b&gt;합니다.&lt;/p&gt;
    &lt;/div&gt;
    &lt;p&gt;정리하면, 소액·단순하게 굴리고 환전이 번거롭다면 국내 상장 ETF, 차익이 크거나 종합과세가 걱정되고 손익통산이 필요하면 미국 직구가 일반적으로 유리합니다.&lt;/p&gt;

    &lt;h2&gt;절세 계좌(ISA·연금)라면 이야기가 또 달라집니다&lt;/h2&gt;
    &lt;p&gt;여기에 결정적 변수가 하나 더 있습니다. &lt;b&gt;국내 상장 ETF는 ISA·연금저축·IRP 같은 절세 계좌에서 매매할 수 있지만, 미국 직구는 이 계좌들에 담을 수 없습니다&lt;/b&gt;(일반 계좌만 가능). 절세 계좌를 쓰면 위에서 본 국내 ETF의 세금 단점이 줄거나 오히려 강점이 될 수 있습니다(계좌 한도·의무 보유·인출 조건에 따라 달라집니다).&lt;/p&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;b&gt;ISA&lt;/b&gt; - 순이익 200만원(서민형 400만원)까지 비과세, 초과분도 9.9% 분리과세. 국내 상장 해외 ETF를 담을 수 있습니다.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;연금저축·IRP&lt;/b&gt; - 납입액에 세액공제(연 납입 한도 내 13.2~16.5%), 운용수익은 인출 전까지 과세이연, 인출 시 낮은 연금소득세(3.3~5.5%). 역시 국내 상장 해외 ETF 매매가 됩니다.&lt;/li&gt;
    &lt;/ul&gt;
    &lt;div class=&quot;etfb-box&quot;&gt;
      &lt;span class=&quot;etfb-chip&quot;&gt;다음 편 예고&lt;/span&gt;
      &lt;p&gt;&lt;b&gt;ETF 고르기 3편은 &quot;ISA·연금계좌로 절세하는 법&quot;입니다.&lt;/b&gt; 계좌별 한도와 세액공제·비과세 혜택, 어떤 ETF를 어느 계좌에 담아야 세금을 가장 아끼는지 구체적으로 다룹니다. 이번 편의 세금 이야기는 여기까지만 짚어둡니다.&lt;/p&gt;
    &lt;/div&gt;

    &lt;h2&gt;종합 결론&lt;/h2&gt;
    &lt;p&gt;정리하면 선택은 네 단계입니다.&lt;/p&gt;
    &lt;ul&gt;
      &lt;li&gt;&lt;b&gt;지수&lt;/b&gt;: 더 공격적으로(기술주 집중) 가져가려면 &lt;b&gt;나스닥100&lt;/b&gt;, 더 분산된 미국 전체를 원하면 &lt;b&gt;S&amp;amp;P500&lt;/b&gt;. 둘 다 사도 됩니다(상당 부분 겹치지만 나스닥100이 기술주 비중을 키워줍니다).&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;환&lt;/b&gt;: 장기 적립이면 &lt;b&gt;환노출&lt;/b&gt;이 기본, 환율 부담이 크면 &lt;b&gt;환헤지(H)&lt;/b&gt;. 단 (H)는 헤지 비용·추적 차이가 생길 수 있고 상품별 총보수도 다릅니다.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;종목&lt;/b&gt;: 환노출은 보수·수익률이 거의 같으니 &lt;b&gt;유동성의 KODEX·TIGER&lt;/b&gt; 또는 &lt;b&gt;최저 보수의 ACE·RISE·SOL&lt;/b&gt;. 환헤지는 &lt;b&gt;KODEX(H)&lt;/b&gt;가 보수·유동성 모두 무난합니다.&lt;/li&gt;
      &lt;li&gt;&lt;b&gt;계좌&lt;/b&gt;: 일반계좌라면 소액은 국내 ETF, 큰 차익·종합과세 우려는 미국 직구가 유리할 수 있습니다. &lt;b&gt;ISA·연금 절세 계좌를 활용하면 국내 상장 ETF가 세금에서 유리해질 수 있습니다&lt;/b&gt;(계좌 한도·의무 보유·인출 시점·연금 수령 조건에 따라 다르며, 3편에서 상세히).&lt;/li&gt;
    &lt;/ul&gt;

    &lt;div class=&quot;etfb-box&quot;&gt;
      &lt;span class=&quot;etfb-chip&quot;&gt;한 줄 요약&lt;/span&gt;
      &lt;p&gt;&lt;b&gt;공격적이면 나스닥100, 분산이면 S&amp;amp;P500. 장기 적립은 환노출(KODEX·TIGER 또는 저보수 ACE·RISE·SOL), 환율이 걱정되면 환헤지 KODEX(H).&lt;/b&gt; 지난 1년 환노출 우위는 원화 약세 덕분이지 미래 보장은 아닙니다(환은 양방향). 그리고 &lt;b&gt;ISA·연금 절세 계좌를 활용하면&lt;/b&gt; 국내 상장 ETF가 세금에서 유리해질 수 있습니다(조건에 따라 다르며, 자세한 전략은 3편).&lt;/p&gt;
    &lt;/div&gt;
  &lt;/div&gt;

  &lt;p class=&quot;etfb-disclaimer&quot;&gt;본 글은 정보 제공 목적이며 특정 종목의 매수를 권유하지 않습니다. 투자 판단과 책임은 본인에게 있습니다. 총보수, 분배 정책, 유동성, 환율은 시점에 따라 달라질 수 있으니 매매 전 각 운용사 및 거래소 공시를 확인하세요. 세금 비교는 현행 세법 기준의 단순 가정이며 개인별 금융소득·보유기간 등에 따라 달라지므로, 정확한 세금은 홈택스 또는 세무 전문가에게 확인하세요. 과거 수익률은 미래 수익을 보장하지 않습니다.&lt;/p&gt;

&lt;/div&gt;</description>
      <category>etf 정보</category>
      <category>ETF비교</category>
      <category>ETF정보</category>
      <category>S&amp;amp;P500ETF</category>
      <category>나스닥ETF</category>
      <author>stockradar</author>
      <guid isPermaLink="true">https://stockradar.tistory.com/13</guid>
      <comments>https://stockradar.tistory.com/13#entry13comment</comments>
      <pubDate>Sun, 21 Jun 2026 11:40:21 +0900</pubDate>
    </item>
    <item>
      <title>2026년 6월 3주 국내 주식 주간 시황</title>
      <link>https://stockradar.tistory.com/12</link>
      <description>&lt;div&gt;
&lt;style&gt;

.sr-wrap, .sr-wrap * { margin:0; padding:0; box-sizing:border-box; }
.sr-wrap {
  width:100%; max-width:1560px; margin:0 auto; background:#f4f5f7; color:#1a1d24;
  font-family:&quot;Pretendard Variable&quot;,Pretendard,&quot;Inter&quot;,-apple-system,&quot;Segoe UI&quot;,sans-serif;
  padding:32px; font-size:14px; line-height:1.55;
}
.sr-head { display:flex; align-items:center; justify-content:space-between; margin-bottom:4px; }
.sr-brand { font-weight:800; font-size:21px; letter-spacing:-0.3px; }
.sr-brand .dot { color:#1565c0; }
.sr-date { color:#8a8f99; font-size:14px; }
.sr-title { font-size:30px; font-weight:800; color:#0d0f14; letter-spacing:-0.6px; margin:10px 0 22px; }
.sr-card { background:#ffffff; border:1px solid #e6e8eb; border-radius:14px; padding:16px 18px; margin-bottom:18px;
  box-shadow:0 1px 3px rgba(16,24,40,.04); }
.sr-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-bottom:18px; }
.sr-cols-2 { grid-template-columns:repeat(2,1fr); }
.sr-cols-3 { grid-template-columns:repeat(3,1fr); }
.sr-cols-4 { grid-template-columns:repeat(4,1fr); }
.sr-grid .sr-card { margin-bottom:0; }
.sr-chip { display:inline-block; font-size:13px; font-weight:700; color:#fff; padding:4px 12px; border-radius:999px; margin-bottom:12px; }
.sr-idxrow { display:flex; gap:16px; flex-wrap:wrap; }
.sr-idx { flex:1; min-width:240px; background:#f7f8fa; border:1px solid #e6e8eb; border-radius:12px; padding:14px 16px; }
.sr-idx .nm { color:#8a8f99; font-size:13px; font-weight:600; }
.sr-idx .px { font-size:27px; font-weight:800; color:#0d0f14; margin:2px 0; font-variant-numeric:tabular-nums; }
.sr-idx .ch { font-size:16px; font-weight:700; font-variant-numeric:tabular-nums; }
.sr-idx .sub { font-size:13px; margin-top:4px; }
.sr-mapwrap { display:flex; gap:16px; }
.sr-mapcol { flex:1; }
.sr-mapcap { color:#8a8f99; font-size:13px; margin:6px 0 8px; font-weight:600; }
.sr-mapcap .hint { color:#1565c0; font-weight:500; font-size:12px; }
.sr-map { width:100%; border-radius:12px; border:1px solid #e6e8eb; display:block; }
.sr-mapholder { border:2px dashed #e6e8eb; border-radius:12px; padding:30px 16px; text-align:center;
  color:#8a8f99; font-size:14px; background:#f7f8fa; line-height:1.6; }
table.sr-tb { width:100%; border-collapse:collapse; font-size:13px; }
/* font-size에 !important: 티스토리 스킨의 #article-view table td(font-size:15px, ID 특이도)가
   표 셀 폰트를 키우는 것을 막아 원본 크기 유지(다른 스킨/네이버에서도 안전) */
table.sr-tb th { text-align:left; color:#8a8f99; font-size:11.5px !important; font-weight:600; padding:6px 7px; border-bottom:2px solid #e6e8eb; white-space:nowrap; }
table.sr-tb td { padding:6px 7px; border-bottom:1px solid #e6e8eb; font-size:13px !important; font-variant-numeric:tabular-nums; white-space:nowrap; }
table.sr-tb tr:last-child td { border-bottom:none; }
.sr-rank { display:inline-flex; width:20px; height:20px; align-items:center; justify-content:center;
  background:#1565c0; color:#fff; border-radius:5px; font-size:11px; font-weight:700; }
.sr-nm { font-weight:700; color:#0d0f14; }
.sr-score { font-weight:800; color:#1565c0; }
.sr-crit { font-size:13.5px; line-height:1.7; }
.sr-crit b { color:#0d0f14; }
.sr-crit li { margin:4px 0; list-style:none; }
.sr-note { color:#8a8f99; font-size:12px; margin-top:8px; }
/* 주간: 지수 추이 SVG 라인차트 */
.sr-svg { width:100%; height:auto; display:block; }
.sr-svgcap { display:flex; align-items:baseline; gap:8px; margin-bottom:4px; }
.sr-svgcap .nm { font-weight:700; color:#0d0f14; font-size:14px; }
.sr-svgcap .ch { font-weight:700; font-size:14px; font-variant-numeric:tabular-nums; }
/* 주간: 테마 카드(막대 + 종목수 + 대표 종목 태그) */
.sr-wksec { border:1px solid #e6e8eb; border-radius:10px; padding:10px 12px; margin-bottom:10px; background:#f7f8fa; }
.sr-wksec:last-child { margin-bottom:0; }
.sr-wkhead { display:flex; align-items:center; gap:8px; }
.sr-wksector { font-weight:700; color:#0d0f14; flex:1; font-size:13.5px; }
.sr-wkavg { font-weight:800; font-size:14px; font-variant-numeric:tabular-nums; }
.sr-wkbar { height:6px; border-radius:4px; background:#e6e8eb; margin:8px 0 6px; overflow:hidden; }
.sr-wkbar &gt; div { height:100%; border-radius:4px; }
.sr-wkmeta { font-size:11.5px; color:#8a8f99; }
.sr-wktags { display:flex; flex-wrap:wrap; gap:5px; margin-top:7px; }
.sr-wktag { background:#ffffff; border:1px solid #e6e8eb; border-radius:6px; padding:3px 7px; font-size:11.5px; white-space:nowrap; }
.sr-wktag b { color:#0d0f14; font-weight:700; }
/* 반응형(티스토리 라이브 렌더/모바일): 좁은 화면에서 열 수 축소 */
@media (max-width:1100px) {
  .sr-cols-4 { grid-template-columns:repeat(2,1fr); }
  .sr-cols-3 { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:680px) {
  .sr-cols-2, .sr-cols-3, .sr-cols-4 { grid-template-columns:1fr; }
  .sr-mapwrap { flex-direction:column; }
  .sr-wrap { padding:16px; font-size:13px; }
  .sr-title { font-size:24px; }
}

.sr-wrap{width:min(100vw,1560px)!important;max-width:none!important;position:relative;left:50%;transform:translateX(-50%);}
&lt;/style&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wrap&quot;&gt;
&lt;div class=&quot;sr-head&quot;&gt;
&lt;div class=&quot;sr-brand&quot;&gt;  Stock&lt;span class=&quot;dot&quot;&gt;Radar&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-date&quot;&gt;2026-06-15 ~ 2026-06-19&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-title&quot;&gt;2026년 6월 3주 주간 리뷰&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  주간 지수 요약&lt;/span&gt;
&lt;div class=&quot;sr-idxrow&quot;&gt;
&lt;div class=&quot;sr-idx&quot;&gt;
&lt;div class=&quot;nm&quot;&gt;코스피 주간&lt;/div&gt;
&lt;div class=&quot;px&quot;&gt;9,052.42&lt;/div&gt;
&lt;div class=&quot;ch&quot; style=&quot;color: #e03131;&quot;&gt;+928.80p (+11.43%)&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-idx&quot;&gt;
&lt;div class=&quot;nm&quot;&gt;코스닥 주간&lt;/div&gt;
&lt;div class=&quot;px&quot;&gt;966.59&lt;/div&gt;
&lt;div class=&quot;ch&quot; style=&quot;color: #1565c0;&quot;&gt;-62.46p (-6.07%)&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  주간 시황 해설&lt;/span&gt;
&lt;p class=&quot;sr-crit&quot; style=&quot;font-size: 14.5px; line-height: 1.75;&quot; data-ke-size=&quot;size16&quot;&gt;코스피가 한 주간 +928.80p(+11.43%) 급등하며 9,052.42로 마감했습니다. 코스닥은 -62.46p(-6.07%)로 차별화된 흐름을 보였습니다. 코스닥이 코스피보다 부진해 중소형주 투자심리가 약했습니다. 업종별로는 건축자재(+24.1%)가 한 주 상승을 주도했고, 창업투자(-24.2%)는 부진했습니다. 외국인은 삼성전기(2.7조)를 가장 많이 순매수하고 삼성전자(1.4조)를 덜어냈습니다. 기관은 SK하이닉스(2.9조)를 가장 많이 순매수하고 한미반도체(9,624억)을 덜어냈습니다. 개별 종목 중에서는 강동씨앤엘이 한 주 +121.6%로 가장 크게 올랐고, 유티아이는 -43.1%로 가장 부진했습니다.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  주간 지수 추이&lt;/span&gt;
&lt;div class=&quot;sr-mapholder&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;weekly_trend.png&quot; data-origin-width=&quot;1796&quot; data-origin-height=&quot;414&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/k7Irq/dJMcaiDLoGs/wGSDEQicTbLDLYjBeR0xvk/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/k7Irq/dJMcaiDLoGs/wGSDEQicTbLDLYjBeR0xvk/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/k7Irq/dJMcaiDLoGs/wGSDEQicTbLDLYjBeR0xvk/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fk7Irq%2FdJMcaiDLoGs%2FwGSDEQicTbLDLYjBeR0xvk%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;1796&quot; height=&quot;414&quot; data-filename=&quot;weekly_trend.png&quot; data-origin-width=&quot;1796&quot; data-origin-height=&quot;414&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;p class=&quot;sr-note&quot; data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-2&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  환율&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;항목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;변화&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재값&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;미국 달러&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131; font-weight: bold;&quot;&gt;+0.76%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,529.9원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;유로&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold;&quot;&gt;-0.12%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,753.2원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;일본 엔(100엔)&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131; font-weight: bold;&quot;&gt;+0.13%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;946.3원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;중국 위안&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131; font-weight: bold;&quot;&gt;+0.71%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;226.07원&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  원자재&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;항목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;변화&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재값&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;금&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold;&quot;&gt;-1.18%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;4,165.2$&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;은&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold;&quot;&gt;-4.58%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;64.75$&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;구리&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold;&quot;&gt;-1.30%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;6.35$&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;브렌트유&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold;&quot;&gt;-8.73%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;79.71$&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;WTI&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold;&quot;&gt;-10.60%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;75.88$&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt; ️ 주간 시장지도&lt;/span&gt;
&lt;div class=&quot;sr-mapwrap&quot;&gt;
&lt;div class=&quot;sr-mapcol&quot;&gt;
&lt;div class=&quot;sr-mapcap&quot;&gt;코스피 주간 시장지도&lt;/div&gt;
&lt;div class=&quot;sr-mapholder&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;kospi_1w.png&quot; data-origin-width=&quot;3400&quot; data-origin-height=&quot;1820&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/bpDkUA/dJMcaaTglhk/Xaljckvq98dgjuUgxlP5d0/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/bpDkUA/dJMcaaTglhk/Xaljckvq98dgjuUgxlP5d0/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bpDkUA/dJMcaaTglhk/Xaljckvq98dgjuUgxlP5d0/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbpDkUA%2FdJMcaaTglhk%2FXaljckvq98dgjuUgxlP5d0%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;3400&quot; height=&quot;1820&quot; data-filename=&quot;kospi_1w.png&quot; data-origin-width=&quot;3400&quot; data-origin-height=&quot;1820&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-mapcol&quot;&gt;
&lt;div class=&quot;sr-mapcap&quot;&gt;코스닥 주간 시장지도&lt;/div&gt;
&lt;div class=&quot;sr-mapholder&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;kosdaq_1w.png&quot; data-origin-width=&quot;3400&quot; data-origin-height=&quot;1820&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/9Q1fd/dJMcaccsJwL/SpEhxeM5OTRnmh9mE9f931/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/9Q1fd/dJMcaccsJwL/SpEhxeM5OTRnmh9mE9f931/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/9Q1fd/dJMcaccsJwL/SpEhxeM5OTRnmh9mE9f931/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2F9Q1fd%2FdJMcaccsJwL%2FSpEhxeM5OTRnmh9mE9f931%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;3400&quot; height=&quot;1820&quot; data-filename=&quot;kosdaq_1w.png&quot; data-origin-width=&quot;3400&quot; data-origin-height=&quot;1820&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p class=&quot;sr-note&quot; data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-4&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;  상승 TOP10&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;주간등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;종가&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;강동씨앤엘&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+121.6%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,415&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼화전자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+73.6%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;3,845&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;JW신약&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+70.9%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,335&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;보해양조&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+58.4%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,130&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한울반도체&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+56.0%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;17,820&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;6&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;남화토건&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+45.9%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;5,180&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;7&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전기우&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+45.0%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;809,000&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;8&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;형지I&amp;amp;C&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+42.3%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;3,515&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;9&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;현대약품&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+42.2%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;8,150&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;10&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;와이지-원&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+41.9%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;22,600&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  하락 TOP10&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;주간등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;종가&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;유티아이&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-43.1%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;10,080&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;미래에셋벤처투자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-38.9%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;23,700&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;에이치브이엠&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-36.4%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;65,800&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;디아이씨&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-34.5%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;6,510&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;스피어&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-31.2%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;25,250&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;6&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;아이티센글로벌&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-28.6%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;31,200&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;7&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;켄코아에어로스페이스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-28.3%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;14,840&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;8&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;피에스케이홀딩스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-26.1%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;112,500&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;9&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;아이로보틱스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-26.1%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;3,100&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;10&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;아주IB투자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-25.7%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;6,100&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;  ETF 상승 TOP10&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;주간등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;종가&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;TIGER 200IT레버리지&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+41.4%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;939,000&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;PLUS 200선물레버리지&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+30.2%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;436,560&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;KODEX 레버리지&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+28.9%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;235,130&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;KIWOOM 200선물레버리지&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+28.8%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;211,700&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;ACE 레버리지&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+28.8%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;95,660&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;6&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;HANARO 200선물레버리지&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+28.6%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;261,140&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;7&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;TIGER 200선물레버리지&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+28.2%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;178,320&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;8&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;TIGER 레버리지&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+27.6%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;232,930&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;9&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;KODEX KRX300레버리지&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+26.1%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;163,795&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;10&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;KODEX AI반도체TOP2플러스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+22.6%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;60,600&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  ETF 하락 TOP10&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;주간등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;종가&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;KODEX 200선물인버스2X&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-25.0%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;63&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;TIGER 미국우주테크&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-24.8%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;10,960&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;KIWOOM 200선물인버스2X&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-23.8%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;64&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;TIGER 200선물인버스2X&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-23.3%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;69&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;PLUS 200선물인버스2X&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-22.2%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;133&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;6&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SOL 미국우주항공TOP10&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-19.1%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;9,795&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;7&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;KODEX 코스닥150롱코스피200숏선물&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-16.0%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,935&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;8&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;KODEX AI반도체핵심장비&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-14.3%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;28,885&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;9&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;KIWOOM 200선물인버스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-14.0%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,102&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;10&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;TIGER AI반도체핵심공정&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-13.3%&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;19,335&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-4&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;  외국인 순매수&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;금액(억)&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전기&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+2.7조&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+32.4%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+8,869억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+28.6%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한미반도체&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+2,414억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-18.3%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한화오션&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+2,408억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+13.9%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;HD현대중공업&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+1,824억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+2.6%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;6&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;LG에너지솔루션&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+1,581억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+1.1%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;7&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;현대차&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+1,508억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+1.0%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;8&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;LG&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+1,488억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+2.2%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;9&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;현대로템&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+1,289억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-0.7%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;10&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;대한항공&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+1,272억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+5.1%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;  기관 순매수&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;금액(억)&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+2.9조&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+28.6%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+1.1조&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+9.8%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+4,532억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+31.1%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;디앤디파마텍&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+1,327억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+27.1%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;HPSP&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+1,056억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-20.8%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;6&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;대한항공&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+783억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+5.1%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;7&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+646억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+22.1%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;8&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;케이뱅크&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+571억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+5.8%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;9&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;HD한국조선해양&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+534억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+5.3%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;10&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;HD현대일렉트릭&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+513억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-4.6%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;  연기금 순매수&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;금액(억)&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성생명&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+469억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+28.9%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;대한항공&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+347억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+5.1%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;케이뱅크&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+342억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+5.8%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+341억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+22.1%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+326억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+31.1%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;6&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;미래에셋생명&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+292억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+22.1%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;7&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;효성중공업&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+275억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+14.2%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;8&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK이터닉스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+238억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+0.5%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;9&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한화오션&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+237억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+13.9%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;10&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성E&amp;amp;A&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+232억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+2.2%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;  개인 순매수&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;금액(억)&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한미반도체&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+7,029억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-18.3%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+6,524억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+31.1%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;현대차&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+4,755억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+1.0%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+4,045억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+9.8%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;주성엔지니어링&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+2,542억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-16.4%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;6&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;LG이노텍&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+2,290억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+10.5%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;7&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;두산에너빌리티&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+1,842억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+5.2%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;8&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;대한전선&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+1,802억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+1.1%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;9&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성SDI&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+1,524억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+3.0%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;10&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;대우건설&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;+1,462억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-2.8%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-4&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  외국인 순매도&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;금액(억)&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-1.4조&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+9.8%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-1.1조&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+31.1%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;LG이노텍&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-2,338억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+10.5%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;HPSP&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-2,134억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-20.8%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;두산에너빌리티&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-1,704억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+5.2%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;6&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;대한전선&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-1,690억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+1.1%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;7&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;대우건설&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-1,238억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-2.8%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;8&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;제주반도체&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-1,096억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+11.5%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;9&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;현대건설&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-1,008억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-18.4%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;10&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;리노공업&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-989억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-11.4%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  기관 순매도&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;금액(억)&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한미반도체&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-9,624억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-18.3%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;현대차&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-6,132억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+1.0%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전기&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-4,120억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+32.4%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성SDI&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-2,463억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+3.0%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;주성엔지니어링&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-2,350억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-16.4%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;6&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;두산&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-1,431억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-14.0%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;7&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;LG&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-1,291억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+2.2%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;8&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;POSCO홀딩스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-1,199억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-5.4%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;9&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;DB하이텍&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-1,098억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-10.4%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;10&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;기아&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-1,030억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-7.1%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  연기금 순매도&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;금액(억)&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-2,276억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+9.8%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-1,940억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+28.6%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;현대차&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-970억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+1.0%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;미래에셋증권&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-739억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-6.8%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;POSCO홀딩스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-672억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-5.4%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;6&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자우&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-632억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+7.2%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;7&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;KB금융&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-468억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-1.8%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;8&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;LG에너지솔루션&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-383억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+1.1%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;9&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성SDI&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-348억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+3.0%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;10&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;두산&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-347억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-14.0%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  개인 순매도&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;금액(억)&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-3.5조&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+28.6%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전기&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-2.2조&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+32.4%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;대한항공&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-2,056억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+5.1%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한화오션&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-1,511억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+13.9%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;LIG디펜스앤에어로스페이스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-1,465억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+10.4%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;6&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;HD현대중공업&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-1,078억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+2.6%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;7&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-1,050억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+22.1%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;8&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;HD현대마린솔루션&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-1,036억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-9.1%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;9&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;효성중공업&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-973억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+14.2%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;10&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;현대로템&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;-946억&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-0.7%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-2&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;  상승 테마 TOP10&lt;/span&gt;
&lt;div class=&quot;sr-wksec&quot;&gt;
&lt;div class=&quot;sr-wkhead&quot;&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;sr-wksector&quot;&gt;건축자재&lt;/span&gt;&lt;span style=&quot;color: #e03131;&quot; class=&quot;sr-wkavg&quot;&gt;+24.05%&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wkbar&quot;&gt;
&lt;div style=&quot;width: 100%; background: #e03131;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wkmeta&quot;&gt;5종목 &lt;span style=&quot;color: #e03131;&quot;&gt;&amp;uarr;3&lt;/span&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;&amp;darr;2&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wktags&quot;&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;강동씨앤엘&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+122%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;다스코&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+31%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;KCC&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+4%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;삼표시멘트&lt;/b&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;-17%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;SG&lt;/b&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;-20%&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wksec&quot;&gt;
&lt;div class=&quot;sr-wkhead&quot;&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;span class=&quot;sr-wksector&quot;&gt;생명보험&lt;/span&gt;&lt;span style=&quot;color: #e03131;&quot; class=&quot;sr-wkavg&quot;&gt;+18.68%&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wkbar&quot;&gt;
&lt;div style=&quot;width: 93%; background: #e03131;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wkmeta&quot;&gt;3종목 &lt;span style=&quot;color: #e03131;&quot;&gt;&amp;uarr;3&lt;/span&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;&amp;darr;0&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wktags&quot;&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;삼성생명&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+29%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;미래에셋생명&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+22%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;한화생명&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+5%&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wksec&quot;&gt;
&lt;div class=&quot;sr-wkhead&quot;&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;span class=&quot;sr-wksector&quot;&gt;기타&lt;/span&gt;&lt;span style=&quot;color: #e03131;&quot; class=&quot;sr-wkavg&quot;&gt;+7.45%&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wkbar&quot;&gt;
&lt;div style=&quot;width: 37%; background: #e03131;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wkmeta&quot;&gt;34종목 &lt;span style=&quot;color: #e03131;&quot;&gt;&amp;uarr;31&lt;/span&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;&amp;darr;3&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wktags&quot;&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;RISE 200선물레버리지&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+29%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;RISE 네트워크인프라&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+16%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;RISE ESG사회책임투자&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+16%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;TIME 코리아밸류업액티브&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+14%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;RISE 200TR&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+14%&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wksec&quot;&gt;
&lt;div class=&quot;sr-wkhead&quot;&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;span class=&quot;sr-wksector&quot;&gt;제약&lt;/span&gt;&lt;span style=&quot;color: #e03131;&quot; class=&quot;sr-wkavg&quot;&gt;+6.43%&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wkbar&quot;&gt;
&lt;div style=&quot;width: 32%; background: #e03131;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wkmeta&quot;&gt;27종목 &lt;span style=&quot;color: #e03131;&quot;&gt;&amp;uarr;9&lt;/span&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;&amp;darr;17&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wktags&quot;&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;JW신약&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+71%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;현대약품&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+42%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;삼익제약&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+42%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;위더스제약&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+33%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;큐라클&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+19%&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wksec&quot;&gt;
&lt;div class=&quot;sr-wkhead&quot;&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;span class=&quot;sr-wksector&quot;&gt;전기장비&lt;/span&gt;&lt;span style=&quot;color: #e03131;&quot; class=&quot;sr-wkavg&quot;&gt;+6.12%&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wkbar&quot;&gt;
&lt;div style=&quot;width: 31%; background: #e03131;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wkmeta&quot;&gt;19종목 &lt;span style=&quot;color: #e03131;&quot;&gt;&amp;uarr;11&lt;/span&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;&amp;darr;8&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wktags&quot;&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;대원전선우&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+36%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;가온전선&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+34%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;LS ELECTRIC&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+16%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;비나텍&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+15%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;효성중공업&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+14%&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wksec&quot;&gt;
&lt;div class=&quot;sr-wkhead&quot;&gt;&lt;span class=&quot;sr-rank&quot;&gt;6&lt;/span&gt;&lt;span class=&quot;sr-wksector&quot;&gt;섬유,의류,신발,호화품&lt;/span&gt;&lt;span style=&quot;color: #e03131;&quot; class=&quot;sr-wkavg&quot;&gt;+5.85%&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wkbar&quot;&gt;
&lt;div style=&quot;width: 29%; background: #e03131;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wkmeta&quot;&gt;6종목 &lt;span style=&quot;color: #e03131;&quot;&gt;&amp;uarr;2&lt;/span&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;&amp;darr;4&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wktags&quot;&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;형지I&amp;amp;C&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+42%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;코데즈컴바인&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+21%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;미스토홀딩스&lt;/b&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;-5%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;F&amp;amp;F&lt;/b&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;-5%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;영원무역&lt;/b&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;-6%&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wksec&quot;&gt;
&lt;div class=&quot;sr-wkhead&quot;&gt;&lt;span class=&quot;sr-rank&quot;&gt;7&lt;/span&gt;&lt;span class=&quot;sr-wksector&quot;&gt;전자장비와기기&lt;/span&gt;&lt;span style=&quot;color: #e03131;&quot; class=&quot;sr-wkavg&quot;&gt;+5.84%&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wkbar&quot;&gt;
&lt;div style=&quot;width: 29%; background: #e03131;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wkmeta&quot;&gt;20종목 &lt;span style=&quot;color: #e03131;&quot;&gt;&amp;uarr;8&lt;/span&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;&amp;darr;12&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wktags&quot;&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;삼화전자&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+74%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;한울반도체&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+56%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;삼성전기우&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+45%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;삼성전기&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+32%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;LG이노텍&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+11%&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wksec&quot;&gt;
&lt;div class=&quot;sr-wkhead&quot;&gt;&lt;span class=&quot;sr-rank&quot;&gt;8&lt;/span&gt;&lt;span class=&quot;sr-wksector&quot;&gt;생물공학&lt;/span&gt;&lt;span style=&quot;color: #e03131;&quot; class=&quot;sr-wkavg&quot;&gt;+3.12%&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wkbar&quot;&gt;
&lt;div style=&quot;width: 16%; background: #e03131;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wkmeta&quot;&gt;10종목 &lt;span style=&quot;color: #e03131;&quot;&gt;&amp;uarr;4&lt;/span&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;&amp;darr;6&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wktags&quot;&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;디앤디파마텍&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+27%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;아미코젠&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+16%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;에이비엘바이오&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+9%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;알테오젠&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+5%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;코오롱티슈진&lt;/b&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;-0%&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wksec&quot;&gt;
&lt;div class=&quot;sr-wkhead&quot;&gt;&lt;span class=&quot;sr-rank&quot;&gt;9&lt;/span&gt;&lt;span class=&quot;sr-wksector&quot;&gt;건강관리장비와용품&lt;/span&gt;&lt;span style=&quot;color: #e03131;&quot; class=&quot;sr-wkavg&quot;&gt;+2.89%&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wkbar&quot;&gt;
&lt;div style=&quot;width: 14%; background: #e03131;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wkmeta&quot;&gt;8종목 &lt;span style=&quot;color: #e03131;&quot;&gt;&amp;uarr;6&lt;/span&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;&amp;darr;2&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wktags&quot;&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;피앤에스로보틱스&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+21%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;엘앤씨바이오&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+10%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;클래시스&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+6%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;인바디&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+5%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;HLB&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+4%&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wksec&quot;&gt;
&lt;div class=&quot;sr-wkhead&quot;&gt;&lt;span class=&quot;sr-rank&quot;&gt;10&lt;/span&gt;&lt;span class=&quot;sr-wksector&quot;&gt;건설&lt;/span&gt;&lt;span style=&quot;color: #e03131;&quot; class=&quot;sr-wkavg&quot;&gt;+2.83%&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wkbar&quot;&gt;
&lt;div style=&quot;width: 14%; background: #e03131;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wkmeta&quot;&gt;10종목 &lt;span style=&quot;color: #e03131;&quot;&gt;&amp;uarr;4&lt;/span&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;&amp;darr;5&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wktags&quot;&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;남화토건&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+46%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;상지건설&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+11%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;HJ중공업&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+3%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;삼성E&amp;amp;A&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+2%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;DL이앤씨&lt;/b&gt; &lt;span style=&quot;color: #8a8f99;&quot;&gt;+0%&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;❄️ 하락 테마 TOP10&lt;/span&gt;
&lt;div class=&quot;sr-wksec&quot;&gt;
&lt;div class=&quot;sr-wkhead&quot;&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;span class=&quot;sr-wksector&quot;&gt;창업투자&lt;/span&gt;&lt;span style=&quot;color: #1565c0;&quot; class=&quot;sr-wkavg&quot;&gt;-24.23%&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wkbar&quot;&gt;
&lt;div style=&quot;width: 100%; background: #1565c0;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wkmeta&quot;&gt;3종목 &lt;span style=&quot;color: #e03131;&quot;&gt;&amp;uarr;0&lt;/span&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;&amp;darr;3&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wktags&quot;&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;DSC인베스트먼트&lt;/b&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;-8%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;아주IB투자&lt;/b&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;-26%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;미래에셋벤처투자&lt;/b&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;-39%&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wksec&quot;&gt;
&lt;div class=&quot;sr-wkhead&quot;&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;span class=&quot;sr-wksector&quot;&gt;전기유틸리티&lt;/span&gt;&lt;span style=&quot;color: #1565c0;&quot; class=&quot;sr-wkavg&quot;&gt;-13.27%&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wkbar&quot;&gt;
&lt;div style=&quot;width: 66%; background: #1565c0;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wkmeta&quot;&gt;3종목 &lt;span style=&quot;color: #e03131;&quot;&gt;&amp;uarr;1&lt;/span&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;&amp;darr;2&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wktags&quot;&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;한국전력&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+1%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;한전기술&lt;/b&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;-18%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;한전KPS&lt;/b&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;-22%&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wksec&quot;&gt;
&lt;div class=&quot;sr-wkhead&quot;&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;span class=&quot;sr-wksector&quot;&gt;통신장비&lt;/span&gt;&lt;span style=&quot;color: #1565c0;&quot; class=&quot;sr-wkavg&quot;&gt;-11.00%&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wkbar&quot;&gt;
&lt;div style=&quot;width: 55%; background: #1565c0;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wkmeta&quot;&gt;14종목 &lt;span style=&quot;color: #e03131;&quot;&gt;&amp;uarr;1&lt;/span&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;&amp;darr;13&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wktags&quot;&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;삼지전자&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+3%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;RFHIC&lt;/b&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;-5%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;쏠리드&lt;/b&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;-8%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;한화비전&lt;/b&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;-10%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;아이씨티케이&lt;/b&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;-11%&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wksec&quot;&gt;
&lt;div class=&quot;sr-wkhead&quot;&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;span class=&quot;sr-wksector&quot;&gt;IT서비스&lt;/span&gt;&lt;span style=&quot;color: #1565c0;&quot; class=&quot;sr-wkavg&quot;&gt;-9.54%&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wkbar&quot;&gt;
&lt;div style=&quot;width: 48%; background: #1565c0;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wkmeta&quot;&gt;13종목 &lt;span style=&quot;color: #e03131;&quot;&gt;&amp;uarr;1&lt;/span&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;&amp;darr;12&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wktags&quot;&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;에프앤가이드&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+4%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;카카오페이&lt;/b&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;-1%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;포스코DX&lt;/b&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;-2%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;현대오토에버&lt;/b&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;-3%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;NHN&lt;/b&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;-4%&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wksec&quot;&gt;
&lt;div class=&quot;sr-wkhead&quot;&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;span class=&quot;sr-wksector&quot;&gt;우주항공과국방&lt;/span&gt;&lt;span style=&quot;color: #1565c0;&quot; class=&quot;sr-wkavg&quot;&gt;-8.91%&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wkbar&quot;&gt;
&lt;div style=&quot;width: 45%; background: #1565c0;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wkmeta&quot;&gt;12종목 &lt;span style=&quot;color: #e03131;&quot;&gt;&amp;uarr;3&lt;/span&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;&amp;darr;9&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wktags&quot;&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;LIG디펜스앤에어로스페이스&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+10%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;한화에어로스페이스&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+4%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;한국항공우주&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+4%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;현대로템&lt;/b&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;-1%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;한화시스템&lt;/b&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;-5%&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wksec&quot;&gt;
&lt;div class=&quot;sr-wkhead&quot;&gt;&lt;span class=&quot;sr-rank&quot;&gt;6&lt;/span&gt;&lt;span class=&quot;sr-wksector&quot;&gt;핸드셋&lt;/span&gt;&lt;span style=&quot;color: #1565c0;&quot; class=&quot;sr-wkavg&quot;&gt;-6.85%&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wkbar&quot;&gt;
&lt;div style=&quot;width: 34%; background: #1565c0;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wkmeta&quot;&gt;5종목 &lt;span style=&quot;color: #e03131;&quot;&gt;&amp;uarr;2&lt;/span&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;&amp;darr;3&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wktags&quot;&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;아모텍&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+20%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;인탑스&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+5%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;디케이티&lt;/b&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;-1%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;PS일렉트로닉스&lt;/b&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;-14%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;유티아이&lt;/b&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;-43%&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wksec&quot;&gt;
&lt;div class=&quot;sr-wkhead&quot;&gt;&lt;span class=&quot;sr-rank&quot;&gt;7&lt;/span&gt;&lt;span class=&quot;sr-wksector&quot;&gt;화학&lt;/span&gt;&lt;span style=&quot;color: #1565c0;&quot; class=&quot;sr-wkavg&quot;&gt;-6.82%&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wkbar&quot;&gt;
&lt;div style=&quot;width: 34%; background: #1565c0;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wkmeta&quot;&gt;22종목 &lt;span style=&quot;color: #e03131;&quot;&gt;&amp;uarr;5&lt;/span&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;&amp;darr;17&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wktags&quot;&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;LG화학우&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+2%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;금호석유화학&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+1%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;롯데케미칼&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+0%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;에코프로&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+0%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;포스코퓨처엠&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+0%&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wksec&quot;&gt;
&lt;div class=&quot;sr-wkhead&quot;&gt;&lt;span class=&quot;sr-rank&quot;&gt;8&lt;/span&gt;&lt;span class=&quot;sr-wksector&quot;&gt;반도체와반도체장비&lt;/span&gt;&lt;span style=&quot;color: #1565c0;&quot; class=&quot;sr-wkavg&quot;&gt;-6.81%&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wkbar&quot;&gt;
&lt;div style=&quot;width: 34%; background: #1565c0;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wkmeta&quot;&gt;73종목 &lt;span style=&quot;color: #e03131;&quot;&gt;&amp;uarr;15&lt;/span&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;&amp;darr;57&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wktags&quot;&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;지오엘리먼트&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+40%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;지아이에스&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+35%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;SK하이닉스&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+29%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;예스티&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+17%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;삼양엔씨켐&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+12%&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wksec&quot;&gt;
&lt;div class=&quot;sr-wkhead&quot;&gt;&lt;span class=&quot;sr-rank&quot;&gt;9&lt;/span&gt;&lt;span class=&quot;sr-wksector&quot;&gt;비철금속&lt;/span&gt;&lt;span style=&quot;color: #1565c0;&quot; class=&quot;sr-wkavg&quot;&gt;-6.76%&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wkbar&quot;&gt;
&lt;div style=&quot;width: 34%; background: #1565c0;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wkmeta&quot;&gt;6종목 &lt;span style=&quot;color: #e03131;&quot;&gt;&amp;uarr;1&lt;/span&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;&amp;darr;5&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wktags&quot;&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;경동인베스트&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+17%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;고려아연&lt;/b&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;-1%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;포스코스틸리온&lt;/b&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;-2%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;풍산&lt;/b&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;-4%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;삼아알미늄&lt;/b&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;-15%&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wksec&quot;&gt;
&lt;div class=&quot;sr-wkhead&quot;&gt;&lt;span class=&quot;sr-rank&quot;&gt;10&lt;/span&gt;&lt;span class=&quot;sr-wksector&quot;&gt;기계&lt;/span&gt;&lt;span style=&quot;color: #1565c0;&quot; class=&quot;sr-wkavg&quot;&gt;-5.42%&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wkbar&quot;&gt;
&lt;div style=&quot;width: 27%; background: #1565c0;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wkmeta&quot;&gt;22종목 &lt;span style=&quot;color: #e03131;&quot;&gt;&amp;uarr;4&lt;/span&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;&amp;darr;18&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-wktags&quot;&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;와이지-원&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+42%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;씨피시스템&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+21%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;두산에너빌리티&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+5%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;두산밥캣&lt;/b&gt; &lt;span style=&quot;color: #e03131;&quot;&gt;+1%&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;sr-wktag&quot;&gt;&lt;b&gt;태광&lt;/b&gt; &lt;span style=&quot;color: #1565c0;&quot;&gt;-2%&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
      <category>주식 일일 시황/2026년 6월</category>
      <category>주식마감시황</category>
      <category>코스닥</category>
      <category>코스피</category>
      <author>stockradar</author>
      <guid isPermaLink="true">https://stockradar.tistory.com/12</guid>
      <comments>https://stockradar.tistory.com/12#entry12comment</comments>
      <pubDate>Sat, 20 Jun 2026 10:30:21 +0900</pubDate>
    </item>
    <item>
      <title>2026-06-19 국내 주식 마감 시황</title>
      <link>https://stockradar.tistory.com/11</link>
      <description>&lt;div&gt;
&lt;style&gt;

.sr-wrap, .sr-wrap * { margin:0; padding:0; box-sizing:border-box; }
.sr-wrap {
  width:100%; max-width:1560px; margin:0 auto; background:#f4f5f7; color:#1a1d24;
  font-family:&quot;Pretendard Variable&quot;,Pretendard,&quot;Inter&quot;,-apple-system,&quot;Segoe UI&quot;,sans-serif;
  padding:32px; font-size:14px; line-height:1.55;
}
.sr-head { display:flex; align-items:center; justify-content:space-between; margin-bottom:4px; }
.sr-brand { font-weight:800; font-size:21px; letter-spacing:-0.3px; }
.sr-brand .dot { color:#1565c0; }
.sr-date { color:#8a8f99; font-size:14px; }
.sr-title { font-size:30px; font-weight:800; color:#0d0f14; letter-spacing:-0.6px; margin:10px 0 22px; }
.sr-card { background:#ffffff; border:1px solid #e6e8eb; border-radius:14px; padding:16px 18px; margin-bottom:18px;
  box-shadow:0 1px 3px rgba(16,24,40,.04); }
.sr-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-bottom:18px; }
.sr-cols-2 { grid-template-columns:repeat(2,1fr); }
.sr-cols-3 { grid-template-columns:repeat(3,1fr); }
.sr-cols-4 { grid-template-columns:repeat(4,1fr); }
.sr-grid .sr-card { margin-bottom:0; }
.sr-chip { display:inline-block; font-size:13px; font-weight:700; color:#fff; padding:4px 12px; border-radius:999px; margin-bottom:12px; }
.sr-idxrow { display:flex; gap:16px; flex-wrap:wrap; }
.sr-idx { flex:1; min-width:240px; background:#f7f8fa; border:1px solid #e6e8eb; border-radius:12px; padding:14px 16px; }
.sr-idx .nm { color:#8a8f99; font-size:13px; font-weight:600; }
.sr-idx .px { font-size:27px; font-weight:800; color:#0d0f14; margin:2px 0; font-variant-numeric:tabular-nums; }
.sr-idx .ch { font-size:16px; font-weight:700; font-variant-numeric:tabular-nums; }
.sr-idx .sub { font-size:13px; margin-top:4px; }
.sr-mapwrap { display:flex; gap:16px; }
.sr-mapcol { flex:1; }
.sr-mapcap { color:#8a8f99; font-size:13px; margin:6px 0 8px; font-weight:600; }
.sr-mapcap .hint { color:#1565c0; font-weight:500; font-size:12px; }
.sr-map { width:100%; border-radius:12px; border:1px solid #e6e8eb; display:block; }
.sr-mapholder { border:2px dashed #e6e8eb; border-radius:12px; padding:30px 16px; text-align:center;
  color:#8a8f99; font-size:14px; background:#f7f8fa; line-height:1.6; }
table.sr-tb { width:100%; border-collapse:collapse; font-size:13px; }
/* font-size에 !important: 티스토리 스킨의 #article-view table td(font-size:15px, ID 특이도)가
   표 셀 폰트를 키우는 것을 막아 원본 크기 유지(다른 스킨/네이버에서도 안전) */
table.sr-tb th { text-align:left; color:#8a8f99; font-size:11.5px !important; font-weight:600; padding:6px 7px; border-bottom:2px solid #e6e8eb; white-space:nowrap; }
table.sr-tb td { padding:6px 7px; border-bottom:1px solid #e6e8eb; font-size:13px !important; font-variant-numeric:tabular-nums; white-space:nowrap; }
table.sr-tb tr:last-child td { border-bottom:none; }
.sr-rank { display:inline-flex; width:20px; height:20px; align-items:center; justify-content:center;
  background:#1565c0; color:#fff; border-radius:5px; font-size:11px; font-weight:700; }
.sr-nm { font-weight:700; color:#0d0f14; }
.sr-score { font-weight:800; color:#1565c0; }
.sr-crit { font-size:13.5px; line-height:1.7; }
.sr-crit b { color:#0d0f14; }
.sr-crit li { margin:4px 0; list-style:none; }
.sr-note { color:#8a8f99; font-size:12px; margin-top:8px; }
/* 주간: 지수 추이 SVG 라인차트 */
.sr-svg { width:100%; height:auto; display:block; }
.sr-svgcap { display:flex; align-items:baseline; gap:8px; margin-bottom:4px; }
.sr-svgcap .nm { font-weight:700; color:#0d0f14; font-size:14px; }
.sr-svgcap .ch { font-weight:700; font-size:14px; font-variant-numeric:tabular-nums; }
/* 주간: 테마 카드(막대 + 종목수 + 대표 종목 태그) */
.sr-wksec { border:1px solid #e6e8eb; border-radius:10px; padding:10px 12px; margin-bottom:10px; background:#f7f8fa; }
.sr-wksec:last-child { margin-bottom:0; }
.sr-wkhead { display:flex; align-items:center; gap:8px; }
.sr-wksector { font-weight:700; color:#0d0f14; flex:1; font-size:13.5px; }
.sr-wkavg { font-weight:800; font-size:14px; font-variant-numeric:tabular-nums; }
.sr-wkbar { height:6px; border-radius:4px; background:#e6e8eb; margin:8px 0 6px; overflow:hidden; }
.sr-wkbar &gt; div { height:100%; border-radius:4px; }
.sr-wkmeta { font-size:11.5px; color:#8a8f99; }
.sr-wktags { display:flex; flex-wrap:wrap; gap:5px; margin-top:7px; }
.sr-wktag { background:#ffffff; border:1px solid #e6e8eb; border-radius:6px; padding:3px 7px; font-size:11.5px; white-space:nowrap; }
.sr-wktag b { color:#0d0f14; font-weight:700; }
/* 반응형(티스토리 라이브 렌더/모바일): 좁은 화면에서 열 수 축소 */
@media (max-width:1100px) {
  .sr-cols-4 { grid-template-columns:repeat(2,1fr); }
  .sr-cols-3 { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:680px) {
  .sr-cols-2, .sr-cols-3, .sr-cols-4 { grid-template-columns:1fr; }
  .sr-mapwrap { flex-direction:column; }
  .sr-wrap { padding:16px; font-size:13px; }
  .sr-title { font-size:24px; }
}

.sr-wrap{width:min(100vw,1560px)!important;max-width:none!important;position:relative;left:50%;transform:translateX(-50%);}
&lt;/style&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wrap&quot;&gt;
&lt;div class=&quot;sr-head&quot;&gt;
&lt;div class=&quot;sr-brand&quot;&gt;  Stock&lt;span class=&quot;dot&quot;&gt;Radar&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-date&quot;&gt;2026-06-19&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-title&quot;&gt;오늘의 증시 리포트&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;▲ 오늘의 시황 (지수&amp;middot;등락&amp;middot;수급)&lt;/span&gt;
&lt;div class=&quot;sr-idxrow&quot;&gt;
&lt;div class=&quot;sr-idx&quot;&gt;
&lt;div class=&quot;nm&quot;&gt;코스피&lt;/div&gt;
&lt;div class=&quot;px&quot;&gt;9,052.42&lt;/div&gt;
&lt;div class=&quot;ch&quot; style=&quot;color: #1565c0;&quot;&gt;-11.42p (-0.13%)&lt;/div&gt;
&lt;div class=&quot;sub&quot;&gt;&lt;span style=&quot;color: #e03131;&quot;&gt;▲ 상승 110&lt;/span&gt; &amp;middot; &lt;span style=&quot;color: #1565c0;&quot;&gt;▼ 하락 763&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sub&quot;&gt;외인 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-3,555억&lt;/span&gt; &amp;middot; 기관 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-1.2조&lt;/span&gt; &amp;middot; 개인 &lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+1.6조&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-idx&quot;&gt;
&lt;div class=&quot;nm&quot;&gt;코스닥&lt;/div&gt;
&lt;div class=&quot;px&quot;&gt;966.59&lt;/div&gt;
&lt;div class=&quot;ch&quot; style=&quot;color: #1565c0;&quot;&gt;-34.34p (-3.43%)&lt;/div&gt;
&lt;div class=&quot;sub&quot;&gt;&lt;span style=&quot;color: #e03131;&quot;&gt;▲ 상승 194&lt;/span&gt; &amp;middot; &lt;span style=&quot;color: #1565c0;&quot;&gt;▼ 하락 1437&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sub&quot;&gt;외인 &lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+4,977억&lt;/span&gt; &amp;middot; 기관 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-5,838억&lt;/span&gt; &amp;middot; 개인 &lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+750억&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  환율 &amp;middot; 원자재&lt;/span&gt;
&lt;div style=&quot;display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 6px;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: #8a8f99; font-size: 14px; min-width: 54px;&quot;&gt;환율&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;USD&lt;/b&gt; 1,530원 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-0.53%&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;EUR&lt;/b&gt; 1,754원 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-0.49%&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;JPY(100)&lt;/b&gt; 949원 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-0.54%&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;CNY&lt;/b&gt; 225원 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-0.68%&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 6px;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: #8a8f99; font-size: 14px; min-width: 54px;&quot;&gt;원자재&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;브렌트유&lt;/b&gt; 80.0달러 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-3.87%&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;구리&lt;/b&gt; 6.3달러 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-2.04%&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;금&lt;/b&gt; 4,172.6달러 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-3.59%&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;은&lt;/b&gt; 65.0달러 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-7.30%&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  오늘의 시황 해설&lt;/span&gt;
&lt;p class=&quot;sr-crit&quot; style=&quot;font-size: 14.5px; line-height: 1.75;&quot; data-ke-size=&quot;size16&quot;&gt;코스피가 -11.42p(-0.13%) 하락하며 9,052.42로 마감했습니다. 코스닥도 -34.34p(-3.43%)로 동반 흐름을 보였습니다. 외국인(-3,555억) &amp;middot; 기관(-1.2조)의 순매도가 지수 하락을 이끌었습니다. 개인이 순매수로 받쳤지만 낙폭을 막기엔 역부족이었습니다. 상승 110종목 대 하락 763종목(약 6.9배)으로 하락 종목이 압도하며 투자심리가 위축됐습니다. 업종별로는 전기유틸리티(-5.4%)가 낙폭을 키웠고, 생명보험(+1.7%)는 상대적으로 선방했습니다. 대외 변수로는 원/달러 1,530원(원화 강세), 브렌트유 80.0달러(-3.9%)가 영향을 미쳤습니다.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt; ️ 일일 시장지도&lt;/span&gt;
&lt;div class=&quot;sr-mapwrap&quot;&gt;
&lt;div class=&quot;sr-mapcol&quot;&gt;
&lt;div class=&quot;sr-mapcap&quot;&gt;코스피 시장지도&lt;/div&gt;
&lt;div class=&quot;sr-mapholder&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;kospi_1d.png&quot; data-origin-width=&quot;3400&quot; data-origin-height=&quot;1820&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/d17F7B/dJMcaftt25P/XyJEzTNZ6AVKy4ejHmfRF0/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/d17F7B/dJMcaftt25P/XyJEzTNZ6AVKy4ejHmfRF0/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/d17F7B/dJMcaftt25P/XyJEzTNZ6AVKy4ejHmfRF0/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fd17F7B%2FdJMcaftt25P%2FXyJEzTNZ6AVKy4ejHmfRF0%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;3400&quot; height=&quot;1820&quot; data-filename=&quot;kospi_1d.png&quot; data-origin-width=&quot;3400&quot; data-origin-height=&quot;1820&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-mapcol&quot;&gt;
&lt;div class=&quot;sr-mapcap&quot;&gt;코스닥 시장지도&lt;/div&gt;
&lt;div class=&quot;sr-mapholder&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;kosdaq_1d.png&quot; data-origin-width=&quot;3400&quot; data-origin-height=&quot;1820&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/sKufK/dJMcajvTW22/wClG9h8l9YwX5Y8bYT5gXk/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/sKufK/dJMcajvTW22/wClG9h8l9YwX5Y8bYT5gXk/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/sKufK/dJMcajvTW22/wClG9h8l9YwX5Y8bYT5gXk/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FsKufK%2FdJMcajvTW22%2FwClG9h8l9YwX5Y8bYT5gXk%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;3400&quot; height=&quot;1820&quot; data-filename=&quot;kosdaq_1d.png&quot; data-origin-width=&quot;3400&quot; data-origin-height=&quot;1820&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p class=&quot;sr-note&quot; data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-4&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;▲ 오늘 상승 TOP5&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼익제약&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;8,410&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한울반도체&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;17,820&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;다스코&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;3,470&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;시지메드텍&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,618&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;제이앤티씨&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;21,000&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+29.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;▼ 오늘 하락 TOP5&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;유티아이&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;10,080&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;서전기전&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;4,840&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-28.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;넥써쓰&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,951&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-27.5%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SG&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,606&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-26.2%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;듀오백&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;722&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-23.7%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #f39c12;&quot; class=&quot;sr-chip&quot;&gt;  거래대금 TOP5&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;거래대금&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,764,000&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;20.7조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;354,000&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;15.3조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전기&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,270,000&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;3.9조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,780,000&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;2.7조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자우&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;222,000&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1.4조&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e64980;&quot; class=&quot;sr-chip&quot;&gt;  거래량급증 TOP5&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;거래량&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;남화토건&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;5,180&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;39.2배&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;지슨&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,069&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;28.7배&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;다스코&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;3,470&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;27.2배&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;피앤에스로보틱스&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;6,810&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;22.1배&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;와토스코리아&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;5,800&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;16.5배&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;  52주 신고가&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한울반도체&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;17,820&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;강동씨앤엘&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,415&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+29.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;남화토건&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;5,180&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+12.7%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전기우&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;809,000&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+11.4%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;미래에셋생명&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;34,550&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+8.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  52주 신저가&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;오에스피&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,937&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-34.2%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;유티아이&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;10,080&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SG&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,606&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-26.2%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;엔시트론&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,510&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-19.2%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;조이웍스앤코&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;986&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-18.1%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-2&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;▲ 상승 테마 TOP10&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;테마 &amp;middot; 대표 3종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;평균&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;생명보험&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;미래에셋생명 &lt;span style=&quot;color: #e03131;&quot;&gt;+8%&lt;/span&gt; &amp;middot; 삼성생명 &lt;span style=&quot;color: #e03131;&quot;&gt;+6%&lt;/span&gt; &amp;middot; 동양생명 &lt;span style=&quot;color: #1565c0;&quot;&gt;-3%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131; font-weight: bold; vertical-align: top;&quot;&gt;+1.66%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;음료&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;보해양조 &lt;span style=&quot;color: #e03131;&quot;&gt;+30%&lt;/span&gt; &amp;middot; 한울앤제주 &lt;span style=&quot;color: #e03131;&quot;&gt;+15%&lt;/span&gt; &amp;middot; 하이트진로2우B &lt;span style=&quot;color: #1565c0;&quot;&gt;-0%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131; font-weight: bold; vertical-align: top;&quot;&gt;+1.36%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;광고&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;비케이홀딩스 &lt;span style=&quot;color: #e03131;&quot;&gt;+8%&lt;/span&gt; &amp;middot; SM C&amp;amp;C &lt;span style=&quot;color: #e03131;&quot;&gt;+7%&lt;/span&gt; &amp;middot; 와이즈버즈 &lt;span style=&quot;color: #e03131;&quot;&gt;+5%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-0.59%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;석유와가스&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;SK &lt;span style=&quot;color: #e03131;&quot;&gt;+5%&lt;/span&gt; &amp;middot; SK디스커버리 &lt;span style=&quot;color: #e03131;&quot;&gt;+3%&lt;/span&gt; &amp;middot; 중앙에너비스 &lt;span style=&quot;color: #e03131;&quot;&gt;+1%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-0.86%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;전문소매&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;홈캐스트 &lt;span style=&quot;color: #e03131;&quot;&gt;+4%&lt;/span&gt; &amp;middot; 롯데하이마트 &lt;span style=&quot;color: #1565c0;&quot;&gt;-1%&lt;/span&gt; &amp;middot; 일월지엠엘 &lt;span style=&quot;color: #1565c0;&quot;&gt;-2%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-0.97%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;교육서비스&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;이퓨쳐 &lt;span style=&quot;color: #e03131;&quot;&gt;+3%&lt;/span&gt; &amp;middot; 골드앤에스 &lt;span style=&quot;color: #e03131;&quot;&gt;+2%&lt;/span&gt; &amp;middot; 비상교육 &lt;span style=&quot;color: #e03131;&quot;&gt;+2%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-1.04%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;식품과기본식료품소매&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;CJ프레시웨이 &lt;span style=&quot;color: #e03131;&quot;&gt;+1%&lt;/span&gt; &amp;middot; 현대코퍼레이션홀딩스 &lt;span style=&quot;color: #1565c0;&quot;&gt;-0%&lt;/span&gt; &amp;middot; 보라티알 &lt;span style=&quot;color: #1565c0;&quot;&gt;-1%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-1.17%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;기타금융&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;글로벌텍스프리 &lt;span style=&quot;color: #e03131;&quot;&gt;+0%&lt;/span&gt; &amp;middot; 한국캐피탈 &lt;span style=&quot;color: #1565c0;&quot;&gt;-1%&lt;/span&gt; &amp;middot; 푸른저축은행 &lt;span style=&quot;color: #1565c0;&quot;&gt;-1%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-1.28%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;상업서비스와공급품&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;양지사 &lt;span style=&quot;color: #e03131;&quot;&gt;+10%&lt;/span&gt; &amp;middot; 한국기업평가 &lt;span style=&quot;color: #e03131;&quot;&gt;+1%&lt;/span&gt; &amp;middot; 에코프로에이치엔 &lt;span style=&quot;color: #8a8f99;&quot;&gt;+0%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-1.28%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;부동산&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;신라섬유 &lt;span style=&quot;color: #e03131;&quot;&gt;+8%&lt;/span&gt; &amp;middot; 디앤디플랫폼리츠 &lt;span style=&quot;color: #e03131;&quot;&gt;+4%&lt;/span&gt; &amp;middot; 블루콤 &lt;span style=&quot;color: #e03131;&quot;&gt;+3%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-1.47%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;▼ 하락 테마 TOP10&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;테마 &amp;middot; 대표 3종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;평균&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;전기유틸리티&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;한전기술 &lt;span style=&quot;color: #1565c0;&quot;&gt;-10%&lt;/span&gt; &amp;middot; 그리드위즈 &lt;span style=&quot;color: #1565c0;&quot;&gt;-6%&lt;/span&gt; &amp;middot; 한전산업 &lt;span style=&quot;color: #1565c0;&quot;&gt;-5%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-5.40%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;가구&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;듀오백 &lt;span style=&quot;color: #1565c0;&quot;&gt;-24%&lt;/span&gt; &amp;middot; 조이웍스앤코 &lt;span style=&quot;color: #1565c0;&quot;&gt;-18%&lt;/span&gt; &amp;middot; 에넥스 &lt;span style=&quot;color: #1565c0;&quot;&gt;-5%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-5.18%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;우주항공과국방&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;나라스페이스테크놀로지 &lt;span style=&quot;color: #1565c0;&quot;&gt;-11%&lt;/span&gt; &amp;middot; 삼양컴텍 &lt;span style=&quot;color: #1565c0;&quot;&gt;-11%&lt;/span&gt; &amp;middot; RF시스템즈 &lt;span style=&quot;color: #1565c0;&quot;&gt;-11%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-5.10%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;에너지장비및서비스&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;태웅 &lt;span style=&quot;color: #1565c0;&quot;&gt;-12%&lt;/span&gt; &amp;middot; SK이터닉스 &lt;span style=&quot;color: #1565c0;&quot;&gt;-11%&lt;/span&gt; &amp;middot; 앱튼 &lt;span style=&quot;color: #1565c0;&quot;&gt;-10%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-4.75%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;무선통신서비스&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;프리티 &lt;span style=&quot;color: #1565c0;&quot;&gt;-10%&lt;/span&gt; &amp;middot; 와이어블 &lt;span style=&quot;color: #1565c0;&quot;&gt;-6%&lt;/span&gt; &amp;middot; LG유플러스 &lt;span style=&quot;color: #1565c0;&quot;&gt;-2%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-4.67%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;양방향미디어와서비스&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;탑코미디어 &lt;span style=&quot;color: #1565c0;&quot;&gt;-14%&lt;/span&gt; &amp;middot; 미스터블루 &lt;span style=&quot;color: #1565c0;&quot;&gt;-10%&lt;/span&gt; &amp;middot; 자이언트스텝 &lt;span style=&quot;color: #1565c0;&quot;&gt;-8%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-4.54%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;판매업체&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;글로본 &lt;span style=&quot;color: #1565c0;&quot;&gt;-10%&lt;/span&gt; &amp;middot; 서울옥션 &lt;span style=&quot;color: #1565c0;&quot;&gt;-6%&lt;/span&gt; &amp;middot; 케이옥션 &lt;span style=&quot;color: #1565c0;&quot;&gt;-6%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-4.47%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;생명과학도구및서비스&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;큐리옥스바이오시스템즈 &lt;span style=&quot;color: #1565c0;&quot;&gt;-10%&lt;/span&gt; &amp;middot; 아이빔테크놀로지 &lt;span style=&quot;color: #1565c0;&quot;&gt;-10%&lt;/span&gt; &amp;middot; 바이오톡스텍 &lt;span style=&quot;color: #1565c0;&quot;&gt;-9%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-4.39%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;통신장비&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;우리넷 &lt;span style=&quot;color: #1565c0;&quot;&gt;-11%&lt;/span&gt; &amp;middot; 빛과전자 &lt;span style=&quot;color: #1565c0;&quot;&gt;-11%&lt;/span&gt; &amp;middot; 에프알텍 &lt;span style=&quot;color: #1565c0;&quot;&gt;-9%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-4.34%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;전기장비&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;서전기전 &lt;span style=&quot;color: #1565c0;&quot;&gt;-28%&lt;/span&gt; &amp;middot; 가온전선 &lt;span style=&quot;color: #1565c0;&quot;&gt;-12%&lt;/span&gt; &amp;middot; KBI메탈 &lt;span style=&quot;color: #1565c0;&quot;&gt;-9%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-4.28%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-2&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  시가총액 TOP10 (코스피)&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;시총&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;354,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-2.3%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,070조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;2,764,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+2.9%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,970조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1,780,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+4.7%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;235조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자우&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;222,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-2.8%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;178조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전기&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;2,270,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+3.2%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;170조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;6&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;현대차&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;613,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+2.0%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;123조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;7&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성생명&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;497,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+6.0%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;99조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;8&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;LG에너지솔루션&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;404,500&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+1.1%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;95조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;9&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성물산&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;491,500&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+1.2%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;80조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;10&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;HD현대중공업&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;667,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-2.5%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;70조&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #7048e8;&quot; class=&quot;sr-chip&quot;&gt;  시가총액 TOP10 (코스닥)&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;시총&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;알테오젠&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;353,500&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-4.3%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;19조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;에코프로비엠&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;169,400&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-1.7%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;17조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;에코프로&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;116,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-1.3%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;16조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;레인보우로보틱스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;590,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-4.1%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;11조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;주성엔지니어링&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;193,100&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-9.1%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;9조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;6&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;코오롱티슈진&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;102,100&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-4.2%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;9조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;7&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;원익IPS&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;156,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-4.4%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;8조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;8&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;리노공업&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;92,600&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+0.3%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;7조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;9&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;HLB&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;48,100&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-4.0%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;6조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;10&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼천당제약&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;253,500&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-3.6%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;6조&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-4&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;외국인 순매수&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매수&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전기&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+3.2%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;2,733억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한미반도체&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-6.5%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;2,664억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;현대차&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+2.0%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;1,206억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;HD현대중공업&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-2.5%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;997억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;LS ELECTRIC&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+7.0%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;739억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;외국인 순매도&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매도&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-2.3%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;8,994억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+2.9%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;8,706억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+4.7%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;5,074억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자우&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-2.8%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;824억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;LG이노텍&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-10.8%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;704억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;기관 순매수&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매수&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+2.9%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;7,217억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+4.7%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;2,139억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전기&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+3.2%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;419억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+5.4%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;364억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;디앤디파마텍&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+2.7%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;235억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;기관 순매도&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매도&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한미반도체&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-6.5%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;7,537억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-2.3%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;5,016억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;현대차&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+2.0%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;850억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;HPSP&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-4.7%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;822억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;ISC&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-3.6%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;612억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;개인 순매수&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매수&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-2.3%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;1.4조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한미반도체&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-6.5%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;4,724억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+4.7%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;2,898억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+2.9%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;1,966억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;LG이노텍&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-10.8%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;1,265억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;개인 순매도&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매도&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전기&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+3.2%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;3,023억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;LS ELECTRIC&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+7.0%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;832억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;NAVER&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-2.3%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;788억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;효성중공업&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+4.4%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;750억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성SDI&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+6.3%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;541억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;연기금 순매수&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매수&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+5.4%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;199억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+4.7%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;154억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;NAVER&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-2.3%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;137억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;효성중공업&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+4.4%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;78억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성생명&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+6.0%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;70억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;연기금 순매도&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매도&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-2.3%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;1,836억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+2.9%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;899억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한화시스템&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-5.2%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;224억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;LG에너지솔루션&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+1.1%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;150억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성바이오로직스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-3.9%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;125억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-4&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;✨ 골든크로스&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼익제약&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;8,410&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한울반도체&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;17,820&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;다스코&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;3,470&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;형지I&amp;amp;C&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;3,515&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+29.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;보해양조&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,130&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+29.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  데드크로스&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;팸텍&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,422&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-8.5%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;로보스타&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;95,000&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-8.4%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;이노스페이스&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;11,110&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-6.7%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;피에스케이홀딩스&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;112,500&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-6.6%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;디아이씨&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;6,510&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-6.1%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;▲ 연속상승 TOP5&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;연속&amp;middot;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SM C&amp;amp;C&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,380&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;9일 &lt;span style=&quot;color: #e03131;&quot;&gt;+7.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,764,000&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7일 &lt;span style=&quot;color: #e03131;&quot;&gt;+2.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;와이지-원&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;22,600&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7일 &lt;span style=&quot;color: #e03131;&quot;&gt;+3.2%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,780,000&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7일 &lt;span style=&quot;color: #e03131;&quot;&gt;+4.7%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼양엔씨켐&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;19,420&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7일 &lt;span style=&quot;color: #e03131;&quot;&gt;+2.2%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;▼ 연속하락 TOP5&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;연속&amp;middot;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;아주IB투자&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;6,100&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8일 &lt;span style=&quot;color: #1565c0;&quot;&gt;-5.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;제닉&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;19,090&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7일 &lt;span style=&quot;color: #1565c0;&quot;&gt;-5.3%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;팸텍&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,422&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7일 &lt;span style=&quot;color: #1565c0;&quot;&gt;-8.5%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;하이트진로&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;15,490&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6일 &lt;span style=&quot;color: #1565c0;&quot;&gt;-0.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;세나테크놀로지&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;35,000&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6일 &lt;span style=&quot;color: #1565c0;&quot;&gt;-6.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #7048e8;&quot; class=&quot;sr-chip&quot;&gt;  퀀트 레이더 선정 기준&lt;/span&gt;
&lt;ul class=&quot;sr-crit&quot; style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;  &lt;b&gt;종합점수&lt;/b&gt; : 거래대금&amp;middot;재무(PER/PBR/ROE)&amp;middot;모멘텀&amp;middot;수급(외국인/기관)&amp;middot;차트(추세/RSI) 5개 팩터 균형 종합 상위&lt;/li&gt;
&lt;li&gt;  &lt;b&gt;숨은 가치주&lt;/b&gt; : 재무는 우량하나 주가가 저평가된 종목(저PBR&amp;middot;고ROE 중심)&lt;/li&gt;
&lt;li&gt;  &lt;b&gt;인기 폭발&lt;/b&gt; : 거래량 급증 + 가격 모멘텀으로 시장 관심이 집중된 추세 종목&lt;/li&gt;
&lt;li&gt;  &lt;b&gt;ETF&lt;/b&gt; : 자금유입&amp;middot;거래대금&amp;middot;분배율 기반 ETF 상위&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-4&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #16a085;&quot; class=&quot;sr-chip&quot;&gt;  퀀트레이더 &amp;middot; 종합점수&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th&gt;점수&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;84.9&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,764,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;80.0&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,780,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;79.2&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;724,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성물산&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;75.4&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;491,500원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;대한항공&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;75.1&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;27,950원&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #16a085;&quot; class=&quot;sr-chip&quot;&gt;  퀀트레이더 &amp;middot; 숨은 가치주&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th&gt;점수&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한국전력&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;80.3&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;37,900원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한국금융지주&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;66.4&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;231,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성바이오로직스&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;65.0&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,374,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;미래에셋증권&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;64.9&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;48,750원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;기아&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;64.5&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;154,900원&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #16a085;&quot; class=&quot;sr-chip&quot;&gt;  퀀트레이더 &amp;middot; 인기 폭발&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th&gt;점수&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;95.8&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,764,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;87.5&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;724,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;86.9&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,780,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성물산&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;83.1&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;491,500원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성생명&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;82.9&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;497,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #16a085;&quot; class=&quot;sr-chip&quot;&gt;  퀀트레이더 &amp;middot; ETF&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th&gt;점수&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SOL AI반도체TOP2플러스&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;86.3&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;28,060원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;TIME 차이나AI테크액티브&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;81.2&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;27,100원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;RISE 코리아전략산업액티브&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;75.2&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;21,045원&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
      <category>주식 일일 시황/2026년 6월</category>
      <category>주식마감시황</category>
      <category>코스닥</category>
      <category>코스피</category>
      <author>stockradar</author>
      <guid isPermaLink="true">https://stockradar.tistory.com/11</guid>
      <comments>https://stockradar.tistory.com/11#entry11comment</comments>
      <pubDate>Sat, 20 Jun 2026 10:27:37 +0900</pubDate>
    </item>
    <item>
      <title>2026-06-18 국내 주식 마감 시황</title>
      <link>https://stockradar.tistory.com/10</link>
      <description>&lt;div&gt;
&lt;style&gt;

.sr-wrap, .sr-wrap * { margin:0; padding:0; box-sizing:border-box; }
.sr-wrap {
  width:100%; max-width:1560px; margin:0 auto; background:#f4f5f7; color:#1a1d24;
  font-family:&quot;Pretendard Variable&quot;,Pretendard,&quot;Inter&quot;,-apple-system,&quot;Segoe UI&quot;,sans-serif;
  padding:32px; font-size:14px; line-height:1.55;
}
.sr-head { display:flex; align-items:center; justify-content:space-between; margin-bottom:4px; }
.sr-brand { font-weight:800; font-size:21px; letter-spacing:-0.3px; }
.sr-brand .dot { color:#1565c0; }
.sr-date { color:#8a8f99; font-size:14px; }
.sr-title { font-size:30px; font-weight:800; color:#0d0f14; letter-spacing:-0.6px; margin:10px 0 22px; }
.sr-card { background:#ffffff; border:1px solid #e6e8eb; border-radius:14px; padding:16px 18px; margin-bottom:18px;
  box-shadow:0 1px 3px rgba(16,24,40,.04); }
.sr-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-bottom:18px; }
.sr-cols-2 { grid-template-columns:repeat(2,1fr); }
.sr-cols-3 { grid-template-columns:repeat(3,1fr); }
.sr-cols-4 { grid-template-columns:repeat(4,1fr); }
.sr-grid .sr-card { margin-bottom:0; }
.sr-chip { display:inline-block; font-size:13px; font-weight:700; color:#fff; padding:4px 12px; border-radius:999px; margin-bottom:12px; }
.sr-idxrow { display:flex; gap:16px; flex-wrap:wrap; }
.sr-idx { flex:1; min-width:240px; background:#f7f8fa; border:1px solid #e6e8eb; border-radius:12px; padding:14px 16px; }
.sr-idx .nm { color:#8a8f99; font-size:13px; font-weight:600; }
.sr-idx .px { font-size:27px; font-weight:800; color:#0d0f14; margin:2px 0; font-variant-numeric:tabular-nums; }
.sr-idx .ch { font-size:16px; font-weight:700; font-variant-numeric:tabular-nums; }
.sr-idx .sub { font-size:13px; margin-top:4px; }
.sr-mapwrap { display:flex; gap:16px; }
.sr-mapcol { flex:1; }
.sr-mapcap { color:#8a8f99; font-size:13px; margin:6px 0 8px; font-weight:600; }
.sr-mapcap .hint { color:#1565c0; font-weight:500; font-size:12px; }
.sr-map { width:100%; border-radius:12px; border:1px solid #e6e8eb; display:block; }
.sr-mapholder { border:2px dashed #e6e8eb; border-radius:12px; padding:30px 16px; text-align:center;
  color:#8a8f99; font-size:14px; background:#f7f8fa; line-height:1.6; }
table.sr-tb { width:100%; border-collapse:collapse; font-size:13px; }
/* font-size에 !important: 티스토리 스킨의 #article-view table td(font-size:15px, ID 특이도)가
   표 셀 폰트를 키우는 것을 막아 원본 크기 유지(다른 스킨/네이버에서도 안전) */
table.sr-tb th { text-align:left; color:#8a8f99; font-size:11.5px !important; font-weight:600; padding:6px 7px; border-bottom:2px solid #e6e8eb; white-space:nowrap; }
table.sr-tb td { padding:6px 7px; border-bottom:1px solid #e6e8eb; font-size:13px !important; font-variant-numeric:tabular-nums; white-space:nowrap; }
table.sr-tb tr:last-child td { border-bottom:none; }
.sr-rank { display:inline-flex; width:20px; height:20px; align-items:center; justify-content:center;
  background:#1565c0; color:#fff; border-radius:5px; font-size:11px; font-weight:700; }
.sr-nm { font-weight:700; color:#0d0f14; }
.sr-score { font-weight:800; color:#1565c0; }
.sr-crit { font-size:13.5px; line-height:1.7; }
.sr-crit b { color:#0d0f14; }
.sr-crit li { margin:4px 0; list-style:none; }
.sr-note { color:#8a8f99; font-size:12px; margin-top:8px; }
/* 주간: 지수 추이 SVG 라인차트 */
.sr-svg { width:100%; height:auto; display:block; }
.sr-svgcap { display:flex; align-items:baseline; gap:8px; margin-bottom:4px; }
.sr-svgcap .nm { font-weight:700; color:#0d0f14; font-size:14px; }
.sr-svgcap .ch { font-weight:700; font-size:14px; font-variant-numeric:tabular-nums; }
/* 주간: 테마 카드(막대 + 종목수 + 대표 종목 태그) */
.sr-wksec { border:1px solid #e6e8eb; border-radius:10px; padding:10px 12px; margin-bottom:10px; background:#f7f8fa; }
.sr-wksec:last-child { margin-bottom:0; }
.sr-wkhead { display:flex; align-items:center; gap:8px; }
.sr-wksector { font-weight:700; color:#0d0f14; flex:1; font-size:13.5px; }
.sr-wkavg { font-weight:800; font-size:14px; font-variant-numeric:tabular-nums; }
.sr-wkbar { height:6px; border-radius:4px; background:#e6e8eb; margin:8px 0 6px; overflow:hidden; }
.sr-wkbar &gt; div { height:100%; border-radius:4px; }
.sr-wkmeta { font-size:11.5px; color:#8a8f99; }
.sr-wktags { display:flex; flex-wrap:wrap; gap:5px; margin-top:7px; }
.sr-wktag { background:#ffffff; border:1px solid #e6e8eb; border-radius:6px; padding:3px 7px; font-size:11.5px; white-space:nowrap; }
.sr-wktag b { color:#0d0f14; font-weight:700; }
/* 반응형(티스토리 라이브 렌더/모바일): 좁은 화면에서 열 수 축소 */
@media (max-width:1100px) {
  .sr-cols-4 { grid-template-columns:repeat(2,1fr); }
  .sr-cols-3 { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:680px) {
  .sr-cols-2, .sr-cols-3, .sr-cols-4 { grid-template-columns:1fr; }
  .sr-mapwrap { flex-direction:column; }
  .sr-wrap { padding:16px; font-size:13px; }
  .sr-title { font-size:24px; }
}

.sr-wrap{width:min(100vw,1560px)!important;max-width:none!important;position:relative;left:50%;transform:translateX(-50%);}
&lt;/style&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-wrap&quot;&gt;
&lt;div class=&quot;sr-head&quot;&gt;
&lt;div class=&quot;sr-brand&quot;&gt;  Stock&lt;span class=&quot;dot&quot;&gt;Radar&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sr-date&quot;&gt;2026-06-18&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-title&quot;&gt;오늘의 증시 리포트&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;▲ 오늘의 시황 (지수&amp;middot;등락&amp;middot;수급)&lt;/span&gt;
&lt;div class=&quot;sr-idxrow&quot;&gt;
&lt;div class=&quot;sr-idx&quot;&gt;
&lt;div class=&quot;nm&quot;&gt;코스피&lt;/div&gt;
&lt;div class=&quot;px&quot;&gt;9,063.84&lt;/div&gt;
&lt;div class=&quot;ch&quot; style=&quot;color: #e03131;&quot;&gt;+199.60p (+2.25%)&lt;/div&gt;
&lt;div class=&quot;sub&quot;&gt;&lt;span style=&quot;color: #e03131;&quot;&gt;▲ 상승 101&lt;/span&gt; &amp;middot; &lt;span style=&quot;color: #1565c0;&quot;&gt;▼ 하락 771&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sub&quot;&gt;외인 &lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+1.3조&lt;/span&gt; &amp;middot; 기관 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-7,682억&lt;/span&gt; &amp;middot; 개인 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-4,156억&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-idx&quot;&gt;
&lt;div class=&quot;nm&quot;&gt;코스닥&lt;/div&gt;
&lt;div class=&quot;px&quot;&gt;1,000.93&lt;/div&gt;
&lt;div class=&quot;ch&quot; style=&quot;color: #1565c0;&quot;&gt;-31.03p (-3.01%)&lt;/div&gt;
&lt;div class=&quot;sub&quot;&gt;&lt;span style=&quot;color: #e03131;&quot;&gt;▲ 상승 235&lt;/span&gt; &amp;middot; &lt;span style=&quot;color: #1565c0;&quot;&gt;▼ 하락 1389&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;sub&quot;&gt;외인 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-1,235억&lt;/span&gt; &amp;middot; 기관 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-2,659억&lt;/span&gt; &amp;middot; 개인 &lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+3,842억&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  환율 &amp;middot; 원자재&lt;/span&gt;
&lt;div style=&quot;display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 6px;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: #8a8f99; font-size: 14px; min-width: 54px;&quot;&gt;환율&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;USD&lt;/b&gt; 1,539원 &lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+0.86%&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;EUR&lt;/b&gt; 1,763원 &lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+0.48%&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;JPY(100)&lt;/b&gt; 956원 &lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+0.69%&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;CNY&lt;/b&gt; 227원 &lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+0.84%&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 6px;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: #8a8f99; font-size: 14px; min-width: 54px;&quot;&gt;원자재&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;금&lt;/b&gt; 4,263.8달러 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-1.48%&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;은&lt;/b&gt; 67.0달러 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-4.43%&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;브렌트유&lt;/b&gt; 78.6달러 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-5.49%&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background: #f7f8fa; border: 1px solid #e6e8eb; border-radius: 8px; padding: 6px 12px; font-size: 14px;&quot;&gt;&lt;b&gt;구리&lt;/b&gt; 6.4달러 &lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-1.82%&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  오늘의 시황 해설&lt;/span&gt;
&lt;p class=&quot;sr-crit&quot; style=&quot;font-size: 14.5px; line-height: 1.75;&quot; data-ke-size=&quot;size16&quot;&gt;코스피가 +199.60p(+2.25%) 상승하며 9,063.84로 마감했습니다. 코스닥도 -31.03p(-3.01%)로 차별화된 흐름을 보였습니다. 외국인(+1.3조)의 순매수가 지수 상승을 견인했습니다. 반면 기관 &amp;middot; 개인은 차익 실현에 나섰습니다. 상승 101종목 대 하락 771종목(약 7.6배)으로 상승 종목이 우위를 보이며 위험선호가 회복됐습니다. 업종별로는 생명보험(+1.1%)가 상승을 주도했고, 가구(-7.3%)는 부진했습니다. 대외 변수로는 원/달러 1,539원(원화 약세), 브렌트유 78.6달러(-5.5%)가 영향을 미쳤습니다.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt; ️ 일일 시장지도&lt;/span&gt;
&lt;div class=&quot;sr-mapwrap&quot;&gt;
&lt;div class=&quot;sr-mapcol&quot;&gt;
&lt;div class=&quot;sr-mapcap&quot;&gt;코스피 시장지도&lt;/div&gt;
&lt;div class=&quot;sr-mapholder&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;kospi_1d.png&quot; data-origin-width=&quot;3400&quot; data-origin-height=&quot;1820&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/bDOcow/dJMcabxOzXI/Ko0iORSP0KXEiDMXTjLLz1/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/bDOcow/dJMcabxOzXI/Ko0iORSP0KXEiDMXTjLLz1/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bDOcow/dJMcabxOzXI/Ko0iORSP0KXEiDMXTjLLz1/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbDOcow%2FdJMcabxOzXI%2FKo0iORSP0KXEiDMXTjLLz1%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;3400&quot; height=&quot;1820&quot; data-filename=&quot;kospi_1d.png&quot; data-origin-width=&quot;3400&quot; data-origin-height=&quot;1820&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-mapcol&quot;&gt;
&lt;div class=&quot;sr-mapcap&quot;&gt;코스닥 시장지도&lt;/div&gt;
&lt;div class=&quot;sr-mapholder&quot;&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-ke-mobileStyle=&quot;widthOrigin&quot; data-filename=&quot;kosdaq_1d.png&quot; data-origin-width=&quot;3400&quot; data-origin-height=&quot;1820&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/E7ixf/dJMcahY6FBW/0a1QOskSqux3QwN6Q9ym1k/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/E7ixf/dJMcahY6FBW/0a1QOskSqux3QwN6Q9ym1k/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/E7ixf/dJMcahY6FBW/0a1QOskSqux3QwN6Q9ym1k/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FE7ixf%2FdJMcahY6FBW%2F0a1QOskSqux3QwN6Q9ym1k%2Fimg.png&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot; loading=&quot;lazy&quot; width=&quot;3400&quot; height=&quot;1820&quot; data-filename=&quot;kosdaq_1d.png&quot; data-origin-width=&quot;3400&quot; data-origin-height=&quot;1820&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p class=&quot;sr-note&quot; data-ke-size=&quot;size16&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-4&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;▲ 오늘 상승 TOP5&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼화전기&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;42,900&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼보산업&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;780&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼화네트웍스&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,950&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;강동씨앤엘&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,859&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;파라택시스이더리움&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,365&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;▼ 오늘 하락 TOP5&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;조이웍스앤코&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,204&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-25.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;듀오백&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;946&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-24.4%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;CSA 코스믹&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;308&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-22.2%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;화신정공&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;5,750&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-18.6%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;오텍&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,420&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-18.1%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #f39c12;&quot; class=&quot;sr-chip&quot;&gt;  거래대금 TOP5&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;거래대금&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,685,000&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;15.6조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;362,500&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;11.9조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전기&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,200,000&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;3.6조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,700,000&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;2.0조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자우&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;228,500&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1.2조&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e64980;&quot; class=&quot;sr-chip&quot;&gt;  거래량급증 TOP5&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;거래량&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;종근당바이오&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;15,990&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;153.2배&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;남화토건&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;4,595&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;73.5배&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;율촌&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,358&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;64.9배&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;선바이오&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;7,390&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;55.1배&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;강동씨앤엘&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,859&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;32.3배&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;  52주 신고가&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;강동씨앤엘&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,859&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;서산&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;4,815&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼화콘덴서&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;190,100&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+25.6%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;예스티&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;39,850&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+18.4%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;인텍플러스&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;48,100&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+14.7%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  52주 신저가&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;이렘&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;181&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-14.2%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;영화금속&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;730&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-13.6%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;유티아이&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;14,400&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-12.6%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;차이커뮤니케이션&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,440&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-9.6%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;이노뎁&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,790&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-9.6%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-2&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;▲ 상승 테마 TOP10&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;테마 &amp;middot; 대표 3종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;평균&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;생명보험&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;삼성생명 &lt;span style=&quot;color: #e03131;&quot;&gt;+5%&lt;/span&gt; &amp;middot; 미래에셋생명 &lt;span style=&quot;color: #e03131;&quot;&gt;+5%&lt;/span&gt; &amp;middot; 동양생명 &lt;span style=&quot;color: #1565c0;&quot;&gt;-0%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131; font-weight: bold; vertical-align: top;&quot;&gt;+1.14%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;음료&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;한울앤제주 &lt;span style=&quot;color: #e03131;&quot;&gt;+18%&lt;/span&gt; &amp;middot; 보해양조 &lt;span style=&quot;color: #e03131;&quot;&gt;+15%&lt;/span&gt; &amp;middot; MH에탄올 &lt;span style=&quot;color: #e03131;&quot;&gt;+0%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131; font-weight: bold; vertical-align: top;&quot;&gt;+1.01%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;컴퓨터와주변기기&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;우리로 &lt;span style=&quot;color: #e03131;&quot;&gt;+30%&lt;/span&gt; &amp;middot; 에이루트 &lt;span style=&quot;color: #e03131;&quot;&gt;+8%&lt;/span&gt; &amp;middot; 주연테크 &lt;span style=&quot;color: #e03131;&quot;&gt;+7%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131; font-weight: bold; vertical-align: top;&quot;&gt;+0.74%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;전문소매&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;홈캐스트 &lt;span style=&quot;color: #e03131;&quot;&gt;+7%&lt;/span&gt; &amp;middot; 일월지엠엘 &lt;span style=&quot;color: #e03131;&quot;&gt;+2%&lt;/span&gt; &amp;middot; 롯데하이마트 &lt;span style=&quot;color: #1565c0;&quot;&gt;-1%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131; font-weight: bold; vertical-align: top;&quot;&gt;+0.22%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;기타금융&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;상상인 &lt;span style=&quot;color: #e03131;&quot;&gt;+4%&lt;/span&gt; &amp;middot; 글로벌텍스프리 &lt;span style=&quot;color: #e03131;&quot;&gt;+3%&lt;/span&gt; &amp;middot; 푸른저축은행 &lt;span style=&quot;color: #1565c0;&quot;&gt;-2%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131; font-weight: bold; vertical-align: top;&quot;&gt;+0.16%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;레저용장비와제품&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;브이씨 &lt;span style=&quot;color: #e03131;&quot;&gt;+16%&lt;/span&gt; &amp;middot; 갤럭시아에스엠 &lt;span style=&quot;color: #e03131;&quot;&gt;+2%&lt;/span&gt; &amp;middot; ES큐브 &lt;span style=&quot;color: #e03131;&quot;&gt;+1%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-0.38%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;손해보험&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;삼성화재 &lt;span style=&quot;color: #e03131;&quot;&gt;+3%&lt;/span&gt; &amp;middot; 삼성화재우 &lt;span style=&quot;color: #e03131;&quot;&gt;+3%&lt;/span&gt; &amp;middot; 에이플러스에셋 &lt;span style=&quot;color: #e03131;&quot;&gt;+1%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-0.42%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;부동산&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;SK리츠 &lt;span style=&quot;color: #e03131;&quot;&gt;+2%&lt;/span&gt; &amp;middot; 미래에셋맵스리츠 &lt;span style=&quot;color: #e03131;&quot;&gt;+2%&lt;/span&gt; &amp;middot; 이리츠코크렙 &lt;span style=&quot;color: #e03131;&quot;&gt;+1%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-0.83%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;건축제품&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;와토스코리아 &lt;span style=&quot;color: #e03131;&quot;&gt;+11%&lt;/span&gt; &amp;middot; 뉴보텍 &lt;span style=&quot;color: #e03131;&quot;&gt;+1%&lt;/span&gt; &amp;middot; 국영지앤엠 &lt;span style=&quot;color: #8a8f99;&quot;&gt;+0%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-1.15%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;전자장비와기기&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;한울반도체 &lt;span style=&quot;color: #e03131;&quot;&gt;+30%&lt;/span&gt; &amp;middot; 삼화전자 &lt;span style=&quot;color: #e03131;&quot;&gt;+30%&lt;/span&gt; &amp;middot; 삼성전기우 &lt;span style=&quot;color: #e03131;&quot;&gt;+18%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-1.34%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;▼ 하락 테마 TOP10&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;테마 &amp;middot; 대표 3종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;평균&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;가구&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;조이웍스앤코 &lt;span style=&quot;color: #1565c0;&quot;&gt;-26%&lt;/span&gt; &amp;middot; 듀오백 &lt;span style=&quot;color: #1565c0;&quot;&gt;-24%&lt;/span&gt; &amp;middot; 코아스 &lt;span style=&quot;color: #1565c0;&quot;&gt;-9%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-7.26%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;에너지장비및서비스&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;두산퓨얼셀 &lt;span style=&quot;color: #1565c0;&quot;&gt;-16%&lt;/span&gt; &amp;middot; SK오션플랜트 &lt;span style=&quot;color: #1565c0;&quot;&gt;-12%&lt;/span&gt; &amp;middot; 에스에너지 &lt;span style=&quot;color: #1565c0;&quot;&gt;-11%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-6.26%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;우주항공과국방&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;스피어 &lt;span style=&quot;color: #1565c0;&quot;&gt;-10%&lt;/span&gt; &amp;middot; 한화시스템 &lt;span style=&quot;color: #1565c0;&quot;&gt;-9%&lt;/span&gt; &amp;middot; 켄코아에어로스페이스 &lt;span style=&quot;color: #1565c0;&quot;&gt;-8%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-5.37%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;무역회사와판매업체&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;효성티앤씨 &lt;span style=&quot;color: #1565c0;&quot;&gt;-8%&lt;/span&gt; &amp;middot; GS글로벌 &lt;span style=&quot;color: #1565c0;&quot;&gt;-7%&lt;/span&gt; &amp;middot; 포스코인터내셔널 &lt;span style=&quot;color: #1565c0;&quot;&gt;-6%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-5.09%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;조선&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;한화엔진 &lt;span style=&quot;color: #1565c0;&quot;&gt;-9%&lt;/span&gt; &amp;middot; HD현대 &lt;span style=&quot;color: #1565c0;&quot;&gt;-9%&lt;/span&gt; &amp;middot; STX엔진 &lt;span style=&quot;color: #1565c0;&quot;&gt;-9%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-4.89%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;생물공학&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;알지노믹스 &lt;span style=&quot;color: #1565c0;&quot;&gt;-14%&lt;/span&gt; &amp;middot; 와이바이오로직스 &lt;span style=&quot;color: #1565c0;&quot;&gt;-10%&lt;/span&gt; &amp;middot; 제넥신 &lt;span style=&quot;color: #1565c0;&quot;&gt;-10%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-3.91%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;해운사&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;HMM &lt;span style=&quot;color: #1565c0;&quot;&gt;-7%&lt;/span&gt; &amp;middot; STX그린로지스 &lt;span style=&quot;color: #1565c0;&quot;&gt;-7%&lt;/span&gt; &amp;middot; 태웅로직스 &lt;span style=&quot;color: #1565c0;&quot;&gt;-7%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-3.71%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;석유와가스&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;SK디스커버리 &lt;span style=&quot;color: #1565c0;&quot;&gt;-8%&lt;/span&gt; &amp;middot; 중앙에너비스 &lt;span style=&quot;color: #1565c0;&quot;&gt;-6%&lt;/span&gt; &amp;middot; S-Oil우 &lt;span style=&quot;color: #1565c0;&quot;&gt;-6%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-3.64%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;기계&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;오텍 &lt;span style=&quot;color: #1565c0;&quot;&gt;-18%&lt;/span&gt; &amp;middot; 태광 &lt;span style=&quot;color: #1565c0;&quot;&gt;-10%&lt;/span&gt; &amp;middot; 에스비비테크 &lt;span style=&quot;color: #1565c0;&quot;&gt;-9%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-3.56%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;백화점과일반상점&lt;/span&gt;
&lt;div class=&quot;sr-note&quot; style=&quot;margin-top: 2px;&quot;&gt;롯데쇼핑 &lt;span style=&quot;color: #1565c0;&quot;&gt;-7%&lt;/span&gt; &amp;middot; 한화갤러리아 &lt;span style=&quot;color: #1565c0;&quot;&gt;-6%&lt;/span&gt; &amp;middot; 대구백화점 &lt;span style=&quot;color: #1565c0;&quot;&gt;-6%&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0; font-weight: bold; vertical-align: top;&quot;&gt;-3.45%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-2&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  시가총액 TOP10 (코스피)&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;시총&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;362,500&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+4.6%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,119조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;2,685,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+6.5%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,914조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;1,700,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+6.5%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;224조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자우&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;228,500&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+0.9%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;183조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전기&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;2,200,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+8.3%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;164조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;6&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;현대차&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;601,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-2.8%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;123조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;7&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성생명&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;469,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+4.9%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;94조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;8&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;LG에너지솔루션&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;400,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-3.9%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;94조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;9&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성물산&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;485,500&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-0.9%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;81조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;10&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;HD현대중공업&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;684,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-3.2%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;72조&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #7048e8;&quot; class=&quot;sr-chip&quot;&gt;  시가총액 TOP10 (코스닥)&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;시총&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;알테오젠&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;369,500&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-0.9%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;20조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;에코프로비엠&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;172,300&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-4.3%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;17조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;에코프로&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;117,500&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-4.3%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;17조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;레인보우로보틱스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;615,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-1.6%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;12조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;주성엔지니어링&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;212,500&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-3.4%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;10조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;6&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;코오롱티슈진&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;106,600&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-5.6%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;10조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;7&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;원익IPS&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;163,200&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+0.9%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;8조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;8&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;리노공업&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;92,300&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-2.5%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;7조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;9&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;HLB&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;50,100&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-1.4%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;7조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;10&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;이오테크닉스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;508,000&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #8a8f99;&quot;&gt;+0.0%&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;6조&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-4&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;외국인 순매수&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매수&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+4.6%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;8,734억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전기&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+8.3%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;4,232억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;HD현대중공업&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-3.2%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;864억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+6.5%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;840억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한화에어로스페이스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-2.9%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;497억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;외국인 순매도&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매도&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+6.5%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;2,990억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;두산에너빌리티&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-3.5%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;1,262억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자우&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+0.9%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;1,209억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;LG이노텍&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+2.8%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;587억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;에이피알&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-7.5%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;521억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;기관 순매수&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매수&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+4.6%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;6,890억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전기&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+8.3%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;988억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+6.5%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;947억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+6.5%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;534억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성생명&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+4.9%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;374억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;기관 순매도&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매도&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;현대차&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-2.8%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;924억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한미반도체&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-1.2%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;812억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;HD현대중공업&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-3.2%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;697억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성SDI&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-5.1%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;569억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;POSCO홀딩스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-4.5%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;521억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;개인 순매수&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매수&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+6.5%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;2,296억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;두산에너빌리티&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-3.5%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;1,734억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;현대차&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-2.8%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;1,379억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자우&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+0.9%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;1,347억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;에이피알&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-7.5%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;891억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;개인 순매도&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매도&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+4.6%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;1.5조&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전기&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+8.3%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;5,231억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+6.5%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;1,044억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;HD현대마린솔루션&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-3.0%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;486억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성바이오로직스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+4.4%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;227억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;연기금 순매수&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매수&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성생명&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+4.9%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;295억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+6.5%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;185억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전기&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+8.3%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;146억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;HPSP&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-5.4%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;99억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;LG전자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-2.6%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #e03131;&quot;&gt;98억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;연기금 순매도&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;순매도&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+6.5%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;1,062억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+4.6%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;489억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자우&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #e03131;&quot;&gt;+0.9%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;331억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;POSCO홀딩스&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-4.5%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;297억&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;엘앤에프&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;text-align: right; color: #1565c0;&quot;&gt;-9.0%&lt;/td&gt;
&lt;td style=&quot;text-align: right; font-weight: bold; color: #1565c0;&quot;&gt;171억&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-4&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;✨ 골든크로스&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;남화토건&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;4,595&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼화전자&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;3,740&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+29.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;보해양조&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,640&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+15.2%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;율촌&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,358&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+10.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;아이크래프트&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;3,335&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #e03131; font-weight: bold;&quot;&gt;+9.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;  데드크로스&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;랩지노믹스&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;922&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-10.2%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;디아이씨&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;6,930&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-9.1%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;현대무벡스&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;33,700&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-6.8%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성에스디에스&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;221,000&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-5.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;감성코퍼레이션&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;4,995&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: #1565c0; font-weight: bold;&quot;&gt;-4.5%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #e03131;&quot; class=&quot;sr-chip&quot;&gt;▲ 연속상승 TOP5&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;연속&amp;middot;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SM C&amp;amp;C&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,290&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8일 &lt;span style=&quot;color: #e03131;&quot;&gt;+0.1%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;율촌&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,358&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;8일 &lt;span style=&quot;color: #e03131;&quot;&gt;+10.9%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;서산&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;4,815&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7일 &lt;span style=&quot;color: #e03131;&quot;&gt;+30.0%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼양컴텍&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;9,950&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7일 &lt;span style=&quot;color: #e03131;&quot;&gt;+4.7%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,685,000&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6일 &lt;span style=&quot;color: #e03131;&quot;&gt;+6.5%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #1565c0;&quot; class=&quot;sr-chip&quot;&gt;▼ 연속하락 TOP5&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;연속&amp;middot;등락&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;아주IB투자&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;6,480&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;7일 &lt;span style=&quot;color: #1565c0;&quot;&gt;-2.6%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;제닉&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;20,150&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6일 &lt;span style=&quot;color: #1565c0;&quot;&gt;-4.3%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;팸텍&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,554&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;6일 &lt;span style=&quot;color: #1565c0;&quot;&gt;-3.4%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;하이트진로&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;15,630&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5일 &lt;span style=&quot;color: #1565c0;&quot;&gt;-1.8%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;세나테크놀로지&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;37,600&lt;/td&gt;
&lt;td style=&quot;text-align: right;&quot;&gt;5일 &lt;span style=&quot;color: #1565c0;&quot;&gt;-5.4%&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #7048e8;&quot; class=&quot;sr-chip&quot;&gt;  퀀트 레이더 선정 기준&lt;/span&gt;
&lt;ul class=&quot;sr-crit&quot; style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;  &lt;b&gt;종합점수&lt;/b&gt; : 거래대금&amp;middot;재무(PER/PBR/ROE)&amp;middot;모멘텀&amp;middot;수급(외국인/기관)&amp;middot;차트(추세/RSI) 5개 팩터 균형 종합 상위&lt;/li&gt;
&lt;li&gt;  &lt;b&gt;숨은 가치주&lt;/b&gt; : 재무는 우량하나 주가가 저평가된 종목(저PBR&amp;middot;고ROE 중심)&lt;/li&gt;
&lt;li&gt;  &lt;b&gt;인기 폭발&lt;/b&gt; : 거래량 급증 + 가격 모멘텀으로 시장 관심이 집중된 추세 종목&lt;/li&gt;
&lt;li&gt;  &lt;b&gt;ETF&lt;/b&gt; : 자금유입&amp;middot;거래대금&amp;middot;분배율 기반 ETF 상위&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-grid sr-cols-4&quot;&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #16a085;&quot; class=&quot;sr-chip&quot;&gt;  퀀트레이더 &amp;middot; 종합점수&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th&gt;점수&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;87.0&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,685,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;81.1&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,700,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;80.2&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;362,500원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;75.3&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;687,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성생명&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;74.6&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;469,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #16a085;&quot; class=&quot;sr-chip&quot;&gt;  퀀트레이더 &amp;middot; 숨은 가치주&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th&gt;점수&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한국전력&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;79.6&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;39,350원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;한국금융지주&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;69.1&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;230,500원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;크래프톤&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;66.7&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;238,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;NH투자증권&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;66.2&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;31,450원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;현대글로비스&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;65.2&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;212,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #16a085;&quot; class=&quot;sr-chip&quot;&gt;  퀀트레이더 &amp;middot; 인기 폭발&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th&gt;점수&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK하이닉스&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;97.5&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,685,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전자&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;92.8&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;362,500원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SK스퀘어&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;87.8&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;1,700,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;4&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성전기&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;86.3&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;2,200,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;5&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;삼성생명&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;84.8&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;469,000원&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;sr-card&quot;&gt;&lt;span style=&quot;background: #16a085;&quot; class=&quot;sr-chip&quot;&gt;  퀀트레이더 &amp;middot; ETF&lt;/span&gt;
&lt;table class=&quot;sr-tb&quot; data-ke-align=&quot;alignLeft&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;종목&lt;/th&gt;
&lt;th&gt;점수&lt;/th&gt;
&lt;th style=&quot;text-align: right;&quot;&gt;현재가&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;SOL 코리아고배당&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;75.0&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;13,810원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;2&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;TIGER 미국AI데이터센터TOP4Plus&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;74.7&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;15,080원&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;span class=&quot;sr-rank&quot;&gt;3&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-nm&quot;&gt;1Q K반도체TOP2+&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;sr-score&quot;&gt;71.3&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;sr-note&quot; style=&quot;text-align: right;&quot;&gt;16,385원&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
      <category>주식 일일 시황/2026년 6월</category>
      <category>주식마감시황</category>
      <category>코스닥</category>
      <category>코스피</category>
      <author>stockradar</author>
      <guid isPermaLink="true">https://stockradar.tistory.com/10</guid>
      <comments>https://stockradar.tistory.com/10#entry10comment</comments>
      <pubDate>Fri, 19 Jun 2026 01:19:10 +0900</pubDate>
    </item>
  </channel>
</rss>