@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);


body, div, img, section, h1, h2, h3, h4, h5, h6, h7, span, a, nav, input, ul, li {
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-break: keep-all;
    letter-spacing: -0.5px;	
}

body {
	font-family: 'Nanum Gothic', sans-serif;
	background-color: #ebebeb;
	font-size: 14px;
	color: #636363;
}

p {
	line-height: 1.4em;

}

ul {
	list-style:none;
}

/*
* font - color
*/

.red{
	color : red;	
}

.black{
	color : black;	
}

.orange{
	color: #f98f1e;
}

.blue{
	color : #62c2fa;	
}

.white{
	color : white;	
}

.yellow {
	color : yellow;
}


/*
* ul-none
*/

.ul_none{
	list-style-type: none;
}
