@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/



/*********************
footer
**********************/
.fot_list {
	text-align:center;
	margin: 10px auto;
}

.fot_list a {
	color:#000000;
}

.copy {
	text-align:center;
}

.naver-handle{
	display:none;
}


@media only screen and (min-width: 769px) {

.fot_list {
	text-align:center;
	margin: 10px auto;
}

.fot_list a {
	color:#000000;
}

.copy {
	text-align:center;
}


}

