- 지도 기반 나침반(노스업, 현재위치, 시야 역삼각형): 호버 확대·휠 줌·클릭 위성전환, OSM/Esri 타일 서버 프록시(/api/tile) - 스테이션 검색: 실제 측점(chain) 기준 이동, 없으면 '측점 없음' 안내 - 역 마커: 직교 투영 측점 일치 시에만 표시, 미도착 종점은 추가 방식 - POI 팝업 겹침/재등장·라벨 정합 수정 - 영상 fps 데이터 기반 자동 산출 - 기술/발표/쉬운설명 문서 추가 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
56 lines
2.3 KiB
CSS
56 lines
2.3 KiB
CSS
/* 한맥 기술개발센터 회의자료(HWP) 양식 모사 — md→html→pdf 공용 */
|
|
@page {
|
|
size: A4;
|
|
margin: 22mm 18mm 18mm 18mm;
|
|
@top-left { content: "한맥 기술개발센터"; font-family: "Malgun Gothic"; font-size: 8.5pt; color: #555; }
|
|
@top-right { content: "대외비 / 회의자료"; font-family: "Malgun Gothic"; font-size: 8.5pt; color: #a33; }
|
|
@bottom-center { content: "기술로 사람과 자연이 함께하는 세상을 만들어 갑니다."; font-family: "Malgun Gothic"; font-size: 8.5pt; color: #999; }
|
|
@bottom-right { content: counter(page); font-family: "Malgun Gothic"; font-size: 8.5pt; color: #999; }
|
|
}
|
|
|
|
html { font-size: 10.5pt; }
|
|
body {
|
|
font-family: "Malgun Gothic", "Hancom Gothic", sans-serif;
|
|
color: #1a1a1a; line-height: 1.55; margin: 0 auto; max-width: 900px; padding: 8px 10px;
|
|
}
|
|
|
|
/* 제목 */
|
|
h1 {
|
|
text-align: center; font-size: 17pt; font-weight: 800; color: #111;
|
|
margin: 2px 0 4px; padding-bottom: 8px; border-bottom: 2.5px solid #333;
|
|
}
|
|
.subhead { text-align: center; color: #666; font-size: 9.5pt; margin: 0 0 18px; }
|
|
|
|
/* □ 절 제목 (## 으로 작성, 텍스트에 □ 포함) */
|
|
h2 {
|
|
font-size: 13pt; font-weight: 800; color: #14305e;
|
|
margin: 18px 0 8px; padding: 0; border: none;
|
|
}
|
|
/* ▷ 소제목 (### 으로 작성) */
|
|
h3 { font-size: 11pt; font-weight: 700; color: #333; margin: 12px 0 5px; }
|
|
|
|
ul { margin: 4px 0 8px; padding-left: 18px; }
|
|
li { margin: 2px 0; }
|
|
strong { color: #111; }
|
|
a { color: #14305e; text-decoration: none; }
|
|
|
|
/* 표 — HWP 느낌(전 테두리, 헤더 회색) */
|
|
table { border-collapse: collapse; width: 100%; margin: 8px 0 12px; font-size: 9.5pt; }
|
|
th, td { border: 1px solid #555; padding: 5px 8px; vertical-align: top; text-align: left; }
|
|
th { background: #e9edf3; color: #14305e; font-weight: 700; text-align: center; }
|
|
td.c, th.c { text-align: center; }
|
|
|
|
/* ☞ 제언 박스 */
|
|
blockquote {
|
|
border: 1px solid #c9b27a; background: #fffbf0; border-radius: 4px;
|
|
margin: 10px 0; padding: 8px 12px; color: #5a4626; font-size: 9.8pt;
|
|
}
|
|
|
|
figure { margin: 10px 0; text-align: center; page-break-inside: avoid; break-inside: avoid; }
|
|
figure svg { width: 100%; max-width: 720px; height: auto; }
|
|
figure figcaption { font-size: 8.8pt; color: #777; margin-top: 4px; }
|
|
text { font-family: "Malgun Gothic", sans-serif; }
|
|
|
|
h1, h2, h3 { break-after: avoid; }
|
|
table, figure { break-inside: avoid; }
|