/* ----------------------------------------------------------------
==header
==banner
==section
==service
==comment
==about
==team
==faq
==news
==contact
==footer
==sns
-----------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

:root {
	--cnvs-themecolor: #8FC320;
	--cnvs-themecolor-rgb: 143, 195, 32;
	--cnvs-themesubcolor: #0BA29B;
	--cnvs-themesubcolor-rgb: 11, 162, 155;

	--cnvs-body-font: 'Noto Sans TC', sans-serif;
	--cnvs-primary-font: 'Noto Sans TC', sans-serif;
	--cnvs-body-bg: #FFF;

	--cnvs-side-header-width: 360px;
}

/* ----------------------------------------------------------------
	==header
-----------------------------------------------------------------*/
#header {
	--cnvs-primary-menu-color: #FFF;
	--cnvs-primary-menu-hover-color: #FFF;
	--cnvs-header-bg: var(--cnvs-themecolor);
	z-index: 199 !important;
}

.is-expanded-menu.side-header.side-header-right.open-header #header-trigger,
.is-expanded-menu.side-header.side-header-right.open-header.side-header-open #header-trigger {
	right: 20px;
	top: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	z-index: 399;
	font-size: 24px;
}

.is-expanded-menu.side-header.side-header-right.open-header #header-trigger i,
.is-expanded-menu.side-header.side-header-right.open-header.side-header-open #header-trigger i {
	position: relative;
	top: -1px;
}

/* 漢堡擴散動畫 */
.side-header #header-trigger.hamburger {
	position: relative;
}

.side-header:not(.side-header-open) #header-trigger.hamburger::after {
	width: 48px;
	height: 48px;
	box-sizing: border-box;
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	pointer-events: none;
	border: 4px solid var(--cnvs-themecolor);
	border-radius: 50%;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-name: intervalHamburgerBorder;
	animation-name: intervalHamburgerBorder;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@keyframes intervalHamburgerBorder {
	0% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	80% {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
}

/* 右側選單開啟文字右側飛入動畫 */
@media (min-width: 992px) {
	.side-header #header {
		height: calc(100% + 40px);
		--cnvs-header-bg: rgba(255, 255, 255, 0.9);
	}

	.side-header #header.dark {
		--cnvs-header-bg: rgba(var(--cnvs-themecolor-rgb), 0.9);
		border-left: 0;
	}

	.is-expanded-menu.side-header.open-header #header-trigger {
		background-color: var(--cnvs-themecolor);
		transition: all 0.3s ease-out;
	}

	.side-header #header.dark #header-trigger {
		color: #FFF;
		transition: all 0.3s ease-out;
	}

	.is-expanded-menu.side-header.open-header.side-header-open #header-trigger {
		background-color: #FFF;
	}

	.side-header.side-header-open #header.dark #header-trigger {
		color: var(--cnvs-themecolor);
	}

	.side-header #header-wrap {
		width: calc(100% + 40px);
		padding-top: 80px;
		padding-bottom: 40px;
		padding-left: 0;
		margin: 0 auto;
		position: relative;
		width: 90%;
	}

	.side-header #header-wrap .container {
		width: auto;
	}

	.side-header .header-title,
	.side-header .menu-link,
	.is-expanded-menu.side-header .primary-menu .menu-item::before {
		-moz-transform: translate3d(200px, 0, 0);
		-webkit-transform: translate3d(200px, 0, 0);
		transform: translate3d(200px, 0, 0);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		will-change: transform;
		-moz-transition: all 250ms ease-in 0s;
		-o-transition: all 250ms ease-in 0s;
		-webkit-transition: all 250ms ease-in;
		-webkit-transition-delay: 0s;
		transition: all 250ms ease-in 0s;
	}

	.dark #header-wrap:not(.not-dark) .primary-menu .menu-item.current>.menu-link {
		opacity: 0.5 !important;
	}

	/* .side-header .header-title {
		opacity: 0;
		padding: 0;
		margin-bottom: 25px;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 500;
		letter-spacing: 4px;
	} */

	/* .side-header.side-header-open .primary-menu .sub-menu-container .menu-link {
		font-size: 18px;
	} */

	.side-header.side-header-open .header-title,
	.side-header.side-header-open .primary-menu .menu-link,
	.is-expanded-menu.side-header.side-header-open .primary-menu .menu-item::before {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.side-header.side-header-open .header-title,
	.side-header.side-header-open .primary-menu .menu-item:nth-child(1) .menu-link,
	.is-expanded-menu.side-header.side-header-open .primary-menu .menu-item:nth-child(1)::before {
		-moz-transition-delay: 0.0s;
		-o-transition-delay: 0.0s;
		-webkit-transition-delay: 0.0s;
		transition-delay: 0.0s;
	}

	.side-header.side-header-open .primary-menu .menu-item:nth-child(2) .menu-link,
	.is-expanded-menu.side-header.side-header-open .primary-menu .menu-item:nth-child(2)::before {
		-moz-transition-delay: 0.1s;
		-o-transition-delay: 0.1s;
		-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}

	.side-header.side-header-open .primary-menu .menu-item:nth-child(3) .menu-link,
	.is-expanded-menu.side-header.side-header-open .primary-menu .menu-item:nth-child(3)::before {
		-moz-transition-delay: 0.2s;
		-o-transition-delay: 0.2s;
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}

	.side-header.side-header-open .primary-menu .menu-item:nth-child(4) .menu-link,
	.is-expanded-menu.side-header.side-header-open .primary-menu .menu-item:nth-child(4)::before {
		-moz-transition-delay: 0.3s;
		-o-transition-delay: 0.3s;
		-webkit-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}

	.side-header.side-header-open .primary-menu .menu-item:nth-child(5) .menu-link,
	.is-expanded-menu.side-header.side-header-open .primary-menu .menu-item:nth-child(5)::before {
		-moz-transition-delay: 0.4s;
		-o-transition-delay: 0.4s;
		-webkit-transition-delay: 0.4s;
		transition-delay: 0.4s;
	}

	.side-header.side-header-open .primary-menu .menu-item:nth-child(6) .menu-link,
	.is-expanded-menu.side-header.side-header-open .primary-menu .menu-item:nth-child(6)::before {
		-moz-transition-delay: 0.5s;
		-o-transition-delay: 0.5s;
		-webkit-transition-delay: 0.5s;
		transition-delay: 0.5s;
	}

	.side-header.side-header-open .primary-menu .menu-item:nth-child(7) .menu-link,
	.is-expanded-menu.side-header.side-header-open .primary-menu .menu-item:nth-child(7) {
		-moz-transition-delay: 0.6s;
		-o-transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
		transition-delay: 0.6s;
	}

	.side-header #logo:not(.border-bottom-0)::after,
	.side-header .primary-menu:not(.border-bottom-0)::after {
		content: none;
	}
}

