@charset "utf-8";
/* reset CSS
 ------------------------------------------------------------------------------------------------- */
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    /*	min-width:1126px; /* needed for container min-height  */
    font-family: Dotum, "µ¸¿ò", arial, sans-serif;
    font-size: small;
    color: #666;
    font-size: 12px;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

legend {
    display: none;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul, li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
}

hr {
    display: none;
}

a {
    color: #666;
    text-decoration: none;
}

caption {
    display: none;
}

pre, code {
    margin: 1.5em 0;
    white-space: pre;
    border-style: double;
    border-color: navy;
    background-color: #D0DFF2;
}

pre, code {
    font: 1em 'andale mono', 'lucida console';
    font-family: Malgun Gothic;
    font-weight: 200;
    color: black;
    line-height: 1.5em;
}

.detail_td {
	color: #ffffff,
	bg
/* °øÅëÅ¬·¡½º */
.clear {
    clear: both;
}

.accessibilityWrap {
    position: absolute;
    top: -10000px;
    left: 0;
}

.commentDelBtn {
    vertical-align: middle;
    margin-left: 5px;
}

.inputCheckbox {
    width: 13px;
    height: 13px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.inputRadio {
    width: 13px;
    height: 13px;
    vertical-align: middle;
}