
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800');

*{ margin: 0; padding: 0; }
html{ overflow-y: scroll;  height:100%; }
body{ font-family:'Nanum Gothic',dotum,sans-serif; color: #444; letter-spacing:-0.3px; line-height:160%; height:100%; overflow-y: scroll;  }

body,h1,h2,h3,input,textarea,select,option{ font-size: 1em; }
img{ border: 0; }
li{ list-style: none; }
hr{ display: none; }
a{ color:#444; text-decoration: none; }
a:hover{ text-decoration: none; }

input:focus {outline:none;}
textarea:focus {outline:none;}
button:focus {outline:none;}
option:focus {outline:none;}
select:focus {outline:none;}

select::-ms-expand { /* for IE 11 */  display: none;}

input {  }
fieldset {border:0px}

.blind { display:none; }
.clear { clear:both; }



#loading { width: 100%; height: 100%; top: 0px; left: 0px; position: fixed; display: block; opacity: 0.7; background-color: #fff; z-index: 99; text-align: center; }

#loading-image { position: absolute; top: 50%; left: 50%; z-index: 100; }

#mloader{position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 99999; background-color: #000; opacity: 0.7; display:none; }

