File: /home/drdrivek-71/drdrive.kr/public/wp-content/languages/wpml/elementor-933-en_US.mo
�� d � � � �
� � � / < 6 = t
� 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( 'drg' );
const targetElm = $('.sub-col-nav .menu-item:nth-child(2) .elementor-item');
if (urlPath == true) {
$(targetElm).addClass('elementor-item-active');
}
});
</script>