/* 아티스트 사용자 페이지 전용 스타일 */
/* 항목 간 간격 확대 및 레이아웃 보정 */

/* AutoView 템플릿은 항상 숨김 처리 (특이도 강화) */
.artist_con[data-copy] { display: none !important; visibility: hidden !important; height: 0 !important; overflow: hidden !important; }
body .artist_con[data-copy] { display: none !important; }

.artist_wrap .artist_con { margin: 0; padding: 0; border: 0; }
.artist_wrap .artist_con + .artist_con {
  margin-top: 200px; /* 데스크톱 기준 간격 */
  padding-top: 0;
  border-top: 1px solid rgba(0,0,0,0.08); /* 얇은 구분선 */
}

@media (max-width: 1024px) {
  .artist_wrap .artist_con + .artist_con { margin-top: 120px; }
}

@media (max-width: 768px) {
  .artist_wrap .artist_con + .artist_con { margin-top: 80px; }
}

/* 이미지가 부모 영역을 넘치지 않도록 보정 */
.artist_wrap .artist_con_left figure img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 12px; /* 시각적 일관성을 위한 둥근 모서리 (필요시 조정) */
}

/* 텍스트 영역 기본 여백 보정 */
.artist_wrap .artist_con_right .artist_text {
  margin-bottom: 12px;
}

/* 수상/주요 이력 목록 간격 */
.artist_wrap .artist_con_right .artist_award li {
  margin: 6px 0;
}
