@charset "utf-8";
/* 해더 반응형 작업 */

/* footer */
.mcsmg_footer {display:none; background:#fff; border-top: solid 9px #eaeaea; padding: 20px 0 25px; font-family: HelveticaNeue,AppleSDGothicNeo,'Malgun Gothic','맑은 고딕', Dotum, '돋움', sans-serif }
.mcsmg_footer_links {margin: 0 15px 17px; text-align: center; }
.mcsmg_footer_links > a {display:inline-block; font-size:16px; color: #666; text-decoration: none;}
.mcsmg_footer_links > a:before {content:""; display:inline-block;  width: 1px; height: 10px; margin:0px 15px; background-color: #ccc;}
.mcsmg_footer_links > a:first-child:before {display: none}
.mcsmg_footer_copyright {font-size: 13px; color: #999; text-align:center}


/* 풋터 영역 */
@media screen and (max-width:1300px) {
    footer  {width:97%; margin:0px auto;}
}
@media screen and (max-width:1000px) {
    footer  {display:none;}
    .mcsmg_footer  {display:block;}
}








