@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: 60px;
}

#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 40px 10px;
    margin-bottom: 50px;
    width: 100%;
    max-width: 400px;
    height: 165px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

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

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

#sec01 .btnList {
	justify-content: center;
	width: 80%;
    margin: 0 auto 80px;
}

#sec01 .btnList .box {
	width:46%;
	margin: 0 2% 0;
}

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

#sec01 .printBtn a {
	background: linear-gradient(rgb(55 183 152) 0%, rgb(38 119 111) 100%);
}

#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: 0;
        margin-bottom: 30px;
        width: 100%;
        min-height: 150px;
        height: auto;
        max-width: 100%;
        justify-content: center;
    }

	#sec01 .address p {
		font-size: 18px;
	}
	
	#sec01 .btnList {
		width: 90%;
		margin: 0 auto 60px;
	}
	
	#sec01 .btnList div:first-child a {
        margin: 0 auto 60px;
    }
	
	#sec01 .btnList .box {
		width: 100%;
		margin: 0;
	}

	#sec01 .btnList a, #sec01 .printBtn a {
		font-size: 16px;
		margin: 0 auto;
		width: 90%;
	}

	
	
	
	
	
	

	#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%;
	}	
	
	
	

}















