뉴스케일파워 주가 -70% 폭락의 비밀? SMR 대장주의 배신 완벽 가이드 2026
뉴스케일파워 주가 하락 이유 2026 뉴스케일파워 주가 — 2026년 최신 정보를 한눈에 정리했습니다
뉴스케일파워 주가 하락 이유 2026 .share-wrapper{position:relative;display:flex;gap:10px;margin-top:20px;margin-bottom:30px;z-index:99999}.share-btn-base{flex:1;padding:15px 0;text-align:center;color:white!important;font-weight:bold;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:16px;transition:opacity .3s;user-select:none}.share-btn-base:hover{opacity:0.9}.btn-copy-link{background-color:#3b6ea5}.btn-toggle-share{background-color:#f75c58;position:relative}.share-dropdown{display:none;position:absolute;top:100%;left:0;width:100%;background:white;box-shadow:0 4px 15px rgba(0,0,0,0.15);border-radius:8px;padding:10px 0;margin-top:10px;z-index:999999!important;flex-direction:column}.share-dropdown.active{display:flex}.share-item{padding:12px 20px;text-decoration:none!important;color:#333!important;font-weight:bold;font-size:14px;display:flex;align-items:center;transition:background .2s;cursor:pointer}.share-item:hover{background-color:#f5f7fa}.share-item .icon-box{width:24px;margin-right:10px;text-align:center;display:inline-block;font-weight:900}
뉴스케일파워 주가 -70% 폭락의 비밀? SMR 대장주의 배신 완벽 가이드 2026
/* TYD CSS - Typography & Design System */
:root {
--primary: #c0392b;
--primary-dark: #96281b;
--secondary: #2c3e50;
--accent: #e67e22;
--accent-light: #f39c12;
--bg-dark: #0d1117;
--bg-card: #161b22;
--bg-card2: #1c2333;
--text-primary: #e6edf3;
--text-secondary: #8b949e;
--text-muted: #6e7681;
--border: #30363d;
--success: #238636;
--danger: #da3633;
--warning: #d29922;
--info: #1f6feb;
--gradient-hero: linear-gradient(135deg, #1a0000 0%, #0d1117 40%, #0a1628 100%);
--gradient-card: linear-gradient(145deg, #1c2333, #161b22);
--gradient-red: linear-gradient(135deg, #c0392b, #e74c3c);
--gradient-orange: linear-gradient(135deg, #e67e22, #f39c12);
--shadow-lg: 0 20px 60px rgba(0,0,0,0.5);
--shadow-card: 0 4px 20px rgba(0,0,0,0.3);
--radius-lg: 16px;
--radius-md: 10px;
--radius-sm: 6px;
--font-main: 'Segoe UI', 'Apple SD Gothic Neo', sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: var(--font-main);
background: var(--bg-dark);
color: var(--text-primary);
line-height: 1.8;
font-size: 16px;
overflow-x: hidden;
}
/* Scrollbar */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg-dark); }
::-webkit-scrollbar-thumb { background: var(--primary); border-radius: 3px; }
/* Hero Section */
.hero {
background: var(--gradient-hero);
position: relative;
padding: 80px 24px 60px;
text-align: center;
overflow: hidden;
border-bottom: 1px solid var(--border);
}
.hero::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(ellipse at center, rgba(192,57,43,0.15) 0%, transparent 60%);
animation: pulse-bg 4s ease-in-out infinite;
}
@keyframes pulse-bg {
0%, 100% { opacity: 0.5; transform: scale(1); }
50% { opacity: 1; transform: scale(1.05); }
}
.hero-badge {
display: inline-block;
background: var(--gradient-red);
color: #fff;
font-size: 12px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
padding: 6px 18px;
border-radius: 20px;
margin-bottom: 20px;
position: relative;
z-index: 1;
}
.hero h1 {
font-size: clamp(26px, 5vw, 48px);
font-weight: 900;
line-height: 1.3;
margin-bottom: 20px;
position: relative;
z-index: 1;
}
.hero h1 .highlight-red {
color: #e74c3c;
text-shadow: 0 0 30px rgba(231,76,60,0.5);
}
.hero h1 .highlight-orange {
color: var(--accent-light);
}
.hero-desc {
font-size: 18px;
color: var(--text-secondary);
max-width: 700px;
margin: 0 auto 30px;
position: relative;
z-index: 1;
}
.hero-stats {
display: flex;
justify-content: center;
gap: 40px;
flex-wrap: wrap;
position: relative;
z-index: 1;
}
.hero-stat {
text-align: center;
}
.hero-stat .num {
display: block;
font-size: 36px;
font-weight: 900;
color: #e74c3c;
text-shadow: 0 0 20px rgba(231,76,60,0.4);
}
.hero-stat .label {
font-size: 13px;
color: var(--text-muted);
letter-spacing: 1px;
}
/* Container */
.container {
max-width: 900px;
margin: 0 auto;
padding: 0 24px;
}
/* Section */
.section {
padding: 60px 0;
border-bottom: 1px solid var(--border);
}
.section:last-child { border-bottom: none; }
/* H2 Headings */
h2 {
font-size: clamp(22px, 4vw, 32px);
font-weight: 800;
margin-bottom: 24px;
line-height: 1.4;
position: relative;
padding-left: 20px;
}
h2::before {
content: '';
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 5px;
height: 70%;
background: var(--gradient-red);
border-radius: 3px;
}
h3 {
font-size: 20px;
font-weight: 700;
margin: 28px 0 14px;
color: var(--accent-light);
}
p {
color: var(--text-secondary);
margin-bottom: 16px;
line-height: 1.9;
}
/* Alert Box */
.alert {
padding: 20px 24px;
border-radius: var(--radius-md);
margin: 24px 0;
border-left: 4px solid;
position: relative;
overflow: hidden;
}
.alert::before {
content: '';
position: absolute;
top: 0; right: 0; bottom: 0;
width: 30%;
opacity: 0.05;
background: currentColor;
}
.alert-danger {
background: rgba(218,54,51,0.1);
border-color: var(--danger);
color: #ff8080;
}
.alert-warning {
background: rgba(210,153,34,0.1);
border-color: var(--warning);
color: #ffd27a;
}
.alert-info {
background: rgba(31,111,235,0.1);
border-color: var(--info);
color: #7ab8ff;
}
.alert-success {
background: rgba(35,134,54,0.1);
border-color: var(--success);
color: #7ee787;
}
.alert strong { font-weight: 700; font-size: 15px; }
/* Cards Grid */
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 20px;
margin: 28px 0;
}
.card {
background: var(--gradient-card);
border: 1px solid var(--border);
border-radius: var(--radius-lg);
padding: 24px;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.card::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 3px;
background: var(--gradient-red);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.3s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(231,76,60,0.3); }
.card:hover::before { transform: scaleX(1); }
.card-icon {
font-size: 32px;
margin-bottom: 12px;
}
.card-title {
font-size: 16px;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 8px;
}
.card-desc {
font-size: 14px;
color: var(--text-muted);
line-height: 1.7;
}
.card-num {
font-size: 28px;
font-weight: 900;
color: #e74c3c;
margin-bottom: 4px;
}
/* Timeline */
.timeline {
position: relative;
padding-left: 30px;
margin: 28px 0;
}
.timeline::before {
content: '';
position: absolute;
left: 10px;
top: 0;
bottom: 0;
width: 2px;
background: linear-gradient(to bottom, var(--primary), transparent);
}
.timeline-item {
position: relative;
margin-bottom: 28px;
}
.timeline-item::before {
content: '';
position: absolute;
left: -24px;
top: 6px;
width: 12px;
height: 12px;
border-radius: 50%;
background: var(--primary);
border: 2px solid var(--bg-dark);
box-shadow: 0 0 10px rgba(192,57,43,0.6);
}
.timeline-date {
font-size: 12px;
color: var(--accent-light);
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
margin-bottom: 6px;
}
.timeline-title {
font-size: 16px;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 6px;
}
.timeline-desc {
font-size: 14px;
color: var(--text-muted);
line-height: 1.7;
}
.timeline-badge {
display: inline-block;
background: rgba(231,76,60,0.2);
color: #e74c3c;
font-size: 12px;
font-weight: 700;
padding: 2px 10px;
border-radius: 12px;
margin-top: 6px;
border: 1px solid rgba(231,76,60,0.3);
}
/* Tables */
.table-wrap {
overflow-x: auto;
margin: 28px 0;
border-radius: var(--radius-lg);
border: 1px solid var(--border);
box-shadow: var(--shadow-card);
}
table {
width: 100%;
border-collapse: collapse;
background: var(--bg-card);
min-width: 500px;
}
thead {
background: linear-gradient(135deg, #1a0505, #2c1a1a);
border-bottom: 2px solid var(--primary);
}
th {
padding: 14px 18px;
text-align: left;
font-size: 13px;
font-weight: 700;
color: var(--accent-light);
letter-spacing: 0.5px;
white-space: nowrap;
}
td {
padding: 13px 18px;
font-size: 14px;
color: var(--text-secondary);
border-bottom: 1px solid var(--border);
}
tr:last-child td { border-bottom: none; }
tr:hover td { background: rgba(255,255,255,0.03); }
.td-red { color: #e74c3c; font-weight: 700; }
.td-green { color: #2ecc71; font-weight: 700; }
.td-orange { color: var(--accent-light); font-weight: 700; }
.td-gray { color: var(--text-muted); }
.td-bold { font-weight: 700; color: var(--text-primary); }
/* Table caption */
.table-caption {
font-size: 12px;
color: var(--text-muted);
text-align: center;
margin-top: 8px;
padding: 0 4px;
}
/* Pros/Cons */
.pros-cons {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin: 28px 0;
}
@media (max-width: 600px) {
.pros-cons { grid-template-columns: 1fr; }
}
.pros, .cons {
background: var(--bg-card);
border-radius: var(--radius-md);
padding: 22px;
border: 1px solid var(--border);
}
.pros { border-top: 3px solid var(--success); }
.cons { border-top: 3px solid var(--danger); }
.pros-title, .cons-title {
font-size: 15px;
font-weight: 700;
margin-bottom: 14px;
}
.pros-title { color: #2ecc71; }
.cons-title { color: #e74c3c; }
.pros-cons-list { list-style: none; }
.pros-cons-list li {
font-size: 14px;
color: var(--text-secondary);
padding: 6px 0;
border-bottom: 1px solid var(--border);
display: flex;
align-items: flex-start;
gap: 8px;
}
.pros-cons-list li:last-child { border-bottom: none; }
.pros-cons-list li::before {
font-size: 14px;
flex-shrink: 0;
margin-top: 2px;
}
.pros .pros-cons-list li::before { content: '✅'; }
.cons .pros-cons-list li::before { content: '❌'; }
/* FAQ */
.faq-list { margin: 28px 0; }
.faq-item {
background: var(--bg-card);
border: 1px solid var(--border);
border-radius: var(--radius-md);
margin-bottom: 14px;
overflow: hidden;
transition: all 0.3s ease;
}
.faq-item:hover { border-color: rgba(231,76,60,0.3); }
.faq-q {
padding: 20px 24px;
font-size: 15px;
font-weight: 700;
color: var(--text-primary);
cursor: pointer;
display: flex;
align-items: flex-start;
gap: 14px;
user-select: none;
}
.faq-q-icon {
width: 26px;
height: 26px;
background: var(--gradient-red);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 13px;
font-weight: 900;
color: #fff;
flex-shrink: 0;
margin-top: 1px;
}
.faq-a {
padding: 0 24px 20px 64px;
font-size: 14px;
color: var(--text-muted);
line-height: 1.8;
}
/* Highlight Box */
.highlight-box {
background: linear-gradient(135deg, rgba(192,57,43,0.12), rgba(230,126,34,0.08));
border: 1px solid rgba(192,57,43,0.3);
border-radius: var(--radius-lg);
padding: 28px;
margin: 28px 0;
position: relative;
overflow: hidden;
}
.highlight-box::before {
content: '';
position: absolute;
top: -40%;
right: -10%;
width: 200px;
height: 200px;
border-radius: 50%;
background: radial-gradient(ellipse, rgba(192,57,43,0.1), transparent);
}
.highlight-box-title {
font-size: 18px;
font-weight: 800;
color: #e74c3c;
margin-bottom: 12px;
}
/* Number List */
.num-list {
list-style: none;
margin: 20px 0;
}
.num-list li {
display: flex;
gap: 16px;
align-items: flex-start;
padding: 12px 0;
border-bottom: 1px solid rgba(255,255,255,0.05);
color: var(--text-secondary);
font-size: 15px;
}
.num-list li:last-child { border-bottom: none; }
.num-badge {
width: 28px;
height: 28px;
background: var(--gradient-red);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 13px;
font-weight: 700;
color: #fff;
flex-shrink: 0;
}
/* Tag */
.tag {
display: inline-block;
padding: 4px 12px;
border-radius: 20px;
font-size: 12px;
font-weight: 700;
margin: 3px;
}
.tag-red { background: rgba(231,76,60,0.15); color: #e74c3c; border: 1px solid rgba(231,76,60,0.3); }
.tag-orange { background: rgba(243,156,18,0.15); color: var(--accent-light); border: 1px solid rgba(243,156,18,0.3); }
.tag-blue { background: rgba(31,111,235,0.15); color: #7ab8ff; border: 1px solid rgba(31,111,235,0.3); }
.tag-green { background: rgba(35,134,54,0.15); color: #2ecc71; border: 1px solid rgba(35,134,54,0.3); }
/* Divider */
.divider {
height: 1px;
background: linear-gradient(to right, transparent, var(--border), transparent);
margin: 40px 0;
}
/* Pull Quote */
.pull-quote {
border-left: 4px solid var(--primary);
padding: 16px 24px;
margin: 28px 0;
background: rgba(192,57,43,0.05);
border-radius: 0 var(--radius-md) var(--radius-md) 0;
font-size: 17px;
font-style: italic;
color: var(--text-secondary);
line-height: 1.8;
}
.pull-quote cite {
display: block;
margin-top: 10px;
font-size: 13px;
color: var(--text-muted);
font-style: normal;
}
/* Footer */
.footer {
background: var(--bg-card);
border-top: 1px solid var(--border);
padding: 40px 24px;
text-align: center;
}
.footer-disclaimer {
font-size: 13px;
color: var(--text-muted);
max-width: 700px;
margin: 0 auto;
line-height: 1.8;
padding: 20px;
background: rgba(255,255,255,0.02);
border-radius: var(--radius-md);
border: 1px solid var(--border);
}
.footer-disclaimer strong { color: var(--accent-light); }
/* Responsive */
@media (max-width: 768px) {
.hero { padding: 60px 20px 40px; }
.hero-stats { gap: 24px; }
.hero-stat .num { font-size: 28px; }
.section { padding: 40px 0; }
.cards-grid { grid-template-columns: 1fr; }
table { font-size: 13px; }
th, td { padding: 10px 12px; }
}
/* Animated number */
@keyframes count-up {
from { opacity: 0; transform: translateY(10px); }
to { opacity: 1; transform: translateY(0); }
}
.animate-in {
animation: count-up 0.6s ease forwards;
}
/* Crash indicator */
.crash-bar {
background: var(--bg-card);
border-radius: var(--radius-md);
padding: 20px;
margin: 20px 0;
border: 1px solid var(--border);
}
.crash-bar-label {
display: flex;
justify-content: space-between;
margin-bottom: 10px;
font-size: 14px;
}
.crash-bar-label span:first-child { color: var(--text-secondary); }
.crash-bar-label span:last-child { color: #e74c3c; font-weight: 700; }
.crash-bar-track {
height: 10px;
background: rgba(255,255,255,0.08);
border-radius: 5px;
overflow: hidden;
}
.crash-bar-fill {
height: 100%;
border-radius: 5px;
background: var(--gradient-red);
position: relative;
}
.crash-bar-fill::after {
content: '';
position: absolute;
top: 0; right: 0; bottom: 0;
width: 40%;
background: linear-gradient(to right, transparent, rgba(255,255,255,0.15));
animation: shimmer 2s infinite;
}
@keyframes shimmer {
0% { opacity: 0; }
50% { opacity: 1; }
100% { opacity: 0; }
}
/* TOC */
.toc {
background: var(--bg-card2);
border: 1px solid var(--border);
border-radius: var(--radius-lg);
padding: 24px 28px;
margin: 32px 0;
}
.toc-title {
font-size: 14px;
font-weight: 700;
color: var(--text-muted);
text-transform: uppercase;
letter-spacing: 1.5px;
margin-bottom: 16px;
}
.toc-list {
list-style: none;
counter-reset: toc;
}
.toc-list li {
counter-increment: toc;
padding: 6px 0;
border-bottom: 1px solid rgba(255,255,255,0.04);
font-size: 14px;
color: var(--text-secondary);
display: flex;
gap: 10px;
align-items: center;
}
.toc-list li:last-child { border-bottom: none; }
.toc-list li::before {
content: counter(toc, decimal-leading-zero);
font-size: 11px;
font-weight: 700;
color: var(--primary);
flex-shrink: 0;
}
.toc-list a {
color: inherit;
text-decoration: none;
transition: color 0.2s;
}
.toc-list a:hover { color: #e74c3c; }
/* Strategy card */
.strategy-card {
background: var(--gradient-card);
border: 1px solid var(--border);
border-radius: var(--radius-lg);
padding: 22px;
margin-bottom: 16px;
position: relative;
overflow: hidden;
}
.strategy-card::after {
content: '';
position: absolute;
top: 0;
right: 0;
width: 80px;
height: 80px;
background: radial-gradient(ellipse at top right, rgba(192,57,43,0.15), transparent);
}
.strategy-tag {
display: inline-block;
padding: 3px 10px;
border-radius: 12px;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 10px;
}
.tag-bearish { background: rgba(231,76,60,0.2); color: #e74c3c; }
.tag-neutral { background: rgba(210,153,34,0.2); color: var(--warning); }
.tag-bullish { background: rgba(35,134,54,0.2); color: #2ecc71; }
.strategy-title {
font-size: 17px;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 8px;
}
.strategy-desc {
font-size: 14px;
color: var(--text-muted);
line-height: 1.7;
}
🚨 2026 완벽 분석 리포트
뉴스케일파워 주가
-70% 폭락의 비밀?
SMR 대장주의 배신 완벽 가이드
NuScale Power(SMR) 주가 폭락 원인 심층 분석, 핵심 리스크 해부,
그리고 2026년 투자자가 반드시 알아야 할 모든 것
-70% 고점 대비 낙폭
$1.6B 계약 취소 규모
77% 비용 상승률
0 현재 가동 SMR
뉴스케일파워란? SMR 대장주의 화려한 등장 — 뉴스케일파워 주가 하락 이유 2026
NuScale Power(NYSE: SMR)는 미국
(adsbygoogle=window.adsbygoogle||[]).push({});
이 글이 도움이 되셨나요?
자주 묻는 질문
Q1. 뉴스케일파워 주가 하락 이유 2026이란 무엇인가요?
뉴스케일파워 주가 하락 이유 2026은(는) 뉴스케일파워 주가 하락 이유 에서 다루는 핵심 주제입니다. 위 본문에서 자세한 내용을 확인하세요.
Q2. 뉴스케일파워 주가 하락 이유 2026 관련 최신 정보는 어디서 확인하나요?
투유단에서 매일 업데이트되는 최신 분석을 확인하실 수 있습니다. 관련 글도 함께 참고하세요.
Q3. 뉴스케일파워 주가 하락 이유 2026에 대해 초보자가 알아야 할 점은?
기본 개념부터 시작하는 것이 중요합니다. 본문의 단계별 설명을 따라가면 쉽게 이해할 수 있습니다.
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "뉴스케일파워 주가 하락 이유 2026이란 무엇인가요?",
"acceptedAnswer": {
"@type": "Answer",
"text": "뉴스케일파워 주가 하락 이유 2026은(는) 뉴스케일파워 주가 하락 이유 에서 다루는 핵심 주제입니다."
}
},
{
"@type": "Question",
"name": "뉴스케일파워 주가 하락 이유 2026 관련 최신 정보는?",
"acceptedAnswer": {
"@type": "Answer",
"text": "투유단에서 매일 업데이트되는 최신 분석을 확인하세요."
}
},
{
"@type": "Question",
"name": "뉴스케일파워 주가 하락 이유 2026 초보자 가이드",
"acceptedAnswer": {
"@type": "Answer",
"text": "기본 개념부터 단계별로 설명합니다."
}
}
]
}
뉴스케일파워 주가 하락 이유 2026 완벽 가이드
뉴스케일파워 주가 하락 이유 2026 핵심 정리
뉴스케일파워 주가 하락 이유 2026 이렇게 활용하세요