.header-area {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	padding: 0px;
	height: 80px;
	flex: none;
	order: 0;
	flex-grow: 0;
	position: fixed;
	width: 100%;
	z-index: 4;
	background: white;
	border-bottom: 1px solid #E1E6EB;
}

.credit-main-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px;
	width: 1280px;
	max-width: 1280px;
	height: 80px;
	
	
}

.credit-main-menu .classy-menu {
	width: 202px;
	height: 48px;
	gap: 10px;
	angle: 0 deg;
	opacity: 1;
	padding: 10px;
	display: flex;
	align-items: center;
}

.credit-main-menu .contact {
	display: flex;
	justify-content: space-between;
	height: 80px;
	gap: 80px;
	opacity: 1;
	align-items:center;
}

.credit-main-menu .contact .bid {
	height: 80px;
	gap: 10px;
	angle: 0 deg;
	opacity: 1;
	padding-right: 10px;
	padding-left: 10px;
	display: flex;
	align-items: center;
}

.credit-main-menu .contact .bid a.active {
	color: #141E28;
	font-family: NanumSquareNeo;
	font-weight: 800;
	font-style: ExtraBold;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 30px;
	letter-spacing: -0.02em;
}

.credit-main-menu .contact .bid a {
	font-family: NanumSquareNeo;
	font-weight: 700;
	font-style: Bold;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 30px;
	letter-spacing: -0.02em;
	color: #919BA5;
	text-align: center;
	width: 75px;
	height: 30px;
}

.credit-main-menu .contact .news {
	height: 80px;
	gap: 10px;
	angle: 0 deg;
	opacity: 1;
	padding-right: 10px;
	padding-left: 10px;
	display: flex;
	align-items: center;
}

.credit-main-menu .contact .news a.active {
	color: #141E28;
	font-family: NanumSquareNeo;
	font-weight: 800;
	font-style: ExtraBold;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 30px;
	letter-spacing: -0.02em;
}


.credit-main-menu .contact .news a {
	font-family: NanumSquareNeo;
	font-weight: 700;
	font-style: Bold;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 30px;
	letter-spacing: -0.02em;
	color: #919BA5;
	text-align: center;
	width: 75px;
	height: 30px;
}