html,
body {
	max-width: 100%;
	overflow-x: hidden;
	font-family: 'Noto Sans TC', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: always;
	-webkit-user-select: none;
	/* Chrome all / Safari all */
	-moz-user-select: none;
	/* Firefox all */
	-ms-user-select: none;
	/* IE 10+ */
	user-select: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

body {
	/*padding-top: 53px;*/
	background-color: #fff;
}

img {
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}

a[href^="tel"] {
	color: inherit;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400
}

.mobile-menu {
	display: block;
	height: 80px;
}

.header {
	height: 53px;
	position: fixed;
	top: 0;
	transition: top 0.1s ease-in-out;
	width: 100%;
}

/*.nav-up {
	top: -53px;
}*/
@media only screen and (min-width: 767px) {

	/*body {
	padding-top: 78px;
}*/
	.mobile-menu {
		display: none;
	}

	.header {
		height: 78px;
	}

	/*.nav-up {
	top: -78px;
}*/
}

#loading {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: rgba(255, 255, 255, 0.9);
}

@keyframes lds-rolling {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg);
	}

	100% {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

@-webkit-keyframes lds-rolling {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg);
	}

	100% {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.lds-rolling {
	position: relative;
}

.lds-rolling div,
.lds-rolling div:after {
	position: absolute;
	width: 86px;
	height: 86px;
	border: 6px solid #44631c;
	border-top-color: transparent;
	border-radius: 50%;
}

.lds-rolling div {
	-webkit-animation: lds-rolling 1s linear infinite;
	animation: lds-rolling 1s linear infinite;
	top: 100px;
	left: 100px;
}

.lds-rolling div:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.lds-rolling {
	width: 200px !important;
	height: 200px !important;
	-webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
	transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

.navbar-custom {
	padding-top: 5px;
	padding-bottom: 5px;
}

.navbar-dark {
	background: #1d2975;
}

.navbar-light {
	background: #000;
}

.navbar-brand {
	max-width: 100px;
}

.navbar-brand img {
	width: 100px;
}

.tel {
	margin-top: 0rem;
	display: inline-block;
	margin-left: auto;
	margin-right: 0.5rem;
	color: #fff;
}

.tel .tel-t {
	display: block;
	font-size: 0.5rem;
	font-weight: 100;
}

.tel .tel-n {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	margin-top: -0.3rem;
}

.tel .tel-n a,
.tel .tel-n a:visited,
.tel .tel-n a:hover {
	text-decoration: none;
	color: #30bac4;
}

@media only screen and (min-width: 767px) {
	.navbar-light {
		background: #fff;
	}

	.navbar-brand {
		max-width: 200px;
	}

	.navbar-brand img {
		width: 150px;
	}

	.tel {
		margin-top: -0.5rem;
		margin-left: auto;
		margin-right: 1.2rem;
	}

	.tel .tel-t {
		margin-bottom: 1rem;
		font-size: 1.2rem;
	}

	.tel .tel-n {
		line-height: 1.2rem;
		font-size: 1.5rem;
		margin-top: 0rem;
	}
}

.nav-h {
	font-size: 1.2rem;
	display: none;
	color: #FFF;
	font-weight: 500;
	padding-top: 25px;
	padding-bottom: 25px;
}

.navbar-custom .nav-link:active,
.navbar-custom.nav-link:focus,
.navbar-custom .nav-link:hover {
	color: #FFF !important;
}

.nav-h.bh1 {
	background: #48700e;
}

.nav-h.bh2 {
	background: #5e5e0e;
}

.nav-h.bh3 {
	background: #891f1f;
}

.navbar-toggler {
	font-size: 0.8rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #30bac4 !important;
	background-color: #fff;
	border: none !important;
}

@media only screen and (min-width: 767px) {
	.navbar-custom {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		padding-right: 0 !important;
	}

	.navbar-brand {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.nav-h {
		display: inline-block;
	}
}

.navbar-custom2 {
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: solid 1px #fff !important;
}

.navbar-custom2 .nav-link {
	color: #30bac4 !important;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: block;
	font-weight: 500;
}

.navbar-custom2 .nav-link:hover {
	color: #222 !important;
}

/* SHIFT */

.navbar-custom2 ul li a,
.navbar-custom2 ul li a:after,
.navbar-custom2 ul li a:before {
	transition: all .2s;
}

@media only screen and (min-width: 767px) {

	/* stroke */
	.stroke ul li a,
	.fill ul li a {
		position: relative;
	}

	.stroke ul li a:after,
	.fill ul li a:after {
		position: absolute;
		top: 1.7rem;
		left: 0;
		right: 0;
		margin: auto;
		width: 0%;
		content: '.';
		color: transparent;
		background: #222;
		height: 1px;
	}

	.stroke ul li a:hover:after {
		width: 100%;
	}

	.fill ul li a {
		transition: all 2s;
	}

	.fill ul li a:after {
		text-align: left;
		content: '.';
		margin: 0;
		opacity: 0;
	}

	.fill ul li a:hover {
		color: #fff;
		z-index: 1;
	}

	.fill ul li a:hover:after {
		z-index: -10;
		animation: fill 1s forwards;
		-webkit-animation: fill 1s forwards;
		-moz-animation: fill 1s forwards;
		opacity: 1;
	}
}

@media only screen and (min-width: 767px) {
	.navbar-custom2 {
		padding-top: 1.2rem;
		padding-bottom: 1.2rem;
	}

	.navbar-custom2 .nav-item {
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #30bac4;
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}

	.navbar-custom2 .nav-item:last-child {
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #30bac4;
	}

}


@media only screen and (min-width: 997px) {

	.navbar-custom2 .nav-link {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		display: inline-block;
		padding-left: .5rem;
		padding-right: .5rem;
	}
}

@media only screen and (max-width: 996px) and (min-width: 767px) {
	.navbar-custom2 .nav-link {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		display: inline-block;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

header.masthead {
	width: 100%;
	aspect-ratio: 9/15;
	background-color: #fff;
	overflow: hidden;
}

header.masthead img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: center center;
}

@media (min-width: 768px) {
	header.masthead {
		aspect-ratio: 16/9;
	}
}

.full-img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: center center;
}

section.content {
	padding: 0;
}

section {
	position: relative;
}

#p1 {
	background-color: #1891c8;
}

.testimonials {
	padding: 5rem 0;
	background-color: #e1e2f4;
}


.testimonials h4 {
	font-weight: 500;
	color: #727171;
}

@media (max-width:768px) {
	.testimonials {
		padding: 4rem 0;
	}
}

.testimonials .testimonial-item {
	max-width: 18rem
}

.testimonials .testimonial-item img {
	max-width: 12rem;
	box-shadow: 0 5px 5px 0 #adb5bd
}

.call-to-action {
	position: relative;
	padding-top: 6rem;
	padding-bottom: 6rem;
	background-color: #40443b;
}

.call-to-action.alt {
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
}

.call-to-action.alt .container {
	position: relative;
	padding-top: 6rem;
	padding-bottom: 3rem;	
}

.call-to-action.alt .container::after {
	content: '';
	position: absolute;
	z-index: 2;
	width: calc(100% - 30px);
	height: 1px;
	left: 50%;
	bottom: 0;
	background: linear-gradient(90deg, #44631c, #00a5e1, #35449a, #ec7799);
	transform: translateX(-50%);
}

#map-frame {
	width: 100%;
	height: 100%;
	filter: saturate(90%) contrast(95%);
	-webkit-filter: saturate(90%) contrast(95%);
	-moz-filter: saturate(90%) contrast(95%);
}

@media only screen and (max-width: 766px) {
	.call-to-action {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	#map-frame {
		height: 250px;
	}
}

.call-to-action h2 {
	font-weight: 500;
}

.call-to-action .overlay {
	position: absolute;
	background-color: #1d2087;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: .85
}

.call-to-action p.text-light {
	font-size: .85rem;
}

@media (max-width:768px) {
	.call-to-action p.text-light {
		font-size: .75rem;
	}
}

footer.footer {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

@media only screen and (max-width: 766px) {
	footer.footer {
		padding-bottom: calc(1rem + 62px)
	}
}





hr.sl {
	max-width: 100% !important;
	border-width: 1px;
	border-color: #DFDFF7;
}

.btn-primary {
	font-size: .85rem;
	font-weight: 500;
	color: #fff !important;
	border-radius: 0;
	border: none;
	background: #44631c;
	letter-spacing: 2px;
}

.btn-primary:hover {
	color: #44631c !important;
	background: #fff;
}

.btn-secondary {
	color: #fff !important;
	border-radius: 0;
	border-color: #fff;
	background: #003e4b;
}

.btn-secondary:hover {
	color: #003e4b !important;
	background: #fff;
	border-color: #fff;
}


#map {
	width: 100%;
	height: 300px;
	margin-top: 0;
	margin-bottom: 0;
}

.form-control {
	border-radius: 0;
}

.bg-primary {
	background-color: #333 !important;
}

.bts {
	padding: 0;
	-webkit-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.3);
}

.mbo {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}

.mbo:last-child {
	border-right-style: none;
}

.mbo a {
	color: #97c759 !important;
	text-decoration: none;
	background-color: rgba(33, 33, 33, 0) !important;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.mbo a:hover {
	color: #FFFFFF !important;
	background-color: rgba(99, 99, 99, 0.8) !important;
}

.mbo h5 {
	padding-top: .8rem;
	padding-bottom: .4rem;
	font-size: .9rem;
	font-weight: 500;
}

.ics {
	margin-right: 0;
	margin-bottom: 4px;
}

.mbo i,
.mbo span {
	display: block;

}

.mbo span {
	font-size: .75rem;
	padding-top: .1rem;
	color: #FFFFFF !important;
}

@media (min-width: 767px) {
	.bts {
		display: none;
	}
}

#myBtn {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Fixed/sticky position */
	bottom: 0;
	/* Place the button at the bottom of the page */
	right: 20px;
	/* Place the button 30px from the right */
	z-index: 500;
	/* Make sure it does not overlap */
	border: none;
	/* Remove borders */
	outline: none;
	/* Remove outline */
	background-color: #404040;
	/* Set a background color */
	color: #fff;
	/* Text color */
	cursor: pointer;
	/* Add a mouse pointer on hover */
	padding: 10px 15px 10px 15px;
	border-radius: 0px;
	/* Rounded corners */
	font-size: 1rem;
	/* Increase font size */
	/*border-radius: 50%;*/
}

@media only screen and (max-width: 766px) {
	#myBtn {
		right: 0;
		bottom: 70px;
	}
}

