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: auto;
	-ms-interpolation-mode: nearest-neighbor;
}

body {
	/*padding-top: 53px;*/
	background-color: #fff;
	background-image: url('../img/dark.png');
}

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

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 #008ad4;
	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 {
	position: relative;
	width: 100%;
	aspect-ratio: 9/16;
	/*aspect-ratio: 9/15;*/
	background-color: #dee4f0;
	overflow: hidden;
}

header.masthead .mov {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	mix-blend-mode: multiply;
}

header.masthead .mov2 {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

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

header.masthead .mov video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
	opacity: 0;
	transform: scale(1.1);
	transition: all 1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

body.ani header.masthead .mov video {
	opacity: 1;
	transform: scale(1);
}

header.masthead .m1 {
	position: absolute;
	z-index: 2;
	width: 80%;
	left: 50%;
	top: 25%;
	opacity: 0;
	filter: blur(20px);
	transform: translateX(-50%) scale(1.1);
}

body.ani header.masthead .m1 {
	animation: m1-ani 5s linear 1s forwards;
}

@keyframes m1-ani {
	0% {
		opacity: 0;
		filter: blur(20px);
		transform: translateX(-50%) scale(1.1);
	}

	20% {
		opacity: 1;
		filter: blur(0px);
		transform: translateX(-50%) scale(1);
	}

	80% {
		opacity: 1;
		filter: blur(0px);
		transform: translateX(-50%) scale(1);
	}

	100% {
		opacity: 0;
		filter: blur(20px);
		transform: translateX(-50%) scale(1.1);
	}
}

header.masthead .m2 {
	position: absolute;
	z-index: 3;
	width: 75%;
	left: 50%;
	top: 25%;
	opacity: 0;
	filter: blur(20px);
	transform: translateX(-50%) scale(1.1);
}

body.ani header.masthead .m2 {
	animation: m2-ani 1s linear 5s forwards;
}

@keyframes m2-ani {
	0% {
		opacity: 0;
		filter: blur(20px);
		transform: translateX(-50%) scale(1.1);
	}

	100% {
		opacity: 1;
		filter: blur(0px);
		transform: translateX(-50%) scale(1);
	}
}

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

	header.masthead .mov video {
		object-fit: cover;
	}

	header.masthead .m1 {
		width: 45%;
		top: 25%;
	}

	header.masthead .m2 {
		width: 28%;
		top: 25%;
	}
}

.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: #000;
	background: url("../img/bg.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 7rem;
	padding-bottom: 7rem;
}

.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, #008ad4, #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: .95rem;
	font-weight: 500;
	color: #fff !important;
	border-radius: 0;
	border: none;
	background: #008ad4;
	letter-spacing: 2px;
}

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

.btn-secondary {
	font-size: .95rem;
	font-weight: 500;
	color: #fff !important;
	border-radius: 0;
	border-color: #ff1865;
	background: #ff1865;
}

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


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

@media only screen and (max-width: 766px) {
	#map {
		height: 400px;
	}
}

.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: #008ad4 !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: #008ad4;
	/* 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;
	}
}

.case-text {
	position: absolute;
	z-index: 9;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-align: left;
	left: 15px;
	top: 12px;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
}

.add-text {
	position: absolute;
	z-index: 9;
	color: #fff;
	font-size: 16px;
	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: #008ad4;
	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:hover {
	text-decoration: none;
}

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

.side-btn.alt {
	font-size: .8rem;
	line-height: .8rem;
	font-weight: 800;
}

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

.side-btn:hover {
	color: #fff;
	background-color: #008ad4;
}

.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;
}

.img-frame-name {
	position: absolute;
	z-index: 3;
	right: 20px;
	bottom: 15px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-align: right;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, .6);
}

.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;
}

.a2000-1125 {
	aspect-ratio: 2000 / 1125;
}

.a5-3 {
	aspect-ratio: 5 / 3;
}

.a5-4 {
	aspect-ratio: 5 / 4;
}

.a100-64 {
	aspect-ratio: 100 / 64;
}

.a15-8 {
	aspect-ratio: 15 / 8;
}

.a150-77 {
	aspect-ratio: 150 / 77;
}

.a3-2 {
	aspect-ratio: 3 / 2;
}

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

.a2013 {
	aspect-ratio: 20 / 13;
}

.a563 {
	aspect-ratio: 1000 / 563;
}

.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;
}

@media (max-width: 766px) {
	.a2000-1125, .a5-3 {
		aspect-ratio: 1 / 1;
	}

	.a150-77 {
		aspect-ratio: 4 / 3;
	}
}

.box-shadow {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
}

.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;
}*/

