body {
	font-family: "Noto Sans", "Century Gothic Bold", "Noto Sans TC", "Noto Sans SC", "Microsoft JhengHei", sans-serif;
	overflow-x: hidden;
}

h1,
h2 {
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}

h1 {
	color: #e2b56b;
	font-size: 2rem;
}

h2 {
	font-size: 1.8rem;
}

h3 {
	color: #e2b56b;
	font-size: 1.5rem;
}

h4 {
	color: #e2b56b;
	font-size: 1.2rem;
}

a {
	color: #CC9A56;
}



.navbar {
	background-image: none;
	background-color: #fff;
	align-items: flex-end;
}

.navbar-brand img {
	padding: 11px 0 8px 6px;
}

.navbar-collapse {
	padding-left: 8px;
}

.navbar .dropdown-menu {
	border: none 0;
	border-radius: 0;
}

.navbar .navbar-toggler {
	border: none;
}

.navbar .navbar-toggler-icon {
	background-image: url("../img/menu_button.png");
}

.navbar button:focus,
.navbar-nav .dropdown-toggle {
	outline: none;
}

.dropdown-toggle::after {
	display: none;
}

.navbar .dropdown-menu>a:hover {
	background-image: none;
	background-color: rgb(176, 10, 50);
}
#tnc {
	background-image: url("../img/T_C_BG.png");
}

#form {
	background-image: url("../img/form_BG.png");
}

#succ {
	background-image: url("../img/form_BG.png");
}

#fail {
	background-image: url("../img/form_BG.png");
}
main {

	background-color: black;
	color: #fff;
	padding-top: 120px;
	padding-bottom: 40px;

}

main section::before {
	display: block;
	content: " ";
	margin-top: -150px;
	height: 150px;
	visibility: hidden;
	pointer-events: none;
}

main section {
	margin-bottom: 150px;
}

main .container {
	padding: 40px 50px 40px 50px;
	text-align: center;
}



.container-bg {
	background-color: rgba(71, 41, 19, 0.75);
	max-width: 80%;
	padding: 80px;
}
footer img {
	padding-top: 10px;
	max-width: 100%;
	padding-right: 20px;
}

section img {
	max-width: 100%;
}

section .yr2021 {
	max-width: 35%;
}

footer {
	text-align: right;
}

#banner {
	position: relative;
	top: 20px;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: black;
}

#banner img {
	max-width: 60%;
	left: 200px;
	position: relative;
}

#banner .banner-video video {
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'object-fit: cover;';
}

.tooltip-inner {
	max-width: 350px;
	padding: 15px 15px 15px 15px;
}

.btn-boc {
	border: 1px solid #fff;
	padding: 10px 40px 10px 40px;
	background-color: rgba(71, 41, 19, 0.65);
	color: #fff;
	font-weight: bold;
	-moz-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	-webkit-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	border-radius: 15px;
}

.btn-boc-green {
	border: 0px solid #fff;
	padding: 10px 40px 10px 40px;
	background-color: rgba(71, 41, 19, 0.65);
	color: #fff;
	font-weight: bold;
	-moz-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	-webkit-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	border-radius: 15px;
}

.btn-boc-green:hover {
	color: #ffffff;

}

.btn-boc-green a:hover {
	color: #F7931E;

}

.btn-boc:focus {
	box-shadow: none;
}

.btn-boc:active,
.btn-boc:hover {
	color: #fff;
	background: #F7931E;
}

#copyright {
	position: fixed;
	bottom: 100px;
	left: 0;
	width: 100%;
	padding: 0 50px 10px 0px;
	box-sizing: border-box;
	font-size: 14px;
	text-align: right;
}



#copyright .tandc {
	text-decoration: none;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.2)
}

.pamt {
	color: #CC9A56;
	font-weight: bold;
	font-size: 1.5em;
}

#captcha_link {
	width: 25px;
	height: 25px;
	display: inline-block;
	background-image: url("../img/form_button_Refresh.png");
	background-size: 25px;
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-top: 10px;
}



.black-bg {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.2);
	padding: 15px;
}


section:not(#banner) {
	max-width: 1900px;
	margin: 0 auto !important;
}