
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, header, article, section, footer, aside, figure, figcaption, textarea, input {
	margin:0;
	padding:0;
	vertical-align:baseline;
	background:transparent;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

* {
	-webkit-text-size-adjust:none;
}

body {
	font-size:13px;
	font-family:'Nanum Gothic',tahoma,AppleGothic,Sans-serif;
	color:#5d5d5d;
	line-height:1;
}

header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption {
	display: block
}

a:link,
a:visited {
	text-decoration:none;
}

img, fieldset { border:0 }
select { height:33px; font-family:'Nanum Gothic',tahoma,AppleGothic,Sans-serif; font-size:100%; vertical-align:middle; line-height:27px; border:1px solid #cecece; background-color:#fff; -webkit-border-radius:1px; box-sizing:border-box; -moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
select[disabled] { color:#333; border:none; background-color: #bbb;}
input[type=checkbox] {
	-webkit-border-radius:1px;
}
input[type=checkbox], input[type=radio]  {
	width:14px;
	height:14px;
	vertical-align:middle;
}
input[type=text], input[type=password], input[type=tel], input[type=email], input[type=number]   {
	height:33px;
	padding-left:5px;
	font-family:'Nanum Gothic',tahoma,AppleGothic,Sans-serif;
	font-size:100%;
	vertical-align:middle;
	border:1px solid #cecece;
	background-color:#fff;
	border-radius:0;
	-webkit-appearance: none; 
}
input[readonly],input[disabled]   {
	color:#333; border:none; background-color: #bbb;
}

button {
	border:0 none;
	padding:0;
	margin:0;
	font-family:'Nanum Gothic',tahoma,AppleGothic,Sans-serif;
	font-size:100%;
	vertical-align:middle;
	background:transparent;
	cursor:pointer;
}
button::-moz-focus-inner {
	margin: -1px;
	padding: 0;
}

ul {
	list-style:none;
}

address,caption,cite,code,dfn,var,em {
	font-style:normal;
	font-weight:normal;
}

textarea {
	overflow:hidden;
	width:100%;
	padding:5px;
	font-family:'Nanum Gothic',tahoma,AppleGothic,Sans-serif;
	font-size:100%;
	border:1px solid #ccc;
	border-radius:0;
	-webkit-appearance: none; 
}

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:'.';
}
* html .clearfix {
	height:1%;
}
.clear {
	clear:both;
}
.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;
}
.ellipsis {
white-space:nowrap;
text-overflow:ellipsis;
-o-text-overflow:ellipsis;
overflow:hidden;
}


/* 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;
	empty-cells:show;
}