@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);

a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav, menu,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, td, tfoot, thead, th, tr, td, video, tt,
u, ul, 
var { margin:0; padding:0; border:0; vertical-align:baseline; font-size:100%; font:inherit; }

body { font-size:100%; color:#444; line-height:1.5em; background:url("../img/login/login_bg.png"); }
h1, h2, h3, h4, h5, h6, th, td, table, input, button, select, textarea { font-size:1em; }
body, input, button, select, textarea, sub { font-family:'Nanum Gothic',dotum,Verdana; }
em, cite, address, optgroup { font-style:normal; }
kbd, samp, code { font-family:monospace; }

a { color:#444; }
a:link, a:visited { text-decoration:none; }
a:hover, a:focus, a:active { text-decoration:underline; }

label { cursor:pointer; }
code { display:block; }

legend, hr { overflow:hidden; position:absolute; top:0; left:0; }
legend, hr, caption { visibility:hidden; font-size:0; width:0; height:0; line-height:0; }

img, input, button, select, textarea{ vertical-align:middle; }
ul, ol{ list-style:none; }
img, fieldset{ border:0; }
abbr, acronym{ border-bottom:1px dotted black; cursor:help; }
table {	width:100%; border-spacing:0; }

input[type=text]:-ms-input-placeholder { color:#A6A6A6; }
input[type=password]:-ms-input-placeholder { color:#A6A6A6; }

input[type=text]:-webkit-input-placeholder { color:#A6A6A6; }
input[type=password]:-webkit-input-placeholder { color:#A6A6A6; }

input[type=text]:-moz-input-placeholder { color:#A6A6A6; }
input[type=password]:-moz-input-placeholder { color:#A6A6A6; }

legend, hr{ overflow:hidden; position:absolute; left:0; top:0; }
legend, hr, caption{ visibility:hidden; width:0; height:0; font-size:0; line-height:0; }

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{display:block;}
mark, rp, rt, ruby, summary, time{ display:inline; }

blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:""; content:none; }


/* login */
#login_box { position:fixed; top:50%; left:50%; width:653px; height:499px; margin:-300px 0 0 -300px; background:url("../img/login/login_tb_bg.png") no-repeat; }

#login_box > div.form_box { position:relative; z-index:0; width:320px; margin:0 auto; }
#login_box > div.form_box ul { width:320px; margin-top:200px; margin-left:60px; font-family:'Nanum Gothic',dotum,Verdana; font-size:17px; }
#login_box > div.form_box ul > li { height:40px; margin:0;  }
#login_box > div.form_box ul > li:first-child { margin-bottom:22px; }

#login_box > div.form_box .text { width:310px; height:35px; font-size:17px; border:0; }

#login_box > div.form_box div.btn_login { margin:20px 0px 0px 220px; }
#login_box > div.form_box div.id_save  { margin:15px 0px 0px 57px; }

/* server change */
#notice { margin:0 auto; text-align:center; margin-top:100px; font-weight:800; }