
main { display:flex; justify-content:center; padding:100px 0; }
main > .container { width:100%; max-width:1280px; }

main h1 { margin-top:60px; display:flex; align-items:flex-end; gap:30px; }
main h1 span:nth-child(1) { position:relative; font-size:40px; font-weight:500; }
main h1 span:nth-child(1)::after { content:""; position:absolute; right:10px; top:0; transform:translateX(100%) rotate( 20deg ); width:25px; height:25px; border:2px solid #FE8130; border-radius:5px; z-index:-1; }
main h1 span:nth-child(2) { position:relative; font-size:15px; padding-bottom:5px; }

.jw-app-nav { display:flex; align-items:center; gap:10px; flex-wrap:wrap; }
.jw-app-nav a { height:25px; font-size:12px; border: 1px solid #ccc; border-radius:5px; padding:0 10px; display:flex; justify-content:center; align-items:center; }
.jw-app-nav a.on { background:#FE8130; color:#fff; border: 1px solid #FE8130; }






.layout1 { width: 100%; margin-top: 60px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.layout2 { width: 100%; margin-top: 20px; display: grid; grid-template-columns: 1fr 600px; gap: 20px; }
.layout3 { width: 100%; margin-top: 20px; display: grid; grid-template-columns: 550px 1fr 1fr; gap: 20px; }

.frame { border: 1px solid #ccc; border-radius: 10px; background: #fff; overflow: hidden; }
.frame > h2 { margin: 0; padding: 14px 20px; color: #222; font-size:20px; font-weight:400; display: flex; align-items: center; justify-content: space-between; }
.frame > .content { padding: 0 20px 20px; }

.frame-metric { height: 126px; }
.frame-metric > h2 { font-size:20px; font-weight:400; padding: 14px 16px 0; }
.frame-metric > .content { padding: 10px 16px 14px; }

.h2-right { font-size: 12px; font-weight: 700; color: #222; }

.diskinfo { margin-top: 8px; display: flex; justify-content: space-between; }
.diskinfo span { font-size: 11px; color: #78A8FF; }

.metric-row { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.metric-number { font-size: 30px; font-weight: 800; line-height: 1; color: #111; }
.metric-icon { width: 44px; height: 44px; border-radius: 10px; background: #eef4ff; display: flex; justify-content: center; align-items: center; }
.metric-icon svg { width: 26px; height: 26px; fill: #9bb8ff; }

.notice { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.notice li { width: 100%; display: flex; min-width: 0; }
.notice li span { flex: 1; min-width: 0; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; color: #333; }

.frame-panel { display: flex; flex-direction: column; }
.layout2 > .frame { height: 390px; }
.layout3 > .frame { height: 250px; }
.frame-panel > .content { flex: 1; }
.frame-panel canvas { width: 100%; height: 100%; display: block; }

.frame .jw-tableA { width: 100%; border-collapse: collapse; table-layout: fixed; margin-top: 16px; }
.frame .jw-tableA td { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.frame .jw-tableA td.center { text-align: center; }

.project-progress-wrap { margin-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.project-progress-wrap svg { width: 170px; }
.project-progress { position: relative; width: 170px; height: 170px; display: flex; justify-content: center; align-items: center; }
.project-progress .center-text { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: flex; flex-direction: column; justify-content: center; align-items: center; }
.project-progress .center-text .title { font-size: 12px; color: #666; font-weight: 600; }
.project-progress .center-text .value { font-size: 28px; font-weight: 800; margin-top: 2px; }

.donut { width: 100%; height: 100%; transform: rotate(-90deg); }
.track { fill: none; stroke: #eee; stroke-width: 5; }
.segment { fill: none; stroke-width: 5; stroke-linecap: round; }
.red1 { stroke: #a00000; }
.red2 { stroke: #de5d5d; }

.legend { margin: 0; padding: 0; list-style: none; font-size: 12px; }
.legend li { display: flex; align-items: center; margin-bottom: 10px; color: #333; }
.legend .dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 8px; }
.legend .red1 { background: #a00000; }
.legend .red2 { background: #de5d5d; }
.legend .gray { background: #e0e0e0; }

@media screen and (max-width: 1280px) {
	main > .container { padding-left: 20px; padding-right: 20px; }
	.layout1 { grid-template-columns: repeat(3, 1fr); }
	.layout2 { grid-template-columns: 1fr; }
	.layout3 { grid-template-columns: 550px 1fr; }
}

@media screen and (max-width: 1060px) {
	.layout1 { grid-template-columns: repeat(2, 1fr); }
	.layout3 { grid-template-columns: 1fr; }
	.pc { display: none; }
	.jw-tableA .author { width: 70px; font-size: 12px; }
	.jw-tableA .date { width: 70px; font-size: 12px; }
}

@media (max-width: 768px) {
	.layout1 { grid-template-columns: 1fr; }
	#sub02 { padding: 0 10px; }
	.frame-metric { height: auto; }
	.layout2 > .frame { height: auto; }
	.layout3 > .frame { height: auto; }
	.frame-panel > .content { min-height: 240px; }
}
