* {
	position:relative;
	margin:0 auto;
	padding:0;
	border:0;
	font-size:12px;
	font-family: '¸¼Àº °íµñ','Malgun Gothic';
	/*width°¡ padding¿¡ ¿µÇâÀ» ¹ÞÁö ¾ÊÀ½*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

ul {
	list-style:none;
}

.float_left {
	float:left;
}
.float_right {
	float:right;
}
.body_box {
	margin:0 auto;
	width:1000px;
}
.body_box_wide {
	margin:0 auto;
	width:1020px;
	overflow:hidden;
}
.body_box:after {
	clear:both;
}

.title_box {
	overflow:hidden;
}
.title_box:after {
	clear:both;
}

input, select, textarea {
	border:1px solid #ccc;
	padding:2px;
}

A:link {color:#666666; text-decoration:none;}
A:visited {color:#666666; text-decoration:none;}
A:active {color:#4169e1; text-decoration:none;}
A:hover {color:#3333FF; text-decoration:underline;}