html,
body {
	max-width: 100%;
	overflow-x: hidden;
	font-family: "Noto Serif TC", serif;
	font-optical-sizing: auto;
	-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: auto;
	-ms-interpolation-mode: nearest-neighbor;
	scroll-behavior: smooth;
}

body {
	background-color: #faf5f0;
}

img {
	image-rendering: auto;
	-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;
}

/* Menu */

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

@media only screen and (min-width: 767px) {
	.mobile-menu {
		display: none;
	}
}

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

@media (max-width: 766px) {
	.sidemenu {
		right: 7px;
		bottom: 60px;
	}

}

.side-btn {
	width: 46px;
	height: 46px;
	color: #ff6600;
	font-size: 1.8rem;
	background-color: #fff;
	border-radius: 50%;
	border: solid 1px #ff6600;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 12px 0;
}

.side-btn.red {
	font-size: .85rem;
	line-height: .85rem;
	font-weight: 700;
	color: #ff6600;
	background-color: #fff;
}

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

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

.side-btn.red:hover {
	color: #fff;
	background-color: #ff6600;
	text-decoration: none;
	border: solid 1px #ff6600;
}

.bts {
	padding: 0;
	border-top: solid 1px #ff6600;
}

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

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

.mbo a {
	color: #ff6600 !important;
	text-decoration: none;
	background-color: #fff !important;
}

.mbo a:hover {
	color: #ff6600 !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: #ff6600 !important;
}

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

/* Loading */
#loading {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(10px);
}

@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 #ff6600;
	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);
}

/* Top Menu */
#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: #ff6600;
	/* 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 {
		bottom: 63px;
		right: 0px;
		padding: 5px 10px 5px 10px;
	}
}

#myBtn:hover {
	color: #fff;
	background-color: #ff6600;
	/* Add a dark-grey background on hover */
}

/* Masthead */
header.masthead {
	width: 100%;
	aspect-ratio: 64/45;
	background-color: #fff;
}

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

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

/* Content Text */
.float-text {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.content-text h1 {
	font-family: "Noto Serif TC", serif;
	font-weight: 500;
	font-size: 36px;
	line-height: 1.5;
	color: #ff6600;
	margin: 0 0 8px 0;
}

.content-text h1 span {
	display: block;
	font-size: 26px;
	font-weight: 450;
	margin: 8px 0 0 0;
}

.content-text.wt h1 {
	color: #fff;
	background: none;
	-webkit-background-clip: inherit;
	-webkit-text-fill-color: inherit;
}

.content-text h4 {
	font-weight: 500;
	font-size: 26px;
	line-height: 1.5;
	color: #404041;
	margin: 0 0 8px 0;
}

.content-text h4 span {
	display: block;
	font-family: "Fraunces", serif;
	font-weight: 400;
	font-size: 20px;
	margin: 8px 0 0 0;
}

.content-text hr {
	display: block;
	width: 150px;
	height: 1px;
	border: none;
	background: #ff6600;
	margin: 0 0 13px 0;
}

.content-text.wt hr {
	background: #fff;
}

.content-text hr.ct {
	margin: 0 auto 13px auto;
}

.content-text h3 {
	font-family: "Fraunces", serif;
	font-weight: 400;
	font-size: 35px;
	color: #ff6600;
	margin: 0 0 8px 0;
}

.content-text.wt h3 {
	color: #fff;
}

.content-text p {
	font-size: 18px;
	font-weight: 400;
	color: #404041;
	line-height: 1.8;
	margin: 0 0 10px 0;
}

.content-text.wt p {
	color: #fff;
}

.content-text p:last-child {
	margin: 0;
}

@media (max-width: 767px) {
	.content-text h1 {
		font-size: 26px;
	}

	.content-text h1 span {
		font-size: 20px;
	}

	.content-text h4 {
		font-size: 22px;
	}

	.content-text h4 span {
		font-size: 18px;
	}

	.content-text h3 {
		font-size: 25px;
	}

	.content-text p {
		font-size: 15px;
	}
}

/* img fit */

.img-frame {
	position: relative;
	display: block;
	overflow: hidden;
}

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

.y4-3 {
	aspect-ratio: 4 / 3;
}

.y3-4 {
	aspect-ratio: 3 / 4;
}

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

.y6-5 {
	aspect-ratio: 16 / 9;
}

.y16-7 {
	aspect-ratio: 16 / 7;
}

.y2-1 {
	aspect-ratio: 2 / 1;
}

@media (max-width: 767px) {
	.y16-7 {
		aspect-ratio: 3 / 4;
	}

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

/* Form */
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, 1);
	border: solid 1px #404041;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.select-css {
	display: block;
	font-size: 1rem;
	color: #111;
	background-color: rgba(255, 255, 255, 1);
	border: solid 1px #404041;
	line-height: 1.5;
	padding: .5rem 1rem;
	width: 100%;
	max-width: 100%;
	height: auto !important;
	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;
}

