@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0;box-sizing:  border-box;}
body{
	font-family:'Noto Sans KR', sans-serif;
	font-size: 15px;
	line-height:20px;
	color: #444;
	overflow-x: hidden;
}
ul, ol{list-style:none;}
img{
	border:0;
	vertical-align:top;
}
a{
	color:#444; text-decoration:none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.cf:after{
	content: ""; display: block; clear: both;
}



