@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@600&amp;display=swap");

/* -- reset module8 -- */
.edit,
.show_content,
.main_part {
	width: auto !important;
	max-width: 100% !important;
	margin: auto !important;
	padding: 0 !important;
}

.pageIndex .main_part {
	border: none !important;
}

.path {
	display: none;
}

/* -- reset module8 end -- */

.hs_box * {
	line-height: 150%;
	font-size: 15px;
	border: 0;
	outline: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
	max-width: 100%;
	font-family: "微軟正黑體";
	-webkit-transition: ease 0.5s;
	-moz-transition: ease 0.5s;
	-ms-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
}

.hs_box img {
	max-width: 100%;
	max-height: 75vh;
}

.hs_clear::before,
.hs_clear::after {
	content: "";
	display: table;
}

.hs_clear::after {
	clear: both;
}

.hs_clear {
	zoom: 1;
}

.hs_box {
	overflow: hidden;
	max-width: 2000px;
	margin: auto;
}

.ldc_w1100 {
	max-width: 1100px;
	margin: auto;
	padding: 15px;
}

.ldc_w900 {
	max-width: 900px;
	margin: auto;
	padding: 15px;
}

.ldc_w100 {
	max-width: 100%;
	margin: auto;
	padding: 15px;
}

/*ldc_i_t*/
.ldc_i_t {
	background: var(--color-bg-dark);
}

.ldc_i_t ul {
	list-style: none;
	display: table;
	width: 100%;
}

.ldc_i_t li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	line-height: 100%;
}

.ldc_i_t li:nth-child(1) {
	width: 43%;
}

.ldc_i_t h4 {
	font-family: "Noto Serif TC", serif;
	font-size: 30px;
	color: var(--color-text-secondary);
	margin-bottom: 15px;
	letter-spacing: 2px;
}

.ldc_i_t p {
	font-size: 17px;
	color: var(--color-text-primary);
	padding: 10px 0;
	max-width: 420px;
	margin: 0 auto 30px;
	text-align: left;
	line-height: 175%;
}

.ldc_i_t a {
	font-size: 18px;
	color: var(--color-text-secondary);
	padding: 5px 30px;
	border: 1px var(--color-secondary) solid;
	border-radius: 50px;
}

.ldc_i_t a:hover {
	background: var(--color-link-hover);
	color: var(--color-text-primary);
}

.ldc_i_t .teeth_circle_animation {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 7;
	transform: translate(-50%, -50%);
	width: 90px;
	height: 90px;
	background: url(../images/sofa.png) no-repeat center center var(--color-secondary);
	border-radius: 50px;
	margin: 0;
}

.ldc_i_t .teeth_circle_animation:before {
	content: "";
	display: block;
	width: 85%;
	height: 85%;
	border: 1px var(--color-text-primary) dashed;
	border-radius: 50px;
	position: absolute;
	top: 7%;
	left: 7%;
	z-index: 5;
	animation: rotation 20s linear infinite;
	-webkit-animation: rotation 20s linear infinite;
}

.ldc_i_t .teeth_circle_animation:after {
	content: "歡迎參觀";
	font-size: 17px;
	color: var(--color-text-primary);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.5s;
	text-align: center;
	line-height: 1.2;
}

.ldc_i_t .teeth_circle_animation:hover {
	background: var(--color-btn-primary);
	transition: none;
}

.ldc_i_t .teeth_circle_animation:hover:before {
	animation: none;
}

.ldc_i_t .teeth_circle_animation:hover:after {
	opacity: 1;
	transition: all 0.5s;
}

/*ldc_i_c*/
.ldc_i_c {
	font-family: "Noto Serif TC", serif;
	text-align: center;
	padding: 45px 0;
	background: var(--color-bg-darker);
}

.ldc_i_c .title, .ldc_i_c h4 {
	font-family: "Noto Serif TC", serif;
	font-size: 30px;
	font-weight: 700;
	display: block;
	margin-bottom: 2rem;
	color: var(--color-text-secondary)
}

