@charset "utf-8";
*{margin:0; padding:0; max-height:999999999px;}
li{list-style-type:none;} img{vertical-align:bottom; border:0;}
a{text-decoration:none;}

/*메인 파란색 0074bc*/

body{font-family:'Noto Sans KR','Malgun Gothic',san-serif; font-weight:300; font-size:14px; color:#666;}
div#wrapper{
	width:100%; position:relative; min-width:960px; background-color:#fff;
}

/*드래그색상*/
::selection{
	background-color:#333;
	color:#fff;
}