#myBtn:hover {
	color: #FFF;
	background-color: #44631c;
	/* Add a dark-grey background on hover */
}

.detail li {
	color: #727171;
	padding: .5rem 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(0, 0, 0, .1);
	font-size: 1rem;
	line-height: 1.8rem;
	font-weight: 500;
}

.detail li:last-child {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0, 0, 0, .1);
}

@media (max-width: 766px) {
	.detail li {
		font-size: .85rem;
		line-height: 1.6rem;
	}
}


.topic hr {
	max-width: 50px;
	border-width: 3px;
	border-color: #30bac4
}

hr.style-one {
	border: 0;
	height: 1px;
	background: rgba(0, 0, 0, .3);
}

hr.sec {
	margin: 2rem 0;
}


.slider li p.alt {
	position: absolute !important;
	bottom: 1rem;
	right: 1rem;
	margin: 0;
	font-size: 1rem;
	color: #fff !important;
	font-weight: 500 !important;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}


.show-p p.alt {
	position: absolute !important;
	bottom: 1rem;
	right: 2rem;
	margin: 0;
	font-size: 1rem;
	color: #fff !important;
	font-weight: 500 !important;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

@media (max-width: 766px) {

	.slider li p.alt,
	.show-p p.alt {
		bottom: .5rem;
		font-size: .95rem;
	}
}



.map-title {
	position: absolute;
	z-index: 9;
	top: 5%;
	left: 50%;
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
	width: 50%;
	color: #fff;
	transform: translateX(-50%) scaleX(.95);
}

@media (max-width: 766px) {
	.map-title {
		width: 75%;
		top: 8%;
		font-size: 1.1rem;
	}
}


.title {
	font-family: "Noto Serif TC", serif;
	font-size: 30px;
	font-weight: 700;
}

.title2 {
	font-size: 35px;
	font-weight: 700;
}

.title3 {
	font-size: 18px;
	font-weight: 600;
	color: #231815;
}

.title4 {
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
	color: #003e4b;
	text-align: justify;
}

.title2 span, .title span {
	font-weight: 400;
	font-family: "Judson", serif;
    font-optical-sizing: auto;
}

.title.wt {
	color: #fff;
}

.title.gr,
.title2.gr {
	color: #003e4b;
}

.title.bu,
.title3.bu {
	color: #0b3881;
}

.title.s1 {
	position: absolute;
	z-index: 1;
	left: 10%;
	bottom: 3%;
}

.inner-text {
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;
	color: #231815;
	text-align: justify;
	margin: 0;
}

.inner-text2 {
	font-size: 13px;
	line-height: 28px;
	font-weight: 400;
	color: #fff;
	text-align: justify;
}

.inner-text3 {
	font-size: 13px;
	line-height: 28px;
	font-weight: 400;
	color: #fff;
}

.inner-text4 {
	font-size: 12px;
	line-height: 22px;
	font-weight: 400;
	color: #231815;
	text-align: justify;
	margin: 0;
}

.inner-text5 {
	font-size: 13px;
	line-height: 28px;
	font-weight: 400;
	color: #231815;
}

.inner-text6 {
	font-size: 14px;
	line-height: 36px;
	font-weight: 400;
	color: #fff;
	margin: 0;
}

@media (max-width: 766px) {
	.title {
		font-size: 21px;
	}

	.title2 {
		font-size: 30px;
	}

	.title3 {
		font-size: 16px;
	}

	.title4 {
		font-size: 11px;
	}

	.inner-text {
		font-size: 12px;
		line-height: 18px;
	}

	.inner-text6 {
		font-size: 13px;
		line-height: 30px;
	}
}

/*.content-text p {
	width: 0;
	min-width: 100%;
	grid-column: 1/-1;
	word-wrap: break-word;
}*/

.ard {
	font-size: 11px;
	font-weight: 400;
	color: #000;
	margin: 0;
}

@media (max-width: 766px) {
	.ard {
		font-size: 10px;
	}
}

.add-text {
	position: absolute;
	z-index: 9;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-align: right;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.add-text.rb {
	right: 2%;
	bottom: 2%;
}

.add-text.rb2 {
	right: 4%;
	bottom: 2%;
}

.add-text.rb3 {
	right: 15px;
	bottom: 12px;
	text-align: right;
}

.add-text.rt {
	right: 2%;
	top: 2%;
}

.add-text.lb {
	left: 4%;
	bottom: 2%;
}

.add-text.lb2 {
	left: 13%;
	bottom: 2%;
}

.add-text.lb3 {
	left: 2%;
	bottom: 2%;
}

.add-text.lb4 {
	left: 15px;
	bottom: 12px;
}

.full-bg {
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.full-bg2 {
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
}

.g-line {
	border-top: solid 1px #003e4b;
	border-bottom: solid 1px #003e4b;
	padding-top: 10px;
	padding-bottom: 10px;
}

.year {
	font-family: 'Cantata One', serif;
	font-size: 40px;
	font-size: 400;
	color: #145b66;
	transform-origin: left center;
	transform: scaleX(.9);
	letter-spacing: -2px;
}

@media (max-width: 766px) {
	.mpl-5 {
		padding-left: 5%;
	}

	.year {
		font-size: 30px;
	}

	.pd62 {
		padding-top: 0;
		padding-bottom: 2rem;
	}

	.pd64 {
		padding-top: 6rem;
		padding-bottom: 2rem;
	}
}



.bg-gr {
	background-color: rgba(0, 62, 75, .95);
	mix-blend-mode: multiply;
}

.bg-or {
	background-color: rgba(220, 188, 165, .95);
	mix-blend-mode: multiply;
}

.float-t1 {
	position: absolute;
	z-index: 2;
	left: 7%;
	top: 7%;
	width: 27%;
	text-shadow: 0px 0px 5px rgba(7, 99, 175, 1);
}

.float-t2 {
	position: absolute;
	z-index: 2;
	right: 7%;
	top: 10%;
	width: auto;
	text-align: right !important;
}

.float-t3 {
	position: absolute;
	z-index: 2;
	right: 5%;
	top: 5%;
	width: auto;
	text-align: right !important;
}

.cp2 {
	margin: 0 -3px;
}

.cp2>.col-4,
.cp2>.col-8,
.cp2>.col-6 {
	padding: 0 3px;
}

.overflow-x-auto {
	overflow-x: auto;
}

.overlay-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	color: #fff;
	background-color: rgba(0, 0, 0, .6);
	text-align: center;
	left: 0;
	z-index: 2;
}

.overlay-cover .mid {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 0px;
}

.overlay-cover .mid:before {
	content: "";
	display: inline-block;
	width: 0%;
	height: 100%;
	vertical-align: middle;
}

.overlay-cover .mid p {
	display: inline-block;
	width: 90%;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-align: center;
}

.overlay-cover .mid p span {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto 10px auto;
	background: url('../img/swipe.svg') no-repeat;
	background-size: contain;
}

.sidemenu {
	position: fixed;
	z-index: 500;
	right: 20px;
	bottom: 60px;
	width: 44px;
	height: auto;
	/*background-color: #FF0004;*/
}

@media (max-width: 766px) {
	.sidemenu {
		display: none;
	}
}

.side-btn {
	width: 44px;
	height: 44px;
	color: #44631c;
	font-size: 1.8rem;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, .35));
	-webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, .35));
	-moz-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, .35));
	margin: 0 0 12px 0;
}

