@charset "utf-8";
@import url("layout.css");
@import url("setup.css");
@import url("setup1.css");
/*
* =================================================================================
* INFORMATION
* -----------------------------------------------------------------------
* @Author : choi, sung, hoon (sinji1567@naver.com)
* @File Name : common.css
* @Description : Style Sheet
* @Version : 1.0
* @Create Date : 2010.04.12
* @Update Date : N/A
* @History : N/A
* =================================================================================

/*=================================================================================
* Default - Css
=================================================================================*/

hr { display: none;}
ul, ol { list-style: none;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, 
td, legend { margin : 0; padding : 0; font-size: 100%;}

body, * { font-size: 12px; font-family: Dotum, sans-serif; line-height: 14px;}
html, body { height: 100%;}

p {  }

/*=================================================================================
* Table - Css
=================================================================================*/

table { border-collapse : collapse; border-spacing : 0;}

caption { display: none;}

th, td { font-size: 100%; color: #666666; }

/*=================================================================================
* Link - Css
=================================================================================*/

a:link, a:visited { color: #666666; text-decoration: none;}

a:active, a:hover { color: #666666; text-decoration: none;}

/*=================================================================================
* Img- Css
=================================================================================*/

img { border: 0 none; vertical-align: top;}

/*=================================================================================
* Form - Css
=================================================================================*/

form { margin: 0px; padding: 0px;}

legend { display: none;}

fieldset { border: 0 none; margin: 0px; padding: 0px;}

input { font-size: 100%; vertical-align: middle; border: 1px solid #d0d0d0;}

select { font-size: 100%; vertical-align: middle;}

textarea { font-size: 100%; padding: 5px; border: 1px solid #d6d6d6;}


/*=================================================================================
* ETC - Css
=================================================================================*/

address, caption, cite, code, dfn, em, strong, th, var { font-style : normal;  font-weight : normal;}
address { line-height: 12px;}

