@charset "utf-8"; /* CSS Document */
/* 푸터 */
#footer {
    padding:calc(var(--sec_pd) / 2) 0px  var(--sec_pd);
    /*line-height: 1.1 !important*/
}

	/* 푸터 - 로고 */
	#footer .footer_logo_img {
		/*height: 28px;*/		
		width:258px;
	}

#footer ul.ul-bar{
	padding-inline-start: 0.75rem;
	list-style-position: outside;
}
#footer ul.ul-bar li::marker {
	content: "-  ";
	color: inherit;
}
/* ==================== 해상도 1380px 이상 ==================== */
@media screen and (min-width: 1280px) {
}


/* ==================== 모바일 레이아웃 ==================== */

@media ( max-width: 1280px ) {
	#footer div.fs_16.d_flex.gap8{
		flex-direction: column;
		gap:0.5rem!important;
		margin-bottom: 1.5rem
	}
	.fs_16.fc_g_8.regular.mt20 > .p_ver{
		display: none!important;
	}
}

@media ( max-width: 900px ) {
	#footer .wrap {
		padding:0 2rem!important;
		flex-direction: column;
		/*gap:8px;*/
    }

	
}

@media ( max-width: 600px ) {
	/* 푸터 */
	#footer {
/*		font-size: 12px!important;*/
		padding-bottom:calc(var(--sec_pd) * 1.5);
	}
	.footer_logo_img{
	 width: 180px!important
	}
	#footer .fs_20 {
		font-size: 0.9rem;
	}
	#footer .fs_16 {
		font-size: 0.8em;
	}
}