@charset "utf-8";
/*跑馬燈*/
.marquee_div marquee {
	width: 100%;
	height: 25px;
}
.marquee_div marquee a {
	margin: 0 30px 0 0;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s
}
.marquee_div marquee a:hover {
	color: var(--yellow-color) !important;
}
.marquee_div marquee i {
	margin: 0 5px 0 0;
	color: var(--yellow-color) !important;
}
/*版權聯絡資訊*/
.foot_booking {
	font-size: large;
}
.foot_booking i {
	display: inline-block;
	width: var(--icon-size, 45px);
	height: var(--icon-size, 45px);
	line-height: var(--icon-size, 45px);
	background-color: var(--smoke-color);
	color: var(--white-color);
	font-size: x-large;
	text-align: center;
	margin-right: 10px;
	border-radius: 50%;
}
.foot_booking a {
	color: var(--body-color);
}
.foot_booking a:hover {
	color: var(--white-color);
}
.foot_booking a i {
	background-color: transparent;
	border: 1px solid var(--white-color);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.foot_booking a:hover i {
	background-color: var(--theme-color);
	border-color: var(--theme-color);
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg)
}
/*置頂通訊*/
.topBox {
	position: fixed;
	bottom: 200px;
	right: 0;
	width: 40px;
	line-height: 30px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	z-index: 10;
	text-align: center;
}
.topBox i {
	color: var(--white-color);
	font-size: 21px;
}
.icon-box {
	display: inline-block;
	margin-bottom: 1px;
	padding: 8px;
}
.icon-box figure {
	margin: 0;
}
.icon-box:hover, .phoneBox:hover {
	background: var(--title-color);
}
.phoneBox {
	background: var(--theme-color);
	color: var(--white-color);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 8px;
}
.phoneBox p {
	margin: 0;
	writing-mode: vertical-lr;
	font-size: medium;
	display: inline-block;
	color: var(--white-color);
	letter-spacing: 2px;
}
.phoneBox figure {
	margin-bottom: 5px;
	width: 35px;
}
.phone {
	background: var(--theme-color);
}
.line, .wechat, .whatsapp {
	background-color: #107E00;
}
.line i, .whatsapp i {
	font-size: x-large;
}
.wechat i {
	font-size: 21px;
}
@media (max-width: 767px) {
.topBox {
	bottom: 0px;
	left: 0;
	flex-direction: row;
}
.icon-box {
	margin: 0 1px 0 0;
	padding: 12px;
}
.phoneBox {
	flex-direction: row;
}
.phoneBox p {
	width: 80px;
	writing-mode: horizontal-tb;
}
.phoneBox figure {
	width: 30px;
	margin-bottom: 0px;
}
}
/*表格*/
.tinv-header .tab_tit {
	font-size: x-large;
}
.tinv-header ul li {
	margin: 0 0 10px 0;
	text-align: justify;
}
.tinv-header ul li ul li {
	margin: 10px 0;
	text-align: justify;
	list-style-type: decimal;
}
.tinv-header strong, .faq-text strong {
	color: var(--theme-color);
}
.tinv-header a {
	text-decoration: underline;
}
.cart_tab, .car_tab {
	margin-top: 20px;
	color: var(--title-color);
	text-align: center;
}
.cart_tab tr th, .car_tab tr th {
	padding: 10px 5px;
	color: var(--white-color);
	background-color: var(--theme-color);
}
.cart_tab tr td, .car_tab tr td {
	padding: 15px 5px;
}
tr {
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
tr:hover, tr:nth-child(odd):hover {
	background-color: #FFF2EB;
}
tr:nth-child(odd) {
	background-color: #EEEEEE;
}
@media (max-width: 767px) {
.car_tab tr th span, .car_tab tr td span {
	display: block;
}
.cart_tab tr th {
	display: none;
}
.cart_tab tr {
	border-top: thick solid var(--theme-color);
	border-bottom: thick solid var(--theme-color);
}
.cart_tab td {
	display: block;
	position: relative;
	border-top-style: none;
	border-left-style: none;
	overflow: hidden;
}
.cart_tab td:before {
	width: 160px;
	min-height: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	color: var(--white-color);
	line-height: 50px;
	border-top: thin solid #FFFFFF;
	background-color: var(--title-color);
	content: attr(data-title);
}
.tab_td {
	width: calc(100% - 160px);
	margin-left: 180px;
	text-align: left;
}
.mob_tit {
	color: var(--theme-color);
}
td.mob_tit:before {
	background-color: var(--theme-color);
}
}
h2.tab_tit  {
	color: var(--theme-color);
	font-size: x-large !important;
}
/*其他*/
.text-justify {
	text-align: justify;
}
.mt-100 {
	margin-top: 100px
}
.qaulli ul li {
	color: var(--theme-color);
}
.qaulli ul li strong {
	display: block;
}
.blog-content h2 {
	font-size: x-large;
}
.blog-content h3, .blog-content h4 {
	color: var(--theme-color);
	font-size: large;
}
.blog-content ul li {
	color: var(--theme-color);
}
.blog-content ul li strong, .blog-content ul li p {
	display: inline;
}
.note {
	padding: 10px;
	background-color: #FFF2EB;
	border: medium dashed var(--white-color);
}
.note p {
	margin: 0;
}
h3.green {
	display: inline;
	padding: 5px 10px;
	color: var(--white-color);
	font-size: large;
	border-radius: 50px;
	background-color: var(--success-color);
}
.gaidpri {
	border: thin solid var(--theme-color);
}
.logo_text h2 {
	color: var(--white-color);
	font-size: x-large;
}
.logo_text h1 span {
	display: inline-block;
}
.logo_text p {
	margin: auto 0 0 0;
	font-size: large;
	text-align: left;
}
.ck_div h1  {
	color: var(--theme-color);
	font-size: x-large;
}
.ck_div h2  {
	font-size: x-large;
}
.ck_div h3  {
	color: var(--success-color);
	font-size: large;
}
.ck_div h4  {
	font-size: large;
}