/*********************************************************** SMALL SCREEN */
	#about-banner-container {
		height: calc(100vh / 3);
	}
	
	#about-banner-title-container {
		top: 30px;
		left: 30px;
	}
	
	.about-banner-title {
		font-size: 56px;
		line-height: 64px;
	}
	
	.about-banner-title-bg {
		top: -25px;
		left: -30px;
		width: calc(150px * (660 / 300));
		height: 150px;
	}
	
	.about-content-container {
		width: calc(100% - 40px);
	}
	
	.about-content-left {
		width: 100%;
	}
	
	.about-content-right {
		width: 100%;
		margin: 50px 0px 0px 0px;
	}
	
	.about-title {
		width: calc(100% - 40px);
		font-size: 24px;
		line-height: 36px;
	}
	
	.about-sub-title {
		font-size: 15px;
		line-height: 26px;
	}
	
	.about-text {
		font-size: 15px;
		line-height: 26px;
	}
	
	#about-map {
		height: calc(100vh / 3);
	}
	

/*********************************************************** MEDIUM SCREEN */
@media screen and (min-width: 800px) {
	#about-banner-container {
		height: 500px;
	}
	
	#about-banner-title-container {
		top: 60px;
		left: 100px;
	}
	
	.about-banner-title {
		font-size: 66px;
		line-height: 72px;
	}
	
	.about-banner-title-bg {
		top: -45px;
		left: -60px;
		width: calc(240px * (660 / 300));
		height: 240px;
	}
	
	.about-content-container {
		width: calc(100% - 100px);
	}
	
	.about-content-left {
		width: 100%;
	}
	
	.about-content-right {
		width: 100%;
		margin: 50px 0px 0px 0px;
	}
	
	.about-title {
		width: calc(100% - 100px);
		font-size: 38px;
		line-height: 56px;
	}
	
	.about-sub-title {
		font-size: 17px;
		line-height: 28px;
	}
	
	.about-text {
		font-size: 17px;
		line-height: 28px;
	}
	
	#about-map {
		height: calc(100vw / 3);
	}
}


/*********************************************************** LARGE SCREEN */
@media screen and (min-width: 1380px) {
	#about-banner-container {
		height: 500px;
	}
	
	#about-banner-title-container {
		top: 60px;
		left: calc((100vw - 1300px + 150px + 140px) / 2);
	}
	
	.about-banner-title {
		font-size: 72px;
		line-height: 86px;
	}
	
	.about-banner-title-bg {
		top: -45px;
		left: -60px;
		width: calc(240px * (660 / 300));
		height: 240px;
	}
	
	.about-content-container {
		width: calc(100% - 140px);
	}
	
	.about-content-left {
		width: calc(100% - 310px - 60px);
	}
	
	.about-content-right {
		width: 310px;
		margin: 0px;
	}
	
	.about-title {
		width: calc(100% - 140px);
		font-size: 44px;
		line-height: 64px;
	}
	
	.about-sub-title {
		font-size: 18px;
		line-height: 31px;
	}
	
	.about-text {
		font-size: 18px;
		line-height: 31px;
	}
	
	#about-map {
		height: calc(310px * (330/300));
	}
}


/*********************************************************** INDEX */


/*********************************************************** BANNER */
#about-banner-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	background: rgb(0,111, 138);
}

#about-banner-container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	max-width: 2000px;
	
	margin: 0px auto;
	
	background: transparent;
	/*background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url("assets/images/about/about-banner.jpg");*/
	
	overflow: hidden;
}

#about-banner-title-container {
	position: relative;
	/*width: calc((324px + 2px) * 3);*/
	margin: 0px;
	background: transparent;
}

.about-banner-title-bg {
	position: absolute;
	/*top: -45px;
	left: -60px;
	width: calc(240px * (660 / 300));
	height: 240px;*/
	
	background: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("assets/images/index/index-banner-title-bg.png");
	
	opacity: 0.8;
}

.about-banner-title {
	position: absolute;
	top: 0px;
	left: 0px;
	
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	color: white;
	letter-spacing: 0px;
	text-align: left;
	text-decoration: none;
}


/*********************************************************** CONTENT */
#about-content-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	
	margin: 0px;
	
	background: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("assets/images/about/about-content-bg.jpg");
}

#about-content-bg {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	
	margin: 0px;
	background: white;
}

.about-content-container {
	position: relative;
	top: 0px;
	left: 0px;
	
	margin: 0px auto;
	background: transparent;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about-content-left {
	position: relative;
	top: 0px;
	left: 0px;
	
	margin: 0px;
	background: transparent;
	
	display: inline-block;
}

.about-content-right {
	position: relative;
	top: 0px;
	left: 0px;
	
	background: transparent;
	
	display: inline-block;
}

.about-title {
	position: relative;
	top: 0px;
	left: 0px;
	
	margin: 0px auto;
	
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #171C8F;
	letter-spacing: 0px;
	text-align: left;
	text-decoration: none;
}

.about-sub-title {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #171C8F;
	letter-spacing: 0px;
	text-align: left;
	text-decoration: none;
}

.about-text {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #171C8F;
	letter-spacing: 0px;
	text-align: left;
	text-decoration: none;
}

.about-service-box {
	position: relative;
	top: 0px;
	left: 0px;
	width: 130px;
	height: 30px;
	margin: 0px;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about-service-text {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	color: #171C8F;
	letter-spacing: 0px;
	line-height: 30px;
	text-align: left;
	text-decoration: underline;
}

.about-service-arrow {
	position: relative;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 30px;
	margin: 0px;
	
	background: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("assets/images/common/next-button.svg");
}

#about-map {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	
	background: transparent;
	/*background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("assets/images/about/about-map.jpg");*/
}














