@import url('font.css');

body {margin:0;padding:0;  text-decoration:none; font-family:"³ª´®°íµñ", "Nanum Gothic", "µ¸¿ò", "Dotum", "±¼¸²", "Gulim", "Sans-serif"; font-size:11px; background:#f3f1e9; min-width:1300px; height:100%; min-height:800px;}
div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,th,td,dl, dt, dd {margin:0;padding:0;}
html{  height:100%; }
table { border-collapse:collapse; border-spacing:0; }
img{border:0; vertical-align:middle;}
ul{list-style:none;}
li{list-style:none;}
a{text-decoration:none; }
.both { 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;  
}
.both:after { 
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}