

/*content-wrap*/
	#content-wrap{
		margin:0;
		padding:0;
	}

	#content-wrap section{
		margin:0;
		padding:0;
	}
	
	#content-wrap #introduce{
		color: #aaa !important;
		background: #fff;
		margin-bottom:25px;
		line-height:1;border-bottom: 1px solid #bbb;
	}

	#content-wrap #introduce .content{
		display:block;
		padding:20px;
		height:100%;
	}

	#content-wrap #introduce .content .flip{
		width:100%;
		border-bottom:1px dotted #bbb;
		padding-bottom:15px;
		margin:0 0 15px 0;
	}

	#content-wrap #introduce .content .flip b{
		color: #1a1a1a;
		font-weight:900;
	}

	#content-wrap #introduce .content .panel{
		line-height:20px;
		display:block;
		font-size:0.6em;
		font-weight:600;
		border:0;
		 -webkit-box-shadow:none;
		 box-shadow:none;
	}

	i.red{
		font-style:normal;
		color:#b12a32;
	}
	
	#content-wrap #gmap{
		background: #fff;
	}

	#content-wrap #gmap .gmap_text{
		color: #aaa !important;
		text-align: center;
		font-weight:400;
		font-size:15px;
		padding:0px 15px 10px ;
		line-height:18px;
	}

