@charset "utf-8";
/* CSS Document */
 
*{margin:0; padding:0;}
body{
	font-family: 'Noto Sans KR', sans-serif;
	font-size:14px; line-height:20px;
	color:#121212;
}
ul, ol{list-style:none;}
img{
	border:0;
	vertical-align:top;
}
a{
	color:#121212; text-decoration:none;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cf:after{
    content: ""; display: block; clear: both;
}












