Files

427 lines
18 KiB
HTML

<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<title>한국 토목 엔지니어링의 딜레마 - 기획서</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');
:root {
--primary-blue: #3057B9;
--gray-light: #F2F2F2;
--gray-medium: #E6E6E6;
--gray-dark: #666666;
--border-light: #DDDDDD;
--text-black: #000000;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
-webkit-print-color-adjust: exact;
}
body {
font-family: 'Noto Sans KR', sans-serif;
background-color: #525659;
color: var(--text-black);
line-height: 1.35;
display: flex;
flex-direction: column;
align-items: center;
padding: 20px 0;
gap: 20px;
}
.sheet {
background-color: white;
width: 210mm;
height: 297mm;
padding: 20mm 20mm;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
position: relative;
display: flex;
flex-direction: column;
overflow: hidden;
}
@media print {
body { background: none; padding: 0; gap: 0; }
.sheet { box-shadow: none; margin: 0; border: none; page-break-after: always; }
.sheet:last-child { page-break-after: auto; }
}
.page-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 15px;
font-size: 8.5pt;
color: var(--gray-dark);
}
.header-title {
font-size: 24pt;
font-weight: 900;
margin-bottom: 8px;
letter-spacing: -1.5px;
color: #111;
line-height: 1.2;
}
.title-divider {
height: 4px;
background-color: var(--primary-blue);
width: 100%;
margin-bottom: 25px;
}
.lead-box {
background-color: var(--gray-light);
padding: 20px 20px;
margin-bottom: 25px;
border-radius: 2px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
min-height: 80px;
}
.lead-box div {
font-size: 13pt;
font-weight: 700;
color: var(--primary-blue);
letter-spacing: -0.5px;
line-height: 1.4;
word-break: keep-all;
}
.body-content {
flex: 1;
display: flex;
flex-direction: column;
}
.section {
margin-bottom: 25px;
}
.section-title {
font-size: 13pt;
font-weight: 700;
display: flex;
align-items: center;
margin-bottom: 12px;
color: #111;
}
.section-title::before {
content: "";
display: inline-block;
width: 10px;
height: 10px;
background-color: #999;
margin-right: 10px;
}
ul {
list-style: none;
padding-left: 12px;
}
li {
font-size: 11pt;
position: relative;
margin-bottom: 8px;
padding-left: 15px;
color: #333;
text-align: justify;
line-height: 1.5;
letter-spacing: -0.3px;
}
li::before {
content: "•";
position: absolute;
left: 0;
color: #AAA;
font-size: 11pt;
top: 2px;
}
.bottom-box {
border: 1.5px dashed var(--primary-blue);
display: flex;
margin-top: auto;
min-height: 85px;
margin-bottom: 10px;
}
.bottom-left {
width: 20%;
background-color: #F0F4FA;
padding: 12px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-weight: 700;
font-size: 11pt;
color: var(--primary-blue);
line-height: 1.4;
}
.bottom-right {
width: 80%;
background-color: var(--gray-light);
padding: 15px 25px;
font-size: 11pt;
line-height: 1.6;
display: flex;
flex-direction: column;
justify-content: center;
color: #333;
}
.page-footer {
margin-top: 10px;
padding-top: 10px;
display: flex;
justify-content: space-between;
font-size: 8.5pt;
color: var(--gray-dark);
border-top: 1px solid #EEE;
}
.footer-page { flex: 1; text-align: center; }
b { font-weight: 700; color: var(--primary-blue); }
.keyword { font-weight: 700; color: #000; }
/* [Page 2] 목차 표 */
.toc-table {
width: 100%;
height: 100%;
border-collapse: collapse;
font-size: 9.5pt;
border-top: 2px solid var(--primary-blue);
border-bottom: 2px solid #999;
margin-top: 10px;
}
.toc-table th {
background-color: var(--gray-medium);
color: #333;
font-weight: 700;
padding: 12px 5px;
border: 1px solid #ccc;
text-align: center;
height: 45px;
word-break: keep-all;
}
.toc-table td {
border: 1px solid #ddd;
padding: 8px 10px;
vertical-align: middle;
color: #333;
word-break: keep-all;
}
.col-idx { width: 6%; text-align: center; color: #666; font-weight: bold; background-color: #fcfcfc; }
.col-major { width: 16%; font-weight: 700; color: var(--primary-blue); text-align: center; background-color: #ffffff; line-height: 1.3; }
.col-middle { width: 20%; font-weight: 600; color: #444; line-height: 1.3; padding-left: 12px !important; }
.col-sub { width: 22%; color: #333; padding-left: 12px !important; }
.col-content { width: 36%; font-size: 9pt; color: #555; letter-spacing: -0.3px; line-height: 1.4; text-align: left; padding-left: 12px !important; }
.major-row-start td { border-top: 2px solid #ccc; }
</style>
</head>
<body>
<!-- [PAGE 1] 기획 개요서 -->
<div class="sheet">
<header class="page-header">
<div class="header-left">
조직: 건설 DX 추진팀 / 기술혁신본부
</div>
<div class="header-right">
2026. 02. 10.
</div>
</header>
<div class="title-block">
<h1 class="header-title">한국 토목 엔지니어링의 딜레마<br>— AutoCAD 독점과 대안 전략</h1>
<div class="title-divider"></div>
</div>
<div class="body-content">
<div class="lead-box">
<div>"AutoCAD 독점 구조의 기술적·경제적 리스크를 분석하고,<br>3D/BIM 시대에 대응하는 단계적 전환 로드맵을 제시"</div>
</div>
<div class="section">
<div class="section-title">추진 배경 및 목적</div>
<ul>
<li><span class="keyword">독점 시장 구조 타파:</span> 국내 토목 설계 시장의 <b>AutoCAD 점유율 85% 이상</b>, 연간 라이선스 비용(인당 280만원) 지속 인상으로 경제적 부담 심화.</li>
<li><span class="keyword">기술 종속 해소:</span> 비공개 독점 포맷(.dwg) 기반 성과물 관리로 <b>데이터 주권</b> 및 지식재산권 제약 발생, 장기적 기술 자립 저해.</li>
<li><span class="keyword">토목 특성 대응:</span> AutoCAD는 건축 직교 체계에 최적화되어 토목 분야의 <b>비정형 형상</b>(지형·비탈면) 설계에 구조적 한계 존재.</li>
</ul>
</div>
<div class="section">
<div class="section-title">핵심 요구사항</div>
<ul>
<li><span class="keyword">비정형 지형 모델링:</span> <b>토공량 자동 산출</b>, 3차원 지형 분석 기능을 통해 토목 고유 업무의 디지털 전환 가속.</li>
<li><span class="keyword">원스톱 데이터 연계:</span> 측량·설계·시공 <b>전주기 데이터 흐름</b>을 단절 없이 연결하여 수작업 변환 오류 제거.</li>
<li><span class="keyword">개방형 포맷 전환:</span> <b>IFC/LandXML</b> 등 국제 표준 포맷 채택으로 특정 소프트웨어 종속성 탈피.</li>
<li><span class="keyword">국산 솔루션 육성:</span> 국내 실정에 맞는 토목 전용 솔루션 개발을 통한 <b>기술 자립</b> 및 장기적 비용 절감 실현.</li>
</ul>
</div>
<div class="section">
<div class="section-title">기대 효과</div>
<ul>
<li><span class="keyword">비용 절감:</span> 라이선스 비용 연간 <b>30% 이상 절감</b> 및 특정 벤더 종속 리스크 해소.</li>
<li><span class="keyword">데이터 주권 확보:</span> 개방형 포맷 전환을 통한 성과물 소유권 보장 및 장기적 기술 자립 기반 마련.</li>
<li><span class="keyword">생산성 향상:</span> 3D/BIM 기반 원스톱 워크플로우 구축으로 설계 생산성 향상 및 오류 최소화.</li>
</ul>
</div>
<div class="bottom-box">
<div class="bottom-left">실행 내용<br>및 계획</div>
<div class="bottom-right">
- 현황 검토(1m): 부서별 CAD 사용 현황 및 비용 구조 분석, 리스크 도출<br>
- 대안 검토(2m): 국산 솔루션 대상 기능 비교 및 검토<br>
</div>
</div>
</div>
<footer class="page-footer">
<div class="footer-page">- 1 -</div>
<div class="footer-info">CAD Dependency &amp; Alternative Strategy</div>
</footer>
</div>
<!-- [PAGE 2] 보고서 상세 목차 -->
<div class="sheet">
<header class="page-header">
<div class="header-left">
[첨부] 보고서 상세 구성안
</div>
<div class="header-right">
Base: AutoCAD 독점 분석 보고서
</div>
</header>
<div class="title-block">
<h1 class="header-title" style="font-size: 18pt; margin-bottom: 5px;">보고서 상세 목차 구성안 (Table of Contents)</h1>
<div class="title-divider" style="height: 2px; margin-bottom: 15px;"></div>
</div>
<div class="body-content" style="display: block;">
<table class="toc-table">
<thead>
<tr>
<th class="col-idx">NO</th>
<th class="col-major">대목차</th>
<th class="col-middle">중목차</th>
<th class="col-sub">소목차</th>
<th class="col-content">주요 내용</th>
</tr>
</thead>
<tbody>
<!-- 1. 시장 현황 -->
<tr class="major-row-start">
<td class="col-idx" rowspan="2">1</td>
<td class="col-major" rowspan="2">1. 토목 소프트<br>웨어 시장 현황</td>
<td class="col-middle">1.1 시장 점유율 현황<br>및 독점적 지위</td>
<td class="col-sub">1.1.1 국내외 점유율 비교<br>1.1.2 독점 구조 형성 배경</td>
<td class="col-content">AutoCAD 85%+ 독점, 교육·관행·호환성 삼중 잠금 효과 분석</td>
</tr>
<tr>
<td class="col-middle">1.2 독점적 지위의<br>배경과 문제점</td>
<td class="col-sub">1.2.1 비용 구조<br>1.2.2 기술 종속</td>
<td class="col-content">라이선스 비용 인상, DWG 포맷 종속, 대안 부재 악순환</td>
</tr>
<!-- 2. 기술 적합성 -->
<tr class="major-row-start">
<td class="col-idx" rowspan="3">2</td>
<td class="col-major" rowspan="3">2. AutoCAD의<br>토목 적합성<br>검증</td>
<td class="col-middle">2.1 토목과 건축의 차이</td>
<td class="col-sub">2.1.1 레고와 찰흙 비유<br>2.1.2 비정형 형상 한계</td>
<td class="col-content">건축(직교/모듈) vs 토목(비정형/지형), CAD 설계 체계 부적합</td>
</tr>
<tr>
<td class="col-middle">2.2 실무적 기능 한계</td>
<td class="col-sub">2.2.1 토공량 산출 불가<br>2.2.2 지형 모델링 한계</td>
<td class="col-content">3차원 지형 분석, 토공량 자동 산출 기능 부재</td>
</tr>
<tr>
<td class="col-middle">2.3 기술 트렌드와의<br>부조화</td>
<td class="col-sub">2.3.1 데이터 단절<br>2.3.2 BIM 전환 지연</td>
<td class="col-content">측량→설계→시공 워크플로우 단절, 수작업 변환 오류 누적</td>
</tr>
<!-- 3. 시장의 족쇄 -->
<tr class="major-row-start">
<td class="col-idx" rowspan="2">3</td>
<td class="col-major" rowspan="2">3. 시장의 족쇄:<br>관행인가,<br>필수인가</td>
<td class="col-middle">3.1 익숙함의 함정</td>
<td class="col-sub">3.1.1 기술적 편의성<br>3.1.2 굳어진 관행</td>
<td class="col-content">전환 비용 인식, 학습 곡선, 업계 표준화 관성 분석</td>
</tr>
<tr>
<td class="col-middle">3.2 선택의 제약과<br>기술적 우위의 허상</td>
<td class="col-sub">3.2.1 라이선스 압박<br>3.2.2 기술 우위 검증</td>
<td class="col-content">비용 인상 구조, 대안 대비 실질적 기술 우위 객관적 평가</td>
</tr>
<!-- 4. 지식재산권 -->
<tr class="major-row-start">
<td class="col-idx" rowspan="2">4</td>
<td class="col-major" rowspan="2">4. 지식재산권:<br>문제점과<br>해결 방안</td>
<td class="col-middle">4.1 성과물 소유권의<br>왜곡과 종속성</td>
<td class="col-sub">4.1.1 DWG 포맷 종속<br>4.1.2 데이터 주권 침해</td>
<td class="col-content">비공개 포맷 의존, 성과물 소유권 귀속 문제, 보안 리스크</td>
</tr>
<tr>
<td class="col-middle">4.2 해결 방안</td>
<td class="col-sub">4.2.1 개방형 포맷 전환<br>4.2.2 법적·제도적 개선</td>
<td class="col-content">IFC/LandXML 채택, 공공조달 포맷 다양화 정책 제안</td>
</tr>
<!-- 5. 대안 -->
<tr class="major-row-start">
<td class="col-idx" rowspan="2">5</td>
<td class="col-major" rowspan="2">5. 새로운 가능성:<br>대안을 찾아서</td>
<td class="col-middle">5.1 엔지니어의<br>핵심 요구사항</td>
<td class="col-sub">5.1.1 기능 요구사항<br>5.1.2 워크플로우 요건</td>
<td class="col-content">비정형 모델링, 토공량 산출, 전주기 데이터 연계 필수 기능</td>
</tr>
<tr>
<td class="col-middle">5.2 대안 소프트웨어<br>및 국산 솔루션</td>
<td class="col-sub">5.2.1 Civil 3D/OpenRoads<br>5.2.2 국산 솔루션 전략</td>
<td class="col-content">대안별 강점 비교, 국내 개발의 전략적 중요성 및 육성 방안</td>
</tr>
<!-- 6. 결론 -->
<tr class="major-row-start">
<td class="col-idx">6</td>
<td class="col-major">6. 결론 및<br>시사점</td>
<td class="col-middle">6.1 결론<br>6.2 시사점</td>
<td class="col-sub">6.1.1 종합 평가<br>6.2.1 전환 로드맵</td>
<td class="col-content">단계별 전환 전략(Q1~Q4), 비용 절감·데이터 주권 확보 기대효과</td>
</tr>
</tbody>
</table>
</div>
<footer class="page-footer">
<div class="footer-page">- 2 -</div>
<div class="footer-info">Report Detailed Table of Contents</div>
</footer>
</div>
</body>
</html>