/* 其他設定 */
.logo-bg {
	position: absolute;
	top: 0;
	left: -30px;
	padding: 8px 32px 8px 16px;
	/* width: 100%; */
	height: auto;
	background-color: #FFF;
	border-radius: 0 100px 100px 0;
	z-index: 1;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}

.logo-bg img {
	max-height: 90px;
}

.is-expanded-menu.side-header .primary-menu {
	margin-top: 48px;
	margin-bottom: 30px;
	flex-grow: 0 !important;
	width: 100%;
}

.is-expanded-menu.side-header .menu-item:not(:first-child) {
	margin: 16px 0 0;
	border-top: 0;
}

.is-expanded-menu.side-header .primary-menu .menu-item {
	position: relative;
	display: flex;
	padding-left: 26px;
}

.is-expanded-menu.side-header.side-header-open .primary-menu .menu-item .menu-link::after {
	content: '';
	position: absolute;
	display: block;
	top: 17px;
	left: -26px;
	width: 10px;
	height: 10px;
	border: 2px solid #FFF;
	background-color: var(--cnvs-themesubcolor);
	border-radius: 50%;
	transition: all 0.3s ease-out;
}

.is-expanded-menu.side-header.side-header-open .primary-menu .menu-item .menu-link:hover::after {
	transition-delay: 0s;
	background-color: #FFF;
	border-width: 5px;
}

.is-expanded-menu.side-header .primary-menu .menu-item .menu-link {
	position: relative;
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 1px;
	font-weight: 500;
	color: #FFF;
}

.is-expanded-menu.side-header .primary-menu .menu-item .menu-link::before {
	content: '';
	position: absolute;
	display: block;
	bottom: 3px;
	left: 0;
	width: 0;
	height: 10px;
	background-color: var(--cnvs-themesubcolor);
	z-index: -1;
	transition: all 0.3s ease-out;
}

.is-expanded-menu.side-header .primary-menu .menu-item .menu-link:hover::before {
	width: 100%;
}

.swiper-slide-bg:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.card-img-overlay {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1));
	color: #fff;
}

.img-overlap+div {
	padding: 40px;
}

