
.about_container{
	padding: 20px 10px 0 10px;
	text-align: center;
	box-sizing: border-box;	
}

.about_container:after{
	content: '';
	display: block;
	clear: both;
}

.about_img{
	max-width: 100%;
	height: auto;
}

.ab_title{
	margin-top: 5px;
	font-weight: bold;
	font-size: 22px;
	color: #495575;
}

.about_info{
	padding-top: 185px;
	position: relative;
}

.about_info1{
	position: absolute;
	top: 40px;
	left: 0;
}

.ab_info{
	display: inline-table;
	text-align: left;	
   	width: 40%;
   	table-layout: fixed;
   	font-size: 18px;
   	margin: 0 10px;
}


.abinfo1_tr{
	display: table-row;
	line-height: 40px;
}

.abinfo1_td{
	display:  table-cell;
	border-bottom: 1px solid #ccc;
}

.abinfo1_td_title{
	color: #495575;
	font-weight: bold;
	width: 100px;
}

.abinfo1_td_info, .abinfo1_td_info a{
	color: #727171;
}

.abinfo1_td_info a:hover{
	color: #2E385A;
	text-decoration: underline;
}

.about_info2{
	width: 100%;
	position: absolute;
	top: 39%;
	left: 0;
	color: #fff;
	line-height: 26px;
}

.about_info2 p{
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 10px; 
}

.map_info{
	position: absolute;
	display: flex;
	justify-content:center;
	align-items:center;
	bottom: 1%;
	width: 100%;
}

.map_img{
	display: inline-block;
}

.mapinfo_img{
	max-width: 100%;
	height: auto;

}

.google_map{
	width: 60%;
	height: 220px;
	background-color: #aaa;
	display: inline-block;
	margin-left: 2%;
}

@media screen and (max-width: 1279px){

	.mapinfo_img{
		width: 80%;	
	}
}

@media screen and (max-width: 1023px){

	.about_logo{
		max-width: 20%;
	}

	.about_info {
	    padding-top: 50px;
	}

	.about_info1 {
	    position: static;
	}

	.abinfo1_td{
	border-bottom: 0px solid #ccc;
	}

	.ab_info{	
	   	width: 60%;
	   	font-size: 18px;
	}

	.abinfo1_td_title{
		width: 30%;
	}

	.about_info2 {
	    width: 100%;
	    position: static;
	    color: #727171;
	    margin-top: 50px; 
	}

	.map_info{
		bottom: 3%;
	}

	.google_map{
		width: 60%;
		height: 25vw;
		margin: 0 2%;
	}

	.mapinfo_img{
		max-width: 100%;
	}
}


@media screen and (max-width: 840px){
	.map_img{
		display: none;
	}

	.google_map{
		width: 95%;
		height: 30vw;
		display: block;
		margin: 0 auto;
	}
}


@media screen and (max-width: 767px){


	.about_container{
		padding: 20px 0px 0px 0px;
		overflow-x: visible;
		overflow-y: visible;
	}

	
	.ab_info{	
	   	width: 65%;
	   	font-size: 18px;
	}

	.map_info{
		display: block;
		bottom: 0;

	}

	.map_img{
		display: none;
		
	}

	.google_map{
		width: 95%;
		height: 30vw;
		display: block;
		margin: 0 auto 2.5%;
	}
}

@media screen and (max-width: 480px){

	.ab_info{	
	   	width: 90%;
	   	font-size: 18px;
	}

	.abinfo1_td_title{
		width: 35%;
	}
}