ACHELESS SSP Sleep-Tech Wearable Device for Sleep Induction
/* === CES 이미지 쇼케이스 스타일 === */ .ces-image-showcase { display: flex; justify-content: center; align-items: center; padding: 40px 20px; background: transparent; perspective: 1000px; } /* 이미지 감싸는 카드 (이제 a 태그임) */ .ces-img-card { display: block; /* 링크 태그를 블록 요소로 변경 */ position: relative; width: 100%; max-width: 320px; /* 배지 크기 제한 */ border-radius: 24px; /* 초기 상태: 부유 애니메이션 적용 */ animation: floatBadge 4s ease-in-out infinite; /* 고급스러운 그림자 (CES 블루 컬러) */ box-shadow: 0 15px 35px rgba(30, 50, 100, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1); transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); overflow: hidden; cursor: pointer; /* 마우스 커서를 손가락 모양으로 */ text-decora