/* 텍스트에 은은한 빛이 번지는 효과 (AURA BI 타이틀용) */ .aura-text { color: #fff; text-shadow: 0 0 10px rgba(224, 195, 252, 0.8), 0 0 20px rgba(224, 195, 252, 0.5); font-family: 'Nanum Myeongjo', serif; } /* 이미지에 마우스를 올렸을 때 부드럽게 커지는 효과 */ .img-hover-effect:hover { transform: scale(1.02); transition: all 0.5s ease-in-out; }