.container .banner {
	background-image: url(../../img/contact/banner.png);
	height: 200px;
	background-size: cover;
	background-position:center;
	text-align: center;
}

.banner .banner-content {
	padding-top: 50px;
	font-size: 32px;
	font-weight: 400;
	color: #FFFFFF;
}

.banner .banner-eng {
	padding-top: 25px;
	padding-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

.banner-line {
	width: 89px;
	height: 3px;
	margin: 0 auto;
	background: #FFFFFF;
}

.contactUs-container {
	text-align: center;
	background-color: #F6F6F6;
}

.prospectus {
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 30px 0;
}

.prospectus-title p {
	font-size: 24px;
	font-weight: normal;
	color: #355087;
}

.prospectus-title .line {
	width: 75px; height: 4px; background: #7C93BF; margin: 0 auto; margin-top: 10px;
}

.prospectus-title .line2 {
	width: 100vw; height: 1px; background: #B1B1B1; margin: 0 auto;
}

.prospectus-content {
	margin: 30px;
}

.prospectus-content span {
	color: #7C93BF; font-size: 18px;
}

.prospectus-content p {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	text-align: left;
	line-height: 30px;
}

.map {
	background-image: url(../../img/contact/map.png);
	background-size: cover;
	background-position:center;
	margin: 0 auto;
	height: 300px;
	padding-top: 300px;
}

.map .map-content {
	width: 100vw;
	height: 180px;
	background-color: #FFFFFF;
	padding: 20px 10px;
	text-align: left;
}

.map-content .tel {
	font-size: 18px; 
	font-weight: 700; 
	color: #7C93BF;
}

.map-content .tel-detail {
	margin-top: 10px;
}

.map-content .tel-detail .tel-detail-item {
	display: flex;
	align-items: center;
}

.map-content .tel-detail .tel-detail-item .phone {
	width: 21.5px; height: 20.5px;
}

.map-content .tel-detail .tel-detail-item .addr {
	width: 18.5px; height: 23.5px;
}

.map .map-content p {
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	line-height: 30px;
	padding-left: 20px
}

.contact-address {
	margin: 180px auto 30px;
	background: #FFFFFF;
	text-align: left;
	padding: 20px 0;
}

.contact-address-card {
	background: #FFFFFF;
	padding: 20px 0;
}

.ml-75 {
}

.contact-address-title {
	font-size: 18px; 
	font-weight: 700; 
	color: #333333;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
}

.card-content {
	display: flex;
	padding-left:10px;
}

.card-content .addr2 {
	width: 15px; 
	height: 20px;
	margin-top: 5px;
}

.card-content .bg {
	display: none;
}

.card-content .card-content-title {
	font-size: 16px; font-weight: normal; color: #333333; padding: 0 15px;
}

