body {
	font-family: 'oto Serif SC', serif;
}
#index-focus img{width:100%;}
#index-focus .swiper-pagination{bottom:0px;}
.countdown-box {
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
}
.timeline-item::before {
	content: '';
	position: absolute;
	left: -20px;
	top: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #dc2626;
}
.speaker-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.news-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}