.side-btn.red {
	font-size: .8rem;
	line-height: .8rem;
	font-weight: 800;
	color: #fff;
	background-color: #ff0004;
}

.side-btn:last-child {
	margin: 0;
}

.side-btn:hover {
	color: #fff;
	background-color: #44631c;
}

.side-btn.red:hover {
	color: #fff;
	background-color: #8f0002;
	text-decoration: none;
}

input {
	-webkit-appearance: none;
	appearance: none;
	color: #111 !important;
	background-color: rgba(255, 255, 255, .95);

}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #111 !important;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #111 !important;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #111 !important;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #111 !important;
}

input {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

input:focus,
textarea:focus,
select:focus {
	outline-style: none;
	box-shadow: none;
}

.form-control {
	border-radius: 0;
	padding: .5rem 1rem;
	font-size: 1rem;
	color: #111;
	background-color: rgba(255, 255, 255, .95);
	border: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.select-css {
	display: block;
	font-size: 1rem;
	color: #111;
	background-color: rgba(255, 255, 255, .95);
	border: none;
	line-height: 1.5;
	padding: .5rem 1rem;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url('../img/arrow.svg');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}

.select-css::-ms-expand {
	display: none;
}

.form-check {
	padding-left: 0;
}

.form-check input[type=checkbox] {
	display: none;
}

.form-check input[type=checkbox]+span {
	display: inline-block;
	padding-left: 26px;
	line-height: 20px;
	background: url(../img/cbx-off.svg) no-repeat;
	user-select: none;
}

.form-check input[type=checkbox]:checked+span {
	background: url(../img/cbx-on.svg) no-repeat;
}


.form-check {
	padding-left: 0;
}

.form-check input[type=checkbox] {
	display: none;
}

.form-check input[type=checkbox]+span {
	display: inline-block;
	padding-left: 26px;
	line-height: 20px;
	background: url(../img/cbx-off.svg) no-repeat;
	user-select: none;
}

.form-check input[type=checkbox]:checked+span {
	background: url(../img/cbx-on.svg) no-repeat;
}


.pic-frame {
	overflow: hidden;
	position: relative;
}

.pic-frame2 {
	position: relative;
}

.pic-frame img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.pic-frame .gd {
	position: relative;
}

.a654 {
	aspect-ratio: 1000 / 654;
}

.a10-8 {
	aspect-ratio: 10 / 8;
}

.a16-9 {
	aspect-ratio: 16 / 9;
}

.a19-9 {
	aspect-ratio: 19 / 9;
}

.a6-5 {
	aspect-ratio: 6 / 5;
}

.a9-10 {
	aspect-ratio: 9 / 10;
}

.a9-11 {
	aspect-ratio: 9 / 11;
}

.a1-1 {
	aspect-ratio: 1 / 1;
}

.full-bg {
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.content-text {
	text-align: center;
}

.content-text  .float-title {
	font-family: "Judson", serif;
    font-optical-sizing: auto;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0;
	background-size: 100%;
	background: linear-gradient(0deg, #273b1c, #4a7b49);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	width: auto;
	display: inline-block;
	margin: 0 0 1rem 0;
	line-height: 1;
}

.content-text h3 {
	font-family: "Noto Serif TC", serif;
	font-size: 2.2rem;
	font-weight: 700;
	color: #494949;
	line-height: 1.2;
	margin: 0 0 1.5rem 0;
}

.content-text h4 {
	font-family: "Noto Serif TC", serif;
	font-size: 1.2rem;
	font-weight: 600;
	color: #231815;
	line-height: 1.5;
	margin: .5rem 0;
}

.content-text h5 {
	font-size: 1.05rem;
	font-weight: 700;
	color: #231815;
	line-height: 1.2;
	margin: 0;
	display: flex;
	flex-direction: row;
	white-space: nowrap;
	align-items: center;
	justify-content: center;
}

.content-text h5 hr {
	display: block;
	border: none;
	height: 1px;
	width: 100%;
	background-color: #231815;
	padding: 0 5px 0 0;
}

.content-text h5 span {
	display: inline-block;
	margin: 0 1rem 0 0;
	font-weight: 450;
}

.content-text p {
	font-size: .95rem;
	font-weight: 400;
	color: #231815;
	line-height: 1.75;
	margin: 0;
	text-align: center;
	text-align-last: center;
}

@media (max-width: 766px) {
	.content-text  .float-title {
		font-size: 18px;
	}

	.content-text h3 {
		font-size: 2rem;
	}

	.content-text p {
		font-size: .9rem;
		text-align: justify;
	}

	.content-text h4 {
		font-size: 1.15rem;
	}

	.content-text h5 {
		font-size: 1.1rem;
	}
}


#p02 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 5px;
	grid-row-gap: 5px;
}
	
#p02 .div1 { grid-area: 1 / 1 / 3 / 4; }
#p02 .div2 { grid-area: 1 / 4 / 2 / 5; }
#p02 .div3 { grid-area: 1 / 5 / 2 / 6; }
#p02 .div4 { grid-area: 2 / 4 / 3 / 6; }

#p03, #p04 {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 5px;
	grid-row-gap: 5px;
}
	
#p03 .div1, #p04 .div1 { grid-area: 1 / 1 / 2 / 4; }
#p03 .div2, #p04 .div2 { grid-area: 1 / 4 / 2 / 7; }
#p03 .div3, #p04 .div3 { grid-area: 2 / 1 / 3 / 3; }
#p03 .div4, #p04 .div4 { grid-area: 2 / 3 / 3 / 5; }
#p03 .div5, #p04 .div5 { grid-area: 2 / 5 / 3 / 7; }

#p05 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(4, 1fr);
	grid-column-gap: 5px;
	grid-row-gap: 5px;
}
	
#p05 .div1 { grid-area: 1 / 1 / 3 / 3; }
#p05 .div2 { grid-area: 3 / 1 / 4 / 2; }
#p05 .div3 { grid-area: 3 / 2 / 4 / 3; }
#p05 .div4 { grid-area: 4 / 1 / 5 / 2; }
#p05 .div5 { grid-area: 4 / 2 / 5 / 3; }

#p07 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 5px;
	grid-row-gap: 5px;
}

