석세스 단품 |
||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --primary: #1D9E75; --primary-light: #E1F5EE; --primary-dark: #0F6E56; --text: #1a1a1a; --text-sub: #555; --text-muted: #888; --border: #e4e4e4; --bg: #f9f9f9; --white: #ffffff; } body { font-family: 'Noto Sans KR', sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; } /* ── 헤더 ── */ .hero { background: linear-gradient(135deg, #0a2e22 0%, #1D9E75 100%); padding: 60px 40px 50px; position: relative; overflow: hidden; } .hero::before { content: 'SUCCESS'; font-family: 'Bebas Neue', sans-serif; font-size: 180px; color: rgba(255,255,255,0.04); position: absolute; right: -20px; top: -20px; letter-spacing: 4px; line-height: 1; pointer-events: none; } .hero-inner { max-width: 900px; margin: 0 auto; position: relative; } .hero-badge { display: inline-block; background: rgba(255,255,255,0.15); color: #fff; font-size: 11px; font-weight: 600; letter-spacing: 0.1em; padding: 4px 12px; border-radius: 20px; margin-bottom: 16px; text-transform: uppercase; } .hero h1 { font-family: 'Bebas Neue', sans-serif; font-size: 56px; color: #fff; letter-spacing: 3px; line-height: 1.1; margin-bottom: 8px; } .hero-sub { font-size: 15px; color: rgba(255,255,255,0.7); font-weight: 300; letter-spacing: 0.05em; } /* ── 레이아웃 ── */ .page { max-width: 900px; margin: 0 auto; padding: 40px 20px 60px; } /* ── 이미지 + 스펙 영역 ── */ .top-section { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 32px; } @media (max-width: 640px) { .top-section { grid-template-columns: 1fr; } } .product-img-box { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 32px; display: flex; align-items: center; justify-content: center; min-height: 220px; } .product-img-box img { width: 100%; height: auto; object-fit: contain; } .img-placeholder { text-align: center; color: var(--text-muted); font-size: 13px; } .img-placeholder .icon { font-size: 48px; margin-bottom: 8px; display: block; } /* ── 스펙 테이블 ── */ .spec-box { background: var(--white); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; } .spec-box table { width: 100%; border-collapse: collapse; } .spec-box td { padding: 12px 16px; font-size: 13px; border-bottom: 1px solid #f0f0f0; vertical-align: top; } .spec-box tr:last-child td { border-bottom: none; } .spec-box td:first-child { color: var(--text-muted); width: 130px; font-weight: 400; background: #fafafa; border-right: 1px solid #f0f0f0; } .spec-box td:last-child { font-weight: 500; color: var(--text); } /* ── 설명 박스 ── */ .desc-box { background: var(--primary-light); border-left: 4px solid var(--primary); border-radius: 0 12px 12px 0; padding: 16px 20px; font-size: 14px; color: var(--text-sub); line-height: 1.8; margin-bottom: 32px; } /* ── 섹션 ── */ .section { margin-bottom: 32px; } .section-title { font-size: 15px; font-weight: 700; color: var(--text); padding-bottom: 10px; border-bottom: 2px solid var(--primary); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; } .section-title::before { content: ''; display: inline-block; width: 4px; height: 16px; background: var(--primary); border-radius: 2px; } /* ── 사용목적 리스트 ── */ .purpose-list { list-style: none; } .purpose-list li { font-size: 14px; color: var(--text-sub); padding: 6px 0 6px 18px; position: relative; line-height: 1.7; } .purpose-list li::before { content: ''; position: absolute; left: 0; top: 13px; width: 6px; height: 6px; border-radius: 50%; background: var(--primary); } /* ── 구성요소 그리드 ── */ .parts-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 12px; } .part-card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 16px; text-align: center; transition: box-shadow 0.2s, transform 0.2s; } .part-card:hover { box-shadow: 0 4px 20px rgba(29,158,117,0.12); transform: translateY(-2px); } .part-num { display: inline-block; width: 26px; height: 26px; background: var(--primary); color: #fff; border-radius: 50%; font-size: 12px; font-weight: 700; line-height: 26px; margin-bottom: 8px; } .part-name { font-size: 12px; font-weight: 600; color: var(--text); line-height: 1.4; } /* ── 모델 테이블 ── */ .model-table { width: 100%; border-collapse: collapse; font-size: 13px; } .model-table th { background: var(--primary); color: #fff; padding: 10px 14px; font-weight: 600; text-align: left; } .model-table th:first-child { border-radius: 8px 0 0 0; } .model-table th:last-child { border-radius: 0 8px 0 0; } .model-table td { padding: 10px 14px; border-bottom: 1px solid #f0f0f0; color: var(--text-sub); } .model-table tr:last-child td { border-bottom: none; } .model-table tr:nth-child(even) td { background: #fafafa; } /* ── 하단 연락처 ── */ .contact-bar { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 16px 20px; font-size: 13px; color: var(--text-muted); display: flex; flex-wrap: wrap; gap: 16px; align-items: center; } .contact-bar strong { color: var(--text); font-weight: 600; } .contact-divider { color: var(--border); }
Medical Device · 복강경 투관침
SUCCESS
Bladeless Trocar System — 단품
🩺 제품 이미지를 업로드해주세요
복강경 수술 시 복강 내로 기구를 삽입하기 위한 통로를 만드는 블레이드리스 방식의 투관침입니다. 날카로운 칼날 없이 조직을 확장시켜 삽입하는 방식으로 조직 손상을 최소화합니다.
사용 목적
제품 구성요소
1
Upper Shell 상단부 / 내시경 삽입구
2
Lower Shell Sleeve
3
Release Lever Rod/Sleeve 분리 제어
4
Valve Body 밸브 본체
5
Stopcock 하우징
6
Universal Sleeve 범용 슬리브
모델 / 규격
|
Content |
Name |
Date |
Hits |
|---|---|---|---|
|
2026-05-07 |
69 |










