@charset "utf-8";
/* CSS Document */

.locationMap {
	position: fixed;
	width: 100%;
	height: 100%;
}
.container .content {
	height: calc(100% - 200px);
}
.container h1 {
	background-image: url(../images/title_location.png);
}
/** 交通資訊樣式 **/
.locationWrap {
	margin-bottom: 35px;
}
.transport {
	margin-bottom: 25px;
}
.transport:last-child {
	margin-bottom: 0;
}
.transport .second-title {
	font-size: 1.25rem;
	font-weight: 400;
	margin-bottom: 5px;
	color: #cc8a55;
}
.transport p, .transport div {
	margin-bottom: 0 !important;
	padding: 0 15px;
}
.transport p span, .transport div span {
	font-weight: 500;
}
a.goGmap {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 1.08rem;
	background: #112a40;
	padding: 7px 0;
	text-align: center;
}
@media screen and (max-width: 768px) {
.locationMap {
	position: relative;
	height: 350px;
}
div.gm-bundled-control, button.gm-fullscreen-control {
	top: 57px !important;
}
a.goGmap {
	margin-bottom: 10px;
}
}
@media screen and (max-width: 414px) {
}