@charset "utf-8";
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; } 

/* =============================================================================
   Base
   ========================================================================== */
html { font-size:100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;overflow-y:scroll;}

body { font-family:dotum, arial, verdana; color: #444; width:100%;height:100%; margin:0;padding:0; font-size: 0.9em; line-height: 1.6em;
-webkit-text-size-adjust: none;-moz-text-size-adjust: none;-ms-text-size-adjust: none;}

/* =============================================================================
   Links
   ========================================================================== */
a { color: #666;text-decoration: none; }
a:visited { color: #666;text-decoration: none; }
a:hover { color: #666;text-decoration: none; }
a:focus { outline: thin dotted;text-decoration: none;}
a:hover, a:active { outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
p,div,ul,dl,dt,dd,ol,li,button,input,textarea,select,h1,h2,h3,h4,h5{margin:0;padding:0}

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol, menu, dir {list-style-type:none;margin:0; padding:0;}

/* =============================================================================
   Embedded content
   ========================================================================== */
img { border: none; -ms-interpolation-mode: bicubic; vertical-align: top; }
svg:not(:root) { overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
figure { margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

button, input, select, textarea { border: 0;font-size: 100%; margin: 0;vertical-align: middle;font-family:"돋움",dotum,Helvetica,sans-serif; color: #666;}
button, input { line-height: normal;background: transparent;}
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

button[disabled], input[disabled] { cursor: default; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
input[placeholder]{color:#888;}

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* =============================================================================
   Tables
   ========================================================================== */
table { padding:0;margin:0;border-collapse:collapse;}
table caption{display:none}
th, td { padding:6px 5px;font-size: 12px;}
th{white-space:nowrap;}
@media on screen and (min-width:640px){
	th, td { padding:3px 1px;font-size: 0.9em;}
}


/* =============================================================================
  common
   ========================================================================== */
.hidden { display: none !important; visibility: hidden; }
.cB:before, .cB:after { content: ""; display: table; }
.cB:after { clear: both; }
.cB { clear: both;}
.psR{position:relative}

