diff --git a/.claude/agents/explorer.md b/.claude/agents/explorer.md deleted file mode 100644 index be33b64..0000000 --- a/.claude/agents/explorer.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -name: explorer -description: 코드베이스 탐색 및 분석 에이전트. 3개 이상의 파일을 탐색하거나 프로젝트 구조를 파악할 때 사용한다. -model: sonnet -tools: Read, Glob, Grep -maxTurns: 12 ---- - -지정된 영역 내에서 코드베이스를 분석하고 구조화된 결과를 반환한다. -읽기 전용 — 파일을 수정하지 않는다. - -## 자율 범위 - -- 메인 세션이 지정한 **탐색 영역**(디렉토리 또는 파일 목록) 내에서 자유롭게 탐색 -- 영역 내 파일 간 의존성 추적, 임포트 체인 분석은 자율 수행 -- 탐색 영역 밖 파일은 임포트/참조 관계 확인 목적으로만 열람 가능 - -## 입력 (메인 세션이 제공) - -- **탐색 영역**: 디렉토리 경로 또는 파일 목록 -- **목적**: 분석 목적이나 답변할 질문 (구체적일수록 좋음) - -## 출력 형식 - -``` -## 분석 결과 - -### 구조 -- 핵심 파일/디렉토리 구성 (파일:라인 근거) - -### 발견사항 -- 목적에 대한 답변 (파일:라인 근거 포함) - -### 패턴 -- 코드 컨벤션, 반복 패턴, 아키텍처 특성 - -### 확신도 -- 각 발견사항별: 확정 / 추정(근거) / 판단불가(필요 정보) - -### 범위 외 참고 -- 탐색 영역 밖에서 발견된 관련 사항 (해당 시) -``` - -## 제약 - -- 파일 수정/생성 금지 -- 정보 부족 시 추측하지 않고 "판단불가 — [필요한 정보]"로 표시 diff --git a/.claude/agents/implementer.md b/.claude/agents/implementer.md deleted file mode 100644 index 6ac24b6..0000000 --- a/.claude/agents/implementer.md +++ /dev/null @@ -1,55 +0,0 @@ ---- -name: implementer -description: 모듈 단위 코드 구현 에이전트. 독립 모듈 구현이나 병렬 작업이 필요할 때 사용한다. -model: sonnet -tools: Read, Write, Edit, Glob, Grep, Bash -maxTurns: 20 ---- - -메인 세션이 정의한 계약(인터페이스, 타입, 제약)에 따라 코드를 구현한다. -내부 구현 방식은 자율 판단하되, 계약과 제약을 벗어나지 않는다. - -## 자율 범위 - -- 계약(함수 시그니처, API 스펙, 타입)은 메인 세션이 확정 — 변경 불가 -- 내부 구현 로직, 헬퍼 함수, 에러 처리 방식은 자율 판단 -- **[참조]** 파일이 제공되면 해당 파일의 코드 패턴(네이밍, 구조, 에러 처리)을 따름 - -## 입력 (메인 세션이 제공) - -- **[파일]**: 수정/생성할 파일 경로 -- **[계약]**: 인터페이스, 타입, 함수 시그니처, API 스펙 등 외부 계약 -- **[참조]**: 패턴을 따를 기존 파일 (선택, 제공 시 해당 패턴 준수) -- **[제약]**: 특별한 요구사항 (선택) - -## 출력 형식 - -``` -## 구현 결과 - -### 수정 파일 -- 파일 경로 목록 - -### 파일별 변경 -- 각 파일에서 추가/수정한 내용 요약 - -### 자체 검증 -- tsc --noEmit: 통과 / 실패(에러 내용) -- [추가 검증 항목]: 결과 - -### 계약 외 판단 -- 자율 판단한 구현 결정 사항 (메인 세션 참고용) - -### 보고 사항 (해당 시) -- 계약 불충분: 추가 정보가 필요한 항목 -- 아키텍처 영향: 범위 밖 변경이 필요한 사항 -``` - -## 제약 - -- [파일]에 명시되지 않은 파일 수정 금지 -- [계약]의 시그니처/타입 임의 변경 금지 -- 아키텍처 변경이 필요하면 구현하지 않고 "보고 사항"에 기록 -- 커밋/푸시 금지 -- any 타입 금지, strict 모드 준수 -- 구현 완료 후 tsc --noEmit 자체 검증 수행 diff --git a/.claude/agents/reviewer.md b/.claude/agents/reviewer.md deleted file mode 100644 index 104941c..0000000 --- a/.claude/agents/reviewer.md +++ /dev/null @@ -1,79 +0,0 @@ ---- -name: reviewer -description: 코드 리뷰 및 품질 검증 에이전트. 커밋 전 검증이나 MR 리뷰 시 사용한다. -model: sonnet -tools: Read, Glob, Grep, Bash -maxTurns: 12 ---- - -변경된 코드를 체크리스트 기반으로 검증한다. -읽기 전용 — 파일을 수정하지 않는다. - -## 자율 범위 - -- 지정된 변경 파일을 자유롭게 분석 -- 관련 파일(임포트 대상, 호출자)도 열람하여 영향 범위 확인 가능 -- 기본 체크리스트 + 자체 판단으로 추가 이슈 탐지 - -## 입력 (메인 세션이 제공) - -- **[대상]**: 리뷰할 파일 경로 목록 또는 git diff 범위 -- **[체크리스트]**: 검증 항목 (선택, 미제공 시 기본 체크리스트 사용) - -## 기본 체크리스트 - -1. 타입 안전성 — any, 타입 단언(as), non-null 단언(!) 사용 -2. 에러 처리 — try-catch 누락, empty catch, 에러 무시 -3. 보안 — 하드코딩 인증정보, injection 가능성, XSS -4. 미사용 코드 — 미사용 import, 변수, 함수 -5. 팀 정책 — team-policy.md 위반 사항 -6. 일관성 — 기존 코드 패턴과의 불일치 -7. import/export 정합성 — default import와 named export 불일치 검증 (아래 상세 절차 참고) - -## import/export 정합성 검증 절차 - -tsc는 `esModuleInterop` 덕분에 통과하지만 Vite/Rollup 프로덕션 빌드에서 실패하는 케이스를 잡는다. - -**검증 대상**: 변경된 파일 중 `import ... from` 구문이 포함된 모든 파일 - -**검증 방법**: -1. 변경 파일에서 `import <식별자> from '<경로>'` (중괄호 없는 default import) 패턴을 추출한다 -2. 해당 `<경로>` 모듈을 열어 `export default`가 실제로 존재하는지 확인한다 -3. 모듈이 `export const <식별자>` (named export)만 제공하면 **FAIL** — `import { <식별자> } from` 으로 수정 필요 - -**판정 기준**: -- `export default` 없는 모듈을 default import → **FAIL (Critical)** — 빌드 실패 유발 -- `export default` 있는 모듈을 default import → PASS -- `import { ... } from` (named import) → 검증 불필요 - -**실전 예시** (프로젝트에서 발생했던 사례): -```typescript -// ❌ FAIL — api.ts에는 export default 없음 -import api from '@common/services/api'; - -// ✅ PASS — named import -import { api } from '@common/services/api'; -``` - -## 출력 형식 - -``` -## 리뷰 결과 - -| # | 항목 | 판정 | 근거 | -|---|------|------|------| -| 1 | [항목명] | PASS / FAIL | [파일:라인] 설명 | - -### 추가 발견 (자체 판단) -- [파일:라인] 설명 (심각도: Critical / Warning / Info) - -### 요약 -- 전체: N개 PASS / M개 FAIL -- 커밋 가능 여부: 가능 / 차단 권고(사유) -``` - -## 제약 - -- 파일 수정/생성 금지 -- 각 항목에 반드시 PASS 또는 FAIL 판정 (애매하면 FAIL + 사유) -- 스타일 개선 제안은 "추가 발견"에 Info로만 기록 diff --git a/.claude/rules/code-style.md b/.claude/rules/code-style.md deleted file mode 100644 index facaabf..0000000 --- a/.claude/rules/code-style.md +++ /dev/null @@ -1,69 +0,0 @@ -# TypeScript/React 코드 스타일 규칙 - -## TypeScript 일반 -- strict 모드 필수 (`tsconfig.json`) -- `any` 사용 금지 (불가피한 경우 주석으로 사유 명시) -- 타입 정의: `interface` 우선 (type은 유니온/인터섹션에만) -- 들여쓰기: 2 spaces -- 세미콜론: 사용 -- 따옴표: single quote -- trailing comma: 사용 - -## React 규칙 - -### 컴포넌트 -- 함수형 컴포넌트 + hooks 패턴만 사용 -- 클래스 컴포넌트 사용 금지 -- 컴포넌트 파일 당 하나의 export default 컴포넌트 -- Props 타입은 interface로 정의 (ComponentNameProps) - -```tsx -interface UserCardProps { - name: string; - email: string; - onEdit?: () => void; -} - -const UserCard = ({ name, email, onEdit }: UserCardProps) => { - return ( -
-

{name}

-

{email}

- {onEdit && } -
- ); -}; - -export default UserCard; -``` - -### Hooks -- 커스텀 훅은 `use` 접두사 (예: `useAuth`, `useFetch`) -- 훅은 `src/hooks/` 디렉토리에 분리 -- 복잡한 상태 로직은 커스텀 훅으로 추출 - -### 상태 관리 -- 컴포넌트 로컬 상태: `useState` -- 공유 상태: Context API 또는 Zustand -- 서버 상태: React Query (TanStack Query) 권장 - -### 이벤트 핸들러 -- `handle` 접두사: `handleClick`, `handleSubmit` -- Props로 전달 시 `on` 접두사: `onClick`, `onSubmit` - -## 스타일링 -- CSS Modules 또는 Tailwind CSS (프로젝트 설정에 따름) -- 인라인 스타일 지양 -- !important 사용 금지 - -## API 호출 -- API 호출 로직은 `src/services/`에 분리 -- Axios 또는 fetch wrapper 사용 -- 에러 처리: try-catch + 사용자 친화적 에러 메시지 -- 환경별 API URL은 `.env`에서 관리 - -## 기타 -- console.log 커밋 금지 (디버깅 후 제거) -- 매직 넘버/문자열 → 상수 파일로 추출 -- 사용하지 않는 import, 변수 제거 (ESLint로 검증) -- 이미지/아이콘은 `src/assets/`에 관리 diff --git a/.claude/rules/git-workflow.md b/.claude/rules/git-workflow.md deleted file mode 100644 index 4fee618..0000000 --- a/.claude/rules/git-workflow.md +++ /dev/null @@ -1,84 +0,0 @@ -# Git 워크플로우 규칙 - -## 브랜치 전략 - -### 브랜치 구조 -``` -main ← 배포 가능한 안정 브랜치 (보호됨) - └── develop ← 개발 통합 브랜치 - ├── feature/ISSUE-123-기능설명 - ├── bugfix/ISSUE-456-버그설명 - └── hotfix/ISSUE-789-긴급수정 -``` - -### 브랜치 네이밍 -- feature 브랜치: `feature/ISSUE-번호-간단설명` (예: `feature/ISSUE-42-user-login`) -- bugfix 브랜치: `bugfix/ISSUE-번호-간단설명` -- hotfix 브랜치: `hotfix/ISSUE-번호-간단설명` -- 이슈 번호가 없는 경우: `feature/간단설명` (예: `feature/add-swagger-docs`) - -### 브랜치 규칙 -- main, develop 브랜치에 직접 커밋/푸시 금지 -- feature 브랜치는 develop에서 분기 -- hotfix 브랜치는 main에서 분기 -- 머지는 반드시 MR(Merge Request)을 통해 수행 - -## 커밋 메시지 규칙 - -### Conventional Commits 형식 -``` -type(scope): subject - -body (선택) - -footer (선택) -``` - -### type (필수) -| type | 설명 | -|------|------| -| feat | 새로운 기능 추가 | -| fix | 버그 수정 | -| docs | 문서 변경 | -| style | 코드 포맷팅 (기능 변경 없음) | -| refactor | 리팩토링 (기능 변경 없음) | -| test | 테스트 추가/수정 | -| chore | 빌드, 설정 변경 | -| ci | CI/CD 설정 변경 | -| perf | 성능 개선 | - -### scope (선택) -- 변경 범위를 나타내는 짧은 단어 -- 한국어, 영어 모두 허용 (예: `feat(인증): 로그인 기능`, `fix(auth): token refresh`) - -### subject (필수) -- 변경 내용을 간결하게 설명 -- 한국어, 영어 모두 허용 -- 72자 이내 -- 마침표(.) 없이 끝냄 - -### 예시 -``` -feat(auth): JWT 기반 로그인 구현 -fix(배치): 야간 배치 타임아웃 수정 -docs: README에 빌드 방법 추가 -refactor(user-service): 중복 로직 추출 -test(결제): 환불 로직 단위 테스트 추가 -chore: Gradle 의존성 버전 업데이트 -``` - -## MR(Merge Request) 규칙 - -### MR 생성 -- 제목: 커밋 메시지와 동일한 Conventional Commits 형식 -- 본문: 변경 내용 요약, 테스트 방법, 관련 이슈 번호 -- 라벨: 적절한 라벨 부착 (feature, bugfix, hotfix 등) - -### MR 리뷰 -- 최소 1명의 리뷰어 승인 필수 -- CI 검증 통과 필수 (설정된 경우) -- 리뷰 코멘트 모두 해결 후 머지 - -### MR 머지 -- Squash Merge 권장 (깔끔한 히스토리) -- 머지 후 소스 브랜치 삭제 diff --git a/.claude/rules/naming.md b/.claude/rules/naming.md deleted file mode 100644 index 4b3c0b1..0000000 --- a/.claude/rules/naming.md +++ /dev/null @@ -1,53 +0,0 @@ -# TypeScript/React 네이밍 규칙 - -## 파일명 - -| 항목 | 규칙 | 예시 | -|------|------|------| -| 컴포넌트 | PascalCase | `UserCard.tsx`, `LoginForm.tsx` | -| 페이지 | PascalCase | `Dashboard.tsx`, `UserList.tsx` | -| 훅 | camelCase + use 접두사 | `useAuth.ts`, `useFetch.ts` | -| 서비스 | camelCase | `userService.ts`, `authApi.ts` | -| 유틸리티 | camelCase | `formatDate.ts`, `validation.ts` | -| 타입 정의 | camelCase | `user.types.ts`, `api.types.ts` | -| 상수 | camelCase | `routes.ts`, `constants.ts` | -| 스타일 | 컴포넌트명 + .module | `UserCard.module.css` | -| 테스트 | 대상 + .test | `UserCard.test.tsx` | - -## 변수/함수 - -| 항목 | 규칙 | 예시 | -|------|------|------| -| 변수 | camelCase | `userName`, `isLoading` | -| 함수 | camelCase | `getUserList`, `formatDate` | -| 상수 | UPPER_SNAKE_CASE | `MAX_RETRY`, `API_BASE_URL` | -| boolean 변수 | is/has/can/should 접두사 | `isActive`, `hasPermission` | -| 이벤트 핸들러 | handle 접두사 | `handleClick`, `handleSubmit` | -| 이벤트 Props | on 접두사 | `onClick`, `onSubmit` | - -## 타입/인터페이스 - -| 항목 | 규칙 | 예시 | -|------|------|------| -| interface | PascalCase | `UserProfile`, `ApiResponse` | -| Props | 컴포넌트명 + Props | `UserCardProps`, `ButtonProps` | -| 응답 타입 | 도메인 + Response | `UserResponse`, `LoginResponse` | -| 요청 타입 | 동작 + Request | `CreateUserRequest` | -| Enum | PascalCase | `UserStatus`, `HttpMethod` | -| Enum 값 | UPPER_SNAKE_CASE | `ACTIVE`, `PENDING` | -| Generic | 단일 대문자 | `T`, `K`, `V` | - -## 디렉토리 - -- 모두 kebab-case 또는 camelCase (프로젝트 통일) -- 예: `src/components/common/`, `src/hooks/`, `src/services/` - -## 컴포넌트 구조 예시 - -``` -src/components/user-card/ -├── UserCard.tsx # 컴포넌트 -├── UserCard.module.css # 스타일 -├── UserCard.test.tsx # 테스트 -└── index.ts # re-export -``` diff --git a/.claude/rules/subagent-policy.md b/.claude/rules/subagent-policy.md deleted file mode 100644 index 05164c5..0000000 --- a/.claude/rules/subagent-policy.md +++ /dev/null @@ -1,61 +0,0 @@ -# 서브에이전트 활용 정책 - -커스텀 에이전트(`.claude/agents/`)를 활용하여 컨텍스트를 보호하고 병렬 작업을 수행한다. -메인 세션은 리더 역할(설계, 조율, 최종 판단)에 집중하고, 실제 작업은 서브에이전트에 위임한다. - -## 에이전트 구성 - -| 에이전트 | 역할 | 자율성 | 모델 | -|----------|------|--------|------| -| explorer | 코드베이스 탐색/분석 (읽기 전용) | 높음 | sonnet | -| implementer | 모듈 단위 코드 구현 | 중간 | sonnet | -| reviewer | 코드 리뷰/품질 검증 (읽기 전용) | 높음 | sonnet | - -## 사용 시점 - -### explorer -- 3개 이상의 파일/디렉토리를 탐색해야 할 때 -- 프로젝트 구조나 패턴을 파악할 때 -- 의존성 체인, 임포트 관계를 추적할 때 - -### implementer -- 독립 모듈/컴포넌트를 구현할 때 -- 여러 모듈을 병렬로 구현할 때 (각각 별도 implementer) -- 반복 패턴을 여러 파일에 적용할 때 - -### reviewer -- 구현 완료 후 커밋 전 검증 -- MR 생성 전 자체 리뷰 -- 변경 범위가 클 때 (5개 이상 파일) - -## 사용하지 않는 경우 - -- 단일 파일의 간단한 수정 -- 위치를 이미 아는 코드 수정 -- 설정 파일 변경 - -## 메인 세션 작업 흐름 - -### 단일 모듈 -1. 메인: 계약(인터페이스, 타입) 설계 -2. implementer: 계약 기반 구현 + 자체 검증 -3. reviewer: 변경 파일 리뷰 -4. 메인: 결과 확인 → 커밋 - -### 다중 모듈 (병렬) -1. 메인: 모듈 간 공유 인터페이스 확정 -2. implementer A + B: 각 모듈 동시 구현 -3. 메인: 통합 확인 (인터페이스 일치) -4. reviewer: 전체 변경 리뷰 -5. 메인: 최종 확인 → 커밋 - -### 분석 -1. explorer: 탐색 영역 + 목적 전달 → 분석 결과 반환 -2. 메인: "추정" 항목만 직접 확인 → 판단 - -## 핵심 원칙 - -- **읽기 전용 에이전트(explorer/reviewer)**: 결과가 부정확해도 손해 없음 → 높은 자율성 부여 -- **쓰기 에이전트(implementer)**: 계약은 고정, 내부 구현은 자율 → 중간 자율성 -- **같은 파일을 두 에이전트가 동시에 수정하지 않는다** -- **커밋/푸시는 반드시 메인 세션에서 수행** diff --git a/.claude/rules/team-policy.md b/.claude/rules/team-policy.md deleted file mode 100644 index 16d7553..0000000 --- a/.claude/rules/team-policy.md +++ /dev/null @@ -1,34 +0,0 @@ -# 팀 정책 (Team Policy) - -이 규칙은 조직 전체에 적용되는 필수 정책입니다. -프로젝트별 `.claude/rules/`에 추가 규칙을 정의할 수 있으나, 이 정책을 위반할 수 없습니다. - -## 보안 정책 - -### 금지 행위 -- `.env`, `.env.*`, `secrets/` 파일 읽기 및 내용 출력 금지 -- 비밀번호, API 키, 토큰 등 민감 정보를 코드에 하드코딩 금지 -- `git push --force`, `git reset --hard`, `git clean -fd` 실행 금지 -- `rm -rf /`, `rm -rf ~`, `rm -rf .git` 등 파괴적 명령 실행 금지 -- main/develop 브랜치에 직접 push 금지 (MR을 통해서만 머지) - -### 인증 정보 관리 -- 환경변수 또는 외부 설정 파일(`.env`, `application-local.yml`)로 관리 -- 설정 파일은 `.gitignore`에 반드시 포함 -- 예시 파일(`.env.example`, `application.yml.example`)만 커밋 - -## 코드 품질 정책 - -### 필수 검증 -- 커밋 전 빌드(컴파일) 성공 확인 -- 린트 경고 0개 유지 (CI에서도 검증) -- 테스트 코드가 있는 프로젝트는 테스트 통과 필수 - -### 코드 리뷰 -- main 브랜치 머지 시 최소 1명 리뷰 필수 -- 리뷰어 승인 없이 머지 불가 - -## 문서화 정책 -- 공개 API(controller endpoint)에는 반드시 설명 주석 작성 -- 복잡한 비즈니스 로직에는 의도를 설명하는 주석 작성 -- README.md에 프로젝트 빌드/실행 방법 유지 diff --git a/.claude/rules/testing.md b/.claude/rules/testing.md deleted file mode 100644 index 5b41b54..0000000 --- a/.claude/rules/testing.md +++ /dev/null @@ -1,64 +0,0 @@ -# TypeScript/React 테스트 규칙 - -## 테스트 프레임워크 -- Vitest (Vite 프로젝트) 또는 Jest -- React Testing Library (컴포넌트 테스트) -- MSW (Mock Service Worker, API 모킹) - -## 테스트 구조 - -### 단위 테스트 -- 유틸리티 함수, 커스텀 훅 테스트 -- 외부 의존성 없이 순수 로직 검증 - -```typescript -describe('formatDate', () => { - it('날짜를 YYYY-MM-DD 형식으로 변환한다', () => { - const result = formatDate(new Date('2026-02-14')); - expect(result).toBe('2026-02-14'); - }); - - it('유효하지 않은 날짜는 빈 문자열을 반환한다', () => { - const result = formatDate(new Date('invalid')); - expect(result).toBe(''); - }); -}); -``` - -### 컴포넌트 테스트 -- React Testing Library 사용 -- 사용자 관점에서 테스트 (구현 세부사항이 아닌 동작 테스트) -- `getByRole`, `getByText` 등 접근성 기반 쿼리 우선 - -```tsx -describe('UserCard', () => { - it('사용자 이름과 이메일을 표시한다', () => { - render(); - expect(screen.getByText('홍길동')).toBeInTheDocument(); - expect(screen.getByText('hong@test.com')).toBeInTheDocument(); - }); - - it('편집 버튼 클릭 시 onEdit 콜백을 호출한다', async () => { - const onEdit = vi.fn(); - render(); - await userEvent.click(screen.getByRole('button', { name: '편집' })); - expect(onEdit).toHaveBeenCalledOnce(); - }); -}); -``` - -### 테스트 패턴 -- **Arrange-Act-Assert** 구조 -- 테스트 설명은 한국어로 작성 (`it('사용자 이름을 표시한다')`) -- 하나의 테스트에 하나의 검증 - -## 테스트 커버리지 -- 새로 작성하는 유틸리티 함수: 테스트 필수 -- 컴포넌트: 주요 상호작용 테스트 권장 -- API 호출: MSW로 모킹하여 에러/성공 시나리오 테스트 - -## 금지 사항 -- 구현 세부사항 테스트 금지 (state 값 직접 확인 등) -- `getByTestId` 남용 금지 (접근성 쿼리 우선) -- 스냅샷 테스트 남용 금지 (변경에 취약) -- `setTimeout`으로 비동기 대기 금지 → `waitFor`, `findBy` 사용 diff --git a/.claude/scripts/on-commit.sh b/.claude/scripts/on-commit.sh deleted file mode 100755 index f473403..0000000 --- a/.claude/scripts/on-commit.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash -INPUT=$(cat) -COMMAND=$(echo "$INPUT" | python3 -c "import sys,json;print(json.load(sys.stdin).get('tool_input',{}).get('command',''))" 2>/dev/null || echo "") -if echo "$COMMAND" | grep -qE 'git commit'; then - cat </dev/null || echo "") -if [ -z "$CWD" ]; then - CWD=$(pwd) -fi -PROJECT_HASH=$(echo "$CWD" | sed 's|/|-|g') -MEMORY_DIR="$HOME/.claude/projects/$PROJECT_HASH/memory" -CONTEXT="" -if [ -f "$MEMORY_DIR/MEMORY.md" ]; then - SUMMARY=$(head -100 "$MEMORY_DIR/MEMORY.md" | python3 -c "import sys;print(sys.stdin.read().replace('\\\\','\\\\\\\\').replace('\"','\\\\\"').replace('\n','\\\\n'))" 2>/dev/null) - CONTEXT="컨텍스트가 압축되었습니다.\\n\\n[세션 요약]\\n${SUMMARY}" -fi -if [ -f "$MEMORY_DIR/project-snapshot.md" ]; then - SNAP=$(head -50 "$MEMORY_DIR/project-snapshot.md" | python3 -c "import sys;print(sys.stdin.read().replace('\\\\','\\\\\\\\').replace('\"','\\\\\"').replace('\n','\\\\n'))" 2>/dev/null) - CONTEXT="${CONTEXT}\\n\\n[프로젝트 최신 상태]\\n${SNAP}" -fi -if [ -n "$CONTEXT" ]; then - CONTEXT="${CONTEXT}\\n\\n위 내용을 참고하여 작업을 이어가세요. 상세 내용은 memory/ 디렉토리의 각 파일을 참조하세요." - echo "{\"hookSpecificOutput\":{\"additionalContext\":\"${CONTEXT}\"}}" -else - echo "{\"hookSpecificOutput\":{\"additionalContext\":\"컨텍스트가 압축되었습니다. memory 파일이 없으므로 사용자에게 이전 작업 내용을 확인하세요.\"}}" -fi diff --git a/.claude/scripts/on-pre-compact.sh b/.claude/scripts/on-pre-compact.sh deleted file mode 100755 index 3f52f09..0000000 --- a/.claude/scripts/on-pre-compact.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -# PreCompact hook: systemMessage만 지원 (hookSpecificOutput 사용 불가) -INPUT=$(cat) -cat <" ---- - -Gitea 이슈 #$ARGUMENTS 를 분석하고 수정 작업을 시작합니다. - -## 수행 단계 - -### 1. 이슈 조회 -```bash -curl -s "GITEA_URL/api/v1/repos/{owner}/{repo}/issues/$ARGUMENTS" \ - -H "Authorization: token ${GITEA_TOKEN}" -``` -- 이슈 제목, 본문, 라벨, 담당자 정보 확인 -- 이슈 내용을 사용자에게 요약하여 보여줌 - -### 2. 브랜치 생성 -이슈 라벨에 따라 브랜치 타입 결정: -- `bug` 라벨 → `bugfix/ISSUE-번호-설명` -- 그 외 → `feature/ISSUE-번호-설명` -- 긴급 → `hotfix/ISSUE-번호-설명` - -```bash -git checkout develop -git pull origin develop -git checkout -b {type}/ISSUE-{number}-{slug} -``` - -### 3. 이슈 분석 -이슈 내용을 바탕으로: -- 관련 파일 탐색 (Grep, Glob 활용) -- 영향 범위 파악 -- 수정 방향 제안 - -### 4. 수정 계획 제시 -사용자에게 수정 계획을 보여주고 승인을 받은 후 작업 진행: -- 수정할 파일 목록 -- 변경 내용 요약 -- 예상 영향 - -### 5. 작업 완료 후 -- 변경 사항 요약 -- `/create-mr` 실행 안내 - -## 필요 환경변수 -- `GITEA_TOKEN`: Gitea API 접근 토큰 diff --git a/.claude/skills/init-project/SKILL.md b/.claude/skills/init-project/SKILL.md index 3f5d388..d0df8e5 100644 --- a/.claude/skills/init-project/SKILL.md +++ b/.claude/skills/init-project/SKILL.md @@ -1,7 +1,6 @@ --- name: init-project description: 팀 표준 워크플로우로 프로젝트를 초기화합니다 -allowed-tools: "Bash, Read, Write, Edit, Glob, Grep" argument-hint: "[project-type: java-maven|java-gradle|react-ts|auto]" --- @@ -46,73 +45,95 @@ curl -sf "${GITEA_URL}/gc/template-react-ts/raw/branch/develop/.editorconfig" ### 3. .claude/ 디렉토리 구성 이미 팀 표준 파일이 존재하면 건너뜀. 없는 경우 위의 URL 패턴으로 Gitea에서 다운로드: -- `.claude/settings.json` — 프로젝트 타입별 표준 권한 설정 + hooks 섹션 (4단계 참조) -- `.claude/rules/` — 팀 규칙 파일 (team-policy, git-workflow, code-style, naming, testing) -- `.claude/skills/` — 팀 스킬 (create-mr, fix-issue, sync-team-workflow, init-project) +- `.claude/settings.json` — 프로젝트 타입별 표준 권한 설정 + env(CLAUDE_BOT_TOKEN 등) + hooks 섹션 (4단계 참조) -### 4. Hook 스크립트 생성 -`.claude/scripts/` 디렉토리를 생성하고 다음 스크립트 파일 생성 (chmod +x): +⚠️ 팀 규칙(.claude/rules/), 에이전트(.claude/agents/), 스킬 6종, 스크립트는 12단계(sync-team-workflow)에서 자동 다운로드된다. 여기서는 settings.json만 설정한다. -- `.claude/scripts/on-pre-compact.sh`: +### 3.5. Gitea 토큰 설정 + +**CLAUDE_BOT_TOKEN** (팀 공용): `settings.json`의 `env` 필드에 이미 포함되어 있음 (3단계에서 설정됨). 별도 조치 불필요. + +**GITEA_TOKEN** (개인): `/push`, `/mr`, `/release` 등 Git 스킬에 필요한 개인 토큰. ```bash -#!/bin/bash -# PreCompact hook: systemMessage만 지원 (hookSpecificOutput 사용 불가) -INPUT=$(cat) -cat </dev/null || echo "") -if [ -z "$CWD" ]; then - CWD=$(pwd) -fi -PROJECT_HASH=$(echo "$CWD" | sed 's|/|-|g') -MEMORY_DIR="$HOME/.claude/projects/$PROJECT_HASH/memory" -CONTEXT="" -if [ -f "$MEMORY_DIR/MEMORY.md" ]; then - SUMMARY=$(head -100 "$MEMORY_DIR/MEMORY.md" | python3 -c "import sys;print(sys.stdin.read().replace('\\\\','\\\\\\\\').replace('\"','\\\\\"').replace('\n','\\\\n'))" 2>/dev/null) - CONTEXT="컨텍스트가 압축되었습니다.\\n\\n[세션 요약]\\n${SUMMARY}" -fi -if [ -f "$MEMORY_DIR/project-snapshot.md" ]; then - SNAP=$(head -50 "$MEMORY_DIR/project-snapshot.md" | python3 -c "import sys;print(sys.stdin.read().replace('\\\\','\\\\\\\\').replace('\"','\\\\\"').replace('\n','\\\\n'))" 2>/dev/null) - CONTEXT="${CONTEXT}\\n\\n[프로젝트 최신 상태]\\n${SNAP}" -fi -if [ -n "$CONTEXT" ]; then - CONTEXT="${CONTEXT}\\n\\n위 내용을 참고하여 작업을 이어가세요. 상세 내용은 memory/ 디렉토리의 각 파일을 참조하세요." - echo "{\"hookSpecificOutput\":{\"additionalContext\":\"${CONTEXT}\"}}" -else - echo "{\"hookSpecificOutput\":{\"additionalContext\":\"컨텍스트가 압축되었습니다. memory 파일이 없으므로 사용자에게 이전 작업 내용을 확인하세요.\"}}" +# 현재 GITEA_TOKEN 설정 여부 확인 +if [ -z "$GITEA_TOKEN" ]; then + echo "GITEA_TOKEN 미설정" fi ``` -- `.claude/scripts/on-commit.sh`: +**GITEA_TOKEN이 없는 경우**, 다음 안내를 **AskUserQuestion**으로 표시: +**질문**: "GITEA_TOKEN이 설정되지 않았습니다. Gitea 개인 토큰을 생성하시겠습니까?" +- 옵션 1: 토큰 생성 안내 보기 (추천) +- 옵션 2: 이미 있음 (토큰 입력) +- 옵션 3: 나중에 하기 + +**토큰 생성 안내 선택 시**, 다음 내용을 표시: + +``` +📋 Gitea 토큰 생성 방법: + +1. 브라우저에서 접속: + https://gitea.gc-si.dev/user/settings/applications + +2. "Manage Access Tokens" 섹션에서 "Generate New Token" 클릭 + +3. 입력: + - Token Name: "claude-code" (자유롭게 지정) + - Repository and Organization Access: ✅ All (public, private, and limited) + +4. Select permissions (아래 4개만 설정, 나머지는 No Access 유지): + + ┌─────────────────┬──────────────────┬──────────────────────────────┐ + │ 항목 │ 권한 │ 용도 │ + ├─────────────────┼──────────────────┼──────────────────────────────┤ + │ issue │ Read and Write │ /fix-issue 이슈 조회/코멘트 │ + │ organization │ Read │ gc 조직 리포 접근 │ + │ repository │ Read and Write │ /push, /mr, /release API 호출 │ + │ user │ Read │ API 사용자 인증 확인 │ + └─────────────────┴──────────────────┴──────────────────────────────┘ + +5. "Generate Token" 클릭 → ⚠️ 토큰이 한 번만 표시됩니다! 반드시 복사하세요. +``` + +표시 후 **AskUserQuestion**: "생성한 토큰을 입력하세요" +- 옵션 1: 토큰 입력 (Other로 입력) +- 옵션 2: 나중에 하기 + +**토큰 입력 시**: + +1. Gitea API로 유효성 검증: ```bash -#!/bin/bash -INPUT=$(cat) -COMMAND=$(echo "$INPUT" | python3 -c "import sys,json;print(json.load(sys.stdin).get('tool_input',{}).get('command',''))" 2>/dev/null || echo "") -if echo "$COMMAND" | grep -qE 'git commit'; then - cat <" +``` +- 성공: `✅ () 인증 확인` 출력 +- 실패: `❌ 토큰이 유효하지 않습니다. 다시 확인해주세요.` 출력 → 재입력 요청 + +2. `.claude/settings.local.json`에 저장 (이 파일은 .gitignore에 포함, 리포 커밋 안됨): +```json { - "hookSpecificOutput": { - "additionalContext": "커밋이 감지되었습니다. 다음을 수행하세요:\n1. docs/CHANGELOG.md에 변경 내역 추가\n2. memory/project-snapshot.md에서 변경된 부분 업데이트\n3. memory/project-history.md에 이번 변경사항 추가\n4. API 인터페이스 변경 시 memory/api-types.md 갱신\n5. 프로젝트에 lint 설정이 있다면 lint 결과를 확인하고 문제를 수정" + "env": { + "GITEA_TOKEN": "<입력된 토큰>" } } -RESP -else - echo '{}' -fi ``` +기존 `settings.local.json`이 있으면 `env.GITEA_TOKEN`만 추가/갱신. + +**나중에 하기 선택 시**: 경고 표시 후 다음 단계로 진행: +``` +⚠️ GITEA_TOKEN 없이는 /push, /mr, /release 스킬을 사용할 수 없습니다. + 나중에 토큰을 생성하면 .claude/settings.local.json에 다음을 추가하세요: + { "env": { "GITEA_TOKEN": "your-token-here" } } +``` + +### 4. Hook 스크립트 설정 + +⚠️ `.claude/scripts/` 스크립트 파일은 12단계(sync-team-workflow)에서 서버로부터 자동 다운로드된다. +여기서는 `settings.json`에 hooks 섹션만 설정한다. + `.claude/settings.json`에 hooks 섹션이 없으면 추가 (기존 settings.json의 내용에 병합): ```json @@ -166,6 +187,13 @@ git config core.hooksPath .githooks chmod +x .githooks/* ``` +**pre-commit 훅 검증**: `.githooks/pre-commit`을 실행하여 빌드 검증이 정상 동작하는지 확인. +에러 발생 시 (예: 모노레포가 아닌 특수 구조, 빌드 명령 불일치 등): +1. 프로젝트에 맞게 `.githooks/pre-commit`을 커스텀 수정 +2. `.claude/workflow-version.json`에 `"custom_pre_commit": true` 추가 +3. 이후 `/sync-team-workflow` 실행 시 pre-commit은 덮어쓰지 않고 보존됨 + (`commit-msg`, `post-checkout`은 항상 팀 표준으로 동기화) + ### 6. 프로젝트 타입별 추가 설정 #### java-maven @@ -193,6 +221,20 @@ chmod +x .githooks/* *.local ``` +**팀 워크플로우 관리 경로** (sync로 생성/관리되는 파일, 리포에 커밋하지 않음): +``` +# Team workflow (managed by /sync-team-workflow) +.claude/rules/ +.claude/agents/ +.claude/skills/push/ +.claude/skills/mr/ +.claude/skills/create-mr/ +.claude/skills/release/ +.claude/skills/version/ +.claude/skills/fix-issue/ +.claude/scripts/ +``` + ### 8. Git exclude 설정 `.git/info/exclude` 파일을 읽고, 기존 내용을 보존하면서 하단에 추가: @@ -236,7 +278,14 @@ curl -sf --max-time 5 "https://gitea.gc-si.dev/gc/template-common/raw/branch/dev } ``` -### 12. 검증 및 요약 +### 12. 팀 워크플로우 최신화 + +`/sync-team-workflow`를 자동으로 1회 실행하여 최신 팀 파일(rules, agents, skills 6종, scripts, hooks)을 서버에서 다운로드하고 로컬에 적용한다. + +이 단계에서 `.claude/rules/`, `.claude/agents/`, `.claude/skills/push/` 등 팀 관리 파일이 생성된다. +(이 파일들은 7단계에서 .gitignore에 추가되었으므로 리포에 커밋되지 않음) + +### 13. 검증 및 요약 - 생성/수정된 파일 목록 출력 - `git config core.hooksPath` 확인 - 빌드 명령 실행 가능 확인 diff --git a/.claude/skills/mr/SKILL.md b/.claude/skills/mr/SKILL.md deleted file mode 100644 index 42bb407..0000000 --- a/.claude/skills/mr/SKILL.md +++ /dev/null @@ -1,123 +0,0 @@ ---- -name: mr -description: 커밋 + 푸시 + Gitea MR을 한 번에 생성합니다 -user-invocable: true -argument-hint: "[target-branch: develop|main] (기본: develop)" -allowed-tools: "Bash, Read, Grep" ---- - -현재 브랜치의 변경 사항을 커밋+푸시하고, Gitea에 MR을 생성합니다. -타겟 브랜치: $ARGUMENTS (기본: develop) - -## 수행 단계 - -### 1. 사전 검증 - -```bash -# 현재 브랜치 확인 (main/develop이면 중단) -BRANCH=$(git branch --show-current) - -# Gitea remote URL에서 owner/repo 추출 -REMOTE_URL=$(git remote get-url origin) -``` - -- 현재 브랜치가 `main` 또는 `develop`이면: "feature 브랜치에서 실행해주세요" 안내 후 종료 -- GITEA_TOKEN 환경변수 확인 (없으면 설정 안내) - -### 2. 커밋 + 푸시 (변경 사항이 있을 때만) - -```bash -git status --short -``` - -**커밋되지 않은 변경이 있으면**: -- 변경 범위(파일 목록, 추가/수정/삭제) 요약 표시 -- Conventional Commits 형식 커밋 메시지 자동 생성 -- **사용자 확인** (AskUserQuestion): 커밋 메시지 수락/수정/취소 -- 수락 시: `git add -A` → `git commit` → `git push` - -**변경이 없으면**: -- 이미 커밋된 내용으로 MR 생성 진행 -- 리모트에 push되지 않은 커밋이 있으면 `git push` - -### 3. MR 대상 브랜치 결정 - -타겟 브랜치 후보를 분석하여 표시: - -```bash -# develop과의 차이 -git log develop..HEAD --oneline 2>/dev/null -# main과의 차이 -git log main..HEAD --oneline 2>/dev/null -``` - -**사용자 확인** (AskUserQuestion): -- **질문**: "MR 타겟 브랜치를 선택하세요" -- 옵션 1: develop (추천, N건 커밋 차이) -- 옵션 2: main (N건 커밋 차이) -- 옵션 3: 취소 - -인자($ARGUMENTS)로 브랜치가 지정되었으면 확인 없이 바로 진행. - -### 4. MR 정보 구성 - -```bash -# 커밋 목록 -git log {target}..HEAD --oneline -# 변경 파일 통계 -git diff {target}..HEAD --stat -``` - -- **제목**: 커밋이 1개면 커밋 메시지 사용, 여러 개면 브랜치명에서 추출 - - `feature/ISSUE-42-user-login` → `feat: ISSUE-42 user-login` - - `bugfix/fix-timeout` → `fix: fix-timeout` -- **본문**: - ```markdown - ## 변경 사항 - - (커밋 목록 기반 자동 생성) - - ## 관련 이슈 - - closes #이슈번호 (브랜치명에서 추출, 없으면 생략) - - ## 테스트 - - [ ] 빌드 성공 확인 - - [ ] 기존 테스트 통과 - ``` - -### 5. Gitea API로 MR 생성 - -```bash -# remote URL에서 Gitea 호스트, owner, repo 파싱 -# 예: https://gitea.gc-si.dev/gc/my-project.git → host=gitea.gc-si.dev, owner=gc, repo=my-project - -curl -X POST "https://{host}/api/v1/repos/{owner}/{repo}/pulls" \ - -H "Authorization: token ${GITEA_TOKEN}" \ - -H "Content-Type: application/json" \ - -d '{ - "title": "MR 제목", - "body": "MR 본문", - "head": "현재브랜치", - "base": "타겟브랜치" - }' -``` - -### 6. 결과 출력 - -``` -✅ MR 생성 완료 - 브랜치: feature/my-branch → develop - MR: https://gitea.gc-si.dev/gc/my-project/pulls/42 - 커밋: 3건, 파일: 5개 변경 - - 다음 단계: 리뷰어 지정 → 승인 대기 → 머지 -``` - -## 필요 환경변수 - -- `GITEA_TOKEN`: Gitea API 접근 토큰 - - 없으면: "Gitea 토큰이 필요합니다. Settings → Applications에서 생성하세요" 안내 - -## 기존 /create-mr과의 차이 - -- `/mr`: 커밋+푸시 포함, 빠른 실행 (일상적 사용) -- `/create-mr`: MR 생성만, 세부 옵션 지원 (상세 제어) diff --git a/.claude/skills/push/SKILL.md b/.claude/skills/push/SKILL.md deleted file mode 100644 index a955c8d..0000000 --- a/.claude/skills/push/SKILL.md +++ /dev/null @@ -1,92 +0,0 @@ ---- -name: push -description: 변경 사항을 확인하고 커밋 + 푸시합니다 -user-invocable: true -argument-hint: "[commit-message] (생략 시 자동 생성)" -allowed-tools: "Bash, Read, Grep" ---- - -현재 브랜치의 변경 사항을 확인하고, 사용자 승인 후 커밋 + 푸시합니다. -커밋 메시지 인자: $ARGUMENTS (생략 시 변경 내용 기반 자동 생성) - -## 수행 단계 - -### 1. 현재 상태 수집 - -```bash -# 현재 브랜치 -git branch --show-current - -# 커밋되지 않은 변경 사항 -git status --short - -# 변경 통계 -git diff --stat -git diff --cached --stat -``` - -### 2. 변경 범위 표시 - -사용자에게 다음 정보를 **표 형태**로 요약하여 보여준다: - -- 현재 브랜치명 -- 변경된 파일 목록 (추가/수정/삭제 구분) -- staged vs unstaged 구분 -- 변경 라인 수 요약 - -변경 사항이 없으면 "커밋할 변경 사항이 없습니다" 출력 후 종료. - -### 3. 커밋 메시지 결정 - -**인자가 있는 경우** ($ARGUMENTS가 비어있지 않으면): -- 전달받은 메시지를 커밋 메시지로 사용 -- Conventional Commits 형식인지 검증 (아니면 자동 보정 제안) - -**인자가 없는 경우**: -- 변경 내용을 분석하여 Conventional Commits 형식 메시지 자동 생성 -- 형식: `type(scope): 한국어 설명` -- type 판단 기준: - - 새 파일 추가 → `feat` - - 기존 파일 수정 → `fix` 또는 `refactor` - - 테스트 파일 → `test` - - 설정/빌드 파일 → `chore` - - 문서 파일 → `docs` - -### 4. 사용자 확인 - -AskUserQuestion으로 다음을 확인: - -**질문**: "다음 내용으로 커밋하시겠습니까?" -- 옵션 1: 제안된 메시지로 커밋 (추천) -- 옵션 2: 메시지 수정 (Other 입력) -- 옵션 3: 취소 - -### 5. 커밋 + 푸시 실행 - -사용자가 수락하면: - -```bash -# 모든 변경 사항 스테이징 (untracked 포함) -# 단, .env, secrets/ 등 민감 파일은 제외 -git add -A - -# 커밋 (.githooks/commit-msg가 형식 검증) -git commit -m "커밋메시지" - -# 푸시 (리모트 트래킹 없으면 -u 추가) -git push origin $(git branch --show-current) -``` - -**주의사항**: -- `git add` 전에 `.env`, `*.key`, `secrets/` 등 민감 파일이 포함되어 있으면 경고 -- pre-commit hook 실패 시 에러 메시지 표시 후 수동 해결 안내 -- 리모트에 브랜치가 없으면 `git push -u origin {branch}` 사용 - -### 6. 결과 출력 - -``` -✅ 푸시 완료 - 브랜치: feature/my-branch - 커밋: abc1234 feat(auth): 로그인 검증 로직 추가 - 변경: 3 files changed, 45 insertions(+), 12 deletions(-) -``` diff --git a/.claude/skills/release/SKILL.md b/.claude/skills/release/SKILL.md deleted file mode 100644 index fe289f9..0000000 --- a/.claude/skills/release/SKILL.md +++ /dev/null @@ -1,134 +0,0 @@ ---- -name: release -description: develop에서 main으로 릴리즈 MR을 생성합니다 -user-invocable: true -argument-hint: "" -allowed-tools: "Bash, Read, Grep" ---- - -develop 브랜치와 원격 동기화를 확인하고, develop → main 릴리즈 MR을 생성합니다. - -## 수행 단계 - -### 1. 사전 검증 - -```bash -# Gitea remote URL에서 owner/repo 추출 -REMOTE_URL=$(git remote get-url origin) - -# GITEA_TOKEN 확인 -echo $GITEA_TOKEN -``` - -- GITEA_TOKEN 환경변수 확인 (없으면 설정 안내 후 종료) -- 커밋되지 않은 변경 사항이 있으면 경고 ("먼저 /push로 커밋하세요") - -### 2. develop 브랜치 동기화 확인 - -```bash -# 최신 원격 상태 가져오기 -git fetch origin - -# 로컬 develop과 origin/develop 비교 -LOCAL=$(git rev-parse develop 2>/dev/null) -REMOTE=$(git rev-parse origin/develop 2>/dev/null) -BASE=$(git merge-base develop origin/develop 2>/dev/null) -``` - -**동기화 상태 판단:** - -| 상태 | 조건 | 행동 | -|------|------|------| -| 동일 | LOCAL == REMOTE | 바로 MR 생성 진행 | -| 로컬 뒤처짐 | LOCAL == BASE, LOCAL != REMOTE | "origin/develop에 새 커밋이 있습니다. `git pull origin develop` 후 다시 시도하세요" 안내 | -| 로컬 앞섬 | REMOTE == BASE, LOCAL != REMOTE | "로컬에 push되지 않은 커밋이 있습니다. `git push origin develop` 먼저 실행하시겠습니까?" 확인 | -| 분기됨 | 그 외 | "로컬과 원격 develop이 분기되었습니다. 수동으로 해결해주세요" 경고 후 종료 | - -**로컬 앞섬 상태에서 사용자가 push 수락하면:** -```bash -git push origin develop -``` - -### 3. develop → main 차이 분석 - -```bash -# main 대비 develop의 새 커밋 -git log main..origin/develop --oneline - -# 변경 파일 통계 -git diff main..origin/develop --stat - -# 커밋 수 -git rev-list --count main..origin/develop -``` - -차이가 없으면 "develop과 main이 동일합니다. 릴리즈할 변경이 없습니다" 출력 후 종료. - -### 4. MR 정보 구성 + 사용자 확인 - -**제목 자동 생성:** -``` -release: YYYY-MM-DD (N건 커밋) -``` - -**본문 자동 생성:** -```markdown -## 릴리즈 내용 -- (develop→main 커밋 목록, Conventional Commits type별 그룹핑) - -### 새 기능 (feat) -- feat(auth): 로그인 검증 로직 추가 -- feat(batch): 배치 스케줄러 개선 - -### 버그 수정 (fix) -- fix(api): 타임아웃 처리 수정 - -### 기타 -- chore: 의존성 업데이트 - -## 변경 파일 -- N files changed, +M insertions, -K deletions - -## 테스트 -- [ ] develop 브랜치 빌드 성공 확인 -- [ ] 주요 기능 동작 확인 -``` - -**사용자 확인** (AskUserQuestion): -- **질문**: "다음 내용으로 릴리즈 MR을 생성하시겠습니까?" -- 옵션 1: 생성 (추천) -- 옵션 2: 제목/본문 수정 (Other 입력) -- 옵션 3: 취소 - -### 5. Gitea API로 릴리즈 MR 생성 - -```bash -curl -X POST "https://{host}/api/v1/repos/{owner}/{repo}/pulls" \ - -H "Authorization: token ${GITEA_TOKEN}" \ - -H "Content-Type: application/json" \ - -d '{ - "title": "release: 2026-02-19 (12건 커밋)", - "body": "릴리즈 본문", - "head": "develop", - "base": "main", - "labels": [] - }' -``` - -### 6. 결과 출력 - -``` -✅ 릴리즈 MR 생성 완료 - 브랜치: develop → main - MR: https://gitea.gc-si.dev/gc/my-project/pulls/50 - 커밋: 12건, 파일: 28개 변경 - - 다음 단계: - 1. 리뷰어 지정 (main 브랜치는 1명 이상 리뷰 필수) - 2. 승인 후 머지 - 3. CI/CD 자동 배포 확인 (설정된 경우) -``` - -## 필요 환경변수 - -- `GITEA_TOKEN`: Gitea API 접근 토큰 diff --git a/.claude/skills/sync-team-workflow/SKILL.md b/.claude/skills/sync-team-workflow/SKILL.md index 930d04d..5aa6441 100644 --- a/.claude/skills/sync-team-workflow/SKILL.md +++ b/.claude/skills/sync-team-workflow/SKILL.md @@ -1,98 +1,165 @@ --- name: sync-team-workflow description: 팀 글로벌 워크플로우를 현재 프로젝트에 동기화합니다 -allowed-tools: "Bash, Read, Write, Edit, Glob, Grep" --- -팀 글로벌 워크플로우의 최신 버전을 현재 프로젝트에 적용합니다. +팀 글로벌 워크플로우의 최신 파일을 서버에서 다운로드하여 로컬에 적용합니다. +호출 시 항상 서버 기준으로 전체 동기화합니다 (버전 비교 없음). ## 수행 절차 -### 1. 글로벌 버전 조회 -Gitea API로 template-common 리포의 workflow-version.json 조회: +### 1. 사전 조건 확인 + +`.claude/workflow-version.json` 존재 확인: +- 없으면 → "/init-project를 먼저 실행해주세요" 안내 후 종료 + +설정 읽기: ```bash GITEA_URL=$(python3 -c "import json; print(json.load(open('.claude/workflow-version.json')).get('gitea_url', 'https://gitea.gc-si.dev'))" 2>/dev/null || echo "https://gitea.gc-si.dev") - -curl -sf "${GITEA_URL}/gc/template-common/raw/branch/develop/workflow-version.json" +PROJECT_TYPE=$(python3 -c "import json; print(json.load(open('.claude/workflow-version.json')).get('project_type', ''))" 2>/dev/null || echo "") ``` -### 2. 버전 비교 -로컬 `.claude/workflow-version.json`의 `applied_global_version` 필드와 비교: -- 버전 일치 → "최신 버전입니다" 안내 후 종료 -- 버전 불일치 → 미적용 변경 항목 추출하여 표시 - -### 3. 프로젝트 타입 감지 -자동 감지 순서: -1. `.claude/workflow-version.json`의 `project_type` 필드 확인 -2. 없으면: `pom.xml` → java-maven, `build.gradle` → java-gradle, `package.json` → react-ts +프로젝트 타입이 비어있으면 자동 감지: +1. `pom.xml` → java-maven +2. `build.gradle` / `build.gradle.kts` → java-gradle +3. `package.json` + `tsconfig.json` → react-ts +4. 감지 실패 → 사용자에게 선택 요청 ### Gitea 파일 다운로드 URL 패턴 -⚠️ Gitea raw 파일은 반드시 **web raw URL**을 사용해야 합니다 (`/api/v1/` 경로 사용 불가): +⚠️ Gitea raw 파일은 반드시 **web raw URL** 사용: ```bash -GITEA_URL="${GITEA_URL:-https://gitea.gc-si.dev}" # common 파일: ${GITEA_URL}/gc/template-common/raw/branch/develop/<파일경로> -# 타입별 파일: ${GITEA_URL}/gc/template-<타입>/raw/branch/develop/<파일경로> -# 예시: -curl -sf "${GITEA_URL}/gc/template-common/raw/branch/develop/.claude/rules/team-policy.md" -curl -sf "${GITEA_URL}/gc/template-react-ts/raw/branch/develop/.editorconfig" +# 타입별 파일: ${GITEA_URL}/gc/template-${PROJECT_TYPE}/raw/branch/develop/<파일경로> ``` -### 4. 파일 다운로드 및 적용 -위의 URL 패턴으로 해당 타입 + common 템플릿 파일 다운로드: +### 2. 디렉토리 준비 -#### 4-1. 규칙 파일 (덮어쓰기) -팀 규칙은 로컬 수정 불가 — 항상 글로벌 최신으로 교체: +필요한 디렉토리가 없으면 생성: +```bash +mkdir -p .claude/rules .claude/agents .claude/scripts +mkdir -p .claude/skills/push .claude/skills/mr .claude/skills/create-mr +mkdir -p .claude/skills/release .claude/skills/version .claude/skills/fix-issue +mkdir -p .githooks +``` + +### 3. 서버 파일 다운로드 + 적용 + +각 파일을 `curl -sf` 로 다운로드하여 프로젝트 루트의 동일 경로에 저장. +다운로드 실패한 파일은 경고 출력 후 건너뜀. + +#### 3-1. template-common 파일 (덮어쓰기) + +**규칙 파일**: ``` .claude/rules/team-policy.md .claude/rules/git-workflow.md -.claude/rules/code-style.md (타입별) -.claude/rules/naming.md (타입별) -.claude/rules/testing.md (타입별) +.claude/rules/release-notes-guide.md +.claude/rules/subagent-policy.md ``` -#### 4-2. settings.json (부분 갱신) -- `deny` 목록: 글로벌 최신으로 교체 -- `allow` 목록: 기존 사용자 커스텀 유지 + 글로벌 기본값 병합 -- `hooks`: init-project SKILL.md의 hooks JSON 블록을 참조하여 교체 (없으면 추가) - - SessionStart(compact) → on-post-compact.sh - - PreCompact → on-pre-compact.sh - - PostToolUse(Bash) → on-commit.sh - -#### 4-3. 스킬 파일 (덮어쓰기) +**에이전트 파일**: ``` +.claude/agents/explorer.md +.claude/agents/implementer.md +.claude/agents/reviewer.md +``` + +**스킬 파일 (6종)**: +``` +.claude/skills/push/SKILL.md +.claude/skills/mr/SKILL.md .claude/skills/create-mr/SKILL.md +.claude/skills/release/SKILL.md +.claude/skills/version/SKILL.md .claude/skills/fix-issue/SKILL.md -.claude/skills/sync-team-workflow/SKILL.md -.claude/skills/init-project/SKILL.md ``` -#### 4-4. Git Hooks (덮어쓰기 + 실행 권한) -```bash -chmod +x .githooks/* -``` - -#### 4-5. Hook 스크립트 갱신 -init-project SKILL.md의 코드 블록에서 최신 스크립트를 추출하여 덮어쓰기: +**Hook 스크립트**: ``` .claude/scripts/on-pre-compact.sh .claude/scripts/on-post-compact.sh .claude/scripts/on-commit.sh ``` -실행 권한 부여: `chmod +x .claude/scripts/*.sh` -### 5. 로컬 버전 업데이트 -`.claude/workflow-version.json` 갱신: -```json -{ - "applied_global_version": "새버전", - "applied_date": "오늘날짜", - "project_type": "감지된타입", - "gitea_url": "https://gitea.gc-si.dev" -} +**Git Hooks** (commit-msg, post-checkout은 항상 교체): +``` +.githooks/commit-msg +.githooks/post-checkout ``` +다운로드 예시: +```bash +curl -sf "${GITEA_URL}/gc/template-common/raw/branch/develop/.claude/rules/team-policy.md" -o ".claude/rules/team-policy.md" +``` + +#### 3-2. template-{type} 파일 (타입별 덮어쓰기) + +``` +.claude/rules/code-style.md +.claude/rules/naming.md +.claude/rules/testing.md +``` + +**pre-commit hook**: +`.claude/workflow-version.json`의 `custom_pre_commit` 플래그 확인: +- `"custom_pre_commit": true` → pre-commit 건너뜀, "⚠️ pre-commit은 프로젝트 커스텀 유지" 로그 +- 플래그 없거나 false → `.githooks/pre-commit` 교체 + +다운로드 예시: +```bash +curl -sf "${GITEA_URL}/gc/template-${PROJECT_TYPE}/raw/branch/develop/.claude/rules/code-style.md" -o ".claude/rules/code-style.md" +``` + +#### 3-3. 실행 권한 부여 +```bash +chmod +x .githooks/* 2>/dev/null +chmod +x .claude/scripts/*.sh 2>/dev/null +``` + +### 4. settings.json 부분 머지 + +⚠️ settings.json은 **타입별 템플릿**에서 다운로드 (template-common에는 없음): +```bash +SERVER_SETTINGS=$(curl -sf "${GITEA_URL}/gc/template-${PROJECT_TYPE}/raw/branch/develop/.claude/settings.json") +``` + +다운로드한 최신 settings.json과 로컬 `.claude/settings.json`을 비교하여 부분 갱신: +- `env`: 서버 최신으로 교체 +- `deny` 목록: 서버 최신으로 교체 +- `allow` 목록: 기존 사용자 커스텀 유지 + 서버 기본값 병합 +- `hooks`: 서버 최신으로 교체 + +### 5. workflow-version.json 갱신 + +서버의 최신 `workflow-version.json` 조회: +```bash +SERVER_VER=$(curl -sf "${GITEA_URL}/gc/template-common/raw/branch/develop/workflow-version.json") +SERVER_VERSION=$(echo "$SERVER_VER" | python3 -c "import sys,json; print(json.load(sys.stdin).get('version',''))") +``` + +`.claude/workflow-version.json` 업데이트: +```json +{ + "applied_global_version": "<서버 version>", + "applied_date": "<현재날짜>", + "project_type": "<프로젝트타입>", + "gitea_url": "" +} +``` +기존 필드(`custom_pre_commit` 등)는 보존. + ### 6. 변경 보고 -- `git diff`로 변경 내역 확인 -- 업데이트된 파일 목록 출력 -- 변경 로그(글로벌 workflow-version.json의 changes) 표시 -- 필요한 추가 조치 안내 (빌드 확인, 의존성 업데이트 등) + +- 다운로드/갱신된 파일 목록 출력 +- 서버 `workflow-version.json`의 `changes` 중 최신 항목 표시 +- 결과 형태: +``` +✅ 팀 워크플로우 동기화 완료 + 버전: v1.6.0 + 갱신 파일: 22개 (rules 7, agents 3, skills 6, scripts 3, hooks 3) + settings.json: 부분 갱신 (env, deny, hooks) +``` + +## 필요 환경변수 + +없음 (Gitea raw URL은 인증 불필요) diff --git a/.claude/workflow-version.json b/.claude/workflow-version.json index f52c363..f9f4b86 100644 --- a/.claude/workflow-version.json +++ b/.claude/workflow-version.json @@ -1,6 +1,7 @@ { - "applied_global_version": "1.5.0", - "applied_date": "2026-03-03", + "applied_global_version": "1.6.1", + "applied_date": "2026-03-11", "project_type": "react-ts", - "gitea_url": "https://gitea.gc-si.dev" -} + "gitea_url": "https://gitea.gc-si.dev", + "custom_pre_commit": true +} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 9feec38..fecd7b4 100755 --- a/.gitignore +++ b/.gitignore @@ -64,6 +64,17 @@ frontend/public/hns-manual/images/ .claude/settings.local.json .claude/CLAUDE.local.md +# Team workflow (managed by /sync-team-workflow) +.claude/rules/ +.claude/agents/ +.claude/skills/push/ +.claude/skills/mr/ +.claude/skills/create-mr/ +.claude/skills/release/ +.claude/skills/version/ +.claude/skills/fix-issue/ +.claude/scripts/ + # Lock files (keep for reproducible builds) !frontend/package-lock.json !backend/package-lock.json diff --git a/backend/package-lock.json b/backend/package-lock.json index e5e0aed..a3d5138 100755 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -558,7 +558,6 @@ "integrity": "sha512-sKYVuV7Sv9fbPIt/442koC7+IIwK5olP1KWeD88e/idgoJqDm3JV/YUiPwkoKK92ylff2MGxSz1CSjsXelx0YA==", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@types/body-parser": "*", "@types/express-serve-static-core": "^5.0.0", @@ -1992,7 +1991,6 @@ "resolved": "https://registry.npmjs.org/pg/-/pg-8.19.0.tgz", "integrity": "sha512-QIcLGi508BAHkQ3pJNptsFz5WQMlpGbuBGBaIaXsWK8mel2kQ/rThYI+DbgjUvZrIr7MiuEuc9LcChJoEZK1xQ==", "license": "MIT", - "peer": true, "dependencies": { "pg-connection-string": "^2.11.0", "pg-pool": "^3.12.0", diff --git a/backend/src/aerial/aerialRouter.ts b/backend/src/aerial/aerialRouter.ts index fead1cc..a002e77 100644 --- a/backend/src/aerial/aerialRouter.ts +++ b/backend/src/aerial/aerialRouter.ts @@ -7,6 +7,8 @@ import { createSatRequest, updateSatRequestStatus, isValidSatStatus, + requestOilInference, + checkInferenceHealth, } from './aerialService.js'; import { isValidNumber } from '../middleware/security.js'; import { requireAuth, requirePermission } from '../auth/authMiddleware.js'; @@ -221,4 +223,44 @@ router.post('/satellite/:sn/status', requireAuth, requirePermission('aerial', 'C } }); +// ============================================================ +// OIL INFERENCE 라우트 +// ============================================================ + +// POST /api/aerial/oil-detect — 오일 유출 감지 (GPU 추론 서버 프록시) +// base64 이미지 전송을 위해 3MB JSON 파서 적용 +router.post('/oil-detect', express.json({ limit: '3mb' }), requireAuth, requirePermission('aerial', 'READ'), async (req, res) => { + try { + const { image } = req.body; + if (!image || typeof image !== 'string') { + res.status(400).json({ error: 'image (base64) 필드가 필요합니다' }); + return; + } + + // base64 크기 제한 (약 2MB 이미지) + if (image.length > 3_000_000) { + res.status(400).json({ error: '이미지 크기가 너무 큽니다 (최대 2MB)' }); + return; + } + + const result = await requestOilInference(image); + res.json(result); + } catch (err) { + const message = err instanceof Error ? err.message : String(err); + if (message.includes('abort') || message.includes('timeout')) { + console.error('[aerial] 추론 서버 타임아웃:', message); + res.status(504).json({ error: '추론 서버 응답 시간 초과' }); + return; + } + console.error('[aerial] 오일 감지 오류:', err); + res.status(503).json({ error: '추론 서버 연결 불가' }); + } +}); + +// GET /api/aerial/oil-detect/health — 추론 서버 상태 확인 +router.get('/oil-detect/health', requireAuth, async (_req, res) => { + const health = await checkInferenceHealth(); + res.json(health); +}); + export default router; diff --git a/backend/src/aerial/aerialService.ts b/backend/src/aerial/aerialService.ts index f9db73e..aec19b9 100644 --- a/backend/src/aerial/aerialService.ts +++ b/backend/src/aerial/aerialService.ts @@ -339,3 +339,62 @@ export async function updateSatRequestStatus(sn: number, sttsCd: string): Promis [sttsCd, sn] ); } + +// ============================================================ +// OIL INFERENCE (GPU 서버 프록시) +// ============================================================ + +const OIL_INFERENCE_URL = process.env.OIL_INFERENCE_URL || 'http://localhost:8090'; +const INFERENCE_TIMEOUT_MS = 10_000; + +export interface OilInferenceRegion { + classId: number; + className: string; + pixelCount: number; + percentage: number; + thicknessMm: number; +} + +export interface OilInferenceResult { + mask: string; // base64 uint8 array (values 0-4) + width: number; + height: number; + regions: OilInferenceRegion[]; +} + +/** GPU 추론 서버에 이미지를 전송하고 세그멘테이션 결과를 반환한다. */ +export async function requestOilInference(imageBase64: string): Promise { + const controller = new AbortController(); + const timeout = setTimeout(() => controller.abort(), INFERENCE_TIMEOUT_MS); + + try { + const response = await fetch(`${OIL_INFERENCE_URL}/inference`, { + method: 'POST', + headers: { 'Content-Type': 'application/json' }, + body: JSON.stringify({ image: imageBase64 }), + signal: controller.signal, + }); + + if (!response.ok) { + const detail = await response.text().catch(() => ''); + throw new Error(`Inference server responded ${response.status}: ${detail}`); + } + + return await response.json() as OilInferenceResult; + } finally { + clearTimeout(timeout); + } +} + +/** GPU 추론 서버 헬스체크 */ +export async function checkInferenceHealth(): Promise<{ status: string; device?: string }> { + try { + const response = await fetch(`${OIL_INFERENCE_URL}/health`, { + signal: AbortSignal.timeout(3000), + }); + if (!response.ok) throw new Error(`status ${response.status}`); + return await response.json() as { status: string; device?: string }; + } catch { + return { status: 'unavailable' }; + } +} diff --git a/backend/src/auth/authMiddleware.ts b/backend/src/auth/authMiddleware.ts index 0a2fc47..7961cb6 100644 --- a/backend/src/auth/authMiddleware.ts +++ b/backend/src/auth/authMiddleware.ts @@ -72,10 +72,16 @@ export function requirePermission(resource: string, operation: string = 'READ') req.resolvedPermissions = userInfo.permissions } - const allowedOps = req.resolvedPermissions[resource] - if (allowedOps && allowedOps.includes(operation)) { - next() - return + // 정확한 리소스 매칭 → 부모 리소스 fallback (board:notice → board) + let cursor: string | undefined = resource + while (cursor) { + const allowedOps = req.resolvedPermissions[cursor] + if (allowedOps && allowedOps.includes(operation)) { + next() + return + } + const colonIdx = cursor.lastIndexOf(':') + cursor = colonIdx > 0 ? cursor.substring(0, colonIdx) : undefined } res.status(403).json({ error: '접근 권한이 없습니다.' }) diff --git a/backend/src/auth/authService.ts b/backend/src/auth/authService.ts index 0d607b7..6573ec9 100644 --- a/backend/src/auth/authService.ts +++ b/backend/src/auth/authService.ts @@ -112,6 +112,23 @@ export async function login( return userInfo } +/** AUTH_PERM_TREE 없이 플랫 권한을 RSRC_CD + OPER_CD 기준으로 조회 */ +async function flatPermissionsFallback(userId: string): Promise> { + const permsResult = await authPool.query( + `SELECT DISTINCT p.RSRC_CD as rsrc_cd, p.OPER_CD as oper_cd + FROM AUTH_PERM p + JOIN AUTH_USER_ROLE ur ON p.ROLE_SN = ur.ROLE_SN + WHERE ur.USER_ID = $1 AND p.GRANT_YN = 'Y'`, + [userId] + ) + const perms: Record = {} + for (const p of permsResult.rows) { + if (!perms[p.rsrc_cd]) perms[p.rsrc_cd] = [] + if (!perms[p.rsrc_cd].includes(p.oper_cd)) perms[p.rsrc_cd].push(p.oper_cd) + } + return perms +} + export async function getUserInfo(userId: string): Promise { const userResult = await authPool.query( `SELECT u.USER_ID as user_id, u.USER_ACNT as user_acnt, u.USER_NM as user_nm, @@ -170,30 +187,15 @@ export async function getUserInfo(userId: string): Promise { permissions = grantedSetToRecord(granted) } else { // AUTH_PERM_TREE 미존재 (마이그레이션 전) → 기존 플랫 방식 fallback - const permsResult = await authPool.query( - `SELECT DISTINCT p.RSRC_CD as rsrc_cd - FROM AUTH_PERM p - JOIN AUTH_USER_ROLE ur ON p.ROLE_SN = ur.ROLE_SN - WHERE ur.USER_ID = $1 AND p.GRANT_YN = 'Y'`, - [userId] - ) - permissions = {} - for (const p of permsResult.rows) { - permissions[p.rsrc_cd] = ['READ'] - } + permissions = await flatPermissionsFallback(userId) } } catch { // AUTH_PERM_TREE 테이블 미존재 시 fallback - const permsResult = await authPool.query( - `SELECT DISTINCT p.RSRC_CD as rsrc_cd - FROM AUTH_PERM p - JOIN AUTH_USER_ROLE ur ON p.ROLE_SN = ur.ROLE_SN - WHERE ur.USER_ID = $1 AND p.GRANT_YN = 'Y'`, - [userId] - ) - permissions = {} - for (const p of permsResult.rows) { - permissions[p.rsrc_cd] = ['READ'] + try { + permissions = await flatPermissionsFallback(userId) + } catch { + console.error('[auth] 권한 조회 fallback 실패, 빈 권한 반환') + permissions = {} } } diff --git a/backend/src/board/boardRouter.ts b/backend/src/board/boardRouter.ts index 39f2d39..93351d7 100644 --- a/backend/src/board/boardRouter.ts +++ b/backend/src/board/boardRouter.ts @@ -2,7 +2,7 @@ import { Router } from 'express' import { requireAuth, requirePermission } from '../auth/authMiddleware.js' import { AuthError } from '../auth/authService.js' import { - listPosts, getPost, createPost, updatePost, deletePost, + listPosts, getPost, createPost, updatePost, deletePost, adminDeletePost, listManuals, createManual, updateManual, deleteManual, incrementManualDownload, } from './boardService.js' @@ -209,4 +209,22 @@ router.delete('/:sn', requireAuth, requirePermission('board', 'DELETE'), async ( } }) +// POST /api/board/admin-delete — 관리자 전용 게시글 삭제 (소유자 검증 없음) +router.post('/admin-delete', requireAuth, requirePermission('admin', 'READ'), async (req, res) => { + try { + const { sn } = req.body + const postSn = typeof sn === 'number' ? sn : parseInt(sn, 10) + if (isNaN(postSn)) { + res.status(400).json({ error: '유효하지 않은 게시글 번호입니다.' }) + return + } + await adminDeletePost(postSn) + res.json({ success: true }) + } catch (err) { + if (err instanceof AuthError) { res.status(err.status).json({ error: err.message }); return } + console.error('[board] 관리자 삭제 오류:', err) + res.status(500).json({ error: '게시글 삭제 중 오류가 발생했습니다.' }) + } +}) + export default router diff --git a/backend/src/board/boardService.ts b/backend/src/board/boardService.ts index d09fce5..2f3f284 100644 --- a/backend/src/board/boardService.ts +++ b/backend/src/board/boardService.ts @@ -398,3 +398,18 @@ export async function deletePost(postSn: number, requesterId: string): Promise { + const existing = await wingPool.query( + `SELECT POST_SN FROM BOARD_POST WHERE POST_SN = $1 AND USE_YN = 'Y'`, + [postSn] + ) + if (existing.rows.length === 0) { + throw new AuthError('게시글을 찾을 수 없습니다.', 404) + } + await wingPool.query( + `UPDATE BOARD_POST SET USE_YN = 'N', MDFCN_DTM = NOW() WHERE POST_SN = $1`, + [postSn] + ) +} diff --git a/backend/src/inference/oil_inference_server.py b/backend/src/inference/oil_inference_server.py new file mode 100644 index 0000000..7cd138f --- /dev/null +++ b/backend/src/inference/oil_inference_server.py @@ -0,0 +1,185 @@ +#!/usr/bin/env python3 +""" +오일 유출 감지 추론 서버 (GPU) +시립대 starsafire ResNet101+DANet 모델 기반 + +실행: uvicorn oil_inference_server:app --host 0.0.0.0 --port 8090 +모델 파일 필요: ./V7_SPECIAL.py, ./epoch_165.pth (같은 디렉토리) +""" + +import os +import io +import base64 +import logging +from collections import Counter +from typing import Optional + +import cv2 +import numpy as np +from PIL import Image +from fastapi import FastAPI, HTTPException +from fastapi.middleware.cors import CORSMiddleware +from pydantic import BaseModel + +# ── MMSegmentation (지연 임포트 — 서버 시작 시 로드) ───────────────────────── +model = None +DEVICE = os.getenv("INFERENCE_DEVICE", "cuda:0") + +CLASSES = ("background", "black", "brown", "rainbow", "silver") +PALETTE = [ + [0, 0, 0], # 0: background + [0, 0, 204], # 1: black oil (에멀전) + [180, 180, 180], # 2: brown oil (원유) + [255, 255, 0], # 3: rainbow oil (박막) + [178, 102, 255], # 4: silver oil (극박막) +] +THICKNESS_MM = { + 1: 1.0, # black + 2: 0.1, # brown + 3: 0.0003, # rainbow + 4: 0.0001, # silver +} + +logging.basicConfig(level=logging.INFO) +logger = logging.getLogger("oil-inference") + +# ── FastAPI App ────────────────────────────────────────────────────────────── + +app = FastAPI(title="Oil Spill Inference Server", version="1.0.0") + +app.add_middleware( + CORSMiddleware, + allow_origins=["*"], + allow_methods=["*"], + allow_headers=["*"], +) + + +class InferenceRequest(BaseModel): + image: str # base64 encoded JPEG/PNG + + +class OilRegionResult(BaseModel): + classId: int + className: str + pixelCount: int + percentage: float + thicknessMm: float + + +class InferenceResponse(BaseModel): + mask: str # base64 encoded uint8 array (values 0-4) + width: int + height: int + regions: list[OilRegionResult] + + +# ── Model Loading ──────────────────────────────────────────────────────────── + +def load_model(): + """모델을 로드한다. 서버 시작 시 1회 호출.""" + global model + try: + from mmseg.apis import init_segmentor + + script_dir = os.path.dirname(os.path.abspath(__file__)) + config_path = os.path.join(script_dir, "V7_SPECIAL.py") + checkpoint_path = os.path.join(script_dir, "epoch_165.pth") + + if not os.path.exists(config_path): + logger.error(f"Config not found: {config_path}") + return False + if not os.path.exists(checkpoint_path): + logger.error(f"Checkpoint not found: {checkpoint_path}") + return False + + logger.info(f"Loading model on {DEVICE}...") + model = init_segmentor(config_path, checkpoint_path, device=DEVICE) + model.PALETTE = PALETTE + logger.info("Model loaded successfully") + return True + + except Exception as e: + logger.error(f"Model loading failed: {e}") + return False + + +@app.on_event("startup") +async def startup(): + success = load_model() + if not success: + logger.warning("Model not loaded — inference will be unavailable") + + +# ── Endpoints ──────────────────────────────────────────────────────────────── + +@app.get("/health") +async def health(): + return { + "status": "ok" if model is not None else "model_not_loaded", + "device": DEVICE, + "classes": list(CLASSES), + } + + +@app.post("/inference", response_model=InferenceResponse) +async def inference(req: InferenceRequest): + if model is None: + raise HTTPException(status_code=503, detail="Model not loaded") + + try: + # 1. Base64 → numpy array + img_bytes = base64.b64decode(req.image) + img_pil = Image.open(io.BytesIO(img_bytes)).convert("RGB") + img_np = np.array(img_pil) + + # 2. 임시 파일로 저장 (mmseg inference_segmentor는 파일 경로 필요) + import tempfile + with tempfile.NamedTemporaryFile(suffix=".jpg", delete=False) as tmp: + tmp_path = tmp.name + cv2.imwrite(tmp_path, cv2.cvtColor(img_np, cv2.COLOR_RGB2BGR)) + + # 3. 추론 + from mmseg.apis import inference_segmentor + result = inference_segmentor(model, tmp_path) + seg_map = result[0] # (H, W) uint8, values 0-4 + + # 임시 파일 삭제 + os.unlink(tmp_path) + + h, w = seg_map.shape + total_pixels = h * w + + # 4. 클래스별 통계 + counter = Counter(seg_map.flatten().tolist()) + regions = [] + for class_id in range(1, 5): # 1-4 (skip background) + count = counter.get(class_id, 0) + if count > 0: + regions.append(OilRegionResult( + classId=class_id, + className=CLASSES[class_id], + pixelCount=count, + percentage=round(count / total_pixels * 100, 2), + thicknessMm=THICKNESS_MM[class_id], + )) + + # 5. 마스크를 base64로 인코딩 + mask_bytes = seg_map.astype(np.uint8).tobytes() + mask_b64 = base64.b64encode(mask_bytes).decode("ascii") + + return InferenceResponse( + mask=mask_b64, + width=w, + height=h, + regions=regions, + ) + + except Exception as e: + logger.error(f"Inference error: {e}", exc_info=True) + raise HTTPException(status_code=500, detail=str(e)) + + +if __name__ == "__main__": + import uvicorn + uvicorn.run(app, host="0.0.0.0", port=8090) diff --git a/backend/src/inference/requirements.txt b/backend/src/inference/requirements.txt new file mode 100644 index 0000000..757006d --- /dev/null +++ b/backend/src/inference/requirements.txt @@ -0,0 +1,8 @@ +fastapi==0.104.1 +uvicorn==0.24.0 +torch>=1.13.0 +mmcv-full>=1.7.0 +mmsegmentation>=0.30.0 +opencv-python-headless>=4.8.0 +numpy>=1.24.0 +Pillow>=10.0.0 diff --git a/backend/src/server.ts b/backend/src/server.ts index 6efd807..8a7c819 100755 --- a/backend/src/server.ts +++ b/backend/src/server.ts @@ -97,9 +97,13 @@ app.use(cors({ // 4. 요청 속도 제한 (Rate Limiting) - DDoS/브루트포스 방지 const generalLimiter = rateLimit({ windowMs: 15 * 60 * 1000, // 15분 - max: 200, // IP당 최대 200요청 + max: 500, // IP당 최대 500요청 (HLS 스트리밍 고려) standardHeaders: true, legacyHeaders: false, + skip: (req) => { + // HLS 스트리밍 프록시는 빈번한 세그먼트 요청이 발생하므로 제외 + return req.path.startsWith('/api/aerial/cctv/stream-proxy'); + }, message: { error: '요청 횟수 초과', message: '너무 많은 요청을 보냈습니다. 15분 후 다시 시도하세요.' diff --git a/backend/src/users/userRouter.ts b/backend/src/users/userRouter.ts index 0fa898e..beb5926 100644 --- a/backend/src/users/userRouter.ts +++ b/backend/src/users/userRouter.ts @@ -10,6 +10,7 @@ import { assignRoles, approveUser, rejectUser, + listOrgs, } from './userService.js' const router = Router() @@ -30,6 +31,17 @@ router.get('/', async (req, res) => { } }) +// GET /api/users/orgs — 조직 목록 (/:id 보다 앞에 등록해야 함) +router.get('/orgs', async (_req, res) => { + try { + const orgs = await listOrgs() + res.json(orgs) + } catch (err) { + console.error('[users] 조직 목록 오류:', err) + res.status(500).json({ error: '조직 목록 조회 중 오류가 발생했습니다.' }) + } +}) + // GET /api/users/:id router.get('/:id', async (req, res) => { try { diff --git a/backend/src/users/userService.ts b/backend/src/users/userService.ts index 0881a66..2a34ace 100644 --- a/backend/src/users/userService.ts +++ b/backend/src/users/userService.ts @@ -293,6 +293,32 @@ export async function changePassword(userId: string, newPassword: string): Promi ) } +// ── 조직 목록 조회 ── + +interface OrgItem { + orgSn: number + orgNm: string + orgAbbrNm: string | null + orgTpCd: string + upperOrgSn: number | null +} + +export async function listOrgs(): Promise { + const { rows } = await authPool.query( + `SELECT ORG_SN, ORG_NM, ORG_ABBR_NM, ORG_TP_CD, UPPER_ORG_SN + FROM AUTH_ORG + WHERE USE_YN = 'Y' + ORDER BY ORG_SN` + ) + return rows.map((r: Record) => ({ + orgSn: r.org_sn as number, + orgNm: r.org_nm as string, + orgAbbrNm: r.org_abbr_nm as string | null, + orgTpCd: r.org_tp_cd as string, + upperOrgSn: r.upper_org_sn as number | null, + })) +} + export async function assignRoles(userId: string, roleSns: number[]): Promise { await authPool.query('DELETE FROM AUTH_USER_ROLE WHERE USER_ID = $1', [userId]) diff --git a/database/auth_init.sql b/database/auth_init.sql index b99b723..eca52a0 100644 --- a/database/auth_init.sql +++ b/database/auth_init.sql @@ -254,10 +254,11 @@ CREATE INDEX IDX_AUDIT_LOG_DTM ON AUTH_AUDIT_LOG (REQ_DTM); -- 10. 초기 데이터: 역할 -- ============================================================ INSERT INTO AUTH_ROLE (ROLE_CD, ROLE_NM, ROLE_DC, DFLT_YN) VALUES -('ADMIN', '관리자', '시스템 전체 관리 권한', 'N'), -('MANAGER', '운영자', '운영 및 사용자 관리 권한', 'N'), -('USER', '일반사용자', '기본 업무 기능 접근 권한', 'Y'), -('VIEWER', '뷰어', '조회 전용 접근 권한', 'N'); +('ADMIN', '관리자', '시스템 전체 관리 권한', 'N'), +('HQ_CLEANUP', '본청방제과', '본청 방제 업무 관리 권한', 'N'), +('MANAGER', '운영자', '운영 및 사용자 관리 권한', 'N'), +('USER', '일반사용자', '기본 업무 기능 접근 권한', 'Y'), +('VIEWER', '뷰어', '조회 전용 접근 권한', 'N'); -- ============================================================ @@ -279,7 +280,7 @@ INSERT INTO AUTH_PERM (ROLE_SN, RSRC_CD, OPER_CD, GRANT_YN) VALUES (1, 'weather', 'READ', 'Y'), (1, 'weather', 'CREATE', 'Y'), (1, 'weather', 'UPDATE', 'Y'), (1, 'weather', 'DELETE', 'Y'), (1, 'admin', 'READ', 'Y'), (1, 'admin', 'CREATE', 'Y'), (1, 'admin', 'UPDATE', 'Y'), (1, 'admin', 'DELETE', 'Y'); --- MANAGER (ROLE_SN=2): admin 탭 제외, RCUD 허용 +-- HQ_CLEANUP (ROLE_SN=2): 방제 관련 탭 RCUD + 기타 탭 READ/CREATE, admin 제외 INSERT INTO AUTH_PERM (ROLE_SN, RSRC_CD, OPER_CD, GRANT_YN) VALUES (2, 'prediction', 'READ', 'Y'), (2, 'prediction', 'CREATE', 'Y'), (2, 'prediction', 'UPDATE', 'Y'), (2, 'prediction', 'DELETE', 'Y'), (2, 'hns', 'READ', 'Y'), (2, 'hns', 'CREATE', 'Y'), (2, 'hns', 'UPDATE', 'Y'), (2, 'hns', 'DELETE', 'Y'), @@ -289,38 +290,52 @@ INSERT INTO AUTH_PERM (ROLE_SN, RSRC_CD, OPER_CD, GRANT_YN) VALUES (2, 'assets', 'READ', 'Y'), (2, 'assets', 'CREATE', 'Y'), (2, 'assets', 'UPDATE', 'Y'), (2, 'assets', 'DELETE', 'Y'), (2, 'scat', 'READ', 'Y'), (2, 'scat', 'CREATE', 'Y'), (2, 'scat', 'UPDATE', 'Y'), (2, 'scat', 'DELETE', 'Y'), (2, 'incidents', 'READ', 'Y'), (2, 'incidents', 'CREATE', 'Y'), (2, 'incidents', 'UPDATE', 'Y'), (2, 'incidents', 'DELETE', 'Y'), -(2, 'board', 'READ', 'Y'), (2, 'board', 'CREATE', 'Y'), (2, 'board', 'UPDATE', 'Y'), (2, 'board', 'DELETE', 'Y'), -(2, 'weather', 'READ', 'Y'), (2, 'weather', 'CREATE', 'Y'), (2, 'weather', 'UPDATE', 'Y'), (2, 'weather', 'DELETE', 'Y'), +(2, 'board', 'READ', 'Y'), (2, 'board', 'CREATE', 'Y'), (2, 'board', 'UPDATE', 'Y'), +(2, 'weather', 'READ', 'Y'), (2, 'weather', 'CREATE', 'Y'), (2, 'admin', 'READ', 'N'); --- USER (ROLE_SN=3): assets/admin 제외, 허용 탭은 READ/CREATE/UPDATE, DELETE 없음 +-- MANAGER (ROLE_SN=3): admin 탭 제외, RCUD 허용 INSERT INTO AUTH_PERM (ROLE_SN, RSRC_CD, OPER_CD, GRANT_YN) VALUES -(3, 'prediction', 'READ', 'Y'), (3, 'prediction', 'CREATE', 'Y'), (3, 'prediction', 'UPDATE', 'Y'), -(3, 'hns', 'READ', 'Y'), (3, 'hns', 'CREATE', 'Y'), (3, 'hns', 'UPDATE', 'Y'), -(3, 'rescue', 'READ', 'Y'), (3, 'rescue', 'CREATE', 'Y'), (3, 'rescue', 'UPDATE', 'Y'), -(3, 'reports', 'READ', 'Y'), (3, 'reports', 'CREATE', 'Y'), (3, 'reports', 'UPDATE', 'Y'), -(3, 'aerial', 'READ', 'Y'), (3, 'aerial', 'CREATE', 'Y'), (3, 'aerial', 'UPDATE', 'Y'), -(3, 'assets', 'READ', 'N'), -(3, 'scat', 'READ', 'Y'), (3, 'scat', 'CREATE', 'Y'), (3, 'scat', 'UPDATE', 'Y'), -(3, 'incidents', 'READ', 'Y'), (3, 'incidents', 'CREATE', 'Y'), (3, 'incidents', 'UPDATE', 'Y'), -(3, 'board', 'READ', 'Y'), (3, 'board', 'CREATE', 'Y'), (3, 'board', 'UPDATE', 'Y'), -(3, 'weather', 'READ', 'Y'), +(3, 'prediction', 'READ', 'Y'), (3, 'prediction', 'CREATE', 'Y'), (3, 'prediction', 'UPDATE', 'Y'), (3, 'prediction', 'DELETE', 'Y'), +(3, 'hns', 'READ', 'Y'), (3, 'hns', 'CREATE', 'Y'), (3, 'hns', 'UPDATE', 'Y'), (3, 'hns', 'DELETE', 'Y'), +(3, 'rescue', 'READ', 'Y'), (3, 'rescue', 'CREATE', 'Y'), (3, 'rescue', 'UPDATE', 'Y'), (3, 'rescue', 'DELETE', 'Y'), +(3, 'reports', 'READ', 'Y'), (3, 'reports', 'CREATE', 'Y'), (3, 'reports', 'UPDATE', 'Y'), (3, 'reports', 'DELETE', 'Y'), +(3, 'aerial', 'READ', 'Y'), (3, 'aerial', 'CREATE', 'Y'), (3, 'aerial', 'UPDATE', 'Y'), (3, 'aerial', 'DELETE', 'Y'), +(3, 'assets', 'READ', 'Y'), (3, 'assets', 'CREATE', 'Y'), (3, 'assets', 'UPDATE', 'Y'), (3, 'assets', 'DELETE', 'Y'), +(3, 'scat', 'READ', 'Y'), (3, 'scat', 'CREATE', 'Y'), (3, 'scat', 'UPDATE', 'Y'), (3, 'scat', 'DELETE', 'Y'), +(3, 'incidents', 'READ', 'Y'), (3, 'incidents', 'CREATE', 'Y'), (3, 'incidents', 'UPDATE', 'Y'), (3, 'incidents', 'DELETE', 'Y'), +(3, 'board', 'READ', 'Y'), (3, 'board', 'CREATE', 'Y'), (3, 'board', 'UPDATE', 'Y'), (3, 'board', 'DELETE', 'Y'), +(3, 'weather', 'READ', 'Y'), (3, 'weather', 'CREATE', 'Y'), (3, 'weather', 'UPDATE', 'Y'), (3, 'weather', 'DELETE', 'Y'), (3, 'admin', 'READ', 'N'); --- VIEWER (ROLE_SN=4): 제한적 탭의 READ만 허용 +-- USER (ROLE_SN=4): assets/admin 제외, 허용 탭은 READ/CREATE/UPDATE, DELETE 없음 INSERT INTO AUTH_PERM (ROLE_SN, RSRC_CD, OPER_CD, GRANT_YN) VALUES -(4, 'prediction', 'READ', 'Y'), -(4, 'hns', 'READ', 'Y'), -(4, 'rescue', 'READ', 'Y'), -(4, 'reports', 'READ', 'N'), -(4, 'aerial', 'READ', 'Y'), +(4, 'prediction', 'READ', 'Y'), (4, 'prediction', 'CREATE', 'Y'), (4, 'prediction', 'UPDATE', 'Y'), +(4, 'hns', 'READ', 'Y'), (4, 'hns', 'CREATE', 'Y'), (4, 'hns', 'UPDATE', 'Y'), +(4, 'rescue', 'READ', 'Y'), (4, 'rescue', 'CREATE', 'Y'), (4, 'rescue', 'UPDATE', 'Y'), +(4, 'reports', 'READ', 'Y'), (4, 'reports', 'CREATE', 'Y'), (4, 'reports', 'UPDATE', 'Y'), +(4, 'aerial', 'READ', 'Y'), (4, 'aerial', 'CREATE', 'Y'), (4, 'aerial', 'UPDATE', 'Y'), (4, 'assets', 'READ', 'N'), -(4, 'scat', 'READ', 'N'), -(4, 'incidents', 'READ', 'Y'), -(4, 'board', 'READ', 'Y'), +(4, 'scat', 'READ', 'Y'), (4, 'scat', 'CREATE', 'Y'), (4, 'scat', 'UPDATE', 'Y'), +(4, 'incidents', 'READ', 'Y'), (4, 'incidents', 'CREATE', 'Y'), (4, 'incidents', 'UPDATE', 'Y'), +(4, 'board', 'READ', 'Y'), (4, 'board', 'CREATE', 'Y'), (4, 'board', 'UPDATE', 'Y'), (4, 'weather', 'READ', 'Y'), (4, 'admin', 'READ', 'N'); +-- VIEWER (ROLE_SN=5): 제한적 탭의 READ만 허용 +INSERT INTO AUTH_PERM (ROLE_SN, RSRC_CD, OPER_CD, GRANT_YN) VALUES +(5, 'prediction', 'READ', 'Y'), +(5, 'hns', 'READ', 'Y'), +(5, 'rescue', 'READ', 'Y'), +(5, 'reports', 'READ', 'N'), +(5, 'aerial', 'READ', 'Y'), +(5, 'assets', 'READ', 'N'), +(5, 'scat', 'READ', 'N'), +(5, 'incidents', 'READ', 'Y'), +(5, 'board', 'READ', 'Y'), +(5, 'weather', 'READ', 'Y'), +(5, 'admin', 'READ', 'N'); + -- ============================================================ -- 12. 초기 데이터: 조직 diff --git a/database/migration/019_ship_insurance_seed.sql b/database/migration/019_ship_insurance_seed.sql new file mode 100644 index 0000000..b3f078f --- /dev/null +++ b/database/migration/019_ship_insurance_seed.sql @@ -0,0 +1,1396 @@ +-- 019_ship_insurance_seed.sql +-- 유류오염보장계약 시드 데이터 (해양수산부 공공데이터, 1391건) + +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('18060066451302', '국적', '일반선박', '어선', 'N', 'DSUD', '9807243', '어선', '새해림호', '군산대학교', '2996', '3242', '1370.8', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'Y', 'N', 'Y', 'N', '2024-12-27', '2024-12-27', '대한민국', '군산지방해양수산청', '2024-08-03 12:04:06', '2024-08-03 12:04:06'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241030', '국적', '일반선박', '산물선', 'N', 'D7KF', '9860386', '기타', '팬 사파이어', '팬오션 주식회사', '34876', '34876', '62569', 'NorthStandard Limited', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2024-07-29', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-08-05 14:05:45', '2024-08-05 14:24:19'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201024', '국적', '일반선박', '풀컨테이너선', 'N', 'D7HV', '9637258', '외항', 'HMM VICTORY', '에이치엠엠(주)', '142620', '142620', '146046', 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-08-06', '2025-02-20', '대한민국', '인천지방해양수산청', '2024-08-13 10:23:02', '2024-08-13 10:34:26'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241031', '국적', '유조선', '석유제품운반선', 'N', 'D7KI', '9505986', '외항', 'SH FREESIA', 'SEONG HO SHIPPING CO.,LTD', '11987', '11987', '19991', 'The Standard Club Asia Ltd', 'Y', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', '2024-08-12', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-08-13 17:31:56', '2024-09-09 09:42:13'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('000000', '국적', '일반선박', '산물선', 'N', NULL, '1048310', '기타', '에스티 프레야', '씨트라스해운 주식회사', '2874', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-08-29', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-08-19 09:58:30', '2024-08-19 17:53:32'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('240030', '국적', '유조선', '석유제품운반선', 'N', NULL, '9324590', '기타', '스프링 알파', '알파해운(주)', '2212', NULL, '3948', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-07-30', '2025-02-19', '대한민국', '부산지방해양수산청', '2024-08-19 18:07:01', '2024-08-19 18:07:01'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('210004', '국적', '일반선박', '기타선', 'N', 'D7VW', '9872951', '기타', 'HANNARAE', '한국해양수산연수원', '6280', '6280', '1884', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2024-02-20', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-08-22 14:49:13', '2024-08-22 14:49:13'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('098886', '국적', '유조선', '석유제품운반선', 'N', 'DSQI9', '9512109', '외항', 'SKY BLUE', 'HSM SHIPPING CO., LTD.', '8686', '8686', '13094', 'The Standard Club Asia Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-08-13', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-08-27 17:48:07', '2024-08-27 17:48:07'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181817', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', '성진21호', '성진소재(주)', '3493', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-08-27', '2025-05-15', '대한민국', '인천지방해양수산청', '2024-08-28 10:15:29', '2024-08-30 09:23:44'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('17030016261403', '국적', '일반선박', '어선', 'N', '6KCF', '8614895', '어선', 'NO.601 DAGAH', 'PAI CO.,LTD', '999', NULL, '603.352', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2024-08-29', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-08-30 16:01:24', '2024-08-30 16:19:00'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('240033', '국적', '일반선박', '산물선', 'N', NULL, '1048310', '내항', '에스티 프레야', '씨트라스해운 주식회사', '2879', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-08-29', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-09-02 15:12:05', '2024-09-03 09:02:31'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201025', '국적', '일반선박', '풀컨테이너선', 'N', 'D7DV', '9637246', '외항', 'HMM DRIVE', '에이치엠엠(주)', '142620', '142620', '146046', 'The North of England Protecting & Indemnity Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-08-30', '2025-02-20', '대한민국', '인천지방해양수산청', '2024-09-04 10:26:03', '2024-09-04 10:26:03'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201030', '국적', '일반선박', '풀컨테이너선', 'N', 'D8HP', '9637260', '외항', 'HMM PRIDE', '에이치엠엠(주)', '142620', '142620', '146046', 'The North of England Protecting & Indemnity Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-08-30', '2025-02-20', '대한민국', '인천지방해양수산청', '2024-09-04 10:32:49', '2024-09-04 10:32:49'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241033', '국적', '일반선박', '산물선', 'N', 'D7KJ', '9324502', '외항', 'WHITE ROSE', 'KOREA LINE CORPORATION', '89097', '89097', NULL, 'United Kingdom Mutual Steam Ship Assurance Association Limited', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2024-08-30', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-09-05 09:42:11', '2024-09-05 10:05:34'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('210036', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '경성', '다온물류(주)', '1994', NULL, '3604', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-08-01', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-09-10 18:32:50', '2024-09-10 18:32:50'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('210036', '국적', '유조선', '석유제품운반선', 'N', NULL, '9923607', '내항', '경성', '다온물류(주)', '1994', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-08-01', '2025-02-20', '대한민국', '울산지방해양수산청', '2024-09-10 18:54:28', '2024-09-11 08:31:53'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('200013', '국적', '유조선', '석유제품운반선', 'N', NULL, '9877999', '내항', 'YU SUNG', '(주)송양', '1998', NULL, NULL, 'The Standard Club Asia Ltd', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-08-01', '2025-02-20', '대한민국', '울산지방해양수산청', '2024-09-10 19:11:17', '2024-09-11 08:31:46'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181028', '국적', '일반선박', '화객선', 'N', 'D7TG', '9812767', '외항', 'NEW SHIDAO PEARL', 'Shidao International Ferry Co.,Ltd', '11515', '19988', NULL, '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', '2024-09-17', '2025-02-20', '대한민국', '포항지방해양수산청', '2024-09-13 15:32:28', '2024-09-13 15:32:28'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('072179', '국적', '유조선', '석유제품운반선', 'N', 'DSPR5', '9473664', '외항', 'GOLDEN HANA', 'HN SHIPPING CO.,LTD', '2517', '2846', '3934', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-09-19', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-09-24 09:04:07', '2024-09-24 09:05:31'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211051', '국적', '일반선박', '풀컨테이너선', 'N', 'D7DS', '9385013', '외항', 'HMM OAKLAND', '에이치엠엠(주)', '72597', '72597', '72700', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-09-19', '2025-02-20', '대한민국', '인천지방해양수산청', '2024-09-24 10:22:55', '2024-09-24 10:22:55'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241035', '국적', '일반선박', '산물선', 'N', 'D7KL', '9324124', '외항', 'HL BALTIMORE', 'H-LINE SHIPPING CO.,LTD.', '88541', '88541', NULL, 'The Britannia Steam Ship Insurance Association Europe', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-09-25', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-09-25 15:26:32', '2024-09-25 16:09:09'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241034', '국적', '일반선박', '산물선', 'N', 'D8BL', '9875056', '외항', 'PAN TALISMAN', 'PAN OCEAN CO.,LTD.', '35835', '35835', NULL, 'NorthStandard Limited', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2024-09-23', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-09-25 15:50:16', '2024-09-25 15:55:09'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221051', '국적', '일반선박', '산물선', 'N', 'D7DW', '9382695', '외항', 'ENY', 'STX SUN ACE SHIPPING CO., LTD.', '29988', '29988', '53525', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-09-13', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-09-27 11:21:19', '2024-09-27 13:25:07'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('151032', '국적', '일반선박', '산물선', 'N', 'D7BA', '9323302', '외항', 'SUN EASTERN', 'STX SUN ACE SHIPPING CO., LTD.', '4562', '4562', '6726', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-02-20', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-09-27 13:16:36', '2024-09-27 13:35:09'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('069771', '국적', '일반선박', '산물선', 'N', 'DSOY5', '9378383', '외항', 'SUN OCEAN', 'STX SUN ACE SHIPPING CO., LTD.', '5093', '5093', '7107', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-02-20', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-09-27 13:21:06', '2024-10-31 13:30:47'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('121016', '국적', '일반선박', '산물선', 'N', 'DSAJ8', '9268930', '외항', 'SUN GRACE', 'STX SUN ACE SHIPPING CO., LTD.', '19829', '19829', '33745', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-02-20', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-09-27 13:22:25', '2024-10-31 13:29:56'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('131061', '국적', '일반선박', '산물선', 'N', 'D7ME', '9313230', '외항', 'SUN VESTA', 'STX SUN ACE SHIPPING CO., LTD.', '4116', '4116', '6233', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-02-20', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-09-27 13:23:29', '2024-09-27 13:36:26'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('011101', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '제101영진', '(주)인창이앤씨 외 1사', '125', '0', '378', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2024-05-16', '2025-05-15', '대한민국', '부산지방해양수산청', '2024-09-27 15:29:05', '2024-09-27 15:29:05'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('011101', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '제101영진', '(주)인창이앤씨 외 1사', '125', '0', '378', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2024-05-16', '2025-05-15', '대한민국', '부산지방해양수산청', '2024-09-27 15:30:37', '2024-09-27 15:32:51'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241036', '국적', '유조선', '석유제품운반선', 'N', 'D7KM', '9400409', '외항', 'JBU OPAL', 'TAIKUN SHIPPING CO.,LTD.', '11561', '11561', '19864', 'The London Steam-Ship Owners` Mutual Insurance Association Limited', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-09-09', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-09-27 16:54:51', '2024-09-30 09:35:21'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('947796', '국적', '일반선박', '예선', 'N', NULL, '9117155', '기타', '현중201호', '(주)글로벌', '140', '140', '0', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-09-10', '2025-05-15', '대한민국', '울산지방해양수산청', '2024-09-30 17:23:28', '2024-09-30 17:23:28'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('070507', '국적', '유조선', '석유제품운반선', 'N', 'DSPD6', '9166338', '외항', 'GRACE SAMBU', 'SAMBU SHIPPING CO.,LTD.', '1755', '2153', '3368', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-02-20', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-10-04 09:09:06', '2024-10-04 09:18:33'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('030271', '국적', '유조선', '석유제품운반선', 'N', 'DSND9', '9268306', '외항', 'PACIFIC SAMBU', 'SAMBU SHIPPING CO., LTD.', '2403', '2748', '3616', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-02-20', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-10-04 09:20:51', '2024-10-04 09:20:51'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('040933', '국적', '유조선', '석유제품운반선', 'N', 'DSNR6', '9288007', '외항', 'SUNRISE SAMBU', 'SAMBU SHIPPING CO., LTD.', '2403', '2748', '3613', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-02-20', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-10-04 09:22:09', '2024-10-04 09:22:09'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('079952', '국적', '유조선', '석유제품운반선', 'N', 'DSPL3', '9390707', '외항', 'GIANT SAMBU', 'SAMBU SHIPPING CO.,LTD.', '5598', '5598', '7992', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-02-20', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-10-04 09:24:11', '2024-10-04 09:24:11'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('098847', '국적', '유조선', '석유제품운반선', 'N', 'DSQI2', '9431745', '외항', 'LOTUS SAMBU', 'SAMBU SHIPPING CO., LTD.', '5598', '5598', '7986', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-02-20', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-10-04 09:25:48', '2024-10-04 09:25:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('079281', '국적', '유조선', '석유제품운반선', 'N', 'DSPC6', '9337860', '외항', 'GALAXY SAMBU', 'SAMBU SHIPPING CO., LTD.', '2101', '2479', '3414', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-02-20', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-10-04 09:27:35', '2024-10-04 09:27:35'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('150077', '국적', '유조선', '석유제품운반선', 'N', 'D7CV', '9714537', '외항', 'ROYAL SAMBU', 'SAMBU SHIPPING CO., LTD.', '2438', '2778', '3584', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-02-20', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-10-04 09:31:35', '2024-10-04 09:31:35'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('180037', '국적', '유조선', '석유제품운반선', 'N', 'D7TR', '9819442', '외항', 'RISING SAMBU', 'SAMBU SHIPPING CO., LTD.', '2691', '2993', '3477', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-02-20', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-10-04 09:33:20', '2024-10-04 09:33:20'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221064', '국적', '유조선', '석유제품운반선', 'N', 'D7XG', '9760926', '외항', 'INFINITY SAMBU', 'SAMBU SHIPPING CO., LTD.', '3494', '3629', '4393', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-02-20', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-10-04 09:34:11', '2024-10-04 09:34:54'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('167801', '국적', '유조선', '석유제품운반선', 'N', 'D7AT', '9244879', '내항', '티앤 이둔', '태경탱커(주)', '1877', NULL, '3576', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', '2024-10-02', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-10-10 09:45:49', '2024-10-10 09:45:49'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('244807', '국적', '유조선', '석유제품운반선', 'N', NULL, '9596404', '기타', '블루오션', '주식회사 원강해운', '1120', NULL, NULL, 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-09-27', '2025-05-15', '대한민국', '울산지방해양수산청', '2024-10-10 17:41:50', '2024-10-10 17:51:09'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('040484', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '아성호', '(주)광산석유', '145', '0', '439.78', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2024-10-10', '2025-05-15', '대한민국', '부산지방해양수산청', '2024-10-10 18:05:58', '2024-10-10 18:05:58'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('031169', '국적', '유조선', '석유제품운반선', 'N', 'DSNH2', '9287027', '외항', 'WOOJIN PIONEER', 'WOOJIN SHIPPING CO., LTD.', '2362', '2712', '3999', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-02-20', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-10-15 16:39:34', '2024-10-15 16:39:34'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231066', '국적', '유조선', '석유제품운반선', 'N', 'D7JN', '9272814', '외항', 'WOOJIN CHEMI', 'WOOJIN SHIPPING CO.,LTD', '5347', '5347', '8522', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-02-20', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-10-15 16:45:58', '2024-10-15 16:45:58'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('161023', '국적', '유조선', '석유제품운반선', 'N', 'D8CJ', '9269594', '외항', 'WOOJIN EVELYN', 'WOOJIN SHIPPING CO., LTD.', '6976', '6976', '11959', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-02-20', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-10-15 16:48:40', '2024-10-15 16:48:40'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('131032', '국적', '유조선', '석유제품운반선', 'N', 'DSRN8', '9317262', '외항', 'WOOJIN FRANK', 'WOOJIN SHIPPING CO., LTD.', '7143', '7143', '12099', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-02-20', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-10-15 16:50:01', '2024-10-15 16:50:01'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201006', '국적', '유조선', '석유제품운반선', 'N', 'D7WE', '9442665', '외항', 'WOOJIN ELVIS', 'WOOJIN SHIPPING CO., LTD.', '7217', '7217', '12480', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-02-20', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-10-15 17:02:33', '2024-10-15 17:02:33'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241023', '국적', '유조선', '석유제품운반선', 'N', 'D7JV', '9409508', '외항', 'SALVIA', 'WOOJIN SHIPPING CO., LTD.', '7215', '7215', '12906', 'Assuranceforeningen Skuld (Gjensidig)', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-02-20', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-10-15 17:04:46', '2024-10-15 17:06:14'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('171057', '국적', '유조선', '석유제품운반선', 'N', 'D8VO', '9330408', '외항', 'WOOJIN KELLY', 'WOOJIN SHIPPING CO., LTD.', '8254', '8254', '14227', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-02-20', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-10-15 17:08:38', '2024-10-15 17:08:38'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221023', '국적', '유조선', '석유제품운반선', 'N', 'D7FK', '9330381', '외항', 'BEGONIA', 'Woojin Shipping Co., Ltd.', '8259', '8259', '14364', 'Assuranceforeningen Skuld', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-02-20', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-10-15 17:12:26', '2024-10-15 17:12:26'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221084', '국적', '유조선', '석유제품운반선', 'N', 'D7EX', '9304291', '외항', 'CHEMICAL MARKETER', 'Woojin Shipping Co., Ltd.', '8261', '8261', '14298', 'Assuranceforeningen Skuld', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-02-20', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-10-15 17:22:59', '2024-10-15 17:22:59'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('240029', '국적', '유조선', '급유선', 'N', NULL, NULL, '내항', '1명광호', '네이처코퍼레이션(주)', '238', NULL, '636.33', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2024-08-20', '2025-05-15', '대한민국', '부산지방해양수산청', '2024-10-17 10:32:51', '2024-10-17 10:38:33'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241038', '국적', '일반선박', '풀컨테이너선', 'N', 'D7QB', '9760287', '외항', 'HEUNG-A BANGKOK', 'HEUNG A LINE CO., LTD.', '17791', '17791', NULL, 'The Standard Club Asia Ltd', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-10-17', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-10-18 10:23:13', '2024-10-18 10:23:13'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241040', '국적', '일반선박', '풀컨테이너선', 'N', 'D7KO', '9698379', '기타', 'HEUNG-A SARAH', 'HEUNG A LINE CO., LTD.', '9599', '9599', NULL, 'The Standard Club Asia Ltd', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-10-30', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-10-18 15:35:30', '2024-10-18 15:35:30'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('240037', '국적', '유조선', '급유선', 'N', NULL, NULL, '기타', '청해3호', '김연만', '333', NULL, NULL, 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2024-10-08', '2025-05-15', '대한민국', '부산지방해양수산청', '2024-10-18 16:42:52', '2024-10-18 16:43:21'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181007', '국적', '일반선박', '산물선', 'Y', 'D8AA', '9146871', '기타', '씨월드마린', '씨월드고속훼리(주)', '5682', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '2024-05-16', '2025-05-15', '대한민국', '목포지방해양수산청', '2024-10-22 09:40:18', '2024-10-22 09:40:18'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181007', '국적', '일반선박', '산물선', 'N', 'D8AA', '9146871', '내항', '씨월드 마린', '씨월드고속훼리(주)', '5682', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', '2024-05-16', '2025-05-15', '대한민국', '목포지방해양수산청', '2024-10-22 09:49:36', '2024-10-22 09:49:36'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('094156', '국적', '유조선', '석유제품운반선', 'N', 'DSQN4', '9498121', '외항', 'POLARIS', 'DAEHAN METAL CO., LTD.', '11290', '11290', '17599', 'The Standard Club Asia Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-10-18', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-10-22 13:40:36', '2024-10-22 13:40:36'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241037', '국적', '유조선', '석유제품운반선', 'N', 'D7GQ', '9452828', '외항', 'SUPER EASTERN', 'PAN OCEAN CO., LTD.', '8231', '8231', '12824', 'The Standard Club Asia Ltd', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-10-16', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-10-22 14:01:39', '2024-10-22 14:02:12'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('885170', '국적', '유조선', '석유제품운반선', 'N', 'DSHM', NULL, '내항', '8민성호', '(주)금흥', '122', '0', '308.66', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2024-05-16', '2025-05-15', '대한민국', '부산지방해양수산청', '2024-10-24 09:25:31', '2024-10-24 09:25:31'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241039', '국적', '일반선박', '케미칼가스운반선', 'N', 'D7KN', '9336660', '외항', '그린 원', '롯데정밀화학 주식회사', '25937', '25937', '29536', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2024-10-07', '2025-02-20', '대한민국', '인천지방해양수산청', '2024-10-28 13:53:13', '2025-01-14 09:13:10'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('091926', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', '성동2호', '에이치에스지성동조선 주식회사', '71016', NULL, NULL, 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-10-31', '2025-10-31', '대한민국', '마산지방해양수산청', '2024-10-29 08:13:38', '2024-10-29 08:13:38'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('242825', '국적', '유조선', '급유선', 'N', NULL, NULL, '기타', '미르호', '김성준', '370', NULL, '1027', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'Y', 'N', '2024-10-29', '2025-05-15', '대한민국', '여수지방해양수산청', '2024-10-30 16:34:48', '2024-10-30 16:34:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('240025', '국적', '일반선박', 'LPG, LNG선', 'N', 'DSEZ7', '9256729', '외항', 'MARINE GAS', 'E MARINE CO., LTD', '3241', '3435', '3856', 'The Standard Club Asia Ltd', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-09-23', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-10-31 15:37:21', '2024-10-31 15:58:10'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('220046', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '빈체로', '주식회사 부길해운', '198', NULL, '381.61', '한화손해보험(주) Hanwha General Insurance Co.,Ltd.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2024-04-26', '2025-04-26', '대한민국', '부산지방해양수산청', '2024-11-04 09:04:04', '2025-02-20 11:09:13'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241041', '국적', '일반선박', '산물선', 'N', 'D7KR', '9748693', '외항', 'PAN COSMOS', 'PAN OCEAN CO., LTD.', '106510', '106510', NULL, 'The Britannia Steam Ship Insurance Association Europe', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-10-18', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-11-04 09:39:42', '2024-11-04 09:39:42'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241042', '국적', '일반선박', '산물선', 'N', 'D7KP', '9333266', '외항', 'STAR MANN', 'PORTMANN CO.,LTD', '29961', '29961', NULL, '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-10-24', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-11-07 14:14:52', '2024-11-07 14:14:52'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241043', '국적', '일반선박', '자동차 운반선', 'N', 'D7KX', '9519133', '외항', 'MORNING CELINE', 'EUKOR CAR CARRIERS INC', '60931', '60931', NULL, 'Skuld Mutual Protection and Indemnity Association (Bermuda) Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-11-05', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-11-07 16:38:25', '2024-11-07 16:44:25'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('95121476260004', '국적', '일반선박', '어선', 'N', '6MXF', '7408299', '어선', 'NO.7 DAE YANG', 'SHIN HAE FISHERIES CO., LTD', '729', '729', '438.327', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'N', 'N', 'Y', 'N', 'N', 'N', 'N', '2024-11-08', '2025-11-08', '대한민국', '부산지방해양수산청', '2024-11-08 14:03:58', '2024-11-08 14:03:58'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('220007', '국적', '유조선', '석유제품운반선', 'N', '318무성호', NULL, '내항', '무성', '(주)이수해운', '291', NULL, '776.23', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2024-11-14', '2025-11-14', '대한민국', '부산지방해양수산청', '2024-11-12 13:58:32', '2025-08-07 13:46:34'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('224820', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '대일', '주식회사 이수해운', '293', NULL, '776.23', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2024-11-14', '2025-11-14', '대한민국', '부산지방해양수산청', '2024-11-12 14:02:15', '2025-08-07 13:45:44'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('224805', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '덕성2호', '주식회사 태진마린', '819', NULL, '1623.16', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2024-11-14', '2025-11-14', '대한민국', '부산지방해양수산청', '2024-11-12 14:08:23', '2024-11-12 14:08:23'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('140035', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '동방7호', '(주)태진해운', '843', '0', '2022', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2024-11-14', '2025-11-14', '대한민국', '부산지방해양수산청', '2024-11-12 14:09:53', '2024-11-12 14:09:53'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('230012', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '7민성호', '(주)금후', '198', NULL, '393', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2024-11-14', '2025-11-14', '대한민국', '부산지방해양수산청', '2024-11-12 17:26:39', '2024-11-12 17:26:39'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('066632', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '동성9호', '용진해상급유(주)', '263', '0', '484.1', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2024-11-14', '2025-11-14', '대한민국', '부산지방해양수산청', '2024-11-12 17:28:05', '2024-11-12 17:28:05'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('956644', '국적', '일반선박', '예선', 'N', 'DSEE3', '9142899', '기타', '대상프론티어호(DAESANG FRONTIER)', '대상해운 주식회사', '510', '510', '626', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-05-16', '2025-05-15', '대한민국', '울산지방해양수산청', '2024-11-13 14:22:08', '2024-11-13 14:22:08'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('230043', '국적', '일반선박', '부선', 'N', NULL, NULL, '외항', 'PIN20002', 'IMPACT. CO., LTD.', '5245', '5245', '7700', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-02-20', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-11-15 16:10:12', '2024-11-15 16:10:12'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241044', '국적', '유조선', '석유제품운반선', 'N', 'D7LE', '9845154', '외항', 'V. PROGRESS', 'HYUNDAI GLOVIS CO.,LTD', '153905', '153905', NULL, 'NorthStandard Limited', 'Y', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', '2024-11-15', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-11-15 16:21:37', '2024-11-15 16:21:56'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('190026', '국적', '유조선', '급유선', 'N', NULL, NULL, '내항', '21부영호', '(주)지앤비마린서비스', '995', '0', '2442.47', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2024-05-16', '2025-05-15', '대한민국', '부산지방해양수산청', '2024-11-20 08:56:07', '2024-11-20 08:56:07'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('20110036261407', '국적', '일반선박', '어선', 'N', '6KSO', '9897080', '어선', 'NO.801 SEUNG JIN', 'Ocean Fishing Safety Fund No.1 Co., Ltd.', '1336', '1336', '876.234', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2024-11-18', '2025-11-18', '대한민국', '부산지방해양수산청', '2024-11-20 09:26:42', '2024-11-20 09:37:50'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241045', '국적', '유조선', '석유제품운반선', 'N', 'DSEW2', '1016501', '외항', 'BS HAIPHONG', 'YENTEC CO., LTD.', '8593', '8593', '12923', 'Assuranceforeningen Skuld (Gjensidig)', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-11-20', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-11-21 11:16:15', '2024-11-21 11:19:02'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('242826', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '기타', '우승호', '주식회사 세윤선박', '298', NULL, '806', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'Y', 'N', '2024-10-30', '2025-05-15', '대한민국', '여수지방해양수산청', '2024-11-21 19:31:56', '2024-11-22 09:09:24'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('20110026261408', '국적', '일반선박', '어선', 'N', '6KSM', '9897078', '어선', 'AGNES 110', 'Ocean Fishing Safety Fund No.2 Co., Ltd.', '1336', '1336', '897.451', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2024-02-20', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-11-22 09:42:50', '2024-11-22 09:42:50'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('040544', '국적', '일반선박', '예선', 'N', 'DSPG9', '9204207', '외항', '에스에스 티7', 'DAEUN SHIPPING CO.,LTD.', '298', '462', '0', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-08-21', '2025-05-15', '대한민국', '부산지방해양수산청', '2024-11-27 10:07:30', '2024-11-27 10:07:30'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241048', '국적', '일반선박', '산물선', 'N', 'D7LH', '9478511', '외항', '에스제이 콜롬보', '삼주마리타임 주식회사', '31544', '31544', '55989', 'The London Steam-Ship Owners` Mutual Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-11-23', '2025-02-20', '대한민국', '인천지방해양수산청', '2024-11-28 11:17:34', '2024-11-28 11:17:34'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241048', '국적', '일반선박', '산물선', 'N', 'D7LH', '9478511', '외항', 'SJ COLOMBO', '삼주마리타임 주식회사', '31544', '31544', '55989', 'The London Steam-Ship Owners` Mutual Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-11-27', '2025-02-20', '대한민국', '인천지방해양수산청', '2024-11-28 11:18:25', '2024-12-02 13:05:53'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('132807', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '기타', '209현대호', '박영기외1명', '320', '0', NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2024-11-25', '2025-05-15', '대한민국', '울산지방해양수산청', '2024-11-28 11:23:05', '2024-11-28 11:23:05'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241049', '국적', '일반선박', 'LPG, LNG선', 'N', 'D7NA', '9434541', '외항', 'MS SHARON', 'MYUNGSHIN SHIPPING CO.,LTD.', '3493', '3493', '3996', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-11-20', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-11-29 10:40:49', '2024-11-29 10:40:49'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('21120016261405', '국적', '일반선박', '어선', 'N', '6KSR', '9929481', '외항', 'No.805 TongYoung', 'Ocean Fishing Safety Fund No.4 Co., Ltd.', '1336', '1336', NULL, '현대해상화재보험(주) Hyundai Marine &amp;amp;amp;amp;amp;amp; Fire Insurance Co.,Ltd.', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2023-12-06', '2024-12-06', '대한민국', '부산지방해양수산청', '2024-11-29 14:43:44', '2024-11-29 14:43:44'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('951271', '국적', '유조선', '석유제품운반선', 'N', 'DSED4', '9137064', '내항', '다이아오션호', '주식회사 원강해운', '2831', '2831', '4700', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-12-02', '2025-05-15', '대한민국', '울산지방해양수산청', '2024-12-02 17:25:10', '2024-12-02 17:26:34'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241051', '국적', '일반선박', '산물선', 'N', 'D7KQ', '9748708', '외항', 'PAN DELIGHT', 'PAN OCEAN CO., LTD.', '106077', '106077', '208384', 'The Britannia Steam Ship Insurance Association Europe', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-11-28', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-12-03 08:59:54', '2024-12-03 14:30:51'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241047', '국적', '일반선박', '산물선', 'N', 'D7KU', '9621390', '외항', 'PAN MUTIARA', 'PAN OCEAN CO., LTD.', '44003', '44003', '81177', 'The Britannia Steam Ship Insurance Association Europe', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-11-26', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-12-03 09:18:13', '2024-12-03 09:21:50'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241050', '국적', '일반선박', '산물선', 'N', 'D7LI', '9453494', '외항', 'PAN VIVA', 'PAN OCEAN CO., LTD.', '41106', '41106', '75026', 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-11-28', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-12-03 09:27:55', '2024-12-03 09:27:55'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('085633', '국적', '일반선박', '산물선', 'N', 'DSPW3', '9129067', '내항', '광양12호(KWANGYANG 12)', '동아물류 주식회사', '2440', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-11-22', '2025-05-15', '대한민국', '제주지방해양수산청', '2024-12-03 21:53:05', '2024-12-03 21:53:05'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241053', '국적', '유조선', '석유제품운반선', 'N', 'D7KW', '9296884', '외항', 'DS ROSA', 'DUKSAN P&amp;V CO.,LTD', '11615', '11615', '19806', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-12-02', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-12-04 14:40:20', '2024-12-04 14:50:01'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('081791', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '15대신호', '(주)대신쉬핑', '149', NULL, '402.54', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2024-11-28', '2025-05-15', '대한민국', '부산지방해양수산청', '2024-12-04 18:24:33', '2024-12-04 18:28:21'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('141033', '국적', '유조선', '석유제품운반선', 'N', 'D7NK', '9322994', '내항', 'INTRANS EDY', '주식회사 인트란스', '7699', '7699', '3266', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', '2024-11-03', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-12-05 09:38:08', '2024-12-05 09:39:29'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('130079', '국적', '유조선', '석유제품운반선', 'N', NULL, '9699531', '내항', '대정', '주식회사 오티에스', '424', '0', '1050.16', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2024-05-16', '2025-05-15', '대한민국', '부산지방해양수산청', '2024-12-05 17:50:51', '2024-12-06 13:15:52'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('2310003-636140', '국적', '일반선박', '어선', 'N', '6KAG', '9995650', '외항', 'SUR ESTE 701', 'Ocean Fishing Safety Fund NO.7., Ltd.', '1612', '2012', '1139.55', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2024-02-20', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-12-06 08:57:01', '2024-12-06 08:57:01'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('23100036261403', '국적', '일반선박', '어선', 'N', '6KAG', '9995650', '외항', 'SUR ESTE 701', 'Ocean Fishing Safety Fund NO.7., Ltd.', '1612', '2012', '1139.55', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2024-02-20', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-12-06 09:01:26', '2024-12-06 09:01:26'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('23100026261404', '국적', '일반선박', '어선', 'N', '6KAF', '999648', '외항', 'SUR ESTE 703', 'Ocean Fishing Safety Fund NO.6., Ltd.', '1612', '2012', '1139.55', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2024-02-20', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-12-06 09:18:35', '2024-12-06 09:18:35'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181061', '국적', '일반선박', '기타선', 'N', 'D7SZ', '9365439', '외항', 'S FREDDIE', 'STX SUN ACE SHIPPING CO.,LTD', '4594', '4594', '6572', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-12-01', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-12-06 15:50:53', '2024-12-09 11:02:52'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241054', '국적', '유조선', '석유제품운반선', 'N', 'D7GR', '9452830', '외항', 'SUPER FORTE', 'PAN OCEAN CO., LTD', '8231', '8231', '12814', 'NorthStandard Limited', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-12-06', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-12-12 10:55:28', '2024-12-12 11:00:08'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241057', '국적', '일반선박', '자동차 운반선', 'N', 'D7LK', '9706994', '외항', 'GLOVIS CROWN', 'HYUNDAI GLOVIS CO., LTD', '34751', '59968', NULL, 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-12-10', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-12-12 11:07:16', '2024-12-12 11:07:16'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('21110016261407', '국적', '일반선박', '어선', 'N', '6KSQ', '9929467', '외항', 'DREAM PARK', 'Ocean Fishing Safety Fund No.3 Co., Ltd.', '1337', '1337', '868', '현대해상화재보험(주) Hyundai Marine &amp; Fire Insurance Co.,Ltd.', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2024-02-20', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-12-12 13:25:42', '2024-12-12 14:26:34'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('21110026261406', '국적', '일반선박', '어선', 'N', '6KSS', '9929479', '외항', 'C M PARK', 'Ocean Fishing Safety Fund No.5 Co., Ltd.', '1337', '1337', NULL, '현대해상화재보험(주) Hyundai Marine &amp;amp;amp;amp; Fire Insurance Co.,Ltd.', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2024-08-17', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-12-12 13:55:00', '2024-12-12 14:26:03'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('040544', '국적', '일반선박', '예선', 'N', 'DSPG9', '9204207', '외항', 'SS T7', 'SEAN SHIPPING CO.,LTD', '298', '462', '0', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-12-12', '2025-05-15', '대한민국', '부산지방해양수산청', '2024-12-12 17:38:12', '2024-12-12 17:41:56'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('21120016261405', '국적', '일반선박', '어선', 'N', '6KSR', '9929481', '외항', 'No.805 TongYoung', 'Ocean Fishing Safety Fund No.4 Co., Ltd.', '1336', '1336', NULL, '현대해상화재보험(주) Hyundai Marine &amp;amp;amp;amp;amp;amp;amp; Fire Insurance Co.,Ltd.', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2024-12-06', '2025-02-19', '대한민국', '부산지방해양수산청', '2024-12-16 10:45:11', '2024-12-16 10:45:11'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241058', '국적', '일반선박', '산물선', 'N', 'D7LN', '9577549', '외항', 'WESTERN MARINE', '(주)한성라인', '63624', '63624', '114583', 'The Standard Club Asia Ltd', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-12-18', '2025-02-20', '대한민국', '인천지방해양수산청', '2024-12-17 09:37:31', '2024-12-17 19:19:39'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('084531', '국적', '일반선박', '기타선', 'N', 'DSQD6', '8410809', '기타', '케이7호', '창덕해운(주)', '7772', '7772', NULL, 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', 'N', '2024-12-17', '2025-12-16', '대한민국', '인천지방해양수산청', '2024-12-17 13:26:56', '2024-12-17 13:26:56'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('140070', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', '에스앤에이치 1500호', '금용해양산업 주식회사', '4971', NULL, NULL, 'The Shipowners` Mutual Protection & Indemnity Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-10-24', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-12-17 16:17:48', '2024-12-17 16:38:16'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241059', '국적', '일반선박', '풀컨테이너선', 'N', 'D7LR', '9312418', '외항', 'HMM CEBU', '에이치엠엠(주)', '25406', '25406', '33868', 'Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-12-17', '2025-02-20', '대한민국', '인천지방해양수산청', '2024-12-18 13:18:48', '2024-12-18 13:22:06'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241055', '국적', '일반선박', '산물선', 'N', 'D7UH', '9548316', '외항', 'PAN IVY', 'PAN OCEAN CO., LTD.', '20865', '20865', NULL, 'The Britannia Steam Ship Insurance Association Europe', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-12-11', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-12-18 17:51:26', '2024-12-18 17:51:26'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241012', '국적', '일반선박', '산물선', 'N', 'D7GT', '9322762', '외항', 'HOPE MANN', 'PORTMANN SHIPIING CO., LTD', '30002', '30002', '53474', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-04-01', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-12-19 08:31:20', '2024-12-19 08:41:49'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211013', '국적', '일반선박', '산물선', 'N', 'D7VX', '9258337', '외항', 'ROSE MANN', 'PORTMANN SHIPPING CO., LTD.', '27306', '27306', '47305', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-02-20', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-12-19 08:37:11', '2024-12-19 08:37:11'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241012', '국적', '일반선박', '산물선', 'N', 'D7GT', '9322762', '외항', 'HOPE MANN', 'PORTMANN SHIPIING CO., LTD', '30002', '30002', '53474', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2024-12-19 08:43:50', '2024-12-19 08:43:50'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211013', '국적', '일반선박', '산물선', 'N', 'D7VX', '9258337', '외항', 'ROSE MANN', 'PORTMANN SHIPPING CO., LTD.', '27306', '27306', '47305', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2024-12-19 08:45:35', '2024-12-19 08:47:54'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241042', '국적', '일반선박', '산물선', 'N', 'D7KP', '9333266', '외항', 'STAR MANN', 'PORTMANN CO.,LTD', '29961', '29961', NULL, '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2024-12-19 09:27:50', '2024-12-19 09:27:50'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241060', '국적', '일반선박', '풀컨테이너선', 'N', 'D7LL', '9689653', '외항', 'SUNNY DAISY', 'KOREA MARINE TRANSPORT CO., LTD.', '9867', '9867', NULL, 'The Britannia Steam Ship Insurance Association Europe', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-12-16', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-12-19 09:54:07', '2024-12-19 09:54:07'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('000000', '국적', '유조선', '석유제품운반선', 'N', NULL, '9279563', '내항', 'HAE WON HO', '(주)해원상사', '499', '499', '1999.61', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2024-12-21', '2025-05-15', '대한민국', '부산지방해양수산청', '2024-12-20 13:12:19', '2024-12-20 13:14:59'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181044', '국적', '일반선박', '산물선', 'N', 'D7TN', '9365427', '외항', '에스 머큐리', '에스티엑스썬에이스해운 주식회사', '4594', '4594', NULL, '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-12-16', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-12-23 15:16:18', '2024-12-23 15:20:32'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('17080036261107', '국적', '일반선박', '어선', 'N', '6KMD', '8804282', '외항', 'NO.103 KUMYANG', 'KHANA MARINE LTD.', '380', '1178', '849.628', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2024-12-23 15:38:08', '2024-12-23 15:38:08'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241061', '국적', '일반선박', '풀컨테이너선', 'N', 'D7LP', '9693927', '기타', 'HEUNG-A JANICE', 'HEUNG A LINE CO., LTD.', '9998', '9998', NULL, 'The Standard Club Asia Ltd', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2024-12-30', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-12-23 16:45:29', '2024-12-23 16:45:29'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('212803', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '다인3호', '(주)세윤선박', '220', NULL, '604.79', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2024-12-12', '2025-05-15', '대한민국', '여수지방해양수산청', '2024-12-26 13:44:10', '2024-12-26 13:44:10'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('212803', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '다인3호', '(주)세윤선박', '220', NULL, '604.79', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2024-12-12', '2025-05-15', '대한민국', '부산지방해양수산청', '2024-12-26 13:57:50', '2024-12-26 13:59:44'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('094156', '국적', '유조선', '석유제품운반선', 'N', 'DSQN4', '9498121', '외항', 'POLARIS', 'DS SHIPPING CO., LTD.', '11290', '11290', '17599', 'The Standard Club Asia Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-12-23', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-12-27 09:27:37', '2024-12-27 09:27:37'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241062', '국적', '일반선박', '자동차 운반선', 'N', 'D7LM', '9519145', '외항', 'MORNING CORNELIA', '유코카캐리어스 주식회사', '61002', '61002', NULL, 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-12-19', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-12-27 16:15:01', '2024-12-30 13:10:25'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221049', '국적', '일반선박', 'LPG, LNG선', 'N', 'D7FW', '9240134', '외항', 'INWANG', 'LX Pantos Co.,Ltd.', '8720', '8720', '9337', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2024-12-27 16:55:26', '2024-12-27 16:55:26'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241063', '국적', '유조선', '석유제품운반선', 'N', 'D7LW', '9381330', '외항', 'ROYAL CRYSTAL 7', '인피쎄스해운 주식회사', '8539', '8539', '13080', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-12-23', '2025-02-20', '대한민국', '부산지방해양수산청', '2024-12-30 15:15:56', '2024-12-31 09:37:13'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241064', '국적', '일반선박', '산물선', 'N', 'D7KL', '9722106', '외항', 'PAN KOMIPO', 'PAN OCEAN CO.,LTD.', '79560', '79560', NULL, 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-12-27', '2025-02-20', '대한민국', '부산지방해양수산청', '2025-01-03 15:57:42', '2025-01-03 15:58:29'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211041', '국적', '유조선', '석유제품운반선', 'N', 'D7WM', '9730957', '외항', 'BUSAN PIONEER', 'POSCO INTERNATIONAL CORPORATION', '2344', '2696', '3497', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-10-01', '2025-02-20', '대한민국', '부산지방해양수산청', '2025-01-06 11:18:42', '2025-01-06 11:22:57'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211041', '국적', '유조선', '석유제품운반선', 'N', 'D7WM', '9730957', '외항', 'BUSAN PIONEER', 'POSCO INTERNATIONAL CORPORATION', '2344', '2696', '3497', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-06 11:25:44', '2025-01-06 11:25:44'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211038', '국적', '유조선', '석유제품운반선', 'N', 'D7WK', '9730969', '외항', 'ULSAN PIONEER', 'POSCO INTERNATIONAL CORPORATION', '2344', '2696', '3497', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-10-01', '2025-02-20', '대한민국', '부산지방해양수산청', '2025-01-06 18:22:28', '2025-01-06 18:24:27'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211038', '국적', '유조선', '석유제품운반선', 'N', 'D7WK', '9730969', '외항', 'ULSAN PIONEER', 'POSCO INTERNATIONAL CORPORATION', '2344', '2696', '3497', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-06 18:25:56', '2025-01-06 18:25:56'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211032', '국적', '유조선', '석유제품운반선', 'N', 'D7WI', '9730971', '외항', 'ASIAN PIONEER', 'POSCO INTERNATIONAL CORPORATION', '8294', '8294', '12423', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-10-01', '2025-02-20', '대한민국', '부산지방해양수산청', '2025-01-06 18:27:46', '2025-01-06 18:27:46'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211032', '국적', '유조선', '석유제품운반선', 'N', 'D7WI', '9730971', '외항', 'ASIAN PIONEER', 'POSCO INTERNATIONAL CORPORATION', '8294', '8294', '12423', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-06 18:31:38', '2025-01-06 18:31:38'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211040', '국적', '유조선', '석유제품운반선', 'N', 'D7WL', '9730983', '외항', 'NO.2 ASIAN PIONEER', 'POSCO INTERNATIONAL CORPORATION', '8294', '8294', '12421', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-10-01', '2025-02-20', '대한민국', '부산지방해양수산청', '2025-01-06 18:33:50', '2025-01-06 18:33:50'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211040', '국적', '유조선', '석유제품운반선', 'N', 'D7WL', '9730983', '외항', 'NO.2 ASIAN PIONEER', 'POSCO INTERNATIONAL CORPORATION', '8294', '8294', '12421', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-06 18:34:28', '2025-01-06 18:34:28'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251001', '국적', '일반선박', '풀컨테이너선', 'N', 'D7LT', '9308663', '외항', 'HMM MANILA', '에이치엠엠(주)', '24181', '24181', '30832', 'Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-12-22', '2025-02-20', '대한민국', '인천지방해양수산청', '2025-01-07 20:47:25', '2025-01-08 08:15:00'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251002', '국적', '일반선박', '풀컨테이너선', 'N', 'D7LV', '9308675', '외항', 'HMM DAVAO', '에이치엠엠(주)', '24181', '24181', '33868', 'The Steamship Mutual Underwriting Association (Bermuda) Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-12-29', '2025-02-20', '대한민국', '인천지방해양수산청', '2025-01-07 20:50:52', '2025-01-08 08:13:52'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('95123446260005', '국적', '일반선박', '어선', 'N', 'DTZJ', '9041992', '어선', 'SAE IN No.1', 'JEONGIL CORPORATION', '794', '794', '646.26', '현대해상화재보험(주) Hyundai Marine &amp; Fire Insurance Co.,Ltd.', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-08 10:06:07', '2025-01-08 10:06:07'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('10100026261107', '국적', '일반선박', '어선', 'N', 'DTBY6', '8708074', '외항', 'SAE IN No.3', 'JEONGIL CORPORATION', '1106', '1106', '743.105', '현대해상화재보험(주) Hyundai Marine &amp; Fire Insurance Co.,Ltd.', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-08 10:54:03', '2025-01-08 10:54:03'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('10100016261108', '국적', '일반선박', '어선', 'N', 'DTBY7', '8708141', '어선', 'SAE IN No.5', 'JEONGIL CORPORATION', '1123', '1123', '745.28', '현대해상화재보험(주) Hyundai Marine &amp; Fire Insurance Co.,Ltd.', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-08 10:56:02', '2025-01-08 10:56:02'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('95124186260006', '국적', '일반선박', '어선', 'N', '6LRR', '9042051', '어선', 'SAE IN No.7', 'JEONGIL CORPORATION', '794', '794', '670.99', '현대해상화재보험(주) Hyundai Marine &amp; Fire Insurance Co.,Ltd.', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-08 10:58:32', '2025-01-08 10:58:32'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('95100656260007', '국적', '일반선박', '어선', 'N', '6MOR', '8827583', '어선', 'SAE IN No.9', 'JEONGIL CORPORATION', '951', '951', '667.432', '현대해상화재보험(주) Hyundai Marine &amp; Fire Insurance Co.,Ltd.', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-08 11:01:41', '2025-01-08 11:01:41'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('05080016261104', '국적', '일반선박', '어선', 'N', 'DTBP9', '8505977', '어선', 'SAE IN LEADER', 'JEONGIL CORPORATION', '3012', '3255', '2522', '현대해상화재보험(주) Hyundai Marine &amp; Fire Insurance Co.,Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-08 11:56:50', '2025-01-08 11:56:50'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('95050736210008', '국적', '일반선박', '어선', 'N', '6LZT', '7042538', '어선', 'SAE IN CHAMPION', 'JEONGIL CORPORATION', '3201', '3201', '3735', '현대해상화재보험(주) Hyundai Marine &amp; Fire Insurance Co.,Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-08 11:57:43', '2025-01-08 11:57:43'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('03100016261407', '국적', '일반선박', '어선', 'N', 'DTBN5', '7923847', '어선', 'NO.101 EUN HAE', 'SUN MIN FISHERIES CO.,LTD.', '741', '741', '629.511', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-01-31', '2026-01-31', '대한민국', '부산지방해양수산청', '2025-01-08 17:14:39', '2025-01-08 17:14:39'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('14100016261100', '국적', '일반선박', '어선', 'N', '6KCD6', '8712659', '어선', 'NO.107 EUN HAE', 'SUN MIN FISHERIES CO.,LTD.', '1129', '1129', '978.324', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-01-31', '2026-01-31', '대한민국', '부산지방해양수산청', '2025-01-08 17:23:54', '2025-01-08 17:23:54'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('14090016261103', '국적', '일반선박', '어선', 'N', '6KCD3', '8609670', '어선', 'NO.109 EUN HAE', 'SUN MIN FISHERIES CO.,LTD.', '997', '997', '910.867', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-01-31', '2026-01-31', '대한민국', '부산지방해양수산청', '2025-01-08 17:25:36', '2025-01-08 17:25:36'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('983224', '국적', '일반선박', '부선', 'N', NULL, NULL, '외항', 'JIMIN501', 'METRO SHIPPING CO.,LTD.', '4830', '4830', '9521', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-08 17:34:16', '2025-01-08 17:34:16'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('08070016261100', '국적', '일반선박', '어선', 'N', 'DTBU9', '8708165', '어선', 'NO.108 EUN HAE', 'HYUNWON FISHERIES CO., LTD', '1128', '1128', '644.301', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-01-31', '2026-01-31', '대한민국', '부산지방해양수산청', '2025-01-08 17:38:58', '2025-01-08 17:38:58'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('160064', '국적', '유조선', '석유제품운반선', 'N', NULL, '9396438', '내항', '제1은희호', '(주)필코마린', '2458', NULL, '4758', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-01-09', '2026-01-09', '대한민국', '부산지방해양수산청', '2025-01-09 13:10:06', '2025-01-09 13:10:06'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221069', '국적', '일반선박', '산물선', 'N', 'D7EN', '9373113', '외항', 'DK IWAY', 'Intergis Company Limited', '1617', '2017', '3429', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-10 16:57:04', '2025-01-10 16:57:18'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('131053', '국적', '일반선박', '산물선', 'N', 'D7LF', '9234771', '외항', 'DK ILIOS', 'INTERGIS CO., LTD.', '7433', '7433', '11248', 'The North of England Protecting & Indemnity Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-10 17:05:42', '2025-01-10 17:05:42'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221090', '국적', '일반선박', '산물선', 'N', 'D7HS', '9643647', '외항', 'DK ITONIA', 'INTERGIS CO., LTD.', '9413', '9413', '12547', 'The North of England Protecting & Indemnity Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-10 17:07:10', '2025-01-10 17:07:10'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('141080', '국적', '일반선박', '산물선', 'N', 'D8DC', '9294769', '외항', 'DK IMAN', 'LX Pantos Co., Ltd.', '4562', '4562', '6725', 'The North of England Protecting & Indemnity Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-10 17:08:15', '2025-01-10 17:08:15'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251003', '국적', '일반선박', '풀컨테이너선', 'N', 'DSAC3', '9595797', '외항', 'SKY HOPE', '천경해운 주식회사', '9742', '9742', NULL, '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-02-20', '2025-02-20', '대한민국', '부산지방해양수산청', '2025-01-13 17:25:51', '2025-01-13 17:25:51'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('050619', '국적', '일반선박', '시멘트 운반선', 'N', NULL, '9003251', '내항', '한라3호', '(주)태크마린', '4881', '0', '8309', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-13 17:26:46', '2025-01-13 17:26:46'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('160022', '국적', '일반선박', '시멘트 운반선', 'N', NULL, '9318656', '내항', '오션콩코드2', '(주)태크마린', '7332', NULL, '14403', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-13 17:28:25', '2025-01-13 17:28:25'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('050626', '국적', '일반선박', '시멘트 운반선', 'N', NULL, '9003263', '내항', '한라프론티어호', '(주)태크마린', '4881', NULL, '8309', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-13 17:29:14', '2025-01-13 17:29:14'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('050601', '국적', '일반선박', '시멘트 운반선', 'N', NULL, '9003249', '내항', '한라2호', '(주)태크마린', '4881', '0', '8309', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-13 17:30:02', '2025-01-13 17:30:02'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('131016', '국적', '유조선', '석유제품운반선', 'N', 'D8BV', '9657519', '외항', 'JS ONSAN', 'JISUNG SHIPPING CO., LTD.', '4091', '4091', '5881', 'Assuranceforeningen Gard', 'Y', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-13 17:48:50', '2025-01-13 17:48:50'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('161030', '국적', '유조선', '석유제품운반선', 'N', 'DSMA9', '9796028', '외항', 'JS JIANGYIN', 'JISUNG ENERGY CO., LTD.', '5060', '5060', '7507', 'Assuranceforeningen Gard', 'Y', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-13 17:52:11', '2025-01-13 17:52:11'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('190002', '국적', '일반선박', '기타선', 'N', 'D7TU', '9807279', '외항', 'HANNARA', '국립한국해양대학교(교육부)', '9196', '9196', '3670', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-14 17:33:57', '2025-01-14 17:33:57'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('050948', '국적', '일반선박', '기타선', 'N', 'DSON4', '9300960', '외항', 'HANBADA', 'KOREA MARITIME AND OCEAN UNIVERSITY', '6686', '6686', '2636', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-14 17:41:08', '2025-01-14 17:41:08'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211006', '국적', '유조선', '석유제품운반선', 'N', 'D7AC', '9414319', '외항', 'NOEL', 'KOREA SHIPMANAGERS CO., LTD.', '8625', '8625', '13091', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-14 17:48:31', '2025-01-20 09:10:45'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251004', '국적', '일반선박', '산물선', 'N', 'D7LX', '9524229', '외항', 'PRINCESS', 'SHL MARITIME CO., LTD.', '4713', '4713', '7142', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-01-10', '2025-02-20', '대한민국', '부산지방해양수산청', '2025-01-14 17:59:56', '2025-01-14 17:59:56'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('069871', '국적', '일반선박', '산물선', 'N', 'DSOY4', '9400435', '외항', 'TY IRIS', '태영상선 주식회사', '4105', '4105', '6440', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-01-14 19:12:28', '2025-01-14 19:47:32'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('079440', '국적', '일반선박', '산물선', 'N', 'DSPF4', '9403920', '외항', 'TY EVER', '태영상선 주식회사', '4105', '4105', '6440', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-01-14 19:47:15', '2025-01-14 19:50:49'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181037', '국적', '일반선박', '산물선', 'N', 'D7TF', '9841328', '외항', 'TY LUCKY', '태영상선 주식회사', '2271', '2632', '1027', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-01-14 20:06:43', '2025-01-14 20:06:43'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181051', '국적', '일반선박', '산물선', 'N', 'D7TO', '9841330', '외항', 'TY MERRY', '태영상선 주식회사', '2271', '2632', '3700', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-01-14 20:16:01', '2025-01-14 20:16:01'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('171010', '국적', '일반선박', '산물선', 'N', 'D7TY', '9814624', '외항', 'TY JOY', '태영상선 주식회사', '2252', '2615', '3700', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-01-14 20:55:56', '2025-01-14 20:55:56'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('171029', '국적', '일반선박', '산물선', 'N', 'D7SS', '9814636', '외항', 'TY HAPPY', '태영상선 주식회사', '2252', '2615', '370', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-01-14 20:58:49', '2025-01-14 20:58:49'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('092166', '국적', '일반선박', '산물선', 'N', 'DSQJ2', '9472050', '외항', 'TY GLORIA', '태영상선 주식회사', '4105', '4105', '6440', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-01-14 21:00:55', '2025-01-14 21:00:55'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('094294', '국적', '일반선박', '산물선', 'N', 'DSQM9', '9565209', '외항', 'TY NOBLE', '태영상선 주식회사', '4105', '4105', '6227', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-01-14 21:02:22', '2025-01-14 21:02:22'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201066', '국적', '일반선박', '산물선', 'N', 'D7VC', '9899686', '외항', 'TY BONNY', '태영상선 주식회사', '2252', '2615', '3700', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-01-14 21:05:11', '2025-01-14 21:05:11'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211003', '국적', '일반선박', '산물선', 'N', 'D7VP', '9899698', '외항', 'TY PONY', '태영상선 주식회사', '2252', '2615', '3617', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-01-14 21:06:51', '2025-01-14 21:06:51'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201047', '국적', '일반선박', '풀컨테이너선', 'N', 'D8TI', '9281358', '외항', 'TY INCHEON', '태영상선 주식회사', '7726', '7726', '10676', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-01-14 21:08:36', '2025-01-14 21:08:36'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201040', '국적', '일반선박', '산물선', 'N', 'D7KT', '9470313', '외항', 'KHARIS TRINITY', 'KHARIS SHIPPING CO., LTD.', '17018', '17018', '28368', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-15 14:12:10', '2025-01-15 14:12:10'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('161006', '국적', '일반선박', '풀컨테이너선', 'N', 'D8BG', '9402512', '외항', 'KHARIS HERITAGE', 'KHARIS SHIPPING CO., LTD.', '12545', '12545', '15222', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-15 14:15:31', '2025-01-15 14:15:31'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191020', '국적', '일반선박', '산물선', 'N', 'D7WD', '9455648', '외항', 'WOOYANG DANDY', 'Korea Shipmanagers Co., Ltd.', '32987', '32987', '56819', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-16 08:51:37', '2025-01-20 08:12:28'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231036', '국적', '일반선박', '산물선', 'N', 'D7IK', '9782326', '외항', 'WOOYANG IVY', 'WOOYANG SHIPPING CO., LTD.', '35832', '35832', '63590', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-16 08:54:07', '2025-01-16 08:54:07'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221068', '국적', '일반선박', '산물선', 'N', 'D7GN', '9767558', '외항', 'WOOYANG BELOS', 'WOOYANG SHIPPING CO., LTD.', '35832', '35832', '63590', 'The London Steam-Ship Owners` Mutual Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-16 08:56:06', '2025-01-16 08:56:06'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231069', '국적', '일반선박', '산물선', 'N', 'D7JG', '9731391', '외항', 'WOOYANG ELITE', 'WOOYANG SHIPPING CO., LTD.', '26436', '26436', '43368', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-01-16', '2026-01-15', '대한민국', '부산지방해양수산청', '2025-01-16 08:57:28', '2025-01-20 08:14:15'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221047', '국적', '일반선박', '산물선', 'N', 'D7FC', '9638147', '외항', 'WOOYANG CLES', 'WOOYANG SHIPPING CO., LTD.', '25303', '25303', '39202', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-16 08:58:29', '2025-01-16 08:58:29'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('171039', '국적', '일반선박', '산물선', 'N', 'D7EB', '9538256', '외항', 'WOOYANG GLORY', 'WOOYANG SHIPPING CO., LTD.', '1681', '2081', '3593', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-16 09:00:10', '2025-01-20 09:13:59'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('171081', '국적', '일반선박', '산물선', 'N', 'D7BZ', '9421257', '외항', 'WOOYANG HERMES', 'WOOYANG SHIPPING CO., LTD.', '31091', '31091', '54296', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-16 09:01:17', '2025-01-16 09:01:17'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('161052', '국적', '일반선박', '산물선', 'N', 'D8GY', '9793301', '외항', 'KEUM YANG 1', 'KEUM YANG SHIPPING CO., LTD.', '1959', '2347', '3564', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-16 15:58:05', '2025-01-16 15:58:05'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('161053', '국적', '일반선박', '산물선', 'N', 'D8GZ', '9793313', '외항', 'KEUM YANG 2', '금양상선주식회사', '1959', '2347', '3567', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-16 16:01:13', '2025-01-16 16:01:13'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('171008', '국적', '일반선박', '산물선', 'N', 'D7SE', '9793325', '외항', 'KEUM YANG 3', 'KEUM YANG SHIPPING CO., LTD.', '1959', '2347', '3566', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-16 16:02:06', '2025-01-16 16:02:06'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('171015', '국적', '일반선박', '산물선', 'N', 'D7SF', '9793337', '외항', 'KEUM YANG 5', 'KEUM YANG SHIPPING CO., LTD.', '1959', '2347', '3563', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-16 16:03:05', '2025-01-16 16:03:05'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('171053', '국적', '일반선박', '산물선', 'N', 'D7SW', '9793351', '외항', 'KEUM YANG 7', 'KEUM YANG SHIPPING CO., LTD.', '1959', '2347', '3549', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-16 16:03:41', '2025-01-16 16:03:41'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('180001', '국적', '일반선박', '시멘트 운반선', 'N', '302삼표호', '9580223', '내항', 'SAMPYO 2', '삼표해운 주식회사', '5457', NULL, '7390', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-16 17:29:49', '2025-01-16 17:35:49'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('180006', '국적', '일반선박', '산물선', 'N', '313삼표호', '9580235', '내항', 'SAMPYO 3', '삼표해운(주)', '5459', NULL, '7374', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-16 17:38:50', '2025-01-16 17:38:50'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('068821', '국적', '일반선박', '산물선', 'N', '300 진안호', '9358357', '내항', 'JINAN', '삼표해운(주)', '1528', NULL, '3460', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-16 17:41:36', '2025-01-16 17:41:36'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('180042', '국적', '일반선박', '시멘트 운반선', 'N', '305삼표호', '9369150', '내항', 'SAMPYO 5', '삼표해운(주)', '7135', NULL, '11359', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-16 17:44:48', '2025-01-16 17:44:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('160019', '국적', '일반선박', '시멘트 운반선', 'N', 'D8YQ', '9317236', '내항', 'YU JIN', '삼표해운(주)', '4727', NULL, '7727', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-16 17:48:48', '2025-01-16 17:48:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('170011', '국적', '일반선박', '시멘트 운반선', 'N', 'D7RF', '9317224', '외항', 'HAE JIN', 'SAMPYO SHIPPING CORP.', '4723', '4723', '7261', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-16 17:54:55', '2025-01-16 17:58:43'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('160060', '국적', '일반선박', '산물선', 'N', '300리나호', '9355082', '내항', 'LINA', '삼표해운(주)', '6983', NULL, '10237', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-16 18:00:19', '2025-01-16 18:01:13'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('170037', '국적', '일반선박', '시멘트 운반선', 'N', '301삼표호', '9305946', '내항', 'SAMPYO 1', '주식회사 삼표시멘트', '7123', NULL, '11410', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-16 18:02:47', '2025-01-17 09:47:03'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('160049', '국적', '일반선박', '산물선', 'N', '316정진호', '9268564', '내항', 'JUNG JIN', '삼표해운(주)', '7189', NULL, '11331', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-16 18:06:24', '2025-01-16 18:06:24'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211033', '국적', '일반선박', '풀컨테이너선', 'N', 'D7WF', '9383534', '외항', 'SHECAN', 'TECHMARINE CO., LTD.', '9858', '9858', '12559', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-17 08:41:25', '2025-01-17 08:41:25'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231004', '국적', '일반선박', '풀컨테이너선', 'N', 'D7XP', '9641156', '외항', 'WECAN', 'Techmarine Co.,Ltd.', '9910', '9910', '12581', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-17 08:57:04', '2025-01-17 08:57:04'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211042', '국적', '일반선박', '풀컨테이너선', 'N', 'D7WG', '9383546', '외항', 'HECAN', 'TECHMARINE CO., LTD.', '9858', '9858', '12548', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-17 08:58:55', '2025-01-17 08:58:55'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('95121526260007', '국적', '일반선박', '어선', 'N', '6MXT', '7377452', '어선', 'NAMBUKHO', 'NAMBUK FISHERIES CO., LTD.', '5549', '5549', '4538', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-17 13:36:39', '2025-01-17 13:36:39'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221025', '국적', '유조선', '석유제품운반선', 'N', 'D7BJ', '9511105', '외항', 'DAEHO SUNNY', 'DAEHO SHIPPING CO., LTD.', '5459', '5459', '8925', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-17 17:33:05', '2025-01-17 17:39:14'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('081820', '국적', '유조선', '석유제품운반선', 'N', 'DSQD9', '9440239', '외항', 'AROLAKE', 'Arotek Co., Ltd.', '4688', '4688', '6758', 'The Standard Club Asia Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-17 17:38:39', '2025-01-17 17:38:39'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('100569', '국적', '일반선박', 'LPG, LNG선', 'N', 'DSQT6', '9317286', '외항', 'GAS BROADWAY', 'DUCK YANG SHIPPING CO., LTD.', '992', '1350', '1299', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-21 10:32:58', '2025-01-21 10:37:58'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('171011', '국적', '일반선박', 'LPG, LNG선', 'N', 'D7SQ', '9514298', '외항', 'SHINING ROAD', 'DUCK YANG SHIPPING CO., LTD.', '3319', '3496', '3983', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-21 10:35:46', '2025-01-21 10:37:32'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221002', '국적', '일반선박', 'LPG, LNG선', 'N', 'D7WW', '9926582', '외항', 'GAS FREEWAY', 'DUCK YANG SHIPPING CO., LTD', '4241', '4241', '4998', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-21 10:42:03', '2025-01-21 10:42:03'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('141048', '국적', '일반선박', 'LPG, LNG선', 'N', 'D7NQ', '9715921', '외항', 'GAS OCEANROAD', 'DUCK YANG SHIPPING CO., LTD.', '2698', '2999', '3197', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-21 10:43:37', '2025-01-21 10:43:37'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231015', '국적', '일반선박', 'LPG, LNG선', 'N', 'D7HZ', '9355123', '외항', 'CHAMPION ROAD', '덕양해운 주식회사', '4224', '4224', '4867', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-21 10:45:03', '2025-01-21 10:45:03'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221038', '국적', '일반선박', '산물선', 'N', 'D7FO', '9277539', '외항', 'ORIENTAL STAR', 'NYK BULKSHIP KOREA CO.,LTD.', '48042', '48042', '88111', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-21 11:01:29', '2025-01-21 11:01:29'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('131009', '국적', '일반선박', '산물선', 'N', 'DSRL5', '9633135', '외항', 'ORIENTAL LEADER', '엔와이케이벌크쉽코리아(주)', '50623', '50623', '94998', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-21 11:06:56', '2025-01-21 11:06:56'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('160018', '국적', '유조선', '석유제품운반선', 'N', 'D7DD', '9655793', '외항', 'OCEAN ACE 11', 'HC SHIPPING CO.,LTD.', '1657', '1657', '2114', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-21 11:11:25', '2025-02-11 09:10:14'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('150048', '국적', '일반선박', 'LPG, LNG선', 'N', 'D7BU', '9113941', '외항', 'ASIA GAS', 'E MARINE CO.,LTD.', '3478', '3617', '2588', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-21 11:19:57', '2025-01-21 11:19:57'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('240025', '국적', '일반선박', 'LPG, LNG선', 'N', 'DSEZ7', '9256729', '외항', 'MARINE GAS', 'E MARINE CO., LTD', '3241', '3435', '3856', 'The Standard Club Asia Ltd', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-21 11:22:38', '2025-01-21 11:22:38'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201056', '국적', '일반선박', 'LPG, LNG선', 'N', 'D7VU', '9236901', '외항', 'OCEAN GAS', 'E MARINE CO., LTD.', '3559', '3678', '3409', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-21 11:23:43', '2025-01-21 11:23:43'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211069', '국적', '유조선', '석유제품운반선', 'N', 'D7EJ', '9392999', '외항', 'JBU ONYX', 'DH Shipping Co., Ltd', '11565', '11565', '19864', 'The Standard Club Asia Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-21 16:54:56', '2025-01-21 16:54:56'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221072', '국적', '유조선', '석유제품운반선', 'N', 'D7GP', '9324215', '외항', 'G SILVER', 'GREEN BRIDGE CO., LTD.', '11625', '11625', '19887', 'The Standard Club Asia Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-21 17:01:04', '2025-01-21 17:01:04'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211001', '국적', '유조선', '석유제품운반선', 'N', 'D7CR', '9279939', '외항', 'CNC RICH', 'C&amp;C MARITIME CO., LTD..', '6861', '6861', '12451', 'The Standard Club Asia Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-21 17:45:00', '2025-01-21 17:45:00'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211045', '국적', '유조선', '석유제품운반선', 'N', 'D7DF', '9305544', '외항', 'CNC DREAM', 'DONGYOUNG SHIPPING CO., LTD.', '11594', '11594', '19773', 'The Standard Club Asia Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-21 17:52:24', '2025-01-21 17:52:24'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211011', '국적', '유조선', '석유제품운반선', 'N', 'D7AZ', '9378785', '외항', 'CNC BULL', 'JSN SHIPPING CO., LTD.', '8295', '8295', '14577', 'The Standard Club Asia Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-21 17:56:41', '2025-01-21 17:56:41'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('098886', '국적', '유조선', '석유제품운반선', 'N', 'DSQI9', '9512109', '외항', 'SKY BLUE', 'HSM SHIPPING CO., LTD.', '8686', '8686', '13094', 'The Standard Club Asia Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-22 13:23:05', '2025-01-22 13:23:05'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241021', '국적', '유조선', '석유제품운반선', 'N', 'D7JU', '9366926', '외항', 'SKY WINNER', 'HSM SHIPPING CO., LTD.', '7684', '7684', '11347.43', 'The Standard Club Asia Ltd', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-22 13:26:34', '2025-01-22 13:26:34'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181009', '국적', '유조선', '석유제품운반선', 'N', 'D7FA', '9381354', '외항', 'SKY RUNNER', 'ARAKOREA', '8539', '8539', '13092', 'The Standard Club Asia Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-22 13:36:43', '2025-01-22 13:36:43'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251004', '국적', '일반선박', '산물선', 'N', 'D7LX', '9524229', '외항', 'PRINCESS', 'SHL MARITIME CO., LTD', '4713', '4713', '7142', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-22 13:59:39', '2025-01-22 13:59:39'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('160031', '국적', '유조선', '석유제품운반선', 'N', NULL, '9209946', '내항', '트리톤', '다온물류(주)', '2041', '0', '3435', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-22 14:06:16', '2025-01-22 14:06:16'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251005', '국적', '일반선박', '산물선', 'N', 'D7KY', '9621405', '외항', 'PAN ENERGEN', 'PAN OCEAN CO., LTD.', '44003', '44003', NULL, 'NorthStandard Limited', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-01-20', '2025-02-20', '대한민국', '부산지방해양수산청', '2025-01-22 14:30:35', '2025-01-23 10:56:16'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241044', '국적', '유조선', '석유제품운반선', 'N', 'D7LE', '9845154', '외항', 'V. PROGRESS', 'HYUNDAI GLOVIS CO.,LTD', '153905', '153905', '299420', 'NorthStandard Limited', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-01-22 15:49:53', '2025-01-22 16:01:44'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231025', '국적', '일반선박', '산물선', 'N', 'D7IH', '9374210', '외항', 'JADE', '(주)필로스', '39737', '39737', '76596', 'The Standard Club Asia Ltd', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-01-22 16:59:17', '2025-01-22 16:59:26'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221056', '국적', '유조선', '석유제품운반선', 'N', 'D7GJ', '9460540', '외항', 'GRACE', '(주)필로스', '11259', '11259', '17579', 'The Standard Club Asia Ltd', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-01-22 17:02:34', '2025-01-22 17:02:42'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('108901', '국적', '유조선', '석유제품운반선', 'N', 'DSQP2', '9561112', '기타', '한유 엠파이어(HANYU EMPIRE)', '(주)한유', '4387', '4387', NULL, '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '울산지방해양수산청', '2025-01-23 11:19:15', '2025-01-23 11:19:15'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201014', '국적', '유조선', '석유제품운반선', 'N', 'D7HF', '9887360', '외항', '한유 프론티어(HANYU FRONTIER)', '(주)한유', '3834', '3881', '4499', 'United Kingdom Mutual Steam Ship Assurance Association (Europe) Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '울산지방해양수산청', '2025-01-23 11:23:24', '2025-01-23 11:23:24'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('161026', '국적', '유조선', '석유제품운반선', 'N', 'DSRP4', '9317212', '외항', '한유빅토리아(HANYU VICTORIA)', '(주)한유', '5074', '5074', '6852', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '울산지방해양수산청', '2025-01-23 11:24:57', '2025-01-23 11:24:57'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241013', '국적', '일반선박', 'LPG, LNG선', 'N', 'D7IV', '9519688', '외항', 'DL LILY', 'PETRO PLUS LOGISTICS CORP', '4456', '4456', '4999', 'The Standard Club Asia Ltd', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-23 13:05:27', '2025-01-23 13:05:27'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('121060', '국적', '일반선박', '산물선', 'N', 'D8BT', '9352286', '외항', 'S GLORIA', 'SEATRAS MARINE CO., LTD.', '1569', '1969', '2803', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-23 13:07:37', '2025-01-23 13:07:37'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('071978', '국적', '일반선박', '산물선', 'N', 'DSPP5', '9344887', '외항', 'S MERMAID', 'DONGBANG TRANSPORT LOGISTICS CO., LTD.', '1599', '1999', '3348', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-23 13:08:58', '2025-01-23 13:08:58'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211037', '국적', '일반선박', '산물선', 'N', 'D7DM', '9507441', '외항', 'ST BELLA', 'SEATRAS MARINE CO., LTD.', '2049', '2431', '3701', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-23 13:10:22', '2025-01-23 13:10:22'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221054', '국적', '일반선박', '산물선', 'N', 'D7FD', '9380336', '외항', 'ST OCEAN', 'SEATRAS MARINE CO.,LTD.', '2691', '2993', '5527', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-23 13:11:35', '2025-01-23 13:11:35'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('240033', '국적', '일반선박', '산물선', 'N', NULL, '1048310', '내항', '에스티 프레야', '씨트라스해운 주식회사', '2879', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-23 13:13:11', '2025-01-23 13:13:11'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181062', '국적', '일반선박', '산물선', 'N', 'D7TS', '9365441', '외항', 'SCUTUM', 'SHINSUNG SHIPPING CO.,LTD.', '4594', '4594', '6588', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-24 09:25:09', '2025-01-24 09:25:09'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201033', '국적', '일반선박', '산물선', 'N', 'D7VL', '9863687', '외항', 'VELA', 'SHINSUNG M&P CO., LTD.', '2224', '2590', '2997', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-24 09:37:32', '2025-01-24 09:37:32'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211007', '국적', '일반선박', '기타선', 'N', 'D8SU', '9846469', '외항', 'SIRIUS', 'DOJUN SHIPPING CO., LTD.', '4608', '4608', '6433.8', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-24 09:39:48', '2025-01-24 09:39:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211065', '국적', '일반선박', '산물선', 'N', 'D7BY', '9606041', '외항', 'SHINSUNG ACCORD', 'SHINSUNG SHIPPING CO.,LTD', '22871', '22871', '37063', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-24 09:41:27', '2025-01-24 09:41:27'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181018', '국적', '일반선박', '산물선', 'N', 'D9YB', '9522855', '외항', 'SHINSUNG BRIGHT', 'DOJUN SHIPPING CO., LTD.', '6732', '6732', '10068', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-24 09:42:38', '2025-01-24 09:42:38'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201064', '국적', '일반선박', '기타선', 'N', 'D7PT', '9846457', '외항', 'PLUTO', 'SHINSUNG SHIPPING CO., LTD.', '4608', '4608', '6438', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-24 09:45:24', '2025-01-24 09:45:24'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201049', '국적', '일반선박', '기타선', 'N', 'D9LA', '9846445', '외항', 'LIBRA', 'SHINSUNG SHIPPING CO., LTD.', '4608', '4608', '6438', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-24 09:46:18', '2025-01-24 09:46:18'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('106132', '국적', '일반선박', '산물선', 'N', 'DSQX4', '9294771', '외항', 'LEPUS', 'JS PAN ASIA LLC.', '4562', '4562', '6723', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-24 09:47:29', '2025-01-24 09:47:29'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('102276', '국적', '일반선박', '산물선', 'N', 'DSQW7', '9294783', '외항', 'TAURUS', 'DOJUN SHIPPING CO., LTD.', '4562', '4562', '6723', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-24 09:48:27', '2025-01-24 09:48:27'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201038', '국적', '일반선박', '산물선', 'N', 'D8AR', '9846433', '외항', 'ARIES', 'SHINSUNG SHIPPING CO., LTD.', '4608', '4608', '6438', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-24 09:49:25', '2025-01-24 09:49:25'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191068', '국적', '일반선박', '기타선', 'N', 'D7MH', '9863663', '외항', 'CARINA', 'SHINSUNG M&H CO., LTD.', '2224', '2590', '2987', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-24 09:50:26', '2025-01-24 09:50:26'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201002', '국적', '일반선박', '기타선', 'N', 'D7GM', '9863675', '외항', 'GEMINI', 'SHINSUNG M&amp;H CO., LTD.', '2224', '2590', '2996', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-24 09:52:08', '2025-01-31 17:09:19'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('160033', '국적', '일반선박', '기타선', 'N', 'D7DH', '9751042', '외항', 'ISABU', '한국해양과학기술원', '5894', '5894', NULL, '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-24 09:53:22', '2025-01-24 09:53:22'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211068', '국적', '일반선박', '풀컨테이너선', 'N', 'D7CX', '9463085', '외항', 'HMM VANCOUVER', '에이치엠엠(주)', '72634', '72634', '72982', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-01-21', '2025-02-20', '대한민국', '인천지방해양수산청', '2025-01-24 10:25:11', '2025-01-24 10:25:59'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211070', '국적', '유조선', '석유제품운반선', 'N', 'D7EU', '9330460', '외항', 'SAEHAN INTRASIA', 'SAEHAN MARINE CO., LTD.', '11634', '11634', '19870', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-24 13:27:02', '2025-01-24 13:27:02'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241025', '국적', '일반선박', 'LPG, LNG선', 'N', 'D8XT', '9726827', '외항', 'SAEHAN MIRINAE', 'SAEHAN MARINE CO.,LTD.', '2927', '3187', '3260', 'The Britannia Steam Ship Insurance Association Europe', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-24 13:30:40', '2025-01-24 13:30:40'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('092280', '국적', '일반선박', '산물선', 'N', 'DSQK9', '9546253', '외항', 'OCEAN SUCCESS', 'MARISO SHIPPING CO., LTD.', '11481', '11481', '17556', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-24 17:29:03', '2025-01-24 17:29:03'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('161019', '국적', '유조선', '석유제품운반선', 'N', 'DSMB2', '9303273', '외항', 'DAESAN CHEMI', 'SUNWOO TANKER CO., LTD.', '7240', '7240', '12705', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-24 17:34:04', '2025-01-24 17:34:04'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('166804', '국적', '일반선박', '여객선', 'N', 'DSJA4', '9645231', '외항', 'SEA FLOWER', 'DAE-A EXPRESS SHIPPING CO., LTD.', '388', '590', NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2024-05-15', '2025-05-15', '대한민국', '부산지방해양수산청', '2025-01-24 17:48:49', '2025-01-24 17:49:02'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201050', '국적', '일반선박', '산물선', 'N', 'D8GA', '9590606', '외항', 'GLOVIS ADVANCE', 'HYUNDAI GLOVIS CO.,LTD.', '93544', '93544', '179217', 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 09:58:32', '2025-01-31 09:58:32'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191050', '국적', '일반선박', '자동차 운반선', 'N', 'D7GV', '9419759', '외항', 'GLOVIS CARDINAL', 'HYUNDAI GLOVIS CO.,LTD.', '60559', '60559', '22342', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 10:01:40', '2025-01-31 10:01:40'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201053', '국적', '일반선박', '자동차 운반선', 'N', 'D8GC', '9590589', '외항', 'GLOVIS CENTURY', 'HYUNDAI GLOVIS CO.,LTD.', '58465', '58465', '20895', 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 10:03:44', '2025-01-31 10:03:44'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201052', '국적', '일반선박', '자동차 운반선', 'N', 'D8GI', '9590591', '외항', 'GLOVIS CHALLENGE', 'HYUNDAI GLOVIS CO.,LTD.', '58465', '58465', '20895', 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 10:05:01', '2025-01-31 10:05:01'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201071', '국적', '일반선박', '자동차 운반선', 'N', 'D8GS', '9651113', '외항', 'GLOVIS CHAMPION', 'HYUNDAI GLOVIS CO.,LTD.', '59060', '59060', '20661', 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 10:06:32', '2025-01-31 10:06:32'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('141066', '국적', '일반선박', '자동차 운반선', 'N', 'D7OR', '9158604', '외항', 'GLOVIS CHORUS', 'HYUNDAI GLOVIS CO.,LTD.', '55729', '55729', '21505', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 10:07:57', '2025-01-31 10:07:57'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('141065', '국적', '일반선박', '자동차 운반선', 'N', 'D7OF', '9122942', '외항', 'GLOVIS COMET', 'HYUNDAI GLOVIS CO., LTD.', '55680', '55680', '21421', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 10:09:28', '2025-01-31 10:09:28'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191049', '국적', '일반선박', '자동차 운반선', 'N', 'D7GI', '9414876', '외항', 'GLOVIS CONDOR', 'HYUNDAI GLOVIS CO., LTD.', '60552', '60552', '22351', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 10:10:38', '2025-01-31 10:10:38'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191048', '국적', '일반선박', '자동차 운반선', 'N', 'D7CG', '9451898', '외항', 'GLOVIS COUGAR', 'HYUNDAI GLOVIS CO., LTD.', '60559', '60559', '22532', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 10:13:29', '2025-01-31 10:13:29'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('151035', '국적', '일반선박', '자동차 운반선', 'N', 'D7AO', '9122930', '외항', 'GLOVIS CORONA', 'HYUNDAI GLOVIS CO., LTD.', '55680', '55680', '21421', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 10:14:49', '2025-01-31 10:14:49'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201058', '국적', '일반선박', '자동차 운반선', 'N', 'D8GV', '9651101', '외항', 'GLOVIS COURAGE', 'HYUNDAI GLOVIS CO., LTD.', '59060', '59060', '20661', 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 10:16:06', '2025-01-31 10:16:06'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('161010', '국적', '일반선박', '산물선', 'N', 'D7ED', '9710658', '외항', 'GLOVIS DAYLIGHT', 'HYUNDAI GLOVIS CO., LTD.', '43956', '43956', '82091', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 10:17:16', '2025-01-31 10:17:16'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('161009', '국적', '일반선박', '산물선', 'N', 'D7EO', '9710608', '외항', 'GLOVIS DESIRE', 'HYUNDAI GLOVIS CO., LTD.', '43956', '43956', '82108', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 10:18:34', '2025-01-31 10:18:34'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('171067', '국적', '일반선박', '산물선', 'N', 'D7RR', '9710660', '외항', 'GLOVIS DIAMOND', 'HYUNDAI GLOVIS CO., LTD.', '43956', '43956', '82121', 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 10:19:54', '2025-01-31 10:19:54'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221083', '국적', '일반선박', '자동차 운반선', 'N', 'D7FY', '9775828', '외항', 'GLOVIS SILVER', 'HYUNDAI GLOVIS CO., LTD.', '44032', '71342', '20884', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 10:21:25', '2025-01-31 10:21:25'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231001', '국적', '일반선박', '자동차 운반선', 'N', 'D7HG', '9749582', '외항', 'GLOVIS SIRIUS', 'HYUNDAI GLOVIS CO., LTD', '65748', '65748', '19638', 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 10:22:55', '2025-01-31 10:22:55'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191062', '국적', '일반선박', '자동차 운반선', 'N', 'D7GS', '9445409', '외항', 'GLOVIS SOLOMON', 'HYUNDAI GLOVIS CO., LTD.', '72946', '72946', '26988', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 10:23:58', '2025-01-31 10:23:58'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201051', '국적', '일반선박', '자동차 운반선', 'N', 'D8GO', '9674165', '외항', 'GLOVIS SPIRIT', 'HYUNDAI GLOVIS CO., LTD.', '64650', '64650', '20002', 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 10:25:10', '2025-01-31 10:25:10'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221094', '국적', '일반선박', '자동차 운반선', 'N', 'D7GY', '9702431', '외항', 'GLOVIS SPLENDOR', 'HYUNDAI GLOVIS CO., LTD.', '64776', '64776', '20056', 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 10:26:37', '2025-01-31 10:26:37'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221091', '국적', '일반선박', '자동차 운반선', 'N', 'D7HK', '9749594', '외항', 'GLOVIS SPRING', 'HYUNDAI GLOVIS CO., LTD.', '65785', '65785', '19638', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 10:27:53', '2025-01-31 10:27:53'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231002', '국적', '일반선박', '자동차 운반선', 'N', 'D7HA', '9749570', '외항', 'GLOVIS STELLA', 'HYUNDAI GLOVIS CO., LTD', '65748', '65748', '19638', 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 10:29:10', '2025-01-31 10:29:10'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221092', '국적', '일반선박', '자동차 운반선', 'N', 'D7BG', '9702417', '외항', 'GLOVIS SUMMIT', 'HYUNDAI GLOVIS CO., LTD.', '64572', '64572', '20056', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 10:30:21', '2025-01-31 10:30:21'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221087', '국적', '일반선박', '자동차 운반선', 'N', 'D7GZ', '9749568', '외항', 'GLOVIS SUN', 'HYUNDAI GLOVIS CO., LTD.', '65748', '65748', '19638', 'Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 10:34:43', '2025-01-31 10:34:43'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221088', '국적', '일반선박', '자동차 운반선', 'N', 'D7FX', '9702405', '외항', 'GLOVIS SUNRISE', 'HYUNDAI GLOVIS CO, LTD.', '64572', '64572', '20056', 'Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 10:36:33', '2025-01-31 10:36:33'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201067', '국적', '일반선박', '자동차 운반선', 'N', 'D8GL', '9674189', '외항', 'GLOVIS SUPERIOR', 'HYUNDAI GLOVIS CO., LTD.', '64650', '64650', '20138', 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 10:37:39', '2025-01-31 10:37:39'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201070', '국적', '일반선박', '자동차 운반선', 'N', 'D8GM', '9674177', '외항', 'GLOVIS SUPREME', 'HYUNDAI GLOVIS CO., LTD.', '64650', '64650', '20138', 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 10:38:47', '2025-01-31 10:38:47'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231005', '국적', '일반선박', '자동차 운반선', 'N', 'D7GX', '9702429', '외항', 'GLOVIS SYMPHONY', 'HYUNDAI GLOVIS CO., LTD', '64572', '64572', '20056', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 10:40:09', '2025-01-31 10:40:09'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('161071', '국적', '일반선박', '산물선', 'N', 'D7JH', '9597680', '외항', 'JOO HYE', 'ASAN MERCHANT MARINE CO.,LTD.', '22852', '22852', '37156', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 10:41:38', '2025-01-31 10:41:38'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('12050016261105', '국적', '일반선박', '어선', 'N', '6KCB4', '9634945', '어선', 'SHILLA SPRINTER', 'SILLA CO., LTD', '1971', '2359', '2768', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 14:44:52', '2025-01-31 14:44:52'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('12010016261103', '국적', '일반선박', '어선', 'N', '6KCA5', '9634919', '어선', 'SHILLA HARVESTER', 'SILLA CO., LTD', '1971', '2359', '2768', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 14:46:31', '2025-01-31 14:46:31'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('01040036260001', '국적', '일반선박', '어선', 'N', 'DTBE8', '9199220', '어선', 'SHILLA JUPITER', 'Silla CO.,LTD.', '780', '1774', '1927', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 14:47:25', '2025-01-31 14:47:25'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('95124106260004', '국적', '일반선박', '어선', 'N', '6MET', '8813489', '어선', 'SHILLA CHALLENGER', 'Silla CO.,LTD.', '1349.2', '1742', '1916', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 14:48:09', '2025-01-31 14:48:09'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('18080026261106', '국적', '일반선박', '어선', 'N', '6MPH', '9699567', '어선', 'SHILLA EXPLORER', 'SILLA CO., LTD', '2060', '2441', '2750', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 14:49:21', '2025-01-31 14:49:21'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('18080016261107', '국적', '일반선박', '어선', 'N', '6MSQ', '9699579', '어선', 'SHILLA PIONEER', 'SILLA CO., LTD', '2060', '2441', '2735', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 14:50:09', '2025-01-31 14:50:09'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('131043', '국적', '일반선박', '냉동,냉장선', 'N', 'DSRO7', '8813623', '외항', 'SEIN SKY', 'SEIN SHIPPING CO., LTD.', '5469', '5469', '6756', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 15:10:25', '2025-01-31 15:10:25'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('141012', '국적', '일반선박', '냉동,냉장선', 'N', 'D7MY', '8807430', '외항', 'SEIN QUEEN', 'SEIN SHIPPING CO., LTD.', '5893', '5893', '7101', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 15:16:11', '2025-01-31 15:16:11'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('161027', '국적', '일반선박', '냉동,냉장선', 'N', 'D7AX', '9051789', '외항', 'SEIN FRONTIER', 'SEIN SHIPPING CO., LTD.', '6082', '6082', '7179', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 15:17:34', '2025-01-31 15:17:34'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('151038', '국적', '일반선박', '냉동,냉장선', 'N', 'D7BO', '8906808', '외항', 'SEIN VENUS', 'SEIN SHIPPING CO.,LTD.', '5286', '5286', '6455', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 15:18:54', '2025-01-31 15:18:54'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191023', '국적', '일반선박', '냉동,냉장선', 'N', 'D8SP', '9047271', '외항', 'SEIN PHOENIX', 'SEIN SHIPPING CO., LTD.', '7326', '7326', '8041', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 15:19:57', '2025-01-31 15:19:57'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211047', '국적', '일반선박', '냉동,냉장선', 'N', 'D7DC', '9047257', '외항', 'SEIN HONOR', 'SEIN SHIPPING CO., LTD.', '7313', '7313', '8043', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 15:20:58', '2025-01-31 15:20:58'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221067', '국적', '일반선박', '냉동,냉장선', 'N', 'D7GL', '9066485', '외항', 'SEIN KASAMA', 'SEIN SHIPPING CO., LTD.', '7329', '7329', '8039', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 15:22:07', '2025-01-31 15:22:07'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('131044', '국적', '일반선박', '냉동,냉장선', 'N', 'DSRO8', '8911607', '외항', 'SEIN SPRING', 'SEIN SHIPPING CO., LTD.', '4429', '4429', '2216', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 15:23:25', '2025-01-31 15:23:25'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221053', '국적', '일반선박', '풀컨테이너선', 'N', 'D7XF', '9939266', '외항', 'DONGJIN CONFIDENT', 'DONGJIN SHIPPING CO., LTD.', '18340', '18340', '23414', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 16:27:50', '2025-01-31 16:27:50'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191047', '국적', '일반선박', '풀컨테이너선', 'N', 'D7UJ', '9251145', '외항', 'DONGJIN FORTUNE', '동진상선(주)', '7683', '7683', '10705', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 16:36:37', '2025-01-31 16:36:37'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('151017', '국적', '일반선박', '풀컨테이너선', 'N', 'D7PP', '9704300', '외항', 'DONGJIN ENTERPRISE', '동진상선주식회사', '9990', '9990', '12425', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 16:51:29', '2025-01-31 16:51:29'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201008', '국적', '일반선박', '세미컨테이너선', 'N', 'D7UV', '9247302', '외항', 'DONGJIN FIDES', '동진상선(주)', '7683', '7683', '10712', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 16:53:47', '2025-01-31 16:53:47'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201028', '국적', '일반선박', '풀컨테이너선', 'N', 'D7VD', '9891933', '외항', 'DONGJIN CONTINENTAL', '동진상선(주)', '9946', '9946', '12332', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 16:57:58', '2025-01-31 16:57:58'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('151004', '국적', '일반선박', '산물선', 'N', 'D7PC', '9196474', '외항', 'DONGJIN GENIUS', '동진상선주식회사', '4346', '4346', '5818', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 16:59:23', '2025-01-31 16:59:23'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('171001', '국적', '일반선박', '풀컨테이너선', 'N', 'D7SB', '9802011', '외항', 'DONGJIN VOYAGER', '동진상선(주)', '18559', '18559', '21742', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 17:01:56', '2025-01-31 17:01:56'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('220031', '국적', '유조선', '석유제품운반선', 'N', '300말리호', '9301691', '내항', '말리', '씨엔에스해운 주식회사', '2692', NULL, '3698', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 17:02:09', '2025-01-31 17:02:09'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('111051', '국적', '일반선박', '풀컨테이너선', 'N', 'DSRE9', '9615339', '외항', 'DONGJIN VENUS', '동진상선(주)', '9598', '9598', '12844', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 17:03:09', '2025-01-31 17:03:09'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('102160', '국적', '일반선박', '산물선', 'N', 'DSQV7', '9167708', '외항', 'DONGJIN NAGOYA', '동진상선(주)', '2006', '3847', '4999', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 17:04:35', '2025-01-31 17:04:35'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231039', '국적', '유조선', '석유제품운반선', 'N', 'D7IQ', '9272682', '외항', 'YC AZALEA', '주식회사 영창기업사', '12105', '12105', '19997', 'Assuranceforeningen Skuld (Gjensidig)', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 17:20:46', '2025-01-31 17:20:46'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231039', '국적', '유조선', '석유제품운반선', 'N', 'D7IQ', '9272682', '외항', 'YC AZALEA', '주식회사 영창기업사', '12105', '12105', '19997', 'Assuranceforeningen Skuld (Gjensidig)', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 17:22:15', '2025-01-31 17:22:15'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('089355', '국적', '유조선', '석유제품운반선', 'N', 'DSRJ2', '9409364', '외항', 'YC COSMOS', 'YOUNGCHANG ENTERPRISE CO., LTD.', '4060', '4060', '5631', 'Assuranceforeningen Skuld', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-01-31 17:23:49', '2025-01-31 17:23:49'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('012564', '국적', '일반선박', '시멘트 운반선', 'N', 'DSFN4', '9230983', '내항', '모닝스타호', '수성해운(주)', '6117', NULL, '10707', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-03 15:27:43', '2025-02-03 15:27:43'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('089479', '국적', '일반선박', '시멘트 운반선', 'N', 'D7MX', '9483566', '내항', '모닝 스카이호', '수성해운(주)', '6422', '6422', '11136', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-03 15:29:04', '2025-02-03 15:29:04'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('170024', '국적', '일반선박', '시멘트 운반선', 'N', NULL, '9372638', '내항', '모닝 빅토리', '수성해운(주)', '5222', '5222', '8663', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-19', '대한민국', '부산지방해양수산청', '2025-02-03 15:30:14', '2025-02-03 15:30:14'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('160054', '국적', '일반선박', '시멘트 운반선', 'N', '300모닝누리호', '9372626', '내항', '모닝 누리', '수성해운(주)', '5222', NULL, '8924', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-03 15:31:00', '2025-02-03 15:31:00'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('020401', '국적', '일반선박', '시멘트 운반선', 'N', 'DSFU9', '9133472', '내항', '모닝캄', '수성해운(주)', '5976', '5976', '10536', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-03 15:31:59', '2025-02-03 15:31:59'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('020419', '국적', '일반선박', '시멘트 운반선', 'N', 'DSFV2', '9108726', '내항', '수성1', '동주해운(주)', '5969', '5969', '10641', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-03 15:33:28', '2025-02-03 15:33:28'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('020398', '국적', '일반선박', '시멘트 운반선', 'N', 'DSFV3', '9172600', '내항', '수성2', '동주해운(주)', '5963', NULL, '10497', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-03 15:34:26', '2025-02-03 15:34:26'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('040491', '국적', '일반선박', '시멘트 운반선', 'N', 'DSNO3', '9285964', '내항', '수성3', '동주해운(주)', '4771', '4771', '6866', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-03 15:35:12', '2025-02-03 15:35:12'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('090954', '국적', '일반선박', '시멘트 운반선', 'N', 'DSQO4', '9044231', '내항', '수성에이스호', '동주해운(주)', '4800', NULL, '8059', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-03 15:36:17', '2025-02-03 15:36:17'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('000768', '국적', '일반선박', '시멘트 운반선', 'N', 'DSFJ4', '8709468', '내항', '수성5', '동주해운(주)', '4803', '4783', '8423', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-03 15:37:25', '2025-02-03 15:37:25'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('000775', '국적', '일반선박', '시멘트 운반선', 'N', 'DSFJ3', '8717996', '내항', '수성6', '동주해운 주식회사 ', '4806', '4806', '8106', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-03 15:38:36', '2025-02-03 15:38:36'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('000782', '국적', '일반선박', '산물선', 'N', 'DSFJ2', '9005302', '내항', '수성7', '동주해운(주)', '4803', '4790', '8079', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-03 15:42:12', '2025-02-03 15:42:12'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181042', '국적', '유조선', '석유제품운반선', 'N', 'D7TL', '9279575', '외항', 'NO.3 GREEN PIONEER', 'JW SHIPPING CO., LTD.', '2355', '2706', '3999', 'The Britannia Steam Ship Insurance Association Europe', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-03 15:49:33', '2025-02-03 15:50:53'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231047', '국적', '유조선', '석유제품운반선', 'N', 'D7JD', '9747273', '외항', 'YOKOHAMA PIONEER', '흥아해운(주)', '2801', '2801', '3499', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-03 15:53:07', '2025-02-03 15:53:07'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231043', '국적', '유조선', '석유제품운반선', 'N', 'D7IX', '9747261', '외항', 'KOBE PIONEER', 'Heung-A Shipping Co., Ltd.', '2696', '2696', '3503', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-03 15:55:54', '2025-02-03 15:56:41'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221006', '국적', '유조선', '석유제품운반선', 'N', 'D7FB', '9412725', '외항', 'JBU SAPPHIRE', 'DM SHIPPING CO., LTD.', '11561', '11561', '19860', 'The London Steam-Ship Owners` Mutual Insurance Association Limited', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-04 07:47:06', '2025-02-04 07:47:06'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211018', '국적', '일반선박', '풀컨테이너선', 'N', 'D7CJ', '9532276', '외항', 'HOCHIMINH VOYAGER', 'SINOKOR MERCHANT MARINE CO., LTD', '27061', '27061', '33380', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-04 08:12:41', '2025-02-04 08:12:41'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231051', '국적', '일반선박', '풀컨테이너선', 'N', 'D7JE', '9532288', '외항', 'JAKARTA VOYAGER', '장금상선 주식회사', '27061', '27061', '33381', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-04 08:14:53', '2025-02-04 08:14:53'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211061', '국적', '일반선박', '풀컨테이너선', 'N', 'D7EE', '9377705', '외항', 'SAWASDEE THAILAND', 'HEUNG A LINE CO., LTD.', '17518', '17518', '21318', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-04 08:16:03', '2025-02-04 08:31:33'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241038', '국적', '일반선박', '풀컨테이너선', 'N', 'D7QB', '9760287', '외항', 'HEUNG-A BANGKOK', 'HEUNG A LINE CO., LTD.', '17791', '17791', NULL, 'The Standard Club Asia Ltd', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-04 08:17:30', '2025-02-04 08:17:30'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241061', '국적', '일반선박', '풀컨테이너선', 'N', 'D7LP', '9693927', '기타', 'HEUNG-A JANICE', 'HEUNG A LINE CO., LTD.', '9998', '9998', NULL, 'The Standard Club Asia Ltd', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-04 08:19:27', '2025-02-04 08:19:27'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241040', '국적', '일반선박', '풀컨테이너선', 'N', 'D7KO', '9698379', '기타', 'HEUNG-A SARAH', 'HEUNG A LINE CO., LTD.', '9599', '9599', NULL, 'The Standard Club Asia Ltd', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-04 08:20:29', '2025-02-04 08:20:29'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221095', '국적', '일반선박', '풀컨테이너선', 'N', 'D7GH', '9695298', '외항', 'HEUNG-A YOUNG', 'HEUNG A LINE CO., LTD.', '9599', '9599', '11806', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-04', '2026-02-03', '대한민국', '부산지방해양수산청', '2025-02-04 08:21:38', '2025-02-04 08:21:38'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('961155', '국적', '일반선박', '풀컨테이너선', 'N', 'DSEK9', '9128996', '외항', 'HEUNG-A ULSAN', 'HEUNG A LINE CO., LTD.', '4914', '4914', '7040', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-04 08:25:03', '2025-02-04 08:25:03'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('059017', '국적', '일반선박', '풀컨테이너선', 'N', 'DSOB7', '9167306', '외항', 'GLOBAL NUBIRA', 'HEUNG A LINE CO., LTD.', '3736', '3809', '4915', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-04 08:26:27', '2025-02-04 08:26:27'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231027', '국적', '유조선', '원유운반선', 'N', 'D7IF', '9303651', '외항', 'MS FREESIA', '주식회사 마린스케쥴', '12005', '12005', '19997', 'Assuranceforeningen Skuld', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-04', '2026-02-03', '대한민국', '부산지방해양수산청', '2025-02-04 08:49:49', '2025-02-05 08:16:37'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231027', '국적', '유조선', '원유운반선', 'N', 'D7IF', '9303651', '외항', 'MS FREESIA', '주식회사 마린스케쥴', '12005', '12005', '19997', 'Assuranceforeningen Skuld', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-04 08:51:16', '2025-02-05 08:17:03'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241024', '국적', '일반선박', '산물선', 'N', 'D7KH', '9418729', '외항', 'SJ BUSAN', '삼주마린 주식회사', '31544', '31544', NULL, 'The London Steam-Ship Owners` Mutual Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-04 08:51:50', '2025-02-04 09:36:31'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('161037', '국적', '일반선박', '철강제 운반선', 'N', 'D7BR', '8944111', '외항', 'ASAKA', 'YU JIN SHIPPING CO., LTD.', '1130', '1506', '2289', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-04 08:55:36', '2025-02-04 08:55:36'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201009', '국적', '일반선박', '기타선', 'N', 'D7YJ', '9207156', '외항', 'YU JIN', 'YU JIN SHIPPING CO., LTD.', '1133', '1509', '2255', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-04 08:56:53', '2025-02-06 10:38:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231010', '국적', '일반선박', '기타선', 'N', 'D7FQ', '9644471', '외항', 'YUJIN BUSAN', '유진상선(주)', '4432', '4432', '6247', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-04 08:58:49', '2025-02-04 08:58:49'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241048', '국적', '일반선박', '산물선', 'N', 'D7LH', '9478511', '외항', 'SJ COLOMBO', '삼주마리타임 주식회사', '31544', '31544', '55989', 'The London Steam-Ship Owners` Mutual Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-04 09:09:34', '2025-02-04 09:37:51'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('106189', '국적', '일반선박', '산물선', 'N', 'DSQX5', '9489235', '외항', 'CH BELLA', '창명해운(주)', '19992', '19992', '33144.3', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-04 10:47:55', '2025-02-05 09:36:31'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('102152', '국적', '일반선박', '산물선', 'N', 'DSQT5', '9489223', '외항', 'CH CLARE', '창명해운(주)', '19992', '19992', '33144.3', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-04 10:49:24', '2025-02-05 09:37:13'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('105192', '국적', '일반선박', '산물선', 'N', 'DSQZ4', '9489247', '외항', 'CH DORIS', '창명해운(주)', '19992', '19992', '33144.3', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-04 10:50:30', '2025-02-05 09:37:39'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('111063', '국적', '일반선박', '산물선', 'N', 'DSRG5', '9595864', '외항', 'CK ANGIE', '창명해운(주)', '44298', '44298', '81147', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-04 10:51:54', '2025-02-05 09:38:01'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('111067', '국적', '일반선박', '산물선', 'N', 'DSRG4', '9595876', '외항', 'CK BLUEBELL', '창명해운(주)', '44298', '44298', '81147', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-04 10:52:48', '2025-02-05 09:44:17'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211067', '국적', '일반선박', '산물선', 'N', 'D7AP', '9310678', '외항', 'WOORI SUN', '우리상선(주)', '29960', '29960', '53556', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-04 11:27:11', '2025-02-05 09:39:31'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231037', '국적', '일반선박', '석탄 운반선', 'N', 'D7IR', '9397250', '외항', 'HS GLORY', '해성마린 주식회사', '11743', '11743', '18978', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-04 18:13:33', '2025-02-05 13:00:56'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('079623', '국적', '일반선박', 'LPG, LNG선', 'N', 'DSPI4', '9018555', '외항', 'HYUNDAI UTOPIA', '현대엘엔지해운 주식회사', '103764', '103764', '71909', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-05 09:41:23', '2025-02-05 09:41:23'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('020441', '국적', '일반선박', '화객선', 'N', 'DSFU2', '9162150', '외항', 'PANSTAR DREAM', 'PANSTAR LINE DOT COM., LTD', '9759', '21688', '3922', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 09:49:18', '2025-02-05 09:49:42'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('171076', '국적', '일반선박', '세미컨테이너선', 'N', 'D8FB', '9248227', '외항', 'PANSTAR GENIE', 'Panstarline Dot Com., Ltd.', '7323', '13682', '3994', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 09:51:13', '2025-02-05 09:51:13'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181013', '국적', '일반선박', '자동차 운반선', 'N', 'D8RV', '9251016', '외항', 'PANSTAR GENIE NO.2', 'Panstar Enterprise Co., Ltd.', '7323', '13681', '4000', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 09:53:15', '2025-02-05 09:53:15'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('220024', '국적', '일반선박', '여객선', 'N', 'D7DZ', '9248007', '외항', 'PANSTAR TSUSHIMA LINK', 'PANSTARLINE DOT COM.,LTD', '457', '684', '62', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 10:03:03', '2025-02-05 10:03:03'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231021', '국적', '일반선박', '풀컨테이너선', 'N', 'D7IG', '9915985', '외항', 'QINGDAO TRADER', '장금상선 주식회사', '9944', '9944', '13288', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 10:32:36', '2025-02-05 10:33:02'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231041', '국적', '일반선박', '풀컨테이너선', 'N', 'D7GC', '9915961', '외항', 'YOKOHAMA TRADER', 'SINOKOR MERCHANT MARINE CO.,LTD.', '9944', '9944', '13273', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 10:34:04', '2025-02-05 10:34:04'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231018', '국적', '일반선박', '풀컨테이너선', 'N', 'D7ID', '9915973', '외항', 'KOBE TRADER', '장금상선 주식회사', '9944', '9944', '13254', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 10:34:58', '2025-02-05 10:34:58'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('141015', '국적', '유조선', '석유제품운반선', 'N', 'D7MV', '9136515', '내항', '스카이미르', '삼원쉬핑(주)', '1565', NULL, '3243.48', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-07', '2026-02-07', '대한민국', '부산지방해양수산청', '2025-02-05 10:44:01', '2025-02-10 10:06:59'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('130095', '국적', '유조선', '석유제품운반선', 'N', NULL, '9230323', '내항', '스카이로얄', '삼원탱커 주식회사', '1716', NULL, '3336', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-07', '2026-02-07', '대한민국', '부산지방해양수산청', '2025-02-05 10:49:49', '2025-02-05 10:49:49'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('171052', '국적', '일반선박', '풀컨테이너선', 'N', 'D8TG', '9517628', '외항', 'NAGOYA TRADER', 'SINOKOR MERCHANT MARINE CO., LTD.', '9524', '9524', '12550', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 10:54:34', '2025-02-05 10:54:34'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231032', '국적', '일반선박', '풀컨테이너선', 'N', 'D7HE', '9879375', '외항', 'SAWASDEE ATLANTIC', '장금상선 주식회사', '18051', '18051', '22344', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 10:58:34', '2025-02-05 11:00:52'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231030', '국적', '일반선박', '풀컨테이너선', 'N', 'D7IL', '9886067', '외항', 'SAWASDEE BALTIC', '장금상선 주식회사', '18051', '18051', '22344', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 11:00:23', '2025-02-05 11:00:23'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231029', '국적', '일반선박', '풀컨테이너선', 'N', 'D7IN', '9879363', '외항', 'SAWASDEE PACIFIC', '장금상선 주식회사', '18051', '18051', '22344', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 11:02:21', '2025-02-05 11:02:21'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231013', '국적', '일반선박', '풀컨테이너선', 'N', 'D7HY', '9886079', '외항', 'SAWASDEE SUNRISE', '장금상선 주식회사', '18051', '18051', '22344', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 11:03:41', '2025-02-05 11:03:41'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('151044', '국적', '일반선박', '풀컨테이너선', 'N', 'D7AA', '9329576', '외항', 'OSAKA VOYAGER', 'SINOKOR MERCHANT MARINE CO., LTD.', '7447', '7447', '8213', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 11:05:03', '2025-02-05 11:05:03'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('151037', '국적', '일반선박', '풀컨테이너선', 'N', 'D8CM', '9329590', '외항', 'VOSTOCHNY VOYAGER', 'SINOKOR MERCHANT MARINE CO., LTD.', '7447', '7447', '8283', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 11:06:01', '2025-02-05 11:06:01'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231012', '국적', '일반선박', '풀컨테이너선', 'N', 'D7HW', '9397107', '외항', 'SENDAI TRADER', '장금상선 주식회사', '9957', '9957', '13632', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 11:08:19', '2025-02-05 11:08:19'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231050', '국적', '일반선박', '풀컨테이너선', 'N', 'D7JF', '9536973', '외항', 'SHANGHAI VOYAGER', '장금상선 주식회사', '27061', '27061', '33380', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-05', '2026-02-04', '대한민국', '부산지방해양수산청', '2025-02-05 11:09:02', '2025-02-05 11:10:15'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('151045', '국적', '일반선박', '풀컨테이너선', 'N', 'D7BD', '9275385', '외항', 'PORT KLANG VOYAGER', 'SINOKOR MERCHANT MARINE CO., LTD.', '34610', '34610', '43093', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 11:11:02', '2025-02-05 11:11:02'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('151036', '국적', '일반선박', '풀컨테이너선', 'N', 'D7AJ', '9329588', '외항', 'HAKATA VOYAGER', 'SINOKOR MERCHANT MARINE CO., LTD.', '7447', '7447', '8218', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 11:11:58', '2025-02-05 11:11:58'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('151043', '국적', '일반선박', '풀컨테이너선', 'N', 'D7BC', '9402500', '외항', 'HONGKONG VOYAGER', 'SINOKOR MERCHANT MARINE CO., LTD.', '12545', '12545', '15219', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 11:12:48', '2025-02-05 11:12:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191027', '국적', '일반선박', '풀컨테이너선', 'N', 'D9AW', '9297527', '외항', 'ANTWERP BRIDGE', 'Sinokor Merchant Marine Co.,Ltd.', '54592', '54592', '66583', 'Assuranceforeningen Gard', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 11:15:38', '2025-02-05 11:15:38'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231048', '국적', '일반선박', '풀컨테이너선', 'N', 'D7JA', '9347968', '외항', 'NINGBO TRADER', '장금상선(주)', '9886', '9886', '13769', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 11:16:48', '2025-02-05 11:16:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231009', '국적', '일반선박', '풀컨테이너선', 'N', 'D7HU', '9292266', '외항', 'GRACE BRIDGE', '흥아라인(주)', '54519', '54519', '65023', 'Assuranceforeningen Gard (Gjensidig)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 11:19:48', '2025-02-05 11:19:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231017', '국적', '일반선박', '풀컨테이너선', 'N', 'D7IA', '9292230', '외항', 'BEIJING BRIDGE', '흥아라인 주식회사', '54519', '54519', '65002', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 11:21:15', '2025-02-05 11:21:15'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241006', '국적', '일반선박', '풀컨테이너선', 'N', 'D7DX', '9760299', '외항', 'HEUNG-A HOCHIMINH', 'HEUNG A LINE CO., LTD.', '17791', '17791', '21816', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 11:22:49', '2025-02-05 11:22:49'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('028846', '국적', '일반선박', '화객선', 'N', 'DSFS8', '9241700', '외항', 'SEONG HEE', 'PUKWAN FERRY CO., LTD.', '8076', '16875', '3738', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 11:29:01', '2025-02-05 11:29:01'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('121039', '국적', '일반선박', '풀컨테이너선', 'N', 'D8BF', '9159335', '외항', 'HANSUNG INCHEON', 'HANSUNG LINE CO., LTD.', '5888', '5888', '4655', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 13:09:22', '2025-02-05 13:09:22'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('111004', '국적', '일반선박', '산물선', 'N', 'DSMC3', '9379923', '외항', 'DONGBANG GIANT NO.5', 'DONGBANG TRANSPORT LOGISTICS CO., LTD.', '10380', '10380', '10884', 'The Shipowners` Mutual Protection & Indemnity Association (Luxembourg)', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 13:12:33', '2025-02-05 13:12:33'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('070507', '국적', '유조선', '석유제품운반선', 'N', 'DSPD6', '9166338', '외항', 'GRACE SAMBU', 'SAMBU SHIPPING CO.,LTD.', '1755', '2153', '3368', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 13:57:48', '2025-02-05 13:57:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('030271', '국적', '유조선', '석유제품운반선', 'N', 'DSND9', '9268306', '외항', 'PACIFIC SAMBU', 'SAMBU SHIPPING CO., LTD.', '2403', '2748', '3616', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 13:59:55', '2025-02-05 13:59:55'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('040933', '국적', '유조선', '석유제품운반선', 'N', 'DSNR6', '9288007', '외항', 'SUNRISE SAMBU', 'SAMBU SHIPPING CO., LTD.', '2403', '2748', '3613', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 14:02:19', '2025-02-05 14:02:19'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('079952', '국적', '유조선', '석유제품운반선', 'N', 'DSPL3', '9390707', '외항', 'GIANT SAMBU', 'SAMBU SHIPPING CO.,LTD.', '5598', '5598', '7992', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 14:04:15', '2025-02-05 14:04:15'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('098847', '국적', '유조선', '석유제품운반선', 'N', 'DSQI2', '9431745', '외항', 'LOTUS SAMBU', 'SAMBU SHIPPING CO., LTD.', '5598', '5598', '7986', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 14:06:10', '2025-02-05 14:06:10'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('079281', '국적', '유조선', '석유제품운반선', 'N', 'DSPC6', '9337860', '외항', 'GALAXY SAMBU', 'SAMBU SHIPPING CO., LTD.', '2101', '2479', '3414', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 14:07:15', '2025-02-05 14:07:15'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('150077', '국적', '유조선', '석유제품운반선', 'N', 'D7CV', '9714537', '외항', 'ROYAL SAMBU', 'SAMBU SHIPPING CO., LTD.', '2438', '2778', '3584', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 14:11:56', '2025-02-05 14:11:56'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('180037', '국적', '유조선', '석유제품운반선', 'N', 'D7TR', '9819442', '외항', 'RISING SAMBU', 'SAMBU SHIPPING CO., LTD.', '2691', '2993', '3477', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 14:13:41', '2025-02-05 14:13:41'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221064', '국적', '유조선', '석유제품운반선', 'N', 'D7XG', '9760926', '외항', 'INFINITY SAMBU', 'SAMBU SHIPPING CO., LTD.', '3494', '3629', '4393', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 14:14:44', '2025-02-05 14:14:44'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('123511', '국적', '일반선박', '기타선', 'N', 'D7LD', '9638252', '내항', '청해호', '국방과학연구소', '1299', '1299', '400', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '마산지방해양수산청', '2025-02-05 14:46:15', '2025-02-05 14:46:15'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('206803', '국적', '일반선박', '석탄 운반선', 'N', NULL, '9609586', '내항', '한진그린호', '(주)한진', '9574', NULL, '10376', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 16:05:38', '2025-02-05 16:05:38'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('206802', '국적', '일반선박', '기타선', 'N', 'DSJA7', '9488449', '내항', '한진청정누리호', '(주)한진', '2636', NULL, '1221', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 16:06:47', '2025-02-05 16:06:47'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241053', '국적', '유조선', '석유제품운반선', 'N', 'D7KW', '9296884', '외항', 'DS ROSA', 'DUKSAN P&amp;amp;V CO.,LTD', '11615', '11615', '19806', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 16:10:14', '2025-02-05 16:10:14'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221039', '국적', '유조선', '석유제품운반선', 'N', 'D7FL', '9244984', '외항', 'RAON TERESA', '덕산피앤브이(주)', '12110', '12110', '6206', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 16:12:01', '2025-02-05 16:12:01'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('200043', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '극동3호', '다온물류(주)', '299', NULL, '877.22', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 16:14:20', '2025-02-05 16:14:20'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('200036', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '극동1호', '다온물류(주) 외 1사', '299', NULL, '876.89', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 16:16:30', '2025-02-05 16:16:30'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191078', '국적', '일반선박', '냉동,냉장선', 'N', 'D7UQ', '9194892', '외항', 'LAKE AURORA', 'JI SUNG SHIPPING CO., LTD.', '3910', '3936', '4250', 'The North of England Protecting & Indemnity Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 16:20:24', '2025-02-05 16:22:28'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191019', '국적', '일반선박', '냉동,냉장선', 'N', 'D7TD', '9004401', '외항', 'LAKE PEARL', 'JI SUNG SHIPPING CO., LTD.', '5136', '5136', '6488', 'The North of England Protecting & Indemnity Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 16:22:06', '2025-02-05 16:22:06'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('039518', '국적', '일반선박', '냉동,냉장선', 'N', 'DSNK2', '9015840', '외항', 'CHERRY STAR', 'JI SUNG SHIPPING CO., LTD.', '3919', '3942', '5412', 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 16:24:05', '2025-02-05 16:24:05'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211056', '국적', '일반선박', '냉동,냉장선', 'N', 'D7WU', '9172442', '외항', 'LAKE DREAM', 'JI SUNG SHIPPING CO., LTD.', '3566', '3683', '3621', 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 16:25:23', '2025-02-05 16:25:23'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('111065', '국적', '일반선박', '냉동,냉장선', 'N', 'DSRG3', '9105360', '외항', 'KATAH', 'JISUNG SHIPPING CO., LTD.', '4457', '4457', '5232', 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 16:26:21', '2025-02-05 16:26:21'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('151050', '국적', '일반선박', '냉동,냉장선', 'N', 'D7AL', '9009669', '외항', 'LAKE NOVA', 'JI SUNG SHIPPING CO., LTD.', '5225', '5225', '6454', 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 16:27:10', '2025-02-05 16:27:10'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('141016', '국적', '일반선박', '냉동,냉장선', 'N', 'D7NB', '9004657', '외항', 'LAKE CASTLE', 'JI SUNG SHIPPING CO., LTD.', '3583', '3696', '5246', 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 16:28:05', '2025-02-05 16:28:05'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('102283', '국적', '일반선박', '냉동,냉장선', 'N', 'DSQW2', '9020780', '외항', 'LAKE WIN', 'JI SUNG SHIPPING CO., LTD', '1211', '2623', '2733', 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 16:29:00', '2025-02-05 16:29:00'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('131066', '국적', '일반선박', '냉동,냉장선', 'N', 'D7PK', '9087910', '외항', 'PHAROSTAR', 'JISUNG SHIPPING CO., LTD.', '4490', '4490', '5232', 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 16:29:48', '2025-02-05 16:29:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('131060', '국적', '일반선박', '냉동,냉장선', 'N', 'D7MG', '8603121', '외항', 'SALTLAKE', 'JI SUNG SHIPPING CO., LTD.', '2026', '3437', '4269', 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 16:30:38', '2025-02-05 16:30:38'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('079662', '국적', '일반선박', '냉동,냉장선', 'N', 'DSPI5', '8513871', '외항', 'SUN FLOWER 7', 'JI SUNG SHIPPING CO., LTD', '1830', '3244', '3962', 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-05 16:31:22', '2025-02-05 16:31:22'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211067', '국적', '일반선박', '산물선', 'N', 'D7AP', '9310678', '외항', 'WOORI SUN', '우리상선(주)', '29960', '29960', '53556', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-05 17:59:33', '2025-02-06 10:16:14'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241057', '국적', '일반선박', '자동차 운반선', 'N', 'D7LK', '9706994', '외항', 'GLOVIS CROWN', 'HYUNDAI GLOVIS CO., LTD', '34751', '59968', NULL, 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 09:15:47', '2025-02-06 09:15:47'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181033', '국적', '일반선박', '냉동,냉장선', 'N', 'D7CS', '9126261', '외항', 'JOCHOH', 'BOYANG LTD.', '4458', '4458', '5537', 'Assuranceforeningen Skuld', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 09:17:44', '2025-02-06 09:17:44'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('171002', '국적', '일반선박', '냉동,냉장선', 'N', 'D7WB', '8904941', '외항', 'DHARA', 'BOYANG LTD.', '6557', '6557', '7129', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 09:19:01', '2025-02-06 09:19:01'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('101951', '국적', '일반선박', '냉동,냉장선', 'N', 'DSQS6', '9209245', '외항', 'SOHOH', 'BOYANG LTD.', '4519', '4519', '5455', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 09:19:40', '2025-02-06 09:19:40'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191058', '국적', '일반선박', '냉동,냉장선', 'N', 'D7JO', '9698343', '외항', 'NO.2 JOCHOH', 'BOYANG LTD.', '4546', '4546', '5960', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 09:20:29', '2025-02-06 09:20:29'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('958733', '국적', '일반선박', '예선', 'N', 'DSEH2', '9141479', '외항', '305 CHOYANG', 'HA Min-Su', '230', '362', '162.726', 'The Shipowners` Mutual Protection & Indemnity Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 09:23:44', '2025-02-06 09:23:44'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('110012', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', 'CHOYANG 1200', '(주)조양', '3396', '3555', '4886', 'The Shipowners` Mutual Protection & Indemnity Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 09:26:01', '2025-02-06 09:26:01'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201063', '국적', '일반선박', 'LPG, LNG선', 'N', 'D7GF', '9409302', '외항', 'G. FOREVER', 'SK SHIPPING CO., LTD.', '46999', '46999', '54800', 'Assuranceforeningen Skuld', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 09:32:54', '2025-02-06 09:32:54'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('021650', '국적', '일반선박', '시멘트 운반선', 'N', 'DSNC2', '8606317', '내항', '드래곤스타', '금성해운(주)', '5683', '5683', '9571', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-07', '2026-02-07', '대한민국', '부산지방해양수산청', '2025-02-06 09:34:08', '2025-02-06 09:34:08'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('070561', '국적', '일반선박', '시멘트 운반선', 'N', 'DSPE2', '8410782', '내항', '청양', '금성해운(주)', '6443', NULL, '10158.05', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-07', '2026-02-07', '대한민국', '부산지방해양수산청', '2025-02-06 09:58:02', '2025-02-06 09:58:02'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('160063', '국적', '유조선', '석유제품운반선', 'N', 'D7SC', '9175896', '내항', '스카이케미', '정우해운(주)', '1772', NULL, '3345', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-07', '2026-02-07', '대한민국', '부산지방해양수산청', '2025-02-06 09:59:56', '2025-02-06 09:59:56'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('160063', '국적', '유조선', '석유제품운반선', 'N', 'D7SC', '9175896', '내항', '스카이케미', '정우해운(주)', '1772', NULL, '3345', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-07', '2026-02-07', '대한민국', '부산지방해양수산청', '2025-02-06 10:01:05', '2025-02-06 10:01:05'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191044', '국적', '일반선박', '광석 운반선', 'N', 'D7CM', '9659684', '외항', 'CS ONSAN', 'CS MARINE CO., LTD.', '23884', '23884', '38192', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 10:05:09', '2025-02-06 10:05:09'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('103005', '국적', '일반선박', '풀컨테이너선', 'N', 'DSRA2', '9209908', '외항', 'SINOKOR NIIGATA', 'SINOKOR MERCHANT MARINE CO., LTD.', '6490', '6490', '8662', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 10:06:47', '2025-02-06 10:06:47'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181063', '국적', '일반선박', '산물선', 'N', 'D7CK', '9290971', '외항', 'ORIENTAL ENTERPRISE', '엔와이케이벌크쉽코리아(주)', '48042', '48042', '88125', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 10:09:58', '2025-02-06 10:09:58'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('093962', '국적', '일반선박', '산물선', 'N', 'DSQM7', '9214056', '외항', 'ORIENTAL FRONTIER', 'NYK Bulkship Korea Co., Ltd.', '39052', '39052', '74366', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 10:11:27', '2025-02-10 17:31:42'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('068905', '국적', '일반선박', '냉동,냉장선', 'N', 'DSOP5', '8808161', '외항', 'SEI SHIN', 'GREEN WORLD CO., LTD.', '978', '2426', '2267', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 10:16:14', '2025-02-06 10:16:14'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('161069', '국적', '일반선박', '냉동,냉장선', 'N', 'D7HD', '9684067', '외항', 'SEIBU', 'GREEN WORLD CO., LTD.', '3132', '3350', '3355', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 10:18:26', '2025-02-06 10:18:26'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('151007', '국적', '일반선박', '냉동,냉장선', 'N', 'D8DK', '9172909', '외항', 'SEIYU', 'GREEN WORLD CO., LTD.', '2363', '2713', '3046', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 10:19:05', '2025-02-06 10:19:05'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('141032', '국적', '유조선', '석유제품운반선', 'N', 'D7NL', '9193587', '외항', 'JEIL CRYSTAL', 'JEIL INTERNATIONAL CO., LTD.', '6301', '6301', '11616', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 10:22:23', '2025-02-06 10:22:23'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('141075', '국적', '유조선', '석유제품운반선', 'N', 'D7OG', '9200603', '외항', 'GEUM GANG', 'JEIL INTERNATIONAL CO., LTD.', '6294', '6294', '11747', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 10:24:08', '2025-02-06 10:25:41'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('151069', '국적', '유조선', '석유제품운반선', 'N', 'DSMA7', '9197143', '외항', 'DAE WON', 'JEIL INTERNATIONAL CO., LTD.', '9599', '9599', '16465', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 10:26:46', '2025-02-06 10:26:46'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('161040', '국적', '유조선', '석유제품운반선', 'N', 'D7CB', '9162112', '외항', 'PARAMITA', 'JEIL INTERNATIONAL CO., LTD.', '6270', '6270', '11636', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 10:27:32', '2025-02-06 10:27:32'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('171063', '국적', '유조선', '석유제품운반선', 'N', 'D8YJ', '9200598', '외항', 'MANDALA', 'JEIL INTERNATIONAL CO., LTD.', '6294', '6294', '11752', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 10:28:28', '2025-02-06 10:30:53'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191010', '국적', '유조선', '석유제품운반선', 'N', 'D7BF', '9221669', '외항', 'MARIGOLD', 'JEIL INTERNATIONAL CO., LTD.', '7373', '7373', '11921', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 10:31:42', '2025-02-06 10:31:42'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201039', '국적', '유조선', '석유제품운반선', 'N', 'D8TY', '9415014', '외항', 'TONG YOUNG', 'JEIL INTERNATIONAL CO., LTD.', '7411', '7411', '12647', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 10:32:32', '2025-02-06 10:32:32'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('020168', '국적', '일반선박', '풀컨테이너선', 'N', 'DSFT8', '9131852', '외항', 'KMTC PUSAN', 'KOREA MARINE TRANSPORT CO., LTD.', '16717', '16717', '21054', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 10:43:02', '2025-02-06 10:43:02'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('111038', '국적', '일반선박', '풀컨테이너선', 'N', 'DSRD9', '9131864', '외항', 'KMTC ULSAN', 'KOREA MARINE TRANSPORT CO., LTD', '16717', '16717', '21069', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 10:44:20', '2025-02-06 10:44:20'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('059187', '국적', '일반선박', '풀컨테이너선', 'N', 'DSOF3', '9157741', '외항', 'KMTC KEELUNG', 'KOREA MARINE TRANSPORT CO., LTD.', '16731', '16731', '20962', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 10:45:05', '2025-02-06 10:45:05'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('042269', '국적', '일반선박', '풀컨테이너선', 'N', 'DSOA9', '9217412', '외항', 'KMTC SINGAPORE', 'KOREA MARINE TRANSPORT CO., LTD.', '16659', '16659', '20530', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 10:46:31', '2025-02-06 10:46:31'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('042276', '국적', '일반선박', '풀컨테이너선', 'N', 'DSOA8', '9217424', '외항', 'KMTC JAKARTA', 'KOREA MARINE TRANSPORT CO., LTD.', '16659', '16659', '20541', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 10:47:51', '2025-02-06 10:47:51'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('131004', '국적', '일반선박', '풀컨테이너선', 'N', 'DSRL4', '9274202', '외항', 'KMTC SHANGHAI', 'KOREA MARINE TRANSPORT CO., LTD', '20815', '20815', '28499', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 10:49:03', '2025-02-06 10:49:03'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('102021', '국적', '일반선박', '풀컨테이너선', 'N', 'DSQT9', '9235593', '외항', 'KMTC QINGDAO', 'KOREA MARINE TRANSPORT CO., LTD', '27799', '27799', '39382', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 10:49:46', '2025-02-06 10:49:46'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191028', '국적', '일반선박', '풀컨테이너선', 'N', 'D7UC', '9626417', '외항', 'KMTC SHENZHEN', 'KOREA MARINE TRANSPORT CO., LTD.', '28827', '28827', '39829', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 10:57:41', '2025-02-06 10:57:41'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191038', '국적', '일반선박', '풀컨테이너선', 'N', 'D7UF', '9665695', '외항', 'KMTC MUMBAI', 'KOREA MARINE TRANSPORT CO., LTD.', '52320', '52320', '64962', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 10:58:56', '2025-02-06 10:58:56'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191055', '국적', '일반선박', '풀컨테이너선', 'N', 'D7UL', '9723928', '외항', 'KMTC DUBAI', 'KOREA MARINE TRANSPORT CO., LTD.', '52702', '52702', '64801', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 11:00:03', '2025-02-06 11:00:03'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('151063', '국적', '일반선박', '풀컨테이너선', 'N', 'DSMA4', '9315848', '외항', 'KMTC TIANJIN', 'Korea Marine Transport Co., LTD.', '28927', '28927', '39262', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 11:01:02', '2025-02-06 11:01:02'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('161043', '국적', '일반선박', '풀컨테이너선', 'N', 'D7BM', '9314923', '외항', 'KMTC HOCHIMINH', 'KOREA MARINE TRANSPORT CO., LTD.', '28927', '28927', '39295', 'The Britannia Steam Ship Insurance Association Europe', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 11:03:15', '2025-02-06 11:03:15'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('161072', '국적', '일반선박', '풀컨테이너선', 'N', 'D7KC', '9375513', '외항', 'KMTC CHENNAI', 'KOREA MARINE TRANSPORT CO., LTD.', '40898', '40898', '51750', 'The Britannia Steam Ship Insurance Association Europe', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 11:05:08', '2025-02-06 11:05:08'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('171012', '국적', '일반선박', '풀컨테이너선', 'N', 'D7SD', '9375496', '외항', 'KMTC MANILA', 'KOREA MARINE TRANSPORT CO., LTD.', '40898', '40898', '51752', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 11:06:10', '2025-02-06 11:06:10'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('171006', '국적', '일반선박', '풀컨테이너선', 'N', 'D7SH', '9375305', '외항', 'KMTC JEBEL ALI', '고려해운(주)', '40898', '40898', '51648', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 11:07:03', '2025-02-06 11:07:03'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('171007', '국적', '일반선박', '풀컨테이너선', 'N', 'D7SG', '9375501', '외항', 'KMTC NHAVA SHEVA', 'KOREA MARINE TRANSPORT CO., LTD.', '40898', '40898', '51701', 'The Britannia Steam Ship Insurance Association Europe', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 11:22:48', '2025-02-06 11:22:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201016', '국적', '일반선박', '풀컨테이너선', 'N', 'D7UW', '9347449', '외항', 'KMTC MUNDRA', 'KOREA MARINE TRANSPORT CO., LTD.', '75488', '75488', '80855', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 11:23:48', '2025-02-06 11:23:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221009', '국적', '일반선박', '풀컨테이너선', 'N', 'D7XC', '9882205', '외항', 'KMTC SEOUL', 'KOREA MARINE TRANSPORT CO., LTD.', '27997', '27997', '37200', 'The Britannia Steam Ship Insurance Association Europe', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 11:25:30', '2025-02-06 11:25:30'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201034', '국적', '일반선박', '풀컨테이너선', 'N', 'D7VN', '9347437', '외항', 'KMTC COLOMBO', 'KOREA MARINE TRANSPORT CO., LTD.', '75488', '75488', '80855', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 11:26:30', '2025-02-06 11:26:30'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211043', '국적', '일반선박', '풀컨테이너선', 'N', 'D7WN', '9409182', '외항', 'KMTC DELHI', 'KOREA MARINE TRANSPORT CO., LTD.', '73780', '73780', '85523', 'The Britannia Steam Ship Insurance Association Europe', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 11:27:28', '2025-02-06 11:27:28'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('224810', '국적', '유조선', '석유제품운반선', 'N', '1233케이에스아너', '9383144', '내항', '케이에스 아너', '주식회사 씨엔엠', '7057', NULL, NULL, 'The Standard Club Asia Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '울산지방해양수산청', '2025-02-06 16:48:36', '2025-02-06 16:48:36'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191054', '국적', '일반선박', '풀컨테이너선', 'N', 'D7UN', '9626405', '외항', 'KMTC NINGBO', 'KOREA MARINE TRANSPORT CO., LTD.', '28827', '28827', '39829', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-06 17:01:22', '2025-02-06 17:01:22'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241036', '국적', '유조선', '석유제품운반선', 'N', 'D7KM', '9400409', '외항', 'JBU OPAL', 'TAIKUN SHIPPING CO.,LTD.', '11561', '11561', '19864', 'The London Steam-Ship Owners` Mutual Insurance Association Limited', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 09:48:03', '2025-02-07 09:48:15'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201035', '국적', '유조선', '석유제품운반선', 'N', 'D7LA', '9415002', '외항', 'DM DRAGON', 'K&amp;amp;K SHIPPING CO.,LTD.', '7411', '7411', '12648', 'The London Steam-Ship Owners` Mutual Insurance Association Limited', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 09:50:09', '2025-02-07 09:50:09'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201003', '국적', '유조선', '석유제품운반선', 'N', 'D7AD', '9274276', '외항', 'KOREA CHEMI', 'TAIKUN SHIPPING CO., LTD.', '8270', '8270', '14312', 'The London Steam-Ship Owners` Mutual Insurance Association Limited', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 09:51:41', '2025-02-07 09:51:41'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201045', '국적', '유조선', '석유제품운반선', 'N', 'D7VR', '9330587', '외항', 'DS OCEAN', 'DS OCEAN CO., LTD.', '11534', '11534', '19940', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 09:53:02', '2025-02-07 09:53:02'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191045', '국적', '유조선', '석유제품운반선', 'N', 'D7UK', '9515292', '외항', 'DS COUGAR', 'DS SHIPPING CO., LTD.', '7411', '7411', '12584', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 09:54:19', '2025-02-07 09:54:19'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221081', '국적', '유조선', '석유제품운반선', 'N', 'D7HL', '9377432', '외항', 'MEDIA', 'K&amp;amp;K SHIPPING CO., LTD.', '3970', '3979', '5706', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 09:55:13', '2025-02-07 09:55:13'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221075', '국적', '일반선박', '풀컨테이너선', 'N', 'D7XH', '9545015', '외항', 'STAR EXPRESS', 'NAMSUNG SHIPPING Co., Ltd', '9520', '9520', '12839', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 11:02:55', '2025-02-07 11:02:55'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('161002', '국적', '일반선박', '풀컨테이너선', 'N', 'D7CH', '9754783', '외항', 'STAR CHALLENGER', 'NAMSUNG SHIPPING Co., Ltd.', '9955', '9955', '12383', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 11:04:24', '2025-02-07 11:04:24'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('161012', '국적', '일반선박', '풀컨테이너선', 'N', 'D7FU', '9754795', '외항', 'STAR VOYAGER', 'NAMSUNG SHIPPING CO., Ltd.', '9955', '9955', '12401', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 11:05:05', '2025-02-07 11:05:05'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221073', '국적', '일반선박', '풀컨테이너선', 'N', 'D7XJ', '9545003', '외항', 'STAR PIONEER', 'NAMSUNG SHIPPING CO., LTD.', '9520', '9520', '12839', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 11:05:35', '2025-02-07 11:05:35'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231075', '국적', '일반선박', '풀컨테이너선', 'N', 'D7BH', '9685061', '외항', 'PEGASUS TERA', '동영해운 주식회사', '9988', '9988', '12286', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 11:06:38', '2025-02-07 11:06:38'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231054', '국적', '일반선박', '풀컨테이너선', 'N', 'D7ER', '9707522', '외항', 'PEGASUS PETA', '동영해운 주식회사', '9988', '9988', '12286', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 11:07:20', '2025-02-07 11:07:20'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('081904', '국적', '일반선박', '풀컨테이너선', 'N', 'DSQG4', '9283150', '외항', 'PEGASUS PACER', 'Dong Young Shipping', '7406', '7406', '9618', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 11:11:01', '2025-02-07 11:11:01'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241017', '국적', '일반선박', '풀컨테이너선', 'N', 'DSAJ3', '9978652', '외항', 'PEGASUS DREAM', 'DONGYOUNG SHIPPING CO., LTD.', '9924', '9924', '13100.94', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 11:16:12', '2025-02-07 11:16:12'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('134806', '국적', '일반선박', 'LPG, LNG선', 'N', '1217 지 위즈덤호', '9673745', '외항', 'G. WISDOM', '에스케이해운 주식회사', '788', '1109', '1054', 'Assuranceforeningen Skuld', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 11:17:26', '2025-02-07 11:17:26'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('141076', '국적', '유조선', '석유제품운반선', 'N', 'D7OX', '9275842', '내항', '태경 루나', '태경탱커(주)', '2253', NULL, '3419', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 11:18:03', '2025-02-07 11:18:03'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('167801', '국적', '유조선', '석유제품운반선', 'N', 'D7AT', '9244879', '내항', '티앤 이둔', '태경탱커(주)', '1877', NULL, '3576', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 11:19:10', '2025-02-07 11:19:10'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('171071', '국적', '유조선', '석유제품운반선', 'N', 'D8MW', '9297230', '외항', '태경 레아', '태경탱커(주)', '1912', NULL, '3454', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 11:19:49', '2025-02-07 11:19:49'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('093160', '국적', '일반선박', '기타선', 'N', 'DSQL7', '9490935', '외항', 'ARAON', 'Korea Institute of Ocean Science and Technology', '7507', '7507', '3070', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 11:20:29', '2025-02-07 11:20:29'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('106171', '국적', '일반선박', '철강제 운반선', 'N', 'DSQX6', '9586904', '외항', 'DONGBANG GIANT NO.3', 'DONGBANG TRANSPORT LOGISTICS CO LTD', '12183', '12183', '14006', 'The Shipowners` Mutual Protection & Indemnity Association (Luxembourg)', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 11:22:12', '2025-02-07 11:22:12'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('121036', '국적', '일반선박', '산물선', 'N', 'D8BI', '9593397', '외항', 'DONGBANG GIANT NO.6', 'CJ LOGISTICS CORPORATION', '14462', '14462', '15016', 'The Shipowners` Mutual Protection & Indemnity Association (Luxembourg)', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 11:25:22', '2025-02-07 11:25:22'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241027', '국적', '일반선박', '기타선', 'N', 'D7JT', '9962380', '외항', 'DONGBANG GIANT NO.9', '(주)동방', '16539', '16539', '25163.4', 'The Shipowners` Mutual Protection & Indemnity Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 11:25:57', '2025-02-07 11:25:57'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241026', '국적', '일반선박', '산물선', 'N', 'D7KG', '9629976', '외항', 'DL PANSY', 'DONG-A TANKER CORPORATION', '33729', '33729', '57834', 'Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 11:26:48', '2025-02-07 11:26:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241045', '국적', '유조선', '석유제품운반선', 'N', 'DSEW2', '1016501', '외항', 'BS HAIPHONG', 'YENTEC CO., LTD.', '8593', '8593', '12923', 'Assuranceforeningen Skuld (Gjensidig)', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 11:42:28', '2025-02-11 10:26:18'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191013', '국적', '유조선', '석유제품운반선', 'N', 'D7TX', '9841093', '외항', 'YN GWANGYANG', 'YENTEC CO., LTD.', '5002', '5002', '6583', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 11:44:05', '2025-02-07 11:44:05'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181057', '국적', '유조선', '석유제품운반선', 'N', 'D7TP', '9805300', '외항', 'YN BUSAN', 'YENTEC CO., LTD.', '5002', '5002', '6596', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 11:44:49', '2025-02-07 11:44:49'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('121009', '국적', '일반선박', '산물선', 'N', 'DSRH5', '9354234', '외항', 'KOOKYANG SINGAPORE', 'SINOKOR MERCHANT MARINE CO., LTD', '8603', '8603', '11432', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 13:17:50', '2025-02-07 13:17:50'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('111028', '국적', '일반선박', '산물선', 'N', 'DSRD4', '9513206', '외항', 'DDS MARINA', 'DAEDONG SHIPPING CO., LTD.', '10850', '10850', '15000', 'The London Steam-Ship Owners` Mutual Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 13:20:37', '2025-02-07 13:22:34'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221021', '국적', '일반선박', '기타선', 'N', 'D7FI', '9802982', '외항', 'CY INTEROCEAN Ⅱ', 'Chung Yang Shipping Co., Ltd.', '14766', '14766', '15633', 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 13:26:13', '2025-02-11 14:37:56'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211059', '국적', '일반선박', '산물선', 'N', 'D7DN', '9802970', '외항', 'CY INTEROCEAN I', 'Chung Yang Shipping Co., Ltd.', '14766', '14766', '15631', 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 13:27:43', '2025-02-11 14:38:28'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('111005', '국적', '일반선박', '산물선', 'N', 'DSRA9', '9601601', '외항', 'WOOHYUN GREEN', 'WOOHYUN SHIPPING CO., LTD.', '11481', '11481', '17556', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 13:40:39', '2025-02-07 13:44:27'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('101891', '국적', '일반선박', '산물선', 'N', 'DSQQ4', '9562855', '외항', 'WOOHYUN HOPE', 'WOOHYUN SHIPPING CO., LTD.', '11481', '11481', '17556', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 13:41:48', '2025-02-07 13:41:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221045', '국적', '일반선박', '산물선', 'N', 'D7XE', '9571404', '외항', 'WOOHYUN SKY', 'Woohyun Shipping Co., Ltd', '22927', '22927', '32312', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 13:42:44', '2025-02-07 13:42:44'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231077', '국적', '일반선박', '산물선', 'N', 'D7XK', '9605994', '외항', 'WOOHYUN STAR', 'Woohyun Shipping Co., Ltd', '22866', '22866', '37067', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 13:43:30', '2025-02-17 14:26:39'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231074', '국적', '일반선박', '풀컨테이너선', 'N', 'D7JR', '9863302', '기타', 'HMM COPENHAGEN', '에이치엠엠 주식회사', '228283', '228283', NULL, 'The North of England Protecting & Indemnity Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-07 15:31:28', '2025-02-07 15:31:28'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231057', '국적', '일반선박', '풀컨테이너선', 'N', NULL, '9863326', '외항', 'HMM GDANSK', NULL, '228283', '228283', NULL, 'The North of England Protecting & Indemnity Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-07 16:04:05', '2025-02-07 16:04:05'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('926568', '국적', '일반선박', '기타선', 'N', 'D9XJ', '9011583', '외항', 'ONNURI', '한국해양과학기술원', '1009', '1370', NULL, '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '마산지방해양수산청', '2025-02-07 16:26:35', '2025-02-07 16:26:35'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('103461', '국적', '유조선', '석유제품운반선', 'N', 'DSMA3', '9284714', '외항', 'STO AZALEA', 'STO CHARTERING KOREA CO., LTD', '5546', '5546', '8499', 'The Standard Club Asia Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 17:06:12', '2025-02-07 17:06:12'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('161068', '국적', '유조선', '석유제품운반선', 'N', 'D7CD', '9279927', '외항', 'STO LOBELIA', 'INSEO CO., LTD', '5720', '5720', '9055', 'The Standard Club Asia Ltd', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 17:14:32', '2025-02-07 17:14:32'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('121061', '국적', '유조선', '석유제품운반선', 'N', 'DSRK4', '9405643', '외항', 'JN EMERALD', 'J& Shipping Co., Ltd.', '4067', '4067', '5689', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 17:39:55', '2025-02-07 17:39:55'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221028', '국적', '유조선', '석유제품운반선', 'N', 'D7BB', '9457830', '외항', 'JN CAMELLIA', 'J& Shipping Co., Ltd', '8278', '8278', '12822', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 17:46:18', '2025-02-07 17:46:18'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231008', '국적', '유조선', '석유제품운반선', 'N', 'D7BX', '9451393', '외항', 'JN IRIS', 'J&Shipping Co., Ltd.', '8242', '8242', '12922', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 17:47:51', '2025-02-07 17:47:51'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211014', '국적', '유조선', '석유제품운반선', 'N', 'D7VY', '9363807', '외항', 'JN NEPTUNE', 'J& Shipping Co., Ltd.', '7215', '7215', '12909', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 17:50:28', '2025-02-07 17:50:28'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241028', '국적', '유조선', '석유제품운반선', 'N', 'D7IY', '9611773', '외항', 'JN RUBY', 'JN Tanker Co.,Ltd', '4111', '4111', '6230', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-07 17:53:15', '2025-02-07 17:53:15'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('072108', '국적', '유조선', '석유제품운반선', 'N', 'DSPQ4', '9390719', '내항', 'DL DIAMOND', 'DONGLIM TANKER CO., LTD.', '5598', NULL, '8029', 'The Shipowners` Mutual Protection & Indemnity Association (Luxembourg)', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 09:36:22', '2025-02-10 09:36:22'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211024', '국적', '유조선', '석유제품운반선', 'N', 'D7VZ', '9576909', '내항', 'DL AMBER', 'DONGLIM TANKER CO., LTD.', '7333', '7333', '12898', 'The Shipowners` Mutual Protection & Indemnity Association (Luxembourg)', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 09:38:26', '2025-02-10 11:23:06'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('180025', '국적', '유조선', '석유제품운반선', 'N', NULL, '9403267', '내항', 'DL RUBY', 'DONGLIM TANKER CO., LTD.', '6716', NULL, '10288', 'The Shipowners` Mutual Protection & Indemnity Association (Luxembourg)', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 09:42:32', '2025-02-10 09:42:44'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('23080016262909', '국적', '일반선박', '어선', 'N', 'D7PU', '9687772', '외항', 'NARA', 'Ministry of Education(Pukyong National University)', '1494', '1893', '758', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 09:45:09', '2025-02-10 11:25:20'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('20110016262908', '국적', '일반선박', '어선', 'N', '6KSK', '9857470', '어선', 'BAEK KYUNG', 'Republic of Korea (Ministry of Education : Pukyong', '3997', '3998', '1499.74', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 09:46:01', '2025-02-10 09:46:01'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181011', '국적', '유조선', '석유제품운반선', 'N', 'D7DI', '9240213', '내항', '거제 이션', '거제선박(주)', '1972', NULL, '3528', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 09:47:35', '2025-02-10 09:47:35'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('160055', '국적', '유조선', '석유제품운반선', 'N', 'D7QA', '9411587', '내항', '거제코델리아', '거제선박(주)', '8689', '8689', '13098', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 09:50:58', '2025-02-10 09:50:58'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('180005', '국적', '유조선', '석유제품운반선', 'N', NULL, '9841263', '내항', '거제유비아', '거제선박(주)', '1996', NULL, '3639', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 09:52:16', '2025-02-10 09:52:16'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('161034', '국적', '일반선박', '자동차 운반선', 'N', 'D7AQ', '9158616', '외항', 'ASIAN CAPTAIN', 'EUKOR CAR CARRIERS INC', '71383', '71383', '26765', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 09:54:27', '2025-02-17 13:51:50'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('151030', '국적', '일반선박', '자동차 운반선', 'N', 'D7AG', '9176632', '외항', 'ASIAN EMPEROR', 'EUKOR CAR CARRIERS INC', '55729', '55729', '21479', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 10:01:18', '2025-02-17 13:54:35'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('131068', '국적', '일반선박', '자동차 운반선', 'N', 'D7ML', '9176606', '외항', 'ASIAN EMPIRE', 'EUKOR CAR CARRIERS INC', '45905', '71383', '25765', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 10:01:50', '2025-02-17 13:54:04'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('141049', '국적', '일반선박', '자동차 운반선', 'N', 'D8CU', '9122966', '외항', 'ASIAN VISION', 'EUKOR CAR CARRIERS INC', '55680', '55680', '21421', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 10:02:20', '2025-02-17 13:55:55'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('141043', '국적', '일반선박', '자동차 운반선', 'N', 'D7NS', '9203588', '외항', 'ASIAN DYNASTY', 'EUKOR CAR CARRIERS INC', '55719', '55719', '21224', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 10:02:56', '2025-02-17 13:53:39'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('111053', '국적', '일반선박', '자동차 운반선', 'N', 'DSMZ8', '9203576', '외항', 'ASIAN MAJESTY', 'EUKOR CAR CARRIERS INC', '46398', '71383', '25818', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 10:03:24', '2025-02-17 13:55:05'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('141068', '국적', '일반선박', '자동차 운반선', 'N', 'D8CX', '9203590', '외항', 'ASIAN TRUST', 'EUKOR CAR CARRIERS INC', '55719', '55719', '21321', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 10:04:12', '2025-02-17 13:55:33'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241009', '국적', '일반선박', '자동차 운반선', 'N', 'D7BP', '9336074', '기타', 'MORNING COMPOSER', 'EUKOR CAR CARRIERS INC', '36257', '57542', '21053', 'Assuranceforeningen Skuld (Gjensidig)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 10:19:53', '2025-02-10 10:21:26'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241008', '국적', '일반선박', '자동차 운반선', 'N', 'D7ET', '9336050', '외항', 'MORNING CONDUCTOR', 'EUKOR CAR CARRIERS INC', '36257', '57542', '21091', 'Assuranceforeningen Skuld (Gjensidig)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 10:22:18', '2025-02-10 10:22:18'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231044', '국적', '일반선박', '자동차 운반선', 'N', 'D7JB', '9367580', '외항', 'MORNING MARGARETA', '유코카캐리어스 주식회사', '31778', '51917', '17386', 'Assuranceforeningen Skuld (Gjensidig)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 10:22:55', '2025-02-17 09:28:13'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231049', '국적', '일반선박', '자동차 운반선', 'N', 'D7JC', '9367592', '외항', 'MORNING NINNI', '유코카캐리어스 주식회사', '31778', '51917', '17372', 'Assuranceforeningen Gard (Gjensidig)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 10:30:59', '2025-02-17 09:33:11'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231067', '국적', '일반선박', '자동차 운반선', 'N', NULL, '9477830', '외항', 'MORNING CECILIE', 'EUKOR CAR CARRIERS INC', '60876', '60876', '22699', 'Assuranceforeningen Skuld', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 10:31:44', '2025-02-17 09:32:21'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241043', '국적', '일반선박', '자동차 운반선', 'N', 'D7KX', '9519133', '외항', 'MORNING CELINE', 'EUKOR CAR CARRIERS INC', '60931', '60931', NULL, 'Assuranceforeningen Skuld (Gjensidig)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 10:33:32', '2025-02-10 10:33:32'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241062', '국적', '일반선박', '자동차 운반선', 'N', 'D7LM', '9519145', '외항', 'MORNING CORNELIA', '유코카캐리어스 주식회사', '61002', '61002', NULL, 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 10:34:20', '2025-02-10 10:34:20'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('171073', '국적', '유조선', '석유제품운반선', 'N', 'D7RM', '9808857', '외항', 'GOLDEN SUNNY HANA', 'HNCC CO., LTD.', '2688', '2990', '3551', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 10:35:10', '2025-02-10 10:35:10'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('072179', '국적', '유조선', '석유제품운반선', 'N', 'DSPR5', '9473664', '외항', 'GOLDEN HANA', 'HN SHIPPING CO.,LTD', '2517', '2846', '3934', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 10:36:03', '2025-02-10 10:36:03'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('131012', '국적', '유조선', '석유제품운반선', 'N', 'DSRL9', '9272759', '외항', 'GOLDEN AI HANA', 'HN Shipping Co., Ltd.', '2369', '2718', '3692', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 10:36:45', '2025-02-10 10:36:45'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241019', '국적', '유조선', '석유제품운반선', 'N', 'DSQU4', '9370575', '외항', 'GLORY HANA', 'HANA MARINE CO., LTD.', '1530', '1930', '2499', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 10:37:26', '2025-02-10 10:37:26'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181015', '국적', '유조선', '석유제품운반선', 'N', 'D7RV', '9816244', '외항', 'GOLDEN BRIDGE HANA', 'HANA MARINE CO., LTD.', '2688', '2990', '3546', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 10:38:08', '2025-02-10 10:38:08'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('141039', '국적', '유조선', '석유제품운반선', 'N', 'D8CS', '9468499', '외항', 'GOLDEN JOY HANA', 'HANA MARINE CO., LTD.', '2498', '2830', '3456', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 10:38:45', '2025-02-10 10:38:45'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('141067', '국적', '유조선', '석유제품운반선', 'N', 'D7OO', '9540170', '외항', 'GOLDEN KEY HANA', 'Hana Marine Co., Ltd.', '2497', '2829', '3456', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 10:39:27', '2025-02-10 10:39:27'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('141031', '국적', '유조선', '석유제품운반선', 'N', 'D7NM', '9310226', '외항', 'GOLDEN SKY HANA', 'Hana Marine Co., Ltd.', '3910', '3936', '5720', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 10:41:42', '2025-02-10 10:41:42'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241029', '국적', '유조선', '석유제품운반선', 'N', 'DSFM6', '1014266', '외항', 'LUNA HANA', '하나마린 주식회사', '1075', '1445', '1731.28', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 10:42:36', '2025-02-10 10:42:36'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('131008', '국적', '유조선', '석유제품운반선', 'N', 'DSRL7', '9397169', '외항', 'NURI HANA', 'Hana Marine Co., Ltd.', '1464', '1863', '2645', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 10:43:21', '2025-02-10 10:43:21'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231003', '국적', '유조선', '석유제품운반선', 'N', 'D7XQ', '9959905', '외항', 'PRETTY HANA', 'HANA MARINE CO., LTD', '1546', '1946', '2649', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 10:44:07', '2025-02-12 09:35:47'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201041', '국적', '유조선', '석유제품운반선', 'N', 'D7WH', '9890707', '외항', 'WOORI HANA', 'HANA MARINE CO., LTD.', '1066', '1434', '1754', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 10:49:16', '2025-02-10 10:49:16'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241018', '국적', '유조선', '석유제품운반선', 'N', 'D7KE', '9264879', '외항', 'QUARTERBACK J', 'J-BRO MARITIME CO., LTD.', '6976', '6976', '11951', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 10:51:23', '2025-02-10 10:51:23'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181050', '국적', '유조선', '석유제품운반선', 'N', 'D7ES', '9297711', '외항', 'INCHEON CHEMI', 'J-BRO MARITIME.CO., LTD.', '5510', '5510', '8747', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 10:54:24', '2025-02-10 10:54:24'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211025', '국적', '유조선', '석유제품운반선', 'N', 'D7WC', '9279707', '외항', 'GOLDSTAR SHINE', 'VENUS SHIPPING CO., LTD.', '5376', '5376', '8792', 'Assuranceforeningen Skuld', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-10 10:55:49', '2025-02-10 10:55:49'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('246803', '국적', '일반선박', '기타선', 'N', 'DSJA8', '9540106', '외항', '탐해3', '한국지질자원연구원', '6862', '6862', NULL, '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '포항지방해양수산청', '2025-02-10 12:21:01', '2025-02-10 12:21:01'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191029', '국적', '일반선박', '화객선', 'N', 'DSUE', '9859143', '외항', '군산펄', '석도국제훼리(주)', '11515', '19988', '7398.6', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '군산지방해양수산청', '2025-02-10 15:52:10', '2025-02-12 13:31:13'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('18050156461301', '국적', '일반선박', '어선', 'N', NULL, '9807255', '어선', '새동백호(SEA DONGBAEK)', NULL, '2996', NULL, '1372', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '여수지방해양수산청', '2025-02-11 11:05:26', '2025-02-11 11:05:26'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('092141', '국적', '일반선박', '부선', 'N', NULL, NULL, '외항', 'KOREX 20001', 'CJ LOGISTICS CORPORATION', '5102', '5102', NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 14:39:37', '2025-02-11 14:39:37'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('111001', '국적', '일반선박', '기타선', 'N', 'DSRA7', '9583689', '외항', 'HANJIN PIONEER', 'HANJIN Logistics Corporation', '11338', '11338', '12180', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 14:40:55', '2025-02-11 14:40:55'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('105602', '국적', '일반선박', '부선', 'N', NULL, NULL, '외항', 'KOREX 5001', 'CJ LOGISTICS CORPORATION', '843', '1175', NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 14:41:47', '2025-02-11 14:41:47'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231020', '국적', '유조선', '석유제품운반선', 'N', 'D7BI', '9284829', '외항', 'PRINCESS CRYSTAL', '주식회사 이하해운', '4812', '4812', '7938', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 15:23:09', '2025-02-11 15:25:18'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('094156', '국적', '유조선', '석유제품운반선', 'N', 'DSQN4', '9498121', '외항', 'POLARIS', 'DS SHIPPING CO., LTD.', '11290', '11290', '17599', 'The Standard Club Asia Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 15:27:16', '2025-02-11 15:27:16'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181029', '국적', '유조선', '석유제품운반선', 'N', 'D7EP', '9279616', '외항', 'OCEAN CHEMIST', 'SUNRISE TANKER CO., LTD.', '5203', '5203', '8829', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 15:28:58', '2025-02-11 15:28:58'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211053', '국적', '일반선박', '산물선', 'N', 'D7WR', '9392585', '외항', 'ANNA', 'KBL SHIPPING CO., LTD.', '1571', '1971', '3331', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 15:29:58', '2025-02-11 15:29:58'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('105161', '국적', '일반선박', '산물선', 'N', 'DSQZ6', '9395771', '외항', 'KS SUNRISE', 'KBL SHIPPING CO., LTD', '1572', '1972', '3349', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 15:30:42', '2025-02-11 15:30:42'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('021674', '국적', '일반선박', '시멘트 운반선', 'N', 'DSNB9', '8715326', '내항', 'DRAGON SKY', '쌍용씨앤이(주)', '4738', '4738', '8153', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 15:36:54', '2025-02-11 15:43:46'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('010468', '국적', '일반선박', '시멘트 운반선', 'N', 'DSFO6', '8811132', '내항', 'JA YANG', '쌍용씨앤이(주)', '4739', '4739', '8142', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 15:37:31', '2025-02-11 15:44:25'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('060358', '국적', '일반선박', '시멘트 운반선', 'N', 'DSOP8', '9121027', '외항', 'CHANG YAHNG', 'SSANGYONG C&amp;amp;E CO., LTD', '5996', '5996', '10562', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 15:44:57', '2025-02-11 15:44:57'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('080543', '국적', '일반선박', '시멘트 운반선', 'N', 'DSQA3', '9128295', '외항', 'DAN YANG', 'SSANGYONG C&amp;amp;E CO., LTD', '5996', '5996', '10563', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 15:45:29', '2025-02-11 15:45:29'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('090268', '국적', '일반선박', '시멘트 운반선', 'N', 'DSQK5', '9156280', '외항', 'KEUN YANG', 'SSANGYONG C&amp;amp;E CO., LTD', '5996', '5996', '10501', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 15:46:03', '2025-02-11 15:46:03'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('030158', '국적', '일반선박', '시멘트 운반선', 'N', 'DSNB3', '9262273', '외항', 'MORNING SUN', 'SSANGYONG C&amp;amp;E CO., LTD', '4061', '4061', '5924', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 15:46:40', '2025-02-11 15:46:40'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('051521', '국적', '일반선박', '시멘트 운반선', 'N', 'DSOL7', '9343182', '외항', 'SHIN YANG', '쌍용씨앤이(주)', '6422', '6422', '10771', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 15:47:20', '2025-02-11 15:47:39'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('051711', '국적', '일반선박', '시멘트 운반선', 'N', 'DSON8', '9357779', '외항', 'JIN YANG', 'SSANGYONG C&amp;amp;E CO., LTD', '6200', '6200', '10423', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 15:48:06', '2025-02-11 15:48:06'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('101813', '국적', '일반선박', '산물선', 'N', 'DSQQ9', '9087740', '외항', 'TWIN DRAGON', 'SSANGYONG C&amp;amp;E CO., LTD.', '35889', '35889', '69073', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 15:48:45', '2025-02-11 15:48:45'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211004', '국적', '유조선', '석유제품운반선', 'N', 'D7AM', '9499943', '외항', 'ASIAN LILAC', 'WOOSHIN MARINE CO., LTD.', '7521', '7521', '12601', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 15:55:39', '2025-02-11 15:55:39'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201043', '국적', '유조선', '석유제품운반선', 'N', 'D8AG', '9317030', '외항', 'ASIAN GRACE', 'JN SHIPPING CO., LTD.', '5988', '5988', '9515', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 15:56:57', '2025-02-11 15:56:57'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201054', '국적', '일반선박', '자동차 운반선', 'N', 'D7VV', '9070462', '외항', 'K.ASIAN BEAUTY', 'KOREA LINE CORPORATION', '45121', '45121', '13308', 'United Kingdom Mutual Steam Ship Assurance Association (Europe) Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 16:01:15', '2025-02-11 16:01:15'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241033', '국적', '일반선박', '산물선', 'N', 'D7KJ', '9324502', '외항', 'WHITE ROSE', 'KOREA LINE CORPORATION', '89097', '89097', NULL, 'United Kingdom Mutual Steam Ship Assurance Association Limited', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 16:02:17', '2025-02-11 16:02:17'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201031', '국적', '일반선박', '산물선', 'N', 'D7VG', '9225067', '외항', 'SM DONGHAE', 'KOREA LINE CORPORATION', '40832', '40832', '76099', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 16:03:41', '2025-02-11 16:03:41'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211057', '국적', '일반선박', '산물선', 'N', 'D7WZ', '9190640', '외항', 'SM DONGHAE 2', 'KOREA LINE CORPORATION', '38577', '38577', '72867', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 16:04:55', '2025-02-11 16:04:55'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251007', '국적', '일반선박', '산물선', 'N', 'D7MO', '9375965', '외항', 'K. ASTER', 'KOREA LINE CORPORATION', '106367', '106367', NULL, 'United Kingdom Mutual Steam Ship Assurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 16:08:20', '2025-02-11 16:10:27'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221026', '국적', '일반선박', '산물선', 'N', '300프리티프로스페리티호', '9129031', '외항', 'PRETTY PROSPERITY', 'KOREA SHIPPING CORPORATION', '27662', '27662', '47051', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 16:12:49', '2025-04-30 10:28:26'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221014', '국적', '일반선박', '풀컨테이너선', 'N', 'D7FG', '9312937', '외항', 'SM NINGBO', 'SM LINE CORPORATION', '74962', '74962', '80866', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 16:14:18', '2025-02-11 16:14:18'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221063', '국적', '일반선박', '풀컨테이너선', 'N', 'D7DP', '9219240', '외항', 'SM JAKARTA', 'SM LINE CORPORATION', '16850', '16850', '21549', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 16:15:06', '2025-02-11 16:15:06'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211044', '국적', '일반선박', '풀컨테이너선', 'N', 'D7DO', '9374129', '외항', 'SM TOKYO', 'SM LINE CORPORATION', '9928', '9928', '13606', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 16:15:40', '2025-02-11 16:15:40'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221042', '국적', '일반선박', '풀컨테이너선', 'N', 'D7EF', '9347425', '외항', 'SM KWANGYANG', 'SM LINE CORPORATION', '74962', '74962', '80855', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 16:16:12', '2025-02-11 16:16:12'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211017', '국적', '일반선박', '풀컨테이너선', 'N', 'D7BT', '9312767', '외항', 'SM BUSAN', 'SM LINE CORPORATION', '74962', '74962', '80855', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 16:16:56', '2025-02-11 16:16:56'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221033', '국적', '일반선박', '풀컨테이너선', 'N', 'D7FP', '9312755', '외항', 'SM LONG BEACH', 'SM LINE CORPORATION', '74962', '74962', '80855', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 16:17:22', '2025-02-11 16:17:22'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211049', '국적', '일반선박', '풀컨테이너선', 'N', 'D7WQ', '9409027', '외항', 'SM PORTLAND', 'SM LINE CORPORATION', '40839', '40839', '51314', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 16:17:51', '2025-02-11 16:17:51'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211019', '국적', '일반선박', '풀컨테이너선', 'N', 'D7CL', '9395939', '외항', 'SM QINGDAO', 'SM LINE CORPORATION', '40741', '40741', '52316', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 16:18:24', '2025-02-11 16:18:24'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221043', '국적', '일반선박', '풀컨테이너선', 'N', 'D7FS', '9312949', '외항', 'SM YANTIAN', 'SM LINE CORPORATION', '75061', '75061', '80811', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 16:18:54', '2025-02-11 16:18:54'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221003', '국적', '일반선박', '풀컨테이너선', 'N', 'D7DG', '9464704', '외항', 'SM TIANJIN', 'SM LINE CORPORATION', '42110', '42110', '54344', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 16:19:26', '2025-02-11 16:19:26'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221060', '국적', '일반선박', '풀컨테이너선', 'N', 'D7GO', '9312779', '외항', 'SM SHANGHAI', 'SM LINE CORPORATION', '74906', '74906', '80875', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 16:20:17', '2025-02-11 16:20:17'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('111054', '국적', '일반선박', '기타선', 'N', 'DSMZ7', '9586758', '외항', 'MEGA CARAVAN 2', 'ITW MEGALINE CO.,LTD', '16403', '16403', '17644', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 16:21:24', '2025-02-12 10:24:18'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('111032', '국적', '일반선박', '기타선', 'N', 'DSMZ4', '9578608', '외항', 'MEGA CARAVAN', 'HMT MEGALINE CO., LTD', '16403', '16403', '17726', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 16:21:58', '2025-02-11 16:30:35'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('031169', '국적', '유조선', '석유제품운반선', 'N', 'DSNH2', '9287027', '외항', 'WOOJIN PIONEER', 'WOOJIN SHIPPING CO., LTD.', '2362', '2712', '3999', 'Assuranceforeningen Skuld (Gjensidig)', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 16:34:33', '2025-02-11 16:37:56'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231066', '국적', '유조선', '석유제품운반선', 'N', 'D7JN', '9272814', '외항', 'WOOJIN CHEMI', 'WOOJIN SHIPPING CO.,LTD', '5347', '5347', '8522', 'Assuranceforeningen Skuld (Gjensidig)', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 16:36:31', '2025-02-11 16:36:31'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('131032', '국적', '유조선', '석유제품운반선', 'N', 'DSRN8', '9317262', '외항', 'WOOJIN FRANK', 'WOOJIN SHIPPING CO., LTD.', '7143', '7143', '12099', 'Assuranceforeningen Gard (Gjensidig)', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 16:38:43', '2025-02-11 16:38:43'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201006', '국적', '유조선', '석유제품운반선', 'N', 'D7WE', '9442665', '외항', 'WOOJIN ELVIS', 'WOOJIN SHIPPING CO., LTD.', '7217', '7217', '12480', 'Assuranceforeningen Skuld (Gjensidig)', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 16:39:20', '2025-02-11 16:39:20'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241023', '국적', '유조선', '석유제품운반선', 'N', 'D7JV', '9409508', '외항', 'SALVIA', 'WOOJIN SHIPPING CO., LTD.', '7215', '7215', '12906', 'Assuranceforeningen Skuld (Gjensidig)', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 16:40:02', '2025-02-11 16:40:02'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('171057', '국적', '유조선', '석유제품운반선', 'N', 'D8VO', '9330408', '외항', 'WOOJIN KELLY', 'WOOJIN SHIPPING CO., LTD.', '8254', '8254', '14227', 'Assuranceforeningen Skuld (Gjensidig)', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 16:43:00', '2025-02-11 16:43:00'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221084', '국적', '유조선', '석유제품운반선', 'N', 'D7EX', '9304291', '외항', 'CHEMICAL MARKETER', 'Woojin Shipping Co., Ltd.', '8261', '8261', '14298', 'Assuranceforeningen Skuld', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 16:44:02', '2025-02-11 16:44:02'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221023', '국적', '유조선', '석유제품운반선', 'N', 'D7FK', '9330381', '외항', 'BEGONIA', 'Woojin Shipping Co., Ltd.', '8259', '8259', '14364', 'Assuranceforeningen Skuld', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 16:44:46', '2025-02-11 16:44:46'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231011', '국적', '유조선', '원유운반선', 'N', 'D7AS', '9413042', '외항', 'PHOENIX', '주식회사 에스엠에스씨', '3165', '3376', '4417', 'The Standard Club Asia Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 17:08:56', '2025-02-13 13:14:47'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('121013', '국적', '유조선', '석유제품운반선', 'N', 'D8BD', '9246932', '외항', 'MISIKAN', 'SHIPMAN CO.,LTD.', '5372', '5372', '8740', 'The Standard Club Asia Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 17:10:41', '2025-02-11 17:10:41'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231019', '국적', '유조선', '석유제품운반선', 'N', 'D7IE', '9544023', '외항', 'FC DELLA', 'MIGHTY MARINE CO., LTD.', '4956', '4956', '6525', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 17:34:02', '2025-02-11 17:50:10'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('084570', '국적', '유조선', '석유제품운반선', 'N', '300FCGRACE', '9372377', '외항', 'FC GRACE', 'Fortune Marine Co., Ltd', '4960', '4960', '6547', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 17:39:33', '2025-02-11 17:39:33'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('130004', '국적', '유조선', '석유제품운반선', 'N', '300에프씨빅토리', '9214197', '내항', 'FC VICTORY', 'Fortune Marine Co., Ltd', '1807', NULL, '3757', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 17:44:46', '2025-02-11 17:44:46'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('029404', '국적', '일반선박', '풀컨테이너선', 'N', 'DSNC9', '9115779', '외항', 'SUNNY LINDEN', 'KOREA MARINE TRANSPORT CO., LTD.', '3994', '3996', '5845', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 17:54:18', '2025-02-11 17:54:18'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('990139', '국적', '일반선박', '풀컨테이너선', 'N', 'DSEX8', '9102849', '외항', 'SUNNY OAK', 'KOREA MARINE TRANSPORT CO., LTD.', '3994', '3996', '5800', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 17:59:43', '2025-02-11 17:59:43'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('010503', '국적', '일반선박', '풀컨테이너선', 'N', 'DSFP2', '9121041', '외항', 'SUNNY SPRUCE', 'KOREA MARINE TRANSPORT CO., LTD.', '3981', '3987', '5821', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 18:00:50', '2025-02-11 18:00:50'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('961131', '국적', '일반선박', '풀컨테이너선', 'N', 'DSEK8', '9128300', '외항', 'SUNNY PALM', 'KOREA MARINE TRANSPORT CO., LTD.', '3994', '3996', '5848', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 18:01:52', '2025-02-11 18:01:52'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('011231', '국적', '일반선박', '풀컨테이너선', 'N', 'DSFS5', '9133484', '외항', 'SUNNY MAPLE', 'KOREA MARINE TRANSPORT CO., LTD.', '3981', '3987', '5834', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 18:02:28', '2025-02-11 18:02:28'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191021', '국적', '일반선박', '풀컨테이너선', 'N', 'D7UA', '9247297', '외항', 'SUNNY DAHLIA', '고려해운(주)', '7634', '7634', '10812', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 18:03:41', '2025-02-11 18:03:41'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241060', '국적', '일반선박', '풀컨테이너선', 'N', 'D7LL', '9689653', '외항', 'SUNNY DAISY', 'KOREA MARINE TRANSPORT CO., LTD.', '9867', '9867', '12502', 'The Britannia Steam Ship Insurance Association Europe', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-11 18:06:43', '2025-02-11 18:07:20'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('154802', '국적', '일반선박', '부선', 'N', NULL, NULL, '기타', '현대10000호(HYUNDAI 10000)', '에이치디현대중공업 주식회사', '48874', '48874', NULL, 'The Shipowners` Mutual Protection & Indemnity Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '울산지방해양수산청', '2025-02-12 09:14:33', '2025-02-12 09:14:33'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('124807', '국적', '유조선', '석유제품운반선', 'N', 'D7LS', '9189964', '기타', '디비 썬라이즈(DB SUNRISE)', '동방쉽핑(주)', '2249', '2612', '0', 'The Shipowners` Mutual Protection & Indemnity Association (Luxembourg)', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '울산지방해양수산청', '2025-02-12 09:18:05', '2025-02-12 09:18:05'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221051', '국적', '일반선박', '산물선', 'N', 'D7DW', '9382695', '외항', 'ENY', 'STX SUN ACE SHIPPING CO., LTD.', '29988', '29988', '53525', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 10:06:11', '2025-02-12 10:06:11'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181061', '국적', '일반선박', '기타선', 'N', 'D7SZ', '9365439', '외항', 'S FREDDIE', 'STX SUN ACE SHIPPING CO.,LTD', '4594', '4594', '6572', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 10:10:48', '2025-02-12 10:10:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('131061', '국적', '일반선박', '산물선', 'N', 'D7ME', '9313230', '외항', 'SUN VESTA', 'STX SUN ACE SHIPPING CO., LTD.', '4116', '4116', '6233', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 10:13:29', '2025-02-12 10:13:29'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181044', '국적', '일반선박', '산물선', 'N', 'D7TN', '9365427', '외항', 'S MERCURY', 'STX SUN ACE SHIPPING CO., LTD.', '4594', '4594', NULL, '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 10:14:55', '2025-02-12 10:14:55'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('151032', '국적', '일반선박', '산물선', 'N', 'D7BA', '9323302', '외항', 'SUN EASTERN', 'STX SUN ACE SHIPPING CO., LTD.', '4562', '4562', '6726', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 10:15:25', '2025-02-12 10:15:25'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('121016', '국적', '일반선박', '산물선', 'N', 'DSAJ8', '9268930', '외항', 'SUN GRACE', 'STX GREEN LOGIS LTD', '19829', '19829', '33745', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 10:18:54', '2025-02-12 10:18:54'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('069771', '국적', '일반선박', '산물선', 'N', 'DSOY5', '9378383', '외항', 'SUN OCEAN', 'STX SUN ACE SHIPPING CO., LTD.', '5093', '5093', '7107', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 10:20:36', '2025-02-12 10:20:36'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('141064', '국적', '일반선박', '산물선', 'N', 'D7LO', '9686546', '외항', 'YOUNG HARMONY', 'JOONGANG SHIPPING CO.,LTD.', '36259', '36259', '63657', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 10:52:57', '2025-02-12 10:52:57'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('151005', '국적', '일반선박', '산물선', 'N', 'D7ON', '9690133', '외항', 'YOUNG GLORY', 'JOONGANG SHIPPING CO.,LTD.', '36259', '36259', '72651', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 10:53:36', '2025-02-12 10:53:36'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('111045', '국적', '일반선박', '부선', 'N', NULL, NULL, '외항', 'JAEWON 12002', 'S&amp;amp;P MARINE CO., LTD.', '5100', '5100', '7354', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 10:54:37', '2025-02-12 10:54:37'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('190007', '국적', '일반선박', '모래 운반선', 'N', NULL, NULL, '내항', 'JAEWON STELLA', 'S&amp;amp;P MARINE CO.,LTD.', '2676', '0', '5087', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 10:55:21', '2025-02-12 10:55:21'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('081837', '국적', '일반선박', '부선', 'N', NULL, NULL, '외항', 'JAEWON 12001', 'J&amp;amp;J MARINE CO., LTD.', '5102', '5102', '7357', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 10:55:54', '2025-02-12 10:55:54'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('95050036210002', '국적', '일반선박', '어선', 'N', '6LSU', '7237250', '어선', 'JOON SUNG HO', 'HANSUNG ENTERPRISE CO.LTD', '2866', '3137', '1828', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 10:56:52', '2025-02-12 10:56:52'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('110123', '국적', '유조선', '석유제품운반선', 'N', 'DSRG6', '9262285', '외항', '107 HYODONG CHEMI', 'DONGBO SHIPPING CO., LTD.', '2059', '2440', '3418', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 10:57:57', '2025-02-12 10:57:57'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('150069', '국적', '유조선', '석유제품운반선', 'N', 'D7CA', '9253997', '외항', '109HYODONGCHEMI', 'DONG BO SHIPPING CO., LTD.', '2059', '2440', '3447', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 10:59:01', '2025-02-12 10:59:01'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('170003', '국적', '유조선', '석유제품운반선', 'N', 'D7SJ', '9297307', '외항', '111 HYODONG CHEMI', 'DongBo Shipping Co., Ltd.', '2101', '2479', '3436', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 11:00:00', '2025-02-12 11:00:00'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('083873', '국적', '유조선', '석유제품운반선', 'N', 'DSQG9', '9425605', '외항', '303HYODONGCHEMI', 'DONGBO SHIPPING CO., LTD', '4060', '4060', '5624', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 11:00:48', '2025-02-12 11:00:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('094188', '국적', '일반선박', '산물선', 'N', 'DSQN2', '9550175', '외항', 'SKY AURORA', 'CK Line Co., Ltd.', '5500', '5500', '6420', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 11:31:48', '2025-02-12 11:31:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('101860', '국적', '일반선박', '산물선', 'N', 'DSQP3', '9550187', '외항', 'SKY GLORY', 'CK LINE CO., LTD', '5534', '5534', '6459', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 11:32:59', '2025-02-12 11:32:59'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('151012', '국적', '일반선박', '풀컨테이너선', 'N', 'D8DJ', '9385245', '외항', 'SKY VICTORIA', 'CK LINE CO., LTD.', '9592', '9592', '12180', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 11:33:24', '2025-02-12 11:33:24'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251003', '국적', '일반선박', '풀컨테이너선', 'N', 'DSAC3', '9595797', '외항', 'SKY HOPE', '천경해운 주식회사', '9742', '9742', NULL, '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 11:33:48', '2025-02-12 11:33:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221001', '국적', '일반선박', '풀컨테이너선', 'N', 'D7EI', '9925722', '외항', 'SKY RAINBOW', 'CHUNKYUNG CORPORATION', '17944', '17944', '22344', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 11:34:15', '2025-02-12 11:34:15'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('180003', '국적', '유조선', '석유제품운반선', 'N', NULL, '9284427', '내항', '세양프라임', '세양쉬핑(주)', '1974', NULL, '3451', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 11:40:24', '2025-02-12 11:40:24'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('083505', '국적', '일반선박', '산물선', 'N', NULL, NULL, '내항', '케이파인호', '(주)비디해운', '5499', NULL, '10225', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 11:44:51', '2025-02-12 11:44:51'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('185802', '국적', '일반선박', '모래 운반선', 'N', NULL, NULL, '내항', '케이타조', '(주)비디해운', '6188', NULL, '9809', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 11:45:37', '2025-02-12 11:45:37'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('250003', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '피닉스', '동기해운 주식회사', '485', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-02-10', '2025-05-15', '대한민국', '부산지방해양수산청', '2025-02-12 11:49:53', '2025-02-12 11:50:24'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('121046', '국적', '일반선박', '풀컨테이너선', 'N', 'DSRI4', '9635418', '외항', 'PANCON GLORY', 'PAN CONTINENTAL SHIPPING CO., LTD.', '9892', '9892', '11898', 'United Kingdom Mutual Steam Ship Assurance Association (Europe) Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 13:14:27', '2025-02-12 13:14:27'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('121058', '국적', '일반선박', '풀컨테이너선', 'N', 'DSRI7', '9635420', '외항', 'PANCON SUCCESS', 'PAN CONTINENTAL SHIPPING CO., LTD.', '9892', '9892', '11898', 'United Kingdom Mutual Steam Ship Assurance Association (Europe) Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 13:15:15', '2025-02-12 13:15:15'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('161011', '국적', '일반선박', '풀컨테이너선', 'N', 'D7CO', '9749128', '외항', 'PANCON SUNSHINE', 'PAN CONTINENTAL SHIPPING CO., LTD.', '9923', '9923', '12664', 'United Kingdom Mutual Steam Ship Assurance Association (Europe) Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 13:16:17', '2025-02-12 13:16:17'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('171028', '국적', '일반선박', '풀컨테이너선', 'N', 'D7SP', '9802023', '외항', 'PANCON CHAMPION', 'PAN CONTINENTAL SHIPPING CO., LTD.', '18606', '18606', '21809', 'United Kingdom Mutual Steam Ship Assurance Association (Europe) Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 13:16:47', '2025-02-12 13:16:47'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201026', '국적', '일반선박', '풀컨테이너선', 'N', 'D7UY', '9884904', '외항', 'PANCON HARMONY', 'PAN CONTINENTAL SHIPPING CO., LTD.', '9946', '9946', '12272', 'United Kingdom Mutual Steam Ship Assurance Association (Europe) Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 13:17:17', '2025-02-12 13:17:17'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221016', '국적', '일반선박', '풀컨테이너선', 'N', 'D7XB', '9931721', '외항', 'PANCON BRIDGE', 'PAN CONTINENTAL SHIPPING CO., LTD.', '18040', '18040', '22507', 'United Kingdom Mutual Steam Ship Assurance Association (Europe) Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 13:17:44', '2025-02-12 13:17:44'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191053', '국적', '일반선박', '산물선', 'N', 'D7UE', '9877224', '외항', '광양 하비스트(KWANGYANG HARVEST)', '케이엠씨해운 주식회사', '3018', '3008', '4650', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '여수지방해양수산청', '2025-02-12 14:36:54', '2025-02-12 14:36:54'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('081431', '국적', '일반선박', '자동차 운반선', 'N', 'D9QZ', '9159983', '내항', '한진3008호(HANJIN 3008)', '주식회사 한진', '3810', NULL, '7345', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '여수지방해양수산청', '2025-02-12 14:38:04', '2025-02-12 15:00:28'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221020', '국적', '일반선박', '기타선', 'N', 'D7AK', '9377729', '외항', '케이엠씨 미라클(KMC MIRACLE)', '케이엠씨해운(주)', '7506', NULL, '11300', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '여수지방해양수산청', '2025-02-12 14:42:17', '2025-02-12 14:42:17'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('086790', '국적', '일반선박', '자동차 운반선', 'N', NULL, '9159971', '내항', '한진3007호(HANJIN 3007)', '(주)한진', '3810', NULL, '7345', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '여수지방해양수산청', '2025-02-12 14:43:58', '2025-02-12 14:43:58'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('202834', '국적', '일반선박', '산물선', 'N', NULL, '9921673', '내항', '광양 앰비션(KWANGYANG AMBITION)', '케이엠씨해운 주식회사', '2944', NULL, NULL, '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '여수지방해양수산청', '2025-02-12 14:44:55', '2025-02-12 14:44:55'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('232810', '국적', '일반선박', '산물선', 'N', '3FAT5', '9715153', '내항', '광양 프론티어', '케이엠씨해운 주식회사', '4388', NULL, '7054', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '여수지방해양수산청', '2025-02-12 14:46:19', '2025-02-12 14:46:19'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('075711', '국적', '일반선박', '자동차 운반선', 'N', NULL, '9155810', '내항', '광양리더호(KWANGYANG LEADER)', '케이엠씨해운 주식회사', '3813', '0', '7375', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '여수지방해양수산청', '2025-02-12 14:48:31', '2025-02-12 14:48:31'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('075735', '국적', '일반선박', '자동차 운반선', 'N', NULL, '9155822', '내항', '광양파이오니아호(KWANGYANG PIONEER)', '케이엠씨해운 주식회사', '3813', '0', '7375', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '여수지방해양수산청', '2025-02-12 14:49:13', '2025-02-12 14:49:13'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('213402', '국적', '일반선박', '산물선', 'N', NULL, '9921685', '내항', '광양 프라임(KWANGYANG PRIME)', '케이엠씨해운 주식회사', '2944', NULL, NULL, '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '여수지방해양수산청', '2025-02-12 14:49:52', '2025-02-12 14:49:52'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('121044', '국적', '일반선박', '산물선', 'N', 'DSHP6', '9647021', '외항', '광양 썬샤인호(KWANGYANG SUNSHINE)', '케이엠씨해운 주식회사', '2709', '3008', '4205.1', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '여수지방해양수산청', '2025-02-12 14:50:25', '2025-02-12 14:50:25'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191007', '국적', '유조선', '석유제품운반선', 'N', 'D7TZ', '9263095', '외항', 'BUM SHIN', 'PAN OCEAN CO., LTD.', '11954', '11954', '19997', 'The Standard Club Asia Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 16:07:02', '2025-02-12 16:07:02'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191008', '국적', '유조선', '석유제품운반선', 'N', 'D7TV', '9278703', '외항', 'BUM YOUNG', 'PAN OCEAN CO., LTD.', '11954', '11954', '19997', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 16:09:14', '2025-02-12 16:09:14'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181026', '국적', '유조선', '석유제품운반선', 'N', 'D7TA', '9346067', '외항', 'GRAND ACE1', 'PAN OCEAN CO., LTD.', '30049', '30049', '45990', 'United Kingdom Mutual Steam Ship Assurance Association (Europe) Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 16:13:18', '2025-02-12 16:13:18'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181032', '국적', '유조선', '석유제품운반선', 'N', 'D7TH', '9443853', '외항', 'GRAND ACE11', 'PAN OCEAN CO., LTD.', '30049', '30049', '46195', 'United Kingdom Mutual Steam Ship Assurance Association (Europe) Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 16:13:59', '2025-02-12 16:13:59'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181020', '국적', '유조선', '석유제품운반선', 'N', 'D7TC', '9443865', '외항', 'GRAND ACE9', 'PAN OCEAN CO., LTD.', '30134', '30134', '46195', 'NorthStandard Limited', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 16:14:55', '2025-02-12 16:15:28'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241037', '국적', '유조선', '석유제품운반선', 'N', 'D7GQ', '9452828', '외항', 'SUPER EASTERN', 'PAN OCEAN CO., LTD.', '8231', '8231', '12824', 'The Standard Club Asia Ltd', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 16:16:13', '2025-02-12 16:16:13'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241054', '국적', '유조선', '석유제품운반선', 'N', 'D7GR', '9452830', '외항', 'SUPER FORTE', 'PAN OCEAN CO., LTD', '8231', '8231', '12814', 'NorthStandard Limited', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 16:17:16', '2025-02-12 16:17:16'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191036', '국적', '일반선박', '산물선', 'N', 'D7PO', '9626003', '외항', 'PAN AMBER', 'Pan Ocean Co., Ltd.', '24504', '24504', '38220', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 16:18:37', '2025-02-12 16:18:37'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191031', '국적', '일반선박', '산물선', 'N', 'D7PB', '9626015', '외항', 'PAN BONITA', 'PAN OCEAN CO., LTD.', '24504', '24504', '38140', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 16:19:13', '2025-02-12 16:19:13'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241041', '국적', '일반선박', '산물선', 'N', 'D7KR', '9748693', '외항', 'PAN COSMOS', 'PAN OCEAN CO., LTD.', '106510', '106510', NULL, 'The Britannia Steam Ship Insurance Association Europe', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 16:19:46', '2025-02-12 16:19:46'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241051', '국적', '일반선박', '산물선', 'N', 'D7KQ', '9748708', '외항', 'PAN DELIGHT', 'PAN OCEAN CO., LTD.', '106077', '106077', '208384', 'The Britannia Steam Ship Insurance Association Europe', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 16:20:24', '2025-02-12 16:20:24'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211046', '국적', '일반선박', '산물선', 'N', 'D7DA', '9768942', '외항', 'PAN FORTUNE', 'PAN OCEAN CO., LTD.', '23173', '23173', '37657', 'United Kingdom Mutual Steam Ship Assurance Association (Europe) Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 16:21:04', '2025-02-12 16:21:04'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211026', '국적', '일반선박', '산물선', 'N', 'D7CN', '9768928', '외항', 'PAN GRACE', 'PAN OCEAN CO., LTD.', '23173', '23173', '37657', 'United Kingdom Mutual Steam Ship Assurance Association (Europe) Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 16:21:36', '2025-02-12 16:21:36'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241064', '국적', '일반선박', '산물선', 'N', 'D7KL', '9722106', '외항', 'PAN KOMIPO', 'PAN OCEAN CO.,LTD.', '79560', '79560', NULL, 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 16:22:12', '2025-02-12 16:22:12'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241034', '국적', '일반선박', '산물선', 'N', 'D8BL', '9875056', '외항', 'PAN TALISMAN', 'PAN OCEAN CO.,LTD.', '35835', '35835', NULL, 'NorthStandard Limited', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 16:22:42', '2025-02-12 16:22:42'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201015', '국적', '일반선박', '풀컨테이너선', 'N', 'D7PS', '9415985', '외항', 'POS SHANGHAI', 'PAN OCEAN CO., LTD.', '9894', '9894', '12783', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 16:23:16', '2025-02-12 16:23:16'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('042177', '국적', '일반선박', '풀컨테이너선', 'N', 'DSNZ8', '9133874', '외항', 'POS TOKYO', 'PAN OCEAN CO., LTD.', '8306', '8306', '10299', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 16:23:43', '2025-02-12 16:23:43'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('069527', '국적', '일반선박', '풀컨테이너선', 'N', 'DSOU4', '9164603', '외항', 'POS YOKOHAMA', 'PAN OCEAN CO., LTD.', '8306', '8306', '10279', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 16:24:09', '2025-02-12 16:24:09'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221071', '국적', '일반선박', '기타선', 'N', 'D7GU', '9623219', '외항', 'SUN RISE', 'PAN OCEAN CO., LTD.', '22499', '22499', '24629', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 16:24:44', '2025-02-12 16:24:44'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231006', '국적', '일반선박', '산물선', 'N', 'D7DB', '9471616', '외항', 'SUN SHINE', 'PAN OCEAN CO., LTD.', '17825', '17825', '17113', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 16:25:27', '2025-02-12 16:25:27'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191073', '국적', '일반선박', '산물선', 'N', 'D7PH', '9511739', '내항', 'PHOS', 'DAEYOO MERCHANT MARINE CO., LTD.', '1686', '2086', '3615', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 17:17:51', '2025-02-12 17:17:51'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191072', '국적', '일반선박', '산물선', 'N', 'D7HE', '9511741', '외항', 'HESED', 'DAEYOO MERCHANT MARINE CO., LTD.', '1686', '2086', '3615', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 17:18:59', '2025-02-12 17:19:17'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('121018', '국적', '일반선박', '산물선', 'N', 'D7LC', '9623386', '외항', 'LIEBE', 'DAEYOO MERCHANT MARINE CO., LTD.', '1843', '2238', '3423', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 17:19:41', '2025-02-12 17:19:41'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('111060', '국적', '일반선박', '산물선', 'N', 'DSRF7', '9622954', '외항', 'PIONEER', 'DAEYOO MERCHANT MARINE CO., LTD.', '1843', '2238', '3417', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 17:20:11', '2025-02-12 17:20:11'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('111070', '국적', '일반선박', '산물선', 'N', 'DSMZ9', '9623362', '외항', 'FAITH', 'DAEYOO MERCHANT MARINE CO., LTD.', '1843', '2238', '3421', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 17:20:40', '2025-02-12 17:20:40'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('121004', '국적', '일반선박', '산물선', 'N', 'D8BB', '9623374', '외항', 'ELPIS', 'DAEYOO MERCHANT MARINE CO., LTD.', '1843', '2238', '3421', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 17:21:06', '2025-02-12 17:21:06'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('121031', '국적', '일반선박', '산물선', 'N', 'D8BJ', '9623398', '외항', 'KARA', 'DAEYOO MERCHANT MARINE CO., LTD.', '1843', '2238', '3423', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-12 17:21:35', '2025-02-12 17:21:35'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('210043', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '에이치와이 부산', '(주)한유', '499', NULL, '1302', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2024-05-16', '2025-05-15', '대한민국', '부산지방해양수산청', '2025-02-13 10:12:27', '2025-02-13 10:12:27'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('141055', '국적', '유조선', '석유제품운반선', 'N', 'D7NR', '9337298', '외항', 'FORTUNE JIWON', 'BS SHIPPING CO., LTD', '7699', '7699', '11260', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-13 10:15:30', '2025-02-13 10:15:30'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('131070', '국적', '유조선', '석유제품운반선', 'N', 'D8BU', '9323003', '외항', 'FORTUNE KAREN', 'BS SHIPPING CO.,LTD.', '7699', '7699', '11245', 'Assuranceforeningen Skuld', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-13 10:17:22', '2025-02-13 10:17:22'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('141018', '국적', '유조선', '석유제품운반선', 'N', 'D7MC', '9322970', '외항', 'FORTUNE YOUNGIN', 'BS SHIPPING CO., LTD.', '7699', '7699', '11420', 'Assuranceforeningen Skuld', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-13 10:21:58', '2025-02-13 10:21:58'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181031', '국적', '유조선', '석유제품운반선', 'N', 'D7TE', '9805116', '외항', 'YN YEOSU', 'YENTEC CO., LTD.', '5002', '5002', '6614', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-13 10:23:05', '2025-02-13 10:23:05'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('089514', '국적', '유조선', '석유제품운반선', 'N', 'DSPP3', '9372341', '외항', 'YN OCEAN', 'Y-ENTEC CO., LTD.', '4972', '4972', '6561', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-13 10:23:46', '2025-02-13 10:23:46'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221503', '국적', '일반선박', '산물선', 'N', 'D7CY', '9493066', '외항', 'HL BRAZIL', 'H-Line Shipping Co., Ltd.', '152457', '152457', '299688', 'Assuranceforeningen Gard', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-13 10:25:42', '2025-02-13 10:25:42'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221046', '국적', '일반선박', '산물선', 'N', 'D7FZ', '9490909', '외항', 'HL VISION', 'H-Line Shipping Co., Ltd.', '93432', '93432', '179135', 'Assuranceforeningen Gard', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-13 10:26:29', '2025-02-13 10:26:29'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221044', '국적', '일반선박', '산물선', 'N', 'D7FV', '9490911', '외항', 'HL SUCCESS', 'H-Line Shipping Co., Ltd.', '93432', '93432', '179156', 'Assuranceforeningen Gard', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-13 10:30:43', '2025-02-13 10:30:43'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221502', '국적', '일반선박', '산물선', 'N', 'D7FT', '9454527', '외항', 'HL PORT HEDLAND', '에이치라인해운(주)', '93461', '93461', '179283', 'Assuranceforeningen Gard', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-13 10:31:21', '2025-02-13 10:31:21'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211502', '국적', '일반선박', '산물선', 'N', 'D7WP', '9444027', '외항', 'HL SINES', '에이치라인해운(주)', '93459', '93459', '179147', 'Gard P&I (Bermuda) Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-13 10:32:19', '2025-02-13 10:32:19'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241011', '국적', '일반선박', '산물선', 'N', 'D7KK', '9539731', '외항', 'HL BALIKPAPAN', 'H-LINE SHIPPING CO., LTD.', '63993', '63993', '114531', 'Assuranceforeningen Gard (Gjensidig)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-13 10:33:27', '2025-02-13 10:33:27'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201504', '국적', '일반선박', 'LPG, LNG선', 'N', 'D7VM', '9176008', '외항', 'HL RAS LAFFAN', 'H-LINE SHIPPING CO., LTD.', '93769', '93769', '75079', 'Assuranceforeningen Gard', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-13 10:33:59', '2025-02-13 10:33:59'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('079471', '국적', '유조선', '석유제품운반선', 'N', 'DSPF9', '9427237', '외항', 'BONANZA', 'GSM CO., LTD.', '3575', '3690', '5538', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-13 10:53:39', '2025-02-13 10:55:53'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('088610', '국적', '유조선', '석유제품운반선', 'N', 'DSQA4', '9409376', '외항', 'NEW CHALLENGE', 'GSM CO., LTD.', '4060', '4060', '5657', 'The Standard Club Asia Ltd', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-13 10:56:48', '2025-02-13 10:56:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('092219', '국적', '일반선박', '산물선', 'N', 'DSQG6', '9524217', '외항', 'ZENITH BUSAN', 'DAEHO SHIPPING CO., LTD.', '4713', '4713', '7232', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-13 10:57:50', '2025-02-13 10:57:50'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221024', '국적', '일반선박', '기타선', 'N', 'D7FJ', '9496836', '외항', 'ZENITH QUEEN', 'DAEHO SHIPPING CO., LTD.', '4497', '4497', '6719', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-13 10:58:31', '2025-02-13 10:58:31'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('151027', '국적', '일반선박', '산물선', 'N', 'D7AU', '9496848', '외항', 'ZENITH AURORA', 'DAEHO SHIPPING CO., LTD.', '4477', '4477', '6700', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-13 10:58:57', '2025-02-13 10:58:57'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211055', '국적', '일반선박', '산물선', 'N', 'D7DT', '9803156', '외항', 'ZENITH VEGA', 'DAEHO SHIPPING CO., LTD.', '1827', '2223', '2914', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-13 10:59:21', '2025-02-13 10:59:21'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211048', '국적', '일반선박', '산물선', 'N', 'D7DQ', '9803338', '외항', 'ZENITH SILVER', 'DAEHO SHIPPING CO., LTD.', '1827', '2223', '2914', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-13 10:59:46', '2025-02-13 10:59:46'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191052', '국적', '일반선박', '산물선', 'N', 'D7ZW', '9884916', '외항', 'ZENITH WIN', 'DAEHO SHIPPING CO., LTD.', '1827', '2223', '3587', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-13 11:00:13', '2025-02-13 11:00:13'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211060', '국적', '일반선박', '산물선', 'N', 'D7EA', '9884928', '외항', 'ZENITH CROWN', 'DAEHO SHIPPING CO., LTD.', '1827', '2223', '3588', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-13 11:00:41', '2025-02-13 11:00:41'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231045', '국적', '일반선박', '산물선', 'N', 'D7IT', '9997373', '외항', 'ZENITH MERCURY', '대호상선 주식회사', '2070', '2450', '4000', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-13 11:01:29', '2025-02-13 11:01:29'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('171074', '국적', '일반선박', '자동차 운반선', 'N', 'D8HC', '9318515', '외항', 'MORNING MENAD', 'EUKOR CAR CARRIERS INC', '18536', '41192', '12105', 'Gard P&I (Bermuda) Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-13 11:02:30', '2025-02-17 13:59:46'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201036', '국적', '일반선박', '자동차 운반선', 'N', 'D8ML', '9445980', '외항', 'MORNING LADY', 'EUKOR CAR CARRIERS INC', '70853', '70853', '27146', 'Gard P&I (Bermuda) Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-13 11:03:14', '2025-02-17 13:57:00'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201061', '국적', '일반선박', '자동차 운반선', 'N', 'D8MO', '9445992', '외항', 'MORNING LAURA', 'EUKOR CAR CARRIERS INC', '70853', '70853', '27297.5', 'Gard P&I (Bermuda) Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-13 11:03:50', '2025-02-17 13:57:23'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201060', '국적', '일반선박', '자동차 운반선', 'N', 'D7MI', '9446001', '외항', 'MORNING LENA', 'EUKOR CAR CARRIERS INC', '70853', '70853', '27098', 'Gard P&I (Bermuda) Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-13 11:04:24', '2025-02-17 13:57:53'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211020', '국적', '일반선박', '자동차 운반선', 'N', 'D7BQ', '9312822', '외항', 'MORNING CONCERT', 'EUKOR CAR CARRIERS INC', '57415', '57415', '9306', 'Gard P&I (Bermuda) Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-13 11:04:48', '2025-02-17 13:56:39'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211066', '국적', '일반선박', '자동차 운반선', 'N', 'D7EK', '9312834', '외항', 'MORNING CHORUS', 'EUKOR CAR CARRIERS INC', '57536', '57536', '21276', 'Gard P&I (Bermuda) Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-13 11:05:14', '2025-02-17 13:56:17'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241005', '국적', '일반선박', '자동차 운반선', 'N', 'D7DE', '9477919', '외항', 'MORNING CAMILLA', '유코카캐리어스 주식회사', '60876', '60876', '22692', 'Gard P&I (Bermuda) Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-13 11:05:37', '2025-02-17 09:20:49'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211058', '국적', '유조선', '석유제품운반선', 'N', 'D7WX', '9340453', '외항', 'OCEAN HOPE', 'HAEIN SHIPPING CO., LTD.', '11587', '11587', '19970', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-13 11:06:29', '2025-02-13 11:06:29'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201069', '국적', '유조선', '석유제품운반선', 'N', 'D7HH', '9470246', '외항', 'HAEIN HOPE', 'Haein Shipping Co., Ltd.', '7218', '7218', '12484', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-13 11:07:20', '2025-02-13 11:07:20'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231072', '국적', '유조선', '석유제품운반선', 'N', 'D7MB', '9725809', '외항', 'SUNNY QUEEN', 'KT MARINE CO., LTD.', '4175', '4175', '6801', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-13 11:08:21', '2025-02-13 11:08:21'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231055', '국적', '일반선박', '풀컨테이너선', 'N', 'D7JI', '9863297', '외항', 'HMM ALGECIRAS', 'HMM COMPANY LIMITED', '228283', '228283', '232606', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:11:00', '2025-02-13 15:49:18'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231068', '국적', '일반선박', '풀컨테이너선', 'N', 'D7JW', '9868326', '외항', 'HMM OSLO', '에이치엠엠 주식회사', '232311', '232311', NULL, 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:15:54', '2025-02-13 15:15:54'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231074', '국적', '일반선박', '풀컨테이너선', 'N', 'D7JR', '9863302', '외항', 'HMM COPENHAGEN', '에이치엠엠 주식회사', '228283', '228283', NULL, 'The North of England Protecting & Indemnity Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:16:45', '2025-02-13 15:16:45'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231059', '국적', '일반선박', '풀컨테이너선', 'N', 'D7IS', '9863314', '외항', 'HMM DUBLIN', NULL, '228283', '228283', NULL, 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:18:22', '2025-02-13 15:18:38'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231057', '국적', '일반선박', '풀컨테이너선', 'N', 'D7JL', '9863326', '외항', 'HMM GDANSK', NULL, '228283', '228283', NULL, 'The North of England Protecting & Indemnity Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:19:21', '2025-02-13 15:51:37'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231053', '국적', '일반선박', '풀컨테이너선', 'N', 'D7IB', '9868338', '외항', 'HMM ROTTERDAM', NULL, '232311', '232311', NULL, 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:20:53', '2025-02-13 15:20:53'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231061', '국적', '일반선박', '풀컨테이너선', 'N', 'D7JM', '9863338', '외항', 'HMM HAMBURG', NULL, '228283', '228283', NULL, 'The North of England Protecting & Indemnity Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:21:32', '2025-02-13 15:52:45'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231064', '국적', '일반선박', '풀컨테이너선', 'N', 'D7JS', '9868340', '외항', 'HMM SOUTHAMPTON', NULL, '232311', '232311', NULL, 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:22:33', '2025-02-13 15:22:33'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231060', '국적', '일반선박', '풀컨테이너선', 'N', 'D7EL', '9863340', '외항', 'HMM HELSINKI', '에이치엠엠 주식회사', '228283', '228283', NULL, 'The North of England Protecting & Indemnity Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:24:30', '2025-02-13 15:24:30'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231065', '국적', '일반선박', '풀컨테이너선', 'N', 'D7JP', '9868352', '외항', 'HMM STOCKHOLM', '에이치엠엠 주식회사', '232311', '232311', NULL, 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:25:10', '2025-02-13 15:25:10'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231073', '국적', '일반선박', '풀컨테이너선', 'N', 'D7JQ', '9868314', '외항', 'HMM LE HAVRE', '에이치엠엠 주식회사', '228283', '228283', NULL, 'The North of England Protecting & Indemnity Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:26:56', '2025-02-13 15:26:56'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231070', '국적', '일반선박', '풀컨테이너선', 'N', 'D7JX', '9868364', '기타', 'HMM ST PETERSBURG', '에이치엠엠 주식회사', '232311', '232311', NULL, 'The North of England Protecting & Indemnity Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:27:34', '2025-02-13 15:27:34'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201011', '국적', '일반선박', '풀컨테이너선', 'N', 'D7DR', '9637222', '외항', 'HMM DREAM', '에이치엠엠(주)', '142620', '142620', '146046', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:28:37', '2025-02-13 15:28:37'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201010', '국적', '일반선박', '풀컨테이너선', 'N', 'D7HP', '9637234', '외항', 'HMM HOPE', '에이치엠엠 주식회사', '142620', '142620', '146046', 'The North of England Protecting & Indemnity Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:29:16', '2025-02-13 15:29:16'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201025', '국적', '일반선박', '풀컨테이너선', 'N', 'D7DV', '9637246', '외항', 'HMM DRIVE', '에이치엠엠(주)', '142620', '142620', '146046', 'The North of England Protecting & Indemnity Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:29:54', '2025-02-13 15:29:54'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201024', '국적', '일반선박', '풀컨테이너선', 'N', 'D7HV', '9637258', '외항', 'HMM VICTORY', '에이치엠엠(주)', '142620', '142620', '146046', 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:30:25', '2025-02-13 15:30:25'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201030', '국적', '일반선박', '풀컨테이너선', 'N', 'D8HP', '9637260', '외항', 'HMM PRIDE', '에이치엠엠(주)', '142620', '142620', '146046', 'The North of England Protecting & Indemnity Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:31:01', '2025-02-13 15:31:01'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221008', '국적', '일반선박', '풀컨테이너선', 'N', 'D7EV', '9742168', '외항', 'HMM PROMISE', '에이치엠엠(주)', '114023', '114023', '134419', 'The North of England Protecting & Indemnity Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:31:38', '2025-02-13 15:57:38'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221007', '국적', '일반선박', '풀컨테이너선', 'N', 'D7EW', '9742170', '외항', 'HMM BLESSING', '에이치엠엠 주식회사', '114023', '114023', '62335', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:32:21', '2025-02-13 15:32:21'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191042', '국적', '일반선박', '풀컨테이너선', 'N', 'D7HB', '9323510', '외항', 'HMM BANGKOK', '에이치엠엠(주)', '75308', '75308', '80138', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:32:58', '2025-02-13 15:32:58'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211051', '국적', '일반선박', '풀컨테이너선', 'N', 'D7DS', '9385013', '외항', 'HMM OAKLAND', '에이치엠엠(주)', '72597', '72597', '72700', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:33:31', '2025-02-13 15:33:31'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211068', '국적', '일반선박', '풀컨테이너선', 'N', 'D7CX', '9463085', '외항', 'HMM VANCOUVER', '에이치엠엠(주)', '72634', '72634', '72982', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:34:11', '2025-02-13 15:34:11'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241004', '국적', '일반선박', '풀컨테이너선', 'N', 'D7CU', '9385001', '외항', 'HMM TACOMA', '에이치엠엠 주식회사', '72597', '72597', '72982', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:34:59', '2025-02-13 15:34:59'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201020', '국적', '일반선박', '풀컨테이너선', 'N', 'D7GW', '9347607', '외항', 'HYUNDAI GOODWILL', '에이치엠엠(주)', '53100', '53100', '63071', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:35:34', '2025-02-13 15:35:34'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201022', '국적', '일반선박', '풀컨테이너선', 'N', 'D7HI', '9347592', '외항', 'HYUNDAI INTEGRAL', '에이치엠엠(주)', '53100', '53100', '63157', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:36:06', '2025-02-13 15:36:06'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241059', '국적', '일반선박', '풀컨테이너선', 'N', 'D7LR', '9312418', '외항', 'HMM CEBU', '에이치엠엠(주)', '25406', '25406', '33868', 'Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:36:44', '2025-02-13 15:36:44'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251001', '국적', '일반선박', '풀컨테이너선', 'N', 'D7LT', '9308663', '외항', 'HMM MANILA', '에이치엠엠(주)', '24181', '24181', '30832', 'Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:37:18', '2025-02-13 15:37:18'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251002', '국적', '일반선박', '풀컨테이너선', 'N', 'D7LV', '9308675', '외항', 'HMM DAVAO', '에이치엠엠(주)', '24181', '24181', '33868', 'The Steamship Mutual Underwriting Association (Bermuda) Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:37:52', '2025-02-13 15:37:52'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221027', '국적', '일반선박', '풀컨테이너선', 'N', 'D7AN', '9701293', '외항', 'HMM CHITTAGONG', '에이치엠엠(주)', '25145', '25145', '25000', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:38:22', '2025-02-13 15:38:22'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221031', '국적', '일반선박', '풀컨테이너선', 'N', 'D7FN', '9658458', '외항', 'HMM DHAKA', '에이치엠엠 주식회사', '25145', '25145', '25293', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:39:06', '2025-02-13 15:39:06'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231024', '국적', '일반선박', '풀컨테이너선', 'N', 'D7IJ', '9658446', '외항', 'HMM MONGLA', '에이치엠엠 주식회사', '25145', '25145', '25293', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:39:52', '2025-02-13 15:39:52'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221093', '국적', '유조선', '원유운반선', 'N', 'D7HM', '9837626', '외항', 'UNIVERSAL CREATOR', '에이치엠엠(주)', '156331', '156331', '299981', 'The North of England Protecting & Indemnity Association Limited', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:40:39', '2025-02-15 19:24:25'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221085', '국적', '유조선', '원유운반선', 'N', 'D7HN', '9837597', '외항', 'UNIVERSAL LEADER', '에이치엠엠(주)', '156331', '156331', '106852', 'The North of England Protecting & Indemnity Association Limited', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:41:12', '2025-02-15 19:25:33'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221096', '국적', '유조선', '원유운반선', 'N', 'D7HO', '9837614', '외항', 'UNIVERSAL PARTNER', '에이치엠엠(주)', '156331', '156331', '299981', 'The Standard Club Asia Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:41:45', '2025-02-15 19:28:05'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221082', '국적', '유조선', '석유제품운반선', 'N', 'D7HQ', '9837638', '외항', 'UNIVERSAL VICTOR', '에이치엠엠(주)', '156331', '156331', NULL, 'The North of England Protecting & Indemnity Association Limited', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:42:11', '2025-02-15 19:28:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221086', '국적', '유조선', '원유운반선', 'N', 'D7HR', '9837602', '외항', 'UNIVERSAL WINNER', '에이치엠엠 주식회사', '156331', '156331', '299981', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:42:44', '2025-02-15 19:29:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231016', '국적', '유조선', '원유운반선', 'N', 'D7HX', '9399868', '외항', 'ORIENTAL DIAMOND', '에이치엠엠 주식회사', '30110', '30110', '13312', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:43:13', '2025-02-15 19:32:56'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231034', '국적', '유조선', '원유운반선', 'N', 'D7IP', '9399870', '외항', 'ORIENTAL GOLD', '에이치엠엠 주식회사', '30110', '30110', '50781', 'The Standard Club Asia Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:43:41', '2025-02-20 11:25:10'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201007', '국적', '일반선박', '풀컨테이너선', 'N', 'D7FE', '9459527', '외항', 'FEG SUCCESS', '에이치엠엠 주식회사', '93116', '93116', '93104', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:44:09', '2025-02-13 15:44:09'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221070', '국적', '일반선박', '산물선', 'N', 'D7CE', '9539107', '외항', 'GLOBAL TALENT', '에이치엠엠 주식회사', '92839', '92839', '179407', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:44:44', '2025-02-13 15:44:44'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231046', '국적', '일반선박', '산물선', 'N', 'D7IZ', '9713052', '외항', 'GLOBAL PIONEER', '에이치엠엠(주)', '107700', '107700', '208000', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:45:33', '2025-02-13 15:45:33'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221018', '국적', '일반선박', '산물선', 'N', 'D7EY', '9605724', '외항', 'PACIFIC ACE', '에이치엠엠 주식회사', '35297', '35297', '59963', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:46:51', '2025-02-13 15:46:51'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221035', '국적', '일반선박', '산물선', 'N', 'D7EZ', '9605736', '외항', 'PACIFIC PRIDE', 'HMM(주)', '35297', '35297', '59944', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-13 15:47:30', '2025-02-13 15:47:30'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('072154', '국적', '유조선', '석유제품운반선', 'N', 'DSPP7', '9404912', '외항', 'MS GRACE', 'HAESUNG SHIPPING CO., LTD.', '4060', '4060', '5646', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 09:55:02', '2025-02-14 09:55:02'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('161008', '국적', '유조선', '석유제품운반선', 'N', '300우찬호', '9439319', '내항', '우찬', '우림해운주식회사', '8539', NULL, '13045', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 09:58:18', '2025-02-14 09:58:18'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181824', '국적', '유조선', '석유제품운반선', 'N', 'DSMD', '9829552', '외항', 'WOOLIM 5', 'WOOLIM SHIPPING CO., LTD', '8072', '8072', '11430', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 10:01:22', '2025-02-14 10:01:22'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181832', '국적', '유조선', '석유제품운반선', 'N', 'DSME', '9848833', '외항', 'WOOLIM 7', 'WOOLIM SHIPPING CO., LTD.', '8072', '8072', '11439', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 10:36:38', '2025-02-14 10:36:38'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('092134', '국적', '유조선', '석유제품운반선', 'N', 'DSQI3', '9435870', '외항', 'WOOLIM DRAGON 7', 'Woolim Shipping Co., Ltd.', '6398', '6398', '8960', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 10:44:07', '2025-02-14 11:21:38'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221041', '국적', '유조선', '석유제품운반선', 'N', 'D7DL', '9947861', '외항', 'WOO HWANG', 'WOOLIM SHIPPING CO., LTD.', '5197', '5197', '2137', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 10:44:46', '2025-02-14 10:44:46'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221005', '국적', '유조선', '석유제품운반선', 'N', 'D7CQ', '9922653', '외항', 'WOO JIN', 'WOOLIM SHIPPING CO., LTD.', '5197', '5197', '6819', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 10:45:20', '2025-02-14 10:45:20'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181816', '국적', '유조선', '석유제품운반선', 'N', 'DSMB', '9814064', '외항', 'WOO HYUK', '우림해운(주)', '5025', '5025', '6473', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 10:45:58', '2025-02-14 10:45:58'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('094407', '국적', '유조선', '석유제품운반선', 'N', 'DSMS2', '9377822', '내항', '우춘호', '우림해운(주)', '3969', '3978', '5691', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 10:46:32', '2025-02-14 10:46:32'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('171017', '국적', '유조선', '석유제품운반선', 'N', 'DSIU5', '9299226', '외항', 'WOO GUM', 'WOOLIM SHIPPING CO., LTD.', '1974', '2361', '3449', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 10:47:03', '2025-02-14 10:47:03'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('171016', '국적', '유조선', '석유제품운반선', 'N', 'DSIJ9', '9297280', '외항', 'WOO JONG', 'WOOLIM SHIPPING CO., LTD.', '1974', '2361', '3449', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 10:47:37', '2025-02-14 10:47:37'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('012571', '국적', '유조선', '석유제품운반선', 'N', 'DSFN9', '9230335', '내항', 'WOO SUN', '우림해운(주)', '1716', '2115', '3415', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 10:48:12', '2025-02-14 10:48:12'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('151046', '국적', '유조선', '석유제품운반선', 'N', 'D7BN', '9361483', '외항', 'WOO DONG', 'WOOMIN SHIPPING CO., LTD.', '8581', '8581', '13119', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 10:48:47', '2025-02-14 10:48:47'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221004', '국적', '유조선', '석유제품운반선', 'N', 'D7FF', '9922665', '외항', 'WOOLIM DRAGON', 'WOOMIN SHIPPING CO., LTD.', '5197', '5197', '6833', 'The Standard Club Asia Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 10:49:23', '2025-02-14 10:49:23'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('161064', '국적', '유조선', '석유제품운반선', 'N', '900우석호', '9284415', '내항', '우석호', '우민해운(주)', '1975', NULL, '3449', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 10:49:55', '2025-02-14 10:49:55'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('161063', '국적', '유조선', '석유제품운반선', 'N', '900우현호', '9268667', '외항', 'WOO HYEON', 'WOOMIN SHIPPING CO., LTD.', '1975', '2362', '3466', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 10:50:31', '2025-02-14 10:50:31'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231056', '국적', '일반선박', 'LPG, LNG선', 'N', 'D7GE', '9368936', '외항', 'MS ZINNIA', '명신해운 주식회사', '4488', '4488', '4998', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 10:51:12', '2025-02-14 10:51:12'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241049', '국적', '일반선박', 'LPG, LNG선', 'N', 'D7NA', '9434541', '외항', 'MS SHARON', 'MYUNGSHIN SHIPPING CO.,LTD.', '3493', '3493', '3996', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 10:55:55', '2025-02-14 10:55:55'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231062', '국적', '일반선박', 'LPG, LNG선', 'N', NULL, '9368924', '외항', 'MS SALVIA', 'HAESUNG SHIPPING CO.,LTD.', '4488', '4488', '4998', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 10:56:34', '2025-02-14 11:24:41'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('174802', '국적', '일반선박', 'LPG, LNG선', 'N', 'DSRP5', '9235270', '외항', 'LADY GAS', 'MYUNGSHIN SHIPPING CO., LTD.', '3240', '3435', '3856', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 10:57:01', '2025-02-14 10:57:01'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('121053', '국적', '일반선박', 'LPG, LNG선', 'N', 'D8BR', '9402988', '외항', 'HAPPY GAS', 'HAESUNG SHIPPING CO., LTD.', '3138', '3355', '2999', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 10:57:26', '2025-02-14 10:57:26'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211010', '국적', '일반선박', 'LPG, LNG선', 'N', 'D7AW', '9496197', '외항', 'GREEN GAS', 'MYUNGSHIN SHIPPING CO., LTD.', '2696', '2997', '3097', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 10:57:51', '2025-02-14 10:57:51'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211028', '국적', '일반선박', 'LPG, LNG선', 'N', 'D7BL', '9766619', '외항', 'BELIEF GAS', 'MYUNGSHIN SHIPPING CO., LTD.', '3203', '3404', '3717', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 10:58:25', '2025-02-14 10:58:25'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('210023', '국적', '유조선', '석유제품운반선', 'N', NULL, '9251119', '내항', '강진', '씨엔에스해운(주)', '749', NULL, '2043', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 10:59:02', '2025-02-18 11:12:06'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('230047', '국적', '유조선', '석유제품운반선', 'N', NULL, '9459694', '내항', '승진', '광명해운 주식회사', '1635', NULL, '3453.744', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 11:00:11', '2025-02-14 11:00:11'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('112815', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '유진호', '광명해운(주)', '268', '0', '781', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 11:01:32', '2025-02-18 11:11:35'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('240008', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '공진', '광명해운 주식회사', '281', NULL, '826.713', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 11:02:26', '2025-02-18 11:04:44'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('121015', '국적', '일반선박', '산물선', 'N', 'D8BC', '9593244', '외항', 'HANJIN LEADER', 'CJ LOGISTICS CORPORATION', '14462', '14462', '15025', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 11:03:22', '2025-02-14 11:03:22'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('161021', '국적', '일반선박', '산물선', 'N', '300코렉스여수호', '9791248', '내항', 'KOREX YEOSU', '키암코쉬핑케이엑스제일호주식회사', '9938', NULL, '10938.58', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 11:03:59', '2025-02-14 11:03:59'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('161047', '국적', '일반선박', '산물선', 'N', NULL, '8697378', '내항', 'POSEIDON', 'MARINE CITY SHIPPING CO.,LTD.', '2658', '0', '5044', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2025-05-15', '대한민국', '부산지방해양수산청', '2025-02-14 11:04:28', '2025-02-18 14:35:32'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('059520', '국적', '일반선박', '산물선', 'N', 'DSOK2', '9354155', '내항', 'SS JIN', 'SEAN SHIPPING CO., LTD', '1571', '1972', '3302', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 11:05:00', '2025-02-14 11:05:00'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241001', '국적', '유조선', '석유제품운반선', 'N', 'D7JY', '9512135', '외항', 'SEA CRYSTAL', '에이블차터링 주식회사', '11317', '11317', '17602', 'The Standard Club Asia Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 11:06:00', '2025-02-14 11:06:00'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221037', '국적', '유조선', '석유제품운반선', 'N', 'D7FM', '9952000', '외항', 'NO.7 HANA', 'HANA MARINE CO., LTD.', '1546', '1946', '2649', 'The Standard Club Asia Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 11:06:41', '2025-02-14 11:06:41'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('151062', '국적', '유조선', '석유제품운반선', 'N', 'D7BV', '9231066', '외항', 'HANA PIONEER', '주식회사 에이치엔쉽핑', '887', '887', '1238', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 11:07:38', '2025-02-14 11:07:38'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241047', '국적', '일반선박', '산물선', 'N', 'D7KU', '9621390', '외항', 'PAN MUTIARA', 'PAN OCEAN CO., LTD.', '44003', '44003', '81177', 'The Britannia Steam Ship Insurance Association Europe', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 11:08:25', '2025-02-14 11:19:18'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251008', '국적', '일반선박', '산물선', 'N', 'D7LZ', '9621417', '외항', 'PAN CLOVER', 'PAN OCEAN CO., LTD.', '44003', '44003', NULL, 'United Kingdom Mutual Steam Ship Assurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-10', '2025-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 11:14:10', '2025-02-14 11:17:55'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('161005', '국적', '일반선박', '풀컨테이너선', 'N', 'D7CC', '9749116', '외항', 'PANCON VICTORY', 'PAN CONTINENTAL SHIPPING CO., LTD.', '9923', '9923', '12631', 'United Kingdom Mutual Steam Ship Assurance Association (Europe) Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-14 14:02:50', '2025-02-14 14:02:50'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191043', '국적', '일반선박', '풀컨테이너선', 'N', 'D7HJ', '9323522', '외항', 'HYUNDAI JAKARTA', '에이치엠엠(주)', '75308', '75308', '80129', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-14 15:46:28', '2025-02-15 19:38:58'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221077', '국적', '일반선박', '산물선', 'N', 'D7EM', '9534640', '외항', 'GLOBAL TRUST', '에이치엠엠 주식회사', '92839', '92839', '179407', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-14 15:47:08', '2025-02-15 19:42:59'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('141006', '국적', '일반선박', '산물선', 'N', 'D7MR', '9260976', '외항', 'OCEAN LEADER', '두원상선(주)', '4206', '9004', '9756', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-15 21:10:59', '2025-02-15 21:10:59'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('141006', '국적', '일반선박', '산물선', 'N', 'D7MR', '9260976', '외항', 'OCEAN LEADER', '두원상선(주)', '4206', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-15 21:14:44', '2025-02-15 21:48:29'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241039', '국적', '일반선박', '케미칼가스운반선', 'N', 'D7KN', '9336660', '외항', 'GREEN ONE', '롯데정밀화학 주식회사', '25937', '25937', '29536', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-15 21:27:52', '2025-02-15 21:47:56'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191070', '국적', '일반선박', '산물선', 'N', 'D7MD', '9304538', '외항', 'SJ ASIA', '삼주마리타임(주)', '88494', '88494', '177477', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-15 21:41:17', '2025-02-15 21:41:34'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('141033', '국적', '유조선', '석유제품운반선', 'N', 'D7NK', '9322994', '외항', 'INTRANS EDY', '주식회사 인트란스', '7699', '7699', '3266', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-15 21:45:54', '2025-02-15 21:55:12'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('101912', '국적', '일반선박', '산물선', 'N', '300인트란스티나', '9128922', '외항', 'INTRANS TINA', '(주)인트란스', '36559', '36559', '23279', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-15 21:52:08', '2025-02-15 21:52:26'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231049', '국적', '일반선박', '자동차 운반선', 'N', 'D7JC', '9367592', '외항', 'MORNING NINNI', '유코카캐리어스 주식회사', '31778', '51917', '17372', 'Assuranceforeningen Gard (Gjensidig)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-17', '2026-02-16', '대한민국', '부산지방해양수산청', '2025-02-17 09:32:53', '2025-02-17 09:32:53'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('193501', '국적', '일반선박', '산물선', 'N', 'D7XO', '9340518', '외항', 'SUNG HEE', 'Soojung Shipping Co., Ltd.', '1578', '1978', '2819', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '마산지방해양수산청', '2025-02-17 10:32:08', '2025-04-01 13:16:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('098879', '국적', '일반선박', '케미칼운반선', 'N', 'DSQJ3', '9512862', '기타', '골든 윙스호(GOLDEN WINGS)', '페트로플러스로지스틱스(주)', '2692', NULL, NULL, 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '울산지방해양수산청', '2025-02-17 11:19:49', '2025-02-17 11:20:04'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211022', '국적', '일반선박', '케미칼운반선', 'N', 'D7BW', '9550618', '기타', '타이하이 5 (TAIHAI 5)', '페트로플러스로지스틱스(주)', '3038', '3276', '982', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '울산지방해양수산청', '2025-02-17 11:22:15', '2025-02-17 11:22:15'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('028380', '국적', '유조선', '석유제품운반선', 'N', 'DSNA3', '9262261', '기타', '제1한미르(NO.1 HANMIREU)', '주식회사 한미르해운', '1941', NULL, NULL, 'The Standard Club Asia Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '울산지방해양수산청', '2025-02-17 11:23:09', '2025-02-17 11:23:09'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('200009', '국적', '유조선', '석유제품운반선', 'N', NULL, '9770153', '기타', '송양1호(SONG YANG NO.1)', '(주)송양', '1200', NULL, NULL, 'The Standard Club Asia Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '울산지방해양수산청', '2025-02-17 11:24:00', '2025-02-17 11:24:00'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('184803', '국적', '유조선', '석유제품운반선', 'N', NULL, '9834143', '기타', '진양1호(JINYANG NO.1)', '주식회사 진양유조선', '1995', NULL, NULL, 'The Standard Club Asia Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '울산지방해양수산청', '2025-02-17 11:24:56', '2025-02-17 11:24:56'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('192827', '국적', '유조선', '석유제품운반선', 'N', NULL, '9877987', '기타', '우성(WOO SUNG)', '제이더블유해운(주)', '1998', NULL, NULL, 'The Standard Club Asia Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '울산지방해양수산청', '2025-02-17 11:26:00', '2025-02-17 11:26:00'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('200013', '국적', '유조선', '석유제품운반선', 'N', NULL, '9877999', '내항', 'YU SUNG', '(주)송양', '1998', NULL, NULL, 'The Standard Club Asia Ltd', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '울산지방해양수산청', '2025-02-17 11:28:37', '2025-02-17 11:28:37'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241063', '국적', '유조선', '석유제품운반선', 'N', 'D7LW', '9381330', '외항', 'ROYAL CRYSTAL 7', '인피쎄스해운 주식회사', '8539', '8539', '13080', 'Assuranceforeningen Skuld (Gjensidig)', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 13:01:39', '2025-02-17 13:01:39'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191069', '국적', '유조선', '석유제품운반선', 'N', 'D7FR', '9570591', '외항', 'SUN FREESIA', 'INFICESS SHIPPING CO., LTD.', '3449', '3595', '4998', 'Assuranceforeningen Skuld (Gjensidig)', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 13:03:21', '2025-02-17 13:03:21'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251009', '국적', '일반선박', 'LPG, LNG선', 'N', 'D7MK', '9448865', '외항', 'MS BLESS', '해성선박 주식회사', '4484', '4484', NULL, 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 13:20:50', '2025-02-17 13:21:55'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('098861', '국적', '유조선', '석유제품운반선', 'N', 'DSQH9', '9425617', '외항', 'NEW GLOBAL', 'SEONG HO SHIPPING CO., LTD.', '4060', '4060', '5666', 'Assuranceforeningen Skuld', 'Y', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 13:25:38', '2025-02-17 13:26:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('092099', '국적', '유조선', '석유제품운반선', 'N', 'DSQJ9', '9425629', '외항', 'NEW HARMONY', 'SEONG HO SHIPPING CO., LTD.', '4060', '4060', '5643', 'Assuranceforeningen Skuld', 'Y', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 13:30:12', '2025-02-17 13:30:12'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('079977', '국적', '유조선', '석유제품운반선', 'N', 'D8QR', '9427251', '외항', 'SEONGHO GALAXY', 'SEONG HO SHIPPING CO., LTD', '3575', '3690', '5526', 'Assuranceforeningen Skuld', 'Y', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 13:33:50', '2025-02-17 13:34:08'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('084647', '국적', '유조선', '석유제품운반선', 'N', 'DSQF5', '9496094', '외항', 'SEONGHO PIOCE', 'SEONG HO SHIPPING CO., LTD.', '3586', '3698', '5530', 'Assuranceforeningen Skuld', 'Y', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 13:37:51', '2025-02-17 13:37:51'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('092173', '국적', '유조선', '석유제품운반선', 'N', 'DSQJ6', '9458315', '외항', 'SEONGHO ACE', 'SEONG HO SHIPPING CO., LTD.', '8577', '8577', '13127', 'Assuranceforeningen Skuld', 'Y', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 13:38:33', '2025-02-17 13:38:33'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('161033', '국적', '유조선', '석유제품운반선', 'N', 'D8SV', '9346043', '외항', 'NEW SILVER', 'SEONG HO SHIPPING CO., LTD.', '8504', '8504', '12866', 'The Standard Club Asia Ltd.', 'Y', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 13:41:12', '2025-02-17 13:41:12'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('102177', '국적', '일반선박', '기타선', 'N', 'DSQU2', '9528421', '외항', 'MEGA PASSION', 'TPI MEGALINE CO., LTD', '41986', '41986', '41448', 'The Shipowners` Mutual Protection & Indemnity Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 13:42:39', '2025-02-17 14:40:20'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('170009', '국적', '유조선', '석유제품운반선', 'N', NULL, '9159490', '기타', '한유누리(HANYU NURI)', '(주)한유', '749', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '울산지방해양수산청', '2025-02-17 14:37:23', '2025-02-17 14:37:23'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('210041', '국적', '유조선', '석유제품운반선', 'N', NULL, '9932622', '기타', '한유울산(HANYU ULSAN)', '(주)한유', '1996', NULL, '3594', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '울산지방해양수산청', '2025-02-17 14:38:10', '2025-02-17 14:38:10'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('150035', '국적', '유조선', '석유제품운반선', 'N', NULL, '9352169', '기타', '한유파이오니아(HANYU PIONEER)', '(주)한유', '1848', NULL, '3335', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '울산지방해양수산청', '2025-02-17 14:38:41', '2025-02-17 14:38:41'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('081891', '국적', '일반선박', '기타선', 'N', 'DSQH4', '9520352', '외항', 'MEGA TRUST', 'INTEREX MEGALINE CO., LTD', '16463', '16463', '19118', 'The Shipowners` Mutual Protection & Indemnity Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 14:41:22', '2025-02-17 14:41:22'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241031', '국적', '유조선', '석유제품운반선', 'N', 'D7KI', '9505986', '외항', 'SH FREESIA', 'SEONG HO SHIPPING CO.,LTD', '11987', '11987', '19991', 'The Standard Club Asia Ltd', 'Y', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 14:41:57', '2025-02-17 14:41:57'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('224814', '국적', '유조선', '석유제품운반선', 'N', NULL, '9275880', '내항', 'MS CLEAN', 'MYUNGSHIN SHIPPING CO., LTD.', '3773', NULL, '5583', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 14:45:50', '2025-02-17 14:45:50'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251006', '국적', '일반선박', '자동차 운반선', 'N', 'D7LY', '9707003', '기타', 'GLOVIS CRYSTAL', 'HYUNDAI GLOVIS CO., LTD', '34743', '59954', NULL, 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 14:52:04', '2025-02-18 09:46:27'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('233401', '국적', '일반선박', '기타선', 'N', '600현대프론티어', '9955052', '내항', '현대프론티어', '현대스틸산업 주식회사', '8468', NULL, '5011', 'The Shipowners` Mutual Protection & Indemnity Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 14:57:25', '2025-02-17 14:57:25'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('091413', '국적', '일반선박', '산물선', 'N', NULL, '9136981', '내항', 'NO.23 KUMJIN', 'KUMJIN SHIPPING CO.,LTD.', '1691', '2062', '3958', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 14:58:20', '2025-02-17 14:58:20'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('160040', '국적', '유조선', '석유제품운반선', 'N', NULL, '9231717', '내항', '씨호라이즌(C HORIZON)', '씨케이해운(주)', '1599', NULL, '3253', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '여수지방해양수산청', '2025-02-17 14:59:18', '2025-02-19 09:00:36'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('035828', '국적', '일반선박', '산물선', 'N', NULL, '9057082', '내항', 'NO.25 KUMJIN', 'KUMJIN SHIPPING CO., LTD.', '1607', NULL, '3728', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 14:59:21', '2025-02-17 14:59:21'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('160068', '국적', '일반선박', '산물선', 'N', NULL, '8934178', '내항', 'NO.27 KUMJIN', 'KUMJIN SHIPPING CO., LTD.', '1855', NULL, '3913', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 14:59:56', '2025-02-17 14:59:56'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('150059', '국적', '일반선박', '산물선', 'N', NULL, '9088835', '내항', 'DAEHO BUSAN', 'KUMJIN SHIPPING CO.,LTD.', '1708', '2107', '3954', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 15:01:59', '2025-02-17 15:01:59'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('150081', '국적', '일반선박', '산물선', 'N', NULL, '9110303', '내항', 'DAEHO INCHEON', '금진해운(주)', '1705', '2104', '3910', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 15:05:13', '2025-02-17 15:05:13'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('078835', '국적', '일반선박', '산물선', 'N', '300제니스오리온호', '8921339', '내항', 'ZENITH ORION', 'KUMJIN SHIPPING CO., LTD.', '3559', '3678', '6329', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 15:06:07', '2025-02-17 15:06:07'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('222801', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '68세한호', '이진봉', '299', NULL, '865.71', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-02-14', '2025-05-15', '대한민국', '여수지방해양수산청', '2025-02-17 15:06:07', '2025-02-18 09:16:30'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('088666', '국적', '일반선박', '철강제 운반선', 'N', 'DSQB7', '9466166', '내항', 'SNK LADY', 'KUMKIN SHIPPING CO.,LTD', '1725', NULL, '3753', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 15:07:53', '2025-02-17 15:08:49'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('120079', '국적', '일반선박', '산물선', 'N', NULL, '9078878', '내항', 'DAEHO SEOUL', 'DAEHO SHIPPING CO., LTD.', '1584', NULL, '3672', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 15:09:18', '2025-02-17 15:09:18'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('089585', '국적', '일반선박', '산물선', 'N', 'DSPY9', '9191644', '내항', 'ZENITH ROYAL', 'DAEHO SHIPPING CO., LTD.', '6448', '6448', '11462', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 15:09:44', '2025-02-17 15:09:44'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('190001', '국적', '일반선박', '산물선', 'N', '300대호세종호', '9599339', '내항', 'DAEHO SEJONG', 'DAEHO SHIPPING CO., LTD.', '1715', NULL, '3612', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 15:10:11', '2025-02-17 15:10:11'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('190019', '국적', '일반선박', '산물선', 'N', '300대호제주호', '9466178', '내항', 'DAEHO JEJU', 'DAEHO SHIPPING CO., LTD.', '1710', '2086', '3609', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 15:11:43', '2025-02-17 15:11:43'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231023', '국적', '일반선박', '산물선', 'N', 'D7IC', '9997361', '외항', 'ZENITH GRACE', '대호상선 주식회사', '2070', '2450', '4115', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 15:12:12', '2025-02-17 15:12:12'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('161028', '국적', '유조선', '석유제품운반선', 'N', 'D7US', '9321794', '외항', 'KEOYOUNG SUN 5', 'KEOYOUNG SHIPPING CO., LTD', '610', '887', '1228', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 15:13:03', '2025-02-17 15:13:03'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('121049', '국적', '유조선', '석유제품운반선', 'N', 'D7LG', '9321782', '외항', 'KEOYOUNG SUN 3', 'KEOYOUNG SHIPPING CO., LTD.', '610', '887', '1228', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 15:14:01', '2025-02-17 15:14:01'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201057', '국적', '유조선', '석유제품운반선', 'N', 'D7KS', '9362798', '외항', 'KEOYOUNG STAR 5', 'KEOYOUNG SHIPPING CO., LTD.', '1530', '1930', '2499', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 15:14:40', '2025-02-17 15:14:40'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('069598', '국적', '유조선', '석유제품운반선', 'N', 'DSOV4', '9398577', '외항', 'KEOYOUNG SEVEN', 'KEOYOUNG SHIPPING CO., LTD', '946', '1297', '1807', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 15:15:25', '2025-02-17 15:15:25'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('079524', '국적', '유조선', '석유제품운반선', 'N', 'DSPH2', '9435301', '외항', 'KEOYOUNG STAR', 'KEOYOUNG SHIPPING CO., LTD.', '1530', '1930', '2747', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 15:16:12', '2025-02-17 15:16:12'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('089323', '국적', '유조선', '석유제품운반선', 'N', 'DSPW9', '9502520', '외항', 'KEOYOUNG MASTER', 'KEOYOUNG SHIPPING CO., LTD.', '2517', '2846', '3918', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 15:17:38', '2025-02-17 15:17:38'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('160052', '국적', '유조선', '석유제품운반선', 'N', 'D7YD', '9764207', '외항', 'KEOYOUNG DREAM 3', 'KEOYOUNG SHIPPING CO., LTD.', '2490', '2823', '3498', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 15:18:22', '2025-02-17 15:18:22'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('171084', '국적', '유조선', '석유제품운반선', 'N', 'D7RJ', '9798090', '외항', 'KEOYOUNG STAR 3', 'KEOYOUNG SHIPPING CO., LTD.', '1826', '2222', '2818', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 15:19:03', '2025-02-17 15:19:03'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241010', '국적', '유조선', '석유제품운반선', 'N', 'D7BK', '9765988', '외항', 'KEOYOUNG BLUE 1', 'KEOYOUNG SHIPPING CO., LTD.', '1056', '1423', '1773', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 15:19:43', '2025-02-17 15:19:43'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('220018', '국적', '유조선', '석유제품운반선', 'N', 'D7XD', '9939151', '외항', 'KEOYOUNG BLUE 7', 'KEOYOUNG SHIPPING CO.,LTD', '1119', '1494', '1846', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 15:20:19', '2025-02-17 15:20:19'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('200028', '국적', '유조선', '석유제품운반선', 'N', 'D7VA', '9866160', '외항', 'KEOYOUNG BLUE 5', 'KEOYOUNG SHIPPING CO., LTD.', '1162', '1542', '1807', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-17 15:20:52', '2025-02-17 15:20:52'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('210036', '국적', '유조선', '석유제품운반선', 'N', NULL, '9923607', '내항', '경성', '다온물류(주)', '1994', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '울산지방해양수산청', '2025-02-17 16:35:51', '2025-02-17 16:35:51'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191041', '국적', '일반선박', '풀컨테이너선', 'N', 'D7HC', '9323508', '외항', 'HMM COLOMBO', '에이치엠엠(주)', '75308', '75308', '80107', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-13', '2025-02-20', '대한민국', '인천지방해양수산청', '2025-02-17 17:33:03', '2025-02-17 17:33:03'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191041', '국적', '일반선박', '풀컨테이너선', 'N', 'D7HC', '9323508', '외항', 'HMM COLOMBO', '에이치엠엠(주)', '75308', '75308', '80107', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-17 17:34:24', '2025-02-17 17:34:24'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181028', '국적', '일반선박', '화객선', 'N', 'D7TG', '9812767', '외항', 'NEW SHIDAO PEARL', 'Shidao International Ferry Co.,Ltd', '11515', '19988', NULL, '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '포항지방해양수산청', '2025-02-18 09:47:30', '2025-02-18 09:47:30'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('230042', '국적', '일반선박', '부선', 'N', NULL, NULL, '외항', 'PIN20001', 'PIN LOGIX CO., LTD.', '5245', '5245', '7544.26', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 10:00:10', '2025-02-18 10:00:10'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('100576', '국적', '일반선박', '부선', 'N', NULL, NULL, '외항', 'PIN17000', 'PINLOGIX CO., LTD.', '4257', '4257', '3533', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 10:03:53', '2025-02-18 10:03:53'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('230043', '국적', '일반선박', '부선', 'N', NULL, NULL, '외항', 'PIN20002', 'IMPACT. CO., LTD.', '5245', '5245', '7700', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 10:10:14', '2025-02-18 10:10:14'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('975652', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '조성호', '금천 주식회사', '149', '0', '0', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-02-14', '2025-05-15', '대한민국', '부산지방해양수산청', '2025-02-18 15:48:28', '2025-02-18 15:49:50'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('180020', '국적', '유조선', '석유제품운반선', 'N', NULL, '9494852', '내항', '두라 5', '두라해운(주)', '3599', NULL, '5506', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 15:51:35', '2025-02-18 15:51:35'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('111002', '국적', '유조선', '석유제품운반선', 'N', 'DSQW6', '9490076', '내항', '두라7', '두라해운(주)', '6402', NULL, '8947', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 15:52:25', '2025-02-18 15:52:25'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('170035', '국적', '유조선', '석유제품운반선', 'N', NULL, '9827748', '내항', '두라썬', '두라해운 주식회사', '2824', '0', '4771', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 15:59:11', '2025-02-18 15:59:11'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('180010', '국적', '유조선', '석유제품운반선', 'N', NULL, '9836610', '내항', '두라스카이', '두라해운(주)', '1999', '0', '3508', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 16:00:06', '2025-02-18 16:00:06'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('140034', '국적', '유조선', '석유제품운반선', 'N', 'D7NF', '9321809', '내항', '두라 스타', '두라해운(주)', '5770', NULL, '8657', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 16:00:55', '2025-02-18 16:00:55'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('170022', '국적', '유조선', '석유제품운반선', 'N', NULL, '9272723', '내항', '이에스 릴리', '에스토라해운(주)', '5770', NULL, '8509', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 16:01:31', '2025-02-18 16:01:31'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('088443', '국적', '유조선', '석유제품운반선', 'N', NULL, '9412426', '내항', '이에스 로즈', '에스토라해운(주)', '5589', NULL, '8062', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 16:02:05', '2025-02-18 16:02:05'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('110063', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', 'KUMYONG NO.1300', 'KUMYONG DEVELOPMENT CO.,LTD.', '4569', '4569', NULL, 'The Shipowners` Mutual Protection & Indemnity Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 16:03:49', '2025-02-18 16:03:49'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('140070', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', '에스앤에이치 1500호', '금용해양산업 주식회사', '4971', NULL, NULL, 'The Shipowners` Mutual Protection & Indemnity Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 16:05:29', '2025-02-18 16:05:29'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('090060', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', 'KUMYONG NO.2200', 'KUMYONG MARINE INDUSTRY CO., LTD.', '8565', '8565', NULL, 'The Shipowners` Mutual Protection & Indemnity Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 16:06:23', '2025-02-18 16:06:23'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('106370', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', 'KUMYONG NO.1600', 'NAM GAB HYUN', '4547', '4547', NULL, 'The Shipowners` Mutual Protection & Indemnity Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 16:07:28', '2025-02-18 16:07:28'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('120008', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', 'KUMYONG NO.1700', '남갑현', '5535', '5535', NULL, 'The Shipowners` Mutual Protection & Indemnity Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 16:08:16', '2025-02-18 16:08:16'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('140070', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', 'SNH1500', 'KUM YONG MARINE INDUSTRY CO.,LTD.', '4971', NULL, NULL, 'The Shipowners` Mutual Protection & Indemnity Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 16:13:59', '2025-02-21 15:54:40'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('084661', '국적', '유조선', '석유제품운반선', 'N', 'DSQF4', '9480306', '외항', 'KTS WHITE', 'KTS SHIPPING CO., LTD.', '2101', '2479', '3363', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 16:15:38', '2025-02-18 16:15:38'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181043', '국적', '유조선', '석유제품운반선', 'N', '300케이티에스', '9276781', '내항', '케이티에스 실버', '세줄선박관리(주)', '2193', NULL, '3497', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 16:16:42', '2025-02-18 16:16:42'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('200008', '국적', '유조선', '석유제품운반선', 'N', '300케이티에스레드', '9337858', '내항', '케이티에스 레드', '케이티에스해운(주)', '2110', NULL, '3414', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 16:17:23', '2025-02-18 16:17:23'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('171019', '국적', '유조선', '석유제품운반선', 'N', 'D7ZP', '9363170', '내항', '케이티에스 그린', '케이티에스해운 주식회사', '2328', NULL, '3456', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 16:18:07', '2025-02-18 18:11:04'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('092127', '국적', '유조선', '석유제품운반선', 'N', 'DSQH5', '9532434', '내항', '케이티에스 블루', '케이티에스해운(주)', '2486', NULL, '3553', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 16:18:45', '2025-02-18 16:18:45'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('141081', '국적', '유조선', '석유제품운반선', 'N', '912케이티에스', '9318644', '내항', '케이티에스 골드', '케이티에스해운 주식회사', '2170', NULL, '3655', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 16:19:26', '2025-02-18 16:19:26'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('141081', '국적', '유조선', '석유제품운반선', 'N', '912케이티에스', '9318644', '내항', '케이티에스 골드', '케이티에스해운 주식회사', '2170', NULL, '3655', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 16:20:03', '2025-02-18 16:20:03'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('089578', '국적', '일반선박', '기타선', 'N', 'DSPZ4', '9165188', '외항', 'SEGERO', 'LS Marine Solution Co.,Ltd.', '8323', '8323', '3706', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 16:22:53', '2025-02-18 16:22:53'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('111006', '국적', '일반선박', '기타선', 'N', 'DSRB3', '9422017', '외항', 'MIRAERO', 'LS Marine Solution Co.,Ltd.', '1617', '2017', '1800', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 16:26:12', '2025-02-18 16:26:12'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('106125', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', 'GL2030', 'LS Marine Solution CO.,Ltd.', '6360', '6360', '7676.51', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 16:29:49', '2025-02-18 16:29:49'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('10040016261101', '국적', '일반선박', '어선', 'N', 'DTBX8', '8607385', '어선', 'SEJONG', 'DONGWON INDUSTRIES CO., LTD.', '7765', '7765', '3417', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 16:31:19', '2025-02-18 16:31:19'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('067643', '국적', '일반선박', '기타선', 'N', NULL, NULL, '내항', '한화 3600', '한화오션(주)', '12592', NULL, NULL, '한화손해보험(주) Hanwha General Insurance Co., Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '마산지방해양수산청', '2025-02-18 16:32:34', '2025-02-18 16:32:34'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('087786', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', '오션 3600', '한화오션(주)', '12592', NULL, NULL, '한화손해보험(주) Hanwha General Insurance Co., Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '마산지방해양수산청', '2025-02-18 16:32:57', '2025-02-18 16:32:57'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('95081276260007', '국적', '일반선박', '어선', 'N', '6MOU', '8812227', '어선', 'OCEAN MASTER', 'DONGWON INDUSTRIES CO., LTD.', '1349', '1742', '1916', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 16:33:53', '2025-02-18 16:34:19'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('06040016261100', '국적', '일반선박', '어선', 'N', 'DTBQ5', '9386665', '어선', 'OCEAN ACE', 'DONGWON INDUSTRIES CO., LTD.', '1994', '2380', '2498', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 16:35:15', '2025-02-18 16:35:15'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('08100016261103', '국적', '일반선박', '어선', 'N', 'DTBU8', '9511301', '어선', 'JANG BO GO', 'DONG WON INDUSTRIES CO., LTD.', '2009', '2394', '2515', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 16:36:08', '2025-02-18 16:36:25'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('14070016261107', '국적', '일반선박', '어선', 'N', '6KCD2', '9713973', '어선', 'SEGYERO', 'DONG WON INDUSTRIES CO., LTD.', '1826', '2222', '2167', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 16:37:05', '2025-02-18 16:37:05'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('14080016261105', '국적', '일반선박', '어선', 'N', '6KCD5', '9713985', '어선', 'MIRAERO', 'DONG WON INDUSTRIES CO., LTD.', '1826', '2222', '2169', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 16:38:21', '2025-02-18 16:38:21'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('15120016261104', '국적', '일반선박', '어선', 'N', '6KAK', '9743423', '어선', 'TERAAKA', 'DONGWON INDUSTRIES CO., LTD.', '1811', '2207', '2212', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 16:38:59', '2025-02-18 16:38:59'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('16020016261103', '국적', '일반선박', '어선', 'N', '6KAP', '9743435', '어선', 'HANARA', 'DONGWON INDUSTRIES CO., LTD.', '1811', '2207', '2202', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 16:39:39', '2025-02-18 16:39:39'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('19070026261106', '국적', '일반선박', '어선', 'N', '6KSE', '9848857', '어선', 'JUBILEE', 'DONGWON INDUSTRIES CO., LTD.', '1862', '2256', '2132', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 16:40:13', '2025-02-18 16:40:13'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('19090016261103', '국적', '일반선박', '어선', 'N', '6KSG', '9848869', '어선', 'BONAMI', 'DONGWON INDUSTRIES CO., LTD.', '1862', '2256', '2134', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 16:41:18', '2025-02-18 16:41:18'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('08050026261103', '국적', '일반선박', '어선', 'N', 'DTBU5', '9509396', '어선', 'BLUE OCEAN', 'DONGWON INDUSTRIES CO., LTD.', '2023', '2407', '2874', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 16:42:00', '2025-02-18 16:42:11'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('24100016261109', '국적', '일반선박', '어선', 'N', NULL, '9010345', '어선', 'VASCO', 'DONG WON INDUSTRIES CO.,LTD.', '2111', NULL, NULL, 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 17:03:10', '2025-02-18 17:04:13'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('141009', '국적', '일반선박', '냉동,냉장선', 'N', 'D7MZ', '9163439', '외항', 'BADARO', 'DONGWON INDUSTRIES CO., LTD.', '4643', '4643', '2695', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 17:06:48', '2025-02-18 17:06:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('141021', '국적', '일반선박', '냉동,냉장선', 'N', 'D7NG', '9194919', '외항', 'OCEANUS', 'DONGWON INDUSTRIES CO., LTD.', '3817', '3817', '4181', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 17:07:29', '2025-02-18 17:07:29'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('192801', '국적', '유조선', '석유제품운반선', 'N', NULL, '9843003', '내항', '그레이스 알파', '알파해운 주식회사', '2676', NULL, '3514', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 17:08:22', '2025-02-19 15:48:06'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('151058', '국적', '유조선', '석유제품운반선', 'N', 'D7BH', '9355018', '내항', '미라클 알파', '알파해운 주식회사', '2210', NULL, '3499', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-19', '대한민국', '부산지방해양수산청', '2025-02-18 17:09:27', '2025-02-19 15:49:41'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('240030', '국적', '유조선', '석유제품운반선', 'N', NULL, '9324590', '기타', '스프링 알파', '알파해운(주)', '2212', NULL, '3948', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-19', '대한민국', '부산지방해양수산청', '2025-02-18 17:11:11', '2025-02-19 15:49:16'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('110023', '국적', '일반선박', '예선', 'N', 'DSFB', '8746820', '외항', '901 CHOYANG', 'CHOYANG SHIPPING CO.,LTD.', '232', '366', '166', 'The Shipowners` Mutual Protection & Indemnity Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 17:13:12', '2025-02-18 17:13:12'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('95080306481355', '국적', '일반선박', '어선', 'N', 'DTAU2', '9033763', '어선', 'NO.5 DONG IL', 'KYUNGTAE CO., LTD.', '338', '1028', '886', '한화손해보험(주) Hanwha General Insurance Co., Ltd.', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 17:13:57', '2025-02-18 17:13:57'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('15020016263809', '국적', '일반선박', '어선', 'N', '6MWW', '8910952', '어선', 'NO.7 DONG IL', 'KYUNGTAE CO., LTD.', '1154', '1154', '772', '한화손해보험(주) Hanwha General Insurance Co., Ltd.', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 17:16:57', '2025-02-18 17:16:57'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('14010016261403', '국적', '일반선박', '어선', 'N', '6KCC7', '9683635', '어선', 'SAJO ALEXANDRIA', 'SAJO INDUSTRIES CO., LTD', '1016', '2177', '1731', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 17:18:14', '2025-02-18 17:18:14'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('12070016261405', '국적', '일반선박', '어선', 'N', 'DTBN2', '9618379', '어선', 'Sajo Columbia', 'SAJO INDUSTRIES CO., LTD', '1014', '2175', '1900', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 17:18:52', '2025-02-18 17:18:52'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('17030026261402', '국적', '일반선박', '어선', 'N', '6KMB', '9699593', '어선', 'SAJO CONCORDIA', 'SAJO INDUSTRIES CO., LTD', '1105', '2338', '2735', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 17:19:30', '2025-02-18 17:19:30'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('12110016261406', '국적', '일반선박', '어선', 'N', '6KCA3', '9619323', '어선', 'Sajo Familia', 'SAJO INDUSTRIES CO., LTD', '1014', '2175', '1900', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 17:19:58', '2025-02-18 17:19:58'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('21040016261108', '국적', '일반선박', '어선', 'N', '6KSP', '7388310', '어선', 'NO.99 OYANG', 'OYANG CORPORATION', '1703', '2102', '1069', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 17:20:25', '2025-02-18 17:20:25'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('22100026261102', '국적', '일반선박', '어선', 'N', '6KVB', '8223749', '어선', 'NO.88 OYANG', 'OYANG CORPORATION', '294', '864', '488', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 17:20:54', '2025-02-18 17:20:54'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('95110126260008', '국적', '일반선박', '어선', 'N', '6NBG', '7416612', '어선', 'OYANG NO.77', 'OYANG CORPORATION', '899', '1072', '718', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 17:21:20', '2025-02-18 17:21:20'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('13110016261404', '국적', '일반선박', '어선', 'N', '6KCC5', '9683623', '어선', 'SAJO POSEDONIA', 'Oyang Corporation', '1016', '2177', '1718', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 17:21:48', '2025-02-18 17:21:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('95050176210006', '국적', '일반선박', '어선', 'N', '6NLC', '8821527', '외항', 'NO.81 CHUNG YONG', 'SAJODAERIM CORPORATION', '497', '738', '389', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 17:22:21', '2025-02-18 17:22:21'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('94080036210008', '국적', '일반선박', '어선', 'N', '6KJV', '8905555', '외항', 'NO.83 CHUNG YONG', 'SAJODAERIM CORPORATION ', '423', '638', '461', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 17:22:58', '2025-02-18 17:22:58'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('10020016261105', '국적', '일반선박', '어선', 'N', 'DTBX6', '9587063', '어선', 'SAJO POTENTIA', 'SAJO SEAFOOD CO., LTD.', '1061', '1429', '2172', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 17:23:27', '2025-02-18 17:23:27'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231058', '국적', '일반선박', '산물선', 'N', 'D7JJ', '9736420', '외항', 'SN SERENITY', 'SEA NET SHIPPING CO., LTD.', '22426', '22426', '36228', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 17:24:23', '2025-02-18 17:24:23'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201042', '국적', '일반선박', '산물선', 'N', 'D8SH', '9392810', '외항', 'SN OPAL', 'SEA NET SHIPPING CO., LTD.', '19808', '19808', '31771', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 17:24:55', '2025-02-18 17:24:55'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201048', '국적', '일반선박', '산물선', 'N', 'D8ST', '9415026', '외항', 'STAR TYCHE', 'K-STARSHIPPING CO., LTD.', '14162', '14162', '20140', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 17:25:22', '2025-02-18 17:25:22'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221019', '국적', '일반선박', '산물선', 'N', 'D7FH', '9626376', '외항', 'MAPLE MARINA', '한강글로벌해운(주)', '22662', '22662', '12527', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 17:30:16', '2025-02-18 17:30:27'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211039', '국적', '일반선박', '산물선', 'N', 'D7DJ', '9593323', '외항', 'MAPLE HARBOUR', '한강글로벌해운(주)', '31540', '31540', '18769', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 17:32:37', '2025-02-18 17:32:37'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211012', '국적', '일반선박', '산물선', 'N', 'D7AY', '9557214', '외항', 'GOLDEN MAPLE', '한강글로벌해운(주)', '20138', '20138', '11365', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 17:34:09', '2025-02-18 17:34:09'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('060821', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '우진1호', '주식회사 제이에이치마린', '199', '199', '490.34', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 17:37:38', '2025-02-21 14:48:59'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('14010016261109', '국적', '일반선박', '어선', 'N', '6KCD', '8706832', '어선', 'NO.27 HAE IN', 'HAE IN FISHERIES CO., LTD.', '1127', '1127', '1007', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 17:47:58', '2025-02-18 17:47:58'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('070606', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '신성호', '백금마린(주) 외 1사', '149', NULL, '465', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 19:14:30', '2025-02-18 19:14:30'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221501', '국적', '일반선박', '산물선', 'N', 'D7EH', '9493054', '외항', 'HL TUBARAO', 'H-Line Shipping Co., Ltd.', '152457', '152457', '299688', 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 19:16:18', '2025-02-18 19:16:18'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251008', '국적', '일반선박', '산물선', 'N', 'D7LZ', '9621417', '외항', 'PAN CLOVER', 'PAN OCEAN CO., LTD.', '44003', '44003', NULL, 'United Kingdom Mutual Steam Ship Assurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 19:24:55', '2025-02-18 19:24:55'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191061', '국적', '유조선', '석유제품운반선', 'N', 'D7RA', '9381366', '외항', 'KTS BROWN', 'BLUE ONE TANKER CO., LTD. 외 1', '8539', '8539', '13071', 'The Standard Club Asia Ltd', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 19:25:45', '2025-02-18 19:25:45'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('050121', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', '한진', '(주)에이치제이중공업', '11723', '11723', '0', 'The London Steam-Ship Owners` Mutual Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-18 19:28:08', '2025-02-18 19:28:08'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('240043', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '기타', '송덕', '(주)송양', '498', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '울산지방해양수산청', '2025-02-19 09:10:43', '2025-07-23 10:21:51'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211005', '국적', '일반선박', 'LPG, LNG선', 'N', 'D7KV', '9891854', '외항', '코리아비전(KOREA VISION)', '지에스칼텍스(주)', '3908', NULL, '3674.54', 'United Kingdom Mutual Steam Ship Assurance Association (Europe) Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '여수지방해양수산청', '2025-02-19 09:24:31', '2025-02-19 09:24:31'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('182815', '국적', '유조선', '석유제품운반선', 'N', 'D7SK', '9821847', '외항', '코리아비너스(KOREA VENUS)', '지에스칼텍스 주식회사', '29543', '29543', '50542', 'United Kingdom Mutual Steam Ship Assurance Association (Europe) Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '여수지방해양수산청', '2025-02-19 09:25:40', '2025-02-20 15:54:26'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181048', '국적', '유조선', '석유제품운반선', 'N', 'D7TJ', '9829502', '외항', '코리아 빅토리(KOREA VICTORY)', '지에스칼텍스(주)', '5649', NULL, '6498.81', 'United Kingdom Mutual Steam Ship Assurance Association (Europe) Ltd.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '여수지방해양수산청', '2025-02-19 09:27:11', '2025-02-20 15:54:33'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('000131', '국적', '유조부선', '유조부선', 'N', NULL, NULL, '기타', '방제1002', '해양환경공단', '751', '0', '2173', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '울산지방해양수산청', '2025-02-19 09:34:32', '2025-02-19 09:34:32'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('108674', '국적', '일반선박', '자동차 운반선', 'N', NULL, '9159969', '내항', '동방글로리(DONGBANG GLORY)', '(주)동방', '3812', NULL, '7349', 'The Shipowners` Mutual Protection & Indemnity Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '여수지방해양수산청', '2025-02-19 09:50:04', '2025-02-19 09:50:04'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('107211', '국적', '일반선박', '자동차 운반선', 'N', NULL, '9159957', '내항', '동방챌린저(DONGBANG CHALLENGER)', '(주)동방', '3812', NULL, '7373', 'The Shipowners` Mutual Protection & Indemnity Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '여수지방해양수산청', '2025-02-19 09:51:00', '2025-02-19 09:51:00'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('242817', '국적', '일반선박', '산물선', 'N', NULL, '1048308', '내항', '동방루비(DONGBANG RUBY)', '(주)동방', '2879', NULL, '4499', 'The Shipowners` Mutual Protection & Indemnity Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '여수지방해양수산청', '2025-02-19 10:00:09', '2025-02-19 10:00:09'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('133507', '국적', '일반선박', '자동차 운반선', 'N', NULL, '9331440', '내항', '동방에이스(DONGBANG ACE)', '(주) 동방', '5566', NULL, '8000', 'The Shipowners` Mutual Protection & Indemnity Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '여수지방해양수산청', '2025-02-19 10:00:57', '2025-02-19 10:00:57'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('071992', '국적', '일반선박', '산물선', 'N', 'DSPC5', '9150640', '내항', '동방 사파이어(DONGBANG SAPPHIRE)', '(주)동방', '2398', NULL, '4438', 'The Shipowners` Mutual Protection & Indemnity Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '여수지방해양수산청', '2025-02-19 10:01:55', '2025-02-19 10:01:55'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('002528', '국적', '유조부선', '유조부선', 'N', NULL, NULL, '내항', '방제1001호(BANGJAE NO.1001)', '해양환경공단', '564', '0', '0', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '여수지방해양수산청', '2025-02-19 10:10:39', '2025-02-19 16:07:31'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('13070016261403', '국적', '일반선박', '어선', 'N', '6KCC6', '8662828', '어선', 'SKYMAX 101', 'SEAMAX FISHERY CO., LTD', '1402', '1402', '1004', '한화손해보험(주) Hanwha General Insurance Co.,Ltd.', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-19 10:32:27', '2025-02-19 10:32:27'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('95124306260000', '국적', '일반선박', '어선', 'N', 'DTBS3', '9021588', '어선', 'AGNES 101', 'AGNES FISHERY CO.,LTD.', '1021', '1021', NULL, 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-19 13:16:11', '2025-02-19 13:16:11'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('95121906260001', '국적', '일반선박', '어선', 'N', 'DTBR3', '7355167', '어선', 'AGNES 102', 'AGNES FISHERIES CO., LTD.', '880', '880', '652.437', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-19 13:16:58', '2025-02-19 13:16:58'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('95121926260009', '국적', '일반선박', '어선', 'N', 'DTBR4', '7380150', '어선', 'AGNES 103', 'AGNES FISHERIES CO.,LTD.', '880', '880', '651', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-19 13:17:41', '2025-02-19 13:17:41'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('95110386471101', '국적', '일반선박', '어선', 'N', 'DTBR6', '8320353', '어선', 'AGNES 107', 'TAE WOONG DEEP SEA FISHERISE CO.LTD', '722', '722', '486.84', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-19 13:20:07', '2025-02-19 13:20:07'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('95110396471100', '국적', '일반선박', '어선', 'N', 'DTBR8', '8404379', '어선', 'AGNES 108', 'TAE-WOONG DEEP SEA FISHERISE CO.LTD', '722', '722', '493.73', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-19 13:21:42', '2025-02-19 13:21:42'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('20110026261408', '국적', '일반선박', '어선', 'N', '6KSM', '9897078', '어선', 'AGNES 110', 'Ocean Fishing Safety Fund No.2 Co., Ltd.', '1336', '1336', '897.451', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-19 13:22:30', '2025-02-19 13:22:30'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('01050036260009', '국적', '일반선박', '어선', 'N', 'DTBR5', '7927300', '어선', 'AGNES 3', 'AGNES FISHERIES CO.,LTD', '978', '978', '689', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-19 13:48:08', '2025-02-19 13:48:08'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('95110416471106', '국적', '일반선박', '어선', 'N', 'DTBS4', '7237066', '어선', 'AGNES 5', 'TAE WOONG DEEP SEA FISHERISE CO.LTD', '1248', '1248', NULL, 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-19 13:48:53', '2025-02-19 13:48:53'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251010', '국적', '일반선박', 'LPG, LNG선', 'N', 'D7MM', '9448853', '외항', 'MS FAVOR', 'HAESUNG SHIPPING CO., LTD.', '3220', '3419', NULL, 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-19 14:04:05', '2025-02-20 10:21:13'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('900201', '국적', '일반선박', '시멘트 운반선', 'N', 'D8HE', '8908612', '내항', '한라1호', '한라시멘트(주)', '4840', '4840', '8053', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-19 15:21:35', '2025-02-19 15:21:35'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('17030016261403', '국적', '일반선박', '어선', 'N', '6KCF', '8614895', '어선', 'NO.601 DAGAH', 'PAI CO.,LTD', '999', NULL, '603.352', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-19 15:22:13', '2025-02-19 15:22:13'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('12100016261104', '국적', '일반선박', '어선', 'N', '6KCB9', '8827882', '어선', '101 HAE RANG', 'DONG SIN FISHERIES.CO.LTD', '681', '681', '440.957', '현대해상화재보험(주) Hyundai Marine &amp;amp;amp;amp; Fire Insurance Co.,Ltd.', 'Y', 'N', 'N', 'Y', 'N', 'N', 'N', 'N', '2025-02-19', '2026-02-19', '대한민국', '부산지방해양수산청', '2025-02-19 17:45:12', '2025-02-19 17:45:12'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('100799', '국적', '일반선박', '부선', 'N', NULL, NULL, '외항', 'CHOYANG 20001', 'CHOYANG SHIPPING CO.,LTD.', '4784', '4784', '7344', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-19 17:47:53', '2025-02-19 17:47:53'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('240017', '국적', '유조선', '원유운반선', 'N', NULL, NULL, '외항', '할라크', '주식회사 노아해운', '3486', NULL, '5529', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-19 17:48:39', '2025-02-19 17:48:39'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('240017', '국적', '유조선', '원유운반선', 'N', NULL, NULL, '외항', '할라크', '주식회사 노아해운', '3486', NULL, '5529', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-19 17:49:04', '2025-02-19 17:49:04'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('230007', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '카리스', '(주)베드로', '1461', NULL, '3022.58', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-19', '2026-02-18', '대한민국', '부산지방해양수산청', '2025-02-19 17:50:30', '2025-02-19 17:50:30'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('240018', '국적', '일반선박', 'LPG, LNG선', 'N', NULL, '9368089', '내항', '에코 가스', '유니온쉬핑 주식회사', '998', NULL, NULL, 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-19 17:51:24', '2025-02-19 17:51:24'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241058', '국적', '일반선박', '산물선', 'N', 'D7LN', '9577549', '외항', 'WESTERN MARINE', '(주)한성라인', '63624', '63624', '114583', 'The Standard Club Asia Ltd', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-20 10:13:33', '2025-02-20 10:13:33'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231026', '국적', '일반선박', '산물선', 'N', 'D7II', '9638642', '외항', 'GENEVA QUEEN', '장금상선 주식회사', '44174', '44174', '81361', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-20 10:15:52', '2025-02-20 10:15:52'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231031', '국적', '일반선박', '산물선', 'N', 'D7IM', '9455959', '외항', 'MEREDITH VICTORY', '장금상선 주식회사', '93532', '93532', '179362', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-20 10:19:30', '2025-02-20 10:19:30'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('023151', '국적', '유조부선', '유조부선', 'N', NULL, NULL, '기타', '방제1003호', '해양환경공단', '654', '654', '1052', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '대산지방해양수산청', '2025-02-20 11:01:11', '2025-02-20 11:18:26'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('200026', '국적', '일반선박', '기타선', 'N', 'D7VE', '9617765', '외항', 'JANG YEONG SIL', 'KOREA INSTITUTE OF OCEAN SCIENCE AND TECHNOLOGY', '2656', '2964', '2781', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-20 11:05:22', '2025-02-20 11:05:22'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('220046', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '산루이스', '주식회사 부길해운', '198', NULL, '381.61', '한화손해보험(주) Hanwha General Insurance Co.,Ltd.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2024-04-26', '2025-04-26', '대한민국', '부산지방해양수산청', '2025-02-20 11:10:12', '2025-02-20 11:10:12'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241802', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '상금', '태하해운(주)', '298', '298', '908.55', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-20 11:40:10', '2025-02-20 14:01:00'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('059088', '국적', '일반선박', '시멘트 운반선', 'N', 'DSOD5', '9331945', '외항', '대한1호(Daehan No.1)', '대한시멘트(주)', '6199', NULL, '10423', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '여수지방해양수산청', '2025-02-20 15:57:51', '2025-02-20 15:57:51'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251011', '국적', '유조선', '석유제품운반선', 'N', 'D7MA', '9687631', '기타', '한유 임페리얼(HANYU IMPERIAL)', '주식회사 한유', '4275', '4275', NULL, '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '울산지방해양수산청', '2025-02-20 16:20:48', '2025-04-15 09:12:05'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('21110026261406', '국적', '일반선박', '어선', 'N', '6KSS', '9929479', '외항', 'C M PARK', 'Ocean Fishing Safety Fund No.5 Co., Ltd.', '1337', '1337', NULL, '현대해상화재보험(주) Hyundai Marine &amp;amp;amp;amp;amp; Fire Insurance Co.,Ltd.', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-20 17:01:57', '2025-02-20 17:01:57'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('21110016261407', '국적', '일반선박', '어선', 'N', '6KSQ', '9929467', '외항', 'DREAM PARK', 'Ocean Fishing Safety Fund No.3 Co., Ltd.', '1337', '1337', '868', '현대해상화재보험(주) Hyundai Marine &amp;amp; Fire Insurance Co.,Ltd.', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-20 17:04:05', '2025-02-20 17:04:05'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('983196', '국적', '일반선박', '모래 운반선', 'N', NULL, NULL, '내항', '삼표102호', '(주)삼표산업', '3552', '0', '7648', 'The London Steam-Ship Owners` Mutual Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-20 17:09:29', '2025-02-20 17:09:29'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('073197', '국적', '일반선박', '모래 운반선', 'N', NULL, NULL, '내항', '삼표202호', '(주)삼표산업', '3729', NULL, '7011', 'The London Steam-Ship Owners` Mutual Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-20 17:11:29', '2025-02-20 17:11:29'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('042053', '국적', '일반선박', '모래 운반선', 'N', NULL, NULL, '내항', '삼표302호', '(주)삼표산업', '4280', NULL, '7236', 'The London Steam-Ship Owners` Mutual Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-02-20 17:12:40', '2025-02-20 17:12:40'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('190013', '국적', '일반선박', '기타선', 'N', NULL, NULL, '내항', '재원 니케', '길상해운(주)', '2701', '0', NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-05-16', '2025-05-15', '대한민국', '부산지방해양수산청', '2025-02-21 11:02:04', '2025-02-21 11:02:04'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('07010016263808', '국적', '일반선박', '어선', 'N', NULL, '8614352', '어선', 'NO.808 TONG YOUNG ', 'DONG WON HAE SA RANG CO.,LTD', '1005', '1005', '645.047', '현대해상화재보험(주) Hyundai Marine &amp;amp;amp;amp;amp;amp; Fire Insurance Co.,Ltd.', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-19', '대한민국', '부산지방해양수산청', '2025-02-21 15:06:49', '2025-02-21 15:07:44'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('07070016261406', '국적', '일반선박', '어선', 'N', 'DTBT8', '8703488', '어선', 'NO.103 BADA', 'DONG WON HAE SA RANG CO.,LTD.', '1114', '1114', '861', '현대해상화재보험(주) Hyundai Marine &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp; Fire Insurance Co.,Ltd.', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-19', '대한민국', '부산지방해양수산청', '2025-02-21 15:11:30', '2025-02-21 15:11:42'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('21120016261405', '국적', '일반선박', '어선', 'N', '6KSR', '9929481', '외항', 'No.805 TongYoung', 'Ocean Fishing Safety Fund No.4 Co., Ltd.', '1336', '1336', NULL, '현대해상화재보험(주) Hyundai Marine &amp;amp;amp;amp;amp;amp;amp;amp; Fire Insurance Co.,Ltd.', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-19', '대한민국', '부산지방해양수산청', '2025-02-21 15:15:01', '2025-02-21 15:15:01'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('18040016501104', '국적', '일반선박', '어선', 'N', NULL, '9807231', '어선', '아라(ARA)', '제주대학교(JEJU NATIONAL UNIVERSITY)', '2996', '3242', NULL, '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '제주지방해양수산청', '2025-02-21 17:19:24', '2025-02-25 13:41:05'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241020', '국적', '일반선박', '기타선', 'N', 'D7KA', '9496458', '외항', 'PALOS', '대한전선 주식회사', '5551', '5551', NULL, 'The Shipowners` Mutual Protection & Indemnity Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-11-15', '2025-11-15', '대한민국', '부산지방해양수산청', '2025-02-24 11:07:37', '2025-02-24 11:13:05'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('176801', '국적', '유조선', '석유제품운반선', 'N', NULL, '9248215', '내항', '아람', '아람해운 주식회사', '759', '0', '1674', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2024-11-14', '2025-11-14', '대한민국', '부산지방해양수산청', '2025-02-24 18:14:41', '2025-02-24 18:14:41'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('105305', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '상경호', '(주)주경에너지', '107', NULL, '307', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-02-16', '2026-02-14', '대한민국', '부산지방해양수산청', '2025-02-24 18:25:35', '2025-02-24 18:25:35'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('200042', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '기타', '오션 아이리스', '(주)해양기업', '285', NULL, '563.23', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-02-16', '2026-02-14', '대한민국', '부산지방해양수산청', '2025-02-24 18:31:02', '2025-02-24 18:31:26'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('240047', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '동남에이스', '(주)동남급유', '1334', NULL, '2787.63', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-11-22', '2025-05-15', '대한민국', '부산지방해양수산청', '2025-02-25 10:30:29', '2025-02-25 10:30:29'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('110086', '국적', '일반선박', '부선', 'N', NULL, NULL, '외항', 'MYUNGJIN 20002', '조지형', '5103', '5103', '7420', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-25 17:49:40', '2025-02-25 17:49:40'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('123501', '국적', '일반선박', '부선', 'N', NULL, NULL, '외항', 'POS20000', '명진선박(주)', '5095', '5095', '12030', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-02-25 17:53:53', '2025-02-25 17:53:53'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('120039', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '삼성호', '보림해운(주)', '223', '0', '626.66', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-02-28', '2026-02-15', '대한민국', '부산지방해양수산청', '2025-02-27 09:43:55', '2025-02-27 09:43:55'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251013', '국적', '일반선박', '산물선', 'N', 'D7MQ', '9490595', '외항', 'GLOBAL ENTERPRISE', '에이치엠엠 주식회사', '89891', '89891', '176768', 'Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-25', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-03-05 17:43:25', '2025-03-10 09:51:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('057010', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', '디엔에프호', '주식회사 한국메이드', '21339', '0', '0', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '목포지방해양수산청', '2025-03-06 09:12:08', '2025-03-06 09:12:08'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('965380', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '보성호', '한영해운(주)', '129', '0', '358.73', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2024-05-16', '2025-05-15', '대한민국', '부산지방해양수산청', '2025-03-06 14:15:52', '2025-03-06 14:15:52'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('240029', '국적', '유조선', '급유선', 'N', NULL, NULL, '내항', '1명광호', '네이처코퍼레이션(주)', '238', NULL, '636.33', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-02-19', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-03-06 16:41:31', '2025-03-06 16:41:31'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181018', '국적', '일반선박', '산물선', 'N', 'D9YB', '9522855', '외항', 'SHINSUNG BRIGHT', 'SHINSUNG SHIPPING CO., LTD.', '6732', '6732', '10068', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-03-06', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-03-07 13:44:03', '2025-03-07 13:44:03'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('070606', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '신성호', '백금마린(주)', '149', NULL, '465', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-02-15', '2026-02-14', '대한민국', '부산지방해양수산청', '2025-03-11 17:58:23', '2025-03-11 17:58:55'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251017', '국적', '일반선박', '풀컨테이너선', 'N', 'D7NE', '9689665', '외항', 'SUNNY ACACIA', 'KOREA MARINE TRANSPORT CO., LTD.', '9867', '9867', NULL, 'The Britannia Steam Ship Insurance Association Europe', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-03-09', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-03-13 15:29:49', '2025-03-13 15:30:17'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('242825', '국적', '유조선', '급유선', 'N', NULL, NULL, '기타', '미르호', '김성준', '370', NULL, '1027', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-03-13', '2025-05-15', '대한민국', '여수지방해양수산청', '2025-03-13 16:25:42', '2025-03-13 16:28:35'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('089578', '국적', '일반선박', '기타선', 'N', 'DSPZ4', '9165188', '외항', 'SEGERO', 'LS Marine Solution Co.,Ltd.', '8323', '8323', '3706', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-03-13 16:38:02', '2025-03-13 16:38:02'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('111006', '국적', '일반선박', '기타선', 'N', 'DSRB3', '9422017', '외항', 'MIRAERO', 'LS Marine Solution Co.,Ltd.', '1617', '2017', '1800', 'The Standard Club Asia Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-03-13 16:39:35', '2025-03-13 16:39:35'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251012', '국적', '유조선', '석유제품운반선', 'N', 'D7CW', '9366938', '외항', 'SKY JOY', 'HSM SHIPPING CO., LTD.', '7688', '7688', '11341', 'The Standard Club Asia Ltd', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-03-13 16:54:48', '2025-03-13 16:54:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('05090056482209', '국적', '일반선박', '어선', 'N', NULL, NULL, '어선', '참바다', '교육부(경상국립대학교)', '36', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '마산지방해양수산청', '2025-03-20 10:58:05', '2025-03-20 10:58:05'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('01070166482208', '국적', '일반선박', '어선', 'N', 'DTBG5', '9256688', '어선', '새바다', '교육부(경상국립대학교)', '1358', '1358', NULL, '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '마산지방해양수산청', '2025-03-20 11:02:29', '2025-03-20 11:02:29'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('23110036482208', '국적', '일반선박', '어선', 'N', 'D7I0', '9947885', '어선', '새바다', '교육부(경상국립대학교)', '4356', '4356', NULL, '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '마산지방해양수산청', '2025-03-20 11:03:36', '2025-03-20 11:03:36'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('05090056482209', '국적', '일반선박', '어선', 'N', NULL, NULL, '어선', '참바다', '교육부(경상국립대학교)', '36', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '마산지방해양수산청', '2025-03-20 11:04:46', '2025-03-20 11:04:46'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251019', '국적', '일반선박', '풀컨테이너선', 'N', 'D7ND', '9693941', '기타', 'HEUNG-A XIAMEN', 'HEUNG A LINE CO., LTD.', '9998', '9998', NULL, 'The Standard Club Asia Ltd', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-03-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-03-21 08:47:50', '2025-03-21 08:48:17'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('000000', '국적', '일반선박', '풀컨테이너선', 'N', NULL, '9456953', '외항', 'SM SEOUL', 'SM LINE CORPORATION', NULL, NULL, NULL, 'The Britannia Steam Ship Insurance Association Europe', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-03-25', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-03-21 16:01:38', '2025-03-21 16:03:37'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('000000', '국적', '일반선박', '풀컨테이너선', 'N', NULL, '9456953', '기타', 'SM SEOUL', 'SM LINE CORPORATION', NULL, NULL, NULL, 'The Britannia Steam Ship Insurance Association Europe', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-03-25', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-03-21 16:06:31', '2025-03-21 16:08:26'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('174802', '국적', '일반선박', 'LPG, LNG선', 'N', 'DSRP5', '9235270', '외항', 'LADY GAS', 'HAESUNG SHIPPING CO.,LTD.', '3240', '3435', '3856', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-03-06', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-03-25 09:10:48', '2025-03-26 15:25:25'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251020', '국적', '일반선박', '풀컨테이너선', 'N', 'D7NC', '9693939', '외항', 'HEUNG-A HAIPHONG', 'HEUNG A LINE CO., LTD.', '9998', '9998', NULL, 'The Standard Club Asia Ltd', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-03-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-03-25 09:36:50', '2025-03-25 09:36:50'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251021', '국적', '일반선박', '냉동,냉장선', 'N', 'D7JK', '9045168', '기타', 'SEIN SAPPHIRE', 'SEIN SHIPPING CO., LTD.', '7303', '7303', NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-03-16', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-03-25 17:29:43', '2025-03-25 17:29:43'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251016', '국적', '유조선', '석유제품운반선', 'N', 'D7PA', '9304344', '기타', 'YC DAISY', 'YOUNGCHANG ENTERPRISE CO., LTD.', '11626', '11626', NULL, 'Assuranceforeningen Gard (Gjensidig)', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-03-07', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-03-25 17:39:05', '2025-03-25 17:39:05'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('254803', '국적', '유조선', '급유선', 'N', NULL, NULL, '내항', '행운호', '이정운', '399', NULL, NULL, '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-03-13', '2025-05-15', '대한민국', '울산지방해양수산청', '2025-03-26 15:07:06', '2025-03-26 15:07:06'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('174802', '국적', '일반선박', 'LPG, LNG선', 'N', 'DSRP5', '9235270', '외항', 'LADY GAS', 'HAESUNG SHIPPING CO.,LTD.', '3240', '3435', NULL, 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-03-06', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-03-26 15:45:07', '2025-03-26 15:45:26'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('171071', '국적', '유조선', '석유제품운반선', 'N', 'D8MW', '9297230', '외항', '티앤 레아', '태경탱커(주)', '1912', NULL, '3454', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-03-27 10:12:48', '2025-03-27 10:12:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('171071', '국적', '유조선', '석유제품운반선', 'N', '300티앤레아', '9297230', '내항', '티앤 레아', '태경탱커(주)', '1912', '2303', '1034', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-03-27 10:18:33', '2025-03-27 10:18:33'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251023', '국적', '일반선박', '기타선', 'N', 'D7LU', '1028774', '외항', 'PEGASUS', 'SHINSUNG SHIPPING CO., LTD.', '2930', '3189', NULL, 'The Standard Club Asia Ltd', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-03-25', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-03-27 16:27:54', '2025-03-27 16:27:54'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('146804', '국적', '유조선', '급유선', 'N', NULL, NULL, '내항', '백경호', '(주)백경해운', '308', '0', '0', '한화손해보험(주) Hanwha General Insurance Co.,Ltd.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-04-01', '2026-04-01', '대한민국', '인천지방해양수산청', '2025-03-31 09:50:23', '2025-03-31 11:21:47'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201007', '국적', '일반선박', '풀컨테이너선', 'N', 'D7FE', '9459527', '외항', 'SM JAGUAR', 'KOREA LINE CORPORATION', '93116', '93116', '60977', 'Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-03-13', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-03-31 16:55:27', '2025-03-31 17:07:35'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('240037', '국적', '유조선', '급유선', 'N', NULL, NULL, '내항', '청해3호', '김연만 외 1사', '333', NULL, NULL, 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2024-10-18', '2025-05-15', '대한민국', '부산지방해양수산청', '2025-03-31 17:05:48', '2025-03-31 17:06:24'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251024', '국적', '유조선', '석유제품운반선', 'N', 'D7KY', '9361471', '외항', 'DS PANTHER', 'DS SHIPPING CO., LTD.', '8581', '8581', '13105', 'The Standard Club Asia Ltd', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-03-24', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-03-31 17:14:32', '2025-03-31 17:14:42'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('131062', '국적', '유조선', '석유제품운반선', 'N', 'DSRP3', '9301665', '기타', '그린오션호(GREEN OCEAN)', '주식회사 원강해운', '1872', '2187', NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-05-16', '2025-05-15', '대한민국', '울산지방해양수산청', '2025-04-03 13:36:28', '2025-04-04 09:00:46'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('951271', '국적', '유조선', '석유제품운반선', 'N', 'DSED4', '9137064', '내항', '다이아오션호', '주식회사 원강해운', '2831', '2831', '4700', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-12-02', '2025-05-15', '대한민국', '울산지방해양수산청', '2025-04-03 13:39:41', '2025-04-04 09:01:00'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('204007', '국적', '유조선', '석유제품운반선', 'N', NULL, '9523304', '내항', '럭키오션호', '(주)원강해운', '1119', NULL, '2351', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-05-16', '2025-05-15', '대한민국', '울산지방해양수산청', '2025-04-03 13:40:57', '2025-04-04 09:01:14'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('244807', '국적', '유조선', '석유제품운반선', 'N', NULL, '9596404', '기타', '블루오션', '주식회사 원강해운', '1120', NULL, NULL, 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-09-27', '2025-05-15', '대한민국', '울산지방해양수산청', '2025-04-03 13:42:15', '2025-04-04 09:01:28'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('091321', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '기타', '삼진1호', '(주)원진해운', '890', NULL, '2064', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-05-16', '2025-05-15', '대한민국', '울산지방해양수산청', '2025-04-03 13:43:51', '2025-04-04 09:01:41'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('224816', '국적', '유조선', '석유제품운반선', 'N', NULL, '9401453', '기타', '루비오션호(RUBY OCEAN)', '주식회사 원강해운', '954', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2024-05-16', '2025-05-15', '대한민국', '울산지방해양수산청', '2025-04-03 13:44:39', '2025-04-04 09:01:51'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251026', '국적', '일반선박', '산물선', 'N', 'D7NY', '9589396', '기타', 'SM GUARDIAN', 'KOREA LINE CORPORATION', '93565', '93565', NULL, 'Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-04-02', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-04-04 08:49:47', '2025-04-04 08:56:47'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251025', '국적', '일반선박', '자동차 운반선', 'N', 'D7KZ', '9707015', '기타', 'GLOVIS CAPTAIN', 'HYUNDAI GLOVIS CO., LTD.', '34743', '59954', NULL, 'Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-03-31', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-04-07 10:23:15', '2025-04-07 10:23:15'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251022', '국적', '일반선박', '풀컨테이너선', 'N', 'D7GA', '9456953', '외항', 'SM SEOUL', 'SM LINE CORPORATION', '41331', '41331', NULL, 'The Britannia Steam Ship Insurance Association Europe', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-03-26', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-04-08 13:49:20', '2025-04-08 16:34:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('254803', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '행운호', '이정운', '399', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-03-13', '2025-05-15', '대한민국', '울산지방해양수산청', '2025-04-09 09:13:16', '2025-04-09 09:13:16'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181817', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', '성진21호', '성진소재(주)', '3493', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-04-01', '2025-05-15', '대한민국', '인천지방해양수산청', '2025-04-10 11:57:29', '2025-04-10 11:57:29'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('034863', '국적', '일반선박', '기타선', 'N', NULL, '9288643', '외항', '새누리호', '대한민국(교육부)', '4701', '4701', '4626.7', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '목포지방해양수산청', '2025-04-10 17:38:07', '2025-04-10 17:43:22'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('186219', '국적', '일반선박', '기타선', 'N', 'DSPG', '9807267', '외항', '세계로', '국(교육부)', '9196', '9196', '3643.5', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '목포지방해양수산청', '2025-04-10 17:45:32', '2025-04-10 17:46:16'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251027', '국적', '유조선', '석유제품운반선', 'N', 'D7NP', '9416111', '외항', 'SAEHAN JASPER', '새한해운(주)', '11757', '11757', '19997', 'The Britannia Steam Ship Insurance Association Europe', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-04-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-04-14 15:25:29', '2025-04-14 15:26:26'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('201048', '국적', '일반선박', '산물선', 'N', 'D8ST', '9415026', '외항', 'STAR TYCHE', '주식회사 케이월드라인', '14162', '14162', '7103', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-04-10', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-04-15 10:37:15', '2025-04-15 10:42:03'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('092301', '국적', '일반선박', '부선', 'N', NULL, NULL, '외항', 'SS B1', '(주)대운해운 외 1', '5102', '5102', '12001', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-04-16 13:09:19', '2025-04-16 13:09:19'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('161047', '국적', '일반선박', '산물선', 'N', NULL, '8697378', '내항', 'POSEIDON', 'MARINE CITY SHIPPING CO.,LTD.', '2658', '0', '5044', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-04-16 13:43:53', '2025-04-16 13:43:53'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('080412', '국적', '일반선박', '부선', 'N', NULL, NULL, '외항', 'HAEKWANG B-2', 'S.K MARITIME CO., LTD.', '1343', '1724', '3846', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-04-16 13:49:49', '2025-04-16 13:49:49'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('040544', '국적', '일반선박', '예선', 'N', 'DSPG9', '9204207', '외항', 'SS T7', 'SEAN SHIPPING CO.,LTD', '298', '462', '0', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-04-16 13:57:11', '2025-04-16 13:57:11'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('103007', '국적', '일반선박', '산물선', 'N', 'DSFA', '9415868', '외항', 'SJ GLORY', 'SEAN SHIPPING CO., LTD.', '1545', '1945', '2909', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-04-16 14:38:36', '2025-04-16 14:44:47'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('111010', '국적', '일반선박', '철강제 운반선', 'N', 'DSRB5', '9403889', '외항', 'SJ ANGEL', 'SEAN SHIPPING CO., LTD', '1545', '1945', '2874', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-04-16 14:41:13', '2025-04-16 14:44:03'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('200033', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '청담', '주식회사 태진에너지 외 1사', '1130', NULL, '2358.71', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-07-05', '2025-05-15', '대한민국', '부산지방해양수산청', '2025-04-16 15:02:58', '2025-04-16 15:02:58'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('171079', '국적', '일반선박', '산물선', 'N', 'D9AC', '9450959', '외항', 'SS LUNA', 'SEAN SHIPPING CO., LTD', '1520', '1920', '2972', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-04-16 15:34:39', '2025-04-16 15:34:39'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('240023', '국적', '유조선', '석유제품운반선', 'N', NULL, '8743385', '내항', '해창썬', '(주)해창글로벌', '1154', NULL, '2556.82', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2024-11-15', '2025-05-15', '대한민국', '부산지방해양수산청', '2025-04-17 13:57:30', '2025-04-17 13:57:30'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('141076', '국적', '유조선', '석유제품운반선', 'N', 'D7OX', '9275842', '내항', '티앤 루나', '태경탱커(주)', '2253', NULL, '3419', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-04-18 11:13:17', '2025-04-18 11:13:17'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('256206', '국적', '일반선박', '부선', 'N', '601한산1호', '9820180', '내항', '한산1호', '한산마리타임 주식회사', '29896', NULL, NULL, 'The London Steam-Ship Owners` Mutual Insurance Association Limited', 'Y', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-03-19', '2026-02-20', '대한민국', '목포지방해양수산청', '2025-04-18 16:12:26', '2025-04-18 16:15:09'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251029', '국적', '일반선박', '광석 운반선', 'N', 'D7NH', '9613783', '외항', 'PAN ESPERANZA', '팬오션 주식회사', '133647', '133647', NULL, 'United Kingdom Mutual Steam Ship Assurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-04-18', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-04-21 14:02:04', '2025-04-21 14:02:04'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251028', '국적', '일반선박', '풀컨테이너선', 'N', 'D7NI', '9869198', '외항', 'HMM MIR', '에이치엠엠 주식회사', '152003', '152003', NULL, 'Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-04-15', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-04-21 17:57:52', '2025-04-21 17:58:19'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211037', '국적', '일반선박', '산물선', 'N', 'D7DM', '9507441', '외항', 'ST BELLA', '주식회사 동방', '2049', '2431', '3701', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-04-22 13:48:04', '2025-04-22 13:48:14'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('151066', '국적', '일반선박', 'LPG, LNG선', 'N', 'D7CI', '9627942', '외항', 'NO.8 SJ GAS', 'SJ TANKER CO., LTD', '2677', '2981', '3029', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-04-25 17:39:30', '2025-04-25 17:39:30'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('141011', '국적', '일반선박', 'LPG, LNG선', 'N', 'D7MW', '9578878', '외항', 'NO.7 SJ GAS', 'BJH TANKER CO., LTD.', '2993', '2993', '2983', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-04-25 17:44:01', '2025-04-25 17:44:10'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('121038', '국적', '일반선박', 'LPG, LNG선', 'N', 'D7LQ', '9167394', '외항', 'NO.3 SJ GAS', 'SJ TANKER CO., LTD.', '2477', '2477', '2891', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-04-25 17:47:23', '2025-04-25 17:47:23'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('190025', '국적', '일반선박', 'LPG, LNG선', 'N', NULL, '9622722', '내항', '케이 가스', '(주)에스제이탱커', '1002', NULL, '1312', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-04-25 17:50:34', '2025-04-25 17:50:34'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('151026', '국적', '유조선', '석유제품운반선', 'N', 'D7AH', '9478080', '외항', 'SJ HOPE', 'SJ TANKER CO.,LTD', '5667', '5667', '8941', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-04-25 17:52:49', '2025-04-25 17:52:49'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251018', '국적', '일반선박', '풀컨테이너선', 'N', 'D7MF', '9978664', '외항', 'PEGASUS HOPE', '동영해운 주식회사', '9924', '9924', '13090.16', 'Steamship Mutual Underwriting Association (Europe) Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-13', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-04-29 09:08:08', '2025-07-22 09:07:04'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251030', '국적', '일반선박', '자동차 운반선', 'N', 'D7HT', '9707027', '외항', 'GLOVIS COSMOS', '현대글로비스 주식회사', '34743', '59954', NULL, 'Steamship Mutual Underwriting Association (Europe) Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-04-23', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-04-29 09:44:19', '2025-05-28 09:20:50'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('21050016261106', '국적', '일반선박', '어선', 'N', '6KST', '9262833', '어선', 'BLUE OCEAN', 'TNS Industries Inc.', NULL, NULL, NULL, '현대해상화재보험(주) Hyundai Marine & Fire Insurance Co.,Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-04-30 14:45:39', '2025-04-30 14:45:39'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('180029', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '스카이스타', '광훈선박(주)', '549', '0', '1247.92', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-01 10:09:07', '2025-05-01 10:09:07'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('230010', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '스카이마스', '광훈선박(주)', '858', NULL, '1935.93', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'Y', 'N', 'Y', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-01 10:13:44', '2025-05-08 15:48:39'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('969016', '국적', '유조선', '석유제품운반선', 'N', '301코마호', NULL, '내항', '코마2호', '(주)코리아마리타임써비스', '149', '0', '432', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-01 10:18:02', '2025-05-01 10:18:02'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('090501', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', 'SUNG SHIN 8001HO', '성신선박(주)', '1841', '2236', '4982.026', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-01 11:08:20', '2025-05-01 11:08:20'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('071111', '국적', '일반선박', '부선', 'N', NULL, NULL, '외항', 'SUNG SHIN 10003', '성신선박(주)외 1 업체 ', '3781', '3842', '8378.376', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-01 11:25:31', '2025-05-01 11:25:49'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('956521', '국적', '일반선박', '예선', 'N', 'DSDU4', '9120815', '외항', '103 SUNG SHIN', '성신선박(주)', '216', '342', '152.173', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-01 13:07:12', '2025-05-01 13:07:12'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('100116', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', 'SUNG SHIN 10002HO', '이동권 외 2명', '3117', '3338', '7317.567', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-01 13:09:56', '2025-05-01 13:09:56'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251032', '국적', '일반선박', '기타선', 'N', 'D7DY', '9238820', '기타', 'MPV URANIA', '에이치엠엠 주식회사', '23119', '23119', NULL, 'The Britannia Steam Ship Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-04-23', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-05-02 15:07:03', '2025-05-02 15:07:03'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('994515', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '천양1호', '남경에너지(주) 외 1사', '181', '0', '445', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-07 10:34:21', '2025-05-07 10:34:21'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('160028', '국적', '유조선', '석유제품운반선', 'N', 'D7JK', '9136632', '내항', '필로스 1', '(주)필로스해운', '1500', '1899', '2297', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-07 14:11:26', '2025-05-07 14:15:15'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('185303', '국적', '유조선', '급유선', 'N', NULL, '9842267', '내항', '103동성호', '동성석유(주)', '498', NULL, '1108', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-07 15:57:09', '2025-05-07 15:57:28'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('170002', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '신정3호', '(주)신정마린', '237', '0', '501.5', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-07 16:09:08', '2025-05-07 16:09:08'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('244802', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '기타', '동해글로리', '비디해운 주식회사', '1170', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-05-07 17:19:39', '2025-05-07 17:19:39'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('224809', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '기타', '동해씨스타 (DONGHAE SEASTAR)', '디에이치탱커(주)', '791', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-05-07 17:30:14', '2025-05-07 17:30:36'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('084630', '국적', '일반선박', '산물선', 'N', 'DSQD7', '9103623', '외항', 'JANGHO WIN', 'JANGHO SHIPPING CO., LTD.', '796', '1119', '1663', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-08 10:19:56', '2025-05-08 10:24:01'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('094163', '국적', '일반선박', '산물선', 'N', 'DSQN6', '9136606', '외항', 'OCEAN KARIS', 'JANGHO SHIPPING Co., Ltd.', '1128', '1504', '2668', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-08 10:30:36', '2025-05-08 10:30:36'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221059', '국적', '일반선박', '철강제 운반선', 'N', 'D7GK', '9238648', '외항', 'JANGHO ANGEL', '장호해운(주)', '1135', '1512', '2768', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-08 10:33:29', '2025-05-08 10:33:39'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('171036', '국적', '일반선박', '산물선', 'N', 'D7SX', '9124108', '외항', 'FIRST AI', 'JANGHO SHIPPING CO., LTD.', '1501', '1901', '3366', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-08 11:12:22', '2025-05-08 11:12:22'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('140052', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '세양글로리', '세양쉬핑(주)', '1909', NULL, '3539', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-08 16:07:53', '2025-05-08 16:07:53'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('210030', '국적', '일반선박', '기타선', 'N', NULL, '9444144', '내항', 'GEOVIEW DP-1', 'GEOVIEW CO., LTD.', '1338', '1731', '1689.96', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-08 16:17:22', '2025-05-08 16:17:22'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('216808', '국적', '일반선박', '산물선', 'N', NULL, '9758272', '내항', '뉴일출봉', '일신해운(주)', '1693', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '포항지방해양수산청', '2025-05-08 16:24:21', '2025-05-08 16:34:51'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('086644', '국적', '일반선박', '산물선', 'N', NULL, '9205603', '내항', '일신골드리버', '일신로지스틱스 주식회사', '19908', NULL, '32973', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '포항지방해양수산청', '2025-05-08 16:34:40', '2025-05-08 16:34:40'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('176814', '국적', '일반선박', '산물선', 'N', 'DSJA6', '9812602', '내항', '일신그린아이리스', '일신로지스틱스(주)', '31005', NULL, '50655', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '포항지방해양수산청', '2025-05-08 16:36:01', '2025-05-08 16:36:01'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('076516', '국적', '일반선박', '철강제 운반선', 'N', NULL, '9394454', '내항', '일신 프린세스호', '일신해운 주식회사', '5566', '0', '8000', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '포항지방해양수산청', '2025-05-08 16:37:27', '2025-05-08 16:37:27'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('106783', '국적', '일반선박', '철강제 운반선', 'N', NULL, '9496862', '내항', '일신프린세스 로얄', '일신상선 주식회사', '5591', '0', '8027', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '포항지방해양수산청', '2025-05-08 16:39:15', '2025-05-08 16:41:37'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251031', '국적', '유조선', '석유제품운반선', 'N', 'D7EC', '9311256', '외항', 'YC PANSY', '주식회사 영창기업사', '11642', '11642', NULL, 'Assuranceforeningen Skuld (Gjensidig)', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-04-23', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-05-08 16:39:40', '2025-05-12 16:06:00'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('103010', '국적', '일반선박', '철강제 운반선', 'N', 'D9QY', '9573098', '외항', '일신 폴라리스 로얄호 ILSHIN POLARIS ROYAL', '일신해운물류 주식회사', '12487', '0', '9193', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '포항지방해양수산청', '2025-05-08 16:41:01', '2025-05-12 08:56:56'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('072154', '국적', '유조선', '석유제품운반선', 'N', 'DSPP7', '9404912', '외항', 'MS GRACE', 'HAESUNG SHIPPING CO., LTD.', '4060', '4060', '5646', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-04-29', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-05-08 16:55:05', '2025-05-08 16:55:05'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('224819', '국적', '일반선박', '여객선', 'N', NULL, '9917505', '기타', '울산태화호', '재단법인 울산정보산업진흥원', '2696', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-01', '2026-05-16', '대한민국', '울산지방해양수산청', '2025-05-09 08:44:21', '2025-05-09 08:44:21'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('980163', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '기타', '삼양', '삼양유업 합자회사', '52', '0', '203', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-05-09 08:46:23', '2025-05-09 08:46:23'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('015862', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '기타', '칠성호', '삼양유업합자회사', '185', '0', '713', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-05-09 08:48:09', '2025-05-09 08:48:09'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('036715', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '기타', '대영', '조인규', '626', NULL, '1480', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-05-09 08:49:15', '2025-05-09 08:49:15'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('070928', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '기타', '태정호', '김진관', '191', NULL, '540', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-05-09 08:58:53', '2025-05-09 08:59:07'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('186803', '국적', '일반선박', '자동차 운반선', 'N', NULL, NULL, '내항', '금광11호', '(주)금광해운', '2198', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '포항지방해양수산청', '2025-05-09 13:52:03', '2025-05-09 13:52:03'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('170030', '국적', '유조선', '석유제품운반선', 'N', '327대복호', '9830264', '내항', '7DAEBOK', '대복해운(주)', '1996', NULL, '3621', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-11 14:58:40', '2025-05-11 14:58:40'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('141051', '국적', '일반선박', '화객선', 'N', '900케이에스헤르메스', '9220524', '내항', '케이에스 헤르메스호', '(주)제이엘오션', '5901', NULL, '4382', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-11 15:05:23', '2025-05-11 15:08:31'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('940196', '국적', '유조선', '석유제품운반선', 'N', '333동신호', NULL, '내항', '신우호', '주식회사 신우석유', '123', '0', '310.02', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-11 15:12:38', '2025-05-11 15:12:38'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('111003', '국적', '일반선박', '산물선', 'N', 'DSRB4', '9390202', '외항', 'SJ HONOR', 'DONGHA SHIPPING CO.,LTD.', '1545', '1945', '2909', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-11 15:37:05', '2025-05-11 15:37:05'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('111007', '국적', '일반선박', '산물선', 'N', 'DSMD3', '9356775', '기타', 'SUN FORTUNE', '동하상선 주식회사', '1597', '1997', '2864', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-11 15:41:03', '2025-05-11 15:41:03'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('230025', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '부광9호', '(주)지앤비마린서비스', '1045', NULL, '2405.09', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-11 15:44:37', '2025-05-11 15:44:37'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('190026', '국적', '유조선', '급유선', 'N', NULL, NULL, '내항', '21부영호', '(주)지앤비마린서비스', '995', '0', '2442.47', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-11 15:52:31', '2025-05-11 15:52:31'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('162805', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '유한1호', '주식회사 교성', '337', NULL, '937.36', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-11 16:01:22', '2025-05-11 16:01:22'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('066597', '국적', '유조선', '석유제품운반선', 'N', '325한성호', NULL, '내항', '한성8호', '(주)교성', '164', '0', '321.18', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-11 16:03:39', '2025-05-11 16:03:39'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('120004', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '뉴동신호', '(주)동신기업 외 1사', '299', '0', '908.5', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 14:47:03', '2025-05-12 14:47:03'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('070058', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '7해구호', '이매종', '161', '0', '487', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 15:04:59', '2025-05-12 15:04:59'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('240047', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '동남에이스', '(주)동남급유', '1334', NULL, '2787.63', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 15:14:01', '2025-05-12 15:14:01'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('190008', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '부광호', '채희준', '579', '0', '1250.76', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 15:25:11', '2025-05-12 15:25:11'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('975981', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '제2승한호', '(주)도담마린 외 1인', '123', '0', '368.57', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 15:29:34', '2025-05-12 15:29:34'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('011101', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '제101영진', '(주)인창이앤씨 외 1사', '125', '0', '378', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 15:49:47', '2025-05-12 15:49:47'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('070890', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '수경호', '부산해상해운(주)', '149', '0', '469', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 15:52:30', '2025-05-12 15:52:30'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('060952', '국적', '일반선박', '모래 운반선', 'N', NULL, NULL, '내항', '신창5호', '신창마린(주)', '2339', '0', '4580', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 16:14:19', '2025-05-12 16:16:21'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('120011', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '봉은호', '박우정(디에스마린)', '314', '0', '903.36', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 16:26:11', '2025-05-12 16:26:11'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('242825', '국적', '유조선', '급유선', 'N', NULL, NULL, '기타', '미르호', '김성준', '370', NULL, '1027', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '여수지방해양수산청', '2025-05-12 16:26:59', '2025-05-12 16:26:59'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('112802', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '11대신호', '김성준', '245', '0', '684.42', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '여수지방해양수산청', '2025-05-12 16:29:26', '2025-05-12 16:30:29'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('122820', '국적', '유조선', '급유선', 'N', NULL, NULL, '내항', '오션에이스 2호', '주식회사장성해운', '299', NULL, '926.209', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '여수지방해양수산청', '2025-05-12 16:33:04', '2025-05-12 16:33:04'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('222801', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '68세한호', '이진봉', '299', NULL, '865.71', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '여수지방해양수산청', '2025-05-12 16:35:11', '2025-05-12 16:35:11'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('010511', '국적', '유조선', '석유제품운반선', 'N', NULL, '9254795', '내항', '금창호', '(주)금창마린', '999', '0', '2285.3', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 16:37:17', '2025-05-12 16:37:17'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('172811', '국적', '유조선', '급유선', 'N', NULL, NULL, '내항', '3현진호', '(주)화성', '208', NULL, '500', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '여수지방해양수산청', '2025-05-12 16:37:45', '2025-05-12 16:37:45'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('232813', '국적', '유조선', '원유운반선', 'N', NULL, NULL, '기타', '제7현진호', '주식회사 옥주급유', '339', NULL, '926', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '여수지방해양수산청', '2025-05-12 16:39:56', '2025-05-12 16:39:56'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('230023', '국적', '유조선', '원유운반선', 'N', NULL, '9881134', '내항', '제이에스썬', '주식회사 진성', '1119', NULL, '2551.11', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '여수지방해양수산청', '2025-05-12 16:42:43', '2025-05-12 16:47:02'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('120021', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '동방3호', '(주)용정마린', '299', '0', '910.07', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 19:30:12', '2025-05-12 19:31:05'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('200024', '국적', '유조선', '석유제품운반선', 'N', NULL, '9414553', '내항', '세창비너스', '(주)세창해운', '1668', NULL, '3341.53', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 19:34:02', '2025-05-12 19:34:02'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('085757', '국적', '유조선', '급유선', 'N', NULL, NULL, '내항', '제2해진호', '주식회사월우', '149', NULL, '477.08', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 19:36:35', '2025-05-12 19:36:35'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('110092', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '11세양호', '남궁인재 외 1사', '266', '0', '784.42', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 19:40:03', '2025-05-12 19:40:03'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('975783', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '정우1호', '황규대', '132', '0', '380.35', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 19:42:33', '2025-05-12 19:42:33'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('230040', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '아라1호', '백금마린(주)', '298', NULL, '908.55', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 19:45:20', '2025-05-12 19:45:20'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('130001', '국적', '유조선', '석유제품운반선', 'N', NULL, '9680736', '내항', '동진에이스호', '부민마린(주)', '415', '0', '1074.63', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 19:48:26', '2025-05-13 11:01:41'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('212803', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '다인3호', '(주)세윤선박', '220', NULL, '604.79', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 19:50:57', '2025-05-12 19:50:57'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('055762', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '제2세윤호', '(주)광호에너지 외 1사', '178', '0', '542.94', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 19:54:36', '2025-05-15 16:20:55'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('980089', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '제5민성호', '곽은경', '124', '0', '574', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 19:57:58', '2025-05-12 19:57:58'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('040484', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '아성호', '(주)광산석유', '145', '0', '439.78', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 20:00:56', '2025-05-12 20:00:56'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('955160', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '글로벌7호', '(주)아성페트로', '173', '0', '584.15', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 20:03:56', '2025-05-12 20:03:56'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('058282', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '금성호', '(주)부경페트롤', '204', '0', '499.26', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 20:06:12', '2025-05-12 20:06:12'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('018212', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '1거성', '(주)안성', '287', '0', '598', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 20:08:39', '2025-05-12 20:08:39'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('120061', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '12청경호', '송원동', '320', NULL, '969', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 20:13:34', '2025-05-12 20:13:34'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('210011', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '11청경호', '(주)세종유업', '220', NULL, '619.14', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 20:15:33', '2025-05-12 20:15:33'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('965380', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '보성호', '한영해운(주)', '129', '0', '358.73', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 20:18:03', '2025-07-01 14:58:16'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('171831', '국적', '일반선박', '자동차 운반선', 'N', NULL, NULL, '내항', '미래15호', '(주)미래해운', '5259', NULL, '1664.13', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-12 20:45:49', '2025-05-12 20:46:07'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('151822', '국적', '일반선박', '자동차 운반선', 'N', NULL, NULL, '내항', '미래13호', '(주)미래해운', '3550', NULL, '1047.813', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-12 20:48:03', '2025-05-12 20:48:03'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('130079', '국적', '유조선', '석유제품운반선', 'N', NULL, '9699531', '내항', '대정', '주식회사 오티에스', '424', '0', '1050.16', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 20:48:45', '2025-05-12 20:48:45'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('102740', '국적', '일반선박', '자동차 운반선', 'N', NULL, NULL, '내항', '미래9호', '(주)미래해운', '4657', NULL, '2038.16', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-12 20:49:24', '2025-05-12 20:49:24'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('200012', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '성진에이스호', '동영수', '112', NULL, '285', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 20:51:43', '2025-05-12 20:51:43'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('230024', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '경성호', '주식회사 광명에너지', '200', NULL, '561.11', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 20:54:23', '2025-05-12 20:54:23'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('970838', '국적', '유조선', '원유운반선', 'N', NULL, NULL, '내항', '오션베스트', '(주)경성해운 외 1인', '149', '0', '477.07', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 20:57:40', '2025-05-12 20:57:40'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('170036', '국적', '유조선', '원유운반선', 'N', NULL, NULL, '내항', '17유성호', '신경만', '438', '0', '1059.95', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 20:59:50', '2025-05-12 20:59:50'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('130021', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '유성호', '신경만', '549', '0', '1331', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 21:01:59', '2025-05-12 21:01:59'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('095694', '국적', '유조선', '급유선', 'N', NULL, NULL, '내항', '건봉호', '(주)유청', '149', NULL, '462.95', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 21:09:10', '2025-05-12 21:09:10'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('975660', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '성심호', '(주)해광마린 외 1인', '146', '0', '597.77', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 21:12:27', '2025-05-12 21:12:27'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('210016', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '부광5호', '김지훈', '1162', NULL, '2543.63', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 21:16:05', '2025-05-12 21:16:05'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('240026', '국적', '유조선', '급유선', 'N', NULL, NULL, '내항', '비케이 25', '(주)그린석유 외1사', '427', NULL, '1112.33', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-12 21:19:09', '2025-05-12 21:21:21'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('111034', '국적', '일반선박', '여객선', 'N', NULL, '9125932', '내항', '씨스타7호', '정도산업(주)', '4599', '4599', '0', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '동해지방해양수산청', '2025-05-12 21:22:20', '2025-05-12 21:22:20'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('951271', '국적', '유조선', '석유제품운반선', 'N', 'DSED4', '9137064', '내항', '다이아오션호', '주식회사 원강해운', '2831', '2831', '4700', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-05-13 09:25:28', '2025-05-13 09:28:46'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('131062', '국적', '유조선', '석유제품운반선', 'N', 'DSRP3', '9301665', '기타', '그린오션호(GREEN OCEAN)', '주식회사 원강해운', '1872', '2187', NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-05-13 09:28:39', '2025-05-13 09:28:39'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('244807', '국적', '유조선', '석유제품운반선', 'N', NULL, '9596404', '기타', '블루오션', '주식회사 원강해운', '1120', NULL, NULL, 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-05-13 09:31:54', '2025-05-13 09:31:54'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('204007', '국적', '유조선', '석유제품운반선', 'N', NULL, '9523304', '내항', '럭키오션호', '(주)원강해운', '1119', NULL, '2351', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-05-13 09:32:30', '2025-05-13 09:32:30'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('088238', '국적', '일반선박', '폐기물 운반선', 'N', NULL, NULL, '기타', 'NC해양', '엔씨양산 주식회사', '700', NULL, '1391.86', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-05-13 09:59:24', '2025-05-13 09:59:24'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('091321', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '기타', '삼진1호', '(주)원진해운', '890', NULL, '2064', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-05-13 10:05:43', '2025-05-13 10:05:43'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('224816', '국적', '유조선', '석유제품운반선', 'N', NULL, '9401453', '기타', '루비오션호(RUBY OCEAN)', '주식회사 원강해운', '954', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-05-13 10:11:17', '2025-05-13 10:11:17'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('114806', '국적', '유조선', '석유제품운반선', 'N', NULL, '9203966', '기타', '디비 써니(DB SUNNY)', 'Dong Bang Shipping Co., Ltd.', '1599', '0', '3385', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-05-13 10:22:29', '2025-05-13 10:22:29'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('240001', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '에이치와이 광양', '주식회사 한유', '499', NULL, '1303.36', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-13 10:22:37', '2025-05-13 10:22:37'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('061192', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', '흥우13200호', '용하산업(주)', '8462', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-13 10:27:01', '2025-05-13 10:27:01'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('160012', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', '흥우에프디22000', '흥우산업(주)', '12809', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-13 10:39:13', '2025-05-13 10:39:13'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('960342', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', '흥우1001호', '용하산업(주)', '1744', NULL, '0', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-13 10:41:24', '2025-05-13 10:41:24'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('055755', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '기타', '가야3호', '(주)신화석유', '149', '0', '426', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-05-13 10:42:53', '2025-05-13 10:42:53'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('220023', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '창용1호', '옥이련', '749', NULL, '1872', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-13 10:54:12', '2025-05-15 17:40:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('085633', '국적', '일반선박', '산물선', 'N', 'DSPW3', '9129067', '내항', '광양12호(KWANGYANG 12)', '동아물류 주식회사', '2440', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '제주지방해양수산청', '2025-05-13 11:04:12', '2025-05-13 11:04:12'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('085633', '국적', '일반선박', '산물선', 'N', 'DSPW3', '9129067', '내항', '광양12호(KWANGYANG 12)', '동아물류 주식회사', '2440', NULL, '4139.529', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '제주지방해양수산청', '2025-05-13 11:14:47', '2025-05-13 11:14:47'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('085633', '국적', '일반선박', '산물선', 'N', 'DSPW3', '9129067', '기타', '광양12호', '동아물류 주식회사', '2440', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-13 11:16:50', '2025-05-13 11:16:50'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('230033', '국적', '유조선', '석유제품운반선', 'N', NULL, '9514872', '내항', '보원호', '(주)보원마린', '528', NULL, '1054.19', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-13 11:18:48', '2025-05-13 11:18:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('130064', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '에이원', '성은해운 주식회사', '431', '0', '1033.86', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-13 11:31:00', '2025-05-13 11:31:44'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('200035', '국적', '유조선', '석유제품운반선', 'N', NULL, '9281176', '내항', '우원호', '성은해운 주식회사', '497', NULL, '1259.13', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-13 11:33:20', '2025-05-13 11:34:34'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('240023', '국적', '유조선', '석유제품운반선', 'N', NULL, '8743385', '내항', '해창썬', '정성해운 주식회사', '1154', NULL, '2566.82', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-13 13:29:04', '2025-07-15 14:28:36'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('166804', '국적', '일반선박', '여객선', 'N', 'DSJA4', '9645231', '외항', 'SEA FLOWER', 'DAE-A EXPRESS SHIPPING CO., LTD.', '388', '590', NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-13 13:50:56', '2025-05-13 13:50:56'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('200033', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '청담', '주식회사 태진에너지 외 1사', '1130', NULL, '2358.71', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-13 13:53:56', '2025-05-13 13:53:56'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('130037', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '11송원호', '김의석외 1사', '534', '0', '1186', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-13 13:59:57', '2025-05-13 13:59:57'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('166803', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '만복호', '김의석 외 1인', '396', '0', '818.64', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-13 14:02:41', '2025-05-13 14:03:02'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('060496', '국적', '일반선박', '모래 운반선', 'N', NULL, NULL, '내항', '청남7', '청남해운(주)', '1653', '0', '3412.91', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-13 14:04:48', '2025-05-13 14:04:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('230041', '국적', '유조선', '원유운반선', 'N', NULL, NULL, '내항', '청해1호', '청해해상급유(주)', '298', NULL, '878.18', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-13 14:11:26', '2025-05-13 14:11:26'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('032651', '국적', '일반선박', '모래 운반선', 'N', NULL, NULL, '내항', '태화12호', '(주)태화산업', '3188', '0', '0', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-13 14:16:01', '2025-05-13 14:16:09'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('072590', '국적', '일반선박', '모래 운반선', 'N', NULL, NULL, '내항', '태화102호', '(주)태화산업', '3763', '0', '0', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-13 14:19:06', '2025-05-13 14:19:06'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('240037', '국적', '유조선', '급유선', 'N', NULL, NULL, '내항', '청해3호', '김연만 외 1사', '333', NULL, NULL, 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-13 14:19:31', '2025-05-13 14:19:31'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('000330', '국적', '일반선박', '모래 운반선', 'N', NULL, NULL, '내항', '태화22호', '(주)태화산업', '3371', '0', '7215', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-13 14:20:12', '2025-05-13 14:20:12'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('210024', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '송림호', '(주) 송양', '756', NULL, '1901.18', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-13 14:25:27', '2025-07-04 16:23:35'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191819', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '동양1호', '동양산업(주)', '149', '0', '417.5', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-13 15:09:29', '2025-05-14 04:57:47'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('176215', '국적', '일반선박', '여객선', 'N', NULL, '9291523', '내항', '아리온 제주', '(주)남해고속', '6266', NULL, '4284', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'Y', 'N', '2025-05-16', '2026-05-15', '대한민국', '목포지방해양수산청', '2025-05-13 16:09:30', '2025-05-13 16:09:30'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('132820', '국적', '유조선', '급유선', 'N', NULL, NULL, '기타', '13거영호', '주식회사 거영해운', '450', NULL, '1103', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '여수지방해양수산청', '2025-05-13 16:16:50', '2025-05-13 16:16:50'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('162821', '국적', '유조부선', '유조부선', 'N', NULL, NULL, '내항', '15효동케미호(NO.15 HYODONG CHEMI HO)', '효동항업 주식회사', '942', NULL, '3000', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '여수지방해양수산청', '2025-05-13 16:23:35', '2025-05-13 16:23:58'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('202823', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '20청우호', '아시아해상급유주식회사', '299', NULL, '758', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '여수지방해양수산청', '2025-05-13 16:25:05', '2025-05-13 16:25:05'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('132831', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '13대양', '아시아해상급유주식회사', '322', NULL, '759', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '여수지방해양수산청', '2025-05-13 16:27:23', '2025-05-13 16:27:39'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('130020', '국적', '유조선', '원유운반선', 'N', '337수영호', NULL, '외항', '해령호', '권영래', '416', '0', '992.6', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-13 16:51:29', '2025-05-13 16:59:46'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181823', '국적', '유조선', '원유운반선', 'N', NULL, NULL, '내항', '가연', '김정환', '368', '0', '880', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-13 16:52:09', '2025-05-13 17:00:53'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211804', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '민성11', '(주)민성', '399', '399', '1164.74', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-13 16:52:43', '2025-05-13 17:01:39'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('161822', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '9민성호', '(주)민성', '337', '0', '949', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-13 16:53:15', '2025-05-13 17:02:14'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('150012', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '15선영호', '정동열', '497', '0', NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-13 17:30:57', '2025-05-13 17:30:57'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('141802', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '두루호', '이정두', '334', '0', '988.119', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-13 17:31:51', '2025-05-13 17:31:51'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('121835', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '해원호', '박훈일', '320', '0', '850', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-13 17:32:31', '2025-05-13 17:32:31'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('206808', '국적', '유조선', '석유제품운반선', 'N', NULL, '9587738', '기타', '비에스루비', '비에스해운(주)', '1097', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-05-14 09:25:18', '2025-05-14 09:25:18'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('216804', '국적', '유조선', '석유제품운반선', 'N', NULL, '8952493', '기타', '보광티아라', '(주)비케이해운', '823', NULL, '1611.5', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-05-14 09:25:53', '2025-05-14 09:25:53'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('200018', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '기타', '보광비너스', '(주)비케이해운', '996', NULL, '2218.85', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-05-14 09:26:27', '2025-05-14 09:26:27'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('917770', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '기타', '제5보승호', '그로발마린(주)', '108', '0', '422', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-05-14 10:00:25', '2025-05-14 10:00:25'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('132807', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '209현대호', '박영기외1명', '320', '0', NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-05-14 10:02:45', '2025-05-14 10:03:40'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('214807', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '해성호', '박영기 외 1인', '440', NULL, '800', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-05-14 10:03:29', '2025-05-14 10:03:29'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('038271', '국적', '일반선박', '기타선', 'N', 'DSNI4', '9292917', '기타', 'KOROL NO.2', '하나쉽핑주식회사', '799', '1122', '1441', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-05-14 10:04:35', '2025-05-14 10:04:35'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('038231', '국적', '일반선박', '기타선', 'N', 'DSNG8', '9295476', '기타', '코롤1호', '하나쉽핑주식회사', '332', '510', '584', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-05-14 10:08:08', '2025-05-14 10:08:08'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('140066', '국적', '일반선박', '예선', 'N', 'D7OP', '9763162', '외항', '102 SUNG SHIN', '성신선박(주)', '172', '275', '197.451', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-14 10:50:51', '2025-05-14 10:56:34'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221813', '국적', '유조선', '부선', 'N', NULL, NULL, '내항', '서해제일2호', '유정호', '1084', NULL, '2700', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-14 14:05:40', '2025-05-14 14:06:16'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('130047', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '명진호', '(주)에우스마린', '460', '0', '1021.62', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-14 14:27:30', '2025-05-14 14:27:30'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('250003', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '피닉스', '동기해운 주식회사', '485', NULL, '1234.62', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-14 14:41:52', '2025-05-14 14:41:52'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('240003', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '스텔라호', '봉은해운 주식회사', '399', NULL, '1074.11', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-14 14:44:01', '2025-05-14 14:44:01'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('230029', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '보문', '봉은해운 주식회사', '399', NULL, '1038.05', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-14 14:49:05', '2025-05-14 14:49:05'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('950798', '국적', '유조선', '석유제품운반선', 'N', 'DSEA3', NULL, '내항', '1성진', '황정수', '210', '0', '560.05', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-14 14:53:43', '2025-05-15 10:12:29'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('955212', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '금강호', '황정수', '141', '0', '437', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-14 14:56:28', '2025-05-14 14:56:28'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('170014', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '건룡호', '(주)그린석유', '198', NULL, '373.02', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-14 15:00:32', '2025-05-14 15:00:32'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('100071', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '209성진', '(주)그린석유', '115', NULL, '260', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-14 15:11:21', '2025-05-14 15:11:21'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('023091', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '코마1호', '(주)코리아마리타임써비스 외 1사', '127', '0', '296.95', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-14 15:36:16', '2025-05-14 15:37:27'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('210031', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '선영', '선영해운(주)', '1670', NULL, '3333.48', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-14 15:42:13', '2025-05-14 15:42:13'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('210020', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '3선영', '선영해운(주)', '998', NULL, '2380', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-14 15:56:32', '2025-05-14 15:56:32'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('240011', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '7선영', '선영해운(주)', '749', NULL, '1996', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-14 15:58:15', '2025-05-14 15:58:15'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('210019', '국적', '유조선', '석유제품운반선', 'N', '300동수호', '9384643', '내항', '동수1', '동수해운(주)', '2179', NULL, '3620', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-14 16:00:52', '2025-05-14 16:00:52'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('042061', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', '해신5호', '일광산업주식회사', '4292', NULL, '7373.65', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-14 16:07:38', '2025-05-14 16:07:38'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181815', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', '해신101', '일광산업(주)', '5223', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-14 16:14:29', '2025-05-14 16:14:29'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('042046', '국적', '일반선박', '예선', 'N', 'DSNY5', '8954544', '내항', '해신6호', '일광산업주식회사', '206', '0', NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-14 16:18:24', '2025-05-14 16:18:24'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181814', '국적', '일반선박', '예선', 'N', NULL, NULL, '내항', '해신102', '일광산업(주)', '180', '0', NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-14 16:21:39', '2025-05-14 16:21:39'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('160014', '국적', '유조선', '석유제품운반선', 'N', '300범강호', '9781499', '내항', '범 강', '(주)제이에스해운', '1618', '0', '2838', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-14 16:24:13', '2025-05-14 16:24:13'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('150040', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '오성호', '보림해운 주식회사', '999', '0', '2400', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-02-14', '대한민국', '부산지방해양수산청', '2025-05-14 16:27:25', '2025-05-14 16:27:25'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('210043', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '에이치와이 부산', '(주)한유', '499', NULL, '1302', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-14 16:30:04', '2025-05-14 16:30:04'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('140025', '국적', '유조선', '석유제품운반선', 'N', NULL, '9713258', '내항', '3성원호', '(주)아이앤에이코리아', '432', NULL, '1069.12', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-14 16:40:52', '2025-05-14 16:40:52'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241809', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '용천', '중원에너지(주)', '370', NULL, '1035.72', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-14 16:52:50', '2025-05-14 16:52:50'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251021', '국적', '일반선박', '냉동,냉장선', 'N', 'D7JK', '9045168', '외항', 'SEIN SAPPHIRE', 'SEIN SHIPPING CO., LTD.', '7303', '7303', NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-04-23', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-05-14 16:55:33', '2025-05-14 16:55:33'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('965128', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '한성9호', '제이케이해운(주)', '164', '0', '0', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-14 17:12:15', '2025-05-14 17:12:15'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('132825', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '12한진호', '권동기 외 1인', '322', NULL, '800', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '여수지방해양수산청', '2025-05-14 17:38:10', '2025-05-15 09:11:02'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('023052', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', '한강12호', '(주)삼한강', '3110', '3110', '6179', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-14 17:39:35', '2025-05-14 17:39:35'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('032682', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', '한강6호', '경우해운(주)', '3190', '0', '0', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-14 17:42:49', '2025-05-14 17:42:49'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('042789', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', '22한강호', '경우해운(주)', '6211', '0', '0', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-14 17:43:45', '2025-05-14 17:43:45'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('202809', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '36한진호', '주식회사동신', '299', NULL, '700', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '여수지방해양수산청', '2025-05-14 17:46:13', '2025-05-15 09:11:57'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('132812', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '해진에이스', '(주)해진선박', '299', NULL, '847.28', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '여수지방해양수산청', '2025-05-14 17:47:33', '2025-05-15 15:49:41'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('985681', '국적', '유조선', '급유선', 'N', NULL, NULL, '내항', '제6영호', '(유)흥진해상', '79', '0', '180', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '여수지방해양수산청', '2025-05-14 17:48:33', '2025-05-15 09:14:13'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('008346', '국적', '유조선', '급유선', 'N', NULL, NULL, '내항', '3영호', '(유)흥진해상', '78', '0', '300', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '여수지방해양수산청', '2025-05-14 17:56:51', '2025-05-15 09:15:55'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('945254', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '11해운호', '(유)흥진해상', '110', '0', '480', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '여수지방해양수산청', '2025-05-14 17:58:09', '2025-05-15 09:16:58'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('015671', '국적', '유조선', '급유선', 'N', NULL, NULL, '내항', '제17영호', '유한회사흥진해상', '41', '0', '120', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '여수지방해양수산청', '2025-05-14 18:00:58', '2025-05-14 18:00:58'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('017884', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '제1세윤호', '(주)세윤선박', '141', '0', '341', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '여수지방해양수산청', '2025-05-14 18:02:03', '2025-05-14 18:02:03'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('131044', '국적', '일반선박', '냉동,냉장선', 'N', 'DSRO8', '8911607', '외항', 'SEIN SPRING', 'SEIN SHIPPING CO., LTD.', '4429', '4429', '2216', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-04-23', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-05-14 18:02:41', '2025-05-14 18:02:41'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('242826', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '기타', '우승호', '주식회사 세윤선박', '298', NULL, '806', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'Y', 'N', '2025-05-16', '2026-05-15', '대한민국', '여수지방해양수산청', '2025-05-14 18:03:06', '2025-05-14 18:03:06'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('232802', '국적', '유조선', '원유운반선', 'N', NULL, NULL, '내항', '9세윤호', '주식회사 세윤선박', '298', NULL, '812', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '여수지방해양수산청', '2025-05-14 18:03:53', '2025-05-14 18:03:53'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221067', '국적', '일반선박', '냉동,냉장선', 'N', 'D7GL', '9066485', '외항', 'SEIN KASAMA', 'SEIN SHIPPING CO., LTD.', '7329', '7329', '8039', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-04-23', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-05-14 18:04:47', '2025-05-14 18:04:47'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('202805', '국적', '유조선', '급유선', 'N', NULL, NULL, '내항', '3세윤호', '(주)세윤선박', '102', NULL, '255', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '여수지방해양수산청', '2025-05-14 18:04:56', '2025-05-14 18:04:56'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('202810', '국적', '유조선', '급유선', 'N', NULL, NULL, '내항', '7세윤호', '주식회사 세윤', '299', NULL, '813', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '여수지방해양수산청', '2025-05-14 18:05:56', '2025-05-14 18:05:56'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211047', '국적', '일반선박', '냉동,냉장선', 'N', 'D7DC', '9047257', '외항', 'SEIN HONOR', 'SEIN SHIPPING CO., LTD.', '7313', '7313', '8043', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-04-23', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-05-14 18:06:55', '2025-05-14 18:06:55'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191023', '국적', '일반선박', '냉동,냉장선', 'N', 'D8SP', '9047271', '외항', 'SEIN PHOENIX', 'SEIN SHIPPING CO., LTD.', '7326', '7326', '8041', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-04-23', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-05-14 18:08:50', '2025-05-14 18:08:50'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('151038', '국적', '일반선박', '냉동,냉장선', 'N', 'D7BO', '8906808', '외항', 'SEIN VENUS', 'SEIN SHIPPING CO.,LTD.', '5286', '5286', '6455', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-04-23', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-05-14 18:11:41', '2025-05-14 18:11:41'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('161027', '국적', '일반선박', '냉동,냉장선', 'N', 'D7AX', '9051789', '외항', 'SEIN FRONTIER', 'SEIN SHIPPING CO., LTD.', '6082', '6082', '7179', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-04-23', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-05-14 18:13:09', '2025-05-14 18:13:09'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('141012', '국적', '일반선박', '냉동,냉장선', 'N', 'D7MY', '8807430', '외항', 'SEIN QUEEN', 'SEIN SHIPPING CO., LTD.', '5893', '5893', '7101', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-04-23', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-05-14 18:15:35', '2025-05-14 18:15:35'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('131043', '국적', '일반선박', '냉동,냉장선', 'N', 'DSRO7', '8813623', '외항', 'SEIN SKY', 'SEIN SHIPPING CO., LTD.', '5469', '5469', '6756', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-04-23', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-05-14 18:16:43', '2025-05-14 18:16:43'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('020631', '국적', '일반선박', '모래 운반선', 'N', NULL, NULL, '내항', '제501삼일', '(주)삼일산업', '1822', '0', '3875.14', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-14 18:38:58', '2025-05-14 18:38:58'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('071211', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', '제103삼일호', '(주)삼일산업', '4460', NULL, '7363.86', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-14 18:40:32', '2025-05-14 18:40:32'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('950781', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', '303삼일호', '(주)삼일산업', '1527', NULL, '3604.496', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-14 18:43:31', '2025-05-14 18:43:31'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211028', '국적', '일반선박', 'LPG, LNG선', 'N', 'D7BL', '9766619', '외항', 'BELIEF GAS', 'MYUNGSHIN SHIPPING CO., LTD.', '3203', '3404', '3717', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-04-29', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-05-14 19:51:44', '2025-05-14 19:51:44'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('224814', '국적', '유조선', '석유제품운반선', 'N', NULL, '9275880', '내항', 'MS CLEAN', 'MYUNGSHIN SHIPPING CO., LTD.', '3773', NULL, '5583', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-05-14 19:55:32', '2025-05-14 19:55:32'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211010', '국적', '일반선박', 'LPG, LNG선', 'N', 'D7AW', '9496197', '외항', 'GREEN GAS', 'MYUNGSHIN SHIPPING CO., LTD.', '2696', '2997', '3097', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-04-29', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-05-14 19:57:13', '2025-05-14 19:57:13'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231056', '국적', '일반선박', 'LPG, LNG선', 'N', 'D7GE', '9368936', '외항', 'MS ZINNIA', '명신해운 주식회사', '4488', '4488', '4998', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-04-29', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-05-14 19:58:50', '2025-05-14 19:58:50'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241049', '국적', '일반선박', 'LPG, LNG선', 'N', 'D7NA', '9434541', '외항', 'MS SHARON', 'MYUNGSHIN SHIPPING CO.,LTD.', '3493', '3493', '3996', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-04-29', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-05-14 19:59:54', '2025-05-14 19:59:54'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231062', '국적', '일반선박', 'LPG, LNG선', 'N', NULL, '9368924', '외항', 'MS SALVIA', 'HAESUNG SHIPPING CO.,LTD.', '4488', '4488', '4998', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-04-29', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-05-14 20:01:26', '2025-05-14 20:01:26'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251010', '국적', '일반선박', 'LPG, LNG선', 'N', 'D7MM', '9448853', '외항', 'MS FAVOR', 'HAESUNG SHIPPING CO., LTD.', '3220', '3419', NULL, 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-04-29', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-05-14 20:03:57', '2025-05-14 20:03:57'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251009', '국적', '일반선박', 'LPG, LNG선', 'N', 'D7MK', '9448865', '외항', 'MS BLESS', '해성선박 주식회사', '4484', '4484', NULL, 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-04-29', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-05-14 20:07:18', '2025-05-14 20:07:18'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('121053', '국적', '일반선박', 'LPG, LNG선', 'N', 'D8BR', '9402988', '외항', 'HAPPY GAS', 'HAESUNG SHIPPING CO., LTD.', '3138', '3355', '2999', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-04-29', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-05-14 20:08:48', '2025-05-14 20:08:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('174802', '국적', '일반선박', 'LPG, LNG선', 'N', 'DSRP5', '9235270', '외항', 'LADY GAS', 'HAESUNG SHIPPING CO.,LTD.', '3240', '3435', NULL, 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-04-29', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-05-14 20:10:53', '2025-05-14 20:10:53'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('150071', '국적', '유조선', '석유제품운반선', 'N', NULL, '9786293', '내항', '영진호', '동우해운(주)', '349', '0', '876.41', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-14 21:13:48', '2025-05-14 21:14:00'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('190027', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '지르콘', '(주)자운해운', '337', '0', '902.94', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-14 21:15:27', '2025-05-14 21:15:27'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('081791', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '15대신호', '(주)대신쉬핑', '149', NULL, '402.54', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-14 21:16:34', '2025-05-14 21:16:34'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('017035', '국적', '일반선박', '산물선', 'N', NULL, '8701648', '내항', '세주프런티어호', '(주)세주', '4416', NULL, '5410', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-14 21:19:02', '2025-05-14 21:19:02'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('018817', '국적', '일반선박', '산물선', 'N', NULL, '8817069', '내항', '세주파이오니아호', '(주)세주', '4401', NULL, '5381', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-14 21:22:42', '2025-05-14 21:22:42'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('170023', '국적', '일반선박', '화객선', 'N', '300세주신광호', '9141247', '내항', '세주신광', '주식회사 세주', '5310', NULL, '5506', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-14 21:24:32', '2025-05-14 21:24:32'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('122804', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '기타', '3태영호', '주식회사 한유해운', '378', '0', '1121', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-05-15 10:24:35', '2025-05-15 10:24:35'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('236808', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '기타', '한동27호', '주식회사 한동해운', '1168', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-05-15 10:25:23', '2025-05-15 10:25:23'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('190015', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '기타', '경진에이스', '이정운', '262', '0', '700', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-05-15 10:26:08', '2025-05-15 10:26:58'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('254803', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '행운호', '이정운', '399', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-05-15 10:26:50', '2025-05-15 10:26:50'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('122801', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '기타', '12삼부호', '주식회사 한유해운', '299', '0', '750', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-05-15 10:27:43', '2025-05-15 10:27:43'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('932454', '국적', '일반선박', '기타선', 'N', NULL, '9117909', '기타', '글로벌101호', '(주)테라핀쉬핑', '158', '158', '0', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-05-15 10:30:50', '2025-05-15 10:30:50'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('110003', '국적', '일반선박', '예선', 'N', NULL, NULL, '기타', '글로벌102', '글로벌쉬핑(주)', '111', '0', '0', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-05-15 10:32:03', '2025-05-15 10:32:03'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('087814', '국적', '일반선박', '예선', 'N', NULL, NULL, '기타', '글로벌103', '글로벌쉬핑(주)', '147', '0', NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-05-15 10:33:05', '2025-05-15 10:33:05'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('947796', '국적', '일반선박', '예선', 'N', NULL, '9117155', '기타', '글로벌301호', '(주)글로벌', '140', '140', '0', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-05-15 10:34:31', '2025-05-15 10:34:31'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('955304', '국적', '유조선', '원유운반선', 'N', 'DSHD250', NULL, '내항', '해원3호', '(주)해원상사', '198', '0', '565.93', '한화손해보험(주) Hanwha General Insurance Co.,Ltd.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-10', '2026-05-10', '대한민국', '부산지방해양수산청', '2025-05-15 11:18:37', '2025-05-15 11:18:37'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('150028', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '2015원양', '대형기선저인망수산업협동조합', '214', NULL, '688.04', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-15 11:25:27', '2025-05-15 11:25:27'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('0001GS', '국적', '유조부선', '유조부선', 'N', NULL, NULL, '내항', '제2009원양호', '대형기선저인망수산업협동조합', '600', NULL, '1760', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-15 11:27:48', '2025-05-15 11:27:48'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('955382', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '95경진호', '기륭에너지(주)', '141', '0', '509', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2024-11-14', '2025-11-14', '대한민국', '부산지방해양수산청', '2025-05-15 12:42:12', '2025-05-15 12:42:12'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('980117', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '신광호', '기륭에너지 외 1사', '148', '148', '415.18', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-15 12:44:27', '2025-05-15 12:44:42'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('885170', '국적', '유조선', '석유제품운반선', 'N', 'DSHM', NULL, '내항', '8민성호', '(주)금흥', '122', '0', '308.66', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-15 12:46:27', '2025-05-15 12:46:27'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('090441', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '9민성호', '(주)흥서', '149', '0', '440.49', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-15 12:48:25', '2025-05-15 12:50:21'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('961049', '국적', '유조선', '원유운반선', 'N', NULL, NULL, '내항', '제96동방', '고명식', '104', '0', '563', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-15 12:49:51', '2025-05-15 12:49:51'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('072897', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', '동원102호', '에이치엘비글로벌(주)', '3524', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-15 14:27:12', '2025-05-15 14:27:12'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251034', '국적', '일반선박', '풀컨테이너선', 'N', 'D7NX', '9712371', '외항', 'HMM HARVEST', '에이치엠엠 주식회사', '17277', '17277', NULL, 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-06', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-05-15 14:33:32', '2025-05-15 14:33:32'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251033', '국적', '일반선박', '풀컨테이너선', 'N', 'D7NJ', '9869203', '외항', 'HMM HANBADA', '에이치엠엠 주식회사', '152003', '152003', NULL, 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-07', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-05-15 14:39:49', '2025-05-15 14:44:11'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('130088', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '7보광호', '김창권', '323', NULL, '946.21', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '여수지방해양수산청', '2025-05-15 14:50:02', '2025-05-15 14:53:53'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('150073', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '아라호', '(주)아라해운', '190', NULL, '646.44', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '여수지방해양수산청', '2025-05-15 14:51:14', '2025-05-15 14:51:14'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('059576', '국적', '일반선박', '산물선', 'N', 'DSOH2', '9032408', '내항', '에스에스울산호(SS ULSAN)', '동경해운(주)', '1345', '0', '1768', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '제주지방해양수산청', '2025-05-15 15:07:15', '2025-05-15 15:07:15'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('021568', '국적', '유조선', '석유제품운반선', 'N', NULL, '9186467', '내항', '101효동케미호', '효동선박(주)', '2204', '2572', '3565', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-15 15:09:06', '2025-05-15 15:09:06'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('965128', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '한성9호', '제이케이해운(주)', '164', '0', '0', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-15 15:09:50', '2025-05-15 15:09:50'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('200022', '국적', '유조선', '석유제품운반선', 'N', 'D7UZ', '9877195', '내항', '308 효동케미', '효동선박(주)', '2682', '2985', '3997', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-15 15:20:11', '2025-05-15 15:20:11'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('240005', '국적', '유조선', '석유제품운반선', 'N', 'D7MJ', '9267986', '외항', '103 HYODONG CHEMI', 'Hyodong Shipping Co.,Ltd', '2367', '2367', '3605', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-15 15:21:59', '2025-05-15 15:21:59'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('965128', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '한성9호', '제이케이해운(주)', '164', '0', '0', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-15 15:24:54', '2025-05-15 15:24:54'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('970471', '국적', '유조선', '석유제품운반선', 'N', '101성신호', NULL, '내항', '성신호', '태웅산업(주)', '144', '144', NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-15 15:26:55', '2025-05-15 15:26:55'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('093283', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '순혜호', '(주)보선산업외 1인', '149', NULL, '550', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-15 15:29:52', '2025-05-15 15:29:52'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('171061', '국적', '일반선박', '산물선', 'N', 'D7RO', '9217606', '내항', '성우제주', '성우해운(주)', '6562', '6562', NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '제주지방해양수산청', '2025-05-15 15:37:54', '2025-05-15 15:37:54'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('108833', '국적', '일반선박', '세미컨테이너선', 'N', '999성우호', NULL, '내항', '성우11', '성우해운 주식회사', '1252', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '제주지방해양수산청', '2025-05-15 15:39:37', '2025-05-15 15:39:37'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('136201', '국적', '일반선박', '산물선', 'N', NULL, NULL, '내항', '제1혜민', '성우한림해운 주식회사', '798', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '제주지방해양수산청', '2025-05-15 15:42:35', '2025-05-15 15:43:00'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('060892', '국적', '일반선박', '산물선', 'N', NULL, '9140035', '내항', '삼성2호', '삼성해운(주)', '2881', '0', '0', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '제주지방해양수산청', '2025-05-15 15:45:22', '2025-05-15 15:45:22'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('951593', '국적', '일반선박', '산물선', 'N', 'DSEG5', '9126845', '내항', '삼성5호', '삼성해운(주)', '3030', '0', NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '제주지방해양수산청', '2025-05-15 15:46:27', '2025-05-15 15:46:27'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181056', '국적', '일반선박', '산물선', 'N', NULL, '9867279', '내항', '오성3호', '오성로지스틱스(주)', '2690', '0', NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '제주지방해양수산청', '2025-05-15 15:47:34', '2025-05-15 15:47:34'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('231071', '국적', '일반선박', '화객선', 'N', '995대양호', '9284233', '내항', '대양', '대양해운 주식회사', '10471', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '제주지방해양수산청', '2025-05-15 15:48:53', '2025-05-15 15:48:53'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('071815', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', '제108대양', '대양해운(주)', '3832', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '제주지방해양수산청', '2025-05-15 15:51:27', '2025-05-15 15:51:27'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('970417', '국적', '유조선', '부선', 'N', NULL, NULL, '내항', '제11대림호', '서유경', '165', '0', '0', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-15 15:53:15', '2025-05-15 15:53:15'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('130081', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '은성호', '태영엘엔씨(주)', '321', '0', '979.96', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-15 15:56:47', '2025-05-15 15:56:47'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211802', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '선진호', '박기선', '369', NULL, '1027', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-15 16:04:22', '2025-05-15 16:04:22'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('151802', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '광성호', '김태호', '336', '0', NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-15 16:07:09', '2025-05-15 16:07:09'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('221813', '국적', '유조선', '부선', 'N', NULL, NULL, '내항', '서해제일2호', '유정호', '1084', NULL, '2700', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-15 16:09:25', '2025-05-15 16:09:25'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('042106', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', '제202대양', '(주)한라해운', '4798', NULL, '0', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '제주지방해양수산청', '2025-05-15 16:10:14', '2025-05-15 16:10:14'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('151810', '국적', '유조선', '원유운반선', 'N', NULL, '9713260', '내항', '아름호', '(주)아름해운', '467', '0', NULL, '한화손해보험(주) Hanwha General Insurance Co.,Ltd.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-15', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-15 18:36:15', '2025-05-15 18:36:15'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('070592', '국적', '일반선박', '산물선', 'N', NULL, NULL, '내항', '현대 당진', '현대해운(주)', '2792', '0', NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-15 19:36:25', '2025-05-15 19:36:54'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('100148', '국적', '일반선박', '산물선', 'N', '100148', '9182681', '내항', '티에스해피호', '(주)피에스라인쉬핑', '3407', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-15 19:41:44', '2025-05-15 19:41:58'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('220035', '국적', '일반선박', '철강제 운반선', 'N', NULL, NULL, '내항', '피에스트러스트호', '(주)피에스라인쉬핑', '1663', NULL, '3963.88', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-15 19:45:57', '2025-05-15 19:45:57'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('089507', '국적', '일반선박', '산물선', 'N', 'DSPZ6', '9096765', '내항', '메가 파이오니아호', '주식회사 에이치디메가라인', '3543', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-15 19:49:07', '2025-05-15 19:49:38'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('181817', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', '성진21호', '성진소재(주)', '3493', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-16 10:33:20', '2025-05-16 10:33:20'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('257801', '국적', '유조부선', '유조부선', 'N', NULL, NULL, '내항', '대진500', '우진해운주식회사', '185', NULL, '552.79', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '대산지방해양수산청', '2025-05-16 10:42:11', '2025-05-16 10:47:45'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('146805', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '비룡호', '비룡해운 주식회사', '476', NULL, '1050', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '대산지방해양수산청', '2025-05-16 10:52:01', '2025-05-16 10:52:01'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('161001', '국적', '일반선박', '산물선', 'N', NULL, NULL, '내항', '제11쌍용', '쌍용통운 주식회사', '1117', '0', NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '제주지방해양수산청', '2025-05-16 10:53:07', '2025-05-16 10:54:35'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('141023', '국적', '일반선박', '산물선', 'N', '307쌍용호', NULL, '내항', '제7쌍용호', '쌍용통운(주)외 1개사', '1128', '0', NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '제주지방해양수산청', '2025-05-16 10:54:06', '2025-05-16 10:54:06'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('217803', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '대진호', '대동항업 주식회사', '115', NULL, '287.76', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '대산지방해양수산청', '2025-05-16 11:03:50', '2025-05-16 11:03:50'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('050085', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '우민호', '우진해운(주)', '94', NULL, '365', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '대산지방해양수산청', '2025-05-16 11:06:02', '2025-05-16 11:06:02'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('241805', '국적', '유조선', '급유선', 'N', NULL, NULL, '내항', '대진2', '우진해운(주)', '97', NULL, '221.56', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '대산지방해양수산청', '2025-05-16 11:09:07', '2025-05-16 11:12:45'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('060708', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', '아주 22호', '아주산업(주)', '4008', '0', '0', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'Y', 'N', 'N', 'Y', 'Y', '2025-05-16', '2026-05-15', '대한민국', '평택지방해양수산청', '2025-05-16 13:16:23', '2025-05-16 13:16:23'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('060694', '국적', '일반선박', '예선', 'N', NULL, NULL, '기타', '아주 2호', '아주산업(주)', '232', '352', '0', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'Y', 'Y', 'N', 'Y', 'Y', '2025-05-16', '2026-05-15', '대한민국', '평택지방해양수산청', '2025-05-16 13:16:44', '2025-05-16 13:16:44'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251035', '국적', '일반선박', '산물선', 'N', 'D7NW', '9432804', '외항', 'ROSEMARY', '대한해운 주식회사', '93526', '93526', NULL, 'United Kingdom Mutual Steam Ship Assurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-13', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-05-16 17:51:54', '2025-05-16 18:01:31'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251037', '국적', '일반선박', '자동차 운반선', 'N', 'D7NZ', '9574092', '외항', 'MORNING CARA', '유코카캐리어스 주식회사', '37884', '59454', NULL, 'Gard P.&I. (Bermuda) Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-10', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-05-16 18:00:35', '2025-05-16 18:02:02'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251036', '국적', '일반선박', '냉동,냉장선', 'N', 'D7JZ', '8204121', '외항', 'SANWA FONTAINE', '동원산업 주식회사', '3251', '3251', NULL, 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-05-16 18:34:38', '2025-05-19 11:14:17'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('032799', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', '유진201호', '유진기업(주)', '3036', '3036', '5875', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-16 20:27:51', '2025-05-16 20:27:51'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('083512', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', '유진101호', '유진기업(주)', '3568', '0', '0', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-16 20:29:07', '2025-05-16 20:29:07'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251040', '국적', '일반선박', '냉동,냉장선', 'N', 'D7NH', '9047245', '외항', 'SEIN TOPAZ', '세인해운 주식회사', '7313', '7313', '8044', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-12', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-05-20 10:31:30', '2025-05-20 10:33:07'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('072568', '국적', '일반선박', '예선', 'N', NULL, NULL, '내항', '금호 1호', '(주)금호해운', '299', '464', '0', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'Y', 'Y', 'N', 'Y', 'Y', '2025-05-16', '2026-05-15', '대한민국', '목포지방해양수산청', '2025-05-20 13:41:01', '2025-05-20 13:41:01'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('072551', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', '금호 2호', '(주)금호해운', '4695', NULL, '0', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'Y', 'Y', 'N', 'Y', 'Y', '2025-05-16', '2026-05-15', '대한민국', '목포지방해양수산청', '2025-05-20 14:23:34', '2025-05-20 14:23:34'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('946630', '국적', '일반선박', '모래 운반선', 'N', 'DSDO3', NULL, '내항', '금호9호', '(주)금호개발', '2635', '2680', '0', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'Y', 'Y', 'N', 'Y', 'Y', '2025-05-16', '2026-05-15', '대한민국', '목포지방해양수산청', '2025-05-20 14:25:49', '2025-05-20 14:25:49'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251038', '국적', '일반선박', '풀컨테이너선', 'N', 'D7LZ', '9869162', '외항', 'HMM NURI', '에이치엠엠 주식회사', '152003', '152003', NULL, 'The Britannia Steam Ship Insurance Association Europe', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-15', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-05-23 11:15:17', '2025-05-23 11:26:09'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251042', '국적', '일반선박', '풀컨테이너선', 'N', 'D7NK', '9869215', '외항', 'HMM RAON', '에이치엠엠 주식회사', '152003', '152003', NULL, 'Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-19', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-05-23 11:19:22', '2025-05-23 11:26:50'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251039', '국적', '일반선박', '풀컨테이너선', 'N', 'D7NO', '9869239', '외항', 'HMM HANUL', '에이치엠엠 주식회사', '152003', '152003', NULL, 'NorthStandard EU DAC', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-15', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-05-23 11:22:50', '2025-05-23 11:27:19'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251043', '국적', '일반선박', '풀컨테이너선', 'N', 'D7MT', '9693953', '외항', 'HEUNG-A AKITA', '흥아라인 주식회사', '9998', '9998', NULL, 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-05-27 10:30:37', '2025-05-27 10:30:37'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251041', '국적', '일반선박', 'LPG, LNG선', 'N', NULL, '9176010', '외항', 'HL SUR', '에이치라인해운 주식회사', '93769', '93769', NULL, 'The Britannia Steam Ship Insurance Association Europe', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-04-04', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-05-27 10:47:11', '2025-05-27 10:47:11'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('170005', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', '대진8008', '대진해운(주)', '4585', '0', '7738', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-27 10:49:38', '2025-05-27 10:49:38'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('170004', '국적', '일반선박', '예선', 'N', NULL, NULL, '내항', '대진8006', '대진해운(주)', '411', NULL, '341', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-27 10:54:12', '2025-05-27 10:54:29'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('170005', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', '대진8008', '대진해운(주)', '4585', '0', '7738', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-27 11:02:39', '2025-05-27 11:02:39'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('120051', '국적', '일반선박', '부선', 'N', NULL, NULL, '내항', '대진8000', '대진해운(주)', '4363', NULL, '7106', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-27 11:04:01', '2025-05-27 11:04:01'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('120050', '국적', '일반선박', '예선', 'N', NULL, NULL, '내항', '대진8001', '대진해운(주)', '302', NULL, '137', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-05-27 11:05:21', '2025-05-27 11:05:21'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('23100026261404', '국적', '일반선박', '어선', 'N', '6KAF', '999648', '외항', 'SUR ESTE 703', 'Ocean Fishing Safety Fund NO.6., Ltd.', '1612', '2012', '1139.55', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-05-27 11:18:22', '2025-05-27 11:18:22'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('23100036261403', '국적', '일반선박', '어선', 'N', '6KAG', '9995650', '외항', 'SUR ESTE 701', 'Ocean Fishing Safety Fund NO.7., Ltd.', '1612', '2012', '1139.55', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'N', 'Y', 'Y', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-05-27 11:20:58', '2025-05-27 11:20:58'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251044', '국적', '일반선박', '풀컨테이너선', 'N', 'D7NN', '9869186', '기타', 'HMM GARAM', '에이치엠엠 주식회사', '152003', '152003', NULL, 'NorthStandard EU DAC', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-26', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-05-28 11:13:37', '2025-05-28 11:21:45'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('171027', '국적', '일반선박', '산물선', 'N', '996수니호', NULL, '내항', '수니호', '주식회사 에이치엠엘', '2715', '0', NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '인천지방해양수산청', '2025-05-29 17:38:58', '2025-05-29 17:38:58'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('190017', '국적', '일반선박', '예선', 'N', 'D7UO', '9412153', '외항', 'TNS CATCHER', 'TNS OCEAN TOWING CO.,LTD', '286', '444', '336', 'The Shipowners` Mutual Protection & Indemnity Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-06-01', '2026-06-01', '대한민국', '부산지방해양수산청', '2025-06-02 08:52:04', '2025-06-02 08:52:04'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('062769', '국적', '일반선박', '예선', 'N', 'DSBL3', '8915940', '외항', 'TNS WATCHER', '주식회사 티엔에스오션토잉', '281', '438', '230', 'The Shipowners` Mutual Protection & Indemnity Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-06-01', '2026-06-01', '대한민국', '부산지방해양수산청', '2025-06-02 08:54:40', '2025-06-02 08:54:40'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('230038', '국적', '일반선박', '부선', 'N', NULL, NULL, '외항', 'TNS ARMOR', 'TNS OCEAN TOWING CO., LTD.', '4815', '4815', '7346.084', 'The Shipowners` Mutual Protection & Indemnity Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-06-01', '2026-06-01', '대한민국', '부산지방해양수산청', '2025-06-02 08:55:57', '2025-06-02 08:55:57'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('975843', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '태광', '최정석', '141', '0', '596', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-06-01', '2026-06-01', '대한민국', '부산지방해양수산청', '2025-06-02 08:58:20', '2025-06-02 08:58:20'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('100314', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '기타', '5한유호', '주식회사 한유해운', '430', '0', '590', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-06-04', '2026-06-03', '대한민국', '울산지방해양수산청', '2025-06-04 09:45:23', '2025-06-04 09:45:23'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('220046', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '산루이스', '산루이스(주)', '198', NULL, '381.61', '한화손해보험(주) Hanwha General Insurance Co.,Ltd.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-04-26', '2026-04-26', '대한민국', '부산지방해양수산청', '2025-06-04 14:21:28', '2025-06-04 14:21:28'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('100314', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '5한유호', '주식회사 주원알앤디', '430', '0', '0', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-06-01', '2026-02-14', '대한민국', '부산지방해양수산청', '2025-06-04 14:29:03', '2025-06-04 14:29:03'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251046', '국적', '일반선박', '산물선', 'N', 'D7PM', '9708590', '외항', 'PAN JINJU', '팬오션 주식회사', '79340', '79340', NULL, 'The Britannia Steam Ship Insurance Association Europe', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-30', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-06-04 14:42:55', '2025-06-04 14:42:55'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('240008', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '정성', '정성해운 주식회사', '281', NULL, '826.71', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-06-05 09:15:47', '2025-06-05 09:15:47'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('071978', '국적', '일반선박', '산물선', 'N', 'DSPP5', '9344887', '외항', 'S MERMAID', 'SEATRAS MARINE CO., LTD.', '1599', '1999', '3348', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-06-05 09:20:04', '2025-06-05 09:20:04'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251045', '국적', '일반선박', '기타선', 'N', 'D7OK', '9253155', '외항', 'MPV THALIA', '에이치엠엠 주식회사', '23119', '23119', '30018', 'The Standard Club Asia Ltd', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-27', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-06-10 08:45:15', '2025-06-10 08:49:25'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251047', '국적', '일반선박', '풀컨테이너선', 'N', 'D7NT', '9869174', '기타', 'HMM GAON', '에이치엠엠(주)', '152003', '152003', NULL, 'Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-06-04', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-06-10 08:47:47', '2025-06-10 09:23:42'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('18060066451302', '국적', '일반선박', '어선', 'N', 'DSUD', '9807243', '어선', '새해림호', '군산대학교', '2996', '3242', '1370.8', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'Y', 'N', 'Y', 'N', '2024-12-27', '2025-12-27', '대한민국', '군산지방해양수산청', '2025-06-10 17:45:18', '2025-06-10 17:45:18'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('211053', '국적', '일반선박', '산물선', 'N', 'D7WR', '9392585', '외항', 'KS SUNGLORY', '케이비엘쉬핑(주)', '1571', '1971', '3331', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-06-16 10:08:40', '2025-06-16 15:41:00'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('965380', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '보성호', '한영해운(주)', '129', '0', '358.73', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-06-02', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-06-17 08:28:46', '2025-06-17 08:28:46'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('965380', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '보성호', '우리에너지(주)', '129', '0', '358.73', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-06-02', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-06-17 08:48:36', '2025-06-17 08:48:36'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('975829', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '제77영덕호', '(주)성원그린', '148', '0', '431.74', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-06-13', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-06-17 14:52:46', '2025-06-17 14:52:46'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('975829', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '제77영덕호', '(주)성원그린', '148', NULL, '431.74', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-06-13', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-06-17 15:48:55', '2025-06-17 16:38:06'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251048', '국적', '일반선박', '풀컨테이너선', 'N', 'D7NV', '9869227', '외항', 'HMM DAON', '에이치엠엠 주식회사', '152003', '152003', '160927', 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-06-16', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-06-18 10:16:06', '2025-06-18 10:16:26'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('200042', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '기타', '오션 아이리스', '(주)해양기업 외 1사', '285', NULL, '563.23', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-02-16', '2026-02-14', '대한민국', '부산지방해양수산청', '2025-06-19 09:15:09', '2025-07-31 08:56:13'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('055762', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '제2세윤호', '(주)아성페트로', '178', '0', '542.94', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-06-17', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-06-19 09:40:02', '2025-06-19 09:40:02'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('246217', '국적', '일반선박', '자동차 운반선', 'N', '600씨월드마린2호', '9276339', '내항', '씨월드마린2', '씨월드고속훼리(주)', '9952', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'Y', 'Y', '2025-05-16', '2026-02-20', '대한민국', '목포지방해양수산청', '2025-06-19 10:48:17', '2025-06-19 10:53:12'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251049', '국적', '일반선박', '기타선', 'N', 'D7OA', '9244556', '외항', 'MPV CLIO', '에이치엠엠(주)', '23119', '23119', '30018', 'NorthStandard Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-06-15', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-06-19 11:07:51', '2025-06-19 11:07:51'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('170039', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '태창골드', '주식회사 이앤에프해운', '2114', '0', '2954', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '여수지방해양수산청', '2025-06-24 10:38:31', '2025-06-24 15:07:33'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251051', '국적', '일반선박', '산물선', 'N', 'D7KF', '9718961', '외항', 'PAN FUTURE', '팬오션 주식회사', '43956', '43956', '82048', 'The Britannia Steam Ship Insurance Association Europe', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-06-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-06-24 13:27:30', '2025-06-24 13:28:36'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251051', '국적', '일반선박', '산물선', 'N', 'D7KF', '9718961', '외항', 'PAN FUTURE', '팬오션 주식회사', '43956', '43956', '82048', 'The Britannia Steam Ship Insurance Association Europe', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-06-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-06-24 13:31:46', '2025-06-24 13:31:46'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251051', '국적', '일반선박', '산물선', 'N', 'D7KF', '9718961', '기타', 'PAN FUTURE', '팬오션 주식회사', '43956', '43956', '82048', 'The Britannia Steam Ship Insurance Association Europe', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-06-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-06-24 13:35:42', '2025-06-24 13:35:42'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('200018', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '기타', '에스에이치그레이스', '(주)성휘해운', '996', NULL, '2218.85', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-06-26 09:48:55', '2025-06-26 09:50:27'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('216804', '국적', '유조선', '석유제품운반선', 'N', NULL, '8952493', '기타', '보광티아라', '(주)성휘해운', '823', NULL, '1611.5', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-06-26 09:51:41', '2025-06-26 09:51:41'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251050', '국적', '일반선박', '산물선', 'N', 'D7OS', '9750438', '외항', 'SM DIAMOND', '대한해운 주식회사', '36184', '36184', NULL, 'Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-06-18', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-06-26 11:23:38', '2025-06-26 16:18:47'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251052', '국적', '일반선박', '산물선', 'N', 'D7PD', '9707675', '외항', 'SM EMERALD', '대한해운 주식회사', '36280', '36280', NULL, 'Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-06-23', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-06-26 11:27:36', '2025-06-26 16:15:55'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('956644', '국적', '일반선박', '예선', 'N', 'DSEE3', '9142899', '기타', '대상프론티어호(DAESANG FRONTIER)', '대상해운 주식회사', '510', '510', '626', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '울산지방해양수산청', '2025-06-30 09:12:56', '2025-06-30 09:12:56'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('190013', '국적', '일반선박', '기타선', 'N', NULL, NULL, '내항', '재원 니케', '길상해운(주)', '2701', '0', NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-06-30 17:15:04', '2025-07-01 09:22:18'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251053', '국적', '일반선박', '산물선', 'N', 'D7EQ', '9708605', '외항', 'PAN TAEAN', 'PAN OCEAN CO., LTD.', '79340', '79340', '151151', 'The Britannia Steam Ship Insurance Association Europe', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-06-30', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-07-01 10:58:35', '2025-07-01 10:58:47'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('250016', '국적', '일반선박', '예선', 'N', NULL, '9684287', '내항', '한울 2호', '한산마리타임 주식회사', '1203', NULL, NULL, 'The London Steam-Ship Owners` Mutual Insurance Association Limited', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-30', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-07-03 13:45:16', '2025-07-03 13:45:16'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('252813', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '1세윤호', '주식회사 세윤선박', '149', NULL, '376', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-07-03', '2026-07-02', '대한민국', '여수지방해양수산청', '2025-07-03 17:32:06', '2025-07-03 17:32:06'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('252813', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '1세윤호', '주식회사 세윤선박', '149', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-07-04', '2026-05-15', '대한민국', '여수지방해양수산청', '2025-07-03 17:37:24', '2025-07-03 17:37:24'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('252814', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '2세윤호', '주식회사 세윤 (SEYUN CO.,LTD)', '149', NULL, '376', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-07-04', '2026-05-15', '대한민국', '여수지방해양수산청', '2025-07-03 18:15:38', '2025-07-03 18:15:38'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251055', '국적', '유조선', '석유제품운반선', 'N', 'D7OL', '9438925', '외항', 'ONSAN CHEMI', 'SUNWOO TANKER CO.,LTD.', '8305', '8305', '12358', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-06-30', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-07-04 15:13:24', '2025-07-04 15:13:24'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('191043', '국적', '일반선박', '풀컨테이너선', 'N', 'D7HJ', '9323522', '외항', 'HMM JAKARTA', '에이치엠엠(주)', '75308', '75308', '80129', 'The Steamship Mutual Underwriting Association Ltd.', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-07-02', '2026-02-20', '대한민국', '인천지방해양수산청', '2025-07-07 12:22:20', '2025-07-07 12:22:28'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('210023', '국적', '유조선', '석유제품운반선', 'N', NULL, '9251119', '내항', '금일', '정성해운 (주)', '749', NULL, '2043', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-06-20', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-07-09 13:08:41', '2025-07-09 13:15:54'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251056', '국적', '유조선', '석유제품운반선', 'N', 'D7OC', '9523249', '외항', 'OCEAN JUPITER', 'SUNRISE CO.,LTD', '5459', '5459', '8911', 'The Japan Ship Owners` Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-07-02', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-07-10 16:33:35', '2025-07-10 16:33:35'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('251057', '국적', '유조선', '석유제품운반선', 'N', 'D7OH', '1016513', '기타', 'BS ULSAN', '주식회사 와이엔텍', '8593', '8593', '12986', 'The West of England Ship Owners Mutual Insurance Association (Luxembourg)', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-07-13', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-07-11 15:49:19', '2025-07-11 15:50:29'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('206808', '국적', '유조선', '석유제품운반선', 'N', NULL, '9587738', '내항', '다이아썬', '주식회사 다이아쉬핑', '1097', '1097', '2223.49', '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-05-16', '2026-05-15', '대한민국', '부산지방해양수산청', '2025-07-14 15:06:30', '2025-07-14 15:06:30'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('240023', '국적', '유조선', '석유제품운반선', 'N', NULL, '8743385', '내항', '해창썬', '정성해운 주식회사', '1154', NULL, '2566.82', '〈한국 P&I〉 The Korea Shipowner`s Mutual Protection & Indemnity Association', 'Y', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-07-08', '2026-02-20', '대한민국', '부산지방해양수산청', '2025-07-15 14:30:48', '2025-07-15 14:34:30'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('958733', '국적', '일반선박', '예선', 'N', 'DSEH2', '9141479', '내항', '티엔에스 비엔알', '(주)비엔알쉽핑라인', '230', '362', '162', 'The Shipowners` Mutual Protection & Indemnity Association (Luxembourg)', 'Y', 'N', 'Y', 'N', 'N', 'N', 'N', 'N', '2025-07-01', '2026-07-01', '대한민국', '부산지방해양수산청', '2025-07-15 17:02:55', '2025-07-15 17:05:20'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('240043', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '기타', '송덕', '(주)송양', '498', NULL, NULL, '〈한국해운조합〉 KOREA SHIPPING ASSOCIATION', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-02-20', '2026-02-20', '대한민국', '울산지방해양수산청', '2025-07-23 10:22:26', '2025-07-23 10:22:26'); +INSERT INTO wing.SHIP_INSURANCE (ship_no, nation_tp, ship_tp, ship_tp_detail, hns_yn, call_sign, imo_no, oper_tp, ship_nm, owner_nm, gross_ton, intl_gross_ton, deadweight_ton, insurer_nm, liability_yn, oil_pollution_yn, fuel_oil_yn, wreck_removal_yn, crew_damage_yn, pax_damage_yn, hull_damage_yn, dock_damage_yn, valid_start, valid_end, issue_country, issue_org, reg_dtm, mod_dtm) VALUES ('220046', '국적', '유조선', '석유제품운반선', 'N', NULL, NULL, '내항', '산루이스', '산루이스(주)', '198', NULL, '381.61', 'DB손해보험(주) DB INSURANCE CO.,LTD.', 'Y', 'Y', 'N', 'N', 'N', 'N', 'N', 'N', '2025-07-26', '2026-02-14', '대한민국', '부산지방해양수산청', '2025-07-28 13:17:22', '2025-07-28 13:17:22'); + +-- Total: 1391 rows diff --git a/database/migration/020_add_hq_cleanup_role.sql b/database/migration/020_add_hq_cleanup_role.sql new file mode 100644 index 0000000..85a401b --- /dev/null +++ b/database/migration/020_add_hq_cleanup_role.sql @@ -0,0 +1,32 @@ +-- ============================================================ +-- 020: 본청방제과 역할 추가 +-- ============================================================ + +-- 역할 추가 (이미 존재하면 무시) +INSERT INTO AUTH_ROLE (ROLE_CD, ROLE_NM, ROLE_DC, DFLT_YN) +SELECT 'HQ_CLEANUP', '본청방제과', '본청 방제 업무 관리 권한', 'N' +WHERE NOT EXISTS (SELECT 1 FROM AUTH_ROLE WHERE ROLE_CD = 'HQ_CLEANUP'); + +-- 본청방제과 권한 설정: 방제 관련 탭 RCUD + 기타 탭 READ/CREATE, admin 제외 +DO $$ +DECLARE + v_role_sn INT; +BEGIN + SELECT ROLE_SN INTO v_role_sn FROM AUTH_ROLE WHERE ROLE_CD = 'HQ_CLEANUP'; + + -- 기존 권한 초기화 (재실행 안전) + DELETE FROM AUTH_PERM WHERE ROLE_SN = v_role_sn; + + INSERT INTO AUTH_PERM (ROLE_SN, RSRC_CD, OPER_CD, GRANT_YN) VALUES + (v_role_sn, 'prediction', 'READ', 'Y'), (v_role_sn, 'prediction', 'CREATE', 'Y'), (v_role_sn, 'prediction', 'UPDATE', 'Y'), (v_role_sn, 'prediction', 'DELETE', 'Y'), + (v_role_sn, 'hns', 'READ', 'Y'), (v_role_sn, 'hns', 'CREATE', 'Y'), (v_role_sn, 'hns', 'UPDATE', 'Y'), (v_role_sn, 'hns', 'DELETE', 'Y'), + (v_role_sn, 'rescue', 'READ', 'Y'), (v_role_sn, 'rescue', 'CREATE', 'Y'), (v_role_sn, 'rescue', 'UPDATE', 'Y'), (v_role_sn, 'rescue', 'DELETE', 'Y'), + (v_role_sn, 'reports', 'READ', 'Y'), (v_role_sn, 'reports', 'CREATE', 'Y'), (v_role_sn, 'reports', 'UPDATE', 'Y'), (v_role_sn, 'reports', 'DELETE', 'Y'), + (v_role_sn, 'aerial', 'READ', 'Y'), (v_role_sn, 'aerial', 'CREATE', 'Y'), (v_role_sn, 'aerial', 'UPDATE', 'Y'), (v_role_sn, 'aerial', 'DELETE', 'Y'), + (v_role_sn, 'assets', 'READ', 'Y'), (v_role_sn, 'assets', 'CREATE', 'Y'), (v_role_sn, 'assets', 'UPDATE', 'Y'), (v_role_sn, 'assets', 'DELETE', 'Y'), + (v_role_sn, 'scat', 'READ', 'Y'), (v_role_sn, 'scat', 'CREATE', 'Y'), (v_role_sn, 'scat', 'UPDATE', 'Y'), (v_role_sn, 'scat', 'DELETE', 'Y'), + (v_role_sn, 'incidents', 'READ', 'Y'), (v_role_sn, 'incidents', 'CREATE', 'Y'), (v_role_sn, 'incidents', 'UPDATE', 'Y'), (v_role_sn, 'incidents', 'DELETE', 'Y'), + (v_role_sn, 'board', 'READ', 'Y'), (v_role_sn, 'board', 'CREATE', 'Y'), (v_role_sn, 'board', 'UPDATE', 'Y'), + (v_role_sn, 'weather', 'READ', 'Y'), (v_role_sn, 'weather', 'CREATE', 'Y'), + (v_role_sn, 'admin', 'READ', 'N'); +END $$; diff --git a/docs/COMMON-GUIDE.md b/docs/COMMON-GUIDE.md index cc84ae5..656f795 100644 --- a/docs/COMMON-GUIDE.md +++ b/docs/COMMON-GUIDE.md @@ -4,7 +4,7 @@ 연동할 수 있도록 정리한 문서이다. 공통 기능을 추가/변경할 때 반드시 이 문서를 최신화할 것. -> **최종 갱신**: 2026-03-01 (CSS 리팩토링 + MapLibre GL + deck.gl 전환 반영) +> **최종 갱신**: 2026-03-11 (KHOA API 교체 + Vite CORS 프록시 추가) --- @@ -1312,6 +1312,25 @@ app.use(helmet({ })); ``` +### Vite 개발 서버 프록시 + +외부 API 이미지의 CORS 문제를 해결하기 위해 `vite.config.ts`에 프록시를 설정한다: + +```typescript +server: { + proxy: { + '/api': { + target: 'http://localhost:3001', + changeOrigin: true, + }, + '/daily_ocean': { + target: 'https://www.khoa.go.kr', + changeOrigin: true, + }, + }, +}, +``` + 적용되는 보안 헤더: - `X-Content-Type-Options: nosniff` (MIME 스니핑 방지) - `X-Frame-Options: DENY` (클릭재킹 방지) diff --git a/docs/DEVELOPMENT-GUIDE.md b/docs/DEVELOPMENT-GUIDE.md index 7029ed8..429d75e 100644 --- a/docs/DEVELOPMENT-GUIDE.md +++ b/docs/DEVELOPMENT-GUIDE.md @@ -657,6 +657,7 @@ Settings -> Actions -> Secrets -> Add Secret - API 호출이 CORS 에러를 발생시키면 백엔드 `FRONTEND_URL` 환경변수를 확인한다. - 개발 환경에서는 `localhost:5173`, `localhost:5174`, `localhost:3000`이 자동 허용된다. +- KHOA 해양 이미지(`/daily_ocean`)는 Vite 프록시 경유: `vite.config.ts` → `proxy` 설정 확인 **타입 에러:** diff --git a/docs/RELEASE-NOTES.md b/docs/RELEASE-NOTES.md index 0871781..5437f65 100644 --- a/docs/RELEASE-NOTES.md +++ b/docs/RELEASE-NOTES.md @@ -4,6 +4,29 @@ ## [Unreleased] +## [2026-03-11] + +### 추가 +- KHOA API 엔드포인트 교체 및 해양예측 오버레이 Canvas 렌더링 전환 +- 기상 맵 컨트롤 컴포넌트 추가 및 KHOA API 연동 개선 +- 기상 정보 기상 레이어 업데이트 +- CCTV 안전관리 감지 기능 추가 (선박 출입, 침입 감지) +- 관리자 화면 고도화 — 사용자/권한/게시판/선박신호 패널 +- CCTV 오일 감지 GPU 추론 연동 및 HNS 초기 핀 제거 +- 유류오염보장계약 시드 데이터 추가 (1391건) + +### 수정 +- /orgs 라우트를 /:id 앞에 등록하여 라우트 매칭 수정 + +### 문서 +- 프로젝트 문서 최신화 (KHOA API, Vite 프록시) + +### 기타 +- CLAUDE_BOT_TOKEN 갱신 +- 팀 워크플로우 v1.6.1 동기화 +- 팀 워크플로우 v1.6.0 동기화 +- 팀 워크플로우 v1.5.0 동기화 + ## [2026-03-01] ### 추가 diff --git a/frontend/src/common/hooks/useSubMenu.ts b/frontend/src/common/hooks/useSubMenu.ts index f053d85..6b1baae 100755 --- a/frontend/src/common/hooks/useSubMenu.ts +++ b/frontend/src/common/hooks/useSubMenu.ts @@ -60,12 +60,7 @@ const subMenuConfigs: Record = { { id: 'manual', label: '해경매뉴얼', icon: '📘' } ], weather: null, - admin: [ - { id: 'users', label: '사용자 관리', icon: '👥' }, - { id: 'permissions', label: '사용자 권한 관리', icon: '🔐' }, - { id: 'menus', label: '메뉴 관리', icon: '📑' }, - { id: 'settings', label: '시스템 설정', icon: '⚙️' } - ] + admin: null // 관리자 화면은 자체 사이드바 사용 (AdminSidebar.tsx) } // 전역 상태 관리 (간단한 방식) diff --git a/frontend/src/common/services/authApi.ts b/frontend/src/common/services/authApi.ts index 9fccd40..0611d05 100644 --- a/frontend/src/common/services/authApi.ts +++ b/frontend/src/common/services/authApi.ts @@ -107,6 +107,20 @@ export async function assignRolesApi(id: string, roleSns: number[]): Promise { + const response = await api.get('/users/orgs') + return response.data +} + // 역할/권한 API (ADMIN 전용) export interface RoleWithPermissions { sn: number diff --git a/frontend/src/tabs/admin/components/AdminPlaceholder.tsx b/frontend/src/tabs/admin/components/AdminPlaceholder.tsx new file mode 100644 index 0000000..f615001 --- /dev/null +++ b/frontend/src/tabs/admin/components/AdminPlaceholder.tsx @@ -0,0 +1,14 @@ +interface AdminPlaceholderProps { + label: string; +} + +/** 미구현 관리자 메뉴 placeholder */ +const AdminPlaceholder = ({ label }: AdminPlaceholderProps) => ( +
+
🚧
+
{label}
+
해당 기능은 준비 중입니다.
+
+); + +export default AdminPlaceholder; diff --git a/frontend/src/tabs/admin/components/AdminSidebar.tsx b/frontend/src/tabs/admin/components/AdminSidebar.tsx new file mode 100644 index 0000000..59852a3 --- /dev/null +++ b/frontend/src/tabs/admin/components/AdminSidebar.tsx @@ -0,0 +1,156 @@ +import { useState } from 'react'; +import { ADMIN_MENU } from './adminMenuConfig'; +import type { AdminMenuItem } from './adminMenuConfig'; + +interface AdminSidebarProps { + activeMenu: string; + onSelect: (id: string) => void; +} + +/** 관리자 좌측 사이드바 — 9-섹션 아코디언 */ +const AdminSidebar = ({ activeMenu, onSelect }: AdminSidebarProps) => { + const [expanded, setExpanded] = useState>(() => { + // 초기: 첫 번째 섹션 열기 + const init = new Set(); + if (ADMIN_MENU.length > 0) init.add(ADMIN_MENU[0].id); + return init; + }); + + const toggle = (id: string) => { + setExpanded(prev => { + const next = new Set(prev); + if (next.has(id)) next.delete(id); + else next.add(id); + return next; + }); + }; + + /** 재귀적으로 메뉴 아이템이 activeMenu를 포함하는지 확인 */ + const containsActive = (item: AdminMenuItem): boolean => { + if (item.id === activeMenu) return true; + return item.children?.some(c => containsActive(c)) ?? false; + }; + + const renderLeaf = (item: AdminMenuItem, depth: number) => { + const isActive = item.id === activeMenu; + return ( + + ); + }; + + const renderGroup = (item: AdminMenuItem, depth: number) => { + const isOpen = expanded.has(item.id); + const hasActiveChild = containsActive(item); + + return ( +
+ + {isOpen && item.children && ( +
+ {item.children.map(child => renderItem(child, depth + 1))} +
+ )} +
+ ); + }; + + const renderItem = (item: AdminMenuItem, depth: number) => { + if (item.children && item.children.length > 0) { + return renderGroup(item, depth); + } + return renderLeaf(item, depth); + }; + + return ( +
+ {/* 헤더 */} +
+
+ ⚙️ 관리자 설정 +
+
+ + {/* 메뉴 목록 */} +
+ {ADMIN_MENU.map(section => { + const isOpen = expanded.has(section.id); + const hasActiveChild = containsActive(section); + + return ( +
+ {/* 섹션 헤더 */} + + + {/* 하위 메뉴 */} + {isOpen && section.children && ( +
+ {section.children.map(child => renderItem(child, 1))} +
+ )} +
+ ); + })} +
+
+ ); +}; + +/** children 중 첫 번째 leaf 노드를 찾는다 */ +function findFirstLeaf(items: AdminMenuItem[]): AdminMenuItem | null { + for (const item of items) { + if (!item.children || item.children.length === 0) return item; + const found = findFirstLeaf(item.children); + if (found) return found; + } + return null; +} + +export default AdminSidebar; diff --git a/frontend/src/tabs/admin/components/AdminView.tsx b/frontend/src/tabs/admin/components/AdminView.tsx index 3633998..1182643 100755 --- a/frontend/src/tabs/admin/components/AdminView.tsx +++ b/frontend/src/tabs/admin/components/AdminView.tsx @@ -1,21 +1,42 @@ -import { useSubMenu } from '@common/hooks/useSubMenu' -import UsersPanel from './UsersPanel' -import PermissionsPanel from './PermissionsPanel' -import MenusPanel from './MenusPanel' -import SettingsPanel from './SettingsPanel' +import { useState } from 'react'; +import AdminSidebar from './AdminSidebar'; +import AdminPlaceholder from './AdminPlaceholder'; +import { findMenuLabel } from './adminMenuConfig'; +import UsersPanel from './UsersPanel'; +import PermissionsPanel from './PermissionsPanel'; +import MenusPanel from './MenusPanel'; +import SettingsPanel from './SettingsPanel'; +import BoardMgmtPanel from './BoardMgmtPanel'; +import VesselSignalPanel from './VesselSignalPanel'; + +/** 기존 패널이 있는 메뉴 ID 매핑 */ +const PANEL_MAP: Record JSX.Element> = { + users: () => , + permissions: () => , + menus: () => , + settings: () => , + notice: () => , + board: () => , + qna: () => , + 'collect-vessel-signal': () => , +}; -// ─── AdminView ──────────────────────────────────────────── export function AdminView() { - const { activeSubTab } = useSubMenu('admin') + const [activeMenu, setActiveMenu] = useState('users'); + + const renderContent = () => { + const factory = PANEL_MAP[activeMenu]; + if (factory) return factory(); + const label = findMenuLabel(activeMenu) ?? activeMenu; + return ; + }; return (
+
- {activeSubTab === 'users' && } - {activeSubTab === 'permissions' && } - {activeSubTab === 'menus' && } - {activeSubTab === 'settings' && } + {renderContent()}
- ) + ); } diff --git a/frontend/src/tabs/admin/components/BoardMgmtPanel.tsx b/frontend/src/tabs/admin/components/BoardMgmtPanel.tsx new file mode 100644 index 0000000..478221e --- /dev/null +++ b/frontend/src/tabs/admin/components/BoardMgmtPanel.tsx @@ -0,0 +1,293 @@ +import { useState, useEffect, useCallback } from 'react'; +import { + fetchBoardPosts, + adminDeleteBoardPost, + type BoardPostItem, + type BoardListResponse, +} from '@tabs/board/services/boardApi'; + +// ─── 상수 ────────────────────────────────────────────────── +const PAGE_SIZE = 20; + +const CATEGORY_TABS = [ + { code: '', label: '전체' }, + { code: 'NOTICE', label: '공지사항' }, + { code: 'DATA', label: '게시판' }, + { code: 'QNA', label: 'Q&A' }, +] as const; + +const CATEGORY_LABELS: Record = { + NOTICE: '공지사항', + DATA: '게시판', + QNA: 'Q&A', +}; + +function formatDate(dateStr: string | null) { + if (!dateStr) return '-'; + return new Date(dateStr).toLocaleString('ko-KR', { + year: 'numeric', + month: '2-digit', + day: '2-digit', + hour: '2-digit', + minute: '2-digit', + }); +} + +// ─── 메인 패널 ───────────────────────────────────────────── +interface BoardMgmtPanelProps { + initialCategory?: string; +} + +export default function BoardMgmtPanel({ initialCategory = '' }: BoardMgmtPanelProps) { + const [activeCategory, setActiveCategory] = useState(initialCategory); + const [search, setSearch] = useState(''); + const [searchInput, setSearchInput] = useState(''); + const [page, setPage] = useState(1); + const [data, setData] = useState(null); + const [loading, setLoading] = useState(false); + const [selected, setSelected] = useState>(new Set()); + const [deleting, setDeleting] = useState(false); + + const load = useCallback(async () => { + setLoading(true); + try { + const result = await fetchBoardPosts({ + categoryCd: activeCategory || undefined, + search: search || undefined, + page, + size: PAGE_SIZE, + }); + setData(result); + setSelected(new Set()); + } catch { + console.error('게시글 목록 로드 실패'); + } finally { + setLoading(false); + } + }, [activeCategory, search, page]); + + useEffect(() => { load(); }, [load]); + + const totalPages = data ? Math.ceil(data.totalCount / PAGE_SIZE) : 0; + const items = data?.items ?? []; + + const toggleSelect = (sn: number) => { + setSelected(prev => { + const next = new Set(prev); + if (next.has(sn)) next.delete(sn); + else next.add(sn); + return next; + }); + }; + + const toggleAll = () => { + if (selected.size === items.length) { + setSelected(new Set()); + } else { + setSelected(new Set(items.map(i => i.sn))); + } + }; + + const handleDelete = async () => { + if (selected.size === 0) return; + if (!confirm(`선택한 ${selected.size}건의 게시글을 삭제하시겠습니까?`)) return; + setDeleting(true); + try { + await Promise.all([...selected].map(sn => adminDeleteBoardPost(sn))); + await load(); + } catch { + alert('삭제 중 오류가 발생했습니다.'); + } finally { + setDeleting(false); + } + }; + + const handleSearch = (e: React.FormEvent) => { + e.preventDefault(); + setSearch(searchInput); + setPage(1); + }; + + const handleCategoryChange = (code: string) => { + setActiveCategory(code); + setPage(1); + }; + + return ( +
+ {/* 헤더 */} +
+

게시판 관리

+ + 총 {data?.totalCount ?? 0}건 + +
+ + {/* 카테고리 탭 + 검색 */} +
+
+ {CATEGORY_TABS.map(tab => ( + + ))} +
+
+ setSearchInput(e.target.value)} + placeholder="제목/작성자 검색" + className="px-2 py-1 text-xs rounded bg-bg-2 border border-border-1 text-text-1 placeholder:text-text-4 w-48" + /> + +
+
+ + {/* 액션 바 */} +
+ +
+ + {/* 테이블 */} +
+ + + + + + + + + + + + + + {loading ? ( + + + + ) : items.length === 0 ? ( + + + + ) : ( + items.map(post => ( + toggleSelect(post.sn)} + /> + )) + )} + +
+ 0 && selected.size === items.length} + onChange={toggleAll} + className="accent-blue-500" + /> + 번호분류제목작성자조회등록일
로딩 중...
게시글이 없습니다.
+
+ + {/* 페이지네이션 */} + {totalPages > 1 && ( +
+ + {Array.from({ length: Math.min(totalPages, 10) }, (_, i) => { + const startPage = Math.max(1, Math.min(page - 4, totalPages - 9)); + const p = startPage + i; + if (p > totalPages) return null; + return ( + + ); + })} + +
+ )} +
+ ); +} + +// ─── 행 컴포넌트 ─────────────────────────────────────────── +interface PostRowProps { + post: BoardPostItem; + checked: boolean; + onToggle: () => void; +} + +function PostRow({ post, checked, onToggle }: PostRowProps) { + return ( + + + + + {post.sn} + + + {CATEGORY_LABELS[post.categoryCd] ?? post.categoryCd} + + + + {post.pinnedYn === 'Y' && ( + [고정] + )} + {post.title} + + {post.authorName} + {post.viewCnt} + {formatDate(post.regDtm)} + + ); +} diff --git a/frontend/src/tabs/admin/components/PermissionsPanel.tsx b/frontend/src/tabs/admin/components/PermissionsPanel.tsx index e20ccac..4124a33 100644 --- a/frontend/src/tabs/admin/components/PermissionsPanel.tsx +++ b/frontend/src/tabs/admin/components/PermissionsPanel.tsx @@ -1,5 +1,6 @@ -import { useState, useEffect, useCallback } from 'react' +import { useState, useEffect, useCallback, useRef } from 'react' import { + fetchUsers, fetchRoles, fetchPermTree, updatePermissionsApi, @@ -7,6 +8,8 @@ import { updateRoleApi, deleteRoleApi, updateRoleDefaultApi, + assignRolesApi, + type UserListItem, type RoleWithPermissions, type PermTreeNode, } from '@common/services/authApi' @@ -113,27 +116,34 @@ interface PermCellProps { state: PermState onToggle: () => void label?: string + readOnly?: boolean } -function PermCell({ state, onToggle, label }: PermCellProps) { - const isDisabled = state === 'forced-denied' +function PermCell({ state, onToggle, label, readOnly = false }: PermCellProps) { + const isDisabled = state === 'forced-denied' || readOnly - const baseClasses = 'w-7 h-7 rounded border text-xs font-bold transition-all flex items-center justify-center' + const baseClasses = 'w-5 h-5 rounded border text-[10px] font-bold transition-all flex items-center justify-center' let classes: string let icon: string switch (state) { case 'explicit-granted': - classes = `${baseClasses} bg-[rgba(6,182,212,0.2)] border-primary-cyan text-primary-cyan cursor-pointer hover:bg-[rgba(6,182,212,0.3)]` + classes = readOnly + ? `${baseClasses} bg-[rgba(6,182,212,0.2)] border-primary-cyan text-primary-cyan cursor-default` + : `${baseClasses} bg-[rgba(6,182,212,0.2)] border-primary-cyan text-primary-cyan cursor-pointer hover:bg-[rgba(6,182,212,0.3)]` icon = '✓' break case 'inherited-granted': - classes = `${baseClasses} bg-[rgba(6,182,212,0.08)] border-[rgba(6,182,212,0.3)] text-[rgba(6,182,212,0.5)] cursor-pointer hover:border-primary-cyan` + classes = readOnly + ? `${baseClasses} bg-[rgba(6,182,212,0.08)] border-[rgba(6,182,212,0.3)] text-[rgba(6,182,212,0.5)] cursor-default` + : `${baseClasses} bg-[rgba(6,182,212,0.08)] border-[rgba(6,182,212,0.3)] text-[rgba(6,182,212,0.5)] cursor-pointer hover:border-primary-cyan` icon = '✓' break case 'explicit-denied': - classes = `${baseClasses} bg-[rgba(239,68,68,0.08)] border-[rgba(239,68,68,0.3)] text-red-400 cursor-pointer hover:border-red-400` + classes = readOnly + ? `${baseClasses} bg-[rgba(239,68,68,0.08)] border-[rgba(239,68,68,0.3)] text-red-400 cursor-default` + : `${baseClasses} bg-[rgba(239,68,68,0.08)] border-[rgba(239,68,68,0.3)] text-red-400 cursor-pointer hover:border-red-400` icon = '—' break case 'forced-denied': @@ -148,10 +158,15 @@ function PermCell({ state, onToggle, label }: PermCellProps) { disabled={isDisabled} className={classes} title={ - state === 'explicit-granted' ? `${label ?? ''} 명시적 허용 (클릭: 거부로 전환)` - : state === 'inherited-granted' ? `${label ?? ''} 부모 상속 허용 (클릭: 명시적 거부)` - : state === 'explicit-denied' ? `${label ?? ''} 명시적 거부 (클릭: 허용으로 전환)` - : `${label ?? ''} 부모 거부로 비활성` + readOnly + ? state === 'explicit-granted' ? `${label ?? ''} 허용` + : state === 'inherited-granted' ? `${label ?? ''} 상속 허용` + : state === 'explicit-denied' ? `${label ?? ''} 거부` + : `${label ?? ''} 비활성` + : state === 'explicit-granted' ? `${label ?? ''} 명시적 허용 (클릭: 거부로 전환)` + : state === 'inherited-granted' ? `${label ?? ''} 부모 상속 허용 (클릭: 명시적 거부)` + : state === 'explicit-denied' ? `${label ?? ''} 명시적 거부 (클릭: 허용으로 전환)` + : `${label ?? ''} 부모 거부로 비활성` } > {icon} @@ -166,12 +181,13 @@ interface TreeRowProps { expanded: Set onToggleExpand: (code: string) => void onTogglePerm: (code: string, oper: OperCode, currentState: PermState) => void + readOnly?: boolean } -function TreeRow({ node, stateMap, expanded, onToggleExpand, onTogglePerm }: TreeRowProps) { +function TreeRow({ node, stateMap, expanded, onToggleExpand, onTogglePerm, readOnly = false }: TreeRowProps) { const hasChildren = node.children.length > 0 const isExpanded = expanded.has(node.code) - const indent = node.level * 24 + const indent = node.level * 16 // 이 노드의 READ 상태 (CUD 비활성 판단용) const readState = stateMap.get(makeKey(node.code, 'READ')) ?? 'forced-denied' @@ -180,33 +196,30 @@ function TreeRow({ node, stateMap, expanded, onToggleExpand, onTogglePerm }: Tre return ( <> - +
{hasChildren ? ( ) : ( - + {node.level > 0 ? '├' : ''} )} - {node.icon && {node.icon}} + {node.icon && {node.icon}}
-
+
{node.name}
- {node.description && node.level === 0 && ( -
{node.description}
- )}
@@ -216,12 +229,13 @@ function TreeRow({ node, stateMap, expanded, onToggleExpand, onTogglePerm }: Tre // READ 거부 시 CUD도 강제 거부 const effectiveState = (oper !== 'READ' && readDenied) ? 'forced-denied' as PermState : state return ( - +
onTogglePerm(node.code, oper, effectiveState)} + readOnly={readOnly} />
@@ -236,14 +250,613 @@ function TreeRow({ node, stateMap, expanded, onToggleExpand, onTogglePerm }: Tre expanded={expanded} onToggleExpand={onToggleExpand} onTogglePerm={onTogglePerm} + readOnly={readOnly} /> ))} ) } +// ─── 공통 범례 컴포넌트 ────────────────────────────── +function PermLegend() { + return ( +
+ + + 허용 + + + + 상속 + + + + 거부 + + + + 비활성 + + + R=조회 C=생성 U=수정 D=삭제 + +
+ ) +} + +// ─── RolePermTab: 기존 그룹별 권한 탭 ─────────────── +interface RolePermTabProps { + roles: RoleWithPermissions[] + permTree: PermTreeNode[] + rolePerms: Map> + setRolePerms: React.Dispatch>>> + selectedRoleSn: number | null + setSelectedRoleSn: (sn: number | null) => void + dirty: boolean + saving: boolean + handleSave: () => Promise + handleToggleExpand: (code: string) => void + handleTogglePerm: (code: string, oper: OperCode, currentState: PermState) => void + expanded: Set + flatNodes: PermTreeNode[] + editingRoleSn: number | null + editRoleName: string + setEditRoleName: (name: string) => void + handleStartEditName: (role: RoleWithPermissions) => void + handleSaveRoleName: (roleSn: number) => Promise + setEditingRoleSn: (sn: number | null) => void + toggleDefault: (roleSn: number) => Promise + handleDeleteRole: (roleSn: number, roleName: string) => Promise + showCreateForm: boolean + setShowCreateForm: (show: boolean) => void + setCreateError: (err: string) => void + newRoleCode: string + setNewRoleCode: (code: string) => void + newRoleName: string + setNewRoleName: (name: string) => void + newRoleDesc: string + setNewRoleDesc: (desc: string) => void + creating: boolean + createError: string + handleCreateRole: () => Promise +} + +function RolePermTab({ + roles, + permTree, + selectedRoleSn, + setSelectedRoleSn, + dirty, + saving, + handleSave, + handleToggleExpand, + handleTogglePerm, + expanded, + flatNodes, + rolePerms, + editingRoleSn, + editRoleName, + setEditRoleName, + handleStartEditName, + handleSaveRoleName, + setEditingRoleSn, + toggleDefault, + handleDeleteRole, + showCreateForm, + setShowCreateForm, + setCreateError, + newRoleCode, + setNewRoleCode, + newRoleName, + setNewRoleName, + newRoleDesc, + setNewRoleDesc, + creating, + createError, + handleCreateRole, +}: RolePermTabProps) { + const currentStateMap = selectedRoleSn + ? buildEffectiveStates(flatNodes, rolePerms.get(selectedRoleSn) ?? new Map()) + : new Map() + + return ( + <> + {/* 헤더 액션 버튼 */} +
+ + +
+ + {/* 역할 탭 바 */} +
+ {roles.map((role, idx) => { + const color = getRoleColor(role.code, idx) + const isSelected = selectedRoleSn === role.sn + return ( +
+ + {isSelected && ( +
+ + {role.code !== 'ADMIN' && ( + + )} +
+ )} +
+ ) + })} +
+ + {/* 범례 */} + + + {/* CRUD 매트릭스 테이블 */} + {selectedRoleSn ? ( +
+ + + + + {OPER_CODES.map(oper => ( + + ))} + + + + {permTree.map(rootNode => ( + + ))} + +
기능 +
{OPER_LABELS[oper]}
+
{OPER_FULL_LABELS[oper]}
+
+
+ ) : ( +
+ 역할을 선택하세요 +
+ )} + + {/* 역할 생성 모달 */} + {showCreateForm && ( +
+
+
+

새 역할 추가

+
+
+
+ + setNewRoleCode(e.target.value.toUpperCase().replace(/[^A-Z0-9_]/g, ''))} + placeholder="CUSTOM_ROLE" + className="w-full px-3 py-2 text-xs bg-bg-2 border border-border rounded-md text-text-1 placeholder-text-3 focus:border-primary-cyan focus:outline-none font-mono" + /> +

영문 대문자, 숫자, 언더스코어만 허용 (생성 후 변경 불가)

+
+
+ + setNewRoleName(e.target.value)} + placeholder="사용자 정의 역할" + className="w-full px-3 py-2 text-xs bg-bg-2 border border-border rounded-md text-text-1 placeholder-text-3 focus:border-primary-cyan focus:outline-none font-korean" + /> +
+
+ + setNewRoleDesc(e.target.value)} + placeholder="역할에 대한 설명" + className="w-full px-3 py-2 text-xs bg-bg-2 border border-border rounded-md text-text-1 placeholder-text-3 focus:border-primary-cyan focus:outline-none font-korean" + /> +
+ {createError && ( +
+ {createError} +
+ )} +
+
+ + +
+
+
+ )} + + ) +} + +// ─── UserPermTab: 사용자별 권한 탭 ─────────────────── +interface UserPermTabProps { + roles: RoleWithPermissions[] + permTree: PermTreeNode[] + rolePerms: Map> +} + +function UserPermTab({ roles, permTree, rolePerms }: UserPermTabProps) { + const [users, setUsers] = useState([]) + const [loadingUsers, setLoadingUsers] = useState(true) + const [searchQuery, setSearchQuery] = useState('') + const [showDropdown, setShowDropdown] = useState(false) + const [selectedUser, setSelectedUser] = useState(null) + const [assignedRoleSns, setAssignedRoleSns] = useState([]) + const [savingRoles, setSavingRoles] = useState(false) + const [rolesDirty, setRolesDirty] = useState(false) + const [expanded, setExpanded] = useState>(new Set()) + const dropdownRef = useRef(null) + + const flatNodes = flattenTree(permTree) + + useEffect(() => { + const loadUsers = async () => { + setLoadingUsers(true) + try { + const data = await fetchUsers() + setUsers(data) + } catch (err) { + console.error('사용자 목록 조회 실패:', err) + } finally { + setLoadingUsers(false) + } + } + loadUsers() + }, []) + + // 최상위 노드 기본 펼침 + useEffect(() => { + if (permTree.length > 0) { + setExpanded(new Set(permTree.map(n => n.code))) + } + }, [permTree]) + + // 드롭다운 외부 클릭 시 닫기 + useEffect(() => { + const handleClickOutside = (e: MouseEvent) => { + if (dropdownRef.current && !dropdownRef.current.contains(e.target as Node)) { + setShowDropdown(false) + } + } + document.addEventListener('mousedown', handleClickOutside) + return () => document.removeEventListener('mousedown', handleClickOutside) + }, []) + + const filteredUsers = users.filter(u => { + if (!searchQuery) return true + const q = searchQuery.toLowerCase() + return ( + u.name.toLowerCase().includes(q) || + u.account.toLowerCase().includes(q) || + (u.orgName?.toLowerCase().includes(q) ?? false) + ) + }) + + const handleSelectUser = (user: UserListItem) => { + setSelectedUser(user) + setSearchQuery(user.name) + setShowDropdown(false) + setAssignedRoleSns(user.roleSns ?? []) + setRolesDirty(false) + } + + const handleToggleRole = (roleSn: number) => { + setAssignedRoleSns(prev => { + const next = prev.includes(roleSn) + ? prev.filter(sn => sn !== roleSn) + : [...prev, roleSn] + return next + }) + setRolesDirty(true) + } + + const handleSaveRoles = async () => { + if (!selectedUser) return + setSavingRoles(true) + try { + await assignRolesApi(selectedUser.id, assignedRoleSns) + setRolesDirty(false) + // 로컬 users 상태 갱신 + setUsers(prev => prev.map(u => + u.id === selectedUser.id + ? { + ...u, + roleSns: assignedRoleSns, + roles: roles.filter(r => assignedRoleSns.includes(r.sn)).map(r => r.name), + } + : u + )) + setSelectedUser(prev => prev + ? { + ...prev, + roleSns: assignedRoleSns, + roles: roles.filter(r => assignedRoleSns.includes(r.sn)).map(r => r.name), + } + : null + ) + } catch (err) { + console.error('역할 저장 실패:', err) + } finally { + setSavingRoles(false) + } + } + + const handleToggleExpand = useCallback((code: string) => { + setExpanded(prev => { + const next = new Set(prev) + if (next.has(code)) next.delete(code) + else next.add(code) + return next + }) + }, []) + + // 사용자의 유효 권한: 할당된 역할들의 권한 병합 (OR 결합) + const effectiveStateMap = (() => { + if (!selectedUser || assignedRoleSns.length === 0) { + return new Map() + } + + // 각 역할의 명시적 권한 병합: 어느 역할이든 granted=true면 허용 + const mergedPerms = new Map() + for (const roleSn of assignedRoleSns) { + const perms = rolePerms.get(roleSn) + if (!perms) continue + for (const [key, granted] of perms) { + if (granted) { + mergedPerms.set(key, true) + } else if (!mergedPerms.has(key)) { + mergedPerms.set(key, false) + } + } + } + + return buildEffectiveStates(flatNodes, mergedPerms) + })() + + const noOpToggle = useCallback((_code: string, _oper: OperCode, _state: PermState): void => { + void _code; void _oper; void _state; + // 읽기 전용 — 토글 없음 + }, []) + + return ( +
+ {/* 사용자 검색/선택 */} +
+ +
+ { + setSearchQuery(e.target.value) + setShowDropdown(true) + if (selectedUser && e.target.value !== selectedUser.name) { + setSelectedUser(null) + setAssignedRoleSns([]) + setRolesDirty(false) + } + }} + onFocus={() => setShowDropdown(true)} + placeholder={loadingUsers ? '불러오는 중...' : '이름, 계정, 조직으로 검색...'} + disabled={loadingUsers} + className="w-full max-w-sm px-3 py-2 text-xs bg-bg-2 border border-border rounded-md text-text-1 placeholder-text-3 focus:border-primary-cyan focus:outline-none font-korean disabled:opacity-50" + /> + {showDropdown && filteredUsers.length > 0 && ( +
+ {filteredUsers.map(user => ( + + ))} +
+ )} + {showDropdown && !loadingUsers && filteredUsers.length === 0 && searchQuery && ( +
+ 검색 결과 없음 +
+ )} +
+
+ + {selectedUser ? ( + <> + {/* 역할 할당 섹션 */} +
+
+ 역할 할당 + +
+
+ {roles.map((role, idx) => { + const color = getRoleColor(role.code, idx) + const isChecked = assignedRoleSns.includes(role.sn) + return ( + + ) + })} +
+
+ + {/* 유효 권한 매트릭스 (읽기 전용) */} +
+ 유효 권한 (읽기 전용) + — 할당된 역할의 권한 합산 결과 +
+ + + + {assignedRoleSns.length > 0 ? ( +
+ + + + + {OPER_CODES.map(oper => ( + + ))} + + + + {permTree.map(rootNode => ( + + ))} + +
기능 +
{OPER_LABELS[oper]}
+
{OPER_FULL_LABELS[oper]}
+
+
+ ) : ( +
+ 역할을 하나 이상 할당하면 유효 권한이 표시됩니다 +
+ )} + + ) : ( +
+ 사용자를 선택하세요 +
+ )} +
+ ) +} + // ─── 메인 PermissionsPanel ────────────────────────── +type ActiveTab = 'role' | 'user' + function PermissionsPanel() { + const [activeTab, setActiveTab] = useState('role') const [roles, setRoles] = useState([]) const [permTree, setPermTree] = useState([]) const [loading, setLoading] = useState(true) @@ -303,11 +916,6 @@ function PermissionsPanel() { // 플랫 노드 목록 const flatNodes = flattenTree(permTree) - // 선택된 역할의 effective state 계산 - const currentStateMap = selectedRoleSn - ? buildEffectiveStates(flatNodes, rolePerms.get(selectedRoleSn) ?? new Map()) - : new Map() - const handleToggleExpand = useCallback((code: string) => { setExpanded(prev => { const next = new Set(prev) @@ -448,217 +1056,78 @@ function PermissionsPanel() { return (
{/* 헤더 */} -
+
-

사용자 권한 관리

-

역할별 리소스 × CRUD 권한을 설정합니다

+

권한 관리

+

역할별 리소스 × CRUD 권한 설정

-
+ {/* 탭 전환 */} +
- +
- {/* 역할 탭 바 */} -
- {roles.map((role, idx) => { - const color = getRoleColor(role.code, idx) - const isSelected = selectedRoleSn === role.sn - return ( -
- - {isSelected && ( -
- - {role.code !== 'ADMIN' && ( - - )} -
- )} -
- ) - })} -
- - {/* 범례 */} -
- - - 명시적 허용 - - - - 상속 허용 - - - - 명시적 거부 - - - - 강제 거부 - - - R=조회 C=생성 U=수정 D=삭제 - -
- - {/* CRUD 매트릭스 테이블 */} - {selectedRoleSn ? ( -
- - - - - {OPER_CODES.map(oper => ( - - ))} - - - - {permTree.map(rootNode => ( - - ))} - -
기능 -
{OPER_LABELS[oper]}
-
{OPER_FULL_LABELS[oper]}
-
-
+ {activeTab === 'role' ? ( + ) : ( -
- 역할을 선택하세요 -
- )} - - {/* 역할 생성 모달 */} - {showCreateForm && ( -
-
-
-

새 역할 추가

-
-
-
- - setNewRoleCode(e.target.value.toUpperCase().replace(/[^A-Z0-9_]/g, ''))} - placeholder="CUSTOM_ROLE" - className="w-full px-3 py-2 text-xs bg-bg-2 border border-border rounded-md text-text-1 placeholder-text-3 focus:border-primary-cyan focus:outline-none font-mono" - /> -

영문 대문자, 숫자, 언더스코어만 허용 (생성 후 변경 불가)

-
-
- - setNewRoleName(e.target.value)} - placeholder="사용자 정의 역할" - className="w-full px-3 py-2 text-xs bg-bg-2 border border-border rounded-md text-text-1 placeholder-text-3 focus:border-primary-cyan focus:outline-none font-korean" - /> -
-
- - setNewRoleDesc(e.target.value)} - placeholder="역할에 대한 설명" - className="w-full px-3 py-2 text-xs bg-bg-2 border border-border rounded-md text-text-1 placeholder-text-3 focus:border-primary-cyan focus:outline-none font-korean" - /> -
- {createError && ( -
- {createError} -
- )} -
-
- - -
-
-
+ )}
) diff --git a/frontend/src/tabs/admin/components/UsersPanel.tsx b/frontend/src/tabs/admin/components/UsersPanel.tsx index 417c58b..7ce5958 100644 --- a/frontend/src/tabs/admin/components/UsersPanel.tsx +++ b/frontend/src/tabs/admin/components/UsersPanel.tsx @@ -2,24 +2,526 @@ import { useState, useEffect, useCallback, useRef } from 'react' import { fetchUsers, fetchRoles, + fetchOrgs, + createUserApi, updateUserApi, + changePasswordApi, approveUserApi, rejectUserApi, assignRolesApi, type UserListItem, type RoleWithPermissions, + type OrgItem, } from '@common/services/authApi' import { getRoleColor, statusLabels } from './adminConstants' +const PAGE_SIZE = 15 + +// ─── 포맷 헬퍼 ───────────────────────────────────────────────── +function formatDate(dateStr: string | null) { + if (!dateStr) return '-' + return new Date(dateStr).toLocaleString('ko-KR', { + year: 'numeric', + month: '2-digit', + day: '2-digit', + hour: '2-digit', + minute: '2-digit', + }) +} + +// ─── 사용자 등록 모달 ─────────────────────────────────────────── +interface RegisterModalProps { + allRoles: RoleWithPermissions[] + allOrgs: OrgItem[] + onClose: () => void + onSuccess: () => void +} + +function RegisterModal({ allRoles, allOrgs, onClose, onSuccess }: RegisterModalProps) { + const [account, setAccount] = useState('') + const [password, setPassword] = useState('') + const [name, setName] = useState('') + const [rank, setRank] = useState('') + const [orgSn, setOrgSn] = useState(() => { + const defaultOrg = allOrgs.find(o => o.orgNm === '기동방제과') + return defaultOrg ? defaultOrg.orgSn : '' + }) + const [email, setEmail] = useState('') + const [roleSns, setRoleSns] = useState([]) + const [submitting, setSubmitting] = useState(false) + const [error, setError] = useState(null) + + const toggleRole = (sn: number) => { + setRoleSns(prev => prev.includes(sn) ? prev.filter(s => s !== sn) : [...prev, sn]) + } + + const handleSubmit = async (e: React.FormEvent) => { + e.preventDefault() + if (!account.trim() || !password.trim() || !name.trim()) { + setError('계정, 비밀번호, 사용자명은 필수 항목입니다.') + return + } + setSubmitting(true) + setError(null) + try { + await createUserApi({ + account: account.trim(), + password, + name: name.trim(), + rank: rank.trim() || undefined, + orgSn: orgSn !== '' ? orgSn : undefined, + roleSns: roleSns.length > 0 ? roleSns : undefined, + }) + onSuccess() + onClose() + } catch (err) { + setError('사용자 등록에 실패했습니다.') + console.error('사용자 등록 실패:', err) + } finally { + setSubmitting(false) + } + } + + return ( +
+
+ {/* 헤더 */} +
+

사용자 등록

+ +
+ + {/* 폼 */} +
+
+ {/* 계정 */} +
+ + setAccount(e.target.value)} + placeholder="로그인 계정 ID" + className="w-full px-3 py-2 text-xs bg-bg-2 border border-border rounded-md text-text-1 placeholder-text-3 focus:border-primary-cyan focus:outline-none font-mono" + /> +
+ + {/* 비밀번호 */} +
+ + setPassword(e.target.value)} + placeholder="초기 비밀번호" + className="w-full px-3 py-2 text-xs bg-bg-2 border border-border rounded-md text-text-1 placeholder-text-3 focus:border-primary-cyan focus:outline-none font-mono" + /> +
+ + {/* 사용자명 */} +
+ + setName(e.target.value)} + placeholder="실명" + className="w-full px-3 py-2 text-xs bg-bg-2 border border-border rounded-md text-text-1 placeholder-text-3 focus:border-primary-cyan focus:outline-none font-korean" + /> +
+ + {/* 직급 */} +
+ + setRank(e.target.value)} + placeholder="예: 팀장, 주임 등" + className="w-full px-3 py-2 text-xs bg-bg-2 border border-border rounded-md text-text-1 placeholder-text-3 focus:border-primary-cyan focus:outline-none font-korean" + /> +
+ + {/* 소속 */} +
+ + +
+ + {/* 이메일 */} +
+ + setEmail(e.target.value)} + placeholder="이메일 주소" + className="w-full px-3 py-2 text-xs bg-bg-2 border border-border rounded-md text-text-1 placeholder-text-3 focus:border-primary-cyan focus:outline-none font-mono" + /> +
+ + {/* 역할 */} +
+ +
+ {allRoles.length === 0 ? ( +

역할 없음

+ ) : allRoles.map((role, idx) => { + const color = getRoleColor(role.code, idx) + return ( + + ) + })} +
+
+ + {/* 에러 메시지 */} + {error && ( +

{error}

+ )} +
+ + {/* 푸터 */} +
+ + +
+
+
+
+ ) +} + +// ─── 사용자 상세/수정 모달 ──────────────────────────────────── +interface UserDetailModalProps { + user: UserListItem + allRoles: RoleWithPermissions[] + allOrgs: OrgItem[] + onClose: () => void + onUpdated: () => void +} + +function UserDetailModal({ user, allOrgs, onClose, onUpdated }: UserDetailModalProps) { + const [name, setName] = useState(user.name) + const [rank, setRank] = useState(user.rank || '') + const [orgSn, setOrgSn] = useState(user.orgSn ?? '') + const [saving, setSaving] = useState(false) + const [newPassword, setNewPassword] = useState('') + const [resetPwLoading, setResetPwLoading] = useState(false) + const [resetPwDone, setResetPwDone] = useState(false) + const [unlockLoading, setUnlockLoading] = useState(false) + const [message, setMessage] = useState<{ text: string; type: 'success' | 'error' } | null>(null) + + const handleSaveInfo = async () => { + setSaving(true) + setMessage(null) + try { + await updateUserApi(user.id, { + name: name.trim(), + rank: rank.trim() || undefined, + orgSn: orgSn !== '' ? orgSn : null, + }) + setMessage({ text: '사용자 정보가 수정되었습니다.', type: 'success' }) + onUpdated() + } catch { + setMessage({ text: '사용자 정보 수정에 실패했습니다.', type: 'error' }) + } finally { + setSaving(false) + } + } + + const handleResetPassword = async () => { + if (!newPassword.trim()) { + setMessage({ text: '새 비밀번호를 입력하세요.', type: 'error' }) + return + } + setResetPwLoading(true) + setMessage(null) + try { + await changePasswordApi(user.id, newPassword) + setMessage({ text: '비밀번호가 초기화되었습니다.', type: 'success' }) + setResetPwDone(true) + setNewPassword('') + } catch { + setMessage({ text: '비밀번호 초기화에 실패했습니다.', type: 'error' }) + } finally { + setResetPwLoading(false) + } + } + + const handleUnlock = async () => { + setUnlockLoading(true) + setMessage(null) + try { + await updateUserApi(user.id, { status: 'ACTIVE' }) + setMessage({ text: '계정 잠금이 해제되었습니다.', type: 'success' }) + onUpdated() + } catch { + setMessage({ text: '잠금 해제에 실패했습니다.', type: 'error' }) + } finally { + setUnlockLoading(false) + } + } + + return ( +
+
+ {/* 헤더 */} +
+
+

사용자 정보

+

{user.account}

+
+ +
+ +
+ {/* 기본 정보 수정 */} +
+

기본 정보 수정

+
+
+ + setName(e.target.value)} + className="w-full px-3 py-1.5 text-xs bg-bg-2 border border-border rounded-md text-text-1 focus:border-primary-cyan focus:outline-none font-korean" + /> +
+
+
+ + setRank(e.target.value)} + placeholder="예: 팀장" + className="w-full px-3 py-1.5 text-xs bg-bg-2 border border-border rounded-md text-text-1 placeholder-text-3 focus:border-primary-cyan focus:outline-none font-korean" + /> +
+
+ + +
+
+ +
+
+ + {/* 구분선 */} +
+ + {/* 비밀번호 초기화 */} +
+

비밀번호 초기화

+
+
+ + setNewPassword(e.target.value)} + placeholder="새 비밀번호 입력" + className="w-full px-3 py-1.5 text-xs bg-bg-2 border border-border rounded-md text-text-1 placeholder-text-3 focus:border-primary-cyan focus:outline-none font-mono" + /> +
+ + +
+

초기화 후 사용자에게 새 비밀번호를 전달하세요.

+
+ + {/* 구분선 */} +
+ + {/* 계정 잠금 해제 */} +
+

계정 상태

+
+
+
+ + + {(statusLabels[user.status] || statusLabels.INACTIVE).label} + + {user.failCount > 0 && ( + + (로그인 실패 {user.failCount}회) + + )} +
+ {user.status === 'LOCKED' && ( +

+ 비밀번호 5회 이상 오류로 잠금 처리됨 +

+ )} +
+ {user.status === 'LOCKED' && ( + + )} +
+
+ + {/* 기타 정보 (읽기 전용) */} +
+

기타 정보

+
+
+ 이메일: + {user.email || '-'} +
+
+ OAuth: + {user.oauthProvider || '-'} +
+
+ 최종 로그인: + {user.lastLogin ? formatDate(user.lastLogin) : '-'} +
+
+ 등록일: + {formatDate(user.regDtm)} +
+
+
+ + {/* 메시지 */} + {message && ( +
+ {message.text} +
+ )} +
+ + {/* 푸터 */} +
+ +
+
+
+ ) +} + // ─── 사용자 관리 패널 ───────────────────────────────────────── function UsersPanel() { const [searchTerm, setSearchTerm] = useState('') const [statusFilter, setStatusFilter] = useState('') + const [orgFilter, setOrgFilter] = useState('') const [users, setUsers] = useState([]) const [loading, setLoading] = useState(true) const [allRoles, setAllRoles] = useState([]) + const [allOrgs, setAllOrgs] = useState([]) const [roleEditUserId, setRoleEditUserId] = useState(null) const [selectedRoleSns, setSelectedRoleSns] = useState([]) + const [showRegisterModal, setShowRegisterModal] = useState(false) + const [detailUser, setDetailUser] = useState(null) + const [currentPage, setCurrentPage] = useState(1) const roleDropdownRef = useRef(null) const loadUsers = useCallback(async () => { @@ -27,6 +529,7 @@ function UsersPanel() { try { const data = await fetchUsers(searchTerm || undefined, statusFilter || undefined) setUsers(data) + setCurrentPage(1) } catch (err) { console.error('사용자 목록 조회 실패:', err) } finally { @@ -40,6 +543,7 @@ function UsersPanel() { useEffect(() => { fetchRoles().then(setAllRoles).catch(console.error) + fetchOrgs().then(setAllOrgs).catch(console.error) }, []) useEffect(() => { @@ -54,6 +558,17 @@ function UsersPanel() { return () => document.removeEventListener('mousedown', handleClickOutside) }, [roleEditUserId]) + // ─── 필터링 (org 클라이언트 사이드) ─────────────────────────── + const filteredUsers = orgFilter + ? users.filter(u => String(u.orgSn) === orgFilter) + : users + + // ─── 페이지네이션 ────────────────────────────────────────────── + const totalCount = filteredUsers.length + const totalPages = Math.max(1, Math.ceil(totalCount / PAGE_SIZE)) + const pagedUsers = filteredUsers.slice((currentPage - 1) * PAGE_SIZE, currentPage * PAGE_SIZE) + + // ─── 액션 핸들러 ────────────────────────────────────────────── const handleUnlock = async (userId: string) => { try { await updateUserApi(userId, { status: 'ACTIVE' }) @@ -120,230 +635,349 @@ function UsersPanel() { } } - const formatDate = (dateStr: string | null) => { - if (!dateStr) return '-' - return new Date(dateStr).toLocaleString('ko-KR', { - year: 'numeric', month: '2-digit', day: '2-digit', - hour: '2-digit', minute: '2-digit', - }) - } - const pendingCount = users.filter(u => u.status === 'PENDING').length return ( -
-
-
-
-

사용자 관리

-

총 {users.length}명

+ <> +
+ {/* 헤더 */} +
+
+
+

사용자 관리

+

총 {filteredUsers.length}명

+
+ {pendingCount > 0 && ( + + 승인대기 {pendingCount}명 + + )} +
+
+ {/* 소속 필터 */} + + {/* 상태 필터 */} + + {/* 텍스트 검색 */} + setSearchTerm(e.target.value)} + className="w-56 px-3 py-2 text-xs bg-bg-2 border border-border rounded-md text-text-1 placeholder-text-3 focus:border-primary-cyan focus:outline-none font-korean" + /> +
- {pendingCount > 0 && ( - - 승인대기 {pendingCount}명 - - )}
-
- - setSearchTerm(e.target.value)} - className="w-56 px-3 py-2 text-xs bg-bg-2 border border-border rounded-md text-text-1 placeholder-text-3 focus:border-primary-cyan focus:outline-none font-korean" - /> - -
-
-
- {loading ? ( -
불러오는 중...
- ) : ( - - - - - - - - - - - - - - - {users.map((user) => { - const statusInfo = statusLabels[user.status] || statusLabels.INACTIVE - return ( - - - - - - - - - + {/* 번호 */} + + + {/* ID(account) */} + + + {/* 사용자명 */} + + + {/* 직급 */} + + + {/* 소속 */} + + + {/* 이메일 */} + + + {/* 역할 (인라인 편집) */} + + + {/* 승인상태 */} + + + {/* 관리 */} + + + ) + })} + +
이름계정소속역할인증상태최근 로그인관리
{user.name}{user.account}{user.orgAbbr || '-'} -
-
handleOpenRoleEdit(user)} - title="클릭하여 역할 변경" - > - {user.roles.length > 0 ? user.roles.map((roleCode, idx) => { - const color = getRoleColor(roleCode, idx) - const roleName = allRoles.find(r => r.code === roleCode)?.name || roleCode - return ( - - {roleName} - - ) - }) : ( - 역할 없음 - )} - - - -
- {roleEditUserId === user.id && ( -
-
역할 선택
- {allRoles.map((role, idx) => { - const color = getRoleColor(role.code, idx) - return ( - - ) - })} -
- - -
-
- )} -
-
- {user.oauthProvider ? ( - - - Google - - ) : ( - - - ID/PW - - )} - - - - {statusInfo.label} - - {formatDate(user.lastLogin)} -
- {user.status === 'PENDING' && ( - <> - - - - )} - {user.status === 'LOCKED' && ( - - )} - {user.status === 'ACTIVE' && ( - - )} - {(user.status === 'INACTIVE' || user.status === 'REJECTED') && ( - - )} -
+ {/* 테이블 */} +
+ {loading ? ( +
+ 불러오는 중... +
+ ) : ( + + + + + + + + + + + + + + + + {pagedUsers.length === 0 ? ( + + - ) - })} - -
번호ID사용자명직급소속이메일역할승인상태관리
+ 조회된 사용자가 없습니다.
+ ) : pagedUsers.map((user, idx) => { + const statusInfo = statusLabels[user.status] || statusLabels.INACTIVE + const rowNum = (currentPage - 1) * PAGE_SIZE + idx + 1 + return ( +
{rowNum}{user.account} + + {user.rank || '-'} + {user.orgAbbr || user.orgName || '-'} + + {user.email || '-'} + +
+
handleOpenRoleEdit(user)} + title="클릭하여 역할 변경" + > + {user.roles.length > 0 ? user.roles.map((roleCode, roleIdx) => { + const color = getRoleColor(roleCode, roleIdx) + const roleName = allRoles.find(r => r.code === roleCode)?.name || roleCode + return ( + + {roleName} + + ) + }) : ( + 역할 없음 + )} + + + + + + +
+ {roleEditUserId === user.id && ( +
+
역할 선택
+ {allRoles.map((role, roleIdx) => { + const color = getRoleColor(role.code, roleIdx) + return ( + + ) + })} +
+ + +
+
+ )} +
+
+ + + {statusInfo.label} + + +
+ {user.status === 'PENDING' && ( + <> + + + + )} + {user.status === 'LOCKED' && ( + + )} + {user.status === 'ACTIVE' && ( + + )} + {(user.status === 'INACTIVE' || user.status === 'REJECTED') && ( + + )} +
+
+ )} +
+ + {/* 페이지네이션 */} + {!loading && totalPages > 1 && ( +
+ + {(currentPage - 1) * PAGE_SIZE + 1}–{Math.min(currentPage * PAGE_SIZE, totalCount)} / {totalCount}명 + +
+ + {Array.from({ length: totalPages }, (_, i) => i + 1) + .filter(p => p === 1 || p === totalPages || Math.abs(p - currentPage) <= 2) + .reduce<(number | '...')[]>((acc, p, i, arr) => { + if (i > 0 && typeof arr[i - 1] === 'number' && (p as number) - (arr[i - 1] as number) > 1) { + acc.push('...') + } + acc.push(p) + return acc + }, []) + .map((item, i) => + item === '...' ? ( + + ) : ( + + ) + )} + +
+
)}
-
+ + {/* 사용자 등록 모달 */} + {showRegisterModal && ( + setShowRegisterModal(false)} + onSuccess={loadUsers} + /> + )} + + {/* 사용자 상세/수정 모달 */} + {detailUser && ( + setDetailUser(null)} + onUpdated={() => { + loadUsers() + // 최신 정보로 모달 갱신을 위해 닫지 않음 + }} + /> + )} + ) } diff --git a/frontend/src/tabs/admin/components/VesselSignalPanel.tsx b/frontend/src/tabs/admin/components/VesselSignalPanel.tsx new file mode 100644 index 0000000..df6f586 --- /dev/null +++ b/frontend/src/tabs/admin/components/VesselSignalPanel.tsx @@ -0,0 +1,204 @@ +import { useState, useEffect, useCallback } from 'react'; + +// ─── 타입 ────────────────────────────────────────────────── +const SIGNAL_SOURCES = ['VTS', 'VTS-AIS', 'V-PASS', 'E-NAVI', 'S&P AIS'] as const; +type SignalSource = (typeof SIGNAL_SOURCES)[number]; + +interface SignalSlot { + time: string; // HH:mm + sources: Record; +} + +// ─── 상수 ────────────────────────────────────────────────── +const SOURCE_COLORS: Record = { + VTS: '#3b82f6', + 'VTS-AIS': '#a855f7', + 'V-PASS': '#22c55e', + 'E-NAVI': '#f97316', + 'S&P AIS': '#ec4899', +}; + +const STATUS_COLOR: Record = { + ok: '#22c55e', + warn: '#eab308', + error: '#ef4444', + none: 'rgba(255,255,255,0.06)', +}; + +const HOURS = Array.from({ length: 24 }, (_, i) => i); + +function generateTimeSlots(date: string): SignalSlot[] { + const now = new Date(); + const isToday = date === now.toISOString().slice(0, 10); + const currentHour = isToday ? now.getHours() : 24; + const currentMin = isToday ? now.getMinutes() : 0; + + const slots: SignalSlot[] = []; + for (let h = 0; h < 24; h++) { + for (let m = 0; m < 60; m += 10) { + const time = `${String(h).padStart(2, '0')}:${String(m).padStart(2, '0')}`; + const isPast = h < currentHour || (h === currentHour && m <= currentMin); + + const sources = {} as Record; + for (const src of SIGNAL_SOURCES) { + if (!isPast) { + sources[src] = { count: 0, status: 'none' }; + } else { + const rand = Math.random(); + const count = Math.floor(Math.random() * 200) + 10; + sources[src] = { + count, + status: rand > 0.15 ? 'ok' : rand > 0.05 ? 'warn' : 'error', + }; + } + } + slots.push({ time, sources }); + } + } + return slots; +} + +// ─── 타임라인 바 (10분 단위 셀) ──────────────────────────── +function TimelineBar({ slots, source }: { slots: SignalSlot[]; source: SignalSource }) { + if (slots.length === 0) return null; + + // 144개 슬롯을 각각 1칸씩 렌더링 (10분 = 1칸) + return ( +
+ {slots.map((slot, i) => { + const s = slot.sources[source]; + const color = STATUS_COLOR[s.status] || STATUS_COLOR.none; + const statusLabel = s.status === 'ok' ? '정상' : s.status === 'warn' ? '지연' : s.status === 'error' ? '오류' : '미수신'; + + return ( +
+ ); + })} +
+ ); +} + +// ─── 메인 패널 ───────────────────────────────────────────── +export default function VesselSignalPanel() { + const [date, setDate] = useState(() => new Date().toISOString().slice(0, 10)); + const [slots, setSlots] = useState([]); + const [loading, setLoading] = useState(false); + + const load = useCallback(() => { + setLoading(true); + // TODO: 실제 API 연동 시 fetch 호출로 교체 + setTimeout(() => { + setSlots(generateTimeSlots(date)); + setLoading(false); + }, 300); + }, [date]); + + useEffect(() => { + const timer = setTimeout(() => load(), 0); + return () => clearTimeout(timer); + }, [load]); + + // 통계 계산 + const stats = SIGNAL_SOURCES.map(src => { + let total = 0, ok = 0, warn = 0, error = 0; + for (const slot of slots) { + const s = slot.sources[src]; + if (s.status !== 'none') { + total++; + if (s.status === 'ok') ok++; + else if (s.status === 'warn') warn++; + else error++; + } + } + return { src, total, ok, warn, error, rate: total > 0 ? ((ok / total) * 100).toFixed(1) : '-' }; + }); + + return ( +
+ {/* 헤더 */} +
+

선박신호 수신 현황

+
+ setDate(e.target.value)} + className="px-2 py-1 text-xs rounded bg-bg-2 border border-border-1 text-text-1" + /> + +
+
+ + {/* 메인 콘텐츠 */} +
+ {loading ? ( +
+ 로딩 중... +
+ ) : ( +
+ {/* 좌측: 소스 라벨 고정 열 */} +
+ {/* 시간축 높이 맞춤 빈칸 */} +
+ {SIGNAL_SOURCES.map(src => { + const c = SOURCE_COLORS[src]; + const st = stats.find(s => s.src === src)!; + return ( +
+ {src} + {st.rate}% +
+ ); + })} +
+ + {/* 우측: 시간축 + 타임라인 바 */} +
+ {/* 시간 축 (상단) */} +
+ {HOURS.map(h => ( + + {String(h).padStart(2, '0')}시 + + ))} + + 24시 + +
+ + {/* 소스별 타임라인 바 */} + {SIGNAL_SOURCES.map(src => ( +
+ +
+ ))} +
+
+ )} +
+ +
+ ); +} diff --git a/frontend/src/tabs/admin/components/adminConstants.ts b/frontend/src/tabs/admin/components/adminConstants.ts index b27ed50..b45ac41 100644 --- a/frontend/src/tabs/admin/components/adminConstants.ts +++ b/frontend/src/tabs/admin/components/adminConstants.ts @@ -1,5 +1,6 @@ export const DEFAULT_ROLE_COLORS: Record = { ADMIN: 'var(--red)', + HQ_CLEANUP: '#34d399', MANAGER: 'var(--orange)', USER: 'var(--cyan)', VIEWER: 'var(--t3)', diff --git a/frontend/src/tabs/admin/components/adminMenuConfig.ts b/frontend/src/tabs/admin/components/adminMenuConfig.ts new file mode 100644 index 0000000..892447c --- /dev/null +++ b/frontend/src/tabs/admin/components/adminMenuConfig.ts @@ -0,0 +1,94 @@ +/** 관리자 화면 9-섹션 메뉴 트리 */ + +export interface AdminMenuItem { + id: string; + label: string; + icon?: string; + children?: AdminMenuItem[]; +} + +export const ADMIN_MENU: AdminMenuItem[] = [ + { + id: 'env-settings', label: '환경설정', icon: '⚙️', + children: [ + { id: 'menus', label: '메뉴관리' }, + { id: 'settings', label: '시스템설정' }, + ], + }, + { + id: 'user-info', label: '사용자정보', icon: '👥', + children: [ + { id: 'users', label: '사용자관리' }, + { id: 'permissions', label: '권한관리' }, + ], + }, + { + id: 'board-mgmt', label: '게시판관리', icon: '📋', + children: [ + { id: 'notice', label: '공지사항' }, + { id: 'board', label: '게시판' }, + { id: 'qna', label: 'QNA' }, + ], + }, + { + id: 'reference', label: '기준정보', icon: '🗺️', + children: [ + { + id: 'map-mgmt', label: '지도관리', + children: [ + { id: 'map-vector', label: '지도벡데이터' }, + { id: 'map-layer', label: '레이어' }, + ], + }, + { + id: 'sensitive-map', label: '민감자원지도', + children: [ + { id: 'env-ecology', label: '환경/생태' }, + { id: 'social-economy', label: '사회/경제' }, + ], + }, + { + id: 'coast-guard-assets', label: '해경자산', + children: [ + { id: 'cleanup-equip', label: '방제장비' }, + { id: 'dispersant-zone', label: '유처리제 제한구역' }, + { id: 'vessel-materials', label: '방제선 보유자재' }, + { id: 'cleanup-resource', label: '방제자원' }, + ], + }, + ], + }, + { + id: 'external', label: '연계관리', icon: '🔗', + children: [ + { + id: 'collection', label: '수집자료', + children: [ + { id: 'collect-vessel-signal', label: '선박신호' }, + { id: 'collect-hr', label: '인사정보' }, + ], + }, + { + id: 'monitoring', label: '연계모니터링', + children: [ + { id: 'monitor-realtime', label: '실시간 관측자료' }, + { id: 'monitor-forecast', label: '수치예측자료' }, + { id: 'monitor-vessel', label: '선박위치정보' }, + { id: 'monitor-hr', label: '인사' }, + ], + }, + ], + }, +]; + +/** 메뉴 ID로 라벨을 찾는 유틸리티 */ +export function findMenuLabel(id: string, items: AdminMenuItem[] = ADMIN_MENU): string | null { + for (const item of items) { + if (item.id === id) return item.label; + if (item.children) { + const found = findMenuLabel(id, item.children); + if (found) return found; + } + } + return null; +} diff --git a/frontend/src/tabs/aerial/components/CCTVPlayer.tsx b/frontend/src/tabs/aerial/components/CCTVPlayer.tsx index 558de05..42fca21 100644 --- a/frontend/src/tabs/aerial/components/CCTVPlayer.tsx +++ b/frontend/src/tabs/aerial/components/CCTVPlayer.tsx @@ -1,6 +1,8 @@ -import { useRef, useEffect, useState, useCallback, useMemo } from 'react'; +import { useRef, useEffect, useState, useCallback, useMemo, forwardRef, useImperativeHandle } from 'react'; import Hls from 'hls.js'; import { detectStreamType } from '../utils/streamUtils'; +import { useOilDetection } from '../hooks/useOilDetection'; +import OilDetectionOverlay from './OilDetectionOverlay'; interface CCTVPlayerProps { cameraNm: string; @@ -9,6 +11,13 @@ interface CCTVPlayerProps { coordDc?: string | null; sourceNm?: string | null; cellIndex?: number; + oilDetectionEnabled?: boolean; + vesselDetectionEnabled?: boolean; + intrusionDetectionEnabled?: boolean; +} + +export interface CCTVPlayerHandle { + capture: () => void; } type PlayerState = 'loading' | 'playing' | 'error' | 'offline' | 'no-url'; @@ -21,15 +30,19 @@ function toProxyUrl(url: string): string { return url; } -export function CCTVPlayer({ +export const CCTVPlayer = forwardRef(({ cameraNm, streamUrl, sttsCd, coordDc, sourceNm, cellIndex = 0, -}: CCTVPlayerProps) { + oilDetectionEnabled = false, + vesselDetectionEnabled = false, + intrusionDetectionEnabled = false, +}, ref) => { const videoRef = useRef(null); + const containerRef = useRef(null); const hlsRef = useRef(null); const [hlsPlayerState, setHlsPlayerState] = useState<'loading' | 'playing' | 'error'>('loading'); const [retryKey, setRetryKey] = useState(0); @@ -56,6 +69,73 @@ export function CCTVPlayer({ ? 'playing' : hlsPlayerState; + const { result: oilResult, isAnalyzing: oilAnalyzing, error: oilError } = useOilDetection({ + videoRef, + enabled: oilDetectionEnabled && playerState === 'playing' && (streamType === 'hls' || streamType === 'mp4'), + }); + + useImperativeHandle(ref, () => ({ + capture: () => { + const container = containerRef.current; + if (!container) return; + + const w = container.clientWidth; + const h = container.clientHeight; + const canvas = document.createElement('canvas'); + canvas.width = w * 2; + canvas.height = h * 2; + const ctx = canvas.getContext('2d'); + if (!ctx) return; + ctx.scale(2, 2); + + // 1) video frame + const video = videoRef.current; + if (video && video.readyState >= 2) { + ctx.drawImage(video, 0, 0, w, h); + } + + // 2) oil detection overlay + const overlayCanvas = container.querySelector('canvas'); + if (overlayCanvas) { + ctx.drawImage(overlayCanvas, 0, 0, w, h); + } + + // 3) OSD: camera name + timestamp + ctx.fillStyle = 'rgba(0,0,0,0.7)'; + ctx.fillRect(8, 8, ctx.measureText(cameraNm).width + 20, 22); + ctx.font = 'bold 12px sans-serif'; + ctx.fillStyle = '#ffffff'; + ctx.fillText(cameraNm, 18, 23); + + const ts = new Date().toLocaleString('ko-KR'); + ctx.font = '10px monospace'; + ctx.fillStyle = 'rgba(0,0,0,0.7)'; + const tsW = ctx.measureText(ts).width + 16; + ctx.fillRect(8, h - 26, tsW, 20); + ctx.fillStyle = '#a0aec0'; + ctx.fillText(ts, 16, h - 12); + + // 4) oil detection info + if (oilResult && oilResult.regions.length > 0) { + const areaText = oilResult.totalAreaM2 >= 1000 + ? `오일 감지: ${(oilResult.totalAreaM2 / 1_000_000).toFixed(1)} km² (${oilResult.totalPercentage.toFixed(1)}%)` + : `오일 감지: ~${Math.round(oilResult.totalAreaM2)} m² (${oilResult.totalPercentage.toFixed(1)}%)`; + ctx.font = 'bold 11px sans-serif'; + const atW = ctx.measureText(areaText).width + 16; + ctx.fillStyle = 'rgba(239,68,68,0.25)'; + ctx.fillRect(8, h - 48, atW, 18); + ctx.fillStyle = '#f87171'; + ctx.fillText(areaText, 16, h - 34); + } + + // download + const link = document.createElement('a'); + link.download = `CCTV_${cameraNm}_${new Date().toISOString().slice(0, 19).replace(/:/g, '')}.png`; + link.href = canvas.toDataURL('image/png'); + link.click(); + }, + }), [cameraNm, oilResult]); + const destroyHls = useCallback(() => { if (hlsRef.current) { hlsRef.current.destroy(); @@ -185,7 +265,7 @@ export function CCTVPlayer({ } return ( - <> +
{/* 로딩 오버레이 */} {playerState === 'loading' && (
@@ -207,13 +287,18 @@ export function CCTVPlayer({ /> )} + {/* 오일 감지 오버레이 */} + {oilDetectionEnabled && ( + + )} + {/* MJPEG */} {streamType === 'mjpeg' && proxiedUrl && ( {cameraNm} setPlayerState('error')} + onError={() => setHlsPlayerState('error')} /> )} @@ -224,10 +309,28 @@ export function CCTVPlayer({ title={cameraNm} className="absolute inset-0 w-full h-full border-none" allow="autoplay; encrypted-media" - onError={() => setPlayerState('error')} + onError={() => setHlsPlayerState('error')} /> )} + {/* 안전관리 감지 상태 배지 */} + {(vesselDetectionEnabled || intrusionDetectionEnabled) && ( +
+ {vesselDetectionEnabled && ( +
+ 🚢 선박 출입 감지 중 +
+ )} + {intrusionDetectionEnabled && ( +
+ 🚨 침입 감지 중 +
+ )} +
+ )} + {/* OSD 오버레이 */}
@@ -245,6 +348,8 @@ export function CCTVPlayer({
{coordDc ?? ''}{sourceNm ? ` · ${sourceNm}` : ''}
- +
); -} +}); + +CCTVPlayer.displayName = 'CCTVPlayer'; diff --git a/frontend/src/tabs/aerial/components/CctvView.tsx b/frontend/src/tabs/aerial/components/CctvView.tsx index 5ba929f..538d535 100644 --- a/frontend/src/tabs/aerial/components/CctvView.tsx +++ b/frontend/src/tabs/aerial/components/CctvView.tsx @@ -1,7 +1,8 @@ -import { useState, useCallback, useEffect } from 'react' +import { useState, useCallback, useEffect, useRef } from 'react' import { fetchCctvCameras } from '../services/aerialApi' import type { CctvCameraItem } from '../services/aerialApi' import { CCTVPlayer } from './CCTVPlayer' +import type { CCTVPlayerHandle } from './CCTVPlayer' /** KHOA HLS 스트림 베이스 URL */ const KHOA_HLS = 'https://www.khoa.go.kr/SEAFOG/m4NiLawsC202gM5ixA7MPTYtO19KmV/hls/khoa'; @@ -54,6 +55,10 @@ export function CctvView() { const [selectedCamera, setSelectedCamera] = useState(null) const [gridMode, setGridMode] = useState(1) const [activeCells, setActiveCells] = useState([]) + const [oilDetectionEnabled, setOilDetectionEnabled] = useState(false) + const [vesselDetectionEnabled, setVesselDetectionEnabled] = useState(false) + const [intrusionDetectionEnabled, setIntrusionDetectionEnabled] = useState(false) + const playerRefs = useRef<(CCTVPlayerHandle | null)[]>([]) const loadData = useCallback(async () => { setLoading(true) @@ -226,7 +231,45 @@ export function CctvView() { >{g.icon} ))}
- + + + +
@@ -242,12 +285,16 @@ export function CctvView() {
{cam ? ( { playerRefs.current[i] = el }} cameraNm={cam.cameraNm} streamUrl={cam.streamUrl} sttsCd={cam.sttsCd} coordDc={cam.coordDc} sourceNm={cam.sourceNm} cellIndex={i} + oilDetectionEnabled={oilDetectionEnabled && gridMode !== 9} + vesselDetectionEnabled={vesselDetectionEnabled && gridMode !== 9} + intrusionDetectionEnabled={intrusionDetectionEnabled && gridMode !== 9} /> ) : (
카메라를 선택하세요
diff --git a/frontend/src/tabs/aerial/components/OilDetectionOverlay.tsx b/frontend/src/tabs/aerial/components/OilDetectionOverlay.tsx new file mode 100644 index 0000000..6568ba0 --- /dev/null +++ b/frontend/src/tabs/aerial/components/OilDetectionOverlay.tsx @@ -0,0 +1,161 @@ +import { useRef, useEffect, memo } from 'react'; +import type { OilDetectionResult } from '../utils/oilDetection'; +import { OIL_CLASSES, OIL_CLASS_NAMES } from '../utils/oilDetection'; + +export interface OilDetectionOverlayProps { + result: OilDetectionResult | null; + isAnalyzing?: boolean; + error?: string | null; +} + +/** 클래스 ID → RGBA 색상 (오버레이용) */ +const CLASS_COLORS: Record = { + 1: [0, 0, 204, 90], // black oil → 파란색 + 2: [180, 180, 180, 90], // brown oil → 회색 + 3: [255, 255, 0, 90], // rainbow oil → 노란색 + 4: [178, 102, 255, 90], // silver oil → 보라색 +}; + +const OilDetectionOverlay = memo(({ result, isAnalyzing = false, error = null }: OilDetectionOverlayProps) => { + const canvasRef = useRef(null); + + useEffect(() => { + const canvas = canvasRef.current; + if (!canvas) return; + + const ctx = canvas.getContext('2d'); + if (!ctx) return; + + const dpr = window.devicePixelRatio || 1; + const displayW = canvas.clientWidth; + const displayH = canvas.clientHeight; + + canvas.width = displayW * dpr; + canvas.height = displayH * dpr; + ctx.scale(dpr, dpr); + + ctx.clearRect(0, 0, displayW, displayH); + + if (!result || result.regions.length === 0) return; + + const { mask, maskWidth, maskHeight } = result; + + // 클래스별 색상으로 마스크 렌더링 + const offscreen = new OffscreenCanvas(maskWidth, maskHeight); + const offCtx = offscreen.getContext('2d'); + if (offCtx) { + const imageData = new ImageData(maskWidth, maskHeight); + for (let i = 0; i < mask.length; i++) { + const classId = mask[i]; + if (classId === 0) continue; // background skip + + const color = CLASS_COLORS[classId]; + if (!color) continue; + + const pixelIdx = i * 4; + imageData.data[pixelIdx] = color[0]; + imageData.data[pixelIdx + 1] = color[1]; + imageData.data[pixelIdx + 2] = color[2]; + imageData.data[pixelIdx + 3] = color[3]; + } + offCtx.putImageData(imageData, 0, 0); + ctx.drawImage(offscreen, 0, 0, displayW, displayH); + } + }, [result]); + + const formatArea = (m2: number): string => { + if (m2 >= 1000) { + return `${(m2 / 1_000_000).toFixed(1)} km²`; + } + return `~${Math.round(m2)} m²`; + }; + + const hasRegions = result !== null && result.regions.length > 0; + + return ( + <> + + + {/* OSD — bottom-8로 좌표 OSD(bottom-2)와 겹침 방지 */} +
+ {/* 에러 표시 */} + {error && ( +
+ 추론 서버 연결 불가 +
+ )} + + {/* 클래스별 감지 결과 */} + {hasRegions && result !== null && ( + <> + {result.regions.map((region) => { + const oilClass = OIL_CLASSES.find((c) => c.classId === region.classId); + const color = oilClass ? `rgb(${oilClass.color.join(',')})` : '#f87171'; + const label = OIL_CLASS_NAMES[region.classId] || region.className; + + return ( +
+ {label}: {formatArea(region.areaM2)} ({region.percentage.toFixed(1)}%) +
+ ); + })} + {/* 합계 */} +
+ 합계: {formatArea(result.totalAreaM2)} ({result.totalPercentage.toFixed(1)}%) +
+ + )} + + {/* 감지 없음 */} + {!hasRegions && !isAnalyzing && !error && ( +
+ 감지 없음 +
+ )} + + {/* 분석 중 */} + {isAnalyzing && ( + + 분석중... + + )} +
+ + ); +}); + +OilDetectionOverlay.displayName = 'OilDetectionOverlay'; + +export default OilDetectionOverlay; diff --git a/frontend/src/tabs/aerial/hooks/useOilDetection.ts b/frontend/src/tabs/aerial/hooks/useOilDetection.ts new file mode 100644 index 0000000..514f6fd --- /dev/null +++ b/frontend/src/tabs/aerial/hooks/useOilDetection.ts @@ -0,0 +1,84 @@ +import { useState, useEffect, useRef, useCallback } from 'react'; +import type { OilDetectionResult, OilDetectionConfig } from '../utils/oilDetection'; +import { detectOilSpillAPI, DEFAULT_OIL_DETECTION_CONFIG } from '../utils/oilDetection'; + +interface UseOilDetectionOptions { + videoRef: React.RefObject; + enabled: boolean; + config?: Partial; +} + +interface UseOilDetectionReturn { + result: OilDetectionResult | null; + isAnalyzing: boolean; + error: string | null; +} + +export function useOilDetection(options: UseOilDetectionOptions): UseOilDetectionReturn { + const { videoRef, enabled, config } = options; + + const [result, setResult] = useState(null); + const [isAnalyzing, setIsAnalyzing] = useState(false); + const [error, setError] = useState(null); + + const configRef = useRef({ + ...DEFAULT_OIL_DETECTION_CONFIG, + ...config, + }); + const isBusyRef = useRef(false); + + useEffect(() => { + configRef.current = { + ...DEFAULT_OIL_DETECTION_CONFIG, + ...config, + }; + }, [config]); + + const analyze = useCallback(async () => { + if (isBusyRef.current) return; // 이전 호출이 진행 중이면 스킵 + + const video = videoRef.current; + if (!video || video.readyState < 2) return; + + isBusyRef.current = true; + setIsAnalyzing(true); + + try { + const detection = await detectOilSpillAPI(video, configRef.current); + setResult(detection); + setError(null); + } catch (err) { + // API 실패 시 이전 결과 유지, 에러 메시지만 갱신 + const message = err instanceof Error ? err.message : '추론 서버 연결 불가'; + setError(message); + console.warn('[OilDetection] API 호출 실패:', message); + } finally { + isBusyRef.current = false; + setIsAnalyzing(false); + } + }, [videoRef]); + + useEffect(() => { + if (!enabled) { + setResult(null); + setIsAnalyzing(false); + setError(null); + isBusyRef.current = false; + return; + } + + setIsAnalyzing(true); + + // 첫 분석: 2초 후 (영상 로딩 대기) + const firstTimeout = setTimeout(analyze, 2000); + // 반복 분석 + const intervalId = setInterval(analyze, configRef.current.captureIntervalMs); + + return () => { + clearTimeout(firstTimeout); + clearInterval(intervalId); + }; + }, [enabled, analyze]); + + return { result, isAnalyzing, error }; +} diff --git a/frontend/src/tabs/aerial/utils/oilDetection.ts b/frontend/src/tabs/aerial/utils/oilDetection.ts new file mode 100644 index 0000000..4e13d8b --- /dev/null +++ b/frontend/src/tabs/aerial/utils/oilDetection.ts @@ -0,0 +1,165 @@ +/** + * 오일 유출 감지 — GPU 추론 서버 API 연동 + * + * 시립대(starsafire) ResNet101+DANet 모델 기반 + * 프레임 캡처 → base64 JPEG → POST /api/aerial/oil-detect → 세그멘테이션 결과 + * + * 5개 클래스: background(0), black(1), brown(2), rainbow(3), silver(4) + */ + +import { api } from '@common/services/api'; + +// ── Types ────────────────────────────────────────────────────────────────── + +export interface OilDetectionConfig { + captureIntervalMs: number; // API 호출 주기 (ms), default 5000 + coverageAreaM2: number; // 카메라 커버리지 면적 (m²), default 10000 + captureWidth: number; // 캡처 해상도 (너비), default 512 +} + +/** 유류 클래스 정의 */ +export interface OilClass { + classId: number; + className: string; + color: [number, number, number]; // RGB + thicknessMm: number; +} + +/** 개별 유류 영역 (API 응답에서 변환) */ +export interface OilRegion { + classId: number; + className: string; + pixelCount: number; + percentage: number; + areaM2: number; + thicknessMm: number; +} + +/** 감지 결과 (오버레이에서 사용) */ +export interface OilDetectionResult { + regions: OilRegion[]; + totalPercentage: number; + totalAreaM2: number; + mask: Uint8Array; // 클래스 인덱스 (0-4) + maskWidth: number; + maskHeight: number; + timestamp: number; +} + +// ── Constants ────────────────────────────────────────────────────────────── + +export const DEFAULT_OIL_DETECTION_CONFIG: OilDetectionConfig = { + captureIntervalMs: 5000, + coverageAreaM2: 10000, + captureWidth: 512, +}; + +/** 유류 클래스 팔레트 (시립대 starsafire 기준) */ +export const OIL_CLASSES: OilClass[] = [ + { classId: 1, className: 'black', color: [0, 0, 204], thicknessMm: 1.0 }, + { classId: 2, className: 'brown', color: [180, 180, 180], thicknessMm: 0.1 }, + { classId: 3, className: 'rainbow', color: [255, 255, 0], thicknessMm: 0.0003 }, + { classId: 4, className: 'silver', color: [178, 102, 255], thicknessMm: 0.0001 }, +]; + +export const OIL_CLASS_NAMES: Record = { + 1: '에멀전(Black)', + 2: '원유(Brown)', + 3: '무지개막(Rainbow)', + 4: '은색막(Silver)', +}; + +// ── Frame Capture ────────────────────────────────────────────────────────── + +/** + * 비디오 프레임을 캡처하여 base64 JPEG 문자열로 반환한다. + */ +export function captureFrameAsBase64( + video: HTMLVideoElement, + targetWidth: number, +): string | null { + if (video.readyState < 2 || video.videoWidth === 0) return null; + + const aspect = video.videoHeight / video.videoWidth; + const w = targetWidth; + const h = Math.round(w * aspect); + + try { + const canvas = document.createElement('canvas'); + canvas.width = w; + canvas.height = h; + const ctx = canvas.getContext('2d'); + if (!ctx) return null; + ctx.drawImage(video, 0, 0, w, h); + // data:image/jpeg;base64,... → base64 부분만 추출 + const dataUrl = canvas.toDataURL('image/jpeg', 0.85); + return dataUrl.split(',')[1] || null; + } catch { + return null; + } +} + +// ── API Inference ────────────────────────────────────────────────────────── + +interface ApiInferenceRegion { + classId: number; + className: string; + pixelCount: number; + percentage: number; + thicknessMm: number; +} + +interface ApiInferenceResponse { + mask: string; // base64 uint8 array + width: number; + height: number; + regions: ApiInferenceRegion[]; +} + +/** + * GPU 추론 서버에 프레임을 전송하고 오일 감지 결과를 반환한다. + */ +export async function detectOilSpillAPI( + video: HTMLVideoElement, + config: OilDetectionConfig, +): Promise { + const imageBase64 = captureFrameAsBase64(video, config.captureWidth); + if (!imageBase64) return null; + + const response = await api.post('/aerial/oil-detect', { + image: imageBase64, + }); + + const { mask: maskB64, width, height, regions: apiRegions } = response.data; + const totalPixels = width * height; + + // base64 → Uint8Array + const binaryStr = atob(maskB64); + const mask = new Uint8Array(binaryStr.length); + for (let i = 0; i < binaryStr.length; i++) { + mask[i] = binaryStr.charCodeAt(i); + } + + // API 영역 → OilRegion 변환 (면적 계산 포함) + const regions: OilRegion[] = apiRegions.map((r) => ({ + classId: r.classId, + className: r.className, + pixelCount: r.pixelCount, + percentage: r.percentage, + areaM2: (r.pixelCount / totalPixels) * config.coverageAreaM2, + thicknessMm: r.thicknessMm, + })); + + const totalPercentage = regions.reduce((sum, r) => sum + r.percentage, 0); + const totalAreaM2 = regions.reduce((sum, r) => sum + r.areaM2, 0); + + return { + regions, + totalPercentage, + totalAreaM2, + mask, + maskWidth: width, + maskHeight: height, + timestamp: Date.now(), + }; +} diff --git a/frontend/src/tabs/board/services/boardApi.ts b/frontend/src/tabs/board/services/boardApi.ts index 2d86afb..5eaddaf 100644 --- a/frontend/src/tabs/board/services/boardApi.ts +++ b/frontend/src/tabs/board/services/boardApi.ts @@ -74,6 +74,11 @@ export async function deleteBoardPost(sn: number): Promise { await api.delete(`/board/${sn}`); } +/** 관리자 전용 삭제 — 소유자 검증 없음 */ +export async function adminDeleteBoardPost(sn: number): Promise { + await api.post('/board/admin-delete', { sn }); +} + // ============================================================ // 매뉴얼 API // ============================================================ diff --git a/frontend/src/tabs/hns/components/HNSLeftPanel.tsx b/frontend/src/tabs/hns/components/HNSLeftPanel.tsx index 1abb617..ee334a6 100755 --- a/frontend/src/tabs/hns/components/HNSLeftPanel.tsx +++ b/frontend/src/tabs/hns/components/HNSLeftPanel.tsx @@ -36,8 +36,8 @@ export interface HNSInputParams { interface HNSLeftPanelProps { activeSubTab: 'analysis' | 'list'; onSubTabChange: (tab: 'analysis' | 'list') => void; - incidentCoord: { lon: number; lat: number }; - onCoordChange: (coord: { lon: number; lat: number }) => void; + incidentCoord: { lon: number; lat: number } | null; + onCoordChange: (coord: { lon: number; lat: number } | null) => void; onMapSelectClick: () => void; onRunPrediction: () => void; isRunningPrediction: boolean; @@ -112,7 +112,7 @@ export function HNSLeftPanel({ }, [loadedParams]); // 기상정보 자동조회 (사고 발생 일시 기반) - const weather = useWeatherFetch(incidentCoord.lat, incidentCoord.lon, accidentDate, accidentTime); + const weather = useWeatherFetch(incidentCoord?.lat ?? 0, incidentCoord?.lon ?? 0, accidentDate, accidentTime); // 물질 독성 정보 const tox = getSubstanceToxicity(substance); @@ -272,15 +272,23 @@ export function HNSLeftPanel({ className="prd-i flex-1 font-mono" type="number" step="0.0001" - value={incidentCoord.lat.toFixed(4)} - onChange={(e) => onCoordChange({ ...incidentCoord, lat: parseFloat(e.target.value) || 0 })} + value={incidentCoord?.lat.toFixed(4) ?? ''} + placeholder="위도" + onChange={(e) => { + const lat = parseFloat(e.target.value) || 0; + onCoordChange({ lon: incidentCoord?.lon ?? 0, lat }); + }} /> onCoordChange({ ...incidentCoord, lon: parseFloat(e.target.value) || 0 })} + value={incidentCoord?.lon.toFixed(4) ?? ''} + placeholder="경도" + onChange={(e) => { + const lon = parseFloat(e.target.value) || 0; + onCoordChange({ lat: incidentCoord?.lat ?? 0, lon }); + }} /> +
+ {tooltip} +
+
+ ))} +
+
+ ) +} diff --git a/frontend/src/tabs/weather/components/WeatherMapOverlay.tsx b/frontend/src/tabs/weather/components/WeatherMapOverlay.tsx index a3151d0..6800466 100755 --- a/frontend/src/tabs/weather/components/WeatherMapOverlay.tsx +++ b/frontend/src/tabs/weather/components/WeatherMapOverlay.tsx @@ -77,8 +77,6 @@ export function WeatherMapOverlay({ stations.map((station) => { const isSelected = selectedStationId === station.id const color = getWindHexColor(station.wind.speed, isSelected) - const size = Math.min(40 + station.wind.speed * 2, 80) - return ( onStationClick(station)} > -
- +
+ + {/* 위쪽이 바람 방향을 나타내는 삼각형 */} + + +
+ - - - + {station.wind.speed.toFixed(1)} +
) })} - {/* 기상 데이터 라벨 — MapLibre Marker */} + {/* 기상 데이터 라벨 — 임시 비활성화 {enabledLayers.has('labels') && stations.map((station) => { const isSelected = selectedStationId === station.id @@ -139,7 +136,6 @@ export function WeatherMapOverlay({ }} className="rounded-[10px] p-2 flex flex-col gap-1 min-w-[70px] cursor-pointer" > - {/* 관측소명 */}
{station.name}
- - {/* 수온 */}
- + {station.temperature.current.toFixed(1)} - - °C - + °C
- - {/* 파고 */}
- + {station.wave.height.toFixed(1)} - - m - + m
- - {/* 풍속 */}
- + {station.wind.speed.toFixed(1)} - - m/s - + m/s
) })} + */} ) } diff --git a/frontend/src/tabs/weather/components/WeatherView.tsx b/frontend/src/tabs/weather/components/WeatherView.tsx index c626b27..04fe62e 100755 --- a/frontend/src/tabs/weather/components/WeatherView.tsx +++ b/frontend/src/tabs/weather/components/WeatherView.tsx @@ -1,5 +1,5 @@ import { useState, useMemo, useCallback } from 'react' -import { Map, useControl, useMap } from '@vis.gl/react-maplibre' +import { Map, Marker, useControl } from '@vis.gl/react-maplibre' import { MapboxOverlay } from '@deck.gl/mapbox' import type { Layer } from '@deck.gl/core' import type { StyleSpecification, MapLayerMouseEvent } from 'maplibre-gl' @@ -12,6 +12,7 @@ import { useWaterTemperatureLayers } from './WaterTemperatureLayer' import { WindParticleLayer } from './WindParticleLayer' import { useWeatherData } from '../hooks/useWeatherData' import { useOceanForecast } from '../hooks/useOceanForecast' +import { WeatherMapControls } from './WeatherMapControls' type TimeOffset = '0' | '3' | '6' | '9' @@ -117,38 +118,6 @@ function DeckGLOverlay({ layers }: { layers: Layer[] }) { return null } -// 줌 컨트롤 -function WeatherMapControls() { - const { current: map } = useMap() - - return ( -
-
- - - -
-
- ) -} - /** * WeatherMapInner — Map 컴포넌트 내부 (useMap / useControl 사용 가능 영역) */ @@ -159,6 +128,9 @@ interface WeatherMapInnerProps { oceanForecastOpacity: number selectedForecast: ReturnType['selectedForecast'] onStationClick: (station: WeatherStation) => void + mapCenter: [number, number] + mapZoom: number + clickedLocation: { lat: number; lon: number } | null } function WeatherMapInner({ @@ -168,6 +140,9 @@ function WeatherMapInner({ oceanForecastOpacity, selectedForecast, onStationClick, + mapCenter, + mapZoom, + clickedLocation, }: WeatherMapInnerProps) { // deck.gl layers 조합 const weatherDeckLayers = useWeatherDeckLayers( @@ -216,8 +191,31 @@ function WeatherMapInner({ stations={weatherStations} /> + {/* 클릭 위치 마커 */} + {clickedLocation && ( + +
+ {/* 펄스 링 */} +
+
+
+
+ {/* 핀 꼬리 */} +
+ {/* 좌표 라벨 */} +
+ {clickedLocation.lat.toFixed(3)}°N {clickedLocation.lon.toFixed(3)}°E +
+
+ + )} + {/* 줌 컨트롤 */} - + ) } @@ -225,6 +223,7 @@ function WeatherMapInner({ export function WeatherView() { const { weatherStations, loading, error, lastUpdate } = useWeatherData(BASE_STATIONS) + const { selectedForecast, availableTimes, @@ -238,7 +237,7 @@ export function WeatherView() { const [selectedLocation, setSelectedLocation] = useState<{ lat: number; lon: number } | null>( null ) - const [enabledLayers, setEnabledLayers] = useState>(new Set(['wind', 'labels'])) + const [enabledLayers, setEnabledLayers] = useState>(new Set(['wind'])) const [oceanForecastOpacity, setOceanForecastOpacity] = useState(0.6) // 첫 관측소 자동 선택 (파생 값) @@ -343,12 +342,6 @@ export function WeatherView() {
- -
- -
{/* Map */} @@ -371,6 +364,9 @@ export function WeatherView() { oceanForecastOpacity={oceanForecastOpacity} selectedForecast={selectedForecast} onStationClick={handleStationClick} + mapCenter={WEATHER_MAP_CENTER} + mapZoom={WEATHER_MAP_ZOOM} + clickedLocation={selectedLocation} /> @@ -396,6 +392,7 @@ export function WeatherView() { /> 🌬️ 바람 벡터 + {/* 기상 데이터 레이어 — 임시 비활성화 + */}
diff --git a/frontend/src/tabs/weather/hooks/useOceanForecast.ts b/frontend/src/tabs/weather/hooks/useOceanForecast.ts index 7273659..1b1b201 100755 --- a/frontend/src/tabs/weather/hooks/useOceanForecast.ts +++ b/frontend/src/tabs/weather/hooks/useOceanForecast.ts @@ -70,9 +70,9 @@ export function useOceanForecast( // 사용 가능한 시간대 목록 생성 const availableTimes = forecasts .map((f) => ({ - day: f.day, - hour: f.hour, - label: `${f.day.slice(4, 6)}/${f.day.slice(6, 8)} ${f.hour}:00` + day: f.ofcFrcstYmd, + hour: f.ofcFrcstTm, + label: `${f.ofcFrcstYmd.slice(4, 6)}/${f.ofcFrcstYmd.slice(6, 8)} ${f.ofcFrcstTm}:00` })) .sort((a, b) => `${a.day}${a.hour}`.localeCompare(`${b.day}${b.hour}`)) diff --git a/frontend/src/tabs/weather/hooks/useWeatherData.ts b/frontend/src/tabs/weather/hooks/useWeatherData.ts index 37eb2df..909face 100755 --- a/frontend/src/tabs/weather/hooks/useWeatherData.ts +++ b/frontend/src/tabs/weather/hooks/useWeatherData.ts @@ -87,6 +87,7 @@ export function useWeatherData(stations: WeatherStation[]) { } const obs = await getRecentObservation(obsCode) + if (obs) { const r = (n: number) => Math.round(n * 10) / 10 diff --git a/frontend/src/tabs/weather/services/khoaApi.ts b/frontend/src/tabs/weather/services/khoaApi.ts index 5a01d36..c3ec365 100755 --- a/frontend/src/tabs/weather/services/khoaApi.ts +++ b/frontend/src/tabs/weather/services/khoaApi.ts @@ -2,7 +2,7 @@ // API Key를 환경변수에서 로드 (소스코드 노출 방지) const API_KEY = import.meta.env.VITE_DATA_GO_KR_API_KEY || '' -const BASE_URL = 'https://www.khoa.go.kr/api/oceangrid/DataType/search.do' +const BASE_URL = 'https://apis.data.go.kr/1192136/oceanCondition/GetOceanConditionApiService' const RECENT_OBS_URL = 'https://apis.data.go.kr/1192136/dtRecent/GetDTRecentApiService' // 지역 유형 (총 20개 지역) @@ -22,20 +22,21 @@ export const OCEAN_REGIONS = { } as const export interface OceanForecastData { - name: string // 지역명 - type: string // 지역유형 - day: string // 예보날짜 (YYYYMMDD) - hour: string // 예보시간 (HH) - fileName: string // 이미지 파일명 - filePath: string // 해양예측 이미지 URL + imgFileNm: string // 이미지 파일명 + imgFilePath: string // 이미지 파일경로 + ofcBrnchId: string // 해황예보도 지점코드 + ofcBrnchNm: string // 해황예보도 지점이름 + ofcFrcstTm: string // 해황예보도 예보시각 + ofcFrcstYmd: string // 해황예보도 예보일자 } -export interface OceanForecastResponse { - result: { - data: OceanForecastData[] - meta: { - totalCount: number - } +interface OceanForecastApiResponse { + header: { resultCode: string; resultMsg: string } + body: { + items: { item: OceanForecastData[] } + pageNo: number + numOfRows: number + totalCount: number } } @@ -49,9 +50,9 @@ export async function getOceanForecast( ): Promise { try { const params = new URLSearchParams({ - ServiceKey: API_KEY, - type: regionType, - ResultType: 'json' + serviceKey: API_KEY, + areaCode: regionType, + type: 'json', }) const response = await fetch(`${BASE_URL}?${params}`) @@ -60,20 +61,8 @@ export async function getOceanForecast( throw new Error(`HTTP Error: ${response.status}`) } - const data = await response.json() - - // API 응답 구조에 따라 데이터 추출 - if (data?.result?.data) { - return data.result.data - } - - // 응답이 배열 형태인 경우 - if (Array.isArray(data)) { - return data - } - - console.warn('Unexpected API response structure:', data) - return [] + const data = await response.json() as OceanForecastApiResponse + return data?.body?.items?.item ?? [] } catch (error) { console.error('해황예보도 조회 오류:', error) @@ -89,10 +78,9 @@ export async function getOceanForecast( export function getLatestForecast(forecasts: OceanForecastData[]): OceanForecastData | null { if (!forecasts || forecasts.length === 0) return null - // 날짜와 시간을 기준으로 정렬 const sorted = [...forecasts].sort((a, b) => { - const dateTimeA = `${a.day}${a.hour}` - const dateTimeB = `${b.day}${b.hour}` + const dateTimeA = `${a.ofcFrcstYmd}${a.ofcFrcstTm}` + const dateTimeB = `${b.ofcFrcstYmd}${b.ofcFrcstTm}` return dateTimeB.localeCompare(dateTimeA) }) @@ -112,7 +100,7 @@ export function getForecastByTime( targetHour: string ): OceanForecastData | null { return ( - forecasts.find((f) => f.day === targetDay && f.hour === targetHour) || null + forecasts.find((f) => f.ofcFrcstYmd === targetDay && f.ofcFrcstTm === targetHour) || null ) } @@ -157,23 +145,25 @@ export async function getRecentObservation(obsCode: string): Promise