<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#header{
	float: left;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1;
	color: rgba(40,43,52,1);
	width: 100%; height:125px;text-align:center;background:#ffffff;border-bottom:1px solid #d3d3d2
}
#header-inner {
	width: 100%;
	height: 125px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#gnb {
	margin-top: 14px;
}</pre></body></html>