@charset "utf-8";
/* 초기화 */

*{margin:0;padding:0;}
li{list-style:none;}
a{text-decoration:none;color:#333;}
img{border:0;vertical-align: top;width: 100%;height: auto;}

.center{width: 100%;max-width:1200px;margin:0 auto;}

/* go top 버튼 */

.go_top{
	position:fixed;
	bottom:10px;
	right:10px;
	border:1px solid #aaa;
	color:#333;
	background: rgba(255,255,255,0.5);
	cursor:pointer;
	display:none;
	padding:20px 25px;
	z-index:999;
}