@CHARSET "UTF-8";
/* #footer */
#footer { background-color:#242424;}
#footer div#copyright {padding: 30px 0;}
#footer div#copyright .footer_txt1 {color:#fff;letter-spacing:0px; font-size:14px; margin: 10px 0 0; }
#footer div#copyright .footer_txt2 {margin: 15px 0 7px;color: #fff; font-size:12px; letter-spacing:0px; opacity:1;}
#footer div#copyright .footer_txt3 {color:#fff;letter-spacing:0.5px; font-size:12px; display:none; }
#footer div#copyright a {color: #fff; letter-spacing: 0px;font-size:12px;}
#footer div#copyright span {color:#fff; cursor:pointer;margin: 4px 0;color: #fff; font-size:14px;}

#footer .footer_sns{margin-top:15px; display:flex; justify-content:center;}
#footer .footer_sns a{display:inline-block; width:35px; height:35px; background-color: #4a4a4a; border-radius:50%; margin-right:10px;}
#footer .footer_sns a:last-child{margin-right:0;}
#footer .footer_sns a img{margin-top:9px;}
#footer .footer_sns a:last-child img{margin-top:11px;}

@media all and (max-width:1024px) {
	#footer div#copyright { padding:10px 0; height: 177px;}
	#footer div#copyright h2 { font-size:18px; }
}