/* 레이아웃 CSS */
@media all and (max-width:1024px) { 
    .footer_gnb .inner {padding-left: 0px !important; padding-right: 0px !important;}
    .footer_copy .inner {padding-left: 0px !important; padding-right: 0px !important;}
}


@media all and (max-width:1024px) { 
	footer .footer_copy_ul1, footer .footer_copy_ul2 {
		float: left;
		width: 100%;
		padding: 0 15px;
	}
}