/* 종목 상세 페이지 전용 스타일 */
.stock-detail-main {
  max-width: 900px;
  margin: 0 auto;
  padding: 32px 8px 48px 8px;
}
.stock-summary-box, .stock-quick-summary, .stock-financials, .stock-infographics, .stock-analysis, .stock-investment-notes, .stock-news-analysis, .reference-section, .related-stocks {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(60,80,120,0.07);
  padding: 28px 22px 22px 22px;
  margin-bottom: 32px;
}
.stock-summary-box {
  margin-top: 18px;
}
.stock-title-main {
  font-size: 1.5em;
  font-weight: 800;
  color: #e91e63;
}
.stock-ticker-main {
  font-size: 1.1em;
  color: #6b7280;
  margin-left: 8px;
}
.stock-eng {
  font-size: 1em;
  color: #8a99a8;
  margin-left: 8px;
}
.stock-price-main {
  font-size: 1.2em;
  font-weight: 700;
  color: #2563eb;
}
.badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 1em;
  font-weight: 600;
  margin-right: 6px;
  margin-bottom: 4px;
}
hr {
  border: none;
  border-top: 1px solid #f1f5f9;
  margin: 24px 0;
}
blockquote {
  background: #f8fafc;
  padding: 12px 18px;
  border-left: 4px solid #2563eb;
  margin: 0 0 18px 0;
  border-radius: 0 8px 8px 0;
  color: #374151;
}

.stock-detail-header {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(60,80,120,0.07);
  padding: 38px 24px 22px 24px;
  margin-bottom: 32px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.stock-title-box h1 {
  color: #e91e63;
  font-size: 2.5em;
  font-weight: 900;
  margin-bottom: 12px;
  line-height: 1.18;
  letter-spacing: -1.2px;
  text-align: center;
  text-shadow: 0 2px 12px rgba(233,30,99,0.10);
}
.stock-title-box h2 {
  color: #64748b;
  font-size: 1.25em;
  font-weight: 500;
  margin-bottom: 22px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: center;
}
.stock-main-image img {
  max-width: 480px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(60,80,120,0.08);
  margin: 0 auto 8px auto;
  display: block;
}

.image-caption {
  font-size: 0.95em;
  color: #64748b;
  margin-top: 6px;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .stock-detail-main {
    padding: 12px 2px 24px 2px;
  }
  .stock-summary-box, .stock-quick-summary, .stock-financials, .stock-infographics, .stock-analysis, .stock-investment-notes, .stock-news-analysis, .reference-section, .related-stocks {
    padding: 14px 4px 12px 4px;
  }
  .stock-title-main { font-size: 1.1em; }
  .stock-detail-header { padding: 18px 4px 10px 4px; }
  .stock-title-box h1 { font-size: 1.35em; }
  .stock-title-box h2 { font-size: 1em; }
  .stock-main-image img { max-width: 98vw; }
  .image-caption { font-size: 0.88em; }
} 