		/*KV*/

		.kv {
			position: relative;
			display: flex;
			justify-content: center;
			align-items: center;
			background-position: center center;
			background-repeat: no-repeat;
			background-size: cover;
		}

		.kv img {
			display: block;
			width: 100%;
			max-width: 750px;
		}

		.kv .tit {
			position: absolute;
			margin-bottom: 0;
			text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
		}

		@media (min-width: 811px) {

			.kv img {
				opacity: 0;
			}
		}

		@media (max-width: 810px) {
			.kv img {
				max-width: 100%;
			}
			.kv {
				background-image: none!important;
			}
		}
		/*列表*/

		.list_item,
		.list_article {
			position: relative;
		}

		.list_item {
			padding: 0px 35px 35px 35px
		}

		.list_article {
			padding: 0px 15px
		}

		.list_item a,
		.list_article a {
			overflow: visible;
		}

		.list_item_day {
			position: absolute;
			left: 0;
			top: 0px;
			color: #bf9d5b;
			-webkit-writing-mode: vertical-lr;
			writing-mode: vertical-lr;
		}

		.list_item figure,
		.list_article figure {
			position: relative;
			overflow: hidden;
			background-color: #f7f6f6;
		}

		.list_item figure img,
		.list_article figure img {
			display: block;
			width: 100%;
			z-index: 2;
			position: relative;
			-webkit-transition: 1000ms;
			transition: 1000ms;
		}

		.list_item figure span,
		.list_article figure span {
			position: absolute;
			width: 100%;
			height: 100%;
			z-index: 1;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: 100%;
			filter: blur(5px);
			-webkit-transition: 1000ms;
			transition: 1000ms;
		}

		.list_item b,
		.list_article b {
			background-image: url(../images/list_tit.png);
			background-repeat: no-repeat;
			background-position: center left;
			background-size: auto 100%;
			display: block;
			color: #fff;
			padding: 5px 20px;
			font-weight: normal;
			position: relative;
			z-index: 6;
		}

		.list_item figcaption,
		.list_article figcaption {
			position: relative;
			padding: 15px 20px 0px 20px;
			display: inline-flex;
			flex-wrap: wrap;
			align-content: flex-start;
		}

		.list_item figcaption {
			width: 90%;
			background-color: #fff;
			-webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
			box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
			height: 230px;
		}

		.list_article figcaption {
			background-color: #f1f1f1;
			height: 285px;
			width: 100%;
		}

		.list_item div:nth-of-type(2),
		.list_article div {
			position: relative;
			z-index: 6;
			margin-top: -70px;
		}

		.list_article div {
			margin-top: -50px;
		}

		.list_item a:hover figure span,
		.list_article a:hover figure span {
			filter: blur(0px);
			-webkit-transition: 1000ms;
			transition: 1000ms;
			background-size: 110%;
		}

		.list_item a:hover figure img,
		.list_article a:hover figure img {
			opacity: 0;
			-webkit-transition: 1000ms;
			transition: 1000ms;
		}

		.list_item a:hover h4,
		.list_article a:hover h4 {
			color: #bf9d5b;
			-webkit-transition: 1000ms;
			transition: 1000ms;
		}

		.list_item figcaption h4,
		.list_article figcaption h4 {
			-webkit-transition: 1000ms;
			transition: 1000ms;
		}

		.list_item figcaption h4,
		.list_item figcaption p,
		.list_article figcaption h4,
		.list_article figcaption p {
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			overflow: hidden;
			display: -webkit-box;
			white-space: inherit;
		}

		.list_article figcaption p {
			-webkit-line-clamp: 3;
		}


		.list_item figcaption h4,
		.list_article figcaption h4 {
			margin-bottom: 10px;
		}

		.list_item .btn_arrow,
		.list_article .btn_arrow {
			position: absolute;
			bottom: 25px;
			right: 25px;
		}

		.list_article .btn {
			position: absolute;
			bottom: 25px;
			left: 25px;
		}

		@media (max-width: 1440px) {
			.list_article figcaption {
				height: 245px;
			}
		}

		@media (max-width: 1024px) {
			.list_item figcaption {
				height: 200px;
			}
			.list_item figcaption {
				width: 95%;
			}
		}

		@media (max-width: 811px) {
			.list_item figcaption {
				height: 220px;
			}
		}

		@media (max-width: 550px) {
			.list_item {
				padding: 0px;
			}
			.list_article {
				padding: 0px 25px;
			}
			.list_article figcaption {
				height: 275px;
			}
			.list_item div:nth-of-type(2),
			.list_article div {
				margin-top: -50px;
			}
			.list_item b,
			.list_article b {
				padding-top: 3px;
				padding-bottom: 0;
			}
		}

		@media (max-width: 390px) {
			.list_item figcaption {
				height: 200px;
			}
			.list_article figcaption {
				height: 255px;
			}
		}
		/*回上頁*/

		.back_arrow {
			display: block;
			width: auto;
			text-align: center;
			margin: 30px auto 0 auto;
		}

		.back_arrow img {
			margin: 5px auto 0;
			width: 70px;
		}
		/*終活104-好處*/
		/*地圖列表*/

		.tour section.main {
			margin-top: -5%;
		}

		.tour_list {
			align-content: flex-start;
			flex-wrap: wrap;
			display: inline-flex;
		}

		.tour_list>li {
			width: 33.33%;
			position: relative;
		}

		.tour_list .list_item>a {
			width: 100%;
		}

		.tour_list .list_item figure span {
			filter: blur(0px);
		}

		.tour_list .list_item figcaption p {
			-webkit-line-clamp: 5;
			height: 125px;
		}

		.tour_list .list_item b h4 {
			color: #fff;
			margin-bottom: 0;
			line-height: 100%;
			transform: translateY(2px);
			margin-top: 5px;
			font-family: "Times New Roman", fz-fang-song-z02, adobe-fangsong-std, 'Noto Serif TC';
		}

		.tour_list .list_item b {
			padding-bottom: 0;
		}

		.tour_list .list_item figcaption span {
			display: block;
			border-top: 1px solid #ccc;
			padding-top: 15px;
			margin-top: 5px;
		}

		.tour_list .list_item figcaption a {
			color: #bf9d5b;
			padding-top: 2px;
			padding-bottom: 2px;
		}

		.tour_list .list_item figcaption a:hover {
			color: #333;
		}

		.tour_list .list_item figcaption {
			height: 330px;
		}

		.tour_list .menu_list3 li:before {
			background-color: #bf9d5b;
		}

		.tour_list .list_item>div {
			position: relative;
			z-index: 6;
			margin-top: -60px;
		}

		.tour_list .menu_list3 li.no a,
		.tour_list .menu_list3 li:nth-of-type(1) a {
			padding-left: 0!important;
		}

		.tour_list .menu_list3 li.no:before {
			display: none;
		}

		@media (max-width: 1024px) {
			.tour_list>li {
				width: 50%;
			}
		}

		@media (max-width: 810px) {
			.tour_list>li {
				width: 100%;
				max-width: 500px;
				margin-left: auto;
				margin-right: auto;
			}
		}

		.guide_listTIT {
			text-align: center;
		}

		.guide_listTIT img {
			width: 60px;
			display: inline-block;
			vertical-align: middle;
			margin-right: 20px;
			margin-top: -10px;
		}

		.guide_listTIT h2 {
			padding: 10% 0 20px;
		}

		.guide_list:before {
			top: 25%;
			height: 68%;
		}

		.guide_list .list_item figcaption {
			height: auto;
		}

		.guide_lineBTN {
			border: 1px solid #55ac49;
			background-color: #fff;
			padding: 10px;
			width: 90%;
			max-width: 880px;
			color: #55ac49;
			margin: 5% auto 0;
			display: block;
			font-family: "Times New Roman", fz-fang-song-z02, adobe-fangsong-std, 'Noto Serif TC';
		}

		.guide_lineBTN>img {
			width: 95px;
		}

		@media (min-width: 551px) {
			.guide_lineBTN {
				display: flex;
				justify-content: center;
				align-items: center;
			}
			.guide_lineBTN>img {
				margin-right: 20px;
			}
		}

		@media (max-width: 1600px) {
			.guide_kv .kv h1 {
				margin-top: -5%;
			}
			.guide_Tel {
				margin-top: -10%;
			}
			.guide_list .main {
				width: 90%;
			}
		}

		@media (max-width: 1366px) and (min-width: 1025px) {
			.guide_list .list_item {
				padding: 0px 15px 35px 15px;
			}
		}

		@media (max-width: 1024px) {
			.guide_Tel {
				margin-top: -17%;
			}
			.guide_txt {
				padding: 10% 0;
			}
			.guide_list .list_item figcaption {
				margin-bottom: 20px;
			}
		}

		@media (max-width: 810px) {
			.guide_form {
				padding-right: 0;
				padding-left: 0;
			}

			.guide_form .pageL {
				height: 450px;
				width: 100%;
			}
			.guide_form h3 {
				font-weight: bold;
			}
			.guide_form .pageR {
				padding: 10%;
			}
			.guide_listTIT h2 {
				padding-top: 15%;
			}
			.guide_list:before {
				top: 10%;
				height: 88%;
			}
		}

		@media (max-width: 550px) {
			.guide_form {
				padding-top: 0;
			}
			.guide_questionList {
				flex-wrap: wrap
			}
			.guide_questionList li {
				width: 47%;
				margin-bottom: 20px;
			}
			.guide_questionList li label {
				padding: 40px 0;
			}
			.guide_answer {
				padding: 10%;
				margin-top: 20px;
			}
			.guide_answer:before {
				left: 50%;
				margin-left: -10px;
			}
			.guide_line {
				height: 50px;
				-webkit-animation: scroll_m 2s infinite;
				animation: scroll_m 2s infinite;
			}
			.guide_lineBTN {
				text-align: center;
			}
			.guide_lineBTN img {
				margin: 20px auto;
				display: block;
			}
			.guide_lineBTN .btn_arrow {
				width: 70px;
			}
			.guide_Tel a {
				padding: 15px 0;
			}
			.guide_Tel>div>div:before {
				width: 80%;
				height: 1px;
				left: 10%;
				top: 50%;
				opacity: 0.5;
			}
			.guide_step {
				border-radius: 10px;
			}
			.guide_step li {
				line-height: 130%;
			}
			.guide_step li span {
				display: block;
				margin: 10px auto;
			}
			.guide_form .pageL {
				height: 300px;
			}
			.guide_listTIT img {
				width: 40px;
				margin-right: 10px;
			}
			.guide_lineBTN>img {
				width: 75px;
			}
		}
		/*首頁*/

		.search_cont h4 {
			margin-top: 0;
		}

		.search_cont .form-captcha input {
			width: 65%;
		}

		.search_cont .form-captcha .inquiry_submit {
			width: 30%;
		}

		.search_cont .page_content {
			display: flex;
			align-items: center;
			justify-content: center;
			margin-top: -15%;
		}

		.search_cont .page_content>div {
			width: 90%;
			max-width: 550px;
		}

		.search_cont .page_content button {
			margin: 0;
		}

		.index_kv img {
			margin-bottom: 10%;
		}

		.index_kv .tit {
			top: 35%;
		}

		.index_s2 {
			padding: 5% 0;
			max-width: 900px;
		}

		.index_s2 h4,
		.index_s3 h4,
		.index_list .page_content {
			text-align: center;
		}

		.index_list {
			max-width: 1600px;
			margin: 0 auto;
			width: 90%;
		}

		.index_list .page_content img {
			width: 100%;
			display: block;
		}

		.index_list .page_content figure {
			background-position: center center;
			background-repeat: no-repeat;
			background-size: 105%;
			display: block;
			width: 55%;
			margin: 0 auto;
			-webkit-transition: 500ms;
			transition: 500ms;
		}

		.index_list .page_content {
			padding: 40px 5% 30px;
		}

		.index_list .page_content a {
			display: block;
			-webkit-transition: 500ms;
			transition: 500ms;
		}

		.index_list .page_content h4 {
			margin-bottom: 5px;
		}

		.index_list .btn {
			width: 80%;
			margin-top: 10px;
		}

		.index_list .page_content a:hover {
			opacity: 1;
		}

		.index_list .page_content a:hover figure {
			background-size: 110%;
		}

		.index_list .page_content a:hover .btn {
			border: 1px solid #bf9d5b;
			color: #bf9d5b;
			background-color: #fff;
		}

		.index_list .swiper-slide {
			padding: 35px;
		}


		@media (min-width: 811px) {
			.index_s2 p {
				text-align: center;
			}
			.index_list .swiper-button-prev {
				left: 0;
			}
			.index_list .swiper-button-next {
				right: 0;
			}
			.index_list .page_content {
				max-width: 400px;
				margin: 0 auto;
			}
		}

		@media (max-width: 810px) {
			.index_s2 {
				padding: 10% 5%;
			}
		}
		/*收尋結果*/

		.search_cont_detail .page_content {
			padding: 5% 0;
			margin-top: 0;
		}

		.search_list {
			margin: 10% auto;
			width: 90%;
		}

		.search_list li h4 {
			margin: 0;
		}

		.search_list li {
			margin-bottom: 5%;
		}

		.search_list li figure img {
			width: 100%;
			display: block;
		}

		.search_list li figure {
			background-position: top center;
			background-repeat: no-repeat;
			background-size: 105%;
			display: block;

			-webkit-transition: 500ms;
			transition: 500ms;
		}

		.search_list figcaption p {
			-webkit-box-orient: vertical;
			overflow: hidden;
			display: -webkit-box;
			white-space: inherit;
			-webkit-line-clamp: 3;
		}

		@media (min-width: 811px) {
			.search_list figcaption {
				width: 80%;
			}
			.search_list li figure {
				width: 15%;
			}
			.search_list a {
				display: flex;
				align-items: center;
				justify-content: space-between;
			}
		}

		@media (max-width: 810px) {
			.search_list li figure {
				margin: 0 auto 20px;
				width: 60%;
			}
			.search_list li h4,
			.search_list li .txt_en {
				text-align: center;
			}
			.search_list li {
				margin-bottom: 15%;
			}
			.search_list {
				margin-top: 15%;
			}
		}
		/*詳細頁*/

		.detail_kv,
		.s1_kv,
		.detail_s2IMG {
			background-position: center center;
			background-repeat: no-repeat;
			background-size: cover;
		}

		.detail_s2IMG {
			background-size: auto 100%;
		}

		.detail_kv img,
		.s1_kv img,
		.detail_s2IMG img {
			width: 100%;
			display: block;
		}

		.s1_kv {
			width: 65%;
			max-width: 278px;
			margin: -10% auto 5%;
			border: 15px solid #FFFFFF;
			filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
		}

		.detail_s1TXT {
			text-align: center;
			margin-bottom: 10%;
		}

		.detail_s1TXT .h1,
		.swiper-button-next,
		.swiper-button-prev {
			color: #232323;
		}

		.detail_s2 {
			background: #F1F1F1;
			padding-bottom: 2%;
			margin-top: 5%;
		}

		.detail_s2 p {
			padding: 20px;
			text-align: center;
		}

		.detail_s2 .swiper-slide {
			opacity: 0.5;
		}

		.detail_s2 .swiper-slide.swiper-slide-active {
			opacity: 1;
		}

		.detail_s2 .swiper-button-next,
		.detail_s2 .swiper-button-prev {
			top: 43%;
		}

		.detail_s3 {
			padding: 3% 0;
			z-index: 3;
		}

		.function_menu {
			display: flex;
			align-items: stretch;
			justify-content: center;
		}

		.function_menu>div {
			text-align: center;
			padding: 3% 1%;
			-webkit-box-shadow: rgb(0 0 0 / 29%) 0px 0px 10px;
			box-shadow: rgb(0 0 0 / 29%) 0px 0px 10px;
			background-color: #fff;
			width: 18%;
			margin-right: .5%;
			margin-left: .5%;
		}

		.function_menu article {
			position: relative;
		}

		.function_menu article>a {
			height: 100%;
			width: 100%;
			position: absolute;
			left: 0;
			top: 0;
			z-index: 2;
			background-color: #fff;
			opacity: 0;
		}

		.function_menu article>a:hover {
			/* opacity: 0.3; */
		}

		.function_menu p {
			margin-bottom: 0;
			line-height: 150%;
		}

		.function_menu p span {
			display: inline-block;
		}

		.function_menu div.function_message {
			width: 36%;
		}

		.function_menuIMG {
			width: 40px;
			display: block;
			margin: 0 auto;
		}

		.function_menu h5.txt_20 {
			margin: 25px 0 20px;
		}

		.function_menu_op {
			position: absolute;
			left: 0;
			background-color: #F1F1F1;
			text-align: left;
			z-index: 2;
			padding: 15% 5%;
			top: 115%;
			display: none;
			width: 100%;
		}

		.function_menu_op:before {
			content: "";
			position: absolute;
			top: -10px;
			left: 25%;
			margin-left: -10px;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 20px 20px 0 0;
			border-color: rgba(241, 241, 241, 1) transparent transparent transparent;
			transform: rotate(45deg);
		}

		.function_menu div.no {
			pointer-events: none;
			opacity: 0.3;
		}

		.payment_op {

			width: 215%;
			padding: 15%;
		}

		.function_menu_op .btn {
			background-color: #fff;
			border: 1px solid #fff;
			-webkit-box-shadow: rgb(0 0 0 / 29%) 2px 2px 5px;
			box-shadow: rgb(0 0 0 / 29%) 2px 2px 5px;
			display: block;
			width: 50%;
			margin-left: 50%;
			margin-top: 15px;
		}

		.function_menu_op p,
		.function_menu_op .btn {
			color: #232323;
		}

		.function_menu_op .btn img {
			display: inline-block;
			vertical-align: middle;
			width: 25px;
			margin-right: 10px;
		}

		.share_popup_close {
			position: absolute;
			top: -5px;
			right: -5px;
			z-index: 1;
			background-color: #ccc;
			-webkit-border-radius: 500px;
			border-radius: 500px;
			height: 30px;
			width: 30px;
			overflow: hidden;
		}

		.share_popup_close img {
			width: 30px;
			display: inline-block;
			vertical-align: middle;
			margin-top: -2px;
		}

		.function_menu_op.open {
			display: block;
		}

		.share_op span {
			width: 100%;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.share_op span a img {
			width: 35px;
			display: block;
			margin: 0 10px;
		}

		@media (min-width: 811px) {
			.detail_s2 .swiper-button-next {
				right: 20%;
			}
			.detail_s2 .swiper-button-prev {
				left: 20%;
			}
		}

		@media (max-width: 810px) {
			.s1_kv {
				max-width: 220px;
				margin: -5% auto 10%;
				border: 10px solid #FFFFFF;
			}
			.TIT {
				padding: 10%;
			}
			.detail_s2,
			.detail_s4 {
				margin-top: 10%;
			}
			.detail_s2 {
				padding-bottom: 5%;
			}
			.detail_kv img {
				height: 150px;
			}
			.function_menu_op {
				left: auto;
				right: 0;
			}
			.function_menu_op:before {
				right: 20%;
				left: auto;
			}
			.share_op {
				width: 170%;
			}
		}

		@media (min-width: 601px) {
			.function_menu>div {
				position: relative;
			}
		}

		@media (max-width: 600px) {
			.function_menu>div {
				margin-right: 1%;
				margin-left: 1%;
			}
			.function_menuIMG {
				width: 30px;
			}
			.function_menu div.function_message,
			.function_menu>div {
				width: 48%;
				margin-bottom: 10px;
			}
			.function_menu h5.txt_20 {
				margin: 20px 0 10px;
			}
			.function_menu>div {
				padding: 5% 1%;
			}
			.function_menu {
				flex-wrap: wrap
			}
			.share_popup_close img {
				margin-top: 0;
			}
			.function_menu_op .btn {
				width: 100%;
				margin-left: 0;
			}
			.function_menu_op:before {
				right: 47%;
			}
			.function_menu_op {
				width: 100%;
				top: auto;
				margin-top: 15%;
				padding: 10%;
			}
			.share_popup_close {
				top: -15px;
			}
			.payment_op {
				margin-top: 25%;
			}
		}