@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

/* CSS Document */
html {overflow-y:scroll; overflow-x:hidden;}
html, body { margin:0px; padding:0px; width:100%; height:100%; color:#333; font-family:'Lato','Nanum Gothic'; font-size:75%; line-height:1.8em; letter-spacing:-0.01em; background:#333732}
img {vertical-align:top; border:0;}
p {margin:0}

/* MAIN LAYOUT */
#wrap {position:relative; width:100%; height:100%; text-align:center; background:url(../img/im/mbg.jpg) center 0 fixed no-repeat;/* background-size:cover; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/im/mbg',sizingMethod='scale'); -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/im/mbg',sizingMethod='scale')";*/}
.container {position:relative; min-height:100%; margin:0 0 -54px 0;}
.footer {position:relative; height:54px;}
.cont {position:relative;}