@charset "utf-8";

/**
 * theme head.sub.php 가 로드하는 기본 시트.
 * 누락 시 그누보드 전역 .sound_only 가 정의되지 않아 게시판 등에서
 * "현재 페이지 게시물 전체선택" 등 스크린리더 전용 텍스트가 화면에 보일 수 있습니다.
 */

.msg_sound_only,
.sound_only {
    display: inline-block !important;
    position: absolute;
    width: 0;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    clip: rect(0, 0, 1px, 1px);
    clip-path: inset(50%);
    border: 0 !important;
}
