@charset "utf-8";

/**  default.css Menu *********************************************

*******************************************************************/

caption,.invisible{visibility:hidden !important;overflow:hidden !important;position:static;width:0 !important;height:0 !important;margin:0 !important;padding:0 !important;font-size:0 !important;line-height:0 !important;text-indent:-9999px !important}
/* 201303 추가 */

/* reset
--------------------------------------*/
body,div,td,p,ul,ol,dl,dd,img,form,h1,h2,h3,h4,h5{
margin: 0;
padding: 0;
border: none;
font-style: normal;
text-align: left;
/* zoom: 1; 201303 삭제*/
}

/* base
--------------------------------------*/
body{
font:81.3% Verdana, "돋움", Dotum, sans-serif;
/* *font-size: small;
*font: x-small; 201303 삭제*/
color: #333333;
background: #e6e6e6;
}


#wrapQuickbuy{
background: #fff;
}/* 201304 추가 */

table{
border-collapse: collapse;
font-size: inherit;
/* font: 100%; 201303 삭제 */
}

h1,h2,h3,h4,h5{
font:100% Verdana, "돋움", Dotum, sans-serif;
/* *font-size:small;
*font:x-small; 201303 삭제*/
font-weight:bold;
}

input,textarea,select{
font:100% Verdana, "돋움", Dotum, sans-serif;
}

textarea{
resize: none;
}

th,td{
border-collapse: collapse;
}

ul,ol{
list-style-type: none;
}

/* link
--------------------------------------*/
a:link{ text-decoration:none; color:#006699; }
a:visited{ text-decoration:none; color:#006699; }
a:hover{ text-decoration:underline; color:#006699; }
a:active{ text-decoration:underline; color:#006699; }

/* float
--------------------------------------*/
.floatright{
display: block;
float: right;
}

.floatleft{
display: block;
float: left;
}

/* clearfix
--------------------------------------*/
.clearfix:after{ content:""; display:block; height:0; clear:both; visibility:hidden; }/* 201303 통합테스트2차 수정 ID_490 */
.clearfix{ display:inline-block; }
/*\*/
* html .clearfix{ height:1%; }
.clearfix{ display:block; }
/**/

/* bold
--------------------------------------*/
.txtbold{
font-weight: bold;
}

/* align
--------------------------------------*/
.alignleft{
text-align: left;
}

.alignright{
text-align: right;
}

.aligncenter{
text-align: center;
}

.imgover{}
