@charset "utf-8";
body{
	font-family: '微軟正黑體';
	padding: 0px;
	margin: 0px;
}
#carouselExampleIndicators{
	height:auto;
	overflow: hidden;
	width:100%;
}
.carousel-indicators ol li{
	list-style-type:none;
}
#carouselA7{
	height:auto;
	overflow: hidden;
	width:100%;
}
#carouselA8{
	height:auto;
	overflow: hidden;
	width:100%;
}
#carouselA9{
	height:auto;
	overflow: hidden;
	width:100%;
}
#carouselA10{
	height:auto;
	overflow: hidden;
	width:100%;
}
.headerDiv{
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.headerImg{
	width:100%;
}
#footer{
	background-color: #ccc;
}
.error{
	color:red;
}
.abgne-menu input[type="checkbox"] {
	display: none;
}
.abgne-menu input[type="checkbox"] + label {
	display: inline-block;
	background-color: #ccc;
	cursor: pointer;
	padding: 5px 10px;
	margin-right: 5px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	/*border: 1px solid #aaa;*/
}
.abgne-menu input[type="checkbox"]:checked + label {
	background-color: #99f;
}

.removeBtn{
	height:34px;
	background-color: #B8B8DC;
	border:none;
}
.checkboxDiv{
	display: inline-block;
	/*width:140px;*/
}
#cityDiv{
	background-color: #ddd;
}
.keywordDiv{
	width:120px;
	display: inline-block;
	background-color: #eee;
	border: 1px solid #aaa;
	margin: 2px;
	text-align: center;
	cursor: pointer;
}
#keywordDivV{
	background-color: #ddd;
}
#keywordAllDiv{
	display: inline-block;
}
.media{
	width:100%;
	height:460px;
}
.media div{
	width:100%;
	height:460px;
}
@media (max-width: 575.98px) { 
.media{
	width:100%;
	height:200px;
}
.media div{
	width:100%;
	height:200px;
}
}