  :root { --hm-navy: #0b3b75;  --hm-navy-dark: #072247;  --hm-orange: #f27233; --hm-surface: #ffffff;  --hm-surface-alt: #f8fafc; --hm-border: #e2e8f0;   --hm-text-heading: #0f172a; --hm-text-body: #475569; --hm-text-muted: #94a3b8;   --hm-radius-sm: 8px;  --hm-radius-md: 16px;  --hm-shadow-soft: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -2px rgba(0, 0, 0, 0.025);  --hm-shadow-hover: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -4px rgba(0, 0, 0, 0.04); } .hmode {  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;  color: var(--hm-text-body);  background-color: var(--hm-surface);  line-height: 1.7;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;  word-break: keep-all; overflow-wrap: break-word; }  .hmode h1, .hmode h2, .hmode h3, .hmode h4, .hmode h5, .hmode h6 {  color: var(--hm-text-heading);  font-weight: 700;  letter-spacing: -0.03em;  margin-bottom: 1rem;  line-height: 1.3; } .hmode h1 {  font-size: 3.5rem;  letter-spacing: -0.04em; } .hmode h2 {  font-size: 2.25rem; } .hmode h3 {  font-size: 1.5rem; } .hmode h4 {  font-size: 1.25rem;  font-weight: 600; } .hmode a {  color: var(--hm-orange);  text-decoration: none;  transition: color 0.2s ease; } .hmode a:hover {  color: #d95a1c; }  .hmode section {  padding: 7rem 0;  position: relative; } .hmode section:nth-child(odd) {  background-color: var(--hm-surface-alt);  border-top: 1px solid var(--hm-border);  border-bottom: 1px solid var(--hm-border); } .hmode .section-header {  margin-bottom: 3.5rem; } .hmode .section-header p {  font-size: 1.125rem;  color: var(--hm-text-body);  max-width: 650px; }  .hmode .navbar {  padding: 1.25rem 0;  transition: all 0.3s ease;  border-bottom: 1px solid transparent; } .hmode .navbar.scrolled {  background-color: rgba(255, 255, 255, 0.95);  backdrop-filter: blur(10px);  border-bottom: 1px solid var(--hm-border);  padding: 0.8rem 0; } .hmode .navbar-brand {  font-weight: 700;  letter-spacing: -0.02em;  color: var(--hm-surface) !important; } .hmode .navbar.scrolled .navbar-brand {  color: var(--hm-navy) !important; } .hmode .navbar-brand img {  height: 36px;  display: none; } .hmode .navbar.scrolled .navbar-brand .logo-text {  display: none; } .hmode .navbar.scrolled .navbar-brand img {  display: block; } .hmode .nav-link {  color: rgba(255, 255, 255, 0.8) !important;  font-weight: 500;  font-size: 0.95rem;  padding: 0.5rem 1rem !important;  border-radius: var(--hm-radius-sm);  transition: all 0.2s ease; } .hmode .navbar.scrolled .nav-link {  color: var(--hm-text-body) !important; } .hmode .nav-link:hover {  background: rgba(255, 255, 255, 0.1);  color: var(--hm-surface) !important; } .hmode .navbar.scrolled .nav-link:hover {  background: var(--hm-surface-alt);  color: var(--hm-navy) !important; }  .hmode .hero {  position: relative;  padding: 14rem 0 10rem; background-color: var(--hm-navy-dark); background-image:   linear-gradient(135deg, rgba(7, 34, 71, 0.92) 0%, rgba(11, 59, 117, 0.75) 100%),   url('/_skin/kor/images/site/main-01.jpg');  background-size: cover;  background-position: center;  background-repeat: no-repeat;  background-attachment: fixed; color: var(--hm-surface); } .hmode .hero h1 {  color: var(--hm-surface);  margin-bottom: 1.5rem; } .hmode .hero .lead-text {  font-size: 1.25rem;  color: rgba(255, 255, 255, 0.9);  max-width: 800px;  margin-bottom: 2.5rem;  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);   } .hmode .hero-meta {  display: flex;  gap: 2rem;  margin-bottom: 3.5rem;  padding-bottom: 3.5rem;  border-bottom: 1px solid rgba(255, 255, 255, 0.15); } .hmode .hero-meta-item {  display: flex;  align-items: center;  gap: 0.75rem;  font-size: 1.05rem;  color: var(--hm-surface);  font-weight: 500; } .hmode .hero-meta-item i {  color: var(--hm-orange);  font-size: 1.2rem; }  .hmode .btn-smart {  padding: 0.8rem 1.75rem;  border-radius: var(--hm-radius-sm);  font-weight: 500;  font-size: 1rem;  transition: all 0.2s ease;  display: inline-flex;  align-items: center;  justify-content: center;  gap: 0.5rem;  border: 1px solid transparent;  text-decoration: none; } .hmode .btn-primary-smart {  background-color: var(--hm-orange);  color: var(--hm-surface); } .hmode .btn-primary-smart:hover {  background-color: #d95a1c;  color: var(--hm-surface);  transform: translateY(-1px);  box-shadow: var(--hm-shadow-soft); } .hmode .btn-primary-smart2 {  background-color:#4A80A9;  color: var(--hm-surface); } .hmode .btn-primary-smart2:hover {  background-color: #4377A4;  color: var(--hm-surface);  transform: translateY(-1px);  box-shadow: var(--hm-shadow-soft); } .hmode .btn-outline-smart {  background-color: transparent;  color: var(--hm-surface);  border-color: rgba(255, 255, 255, 0.4); } .hmode .btn-outline-smart:hover {  background-color: rgba(255, 255, 255, 0.1);  color: var(--hm-surface);  border-color: rgba(255, 255, 255, 0.8); }  .hmode .smart-card {  background: var(--hm-surface);  border: 1px solid var(--hm-border);  border-radius: var(--hm-radius-md);  padding: 2.25rem;  transition: all 0.3s ease;  box-shadow: var(--hm-shadow-soft);  position: relative;  z-index: 1; } .hmode .smart-card:hover {  box-shadow: var(--hm-shadow-hover);  border-color: #cbd5e1;  transform: translateY(-2px); } .hmode .card-icon {  font-size: 1.5rem;  color: var(--hm-navy);  margin-bottom: 1.25rem;  display: inline-flex;  align-items: center;  justify-content: center;  width: 52px;  height: 52px;  background: var(--hm-surface-alt);  border-radius: var(--hm-radius-sm);  border: 1px solid var(--hm-border); }  .hmode .image-card {  padding: 0;  overflow: hidden;  display: flex;  flex-direction: column; } .hmode .image-card .card-img-top {  height: 180px;  object-fit: cover;  width: 100%;  border-bottom: 1px solid var(--hm-border); } .hmode .image-card-body {  padding: 2rem;  flex-grow: 1; display: flex;  flex-direction: column; } .hmode .speaker-card {  background: var(--hm-surface);  border: 1px solid var(--hm-border);  border-radius: var(--hm-radius-md);  padding: 1.25rem;  display: flex;  align-items: center;  gap: 1.25rem;  transition: all 0.2s ease;  height: 100%; } .hmode .speaker-card:hover {  border-color: var(--hm-navy);  box-shadow: var(--hm-shadow-soft);  transform: translateY(-2px); } .hmode .speaker-avatar {  width: 86px;  height: 86px;  border-radius: 50%;  object-fit: cover;  flex-shrink: 0;  border: 2px solid #ccc;  box-shadow: var(--hm-shadow-soft); } .hmode .profile-card {  text-align: center;  padding: 1rem; } .hmode .profile-avatar {  width: 90px;  height: 90px;  border-radius: 50%;  object-fit: cover;  margin-bottom: 1rem;  border: 3px solid var(--hm-surface);  box-shadow: var(--hm-shadow-soft); }  .hmode .list-minimal {  list-style: none;  padding: 0;  margin: 0; } .hmode .list-minimal li {  position: relative;  padding-left: 1.25rem;  margin-bottom: 0.5rem; line-height: 1.5; color: var(--hm-text-body); } .hmode .list-minimal li::before {  content: '•';  position: absolute;  left: 0;  top: 0;  color: var(--hm-orange);  font-weight: bold; }  .hmode .timeline-wrapper {  position: relative;  padding-left: 1.5rem;  margin-left: 0.5rem; } .hmode .timeline-item {  position: relative;  padding-bottom: 2.5rem; } .hmode .timeline-item:last-child {  padding-bottom: 0; }  .hmode .timeline-item::before {  content: '';  position: absolute;  left: -1.5rem;  top: 0.8rem;  bottom: -0.3rem;  width: 2px;  background-color: var(--hm-border);  transform: translateX(-1px); } .hmode .timeline-item:last-child::before {  display: none;   }  .hmode .timeline-item::after {  content: '';  position: absolute;  left: -1.5rem;  top: 0.3rem;  width: 12px;  height: 12px;  border-radius: 50%;  background-color: var(--hm-surface);  border: 2px solid var(--hm-navy);  transform: translateX(-6px); } .hmode .timeline-item.highlights::after {  border-color: var(--hm-orange);  background-color: var(--hm-orange); } .hmode .timeline-item.passed::before {  background-color: var(--hm-border); } .hmode .timeline-item.passed::after {  border-color: var(--hm-border);  background-color: var(--hm-border); } .hmode .timeline-item.passed * {  color: var(--hm-text-muted);  text-decoration: line-through; } .hmode .timeline-date {  font-weight: 600;  color: var(--hm-text-heading);  font-size: 1.1rem;  display: block;  margin-bottom: 0.25rem; }  .hmode .table-wrapper {  border: none;  border-radius: var(--hm-radius-md);  background: var(--hm-surface);  box-shadow: 0 15px 35px -5px rgba(11, 59, 117, 0.12); overflow: hidden;   } .hmode .table {  margin-bottom: 0; } .hmode .table th {  background-color: var(--hm-navy);  color: var(--hm-surface);  font-weight: 600;  border-bottom: none;  padding: 1.5rem;  letter-spacing: 0.02em;  vertical-align: middle;   } .hmode .table th .small {  color: rgba(255, 255, 255, 0.7) !important; } .hmode .table td {  padding: 1.5rem;  border-bottom: 1px solid var(--hm-border);  color: var(--hm-text-heading);  vertical-align: middle;  background-color: var(--hm-surface);  transition: background-color 0.2s ease; } .hmode .table tbody tr:hover td {  background-color: rgba(242, 114, 51, 0.04);   } .hmode .table tr:last-child td {  border-bottom: none; }  .hmode .badge-smart {  background-color: rgba(242, 114, 51, 0.1);  color: var(--hm-orange);  font-weight: 600;  padding: 0.25rem 0.6rem;  border-radius: 4px;  font-size: 0.75rem;  white-space: nowrap; }  .hmode footer {  background-color: var(--hm-navy-dark);  padding: 5rem 0 3rem;  color: rgba(255, 255, 255, 0.7); } .hmode footer h5 {  color: var(--hm-surface);  font-size: 1.05rem;  margin-bottom: 1.25rem; } .hmode footer a {  color: rgba(255, 255, 255, 0.7); } .hmode footer a:hover {  color: var(--hm-orange); }  .hmode .fade-up {  opacity: 0;  transform: translateY(20px); }  @media (max-width: 991px) {  .hmode section {   padding: 5rem 0;  }  .hmode .hero {   padding: 10rem 0 5rem;   background-attachment: scroll;   background-position: center right;  }  .hmode h1 {   font-size: 2.75rem;  }  .hmode .hero-meta {   flex-direction: column;   gap: 1rem;   padding-bottom: 2rem;   margin-bottom: 2.5rem;  }  .hmode .navbar-collapse {   background: var(--hm-surface);   padding: 1rem;   border-radius: var(--hm-radius-md);   border: 1px solid var(--hm-border);   box-shadow: var(--hm-shadow-hover);   margin-top: 0.5rem;  }  .hmode .navbar-collapse .nav-link {   color: var(--hm-text-heading) !important;  }  .hmode .navbar-toggler {   border-color: rgba(255, 255, 255, 0.3);  }  .hmode .navbar.scrolled .navbar-toggler {   border-color: var(--hm-border);  }  .hmode .smart-card {   padding: 1.75rem;  } .hmode #about .row>div:first-child {   text-align: center;   margin-bottom: 2rem;  }  .hmode #about .row>div:first-child p {   margin-left: auto;   margin-right: auto;  } } @media (max-width: 768px) {  .hmode section {   padding: 4rem 0;  }  .hmode .hero {   padding: 8rem 0 4rem;  }  .hmode h1 {   font-size: 2.25rem;  }  .hmode h2 {   font-size: 1.85rem;  }  .hmode .hero .lead-text {   font-size: 1.1rem;  }  .hmode .section-header {   margin-bottom: 2.5rem;  }  .hmode .smart-card {   padding: 1.5rem;  } .hmode .btn-smart {   width: 100%;   justify-content: center;   margin-bottom: 0.5rem;  }  .hmode .hero .d-flex.gap-3 {   flex-direction: column;   gap: 0 !important;  } .hmode .timeline-wrapper {   padding-left: 1.25rem;  }  .hmode .timeline-item::after {   left: -1.25rem;  }  .hmode .timeline-item::before {   left: -1.25rem;  } }