/* 슬라이더 ‘바로가기’ 버튼 hover 시 어떤 변화도 일어나지 않도록 */
.main-slider ul li .btn:hover {
background-color: inherit !important; /* 색 고정 */
color: inherit !important;
border-color: inherit !important;
transition: none !important; /* 트랜지션 제거 */
transform: none !important; /* 확대·회전 제거 */
animation: none !important; /* keyframe 제거 */
box-shadow: inherit !important; /* 그림자 고정 */
filter: none !important; /* 필터 제거 */
}