/* ----------------------------------------------------------------
	==banner
-----------------------------------------------------------------*/
.slider-caption.slider-caption-center {
	position: relative;
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.slider-caption .slider-title {
	font-size: 48px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.slider-caption .slider-content {
	font-size: 20px;
	line-height: 1.75;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 24px 0 0;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.slider-caption .slider-btn {
	display: inline-block;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 1px;
	padding: 8px 32px;
	border-radius: 100px;
	font-weight: 400;
	margin-top: 24px;
	background-color: var(--cnvs-themesubcolor);
	color: #FFF;
	transition: all 0.3s ease-out;
}

.slider-caption .slider-btn:hover {
	background-color: var(--cnvs-themecolor);
}

.slider-arrow-left:hover,
.slider-arrow-right:hover {
	background-color: var(--cnvs-themesubcolor) !important;
}

/* ----------------------------------------------------------------
	==section
-----------------------------------------------------------------*/
.line-clamp-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.line-clamp-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.section-title {
	font-size: 40px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0;
	color: var(--cnvs-themecolor);
}

.word-break-all {
	word-break: break-all;
}

/* breadcrumb */
.breadcrumb {
	min-height: 300px;
}

.breadcrumb:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.breadcrumb_title {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: start;
	color: #FFF;
	margin-bottom: 0;
	padding: 32px 0;
}

.breadcrumb_list {
	position: absolute;
	bottom: 0;
	letter-spacing: 1px;
	list-style: none;
	border-radius: 10px 10px 0 0;
	margin: 0;
	padding: 4px 24px;
	background-color: var(--cnvs-themecolor);
	max-width: 1260px;
}

.breadcrumb_list li * {
	color: #FFF;
}

.breadcrumb_list li:hover a {
	color: var(--cnvs-themesubcolor);
}

/* pagination */
.pagination .pagination li {
	margin-right: 5px;
}

.pagination .pagination li a {
	background-color: rgba(0, 0, 0, 0.08);
	color: var(--bs-black);
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	height: 36px;
	line-height: 35px;
	padding: 0;
	text-align: center;
	vertical-align: top;
	width: 36px;
}

.pagination .pagination li a.active {
	color: var(--bs-white);
	background-color: var(--cnvs-themecolor);
}

.pagination .pagination li a:hover {
	color: var(--bs-white);
	background-color: var(--cnvs-themesubcolor);
}

.pagination .pagination li i {
	font-size: 15px;
	font-weight: 700;
}

.pagination .pagination li:last-child {
	margin-right: 5px;
}

/* ----------------------------------------------------------------
	==service
-----------------------------------------------------------------*/
.ser-dec1 {
	position: absolute;
	top: 0;
	left: 0;
}

.ser-dec2 {
	position: absolute;
	bottom: 0;
	right: 0;
}

.service-carousel .owl-stage {
	padding-bottom: 8px;
}

.service-carousel .owl-stage .item {
	border-radius: 20px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.service-carousel .owl-dots .owl-dot {
	opacity: 1;
	margin-top: 48px;
	background-color: #000;
	transition: all 0.3s ease-out;
}

.service-carousel .owl-dots .owl-dot:hover {
	background-color: var(--cnvs-themesubcolor);
}

.service-carousel .owl-dots .owl-dot.active {
	background-color: var(--cnvs-themecolor);
}

.service-item {
	display: inline-block;
	overflow: hidden;
	border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.service-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	border-radius: 20px;
	border: 2px solid var(--cnvs-themecolor);
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.service-item:hover:before {
	border-width: 10px;
}

.service-item:hover {
	border-width: 15px;
}

.service-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 600 / 900;
	border-radius: 20px;
}

.service-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 24px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	overflow: hidden;
	border-radius: 20px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 1));
	color: #fff;
}

.service-content h3 {
	font-size: 24px;
	line-height: 1.3;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0;
	color: #FFF;
	text-align: center;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.service-content p {
	/* text-align: justify; */
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: 1px;
	font-weight: 400;
	margin: 16px 0 0;
	color: #FFF;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ----------------------------------------------------------------
	==comment
-----------------------------------------------------------------*/
.comment-bg1 {
	position: absolute;
	top: 0;
	left: 0;
}

.comment-bg2 {
	position: absolute;
	bottom: 0;
	right: 0;
}

.comment-item,
.comment-item img {
	border-radius: 20px;
}

/* ----------------------------------------------------------------
	==about
-----------------------------------------------------------------*/
.about-img-overlap img {
	border: 5px solid var(--cnvs-themecolor);
	border-radius: 20px;
}

[class*="about-img-overlap"] img {
	width: 100%;
	max-width: none;
	border-width: 5px;
	border-style: solid;
	border-radius: 20px;
	display: flex;
	justify-content: end;
}

.about-img-overlap1 img {
	border-color: var(--cnvs-themecolor);
}

.about-img-overlap2 img {
	border-color: var(--cnvs-themesubcolor);
}

/* .about-img-overlap + div, */
[class*="about-content"] {
	overflow: hidden;
	border-radius: 20px;
}

[class*="about-content"] div {
	padding: 60px;
}

[class*="about-content"] * {
	position: relative;
	z-index: 1;
	font-size: 16px;
	line-height: 1.75;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;
	color: #FFF;
}

[class*="about-content"] .sub-title {
	font-size: 14px;
	line-height: 1.75;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0 0 8px;
	color: #FFF;
}

[class*="about-content"] .title {
	font-size: 24px;
	line-height: 1.3;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 0 24px;
	color: #FFF;
}

[class*="about-content"] .about-btn {
	display: inline-flex;
	font-size: 16px;
	line-height: 1.75;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 24px 0 0;
	background-color: #FFF;
	border-radius: 100px;
	padding: 8px 32px;
	transition: all 0.3s ease-out;
}

.about-content1 .about-btn {
	color: var(--cnvs-themecolor);
}

.about-content2 .about-btn {
	color: var(--cnvs-themesubcolor);
}

[class*="about-content"] .about-btn:after {
	content: '\f061';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	top: 1px;
	margin: 0 -8px 0;
	opacity: 0;
	transition: all 0.3s ease-out;
}

[class*="about-content"] .about-btn:hover:after {
	position: relative;
	margin: 0 4px 0 8px;
	opacity: 1;
}

.about-dec {
	position: absolute;
	z-index: 1;
	bottom: -20px;
	right: 20px;
}


/* page-intro */
.intro-menu-wrap {
	margin-bottom: 24px;
}

.intro-menu-wrap [class*="intro-menu-item"] {
	padding: 8px 16px;
	border-radius: 100px;
	background-color: #DDD;
	color: #000;
	transition: all 0.3s ease-out;
}

.intro-menu-wrap .intro-menu-item-1:hover {
	background-color: var(--cnvs-themecolor);
	color: #FFF;
}

.intro-menu-wrap .intro-menu-item-2:hover {
	background-color: var(--cnvs-themesubcolor);
	color: #FFF;
}

.intro-menu-wrap .active .intro-menu-item-1 {
	background-color: var(--cnvs-themecolor);
	color: #FFF;
}

.intro-menu-wrap .active .intro-menu-item-2 {
	background-color: var(--cnvs-themesubcolor);
	color: #FFF;
}

[class*="about-title"] {
	font-size: 24px;
	line-height: 1.3;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 4px 16px;
	margin: 0 0 24px;
	border-radius: 8px;
	color: #FFF;
	background-color: var(--cnvs-themecolor);
}

.about-title-2 {
	background-color: var(--cnvs-themesubcolor);
}

.sympton-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	background-color: var(--cnvs-themecolor);
}

/* ----------------------------------------------------------------
	==team
-----------------------------------------------------------------*/
.team-item-wrap {
	margin-bottom: 30px;
}

.team-item {
	border-radius: 20px;
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	padding: 24px;
	border: 3px solid var(--cnvs-themecolor);
	height: 100%;
}

.team-crew-img {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.team-crew-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 3 / 4;
	max-width: 285px;
	height: 380px;
	border-radius: 10px;
}

.team-crew-img .hover-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.3s ease-out;
}

.team-crew-img:hover .hover-img {
	opacity: 1;
}

.team-host-main {
	font-size: 32px;
	line-height: 1.3;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 0 24px;
	color: #000;
}

.team-host-sub {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 1px;
	color: #FFF;
	background-color: var(--cnvs-themesubcolor);	
	border-radius: 100px;
	display: inline-block;
	padding: 4px 16px;
	margin-bottom: 8px;
}

.team-exp-list {
	list-style: none;
	padding-left: 0;
}

.team-exp-list li {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: start;
	margin-bottom: 4px;
	padding-left: 25px;
}

.team-exp-list li::before {
	content: '\f005';
	position: absolute;
	top: 1px;
	left: 0;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	margin-right: 8px;
	color: var(--cnvs-themecolor);
}


/* ----------------------------------------------------------------
	==faq
-----------------------------------------------------------------*/

.faq-item:not(:last-child) {
	margin-bottom: 16px;
}

.faq-btn {
	display: block;	
	position: relative;
	width: 100%;
	margin-bottom: 0;
	background-color: var(--cnvs-themesubcolor);
	border-radius: 10px;
	border: 0;
	padding: 8px 32px 8px 16px;
}

.faq-btn::before {
	content: '\f107';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	color: #FFF;

	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
}

.faq-btn[aria-expanded="true"]::before {
	content: '\f106';
}

.faq-btn h3 {
	margin-bottom: 0;	
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #FFF;
	text-align: left;
}

/* ----------------------------------------------------------------
	==news
-----------------------------------------------------------------*/

/* 動態背景 */
.news-bg1 {
	position: absolute;
	top: 20px;
	left: -480px;
	animation: news-bg1 10s linear alternate infinite;
}

.news-bg2 {
	position: absolute;
	bottom: 60px;
	right: -340px;
	animation: news-bg2 10s linear alternate infinite;
}

/* @keyframes news-bg1 {
	0% {
		transform: translate(-40px, 40px) scale(1.05) rotate(30deg);
	}
	100% {
		transform: translate(0, 0) scale(1) rotate(0deg);
	}
}

@keyframes news-bg2 {
	0% {
		transform: translate(40px, -40px) scale(1.05) rotate(-30deg);	
	}
	100% {
		transform: translate(0, 0) scale(1) rotate(0deg);
	}
} */

/* 首頁輪播 */
.news-carousel .owl-dots .owl-dot {
	opacity: 1;
	margin-top: 48px;
	background-color: #000;
	transition: all 0.3s ease-out;
}

.news-carousel .owl-dots .owl-dot:hover {
	background-color: var(--cnvs-themesubcolor);
}

.news-carousel .owl-dots .owl-dot.active {
	background-color: var(--cnvs-themecolor);
}

.news-item {
	border-radius: 20px;
	background-color: #FFF;
	border: 3px solid var(--cnvs-themecolor);
	padding: 24px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}

.news-img-wrap {
	border-radius: 10px;
	overflow: hidden;
}

.news-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 500 / 300;
	transition: all 0.3s ease-out;
}