/*.ldc_i_c h4 {*/
/*	text-indent: -999999px;*/
/*	background: url(../images/ldc_i_img05.png) no-repeat center center;*/
/*	height: 40px;*/
/*	margin-bottom: 15px;*/
/*}*/

.ldc_i_c div {
	text-align: center;
	letter-spacing: 2px;
	padding: 20px;
}

.ldc_i_c p {
	/*font-family: "Noto Serif TC", serif;*/
	text-align: center;
	letter-spacing: 1px;
	/*padding: 20px;*/
	font-size: 18px;
	max-width: 50rem;
	margin: auto;
	line-height: 1.8;
}

.ldc_i_c p span {
	/*font-family: "Noto Serif TC", serif;*/
	font-size: 18px;
	color: var(--color-text-primary);
	display: block;
	max-width: 50rem;
	margin: auto;
}

/*ldc_i_c2*/
.ldc_i_c2 {
	background: var(--color-bg-dark);
	padding: 80px 0;
}

.ldc_i_c2 ul {
	list-style: none;
	display: table;
	width: 100%;
	text-align: center;
	position: relative;
	padding: 1rem 10px;
}

.ldc_i_c2 ul:after {
	content: "";
	background: var(--color-bg-darker);
	position: absolute;
	top: 0;
	right: 0;
	width: 75%;
	height: 100%;
	z-index: 1;
}

.ldc_i_c2 li {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 5;
}

.ldc_i_c2 li:nth-child(1) {
	width: 400px;
}

.ldc_i_c2 h4 {
	font-family: "Noto Serif TC", serif;
	font-size: 30px;
	color: var(--color-text-secondary);
	margin-bottom: 15px;
	letter-spacing: 2px;
}

.ldc_i_c2 div {
	text-align: justify;
	margin: auto;
	padding: 0 10px 20px;
}

.ldc_i_c2 p, .ldc_i_c2 p * {
	font-size: 16px;
	color: var(--color-text-primary);
	display: block;
}

.ldc_i_c2 a {
	font-size: 18px;
	color: var(--color-text-secondary);
	margin: 7px;
	padding: 5px 40px;
	border: 1px var(--color-secondary) solid;
	border-radius: 50px;
	word-break: keep-all;
}

.ldc_i_c2 a:hover {
	background: var(--color-link-hover);
	color: var(--color-text-primary);
}

/*ldc_i_c3*/
.ldc_i_c3 {
	background: var(--color-bg-darker);
	padding: 2rem 0;
}

.ldc_i_c3 ul {
	list-style: none;
	display: table;
	width: 100%;
}

.ldc_i_c3 li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	line-height: 100%;
}

.ldc_i_c3 li:nth-child(2) {
	width: 43%;
}

.ldc_i_c3 h4 {
	font-family: "Noto Serif TC", serif;
	font-size: 30px;
	color: var(--color-text-secondary);
	margin-bottom: 15px;
	letter-spacing: 2px;
}

.ldc_i_c3 div {
	text-align: justify;
	padding: 10px 0;
	max-width: 500px;
	margin: 0 auto 5px;
	line-height: 175%;
	font-size: 18px;
	color: var(--color-text-primary);
	font-style: normal;
}

.ldc_i_c3 p, .ldc_i_c3 p * {
	display: block;
	font-size: 16px;
}

.ldc_i_c3 a {
	font-size: 18px;
	color: var(--color-text-secondary);
	padding: 5px 30px;
	border: 1px var(--color-text-secondary) solid;
	border-radius: 50px;
}

.ldc_i_c3 a:hover {
	background: var(--color-link-hover);
	color: var(--color-text-primary);
}

.ldc_i_c3 .teeth_circle_animation {
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 7;
	transform: translate(50%, -50%);
	width: 90px;
	height: 90px;
	background: url(../images/sofa.png) no-repeat center center var(--color-secondary);
	border-radius: 50px;
	margin: 0;
}

