@charset "utf-8";
/* CSS Document */
/*
@font-face{font-family:ngeot;src:url('/cjinoo/font/NanumGothic.eot');}
@font-face{font-family:ngttf;src:url('/cjinoo/font/NanumGothic.ttf');}
@font-face{font-family:ngBeot;src:url('/cjinoo/font/NanumGothicBold.eot');}
@font-face{font-family:ngBttf;src:url('/cjinoo/font/NanumGothicBold.ttf');}
@font-face{font-family:ngEBeot;src:url('/cjinoo/font/NanumGothicExtraBold.eot');}
@font-face{font-family:ngEBttf;src:url('/cjinoo/font/NanumGothicExtraBold.ttf');}
*/

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);


body{overflow-x: hidden; margin:0; padding:0;}
body, div, p, span, ul, li{font-family:Nanum Gothic;}

.loading { position:absolute; z-index:100; width:100%; height:100%; background:#fff; text-align:center;}

a{text-decoration: none; color: #156ab4; -webkit-transition: color 0.15s ease-out; -moz-transition: color 0.15s ease-out;}
a:hover{color: #9fc43a;}

ul, ol, li {margin:0; padding:0;}

li {list-style:none;}


h1, h2 {font-weight:bold;}

strong {font-weight:bold;}
b {font-weight:bold;}

img{ border: 0;}

::-moz-selection{ background: #f00; color:#fff;  }
::selection { background: #f00; color: #fefcf2;  }

.footerLink {color:#fff;}
.footerLink:hover {color:#d9d9d9;}
