/*-------------------------------------
■ content
-------------------------------------*/
.sys_map,
.sys_sys{
	margin-bottom:50px;
}
.g_map{
	margin-bottom:20px;
	border:1px solid #c4902e;
	background:#000;
}
.g_map iframe{
	width:100%;
	height:450px;
}

.ib_info{
	text-align:center;
	padding:5px 0;
	color:#e8b23e;
}

.ibi_title{
	padding-right:10px;
	color:#e8b23e;
	font-weight:bold;
}

.ibi_text br{
	display:none;
}

.ibi_text a{
	padding:5px 10px;
	color:#fff;
	border-radius:5px;
	background:#ac7918;
	transition:background .3s;
}
.ibi_text a:hover{
	background:#c4902e;
}


.ib_sys_t{
	padding:15px 0;
	line-height:2;
	text-align:center;
	color:#e8b23e;
	border-bottom:1px solid #514126;
}
.ib_sys_t:last-child{
	border-bottom:0;
}






@media screen and (max-width:767px){
	.g_map{
		margin-left:auto;
		margin-right:auto;
		width:84%;
	}
	.g_map iframe{
		height:300px;
	}

















}