@charset "utf-8";

/* Reset */
html,body{height:100%;}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select {margin:0;padding:0;}
body, th, td,  p, li, dt, dd, input, textarea, select, button {color:#444;font-family:"Nanum Gothic", Nanum Gothic, Dotum;font-size:14px;}
fieldset, img, area {border:0 none;vertical-align:top;}
ul, ol {list-style:none;}
h1,h2,h3,h4,h5,h6 {font-size:14px;font-weight:normal;text-align:left;}
hr {display:none;}
a:link, a:visited, a:active {color:#444;text-decoration:none;}
a:hover {color:#444;text-decoration:none;}

caption, th {text-align:left;font-weight:normal;}
legend, caption {overflow:hidden;left:0;top:-5000px;width:0;height:0;font-size:0;line-height:0;display:none;}

/*
button,label{cursor:pointer;}
button {display:inline-block;border:0;vertical-align:top;}
button img{left:-3px;}
button * {position:relative;}
button span {z-index:-1;}
*/
textarea{resize:none;}
em,address{font-style:normal}

table {width:100%;}
table, table th, table td {border-collapse:collapse;border-spacing:0;font-family:"Nanum Gothic", Nanum Gothic, Dotum;}
table td a {text-decoration:underline ;}

/*
table td {word-break:break-word;word-break:keep-all;}
a:active {outline:none;}
a {outline:none;}
a {selector-dummy: expression(this.hideFocus=true);}
*/

/*select {clear:both; height:23px; border:1px solid #d0d2d7; padding:0px 2px; color:#777; font-size:11px; padding-bottom: 3px;}*/
select {clear:both; height:23px; border:1px solid #d0d2d7; padding: 0px 3px;font-family:dotum;}
select:disabled {clear:both; height:23px; border:1px solid #d0d2d7; padding: 0px 3px;background:#e0e0e0;}

/* Common */
.cfx{zoom:1;}
.cfx:after{display:block;clear:both;content:"";}
.blind {position:absolute;left:-9999px;top:-9999px;width:1px;height:1px;overflow:hidden;font-size:1px;line-height:1px;visibility:hidden;}
.vt {vertical-align:top;}
.vm {vertical-align:middle;}
.fl {float:left;}
.fr {float:right;}
.tl {text-align:left}
.tr {text-align:right;}
.tc {text-align:center}
.spacing {letter-spacing:normal !important;}
.hide {display:none;}
.show {display:block;}

/* Input */
.EnOnly {ime-mode:disabled;}
