@font-face {
	font-family: 'Pretendard-Regular';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

.footer {
	width:100%;
}

.footer_area {
    max-width: 1400px;
    min-width: 1400px;
    margin: auto;
    font-size: 14px;
    line-height: 1.43;
  	letter-spacing: -0.35px;
  	color: #272727;
  	border-top: 1px solid #d2d2d2;
	font-family: 'Pretendard-Regular';
}

.footer_top {
	display: flex;
	margin-top: 60px;
	padding: 10px 30px;
}

.footer_top > div:first-child {
	flex: 1;
}

.footer_top > div:first-child img {
	width: 139px;
	height: 28px;
}

.footer_top > div:nth-child(2) {
	flex: 9;
	padding: 0px 30px;
	margin: auto 0px;
}

.footer_middle {
	padding: 0px 30px;
}

.footer_bottom {
	margin-bottom: 98px;
	padding: 0px 30px;
}


@media (max-width: 1400px) {
	.footer {
		display: none;
	}
}