﻿/* Type Selector */
*
{
    margin:0; 
    padding:0; 
    font-family:"돋움","굴림", Dotum,  Gulim, AppleGothic, Sans-serif;
    font-size : 10pt;
}
html
{
    width:100%; 
    overflow:auto; 
    overflow-x:hidden; 
    overflow-y:auto;
}
body
{   
    width:100%; 
    height:100%; 
    
    background-color:#ffffff; 
    background-repeat:repeat-x; 
    background-position:bottom bottom;
}
img, fieldset, button
{
    border:none;
}
hr, button img
{
    display:none;
}
li
{
    list-style:none;
}
a
{
    text-decoration:none; 
    color:#000000;
}

textarea
{
    overflow:auto;
}

input
{
    height:14px; 
    padding-top:2px; 
    padding-left:-5px;
    
    border:solid 1px #c8c8c8; 
    
    font-size:1em; 
    font-size:12px; 
    letter-spacing:2px; 
    text-indent:5px; 
    
}
