@charset "utf-8";
/* RESET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, big, cite, code, del, dfn, em, font, img, ins, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: none 0 }
img, li, button { vertical-align: middle; text-align: left }
select, input { vertical-align: middle; text-align: left }
form legend, table caption { width: 0; height: 0; font-size: 0; text-indent: -9999px; line-height: 0 }
input[type=radio], input[type=checkbox], input[type=image] { margin: 0; border: none; background: none; }
textarea { font-size: 12px; overflow: auto }
fieldset, iframe { border: 0 none }
table, div { border-collapse: collapse; border-spacing: 0 }
table { width: 100% }
address, caption, cite, code, dfn, em, var { font-style: normal; font-weight: normal }
ul, li, ol { list-style-type: none }
hr { overflow: hidden; height: 0; width: 0; border: 0 none }
li, p, dt, dd, div, span { white-space: normal }
body, div { font-family:'맑은 고딕', Malgun Gothic, Dotum, '돋움', Arial, Tahoma; font-size: 12px; color: #454545 }
input, select, textarea { border: 1px solid #bdbdbd; color: #333; font-size: 12px; font-family:'맑은 고딕', Malgun Gothic, Dotum, '돋움', Arial, Tahoma; height: 18px; }
input[type=text], input[type=password] { height: 14px; padding: 1px; line-height: 14px; background-color: #FFFFFF; }
a { display: inline-block; text-decoration: none; cursor: pointer; }
label { display: inline-block; cursor: pointer }
h1, h2, h3, h4, h5, h6 { font-size: 12px }



/*login*/
#wrap {width:708px; height:100%; margin: 0 auto; }
.content h1 {margin:150px 0 12px 0}
.login_box {width:708; height:406; padding:0 ; border:1px solid #c6c6c6 ; position:relative; overflow: hidden}
.login_box h2 {margin:30px 0 13px 0px;}
.login_box p { margin-bottom:7px }
.login_box input[type=text], .login_box input[type=password] { padding-left: 5px; width: 160px; height:28px; line-height:28px; border: 1px solid #c4c4c4; background: #fafafa }
.login_box .btn { position: absolute; top:80px; right: 30px; cursor:pointer }
.login_box .language { margin-bottom: 7px }
.login_box .language select{ padding:2px; height: 26px}
.login_box .visual { border-bottom: 1px solid #c6c6c6 }
.login_box .input_box{ height: 100px; padding:15px 0 0 30px; box-sizing: border-box }
.login_box span{ display: inline-block; padding-right: 5px}
.login_box label{vertical-align:bottom}
.foot {clear: both; font-family: Tahoma; font-size: 11px; color: #9f9e9e; height: 20px; margin:8px 0 0 0 }
