File: /home/drdrivek-71/drdrive.kr/public/wp-content/languages/wpml/elementor-1880-en_US.mo
�� d � � � �
� � � . ; 6 < s
6 � � �
� � <script>
let cadDrawingBtn = document.getElementById('cad-drawing-btn');
cadDrawingBtn.addEventListener('click', function () {
alert('도면 요청은 기술 담당자에게 문의해 주시기 바랍니다. tech@drdrive.kr');
});
jQuery(document).ready(function($){
const urlPath = $(location).attr('pathname').includes( 'drp' );
const targetElm = $('.sub-col-nav .menu-item:first-child .elementor-item');
if (urlPath == true) {
$(targetElm).addClass('elementor-item-active');
}
});
</script>