@charset "EUC-KR";
body, table, th, td, div, p, a, span {margin: 0; padding: 0;}

img {border: 0 none;}
a {text-decoration: none;}


.pointer { cursor: pointer; }
.c_pointer { cursor: pointer; }

.ta_left { text-align: left; }
.ta_center { text-align: center; }
.ta_right { text-align: right; }

.hide { display: none; }
.inline {display: inline;}
.block {display: block;}

.clear, .wrapper { clear: both; }

.full {width: 100%;}

.fw_b { font-weight: bold; }

.br {border:1px solid red;}

.fix {clear:both; height:1px;}