@charset "utf-8";
@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');

@font-face {
    font-family: 'futura_md_btmedium';
    src: url('/font/futuram-webfont.eot');
    src: url('/font/futuram-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/futuram-webfont.woff2') format('woff2'),
         url('/font/futuram-webfont.woff') format('woff'),
         url('/font/futuram-webfont.ttf') format('truetype'),
         url('/font/futuram-webfont.svg#futura_md_btmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_lt_btlight';
    src: url('/font/futural-webfont.eot');
    src: url('/font/futural-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/futural-webfont.woff2') format('woff2'),
         url('/font/futural-webfont.woff') format('woff'),
         url('/font/futural-webfont.ttf') format('truetype'),
         url('/font/futural-webfont.svg#futura_lt_btlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 200;
  src: url(/font/NanumBarunGothicUltraLight.eot);
  src: local('Nanum Barun Gothic UltraLight'),
       local('NanumBarunGothicUltraLight'),
       url(/font/NanumBarunGothicUltraLight.eot?#iefix) format('embedded-opentype'),
       url(/font/NanumBarunGothicUltraLight.woff2) format('woff2'),
       url(/font/NanumBarunGothicUltraLight.woff) format('woff'),
       url(/font/NanumBarunGothicUltraLight.ttf) format('truetype');
}

* {margin:0;padding:0}
html, body {width:100%;}
body {*word-break:break-all;-ms-word-break:break-all}
body {
position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
	}
img, fieldset, object {border:0;}
ul, ol {list-style:none}
em, address {font-style:normal}
a {text-decoration:none;color:#000000}
a:hover, a:active, a:focus{text-decoration:none}