.news-img-wrap a:hover img {
	transform: scale(1.1);
}

.news-tag-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 16px;
	padding: 16px 0 8px;
}

.news-tag-wrap span {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 1px;
	color: #666;
}

.news-tag-wrap .news-tag {
	padding: 0 16px;
	color: #FFF;
	border-radius: 100px;

	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
	letter-spacing: 1px;

	background-color: var(--cnvs-themecolor);
	transition: all 0.3s ease-out;
}

.news-tag-wrap .news-tag:hover {
	background-color: var(--cnvs-themesubcolor);
}

.news-title {
	min-height: 63px;
	margin-bottom: 0px;
}

.news-title a {
	font-size: 24px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 1px;
	color: #000;
	transition: all 0.3s ease-out;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-title a:hover {
	color: var(--cnvs-themesubcolor);
}

.news-btn {
	margin-top: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 18px;
	border-radius: 100px;
	background-color: var(--cnvs-themecolor);
	transition: all 0.3s ease-out;
}

.news-btn:hover {
	background-color: var(--cnvs-themesubcolor);
}

.news-btn i {
	font-size: 18px;
	color: #FFF;
	transition: all 0.3s ease-out;
}

.news-btn:hover i {
	transform: rotate(-45deg);
}

.news_widget-title {
	color: var(--cnvs-themecolor);
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
}

.news_form-input-item {
	position: relative;
}

.news_form-input-item input {
	border: 1px solid #f3f3f3;
	background-color: #fdfdfd;
	color: #000;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	padding: 10px 70px 10px 19px;
	width: 100%;
	border-radius: 10px;
}

.news_form-input-item input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #919090;
}

