/*  Footer ½ºÅ¸ÀÏ */
.footer {
    background-color: var(--bg-footer); /* ¹è°æ»ö */
	margin-top: 120px;
    padding: 40px 0;
    color: var(--grey-8);
    font-size: 14px;
}
.footer-container {
	display: flex;	
    max-width: 1280px;
    margin: 0 auto;
}
.footer-con-logo{
	display: flex;	
	flex-direction: column;	
	gap:33px;
	width: 500px;
}
.footer-subtitle-wrap{
	display: flex;
}
.footer-info-wrap{
	display: flex;	
	flex-direction: column;
	gap:33px;
}
.footer-logo {
    font-size: 24px;
    font-weight: 700;
    color: var(--black);
	width: 130px;
	height: 62px;
}
.footer-subtitle {
    font-size: 16px;
    color: var(--grey-8);
    margin-right: 20px;
}
.footer-info {
    color: var(--grey-5);
	display: flex;
	flex-direction: column;
	gap:4px;
}
.footer-info div {
	display: flex;
	gap:28px;
}
.footer-info div p{
	display: flex;
	font-size: 13px;
}
.footer-info span{
	color: var(--grey-8);
	
	line-height: 18.2px;
	height: 18px;
}
.footer-info span.title {
	color: var(--grey-5);
	line-height: 18.2px;
	height: 18px;
}
.footer-info span.title::after {
	content: "|";
	margin: 0 4px;
	color: var(--grey-d9);
}

.footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.footer-social img {
    width: 24px;
    height: 24px;
}

/* Footer ÇÏ´Ü ¸Þ´º */
.footer-links-wrap {
	display: flex;
}
.footer-links {
    display: flex;
	height: 21px;
}

.footer-links a {
    font-size: 15px;
    color: var(--grey-5);
    text-decoration: none;
	margin-right: 32px;
	line-height: 21px;
}

.footer-links a:hover {
    color: var(--black);
}
.footer-links a::after{
	content: "|"; 
	color: var(--grey-d9); 
	margin-left: 32px; 		
}
.footer-copyright {
    font-size: 12px;
    color: var(--grey-8);
}
/*  Footer ½ºÅ¸ÀÏ end*/

