.consultant-section {
  width: 100vw;
  min-height: 500px;
  background: radial-gradient(ellipse at left 30%, #1a2340 60%, #0a0c12 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.consultant-inner {
  width: 90vw;
  max-width: 1400px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  gap: 48px;
}
.consultant-left {
  flex: 0 0 420px;
  padding-left: 0;
  margin-right: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.consultant-title-sub {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 0.5em;
  opacity: 0.85;
  letter-spacing: -1px;
}
.consultant-title-main {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -2px;
  margin-bottom: 0.5em;
}
.consultant-right {
  flex: 0 0 700px;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.consultant-cards {
  display: flex;
  flex-direction: row;
  gap: 32px;
  width: 100%;
  max-width: 700px;
  min-width: 0;
  position: relative;
  height: 540px;
}
.consultant-col {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 50%;
  min-width: 0;
  align-items: flex-start;
}
.consultant-card {
  background: #111;
  border-radius: 18px;
  box-shadow: 0 4px 24px 0 rgba(0,0,0,0.18);
  color: #fff;
  padding: 72px 48px 64px 48px;
  margin-bottom: 32px;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  min-width: 280px;
  width: 100%;
  max-width: 360px;
  box-sizing: border-box;
  transition: transform 0.2s;
  line-height: 1.6;
  font-size: 1.08rem;
}
.consultant-card:last-child {
  margin-bottom: 0;
}
.card-blue {
  background: #0a2a7a;
}
.card-black {
  background: #181a1e;
}
.consultant-name {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.2em;
  letter-spacing: -1px;
  line-height: 1.3;
  text-shadow: 0 2px 8px #0a2a7a22;
}
.consultant-name span {
  font-size: 1.1rem;
  font-weight: 400;
  margin-left: 0.5em;
  color: #b6c3e0;
}
.consultant-role {
  font-size: 1.05rem;
  font-weight: 500;
  color: #b6c3e0;
  margin-bottom: 1em;
  line-height: 1.4;
  text-shadow: 0 1px 4px #0a2a7a11;
}
.consultant-desc {
  font-size: 0.98rem;
  font-weight: 300;
  color: #e2e6f3;
  margin-bottom: 3.2em;
  padding-left: 1.2em;
  list-style: disc;
  line-height: 1.7;
}
.consultant-desc li {
  margin-bottom: 0.5em;
}
.consultant-avatar {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff 60%, #b6c3e0 100%);
  box-shadow: 0 2px 12px #0a2a7a33;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 2.5px solid #fff6;
}
.consultant-avatar img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px #0008);
}
.consultant-col .is-clone {
  opacity: 1;
}
@media (max-width: 1100px) {
  .consultant-inner { flex-direction: column; align-items: flex-start; }
  .consultant-right { min-width: 0; width: 100%; justify-content: flex-start; }
  .consultant-cards { min-width: 0; max-width: 100vw; }
  .consultant-col { min-width: 0; }
}
@media (max-width: 800px) {
  .consultant-section { min-height: 800px; }
  .consultant-inner { flex-direction: column; padding: 40px 0; }
  .consultant-left { padding-left: 0; margin-bottom: 40px; }
  .consultant-cards { flex-direction: column; gap: 24px; height: auto; }
  .consultant-col { flex-direction: row; gap: 16px; width: 100%; height: auto; align-items: stretch; }
  .consultant-card { 
    min-width: 200px; 
    max-width: 100%; 
    padding: 24px 16px 24px 16px; 
    min-height: 220px;
  }
  .consultant-avatar { 
    right: 16px; 
    bottom: 16px; 
    width: 48px; 
    height: 48px; 
  }
  .consultant-avatar img { 
    width: 40px; 
    height: 40px; 
  }
}

/* 무한 롤링용 스타일 (크기 축소) */
.rolling-wrap { display: flex; gap: 32px; width: 700px; margin: 40px auto; }
.rolling-col { flex: 1 1 0; overflow: hidden; height: 420px; position: relative; }
.rolling-list { display: flex; flex-direction: column; will-change: transform; }
.rolling-list.no-transition { transition: none !important; }
.rolling-card {
  background: linear-gradient(135deg, #1a2340 60%, #0a2a7a 100%);
  color: #fff;
  min-height: 220px;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 1.1rem;
  border-radius: 22px;
  padding: 38px 28px 38px 32px;
  box-shadow: 0 8px 32px 0 rgba(10,42,122,0.18), 0 2px 8px 0 rgba(0,0,0,0.10);
  position: relative;
  overflow: visible;
  transition: transform 0.22s cubic-bezier(.4,0,.2,1), box-shadow 0.22s;
}
.rolling-card:hover {
  transform: scale(1.035) translateY(-4px);
  box-shadow: 0 16px 48px 0 rgba(10,42,122,0.28), 0 4px 16px 0 rgba(0,0,0,0.16);
  z-index: 2;
}
.rolling-card:last-child { margin-bottom: 0; } 