@charset "utf-8";
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button{border:0;	border-collapse:collapse;margin:0;padding:0;-webkit-text-size-adjust:none}
body,input,textarea,select,table,button{font-size:14px;line-height:1.25em;font-family:'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;font-size:87.5%;font-weight:normal;}
body{position:relative;background-color:#fff;color:#000;word-wrap:break-word;word-break:break-all}

a:link{text-decoration:none;}
a:active{text-decoration:none;}
a:hover{text-decoration:none;}
a:visited{text-decoration:none;}

img {border:none;}

.clear {
	display:block;
	float:none;
	clear:both;
	height:0;
	width:100%;
	font-size:0 !important;
	line-height:0 !important;
	overflow:hidden;
	margin:0 !important;
	padding:0 !important;
}
.show {display:block;}
.hide {display:none;}
.btncursor{cursor:pointer;}

button {
	border:none;
	background:none;
	cursor:pointer;
	overflow:visible;
	vertical-align:top;
	font-size:0;
	line-height:0;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}

.border_none {
	border:none;
}