show = false, 3000)"
x-show="show" x-cloak
x-transition:enter="transition ease-out duration-300" x-transition:enter-start="translate-x-full opacity-0" x-transition:enter-end="translate-x-0 opacity-100"
x-transition:leave="transition ease-in duration-200" x-transition:leave-start="translate-x-0 opacity-100" x-transition:leave-end="translate-x-full opacity-0"
class="fixed top-4 right-4 z-100 px-4 py-3 rounded-xl text-sm font-medium shadow-lg"
:class="{
'bg-slate-900 text-emerald-400': type === 'success',
'bg-slate-900 text-red-400': type === 'error',
'bg-slate-900 text-blue-400': type === 'info'
}">
Pipeline
Data
System
r.json())
.then(d => { syncOk = d.ok; syncMsg = d.ok ? d.synced + '건' : '오류'; $dispatch('toast', {message: d.ok ? 'Sheets 동기화 완료 (' + d.synced + '건)' : '동기화 실패', type: d.ok ? 'success' : 'error'}); })
.catch(() => { syncOk = false; syncMsg = '실패'; $dispatch('toast', {message: '네트워크 오류', type: 'error'}); })
.finally(() => syncing = false);
"
:disabled="syncing"
:title="expanded ? '' : 'Export to Sheets'"
class="w-full flex items-center gap-2 rounded-lg text-xs font-medium text-slate-400 hover:bg-slate-700 transition-colors disabled:opacity-50"
:class="expanded ? 'px-3 py-2' : 'px-2.5 py-2 justify-center'">
Export to Sheets
동기화 중…
Login
Medium
weekly.chosun.com
2026-03-30
#1
중학생 야구부원 3명이 감독 A씨로부터 야구 배트로 폭행당해 멍이 들거나 부어오르는 상처를 입었습니다. 피해자 측은 감독이 훈련 중 폭언을 했다고 주장하고 있으며, 현재 경찰이 사건을 수사 중입니다.
진행 단계
관련절차진행
(경찰 수사 진행 중)
판단 근거
상대방(감독 A씨)의 책임이 비교적 명확하고(적합 조건 1), 경찰 수사가 진행 중이며(적합 조건 6), 폭행으로 인한 신체적 상처라는 증거가 존재합니다(적합 조건 5). 그러나 피해자 수가 3명으로 집단적 피해로 보기 어렵고(부적합 조건), 상대방의 자력이나 피해 규모가 명확히 파악되지 않아 투자 적합도가 'Medium'으로 판단됩니다.
원문보기
2026-03-30 19:30
gemini-2.5-flash