
	/* map title */
	.h-map-title {
		position: relative;
		background-color: var(--brand-gray-light);
		color: var(--brand-gray);
	}
	.h-map-title .h-inner {
		display: flex;
    justify-content: center;
    flex-flow: row wrap;
		width: 100%;
		max-width: 2000px;
		margin: 0 auto;
		padding: 8em 0 4em;
    position: relative;
    z-index: 2;
    background: var(--brand-gray-light);
    border-radius: 0 0 0 96px;
		overflow: hidden;
	}
	.h-map-title .h-title-wrap {
		display: flex;
    justify-content: center;
		flex-flow: column;
		width: 90%;
		margin-top: 3em;
		text-align: center;
		    z-index: 3;
    position: relative;
	}
	.h-map-title .h-title.left {
		position: relative;
		left: 20%;
		color: var(--brand-gray);
		text-align: left;
	}
	.h-map-title .h-title.right {
		position: relative;
		right: 20%;
		color: var(--brand-gray);
		text-align: right;
	}
	.h-map-title .h-watermark-wrapper {
		position: absolute;	
    top: -222px;
		right: -100px;
		width: 600px;
		opacity: .2!important;
		z-index: 2;
	}
	.h-map-title .h-watermark-wrapper img {
		width: 100%;
	}
	.h-map-title .h-map {
		position: relative;
		background: var(--brand-gray);
	}
	@media screen and (max-width: 1400px) {
		.h-map-title .h-inner {padding: 200px 0 4em;}
		.h-map-title .h-watermark-wrapper {    top: -152px;}
	}
	@media screen and (max-width: 1024px) {
		.h-map-title .h-inner {padding: 200px 0 4em;}
	}
	@media screen and (max-width: 880px) {
		.h-map-title .h-inner {padding: 0 0 75px; min-height: 650px;}
		.h-map-title .h-inner .h-title.left { left: 0; font-size: 45px!important; line-height: 60px; }
		.h-map-title .h-inner .h-title.right { right: unset; font-size: 45px!important; line-height: 60px; text-align: left; }
		.h-map-title .h-watermark-wrapper {    top: -272px;}
		.h-map-title .h-title-wrap { margin-top: 60px; justify-content: flex-end; }
		
	}
	@media screen and (max-width: 480px) {
		.h-map-title .h-inner {padding: 0 0 50px; min-height: 600px;}
		.h-map-title .h-inner .h-title { font-size: 38px!important; line-height: 42px; }
	}