@charset "utf-8";
/* CSS Document */
	.footer{width: 800px; height: 110px; font-size: 0.8em; color: #646464; margin:0 auto; clear: both; position: relative;}
		.footer img {vertical-align: middle;}
        .copyright_logo{display: none;}
		.copyright_logo_gray {width: 120px; margin-top:40px; margin-right: 17%; margin-left: 7%;float: left;}   
		.copyright {float: left; margin-top: 20px; font-family: 'Open Sans', sans-serif;}    
            .copyright > li{clear: both; height: 15px; line-height: 1.3em; margin: 6px 0px;}
            .copyright > li:nth-child(1){font-family: 'Noto Sans KR', sans-serif;}

	.m_footer{display: none;}
	

	@media screen and (max-width : 1024px){
		/* m_footer */
			.division_line_under{width: 100%; height: 1px; clear: both; background: #c9c9c9; display: inline-block; margin-top: 15%;}
			.footer{display: none;}
			.division_line{display: none;}
			.m_footer{display: block; width:90%; height: auto; font-size: 3.4vw; color: #646464; margin:0 auto;}
			.copyright{margin-top: 3%;}
				.copyright a{color: #646464;}
				.copyright li{height: auto; margin: 2% 0;}
				.copyright li:last-child{padding-bottom: 8%;}
			.copyright_logo_gray {margin-top:6%; margin-left: 0;}     
			.copyright_logo_gray img{width: 18vw; height: auto;}	

	}