.news_form-input-item input::-moz-placeholder {
	/* Firefox 19+ */
	color: #919090;
}

.news_form-input-item input:-ms-input-placeholder {
	/* IE 10+ */
	color: #919090;
}

.news_form-input-item input:-moz-placeholder {
	/* Firefox 18- */
	color: #919090;
}

.news_btn-src {
	border: none;
	background-color: var(--cnvs-themecolor);
	color: var(--bs-white);
	font-size: 18px;
	position: absolute;
	padding: 9px 20px;
	border-radius: 0 10px 10px 0;
	height: 100%;
	top: 0;
	right: 0;
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.news_btn-src:hover {
	background-color: var(--cnvs-themesubcolor);
	color: var(--bs-white);
}

.news_widget-categories ul {
	margin: 0;
}

.news_widget-categories ul li {
	list-style: none;
	border: 1px solid #f3f3f3;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 0;
	height: 48px;
	line-height: 48px;
	padding: 0 19px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.news_widget-categories ul li.active {
	color: var(--bs-white);
	background-color: var(--cnvs-themecolor);
}

.news_widget-categories ul li.active a,
.news_widget-categories ul li.active span {
	color: var(--bs-white);
}

.news_widget-categories ul li:last-child {
	margin-bottom: 0;
}

.news_widget-categories ul li a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #494949;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 400;
	font-size: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.news_widget-categories ul li a span {
	color: #333;
	font-size: 15px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.news_widget-categories ul li:not(.active):hover {
	color: var(--bs-white);
	background-color: var(--cnvs-themesubcolor);
}

.news_widget-categories ul li:not(.active):hover a {
	color: var(--bs-white);
}

.news_widget-categories ul li:not(.active):hover a span {
	color: var(--bs-black);
}


.news_widget-body {
	margin-top: 30px;
}


.news_widget-blog-post {
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 20px;
	padding-bottom: 22px;
}

.news_widget-blog-post:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.news_widget-blog-post ul {
	margin: 0;
}

.news_widget-blog-post ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.news_side-thumb {
	margin-right: 16px;
	overflow: hidden;
	width: 120px;
}

.news_side-thumb img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 3 / 2;
	background-color: rgba(var(--cnvs-themecolor-rgb), 0.05);
	transition: 0.3s;
}

.news_side-thumb a:hover img {
	transform: scale(1.05);
}

.news_side-content {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	width: calc(100% - 136px);
	margin-top: -7px;
}

.news_side-content span {
	color: #666;
	font-size: 14px;
}

.news_side-content span.dateTime {
	color: var(--cnvs-themesubcolor);
}

.news_side-content h3 {
	color: var(--cnvs-themesubcolor);
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0;
}

.news_side-content h3 a {
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.3s ease-out;
}

.news_side-content h3 a:hover {
	color: var(--cnvs-themesubcolor);
}

.news-hr {
	color: rgb(var(--cnvs-themecolor-rgb), .25);
	opacity: 1;
}

.news_cate_flex {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.news-title,
.news-title-page {
	font-size: 32px;
	margin: 4px 0 0;
	color: var(--cnvs-themesubcolor);
	letter-spacing: 1px;
}


/* 內頁側欄 */
.nodata {
	border: 1px solid var(--cnvs-themesubcolor);
	border-radius: 10px;
	color: var(--cnvs-themesubcolor);
	letter-spacing: 1px;
}

.sidebar-wrap {
	top: 110px;
}

.news_widget-item {
	border: 2px solid #f3f3f3;
	background-color: #fdfdfd;
	margin-bottom: 40px;
	padding: 35px 28px 37px;
	border-radius: 10px;
}

.news_widget-item.news_widget-item--search {
	border: none;
	background-color: transparent;
	padding: 0;
}

/* ----------------------------------------------------------------
	==contact
-----------------------------------------------------------------*/
[class*="contact-item"] {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 16px 8px;
	border-radius: 20px;
	background-color: #FFF;
	border-width: 2px;
	border-style: solid;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}

.contact-item1 {
	border-color: var(--cnvs-themecolor);
}

.contact-item2 {
	border-color: var(--cnvs-themesubcolor);
}

.contact-title {
	font-size: 24px;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 8px;
}

.contact-link-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.contact-link-wrap a {
	color: #000;
	letter-spacing: 1px;
	transition: all 0.3s ease-out;
}

.contact-link-wrap a:hover {
	color: var(--cnvs-themesubcolor);
}

/* ----------------------------------------------------------------
	==footer
-----------------------------------------------------------------*/
.h1-txt {
	font-size: 16px;
	line-height: 1.75;
	font-weight: 400;
	letter-spacing: 1px;
	color: #000;
	margin-top: 16px;
	margin-bottom: 0;
}

#footer.footer-bg {
	background-color: #FBFBFB;
	border-top: 2px solid #EEE;
}

.footer-wrap-title {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 500;
	margin-bottom: 8px;
	color: var(--cnvs-themecolor);
	margin-bottom: 16px;
}

.footer-wrap-subtitle {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 500;
	margin-bottom: 8px;
	color: #000;
	margin-bottom: 16px;
}

.footer-wrap-list-contact {
	display: flex;
	flex-direction: column;
	list-style: none;
	padding: 0;
	gap: 8px;
	margin-bottom: 16px;
}

.footer-wrap-list-contact li a {
	font-size: 18px;
	line-height: 1.75;
	font-weight: 400;
	letter-spacing: 1px;
	color: #000;
	transition: all 0.3s ease-out;
}

.footer-wrap-list-contact li a:hover {
	color: var(--cnvs-themesubcolor);
}

.footer-menu ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 16px;
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}

.footer-menu ul li {
	width: 140px;
}

.footer-menu ul li a {
	font-size: 18px;
	display: inline-block;
	padding: 0 4px;
	color: #000;
	transition: all 0.3s ease-out;
}

.footer-menu ul li:before {
	content: "\f231";
	font-family: "bootstrap-icons";
	display: inline-flex;
	align-self: center;
	justify-self: center;
	position: relative;
	font-size: 14px;
	line-height: inherit;
	left: 0;
}

.footer-menu ul li a:hover {
	color: var(--cnvs-themesubcolor);
}

#copyrights div {
	font-size: 14px;
	line-height: 1.75;
	font-weight: 400;
	letter-spacing: 1px;
	color: #FFF;
}