.section {
	padding: 0;
}

@media (max-width: 766px) {
	.section {
		padding: 80px 0;
	}
}

.content-text .float-title {
	font-family: "Noto Serif TC", serif;
	font-optical-sizing: auto;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0;
	background-size: 100%;
	color: #008ad4;
	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.1rem;
	font-weight: 700;
	color: #24572e;
	line-height: 1.3;
	margin: 0 0 1.5rem 0;
}

.content-text h4 {
	font-family: "Noto Serif TC", serif;
	font-size: 1.35rem;
	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.alt {
	font-size: .92rem;
	font-weight: 500;
}

.content-text h5.alt2 {
	flex-direction: column;
	align-items: 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 h5 span.blk {
	display: block;
	margin: 8px 0 5px 0;
}

.content-text p {
	font-size: 1.05rem;
	font-weight: 400;
	color: #231815;
	line-height: 1.75;
	margin: 0 0 0.75rem 0;
	text-align: justify;
}

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

.content-text ul {
	padding: 0;
	margin: 25px 0 0 20px;
}

.content-text ul li {
	font-size: .95rem;
	font-weight: 400;
	color: #231815;
	line-height: 1.85;
	margin: 0 0 10px 0;
}

.content-text ul li span {
	display: block;
	font-weight: 700;
	font-size: 1.05rem;
}

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

.content-text hr {
	border: none;
	width: 100%;
	height: 2px;
	margin: 18px 0;
	background: linear-gradient(90deg, rgba(12, 82, 179, 1) 0%, rgba(69, 151, 55, 1) 43%, rgba(69, 151, 55, 0) 100%);
}

.content-text hr.alt {
	width: 50%;
	margin: 18px auto;
}

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

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

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

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

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

	.content-text hr.alt {
		width: 100%;
		margin: 18px 0;
	}
}


#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 {
	position: relative;
}

.team .col::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:last-child:after {
	display: none;
}

@media (max-width: 766px) {
	.team .col::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);
}

.bg-pink {
	background-color: #fef5f4;
}

.bg-map {
	background-image: url(../img/07-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 80px 0;
	min-height: 500px;
}

.custom-row {
	margin-left: -10px;
	margin-right: -10px;
}

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

.work-frame {
	display: block;
	background-color: #fff;
	padding: 7px 7px 10px 7px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}

.work-frame-text {
	display: block;
	text-align: center;
	margin: 5px 0 0 0;
}

.v-line {
	display: block;
	width: 1px;
	height: 50px;
	background-color: #fff;
	margin: 30px auto;
}

.form-hr {
	display: block;
	border: none;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .85);
	margin: 3rem 0;
}

.form-logo {
	width: 40%;
}

@media (max-width: 766px) {
	.form-logo {
		width: 70%;
	}
}

#c02 {
	background-color: #0085bd;
	background-image: url('../img/c02.jpg');
	background-size: cover;
}

#c03 {
	background-color: #fff;
	padding: 6rem 0 0 0;
}

.case-frame {
	display: block;
	width: 100%;
	height: 100%;
	border: solid 1px rgba(255, 255, 255, .15);
	padding: 5px 5px 10px 5px;
	color: #fff;
	text-align: center;
	line-height: 1;
}

.case-frame h5 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.case-frame h5 {
		font-size: 16px;
	}
}

.case-frame p {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 0;
}

.case-frame hr {
	display: block;
	border: none;
	width: 80%;
	height: 1px;
	background-color: #fff;
	margin: 10px auto;
	opacity: .5;
}

.team .col {
	position: relative;
}

.team .col::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;
}

@media (min-width: 768px) {
	.col-md-5th {
		flex: 0 0 20%;
		max-width: 20%;
		position: relative;
		width: 100%;
	}
}

#en-slider li {
	list-style: none;
}

.pill-frame {
	display: block;
	padding: 8px 0;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 700;
	color: #24572e;
	line-height: 1;
	border: solid 1px #24572e;
	border-radius: 10px;
}

.pill-frame span {
	font-weight: 500;
}

.ani-sub {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	animation: map-ani 2s linear infinite;
}

@keyframes map-ani {
	0% {
		filter: drop-shadow(0px 0px 3px rgba(63,166,121,0.8));
	}

	50% {
		filter: drop-shadow(0px 0px 10px rgba(63,166,121,1));
	}

	100% {
		filter: drop-shadow(0px 0px 3px rgba(63,166,121,0.8));
	}
}

span.ys {
	display: flex;
	align-items: center;
}

span.ys img {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 5px 0 0;
}

@media (max-width: 766px) {
	span.ys {
		width: 100%;
		justify-content: center;
	}
}