@charset "utf-8";
/* CSS Document */

body { padding:0; margin:0; font-family:"돋움", "바탕", "굴림"; font-size:12px; color:#414141; }

a { color:#000ACC; text-decoration:none }

a:hover { text-decoration:underline }

div { padding: 0; margin: 0; }

#wrapper { width: 959px; margin:auto; position:relative; background:url(../notice_view/images/wrapper_bg.gif) no-repeat;} 

ul { margin:0; padding:0 }

.member_type { cursor:pointer; font-weight:bold; }

/* form style */
.simpleform_login {font: 10pt Verdana; line-height:120%; BACKGROUND-COLOR:#ffffff; COLOR:#000000; BORDER:1px solid #B6D5D8}
.simpleform{font: 10pt Verdana; line-height:120%; BACKGROUND-COLOR:#FFFFFF; COLOR:#000000; BORDER:1px solid #B8B8B8}
/* Common Button */
.menu_button
{
    font-family: 돋움;
    line-height:100%;
    text-decoration:none;
    font-weight:bold;
    border:1px solid #dedede;
    height:19px;    
    background-image : url(../images/button_common2.gif);
    background-repeat : repeat;
    text-align:center;
    padding-top:8px;
    cursor:pointer;
    color:#122A46;
}
.menu_button:hover
{
    font-family: 돋움;
    line-height:100%;
    text-decoration:none;
    font-weight:bold;
    border:1px solid #cccccc;
    height:19px;   
    background-image : url(../images/button_common2_roll.gif);
    background-repeat : repeat;
    padding-top:8px;
    text-align:center;                                                    
    cursor:pointer;
}

.menu_button_sel
{
    font-family: 돋움;
    line-height:100%;
    text-decoration:none;
    border:1px solid #cccccc;
    height:15px;    
    background-image : url(../images/button_common_roll2.gif);
    background-repeat : repeat;
    padding-top:4px;
    text-align:center;
}

.search_button
{
    font-family: 돋움;
    line-height:100%;
    text-decoration:none;
    border:1px solid #3c3c3c;
    height:15px;    
    /*background-image : url(../images/button_search.gif); */
    background-color: #878787;
    background-repeat : repeat;
    text-align:center;
    padding-top:4px;
    cursor:pointer;
    color:#ffffff;
}
/*
.search_button:hover
{
    font-family: 돋움;
    line-height:100%;
    text-decoration:none;
    border:1px solid #A13322;
    height:15px;    
    background-image : url(../images/button_search_roll.gif);
    background-repeat : repeat;
    text-align:center;
    padding-top:4px;
    cursor:pointer;
    color:#ffffff;
}
*/
.contents_line_top     
{
    background-image : url(../images/detail_line_top.gif);
    height:10px;
}
.contents_line_middle     
{
    background-image : url(../images/detail_line_middle.gif);                
}
.contents_line_bottom      
{
    background-image : url(../images/detail_line_bottom.gif);
    height:10px;                
}
