html{
	scroll-behavior: smooth;
}

.contact{
	padding: 80px 0;
}
.contact .ct-item{
	border-bottom: 1px solid #ccc;
	padding: 30px 0;
	cursor: pointer;
	
}
.contact .ct-item .ci-img{
	width: 35%;
}
.contact .ct-item .ci-right{
	flex: 1;
	margin-left: 50px;
}
.contact .ct-item .sy-item img{
	width: 26px;
	height: 26px;
	margin-right: 15px;
}
.contact  .ct-item  .corporate-name{
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 20px;
}
.contact .ct-item .sy-item{
	margin-bottom: 20px;
}
.map-bnox{
	
}
.map-bnox .map-address{
	margin-top: 10px;
	text-align: center;
}
.mapList{
	height: 600px;
}
@media screen and (max-width: 1300px) {
	.contact .ct-item .ci-right {
	    margin-left: 20px;
	}
	.contact .ct-item .corporate-name {
	    font-size: 20px;
	    margin-bottom: 10px;
	}
	.contact .ct-item .sy-item {
	    margin-bottom: 10px;
	}
	.contact .ct-item {
	    padding: 20px 0;
	}
	.mapList{
		height: 400px;
	}
}
@media screen and (max-width: 768px) {
	.contact {
	    padding: 30px 0;
	}
	.contact .ct-item {
	    padding: 15px 0;
		flex-direction: column;
	}
	.contact .ct-item .ci-img{
		width: 100%;
	}
	.contact .ct-item .ci-right {
	    margin-left: 0px;
		margin-top: 10px;
	}
	.contact .ct-item .corporate-name {
	    font-size: 18px;
	}
	.contact .ct-item .sy-item img {
	    width: 20px;
	    height: 20px;
	    margin-right: 10px;
	}
	.contact .ct-item .sy-item {
	    margin-bottom: 14px;
	}
	.mapList{
		height: 300px;
	}
}