ul, li{list-style: none;}
body{
	width:900px;
	height:900px;
	margin: 0 auto;
	font-size:16px;
	font-family: 'Noto Sans KR', sans-serif;
	padding:0px;
}
.body_main{
	width:900px;
	height:900px;
	margin: 0 auto;
	font-size:16px;
	padding:0px;
	background-image: url("../index_img/map_background.png");
	background-repeat: no-repeat;
	background-size: 900px 900px;
	z-index: 999;
}
.body_map{
	width:100%;
	height:900px;
}
.body_map>img{
	margin: 130px 0 0 0;
	width:100%;
	height:auto;
	position: relative;
}
.body_map .btn_seal{
	width:800px;
	height:100px;
	position: relative;
}
.body_map .btn_seal>img{
	width:300px;
	height:100px;
	position: relative;
}
#go_se{
	position: relative;
	float: right;
	top:-650px;
	cursor: pointer;
}
#go_nae{
	position: relative;
	margin:0px;
	float: left;
	top:-450px;
	left:50px;
	cursor: pointer;
}
#go_dae{
	position: relative;
	margin:0px;
	float: right;
	top:-400px;
	cursor: pointer;
}