@charset "utf-8";
/* CreamHouse Web (creamhouse.net) jung gyu lim 20130115 */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,input,textarea {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

* {
	-webkit-text-size-adjust:none;
}

body {
	font-size:12px;
	font-family:'돋움',Dotum,tahoma,AppleGothic,Sans-serif,Arial;
	color:#666;
	line-height:1;
}

header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption {
	display: block
}

ul, ol {
	list-style:none;
}

address,caption,cite,code,dfn,var,em {
	font-style:normal;
	font-weight:normal;
}

fieldset,img {
	border:0;
}

legend {
	width:0;
	height:0;
	overflow:hidden;
	margin:0;
	padding:0;
	visibility:hidden;
	font-size:0;
	line-height:0;
}

hr {
	display:none
}

/* clear */
.clearfix:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:'.';
}
.hidden {
	display:none;
}
.visible {
	position:absolute;
	top:-9999px;
	width:0;
	height:0;
	overflow:hidden;
	margin:0;
	padding:0;
	visibility:hidden;
	font-size:0;
	line-height:0;
}
* html .clearfix {
	height:1%;
}
button {
	border:0 none;
	padding:0;
	margin:0;
	text-indent:-99999px;
	background:transparent;
	cursor:pointer;
}


/* Table */
caption {
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
					

a { color: #292929; text-decoration: none; }
a:hover {color: #494747;text-decoration:none; }