:root {
  --bg: #111111;
  --bg-alt: #181818;
  --text: #f5f5f5;
  --muted: #b8b8b8;
  --accent: #ffcc33;
  --border: #2a2a2a;
  --font-main: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-main);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}

.container {
  width: min(1100px, 100% - 2rem);
  margin: 0 auto;
}

/* ===== HEADER / NAV ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(17, 17, 17, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 0;
}

.logo a {
  color: var(--text);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 0.95rem;
}

/* nav 컨테이너 */
.nav {
  display: flex;
}

/* 기본적으로 nav 안의 리스트는 bullet 제거 */
.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 가로 메뉴 리스트 */
.nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}

/* 상위 메뉴 공통 스타일 */
.nav-list > li {
  position: relative;
}

.nav-list a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
  white-space: nowrap;
}

.nav-list a:hover {
  color: var(--accent);
}

/* 드롭다운 화살표 표시 */
.has-dropdown > a::after {
  content: "▾";
  margin-left: 0.3rem;
  font-size: 0.7em;
}

/* 드롭다운 박스 */
.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  padding: 0.4rem 0;
  min-width: 190px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(5px);
  transition: opacity 0.12s ease, transform 0.12s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.45);
}

.dropdown li {
  list-style: none;
}

.dropdown a {
  display: block;
  padding: 0.4rem 0.9rem;
  font-size: 0.9rem;
}

/* hover / focus 시 드롭다운 열기 */
.has-dropdown:hover .dropdown,
.has-dropdown:focus-within .dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* ===== SECTIONS ===== */
.section {
  padding: 3.5rem 0;
}

.section-alt {
  background: var(--bg-alt);
}

.section h2 {
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}

.section-text {
  color: var(--muted);
  max-width: auto;
}

/* ===== HERO ===== */
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: center;
}

.hero-photo img {
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid var(--border);
  object-fit: cover;
}

.tagline {
  font-size: 0.9rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

/* ===== PILLS ===== */
.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1.2rem 0 1rem;
}

.pill {
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  font-size: 0.85rem;
  color: var(--muted);
}

/* ===== TABLE ===== */
.table-wrapper {
  margin-top: 1.5rem;
  overflow-x: auto;
}

.degree-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.degree-table th,
.degree-table td {
  padding: 0.75rem 0.6rem;
  border-bottom: 1px solid var(--border);
  text-align: left;
}

.degree-table th {
  color: var(--muted);
  font-weight: 600;
}

/* ===== CONTACT ===== */
.contact-email a {
  color: var(--accent);
  text-decoration: none;
}

.contact-email a:hover {
  text-decoration: underline;
}

/* ===== FOOTER ===== */
.site-footer {
  border-top: 1px solid var(--border);
  padding: 1.5rem 0;
  background: #0b0b0b;
}

.footer-inner {
  text-align: center;
  font-size: 0.85rem;
  color: var(--muted);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .header-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav {
    margin-top: 0.5rem;
  }

  .nav-list {
    gap: 1rem;
    flex-wrap: wrap;
  }

  .nav-list a {
    font-size: 0.9rem;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 2.5rem 0;
  }
}

/* ===== GLOBAL LINK COLORS ===== */

/* 기본 링크 색 */
a {
  color: #ffffff;     /* 밝은 골드 */
  text-decoration: none;
}

/* 방문한 링크 */
a:visited {
  color: #ffdd66;     /* 더 연한 골드 */
}

/* Hover (마우스 올렸을 때) */
a:hover {
  color: #ffe799;     /* 조금 더 밝은 색 */
  text-decoration: underline;
}

/* 클릭 중(active) */
a:active {
  color: #ffd54a;
}

.markdown-container {
  width: min(1100px, 100% - 2rem);
  margin: 0 auto;        /* 가운데 정렬 */
  padding: 2rem 0;       /* 위·아래 여백 */
  line-height: 1.7;
}

/* Publications 페이지 레이아웃 조정 */
.pub-wrapper {
    max-width: 900px;   /* 폭: 필요하면 800~1000 사이로 조절 */
    margin: 0 auto;     /* 가운데 정렬 */
    text-align: left;   /* 본문은 왼쪽 정렬 유지 */
}

/* 리스트 들여쓰기 살짝만 */
.pub-wrapper ul.section-text {
    padding-left: 1.2em;
}

/* Navigation Bar Height 줄이기 */
.navbar {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* 메뉴 간 간격 줄이기 */
.navbar-nav > li > a {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

/* 로고(이름) 부분 패딩도 조절 */
.navbar-brand {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.navbar {
    border-bottom: none !important;
    box-shadow: none !important;
}
.page-section,
.section,
.container {
    margin-top: 0 !important;
    padding-top: 20px;  /* 너무 붙어보이지 않게 최소 여백만 */
}


header,
#header,
.navbar {
    margin-bottom: 0 !important;
    padding-bottom: 10px !important;
}
