@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: 38px;
		filter: brightness(100);
	}


/* ==================== 해상도 1380px 이상 ==================== */
@media screen and (min-width: 1280px) {

}


/* ==================== 모바일 레이아웃 ==================== */

@media ( max-width: 1280px ) {
 
}

@media ( max-width: 900px ) {
	#footer .wrap {
		padding:0 2rem!important;
		/*gap:8px;*/
    }
	div ~ .fs_20{
		margin-bottom: 10px;
		line-height: 1.3
	}
}

@media ( max-width: 600px ) {
	/* 푸터 */
	#footer {
		padding-bottom:calc(var(--sec_pd) * 1.5);
	}
	.footer_logo_img{
	 height: 22px!important
	}
}

/* ==================== oneWaySend ==================== */

@media screen and (max-width: 375px) and (orientation:portrait) {

    /* 푸터 - 텍스트 */
    #footer .txt_ctr {
        font-size: 0.85em;
    }

}
/* ========================================================================== */

