/* ========================================================================== */
/* 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)                                                      */
/* ========================================================================== */


/* ========================================================================== */
/* ÅÂ±× ÀçÁ¤ÀÇ                                                                */
/* ========================================================================== */
html, body {
    width:100%;
    height:100%;
}

img {
    border-width:0;
}

form {
    margin:0;
}

label {
/*    cursor:pointer;*/
    white-space : nowrap;
}

label input {
    cursor:pointer;
}


/* ========================================================================== */
/* ±âº» ÆùÆ®, »ö»ó                                                            */
/* ========================================================================== */
body, table, input, select, textarea {
    font:normal 12px dotum;
}

body, table {
    color:#7F7F7F;
}

input, select, textarea {
    color:#6B717B;
}

a {
    color:#7F7F7F;
    text-decoration:none;
}

a:hover {
    color:#000000;
    text-decoration:underline;
}


/* ========================================================================== */
/* Å×ÀÌºí ÀçÁ¤ÀÇ                                                              */
/* ========================================================================== */
table {
    border-collapse:collapse;
}

table td {
    padding:0;
}