.ldc_i_c3 .teeth_circle_animation:before {
	content: "";
	display: block;
	width: 85%;
	height: 85%;
	border: 1px var(--color-text-primary) dashed;
	border-radius: 50px;
	position: absolute;
	top: 7%;
	left: 7%;
	z-index: 5;
	animation: rotation 20s linear infinite;
	-webkit-animation: rotation 20s linear infinite;
}

.ldc_i_c3 .teeth_circle_animation:after {
	content: "歡迎參觀";
	font-size: 17px;
	color: var(--color-text-primary);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.5s;
	text-align: center;
	line-height: 1.2;
}

.ldc_i_c3 .teeth_circle_animation:hover {
	background: var(--color-btn-primary);
	transition: none;
}

.ldc_i_c3 .teeth_circle_animation:hover:before {
	animation: none;
}

.ldc_i_c3 .teeth_circle_animation:hover:after {
	opacity: 1;
	transition: all 0.5s;
}

/*ldc_i_b*/
.ldc_i_b {
	position: relative;
	background: var(--color-bg-darker-2);
	padding: 100px 0;
}

.ldc_i_b ul {
	list-style: none;
	display: table;
	width: 100%;
}

.ldc_i_b li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

.ldc_i_b li:nth-child(2) {
	width: 600px;
}

.ldc_i_b li h5 {
	/*background: url(../images/logo.png) no-repeat left center;*/
	/*padding: 10px 0 10px 100px;*/
	display: inline-block;
	text-align: left;
}

.ldc_i_b li span {
	display: block;
	font-family: "Noto Serif TC", serif;
	font-size: 30px;
	color: var(--color-text-primary);
}

.ldc_i_b li em {
	display: block;
	font-family: "Noto Serif TC", serif;
	font-size: 20px;
	color: var(--color-text-primary);
	font-style: normal;
}

.ldc_i_b li a {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	margin: 1%;
}

.ldc_i_b li a span {
	display: inline-block;
	width: 80px;
	height: 80px;
	background: no-repeat center center var(--color-bg-lighter);
	border-radius: 100%;
	animation: rotation2 3s linear infinite;
	-webkit-animation: rotation2 3s linear infinite;
}

.ldc_i_b li a blockquote {
	border: 1px var(--color-bg-lighter) solid;
	position: relative;
	margin: 30px 0;
	padding: 20px 5px 10px;
	font-size: 16px;
	color: var(--color-text-light);
}

.ldc_i_b li a:hover blockquote {
	color: var(--color-link-hover);
}

.ldc_i_b li a blockquote em {
	display: block;
	width: 80%;
	font-style: normal;
	font-size: 16px;
	color: var(--color-text-light);
	background: var(--color-bg-dark);
	border-radius: 20px;
	padding: 3px 15px;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
}

.ldc_i_b li a.i_downBox_0 span {
	background-image: url(../images/ldc_i_img07.png);
}

.ldc_i_b li a.i_downBox_1 span {
	background-image: url(../images/ldc_i_img08.png);

}

.ldc_i_b li a.i_downBox_2 span {
	background-image: url(../images/ldc_i_img09.png);
}

.ldc_i_b li a.i_downBox_3 span {
	background-image: url(../images/ldc_i_img10.png);
}

.ldc_i_b li a:hover span {
	animation: none;
}

.ldc_i_b li a:hover blockquote {
	border-color: var(--color-link-hover);
}

.ldc_i_b li a:hover blockquote em {
	background: var(--color-secondary);
	color: var(--color-text-primary);
}

/*keyword*/
.tag_label {
	position: absolute;
}

