@charset "utf-8"; /* CSS Document */
/* 푸터 */
.footer_logo_img{
		width: 85px;
		transition: all 0.5s ease-in-out;
	}
#footer {
    padding: var(--sec_pd) 0px calc(var(--sec_pd) * 1.75);
    line-height: 1.15 !important
}

    #footer a {
        color: inherit;
    }

    #footer a:hover {
		filter: hue-rotate(30deg);
    }

    /* 푸터 - 텍스트 */
    #footer .txt_ctr {
        width: 50%;
        gap: 0.75rem;
        padding-top: 3rem;
    }


/* ==================== 해상도 1380px 이상 ==================== */
@media screen and (min-width: 1380px) {

}


/* ==================== 모바일 레이아웃 ==================== */

@media ( max-width: 1380px ) {
 
}

@media ( max-width: 900px ) {
	/* 푸터 */
	#footer {
		padding: var(--sec_pd) 0px calc(var(--sec_pd) * 4);
		line-height: 1.1 !important
	}
	#footer .wrap {
		padding:0 1rem!important
    }

}

@media ( max-width: 600px ) {

	.footer_logo_img{
		width: 50px;
	}
}

/* ==================== oneWaySend ==================== */

@media screen and (max-width: 375px) and (orientation:portrait) {

    /* 푸터 - 텍스트 */
    #footer .txt_ctr {
        font-size: 0.85em;
    }

}
/* ========================================================================== */

