.dep-banner { display: flex; align-items: flex-end; min-height: 402px; margin-bottom: 60px; padding: 60px; background: url(../img/content/department05-bg.jpg) no-repeat center / cover; border-radius: 5px; overflow: hidden; }
.dep-banner h4, .dep-banner p { color: #fff; }
@media ( max-width: 1024px ) {
	.dep-banner { padding: 30px; }
}
.dep05-diagram-wrap { width: 100%; max-width: 1220px; position: relative; }
.dep05-diagram { position: relative; width: 1220px; height: 862px; background: url(../img/content/department05-circle-gradient.png) no-repeat center; text-align: center; transform-origin: top left; }
.dep05-diagram:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../img/content/department05-circle.png) no-repeat center; }
.dep05-diagram .center { position: absolute; top: 0; bottom: 0; right: 0; left: 0; display: flex; justify-content: center; align-items: center; width: 198px; height: 198px; margin: auto; padding: 20px; background-color: #0a60ff; border-radius: 50%; box-shadow: 0 0 0 46px rgba(10, 96, 255, 0.05); }
.dep05-diagram .center .tit01 { margin-bottom: 10px; font-weight: 700; font-size: 20px; line-height: 24px; letter-spacing: -.02em; color: #fff; }
.dep05-diagram .center .tit02 { font-weight: 500; font-size: 16px; line-height: 26px; letter-spacing: -.02em; color: #fff; }
.dep05-diagram .circle { display: flex; justify-content: center; align-items: center; width: 200px; height: 200px; background-color: #fff; border-radius: 50%; box-shadow: 0 17px 48.7px 0 #0a60ff14; }
.dep05-diagram .circle > div { display: flex; flex-direction: column; align-items: center; gap: 9px; }
.dep05-diagram .circle img { height: 36px; }
.dep05-diagram .circle .tit01 { font-weight: 700; font-size: 18px; line-height: 21px; letter-spacing: -.02em; color: #222; }
.dep05-diagram .circle .tit02 { font-weight: 500; font-size: 16px; line-height: 19px; letter-spacing: -.02em; color: #444; }
.dep05-diagram .circle01 { position: absolute; top: 31px; right: 0; left: 0; margin: auto; }
.dep05-diagram .circle-wrap { position: absolute; bottom: 199px; right: 0; left: 0; display: flex; justify-content: space-between; max-width: 766px; margin: 0 auto; }
.dep05-diagram .bubble { position: absolute; width: 230px; }
.dep05-diagram .bubble p { position: relative; padding: 16px 0; background-color: #07b0c3; border-radius: 99px; font-weight: 700; font-size: 16px; line-height: 26px; letter-spacing: -.02em; color: #fff; cursor: pointer; }
.dep05-diagram .bubble p:before, .dep05-diagram .bubble p:after { content: ''; position: absolute; top: 0; bottom: 0; margin: auto; }
.dep05-diagram .bubble p:before { width: 7px; height: 7px; background-color: #fff; border: 2px solid #07b0c3; border-radius: 50%; }
.dep05-diagram .bubble p:after { height: 0; border-bottom: 1px dashed #aaa; }
.dep05-diagram .bubble ul { position: absolute; top: calc(100% + 6px); left: 0; display: none; width: 100%; }
.dep05-diagram .bubble ul li { padding: 6px 0; border: 1px solid #011a7a; border-radius: 99px; font-weight: 600; font-size: 13px; line-height: 16px; letter-spacing: -.02em; color: #011a7a; }
.dep05-diagram .bubble ul li+li { margin-top: 4px; }
.dep05-diagram .bubble.active ul { display: block; }
.dep05-diagram .bubble01 { top: 246px; left: 28px; }
.dep05-diagram .bubble01 p:before { left: calc(100% - 5.5px); }
.dep05-diagram .bubble01 p:after { left: calc(100% + 5.5px); width: 48px; }
.dep05-diagram .bubble02 { top: 246px; right: 28px; }
.dep05-diagram .bubble02 p:before { right: calc(100% - 5.5px); }
.dep05-diagram .bubble02 p:after { right: calc(100% + 5.5px); width: 59px; }
.dep05-diagram .bubble03 { bottom: 0; right: 0; left: 0; margin: 0 auto; }
.dep05-diagram .bubble03 p:before { top: initial; bottom: calc(100% - 5.5px); right: 0; left: 0; margin: auto; }
.dep05-diagram .bubble03 p:after { top: initial; bottom: calc(100% + 5.5px); right: 0; left: 0; width: 0; height: 39px; margin: auto; border-bottom: 0; border-right: 1px dashed #aaa; }

.dep05-role { display: flex; gap: 10px; }
.dep05-role li { flex: 1; padding: 40px; border: 1px solid #D6DCE8; border-radius: 5px; }
.dep05-role li p:nth-child(1) { font-family: Prompt; font-weight: 600; font-size: 14px; line-height: 21px; letter-spacing: .01em; color: #011a7a; }
.dep05-role li p:nth-child(2) { padding: 8px 0 10px; font-weight: 600; font-size: 18px; line-height: 28px; letter-spacing: -.02em; color: #333; }
.dep05-role li p:nth-child(3) { font-weight: 500; font-size: 14px; line-height: 17px; letter-spacing: -.02em; color: #444; }

.tree-wrap { padding: 80px 0; background-color: #f9fafb; border-radius: 5px; }
.tree { position: relative; max-width: 920px; margin: 0 auto; }
.tree .box { position: relative; display: flex; justify-content: center; align-items: center; width: 274px; margin: 0 auto 50px; }
.tree .box:after { content: ''; position: absolute; top: 100%; left: 50%; width: 0; height: 50px; border-right: 1px dashed #aaa; }
.tree .box a { flex: 1; padding: 20px 0; background-color: #011a7a; border-radius: 5px; font-weight: 700; font-size: 22px; text-align: center; line-height: 26px; letter-spacing: -.02em; color: #fff; }
.tree .box02 a { background-color: #07b0c3; }
.tree .box03 { margin-bottom: 0; }
.tree .box03 a { background-color: #fff; border: 1px solid #011a7a; color: #011a7a; }
.tree .box03:after { top: initial; bottom: 100%; }
.tree .line { width: 648px; height: 0; margin: 0 auto 50px; border-bottom: 1px dashed #aaa; }
.tree .bot { display: flex; gap: 50px; }

.dep04-batt-link { display: inline-block; margin-top: 20px; font-weight: 700; font-size: 16px; line-height: 100%; letter-spacing: -.02em; color: #0a60ff; }
.dep04-batt-link a { display: flex; align-items: center; gap: 8px; padding: 16px 30px; border: 1px solid #0a60ff; border-radius: 99px; transition: all 0.25s ease 0s; }
.dep04-batt-link a:after{content:'';width: 10px;height: 10px;background: url(/_res/unist/industry/img/content/department04-ico-link.png) no-repeat center;display: inline-block;}
.dep04-batt-link a:hover { background-color: #0a60ff; color: #fff; }
.dep04-batt-link a:hover:after { filter: brightness(0) invert(1); }

@media ( max-width: 1520px ) {
	/*.dep05-diagram .bubble p:before, .dep05-diagram .bubble p:after { display: none; }
	.dep05-diagram { height: 800px; }
	.dep05-diagram .circle01 { top: 0; }
	.dep05-diagram .circle-wrap{ bottom: 168px; }
	.dep05-diagram .bubble01 { left: 0; }
	.dep05-diagram .bubble02 { right: 0; }*/
	.tree-wrap { padding: 30px; }
}
@media ( max-width: 1024px ) {
	.dep05-role li { padding: 15px; }
	.tree-wrap { padding: 0; background-color: transparent; border-radius: 0; }
	.tree .box { width: 100%; margin: 0 0 15px; }
	.tree .box:after { height: 15px; }
	.tree .line { max-width: 625px; width: 100%; margin-bottom: 15px; }
	.tree .bot { display: flex; gap: 15px; }
}
@media ( max-width: 768px ) {
	/* .dep05-diagram-wrap{ position: relative; width: 100%; padding-bottom: 4px; overflow-x: auto; overflow-y: hidden; }
	.dep05-diagram { width: 738px; } */
	.dep05-role { flex-direction: column; }
}
@media ( max-width: 500px ) {
	.tree .box a { font-size: 18px; }
}