실시간 상담

회생의 고수 블로그

회생의 고수 스토리

지금 바로 내 상황에 맞는
상담을 받아보세요.

혼자 고민하지 마세요. 신속히 연락드려,

가장 적합한 해결 방향을 함께 찾아드릴게요.

실시간 상담
@keyframes blink-color { 0%, 49% { background-color: #000; box-shadow: none; } 50%, 100% { background-color: #fa7000; } } .blinking-button { width: 60px; height: 60px; border-radius: 50%; background-color: #000; display: flex; flex-direction: column; justify-content: center; align-items: center; animation: blink-color 1.5s infinite; cursor: pointer; } .text-line { color: white; font-size: 13px; font-weight: 500; line-height: 1.2; }