티스토리 뷰

<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>반응형 4단계 조직도</title>
<style>
:root {
--line-color: #cbd5e1;
--node-bg: #ffffff;
--node-border: #64748b;
--text-color: #1e293b;
}
body {
font-family: 'Pretendard', sans-serif;
background-color: #f8fafc;
margin: 0;
padding: 50px 20px;
display: flex;
justify-content: center;
}
/* 가로 스크롤 컨테이너 */
.wrapper {
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
padding: 20px;
}
.tree {
white-space: nowrap;
min-width: max-content; /* 자식 요소들에 맞춰 컨테이너 확장 */
margin: 0 auto;
}
.tree ul {
padding-top: 20px;
position: relative;
transition: all 0.5s;
display: flex;
justify-content: center;
}
.tree li {
text-align: center;
list-style-type: none;
position: relative;
padding: 20px 10px 0 10px;
transition: all 0.5s;
}
/* 연결선(상단 가로선) */
.tree li::before, .tree li::after {
content: '';
position: absolute; top: 0; right: 50%;
border-top: 2px solid var(--line-color);
width: 50%; height: 20px;
}
.tree li::after {
right: auto; left: 50%;
border-left: 2px solid var(--line-color);
}
/* 단일 자식의 경우 상단 선 제거 */
.tree li:only-child::after, .tree li:only-child::before {
display: none;
}
.tree li:only-child { padding-top: 0; }
/* 첫 번째와 마지막 자식의 가로선 제거 */
.tree li:first-child::before, .tree li:last-child::after {
border: 0 none;
}
.tree li:last-child::before {
border-right: 2px solid var(--line-color);
border-radius: 0 5px 0 0;
}
.tree li:first-child::after {
border-radius: 5px 0 0 0;
}
/* 부모로부터 내려오는 수직선 */
.tree ul ul::before {
content: '';
position: absolute; top: 0; left: 50%;
border-left: 2px solid var(--line-color);
width: 0; height: 20px;
}
/* 노드 박스 스타일 */
.tree li .node {
border: 2px solid var(--node-border);
padding: 12px 18px;
text-decoration: none;
color: var(--text-color);
font-size: 14px;
font-weight: 600;
display: inline-block;
border-radius: 8px;
background-color: var(--node-bg);
transition: all 0.3s;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.tree li .node:hover {
background: var(--node-border);
color: #fff;
transform: translateY(-3px);
}
/* Depth별 색상 구분 (옵션) */
.tree > ul > li > .node { background-color: #3b82f6; color: white; border-color: #2563eb; } /* 1Depth */
.tree ul ul li > .node { background-color: #eff6ff; } /* 2-4Depth */
</style>
</head>
<body>
<div class="wrapper">
<div class="tree">
<ul>
<li>
<div class="node">대표이사 (CEO)</div>
<ul>
<li>
<div class="node">개발본부</div>
<ul>
<li>
<div class="node">백엔드팀</div>
<ul>
<li><div class="node">API 파트</div></li>
<li><div class="node">DB 파트</div></li>
</ul>
</li>
<li>
<div class="node">프론트엔드팀</div>
<ul>
<li><div class="node">React 파트</div></li>
</ul>
</li>
</ul>
</li>
<li>
<div class="node">경영지원본부</div>
<ul>
<li>
<div class="node">인사팀</div>
<ul>
<li><div class="node">채용파트</div></li>
<li><div class="node">노무파트</div></li>
</ul>
</li>
<li>
<div class="node">회계팀</div>
<ul>
<li><div class="node">자금파트</div></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</body>
</html>
※ 해당 내용은 Google Gmini3.0에서 작성되었습니다.
'WEB > css' 카테고리의 다른 글
| 검색영역 가로 3개 반응형 (0) | 2026.01.26 |
|---|---|
| 다크 모드 전환 스위치 (0) | 2026.01.14 |
| clamp() 함수와 **CSS 변수(Variables)** (0) | 2026.01.14 |
| 폼(Form) 요소의 상태를 제어하거나 특정한 위치를 타겟팅할 때 유용한 선택자 (0) | 2026.01.14 |
| 논리 가상 클래스 선택자 :where() / :is() / :has() / :not() (0) | 2026.01.14 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 좋은책
- css미디어쿼리 #미디어쿼리 #mediaquery
- 무료폰트 #무료웹폰트 #한수원한돋움 #한수원한울림 #한울림체 #한돋움체
- 자바스크립트정규표현식
- 썬크림 #닥터지썬크림 #내돈내산 #내돈내산썬크림 #썬크림추천 #spf50썬크림 #닥터지메디유브이울트라선
- sw기술자평균임금 #2025년 sw기술자 평균임금
- 와이파이증폭기추천 #와이파이설치
- 자바스크립트break
- 정보처리기사 #정보처리기사요약 #정보처리기사요점정리
- 증폭기 #아이피타임증폭기
- 좋은책 #밥프록터 #부의원리
- SQL명령어 #SQL
- 자바스크립트countiue
- jdk #jre
- // 사진직: 데이터가 없으면 DEFAULT_IMG 사용 const profileSrc = (d.img && d.img !== "") ? d.img : DEFAULT_IMG;('#user-photo').attr('src'
- jQuery #jQuery이미지슬라이드 #이미지슬라이드
- 자바스크립트 #javascript #math
- 쇼팬하우어 #좋은책
- ajax
- 테스크탑무선랜카드 #무선랜카드 #아이피타이무선랜카드 #a3000mini #무선랜카드추천
- 연명의료결정제도 #사전연명의료의향서 #사전연명의료의향서등록기관 #광주사전연명의료의향서
- echart
- iptime와이파이증폭기 #와이파이증폭기설치
- 파비콘 #파비콘 사이트에 적용
- thymeleaf
- lg그램pro #lg그램 #노트북 #노트북추천 #lg노트북
- 바지락칼국수 #월곡동칼국수 #칼국수맛집
- 광주분식 #광주분식맛집 #상추튀김 #상추튀김맛집 #광주상추튀김
- 파비콘사이즈
- 탭메뉴자바스크립트
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
글 보관함