.tag_label h2,
.tag_label h3,
.tag_label h4,
.tag_label h5,
.tag_label h6 {
	font-size: 0px;
	margin: 0;
	padding: 0;
	opacity: 0;
	display: inline-block;
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotation2 {
	0% {
		-webkit-transform: rotate3d(0, 1, 0, 0deg);
	}

	50% {
		-webkit-transform: rotate3d(0, 1, 0, 0deg);
	}

	100% {
		-webkit-transform: rotate3d(0, 1, 0, 360deg);
	}
}

@keyframes rotation2 {
	0% {
		transform: rotate3d(0, 1, 0, 0deg);
	}

	50% {
		transform: rotate3d(0, 1, 0, 0deg);
	}

	100% {
		transform: rotate3d(0, 1, 0, 360deg);
	}
}

/*Animations*/
[data-animate-in] {
	opacity: 0;
	transition: transform 0.8s ease, opacity 0.8s ease;
}

[data-animate-in="up"] {
	transform: translate3d(0, 100px, 0);
}

[data-animate-in="left"] {
	transform: translate3d(-100px, 0, 0);
}

[data-animate-in="right"] {
	transform: translate3d(100px, 0, 0);
}

[data-animate-in="down"] {
	transform: translate3d(0, -100px, 0);
}

[data-animate-in].in-view {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transition: transform 1s ease, opacity 1s ease;
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1024px) {
	.ldc_i_t li {
		display: block;
		width: 100% !important;
	}

	.ldc_i_t li:nth-child(2) {
		padding: 100px 15px 50px;
	}

	.ldc_i_t .teeth_circle_animation {
		top: 0;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.ldc_i_c3 li {
		display: block;
		width: 100% !important;
	}

	.ldc_i_c3 li:nth-child(1) {
		padding: 50px 15px 100px;
	}

	.ldc_i_c3 .teeth_circle_animation {
		top: auto;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 50%);
	}
}

@media screen and (max-width: 960px) {
	.ldc_i_c2 li:nth-child(1) {
		width: 40%;
	}

	.ldc_i_c2 li:nth-child(2) {
		width: 60%;
		padding: 15px;
	}

	.ldc_i_c2 p, .ldc_i_c3 p {
		padding: 5px;
	}

	.ldc_i_c2 p span {
		display: initial;
	}

	.ldc_i_c2 a {
		display: block;
		width: 98%;
	}

	.ldc_i_b li {
		display: block;
		width: 100% !important;
	}

	.ldc_i_b li h5 {
		margin-bottom: 35px;
	}
}

@media screen and (max-width: 768px) {

	.ldc_i_t h4,
	.ldc_i_c2 h4,
	.ldc_i_c3 h4,
	.ldc_i_b li {
		font-size: 22px;
	}

	.ldc_i_t p,
	.ldc_i_c p,
	.ldc_i_c2 p,
	.ldc_i_c3 p,
	.ldc_i_b li em {
		font-size: 16px;
		/*display: initial;*/
	}

	.ldc_i_t a,
	.ldc_i_c3 a {
		display: block;
		width: 200px;
		margin: 15px auto 0;
	}

	/* 因為手機板沒有滑過 想讓他顯眼看到按鈕 就直接點 如果不喜歡再拿掉吧 */
	.ldc_i_t a,
	.ldc_i_c3 a,
	.ldc_i_c2 a {
		background: var(--color-secondary);
		color: var(--color-text-primary);
	}

	/* 因為手機板沒有滑過 想讓他顯眼看到按鈕 就直接點 如果不喜歡再拿掉吧 */
}

@media screen and (max-width: 640px) {
	.ldc_i_c2 li {
		display: block;
		width: 100% !important;
	}

	.ldc_i_c2 ul:after {
		display: none;
		/*top:10%; right:3%; width:94%; height:90%; border-top-right-radius:400px;*/
	}

	.ldc_i_c2 a {
		width: 200px;
		margin: 7px auto;
	}
}

@media screen and (max-width: 570px) {
}

@media screen and (max-width: 480px) {
	.ldc_i_b li a {
		width: 50%;
	}
}