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: 0;
}

.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: 120%;
}
#interpolation-image-wrapper img {
  border-radius: 5px;
}


/* 이미지를 가운데 정렬 */
.centered-image {
  display: block; /* 블록 요소로 변환 */
  margin: 0 auto; /* 자동으로 좌우 가운데 정렬 */
  width: 100%; /* 이미지 너비 조정 */
  height: auto; /* 비율 유지 */
}

/* 캡션 스타일 */
.custom-caption {
  text-align: center; /* 가운데 정렬 */
  font-style: italic; /* 기울임체 */
  margin-top: 10px; /* 이미지와 캡션 간 간격 */
  font-size: 1em; /* 글자 크기를 줄임 */
  line-height: 1.6; /* 줄 간격 */
  color: #555; /* 텍스트 색상 */
}

#video-compare-container {
  display: inline-block;
  line-height: 0;
  position: relative;
  width: 100%;
  padding-top: 42.3%;
}
#video-compare-container > video {
  width: 100%;
  position: absolute;
  top: 0; height: 100%;
}
#video-clipper {
  width: 50%; position: absolute;
  top: 0; bottom: 0;
  overflow: hidden;
}
#video-clipper video {
  width: 200%;
  position: absolute;
  height: 100%;
}

#videoPlay{
    padding: 40px;
    margin: 40px auto;
    display:block
}

.publication-affiliations {
  display: flex; /* 수평 나열 */
  justify-content: center; /* 가운데 정렬 */
  gap: 20px; /* 각 소속 간 간격 */
}

.affiliation-block {
  white-space: nowrap; /* 텍스트가 줄 바꿈되지 않도록 설정 */
}

pre, code {
  text-align: left; /* 왼쪽 정렬 */
  margin: 0; /* 불필요한 외부 여백 제거 */
  padding: 10px; /* 내부 여백으로 간격 유지 */
  background-color: #f5f5f5; /* 가독성을 위한 배경색 (선택 사항) */
  border-radius: 4px; /* 모서리 둥글게 (선택 사항) */
  overflow-x: auto; /* 가로 스크롤 허용 */
  font-family: monospace; /* 고정 폭 글꼴 유지 */
}