#copyrights div a {
	color: #FFF;
	transition: all 0.3s ease-out;
}

#copyrights div a:hover {
	color: var(--cnvs-themesubcolor);
}

/* ----------------------------------------------------------------
	==sns
-----------------------------------------------------------------*/
#sns {
	--cnvs-sns-size: 5rem;
	--cnvs-sns-bg: var(--cnvs-themecolor);
	--cnvs-sns-icon-size: 1.5rem;
	--cnvs-sns-icon-color: #fff;
	--cnvs-sns-position-boxed-right: 20px;
	--cnvs-sns-position-boxed-bottom: 162px;
	--cnvs-sns-position-botom: 30px;
	--cnvs-sns-border-radius: 10px;
	--cnvs-sns-hover-color: var(--cnvs-themesubcolor);

	display: block;
	position: fixed;
	z-index: 10;
	width: var(--cnvs-sns-size);
	height: var(--cnvs-sns-size);
	background-color: var(--cnvs-sns-bg);
	top: auto;
	left: auto;
	right: var(--cnvs-sns-position-boxed-right);
	bottom: var(--cnvs-sns-position-boxed-bottom);
	cursor: pointer;
	border-radius: var(--cnvs-sns-border-radius);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-out;
}

#sns.sns-tel:hover {
	--cnvs-sns-bg: var(--cnvs-sns-hover-color);
}

