/* ========================================================================== */
/* 1.À§Ä¡,ÇüÅÂ  (display | float | position | top | left)                     */
/* 2.Å©±â       (width | height)                                              */
/* 3.Á¤·Ä       (text-align | vertical-align)                                 */
/* 4.¿©¹é       (margin | padding)                                            */
/* 5.±âÅ¸       (overflow | table-layout | list-style)                        */
/* 6.ÅØ½ºÆ®     (font | line-height | word-spacing | white-space | color)     */
/* 7.¹è°æ       (background)                                                  */
/* 8.º¸´õ       (border)                                                      */
/* ========================================================================== */

/* ========================================================================== */
/* ÅÂ±× ÀçÁ¤ÀÇ                                                                */
/* ========================================================================== */

@import url(table.css);

html, body {
    width:100%;
    height:100%;
    margin:0;
}

form {
    margin:0;
}

table {
    border-collapse:collapse;
}

td {
    padding:0;
}

ul, ol, dl, li, dt, dd {
    list-style:none;
    margin:0;
    padding:0;
}

img {
    border:none;
}

a {
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
    font-size:1em;
}

label {
    cursor:pointer;
    white-space:nowrap;
}

/* ========================================================================== */
/* ÆùÆ®, »ö»ó                                                                 */
/* ========================================================================== */
body, table, input, select, textarea {
    font:normal 12px dotum;
    color:#666666;
}

a {
    color:#666666;
}

/* ========================================================================== */
/* ÀÔ·Â¾ç½Ä                                                                   */
/* ========================================================================== */
input.txtStyle {
    border:1px solid #D7D7D7;
}

textarea.txtStyle {
    border:1px solid #D7D7D7;
}

/* ========================================================================== */
/* ÄÁÅÙÃ÷ »ùÇÃ                                                                */
/* ========================================================================== */
.content * {
    line-height:140%;
}
