Files
C.E.L._slide_test/docs/run-003/05-execution/final.html

177 lines
18 KiB
HTML

<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<title>DX 실행 체계 구축 방안</title>
<style>
/* Design Agent — 디자인 토큰 */
/* CLAUDE.md에 정의된 디자인 원칙을 CSS 변수로 구현 */
:root {
/* 색상 */
--color-primary: #1e293b;
--color-accent: #2563eb;
--color-neutral: #64748b;
--color-bg: #ffffff;
--color-bg-subtle: #f8fafc;
--color-border: #e2e8f0;
--color-danger: #dc2626;
--color-success: #16a34a;
--color-text: #1e293b;
--color-text-secondary: #64748b;
--color-text-light: #94a3b8;
/* 폰트 크기 */
--font-title: 2rem;
--font-subtitle: 1.25rem;
--font-body: 0.95rem;
--font-caption: 0.8rem;
--font-small: 0.7rem;
/* 폰트 두께 */
--weight-normal: 400;
--weight-medium: 500;
--weight-bold: 700;
--weight-black: 900;
/* 여백 */
--spacing-page: 40px;
--spacing-block: 20px;
--spacing-inner: 16px;
--spacing-small: 8px;
/* 기타 */
--radius: 6px;
--border-width: 1px;
--accent-border: 3px;
--line-height-ko: 1.7;
}
/* Design Agent — 기본 슬라이드 스타일 */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* 슬라이드 컨테이너: 16:9 고정 비율 */
.slide {
width: 1280px;
height: 720px;
aspect-ratio: 16 / 9;
overflow: hidden;
background: var(--color-bg);
font-family: 'Pretendard Variable', 'Pretendard', 'Noto Sans KR', sans-serif;
color: var(--color-text);
font-size: var(--font-body);
line-height: var(--line-height-ko);
word-break: keep-all;
padding: var(--spacing-page);
display: grid;
gap: var(--spacing-block);
}
/* 슬라이드 제목 */
.slide-title {
font-size: var(--font-title);
font-weight: var(--weight-black);
color: var(--color-primary);
border-bottom: var(--accent-border) solid var(--color-accent);
padding-bottom: var(--spacing-small);
}
/* 섹션 제목 */
.section-title {
font-size: var(--font-subtitle);
font-weight: var(--weight-bold);
color: var(--color-primary);
margin-bottom: var(--spacing-small);
}
/* 본문 */
.body-text {
font-size: var(--font-body);
color: var(--color-text);
line-height: var(--line-height-ko);
}
/* 캡션/출처 */
.caption {
font-size: var(--font-caption);
color: var(--color-text-light);
font-style: italic;
}
/* 강조 텍스트 */
.highlight {
color: var(--color-accent);
font-weight: var(--weight-bold);
}
/* 경고/문제 강조 */
.danger {
color: var(--color-danger);
font-weight: var(--weight-bold);
}
/* ── 컨테이너 레이아웃 ── */
/* grid area: flex 축소 허용. overflow는 프레임(.slide)에서만 hidden. */
/* A-1(Sonnet 디자인 조정)이 텍스트 양에 맞게 CSS를 사전 조정하므로,
area 레벨에서는 overflow: visible로 텍스트 잘림을 방지한다. */
.slide > div {
overflow: visible;
min-height: 0;
min-width: 0;
}
/* area 안에서 flex-column 그룹핑된 블록들의 축소 허용 */
.slide > div > div {
min-height: 0;
flex-shrink: 1;
}
.slide-1 {
grid-template-areas: 'header header' 'body sidebar' 'footer footer';
grid-template-columns: 65fr 35fr;
grid-template-rows: auto auto auto;
}
.slide-1 .area-body { grid-area: body; }
.slide-1 .area-sidebar { grid-area: sidebar; }
.slide-1 .area-footer { grid-area: footer; }
.slide + .slide { margin-top: 40px; }
@media print {
.slide { page-break-after: always; }
.slide + .slide { margin-top: 0; }
}
</style>
</head>
<body>
<div class="slide slide-1">
<div class="slide-title" style="grid-area: header;">DX 실행 체계 구축 방안</div>
<div class="area-body" style="overflow:hidden;">
<div style="width:100%; height:100%; box-sizing:border-box; font-family:Segoe UI,sans-serif; color:#0f172a; display:flex; flex-direction:column; gap:12px;"><div style="background:#ffffff; border:1px solid #cbd5e1; border-radius:14px; padding:14px; box-sizing:border-box;"><div style="font-size:15px; font-weight:900; color:#0f172a; margin-bottom:10px;">DX 시행을 위한 필수 요건</div><div style="display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:10px;"><div style="background:#ffffff; border:1px solid #d7e2f0; border-top:5px solid #2563eb; border-radius:12px; padding:12px;"><div style="font-size:12px; font-weight:900; color:#0f172a; margin-bottom:8px;">기술(디지털)</div><ul style="margin:0; padding-left:16px; font-size:9.7px; line-height:1.48; color:#334155;"><li style="margin-bottom:4px;">Digital 기술(S/W, H/W)과 업무 Process의 통합</li><li style="margin-bottom:4px;">기존 업무 프로세스에 다양한 디지털 기술을 접목하여 업무 수행</li><li style="margin-bottom:4px;">프로젝트 전반에 걸친 업무 프로세스의 연결 및 조율</li></ul></div><div style="background:#ffffff; border:1px solid #d7e2f0; border-top:5px solid #7c3aed; border-radius:12px; padding:12px;"><div style="font-size:12px; font-weight:900; color:#0f172a; margin-bottom:8px;">사람(역량)</div><ul style="margin:0; padding-left:16px; font-size:9.7px; line-height:1.48; color:#334155;"><li style="margin-bottom:4px;">혁신적 사고방식과 창의적 문제 해결 능력</li><li style="margin-bottom:4px;">기존 수행 방식과 관습적 사고 등에 의한 접근 방식 탈피</li><li style="margin-bottom:4px;">디지털 기술을 활용한 창의적, 혁신적인 솔루션 제시</li></ul></div><div style="background:#ffffff; border:1px solid #d7e2f0; border-top:5px solid #16a34a; border-radius:12px; padding:12px;"><div style="font-size:12px; font-weight:900; color:#0f172a; margin-bottom:8px;">자연(여건)</div><ul style="margin:0; padding-left:16px; font-size:9.7px; line-height:1.48; color:#334155;"><li style="margin-bottom:4px;">지속적인 투자 및 실행 의지</li><li style="margin-bottom:4px;">기술 도입 초기 단계에 필요한 인력·기간·비용 등의 대규모 투자</li><li style="margin-bottom:4px;">기술 고도화를 위한 지속적인 개선 및 투자 체계 구축</li></ul></div></div><div style="display:flex; justify-content:flex-end; margin-top:10px;"><button type="button" onclick="document.getElementById('popup-req').style.display='flex'" style="margin-top:6px; border:none; background:#eff6ff; color:#1d4ed8; border:1px solid #bfdbfe; border-radius:999px; padding:4px 10px; font-size:10px; font-weight:700; cursor:pointer;">Requirements details</button></div></div><div style="background:#ffffff; border:1px solid #cbd5e1; border-radius:14px; padding:14px; box-sizing:border-box; flex:1;"><div style="font-size:14px; font-weight:900; color:#0f172a; margin-bottom:10px;">과정(Process)의 혁신</div><div style="display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:10px;"><div style="background:#f8fafc; border:1px solid #d7e2f0; border-radius:12px; padding:12px;"><div style="font-size:11px; font-weight:800; color:#1e3a8a; margin-bottom:6px;">Analogue 기반 업무의 Digital화</div><ul style="margin:0; padding-left:16px; font-size:9.7px; line-height:1.48; color:#334155;"></ul></div><div style="background:#f8fafc; border:1px solid #d7e2f0; border-radius:12px; padding:12px;"><div style="font-size:11px; font-weight:800; color:#1e3a8a; margin-bottom:6px;">GIS + BIM의 연계</div><ul style="margin:0; padding-left:16px; font-size:9.7px; line-height:1.48; color:#334155;"><li style="margin-bottom:4px;">지리·지형·지반 등 위치정보(GIS)와 3D모델(형상, 속성정보) 기반의 건설 정보를 포함하는 BIM의 연계를 통한 업무 프로세스의 혁신</li></ul></div><div style="background:#f8fafc; border:1px solid #d7e2f0; border-radius:12px; padding:12px;"><div style="font-size:11px; font-weight:800; color:#1e3a8a; margin-bottom:6px;">사용자 중심의 Solution 제공</div><ul style="margin:0; padding-left:16px; font-size:9.7px; line-height:1.48; color:#334155;"><li style="margin-bottom:4px;">서로 다른 S/W로 작성되어 분절화된 Analogue 방식의 성과물과 정보물을 연계할 수 있는 설계·시공 Solution 제공</li></ul></div></div><div style="display:flex; justify-content:flex-end; margin-top:10px;"><button type="button" onclick="document.getElementById('popup-process').style.display='flex'" style="margin-top:6px; border:none; background:#eff6ff; color:#1d4ed8; border:1px solid #bfdbfe; border-radius:999px; padding:4px 10px; font-size:10px; font-weight:700; cursor:pointer;">Process details</button></div></div><div id="popup-req" style="display:none; position:fixed; inset:0; background:rgba(15,23,42,0.56); align-items:center; justify-content:center; z-index:9999; padding:28px;"><div style="width:min(920px, 92vw); max-height:88vh; overflow:hidden; background:#ffffff; border-radius:18px; box-shadow:0 24px 80px rgba(15,23,42,0.28); padding:22px 24px 20px 24px;"><div style="display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:14px;"><div style="font-size:20px; font-weight:900; color:#0f172a;">DX 시행을 위한 필수 요건</div><button type="button" onclick="document.getElementById('popup-req').style.display='none'" style="border:none; background:#e2e8f0; color:#334155; width:34px; height:34px; border-radius:999px; font-size:18px; font-weight:800; cursor:pointer;">?</button></div><ul style="margin:0; padding-left:0; list-style:disc; font-size:13px; color:#334155;"><li style="margin-left:18px; margin-bottom:8px; line-height:1.55;">기술(디지털): Digital 기술(S/W, H/W)과 업무 Process의 통합</li><li style="margin-left:18px; margin-bottom:8px; line-height:1.55;">기술(디지털): 기존 업무 프로세스에 다양한 디지털 기술을 접목하여 업무 수행</li><li style="margin-left:18px; margin-bottom:8px; line-height:1.55;">기술(디지털): 프로젝트 전반에 걸친 업무 프로세스의 연결 및 조율</li><li style="margin-left:18px; margin-bottom:8px; line-height:1.55;">기술(디지털): 분야별 전문 지식(설계, 시공, 유지관리 등) 보유</li><li style="margin-left:18px; margin-bottom:8px; line-height:1.55;">기술(디지털): 건설 전 단계에 대한 근본적인 이해와 지식 및 경험</li><li style="margin-left:18px; margin-bottom:8px; line-height:1.55;">기술(디지털): 최신 토목 기술 트랜드 및 표준 기준 등에 대한 높은 지식</li><li style="margin-left:18px; margin-bottom:8px; line-height:1.55;">사람(역량): 혁신적 사고방식과 창의적 문제 해결 능력</li><li style="margin-left:18px; margin-bottom:8px; line-height:1.55;">사람(역량): 기존 수행 방식과 관습적 사고 등에 의한 접근 방식 탈피</li><li style="margin-left:18px; margin-bottom:8px; line-height:1.55;">사람(역량): 디지털 기술을 활용한 창의적, 혁신적인 솔루션 제시</li><li style="margin-left:18px; margin-bottom:8px; line-height:1.55;">사람(역량): 사용자 중심 사고와 DX 수행 경험</li><li style="margin-left:18px; margin-bottom:8px; line-height:1.55;">사람(역량): 사용자의 요구와 기대를 충족시키는 설계 및 구현</li><li style="margin-left:18px; margin-bottom:8px; line-height:1.55;">사람(역량): 시행착오를 포함한 수행 경험과 사용자 경험(UX)을 반영한 해결 방안 제시</li><li style="margin-left:18px; margin-bottom:8px; line-height:1.55;">자연(여건): 지속적인 투자 및 실행 의지</li><li style="margin-left:18px; margin-bottom:8px; line-height:1.55;">자연(여건): 기술 도입 초기 단계에 필요한 인력·기간·비용 등의 대규모 투자</li><li style="margin-left:18px; margin-bottom:8px; line-height:1.55;">자연(여건): 기술 고도화를 위한 지속적인 개선 및 투자 체계 구축</li><li style="margin-left:18px; margin-bottom:8px; line-height:1.55;">자연(여건): 변화와 혁신을 통해 부가가치를 창출하려는 실행 의지와 추진력</li></ul></div></div><div id="popup-process" style="display:none; position:fixed; inset:0; background:rgba(15,23,42,0.56); align-items:center; justify-content:center; z-index:9999; padding:28px;"><div style="width:min(920px, 92vw); max-height:88vh; overflow:hidden; background:#ffffff; border-radius:18px; box-shadow:0 24px 80px rgba(15,23,42,0.28); padding:22px 24px 20px 24px;"><div style="display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:14px;"><div style="font-size:20px; font-weight:900; color:#0f172a;">과정(Process)의 혁신</div><button type="button" onclick="document.getElementById('popup-process').style.display='none'" style="border:none; background:#e2e8f0; color:#334155; width:34px; height:34px; border-radius:999px; font-size:18px; font-weight:800; cursor:pointer;">?</button></div><ul style="margin:0; padding-left:0; list-style:disc; font-size:13px; color:#334155;"><li style="margin-left:18px; margin-bottom:8px; line-height:1.55;">GIS + BIM의 연계: 지리·지형·지반 등 위치정보(GIS)와 3D모델(형상, 속성정보) 기반의 건설 정보를 포함하는 BIM의 연계를 통한 업무 프로세스의 혁신</li><li style="margin-left:18px; margin-bottom:8px; line-height:1.55;">사용자 중심의 Solution 제공: 서로 다른 S/W로 작성되어 분절화된 Analogue 방식의 성과물과 정보물을 연계할 수 있는 설계·시공 Solution 제공</li></ul></div></div><div id="popup-product" style="display:none; position:fixed; inset:0; background:rgba(15,23,42,0.56); align-items:center; justify-content:center; z-index:9999; padding:28px;"><div style="width:min(920px, 92vw); max-height:88vh; overflow:hidden; background:#ffffff; border-radius:18px; box-shadow:0 24px 80px rgba(15,23,42,0.28); padding:22px 24px 20px 24px;"><div style="display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:14px;"><div style="font-size:20px; font-weight:900; color:#0f172a;">결과(Product)의 변화</div><button type="button" onclick="document.getElementById('popup-product').style.display='none'" style="border:none; background:#e2e8f0; color:#334155; width:34px; height:34px; border-radius:999px; font-size:18px; font-weight:800; cursor:pointer;">?</button></div><ul style="margin:0; padding-left:0; list-style:disc; font-size:13px; color:#334155;"><li style="margin-left:18px; margin-bottom:8px; line-height:1.55;">Copy & Paste로 인해 하향 평준화된 기존 성과물의 품질 향상: 과거 수작업으로 시행하면서 발생하던 오류 등의 최소화</li><li style="margin-left:18px; margin-bottom:8px; line-height:1.55;">Copy & Paste로 인해 하향 평준화된 기존 성과물의 품질 향상: 정확한 Data에 기반한 계획으로 고품질 성과물 도출</li><li style="margin-left:18px; margin-bottom:8px; line-height:1.55;">Analogue 기반 도서 외 Digital 기반 정보물 추가: 기존 성과물(도면, 수량, 계산서, 시방서 등)에 3D 모델, Simulation 등의 Digital 기반 정보물 추가</li><li style="margin-left:18px; margin-bottom:8px; line-height:1.55;">Solution을 활용한 업무 효율화: Engn. Solution을 통해 성과물에 관한 이슈를 함께 검토·논의하는 협업 환경 조성</li><li style="margin-left:18px; margin-bottom:8px; line-height:1.55;">Solution을 활용한 업무 효율화: 건설 단계별 정보를 디지털 데이터로 축적하여, 건설 전 과정을 통합관리</li></ul></div></div></div>
</div>
<div class="area-sidebar" style="overflow:hidden;">
<div style="width:100%; height:100%; box-sizing:border-box; font-family:Segoe UI,sans-serif; display:flex; flex-direction:column; gap:10px;"><div style="font-size:10.0px; font-weight:800; color:#475569; padding:2px 6px;">결과(Product)의 변화</div><div style="background:#ffffff; border:1px solid #d7e2f0; border-radius:12px; padding:12px;"><div style="font-size:10.0px; font-weight:800; color:#0f172a; margin-bottom:6px;">Copy & Paste로 인해 하향 평준화된 기존 성과물의 품질 향상</div><ul style="margin:0; padding-left:16px; font-size:9.7px; line-height:1.48; color:#334155;"><li style="margin-bottom:4px;">과거 수작업으로 시행하면서 발생하던 오류 등의 최소화</li><li style="margin-bottom:4px;">정확한 Data에 기반한 계획으로 고품질 성과물 도출</li></ul></div><div style="background:#ffffff; border:1px solid #d7e2f0; border-radius:12px; padding:12px;"><div style="font-size:10.0px; font-weight:800; color:#0f172a; margin-bottom:6px;">Analogue 기반 도서 외 Digital 기반 정보물 추가</div><ul style="margin:0; padding-left:16px; font-size:9.7px; line-height:1.48; color:#334155;"><li style="margin-bottom:4px;">기존 성과물(도면, 수량, 계산서, 시방서 등)에 3D 모델, Simulation 등의 Digital 기반 정보물 추가</li></ul></div><div style="background:#ffffff; border:1px solid #d7e2f0; border-radius:12px; padding:12px;"><div style="font-size:10.0px; font-weight:800; color:#0f172a; margin-bottom:6px;">Solution을 활용한 업무 효율화</div><ul style="margin:0; padding-left:16px; font-size:9.7px; line-height:1.48; color:#334155;"><li style="margin-bottom:4px;">Engn. Solution을 통해 성과물에 관한 이슈를 함께 검토·논의하는 협업 환경 조성</li><li style="margin-bottom:4px;">건설 단계별 정보를 디지털 데이터로 축적하여, 건설 전 과정을 통합관리</li></ul></div><div style="display:flex; justify-content:flex-end;"><button type="button" onclick="document.getElementById('popup-product').style.display='flex'" style="margin-top:6px; border:none; background:#eff6ff; color:#1d4ed8; border:1px solid #bfdbfe; border-radius:999px; padding:4px 10px; font-size:10px; font-weight:700; cursor:pointer;">Product details</button></div></div>
</div>
<div class="area-footer" style="overflow:hidden;">
<div style="background:linear-gradient(135deg, #0b6ef3 0%, #17a6f5 100%); border-radius:10px; padding:10px 20px; text-align:center; color:#ffffff; width:100%; height:58px; display:flex; align-items:center; justify-content:center; box-sizing:border-box;"><div style="font-size:13px; font-weight:900; line-height:1.35;">DX는 필요한 요건과 체계를 갖춘 후 시행해야만 그 효과를 기대할 수 있다.</div></div>
</div>
</div>
<script>
window.onbeforeprint = function() {
document.querySelectorAll('details').forEach(function(d) { d.open = true; });
};
window.onafterprint = function() {
document.querySelectorAll('details').forEach(function(d) { d.open = false; });
};
</script>
</body>
</html>