@media (max-width: 766px) {
	.form-check input[type=checkbox]:checked+span {
		background: url(../img/cbx-on.svg) no-repeat 0 3px / 20px 20px;
	}
}

/* Call to action */
.call-to-action {
	position: relative;
	padding: 8rem 0 12rem 0;
	background-color: #faf5f0;
	background-size: 100% auto;
	background-image: url(../img/p5-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

@media (max-width: 766px) {
	.call-to-action {
		padding: 6rem 0 10rem 0;
		background-size: auto 50%;
	}
}

.call-to-action .container {
	z-index: 5;
}

.call-to-action p {
	color: #404041;
	font-size: 16px;
	font-weight: 500;
}

.call-to-action h5 {
	color: #404041;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

.btn-primary {
	font-size: 1.1rem;
	font-weight: 500;
	color: #fff !important;
	border-radius: 0;
	border: none;
	background: #ed6c00;
}

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

.map-frame {
	width: 100%;
	height: 350px;
	margin: 0 0 20px 0;
}

@media (max-width: 766px) {
	.map-frame {
		height: 200px;
	}
}

.call-to-action ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.call-to-action ul li {
	font-size: 16px;
	font-weight: 450;
	color: #fff;
	padding: 4px 0;
	letter-spacing: 1px;
}

.call-to-action ul li span {
	font-weight: 600;
}

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

	.call-to-action ul li {
		font-size: 15px;
	}
}

/* footer */
footer.footer {
	color: #999;
	padding-top: 1rem;
	padding-bottom: calc(1rem + 63px);
}

@media only screen and (min-width: 767px) {
	footer.footer {
		padding-bottom: 1rem;
	}
}

footer.footer h5 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.tkt {
	color: #404041;
	font-size: 22px;
	font-weight: 750;
}

/* custom row */
.custom-row {
	margin-left: -2px;
	margin-right: -2px;
}

.custom-row>.col {
	padding-left: 2px;
	padding-right: 2px;
}

.normal-row {
	padding: 80px 0;
}

.video-bk {
	position: relative;
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

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

#muteBtn {
	position: absolute;
	z-index: 9;
	right: 20px;
	bottom: 20px;
	width: 30px;
	height: 30px;
	background-color: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
}

#muteBtn img {
	width: 100%;
	height: auto;
}

@media (max-width:768px) {
	#muteBtn {
		width: 25px;
		height: 25px;
		right: 15px;
		bottom: 15px;
	}
}

.page-section {
	padding: 8rem 0;
}

.page-section.alt {
	background-color: #e6d5c5;
}

.page-section.s4 {
	background-image: url(../img/p4-bg.png);
	background-position: right bottom;
	background-size: auto 80%;
	background-repeat: no-repeat;
}

@media (max-width:768px) {
	.page-section {
		padding: 6rem 0;
	}

	.page-section.s4 {
		background-size: 70% auto;
	}
}

@media (min-width: 1200px) {
	container.custom {
		max-width: 960px;
	}
}

.space-or-break::before {
	content: "";
	display: inline-block;
	width: 1rem;
}

@media (max-width: 767.98px) {
	 .space-or-break::before {
        display: block;
        width: 0;
        height: 0;
    }
}