@charset "euc-kr";
/* ************************************************************************
    ÀÛ¼ºÀÚ     : 
    ¿¬¶ôÃ³     : 
    ÀÛ¼ºÀÏ     : 2008.10.26
    ÃÖÁ¾¼öÁ¤ÀÏ : 2008.10.26

    1. CSS ¼±¾ð Á¦¾È¼ø¼­
        01. display       11. padding
        02. list-style    12. border
        03. position      13. background
        04. float         14. color
        05. z-index       15. font
        06. overflow      16. text-decoration
        07. clear         17. text-align
        08. width         18. vertical-align
        09. height        19. white-space
        10. margin        20. other text
                          21. contents
    2. ÇÑÁÙ·Î ÀÛ¼º              ( ex:test{ a:a; b:b; c:c; } )
    3. CSS¼±¾ð ¼öÁ¤ ½Ã ÁÖ¼®Ç¥±â ( ex:test{ a:a; b:b; c:c; }/* 0815 */ /* )
************************************************************************ */

@import url("cm_base.css");
@import url("cm_layout.css");
@import url("dn_board.css");

/* ************************************************************************
    Layout
************************************************************************ */
/* ---------- layout ---------- */
#mh_wrapper    { min-width:1002px; background:url(/en/images/main/visual_bg01.gif) repeat-x 0 0; }
#m_headerBg    { background:url(../../images/main/visual_bg02.gif) no-repeat 0 0; }
#m_header      { position:relative; top:0; left:0; width:1002px; height:454px; }

/* footer : "dn_layout.css" */

/* ---------- header ---------- */
#m_header .header_logo     { position:absolute; top:30px; left:20px; }
#m_header .header_logo img { float:left; }

#m_header ul.s_menu     { list-style:none; position:absolute; top:15px; left:703px; float:left; }
#m_header ul.s_menu li  { float:left; }
#m_header ul.s_menu img { float:left; }


/* ---------- footer ---------- */
/* footer : "dn_layout.css" */
