@charset "UTF-8";

#sec01 {
    padding: 130px 0 100px;
    background: -webkit-linear-gradient(bottom, #EFEFEF 70%, #fff 70%, #fff);
    background: linear-gradient(to top, #EFEFEF 70%, #fff 70%, #fff);
	margin-bottom: 100px;
}

#sec01 h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 80px;
    letter-spacing: 8px;
}

#sec01 .map {
	margin-bottom: 80px;
}

#sec01 .map img {
	border: 1px solid #888;
}

#sec01 .text {
	margin-bottom: 20px;
}

#sec01 .text02 {
	margin-bottom: 10px;
	font-size: 20px;
}

#sec01 .text02 span {
    font-weight: bold;
}

#sec01 .address {
    background: #fff;
    border-radius: 6px;
    border: 1px solid #333;
    padding: 20px 80px 10px;
    display: inline-block;
	margin-bottom: 80px;
}

#sec01 .address img {
    width: 130px;
    margin-bottom: 15px;
}

#sec01 .address p {
    font-size: 24px;
}

#sec01 .btnList {
	justify-content: center;
}

#sec01 .btnList a {
	padding: 5px 15px;
	color: #fff;
}

#sec01 .btnList a {
    padding: 12px 30px;
    color: #fff;
    font-size: 18px;
    margin: 0 20px;
    width: 280px;
    display: inline-block;
    border-radius: 5px;
}



#sec03 {
	position: relative;
	padding-bottom: 60px;
}

#sec03:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 70px;
	background: linear-gradient(90deg, #8ecdbf 0%, #9ec4e8 100%);
}


@media screen and (max-width: 767px) {
	
	#sec01 {
		padding: 50px 0 50px;
		margin-bottom: 50px;
	}	
	
	#sec01 h2 {
		font-size: 20px;
		margin-bottom: 40px;
	}	
	
	#sec01 .map {
		margin-bottom: 40px;
	}
	
	#sec01 .text02 {
		margin-bottom: 20px;
		font-size: 18px;
	}
	
	#sec01 .address img {
		width: 100px;
	}
	
	#sec01 .address {
		padding: 20px 0 10px;
		margin-bottom: 40px;
		width: 90%;
	}	

	#sec01 .address p {
		font-size: 20px;
	}
	
	#sec01 .btnList div:first-child a {
		margin: 0 20px 30px;
	}

	#sec03 {
		padding-bottom: 40px;
	}	
	
	#sec03:after {
		height: 40px;
	}	

	.projectBtn {
		width: 90%;
		margin: 0 auto 40px;
	}	

	
}
 
@media screen and (min-width: 768px) {
	
	#sec01 .map img {
		width: auto;
		max-width: 100%;
	}	
	
	
	

}















