@charset "EUC-KR";

/************************************************************************
 * file name   : common.css
 * summary     : basic define, common style
 * date        : 2008.11.04
************************************************************************/


/* basic */
body, table, th, td, div, p, span, ol, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, a, textarea, input, select {font-family:dotum, verdana, arial, sans-serif; font-size:12px; color:#676767;line-height:17px }
body, div, p, span, ol, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, img {margin:0; padding:0}
table   {border-collapse:collapse; empty-cells:show}
ul, ol  {list-style:none}
li	    {vertical-align:;}
li img	{vertical-align:;}
p {clear:both}
img {border:0}
hr {display:none; clear:both}
/* //basic */


/* Form */
textarea {border:solid 1px #ccc}
input {border:solid 1px #D3D3D3; height:17px}
select {}
label {cursor:pointer}
/* //Form */


/* link */
a:link {color:#666; text-decoration:none}
a:visited {color:#666; text-decoration:none}
a:hover {color:#666; text-decoration:underline}
a:active {color:#666; text-decoration:none}
/* //link */


/* h */
h1 {font:px #}
h2 {font:px #}
h3 {font:px #}
h4 {font:px #}
h5 {font:px #}
h6 {font:px #}
/* //h */


/* scroll */
body, div, textarea {
scrollbar-face-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-darkshadow-color: #CCCCCC;
scrollbar-track-color:#FFFFFF;
scrollbar-arrow-color: #CCCCCC;}
/* //scroll */


/*  */
.clfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clfix {display:inline-block;}/* Hides from IE-mac \*/
*html .clfix {height:1%}
.clfix {display:block}/* End hide from IE-mac */
/* // */


/* transparent png */
//.png24 {tmp:expression(setPng24(this));}
/* //transparent png */