.sns-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.sns-icon {
	font-size: 30px;
	color: #FFF;
}

.sns-txt {
	font-size: 14px;
	line-height: 1.75;
	font-weight: 400;
	letter-spacing: 1px;
	color: #FFF;
	margin: 0;
}



/* ----------------------------------------------------------------
	==RWD
-----------------------------------------------------------------*/
@media screen and (min-width: 992px) {
	[class*="about-img-overlap"] img {
		width: calc(100% + 30%);
	}
}

@media screen and (max-width: 1399px) {
	/*--------------------------section---------------------------*/
	.breadcrumb_list {
		max-width: 1080px;
	}
}

@media screen and (max-width: 1199px) {
	/*--------------------------section---------------------------*/
	.breadcrumb_list {
		max-width: 900px;
	}
}

@media (max-width: 991px) {
	/*--------------------------header---------------------------*/
	#header {
		--cnvs-header-height: 79px;
		--cnvs-primary-menu-font-weight: 500;
	}

	.header-row {
		padding: 8px 0;
	}

	.logo-bg {
		width: auto;
		border-radius: 50px;
		padding: 0 16px;
		left: 0;
	}

	.logo-bg img {
		max-height: 60px;
	}

	body:not(.is-expanded-menu) [data-mobile-sticky=true] .menu-container {
		margin: 1rem 0 0;
	}

	.primary-menu-trigger {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background-color: #FFF;
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
	}

	.primary-menu-trigger .cnvs-hamburger-inner,
	.primary-menu-trigger .cnvs-hamburger-inner::before,
	.primary-menu-trigger .cnvs-hamburger-inner::after {
		background-color: var(--cnvs-themecolor);
	}

	.menu-container {
		padding: 0;
	}

	/*--------------------------banner---------------------------*/
	.slider-caption .slider-title {
		font-size: 40px;
	}

	.slider-caption .slider-content {
		font-size: 18px;
	}

	.swiper-pagination {
		bottom: 10px !important;
	}

	/*--------------------------section---------------------------*/
	.breadcrumb {
		min-height: unset;
	}
	
	.breadcrumb_list {
		max-width: 696px;
	}

	.breadcrumb_title {
		padding: 16px 0;
	}

	/*--------------------------comment---------------------------*/
	.comment-bg1 {
		top: 140px;
	}
	
	.comment-bg2 {
		bottom: 40px;
	}

	/*--------------------------about---------------------------*/
	[class*="about-img-overlap"] img {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}

	[class*="about-content"] {
		transform: translateY(-6px);
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}

	.about-dec {
		transform: translateY(-6px);
	}

	[class*="about-content"] div {
		padding: 30px;
	}

	/*--------------------------news---------------------------*/
	.news-title-page {
		font-size: 30px;
	}

	/*--------------------------contact---------------------------*/
	.contact-title {
		font-size: 20px;
	}
}