#p07 .div1 { grid-area: 1 / 1 / 3 / 2; }
#p07 .div2 { grid-area: 1 / 2 / 2 / 3; }
#p07 .div3 { grid-area: 2 / 2 / 3 / 3; }
#p07 .div4 { grid-area: 1 / 3 / 3 / 4; }

.w-85 {
	width: 85% !important;
}

.team .col-md-4 {
	position: relative;
}

.team .col-md-4::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: linear-gradient(0deg, rgba(170,170,170,1) 0%, rgba(170,170,170,1) 80%, rgba(170,170,170,0) 100%);
	opacity: 1;
}

.team .col-md-4:last-child:after {
	display: none;
}

@media (max-width: 766px) {
	.team .col-md-4::after {
		display: none;
	}
}

#p05 {
	position: relative;
}

#p05::after {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	display: block;
	background-color: rgba(170,170,170,1);
}

.detail {
	font-size: 1.1rem;
	font-weight: 600;
	letter-spacing: 1;
}

.detail span {
	font-weight: 400;
	display: inline-block;
	padding: 0 15px 0 0;
}

.detail span.alt {
	padding: 0;
}

.detail .col-auto {
	position: relative;
}

.detail .col-auto::before {
	content: '';
	position: absolute;
	z-index: 1;
	width: 1px;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
}

.detail .col-auto:last-child:after {
	content: '';
	position: absolute;
	z-index: 1;
	width: 1px;
	height: 100%;
	right: 0;
	top: 0;
	background-color: #fff;
}

@media (max-width: 766px) {
	.detail .col-auto::before, .detail .col-auto:last-child:after {
		display: none;
	}
}

.video-frame {
	width: 100%;
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.video-frame video {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}

#p0 {
	position: relative;
}

#p0::before {
	content: '';
	position: absolute;
	display: block;
	z-index: 3;
	left: 0;
	top: 0;
	width: 100%;
	height: 30px;
	background: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
}

ul.info {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.info li {
	position: relative;
	padding: 12px 0;
	font-size: 16px;
	font-weight: 450;
}

@media (max-width: 766px) {
	ul.info li {
		font-size: 15px;
	}
}

ul.info li::before {
	content: '';
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .3);
}

ul.info li:last-child::after {
	content: '';
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .3);
}