@charset "UTF-8";

* {margin: 0; padding: 0; box-sizing: border-box;}
h1, h2, h3, h4, h5, h6, p, span, a {font-family: 'Nanum Square', sans-serif; color: #333; text-decoration: none;}
li {text-decoration: none; list-style: none;}
.mo {display: none;}

body {width: 100%; height: auto; overflow-x:hidden; background:#f9fafe;}
.clearfix:after{content:""; display:block; clear:both;}
.fix-layout{max-width:1744px; margin:0 auto; width:100%; padding:0 12px;}

footer{width:calc(100% - 300px); background:#fff; margin-left:auto; margin-right:0; padding:20px 12px; border-top: 1px solid #eee; font-size:15px; font-weight:600;}

@media all and (max-width: 1024px) {
	footer{width:100%;}	
}