Hero Background
Provider Logo

Samsin Plumbing Experts

verified Verified B2B
[누수탐지] [배관수리] [수전교체]
star 4.9 (150 reviews)
|
location_on Seoul, Gyeonggi-do

About Us & Certifications

Samsin Plumbing Experts provides high-end industrial and commercial plumbing solutions since 1998. We specialize in complex facility maintenance, high-pressure system installations, and architectural plumbing design for B2B partners across Korea. Our team consists of master technicians with over 20 years of individual experience.

workspace_premium
National Certification
verified_user
KOLAS Certified
fact_check
ISO 9001 Certified

Service Location (서비스 지역)

네이버/카카오 지도 API 영역
distance Main coverage: Seoul, Gyeonggi, Incheon

Customer Reviews

K
Kim Jin-woo
Hyundai E&C Manager
star star star star star

Professional service for our warehouse cooling system overhaul. Highly recommended.

close Enlarged gallery image
document.addEventListener(‘DOMContentLoaded’, function() { // Lightbox Logic for Gallery Images const galleryImgs = document.querySelectorAll(‘.mo-gallery-img’); const lightbox = document.getElementById(‘moLightbox’); const lightboxImg = document.getElementById(‘moLightboxImg’); const closeBtn = document.querySelector(‘.mo-lightbox-close’); // Open Lightbox galleryImgs.forEach(img => { img.addEventListener(‘click’, function() { const highResSrc = this.src; // Assuming src is high quality enough lightboxImg.src = highResSrc; lightbox.classList.add(‘show’); document.body.style.overflow = ‘hidden’; // Prevent background scrolling }); }); // Close Lightbox function function closeLightbox() { lightbox.classList.remove(‘show’); document.body.style.overflow = ”; // Restore scrolling // Clear src after transition to prevent flicker on next open setTimeout(() => { if(!lightbox.classList.contains(‘show’)) { lightboxImg.src = ”; } }, 300); } // Close on ‘X’ button click if(closeBtn) { closeBtn.addEventListener(‘click’, closeLightbox); } // Close on background overlay click if(lightbox) { lightbox.addEventListener(‘click’, function(e) { if(e.target === lightbox) { closeLightbox(); } }); } // Close on ESC key press document.addEventListener(‘keydown’, function(e) { if(e.key === ‘Escape’ && lightbox.classList.contains(‘show’)) { closeLightbox(); } }); });