/* ========================================================================== */
/* 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%;
    margin  : 0px;
    padding : 0px;
}

form {
    margin : 0px;
}

img {
    border-width : 0px;
}
td {
    word-break:break-all;
}

* html  .png24  {tmp:expression(setPng24(this))}

/* ========================================================================== */
/* ÆùÆ® Á¤ÀÇ                                                                  */
/* ========================================================================== */
body, table {
    font  : normal 12px dotum;
    color : #979797;
}

input, select, textarea {
    font  : normal 12px dotum;
    color : #6B717B;
}
.black {color: #333333}

/* ========================================================================== */
/* ¸µÅ© Á¤ÀÇ                                                                  */
/* ========================================================================== */
a {
    color           : #979797;
    text-decoration : none;
}

a:hover {
    color           : #000000;
    text-decoration : underline;
}



/* ========================================================================== */
/* »ç¿ëÀÚ Å¬·¡½º Á¤ÀÇ                                                         */
/* ========================================================================== */

/* ÅØ½ºÆ®¹Ú½º */
.txtbox {
    height      : 20px;
    padding-top : 4px;
    border      : 1px solid #e0e0e0;
}

/* BG */
.tt_bg { background-attachment:fixed; background-image:url("../images/ui/tt_bg.gif"); background-repeat:no-repeat; background-position:left top; }