author-text {
margin-top: 10px;
  max-width: 600px;
  text-align: left;  
  margin: 0 auto;      
}
/* nav */
.top-left, .top-right {
  position: fixed;
  z-index: 1000;
  display: inline-block; /* block → inline-block 으로 바꾸기 */
}

/* “content”를 Info 옆으로 */
.top-left {
  top: 25px !important;
  right: 120px !important; /* Info보다 왼쪽으로 약간 이동 */
  left: auto !important;
  bottom: auto !important;
}

/* “Info” 그대로 */
.top-right {
  right: 40px !important;
  top: 25px !important;
}

/* link look */
.top-left a, .top-right a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  transition: opacity .2s;
}
.top-left a:hover, .top-right a:hover { opacity: .6; }




.top {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 1000;
}

.top img {
  width: 40px; 
  height: auto;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.top img:hover {
  opacity: 0.7;
}


.top-right {
  position: fixed;
  top: 25px;
  right: 40px;               /* ← 화면 오른쪽 여백 */
  z-index: 1000;
}

.top-right a {
  font-family: "adobe-garamond-pro", serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-decoration: none;     /* 밑줄 제거 */
  transition: opacity 0.3s ease;
}

.top-right a:hover {
  opacity: 0.6;
}

.top-right a:visited,
.top-right a:active {
  color: #000;
  text-decoration: none;
}


body {
  font-family: "adobe-garamond-pro", serif;
  margin: 0;
  background: #fff;
  display: flex;
  height: 100vh;
  overflow: hidden; 
}



.left {
  flex: 1;               
  padding: 120px 80px 80px;
  overflow-y: scroll;     
  line-height: 1.6;
  max-width: 650px;      
}



.text-column {
  flex: 1;
  max-width: 420px;   
  padding-right: 40px;
  line-height: 1.6;
}

.right {
  flex: 2;                
  padding: 120px 60px 80px;
  overflow-y: scroll;     
  display: flex;
  flex-direction: column;
  align-items: center;    
  gap: 100px;
}

/* === Gallery === */
#gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  position: relative;
}

/* 각 이미지 크기 */
#gallery img {
  width: 30vw;
  max-width: 450px;
  height: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.2s ease;
  position: relative;
}

#gallery img {
  cursor: zoom-in;
}

#imageModal img {
  cursor: zoom-out;
}

#gallery img:nth-child(odd) {
  align-self: flex-start;   /* 왼쪽 */
  transform: translateX(-60px); /* 살짝 왼쪽 이동 */
}

#gallery img:nth-child(even) {
  align-self: flex-end;     /* 오른쪽 */
  transform: translateX(50px);  /* 살짝 오른쪽 이동 */
}




#gallery {
  position: relative;
  cursor: grab;
  user-select: none;
}

#gallery img {
  cursor: grab;
  border-radius: 0px;
  opacity: 0.95;
  transition: transform 0.25s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

#gallery img:hover {
  opacity: 1;
  transform: scale(1.08);

}

#imageModal img {
  cursor: zoom-out;
}










/* === Typography === */
.quote {
  font-family: "altesse-std-24pt", cursive;
  font-size: 22px;
  line-height: 1.8;
  margin: 40px 0;
  color: #000;
}

.right_p1 {
  margin-top: 60px;
  line-height: 1.5;
  margin-bottom: 5px;
}

body {
  cursor: url( ) 8 8, auto;
} 


.logo {
  width: 28px;     /* 28px 정도로 작고 섬세하게 */
  height: auto;
  vertical-align: middle;
  transition: opacity 0.3s ease;
}

.logo:hover {
  opacity: 0.7;
}



.title-icon {
  width: 200px;
  height: auto;
  margin: 100px 0 40px 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  animation: sparkle 3s ease-in-out infinite;
}

/* ✨ 더 강한 반짝임 */
@keyframes sparkle {
  0%, 85%, 100% {
    opacity: 1;
    filter: brightness(1);
    transform: scale(1);
  }
  90% {
    opacity: 0.6;
    filter: brightness(2.5);
    transform: scale(1.05); /* 살짝 커짐 */
  }
  95% {
    opacity: 1;
    filter: brightness(3);
    transform: scale(1.1); /* 짧은 반짝임 */
  }
}


/* === Floating Image Motion === */
.image-column {
  position: relative;
  overflow: hidden;
}

.floating {
  position: absolute;
  transition: transform 0.6s ease, opacity 0.4s ease;
  cursor: pointer;
  will-change: transform;
}

/* 이미지 살짝 부드럽게 떠 있는 효과 */
@keyframes floatMove {
  0% { transform: translate(0, 0); }
  50% { transform: translate(10px, -10px); }
  100% { transform: translate(0, 0); }
}

.floating img {
  width: 200px; /* 필요에 따라 조정 */
  height: auto;
  animation: floatMove 6s ease-in-out infinite;
  transition: transform 0.4s ease;
}

.floating img:hover {
  transform: scale(1.05);
}

/* --- Authors layout --- */
.authors {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;           /* 가로 간격 조금 줄임 */
  margin: 20px 0;      /* 위아래 여백 최소화 */
  text-align: center;
  font-family: "adobe-garamond-pro", serif;
}

/* 각 author 블록 */
.author {
  flex: 1;
}

/* 링크 스타일 */
.author a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: relative;
}

.author a:hover {
  opacity: 0.75;
  color: #e6589a; 
  transform: translateY(-2px);
}

/* 화살표 (→) */
.arrow {
  margin-right: 6px;
  font-size: 14px;
  opacity: 0.5;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.author a:hover .arrow {
  opacity: 1;
  transform: translateX(2px);
}

/* 이름 */
.author .name {
  display: block;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 3px;
}

/* 작품명 */
.author .work {
  font-size: 14px;
  color: #000;
}

/* 문단 간격 — 다른 섹션과는 넉넉하게 */
.text-column p {
  margin-bottom: 60px;   /* 문단 간격 여유 */
  line-height: 1.7;
}

/* authors 주변만 특별히 tighter spacing */
.text-column .authors {
  margin-top: 10px;
  margin-bottom: 10px;
}

#hoverText {
  position: fixed;
  left: 40px;
  bottom: 30px;
  font-family: "adobe-garamond-pro", serif;
  font-size: 16px;
  color: #000;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; /* 클릭 안 걸리게 */
}
