반응형
var rightAdContainer = document.getElementById("right_ad"); var leftAdContainer = document.getElementById("left_ad"); var adWidth = 200; // Width of the ad var adMargin; window.addEventListener('resize', adjustStyle); adjustStyle(); function adjustStyle() { const currentScale = window.devicePixelRatio; if (currentScale < 1.2) { adMargin = 125; } else { adMargin = 25; } // Adjust margin for ads rightAdContainer.style.marginRight = adMargin + 'px'; leftAdContainer.style.marginLeft = adMargin + 'px'; moveAdsIn(); } function updateAdVisibility() { var windowSize = window.innerWidth; if (windowSize > 1410) { rightAdContainer.style.display = "block"; leftAdContainer.style.display = "block"; } else { rightAdContainer.style.display = "none"; leftAdContainer.style.display = "none"; } } function updateAdPosition() { var scrollTop = window.pageYOffset || document.documentElement.scrollTop; var windowHeight = window.innerHeight; var adHeight = rightAdContainer.clientHeight; if (scrollTop > windowHeight - adHeight - 0) { rightAdContainer.style.position = "fixed"; rightAdContainer.style.top = windowHeight - adHeight - 0 + "px"; leftAdContainer.style.position = "fixed"; leftAdContainer.style.top = windowHeight - adHeight - 0 + "px"; } else { rightAdContainer.style.position = "fixed"; rightAdContainer.style.top = "30%"; rightAdContainer.style.transform = "translateY(-30%)"; leftAdContainer.style.position = "fixed"; leftAdContainer.style.top = "30%"; leftAdContainer.style.transform = "translateY(-30%)"; } } function moveAdsIn() { rightAdContainer.style.right = adMargin + "px"; // Move right ad in from the right leftAdContainer.style.left = adMargin + "px"; // Move left ad in from the left } updateAdVisibility(); window.addEventListener("resize", updateAdVisibility); window.addEventListener("scroll", updateAdPosition); window.addEventListener("load", moveAdsIn); // Move ads in on page load
본문 바로가기 메뉴 바로가기
중대재해 취약분야 기업 지원대책 알기 쉽게 이해하기

'24년도부터 50인 미만 기업에도 적용 예정이었던 중대재해처벌법이 2년 간 유예되었습니다. 중소기업들은 인력과 예산 부족으로 인하여 중대재해를 예방할 준비가 미흡하다는 것이 그 이유였습니다. 저는 개인적으로 충분한 시간을 주었다고 생각하지만, 안 그래도 최근 중대재해처벌 적용이 경미하게 이루어지고 있는 상황에서 중대재해처벌법도 결국 솜방망이처벌에 불과하게 이루어지지 않을까 하는 우려도 있습니다. 아무튼 중소기업들이 중대재해 예방을 위해서 지원하기 위한 방안이 발표되었습니다. 많은 방안들이 있는데, 알기 쉽게 일목요연하게 정리해보았으니 끝까지 정독해주시기 부탁드립니다. 중대재해 취약분야 기업 지원 추진배경 중대재해처벌법은 '22년 1월 시행되었으나, 50인 미만 및 50억원 미만의 공사는 2년간의 계도기..

생활정보 2023. 12. 29. 00:48
이전 1 다음
이전 다음

티스토리툴바

이메일: help@abaeksite.com | 운영자 : 아로스
제작 : 아로스
Copyrights © 2022 All Rights Reserved by (주)아백.

※ 해당 웹사이트는 정보 전달을 목적으로 운영하고 있으며, 금융 상품 판매 및 중개의 목적이 아닌 정보만 전달합니다. 또한, 어떠한 지적재산권 또한 침해하지 않고 있음을 명시합니다. 조회, 신청 및 다운로드와 같은 편의 서비스에 관한 내용은 관련 처리기관 홈페이지를 참고하시기 바랍니다.

단축키

내 블로그

내 블로그 - 관리자 홈 전환
Q
Q
새 글 쓰기
W
W

블로그 게시글

글 수정 (권한 있는 경우)
E
E
댓글 영역으로 이동
C
C

모든 영역

이 페이지의 URL 복사
S
S
맨 위로 이동
T
T
티스토리 홈 이동
H
H
단축키 안내
Shift + /
⇧ + /

* 단축키는 한글/영문 대소문자로 이용 가능하며, 티스토리 기본 도메인에서만 동작합니다.