body {
  font-family: 'Noto Sans', sans-serif;
}


.footer .icon-link {
    font-size: 25px;
    color: #000;
}

.link-block a {
    margin-top: 5px;
    margin-bottom: 5px;
}

.dnerf {
  font-variant: small-caps;
}


.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

.teaser {
  font-family: 'Google Sans', sans-serif;
}


.publication-title {
}

.publication-banner {
  max-height: parent;

}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

.publication-header .hero-body {
}

.publication-title {
    font-family: 'Google Sans', sans-serif;
}

.publication-authors {
    font-family: 'Google Sans', sans-serif;
}

.publication-venue {
    color: #555;
    width: fit-content;
    font-weight: bold;
}

.publication-awards {
    color: #ff3860;
    width: fit-content;
    font-weight: bolder;
}

.publication-authors {
}

.publication-authors a {
   color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
    text-decoration: underline;
}

.author-block {
  display: inline-block;
}

.publication-banner img {
}

.publication-authors {
  /*color: #4286f4;*/
}

.publication-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;

    overflow: hidden;
    border-radius: 10px !important;
}

.publication-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.publication-body img {
}

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}


.interpolation-panel {
  background: #f5f5f5;
  border-radius: 10px;
}

.interpolation-panel .interpolation-image {
  width: 100%;
  border-radius: 5px;
}

.interpolation-video-column {
}

.interpolation-panel .slider {
  margin: 0 !important;
}

.interpolation-panel .slider {
  margin: 0 !important;
}

#interpolation-image-wrapper {
  width: 100%;
}
#interpolation-image-wrapper img {
  border-radius: 5px;
}

.ba-wrapper { margin-top: 1.25rem; }
.ba-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;            /* 필요시 비율 변경 */
  background: #000;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,.08);
}
.ba-media img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  user-select: none; -webkit-user-drag: none;
}
.ba-left { z-index: 1; }
.ba-right {
  z-index: 2;
  clip-path: inset(0 0 0 var(--split, 50%));
}
.ba-divider {
  position: absolute;
  top: 0; bottom: 0;
  left: var(--split, 50%);
  width: 2px;
  z-index: 3;
  background: rgba(255,255,255,.85);
  box-shadow: 0 0 0 1px rgba(0,0,0,.2);
  transform: translateX(-1px);
  pointer-events: none;
  touch-action: none; /* ← 추가 */
}
.ba-handle {
  position: absolute; top: 50%;
  left: 50%; transform: translate(-50%, -50%);
  width: 22px; height: 22px; border-radius: 50%;
  background: rgba(255,255,255,.92);
  box-shadow: 0 6px 18px rgba(0,0,0,.25), inset 0 0 0 1px rgba(0,0,0,.08);
}
.ba-badge {
  position: absolute; top: 12px; z-index: 4;
  padding: 6px 10px; font-size: .9rem;
  background: rgba(255,255,255,.85);
  border-radius: 8px;
  backdrop-filter: blur(2px);
}
.ba-badge-left { left: 12px; }
.ba-badge-right { right: 12px; }
#baRange { margin-top: 12px; }




.figure-box img{
  display:block;
  width:100%;
  height:auto;
  border-radius:10px;
  box-shadow:0 4px 12px rgba(0,0,0,.1);
}



/* 각 카드 상단 중앙에 제목 */
.demo-title-top{
  text-align:center;
  font-weight:700;
  font-size:1.1rem;
  margin:0 0 .5rem 0; /* 제목-슬라이더 간격 */
  line-height:1.2;
}

/* 선택: 카드 전체 미묘한 여백/라운딩(슬라이더 스타일에 맞춰 보정) */
.ba-card{ 
  /* 필요시 padding-top 추가 가능 */
}

/* 선택: 슬라이더 최소 높이 보정(이미지가 없을 때 자리 유지) */
.ba-wrapper .ba-media{
  min-height:220px;          /* 필요 시 조절 */
  border-radius:12px;
  overflow:hidden;
}
