
body {
	font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "新細明體", PMingLiU, sans-serif;
	font-size: 16px;
	line-height: 150%;
	background-color: #e0ffe0;
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
}

*.focus, *:focus {
	outline: 0 !important;
	box-shadow: none !important;
}
.btn:hover,
.btn:active,
.btn:visited,
.btn:focus {
	text-decoration: none;
	border: 0;
	outline: 0 !important;
	box-shadow: none !important;
}

.xbtn {
	cursor: pointer;
	user-select: none;
	text-align: center;
	background-repeat: no-repeat;
}
.xlink {
	cursor: pointer;
}

header {
	height: 250px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
header .logo {
	max-height: 60px;
}
footer {
	height: 80px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('../image/bg_footer.png');
}
#content {
	min-height: 600px;
}

.container.cus {
	max-width: 960px;
}
.mxw {
	max-width: 960px;
}

#mainMenu {
	position: absolute;
	width: auto;
	left: auto;
	right: 0;
	top: 70px;
	background-color: #fff;
	padding: 0;
}
#mainMenu .nav-item img {
	max-height: 34px;
	margin-right: 0.5rem;
	vertical-align: middle;
}
#mainMenu .nav-item .nav-link {
	font-size: 18px;
	font-weight: 700;
	line-height: 34px;
}

#mainMenu .nav-item {
	color: #111;
}

#mainMenu .dropdown-menu {
	background-color: rgb(255,255,255);
}

#mainMenu .dropdown-menu li {
	margin: 0.375rem 1rem;
	border-bottom: 1px solid #ccc;
}
#mainMenu .dropdown-menu li:last-child {
	border-bottom: 0;
}

/* Extra small devices (phones, 600px and down) */
@media (max-width: 600px) {

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media (min-width: 600px) {
	footer {
		height: 120px;
		max-height: auto;
	}
	#mainMenu {
		width: auto;
		top: 90px;
		left: auto;
		right: 0;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media (min-width: 768px) {
	header {
		height: 400px;
	}
	header .logo {
		max-height: unset;
	}
	footer {
		height: 200px;
	}
	#content {
		margin-top: 120px;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media (min-width: 992px) {
	.navbar .container {
		background: rgb(0, 153, 51, 0.3);
	}
	#mainMenu {
		position: relative;
		background-color: transparent;
		margin-top: -85px;
	}
	#mainMenu .nav-item {
		margin-left: 1rem;
		margin-right: 1rem;
		padding: 1rem;
	}
	#mainMenu .nav-item:hover,
	#mainMenu .nav-item.active {
		background: rgb(0, 153, 51, 0.5);
	}
	#mainMenu .nav-item .nav-link {
		min-width: 120px;
		white-space: nowrap;
		padding: 0;
		padding-top: 6px;
		color: #093;
		font-size: 18px;
		line-height: 10px;
		font-weight: 700;
		text-align: center;
		position: relative;
	}
	#mainMenu .dropdown-menu .dropdown-item:hover,
	#mainMenu .dropdown-menu .dropdown-item:focus,
	#mainMenu .dropdown-menu .dropdown-item:active {
		background-color: rgb(0, 153, 51, 0.5);
	}
	#mainMenu .nav-item:hover .nav-link,
	#mainMenu .nav-item.active .nav-link,
	#mainMenu .nav-link:hover {
		color: #fff;
	}

	#mainMenu .nav-item img {
		max-height: unset;
		position: absolute;
		top: -100px;
		left: 50%;
		margin-left: -60px;
		margin-right: unset;
		vertical-align: unset;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}