@media screen and (max-width: 768px) {
	:root {
		--cnvs-section-padding: 60px;
		--cnvs-content-padding: 60px;
	}

	/*--------------------------banner---------------------------*/
	.slider-caption .slider-title {
		font-size: 32px;
	}

	.slider-caption .slider-content {
		font-size: 16px;
	}

	.slider-arrow-left, .slider-arrow-right {
		display: none;
	}

	/*--------------------------section---------------------------*/
	.section-title {
		font-size: 30px;
	}

	.breadcrumb_list {
		position: relative;
		background-color: transparent;
		max-width: 100%;
		padding: 0;
	}

	/*--------------------------about---------------------------*/
	.about-dec {
		display: none;
	}

	/*--------------------------news---------------------------*/
	.news-bg1 {
		position: absolute;
		top: 20px;
		left: -400px;
	}

	.news-title-page {
		font-size: 28px;
	}

	/*--------------------------sns---------------------------*/
	#gotoTop {
		--cnvs-gotoTop-size: 4rem;
		--cnvs-gotoTop-position-boxed-right: 10px;
		--cnvs-gotoTop-position-boxed-bottom: 90px;
	}

	#sns {
		--cnvs-sns-size: 4rem;
		--cnvs-sns-position-boxed-right: 10px;
		--cnvs-sns-position-boxed-bottom: 162px;
	}

	.sns-icon {
		font-size: 24px;
	}

	.sns-txt {
		display: none;
	}

	.ser-dec1,
	.ser-dec2 {
		width: 70px;
	}
}

@media screen and (max-width: 576px) {
	/*--------------------------banner---------------------------*/
	.slider-caption .slider-title {
		font-size: 6vw;
	}

	.slider-caption .slider-content {
		display: none;
	}

	.slider-caption .slider-btn {
		font-size: 18px;
		margin-top: 16px;
	}

	/*--------------------------news---------------------------*/
	.news-bg1 {
		position: absolute;
		top: 20px;
		left: -350px;
	}

	.news-title-page {
		font-size: 24px;
	}

	.news-share-wrap [class*=border-] {
        border: 0 !important;
    }

    .news-share-wrap a {
        display: inline-block;
        font-size: 24px;
        margin: 0 8px;
    }

    .news-share-wrap a[title="Facebook"] {
        font-size: 26px;
    }

	/*--------------------------sns---------------------------*/
	#gotoTop {
		--cnvs-gotoTop-size: 3rem;
		--cnvs-gotoTop-position-boxed-right: 10px;
		--cnvs-gotoTop-position-boxed-bottom: 105px;
	}

	#sns {
		--cnvs-sns-size: 3rem;
		--cnvs-sns-position-boxed-right: 10px;
		--cnvs-sns-position-boxed-bottom: 162px;
	}

	.sns-icon {
		font-size: 20px;
	}

	.ser-dec1,
	.ser-dec2 {
		width: 50px;
	}
}



/* photography.css */
/* ----------------------------------------------------------------
	Canvas: Photography
-----------------------------------------------------------------*/

/* .dark {
	--cnvs-header-bg: var(--cnvs-themecolor);
}

#header {
	--cnvs-primary-menu-tt:	none;
	--cnvs-primary-menu-submenu-font-size:	0.875rem;
	--cnvs-primary-menu-submenu-font-weight:	400;
	--cnvs-primary-menu-submenu-hover-font-weight: 500;
	--cnvs-primary-menu-submenu-tt:	none;
}

.is-expanded-menu .mega-menu-style-2 .mega-menu-title > .menu-link {
	font-size: calc(var(--cnvs-primary-menu-submenu-font-size) * 0.9);
}



.is-expanded-menu #header {
	--cnvs-primary-menu-ls: 0;
	--cnvs-primary-menu-font-size: 1.5rem;
	--cnvs-primary-menu-font-weight: 700;
}

.slider-element h2 {
	font-size: 3.2rem;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0;
}



.slider-arrow-left,
.slider-arrow-right,
.slider-arrow-left:hover,
.slider-arrow-right:hover {
	background-color: transparent !important;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.slider-arrow-left:hover,
.slider-arrow-right:hover { opacity: .5; }

.swiper-slide .slider-text {
	display: block;
	opacity: 0;
	position: absolute;
	max-width: 450px;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: auto;
	bottom: 40px;
	transition: transform 0.5s, opacity 0.5s;
	-webkit-transform: translate3d(-50%,0,0);
	-ms-transform: translate3d(-50%,0,0);
	-o-transform: translate3d(-50%,0,0);
	transform: translate3d(-50%,0,0);
	backface-visibility: hidden;
}

.swiper-slide.swiper-slide-active .slider-text {
	opacity: 1;
	-webkit-transition: transform 1.7s, opacity 1s;
	-o-transition: transform 1.7s, opacity 1s;
	transition: transform 1.7s, opacity 1s;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.swiper-slide .slider-text h3 {
	font-weight: 400;
	font-size: 28px;
	margin-bottom: 5px;
}

.swiper-slide .slider-text span {
	font-weight: 300;
	opacity: .8;
}

.slide-number-current {top: 5px;}
.slide-number-total { bottom: -5px; }

.slide-number span {
	content: '';
	position: absolute;
	height: 1px;
	width: 44px;
	bottom: 0;
	left: 50%;
	margin-top: 0;
	margin-left: -17px;
	background-color: #FFF;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
} */