@import "reset.css";
@import "skeleton.css";
@import "superfish.css?20220804";
@import url("font.css");
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic);

/*       '微軟正黑體', 'Lato', sans-serif         */

@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:700);

/*       '微軟正黑體', 'Lato', sans-serif         */

html {
	width: 100%;
}

a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}

* {
	-webkit-text-size-adjust: none;
}

.sw-xs {
	display: block !important;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
select {
	-webkit-appearance: none;
}

#bx-pager-mobile {
	display: none;
	height: 500px;
	width: 100%;
}

body {
	font: 16px/20px "微軟正黑體", Arial, Helvetica, sans-serif;
	color: var(--color-text-primary);
	position: relative;
	min-width: 960px;
	background: #232323;
}

div[itemtype] {
	display: none;
}

address {
	font-style: normal;
}

p {
	margin-bottom: 20px;
}

p.p1 {
	padding-top: 4px;
	margin-bottom: 24px;
}

p.p2 {
	margin-bottom: 16px;
}

p.p3 {
	margin-bottom: 8px;
}

input {
	border-radius: 0 !important;
	outline: none !important;
}

img {
	max-width: 100%;
}

a:hover,
a.act {
	color: #cccccc;
}

/****Heads****/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "微軟正黑體", "Lato", sans-serif;
	font-weight: unset;
	color: var(--color-text-secondary);
	text-transform: uppercase;
}

h3 {
	font-size: 22px;
	line-height: 1em;
	padding-bottom: 10px;
	border-bottom: 1px solid #ECECEC;
	padding-top: 64px;
	margin-bottom: 33px;
}

.sf-menu > li > a {
	font-size: 15px;
}

.sf-menu > li + li {
	margin-left: 18px;
}

.page1 h3 {
	padding-top: 67px;
	margin-bottom: 36px;
}

.page1 h3.head1 {
	padding-top: 85px;
}

h3.head1 {
	padding-top: 104px;
	margin-bottom: 37px;
}

h3.head2 {
	padding-top: 97px;
}

/****Lists****/

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list li {
}

ul.list li + li {
	margin-top: 24px;
}

ul.list li + li + li {
	margin-top: 20px;
}

ul.list .count {
	float: left;
	display: block;
	min-width: 30px;
	color: #1cb088;
	position: relative;
	top: -5px;
	font: bold 20px/20px "微軟正黑體", "Lato", sans-serif;
}

ul.list .text1 {
	margin-bottom: 4px;
}

ul.list1 > li {
	font-weight: bold;
	/*color: #08b088;*/
	background: url(../images/marker.png) 0 6px no-repeat;
	padding-left: 15px;
}

ul.list1 > li + li {
	margin-top: 4px;
}

ul.list1 > li a:hover,
ul.list1 > li a.act {
	color: #585858;
}

/****Links****/

a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: var(--color-link-hover);
}

/****classes****/

.mb0 {
	margin-bottom: 0px !important;
}

.m0 {
	margin: 0 !important;
}

.pad0 {
	padding: 0 !important;
}

.page1 .img_inner {
	margin-top: 0px;
	/*margin-bottom: 19px;*/
	width: 100%;
}

.img_inner {
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.img_inner.i1 {
	margin-bottom: 17px;
}

.fleft {
	float: left;
	width: auto !important;
	margin-right: 22px;
	margin-bottom: 30px;
	margin-top: 0;
}

.img_bg {
	display: inline-block;
	aspect-ratio: 3 / 2;
	width: 300px !important;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.gleft {
	margin-left: -10px;
}

.oh {
	overflow: hidden;
}

.fright {
	float: right !important;
}

.upp {
	text-transform: uppercase;
}

.rel {
	position: relative;
	overflow: hidden;
}

.alright {
	text-align: right;
}

.center {
	text-align: center;
}

.wrapper,
.extra_wrapper {
	overflow: hidden;
}

.clear {
	float: none !important;
	clear: both;
}

.tx1 {
	margin-bottom: 9px !important;
}

.tx2 {
	line-height: 2.3em !important;
	margin-bottom: 14px !important;
}

.serv .text1 {
	margin-bottom: 9px;
}

.serv .clear {
	height: 27px;
}

/*  header
========================================================================*/

header {
	position: relative;
	display: block;
	background: linear-gradient(
			165deg,
			transparent 42%,
			rgba(151, 222, 232, 0.18) 43%,
			rgba(151, 222, 232, 0.32) 63%,
			transparent 64%
	),
	linear-gradient(
			110deg,
			#f7fbfa 0%,
			#e7f6f3 30%,
			#d9f3f8 68%,
			#fff9eb 100%
	);
	box-shadow: 0px 1px 0 rgba(0, 0, 0, 0.1);
	padding: 0;
	width: 100%;
	height: auto;
	z-index: 9999;
}

header h1 {
	float: left;
	z-index: 910;
	text-align: center;
	height: 78px;
	padding: 5px 0;
}

header h1 a {
	display: inline-block;
	overflow: hidden;
	max-width: 300px;
	height: 78px;
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

header h1 a img {
	display: block;
	max-height: 76px;
}

.page1_block {
	text-align: center;
	padding: 57px 0 50px 0;
	background-color: #F4F6F5;
}

.page1_block p {
	margin-bottom: 0;
	padding: 0 15px;
}

.page1_block .title {
	margin-bottom: 28px;
	color: var(--color-text-secondary);
	padding-top: 13px;
	font: 28px/18px "微軟正黑體", "Lato", sans-serif;
	text-transform: uppercase;
}

/*  Content
========================================================================*/

.content {
	/*background-color: var(--color-bg-content);*/
	background: url(../images/bg_content.png) top center / cover;
	padding-bottom: 120px;
}

.page1 .content {
	padding-bottom: 96px;
	color: #F4F6F5;
}

.text1 {
	font-size: 18px;
	color: var(--color-text-card-title);
	line-height: 1.6em;
}

.text1 a span {
	display: block;
	float: left;
	font-size: 16px;
	width: 30px;
	height: 30px;
	margin: 3px 10px 0 0px;
	background: var(--color-bg-service-number-tag);
	border-radius: 20px;
	text-align: center;
	line-height: 30px;
	color: var(--color-text-service-number-tag);
}

p.text1 {
	margin: 5px 0 25px;
	line-height: 1em;
	letter-spacing: 1px;
}

.page1 .text1 {
	margin-bottom: 8px;
	line-height: 20px;
}

.page1 .text_date {
	margin-bottom: 4px;
	line-height: 18px;
	font-size: 12px;
	letter-spacing: 1px;
}

.hor {
	position: relative;
	margin-top: 33px;
	margin-bottom: 16px;
	border-bottom: 6px solid #f2f1f1;
}

.news_img {
	position: relative;
}

.page1 .news_img {
	margin-bottom: 15px;
}

time {
	font-size: 18px;
	line-height: 18px;
	display: block;
	color: #fff;
	width: 60px;
	height: 43px;
	padding-top: 8px;
	text-align: center;
	background-color: #444;
	float: left;
}

time.list {
	position: absolute;
	bottom: 0;
	right: 0;
}

time span {
	margin-top: -2px;
	display: block;
	font-size: 10px;
	text-transform: uppercase;
}

.logos {
	overflow: hidden;
}

.logos li {
	display: block;
	height: 95px;
	background: #FFF;
	margin-bottom: 30px;
	position: relative;
}

.logos li img {
	height: 95px;
	position: absolute;
	display: block;
	top: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/* goTop */

.scrollToTop {
	width: 70px;
	height: 70px;
	/*padding: 10px;*/
	text-align: center;
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position: fixed;
	bottom: 30px;
	right: 50px;
	display: none;
	background: url(../images/gotop.png) no-repeat center center;
	background-size: 70px 70px;
	cursor: pointer;
	z-index: 999;
}

.scrollToTop:hover {
	text-decoration: none;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
	.logos li img {
		left: 50%;
		margin-left: -109px;
	}

	.sw-xs {
		display: none !important;
	}
}

.logos li .logo_bk img {
	filter: alpha(opacity=100);
	opacity: 1;
}

.logos li:hover .logo_bk img {
	filter: alpha(opacity=0);
	opacity: 0;
}

.block1 + .block1 {
	margin-top: 19px;
}

.news {
	overflow: hidden;
}

.news .text1 {
	padding-top: 1px;
	padding-bottom: 4px;
	font-size: 28px;
}

.news + .news {
	margin-top: 35px;
}

ul.list1.l1 {
	margin-top: -2px;
}

.col1 {
	color: #4c4c4c;
}

.prv h3 {
	margin-bottom: 31px;
}

/*  service
========================================================================*/

.wrapper,
.extra_wrapper.ser {
	position: relative;
	min-height: 157px;
}

.summary {
	color: #4c4c4c;
}

.extra_wrapper.ser img {
	margin-bottom: 20px;
}

/*  case
========================================================================*/

.case a {
	display: block;
}

.case a .photo {
	position: relative;
}

.case a .photo img {
}

.case a .photo span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: transparent url(../images/case/zoom_o.png) no-repeat center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	filter: alpha(opacity=0);
	opacity: 0;
	display: block;
	padding-right: 0;
}

.case a:hover .photo span {
	background: rgba(0, 0, 0, 0.3) url(../images/case/zoom.png) no-repeat center;
	filter: alpha(opacity=100);
	opacity: 1;
}

.case a .text1 {
	margin-top: 30px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.case a:hover .text1, .text1:hover a {
	color: #4F79AD;
}

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

.extra_wrapper.news {
	min-height: 145px;
	padding-bottom: 40px;
	position: relative;
}

.text1.news {
	float: left;
	margin: 10px 0 30px 0px;
}

/*  Map
========================================================================*/

.map {
	overflow: hidden;
	padding-top: 0px;
	margin-top: -2px;
}

.map figure {
	float: left;
	padding-top: 5px;
	display: block;
	width: 100%;
	margin-right: 22px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.map iframe {
	display: block;
	width: 100%;
}

.map .list3 {
	float: left;
}

.map .list3 li img {
	float: left;
	margin-top: 2px;
}

.map .list3 li .extra-wrap {
	float: left;
	padding-left: 1em;
}

a.link-1 {
	color: #1cb088;
	font-weight: bold;
}

a.link-1:hover {
	color: #a1a1a1;
}

/*index 服務項目
========================================================================*/

.service_tit {
	margin-bottom: 60px;
	margin-top: 20px;
}

.service_tit h4 {
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: unset;
}

.service_tit h1 {
	font-size: 60px;
	line-height: 70px;
	text-transform: uppercase;
	font-weight: unset;
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
}

.service_tit p {
	font-size: 16px;
	margin-top: 10px;
	letter-spacing: 0.5px;
	color: var(--color-text-primary);
}

.swiper-slide p {
	line-height: 20px !important;
	font-size: 16px !important;
}

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

/*#product_photo, #bx-pager-mobile {*/
/*	display: none;*/
/*}*/

/*index 人氣強力推薦
========================================================================*/

.best span {
	font-size: 36px;
	line-height: 10px;
	color: var(--color-text-secondary);
	padding-right: 10px;
}

.best h3 {
	font-size: 18px;
	color: var(--color-text-primary);
	margin-bottom: 14px;
	text-align: center;
	margin-top: 20px;
	line-height: 1.5;
}

.best p {
	text-align: center;
	color: var(--color-text-primary);
	letter-spacing: 0.5px;
	margin-bottom: 40px;
}

.best .text1 {
	margin-bottom: 10px;
	line-height: 20px;
	text-align: center;
	padding: 0 0 10px 0;
	font-size: 28px;
}

.best_content {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	margin: 0 0 40px 0;
	color: var(--color-text-primary);
	letter-spacing: 0.5px;
}

.best_content_text {
	display: block;
	width: 100%;
	color: inherit;
}

.best .best_content_text {
	margin: 0;
}

.best_content ul li {
	position: relative;
	padding: 0 0 0 1em;
}

.best_content ul li::before {
	content: "";
	position: absolute;
	top: calc(.76em - 2px);
	left: 0;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--color-text-primary);
	overflow: hidden;
}

.best a {
	display: block;
}

.best a .photo {
	position: relative;
}

.best a .photo img {
	margin-bottom: 0;
}

.best a .photo span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: transparent url(../images/case/zoom_o.png) no-repeat center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	filter: alpha(opacity=0);
	opacity: 0;
	padding-right: 0;
}

.best a:hover .photo span {
	background: rgba(0, 0, 0, 0.3) url(../images/case/zoom.png) no-repeat center;
	filter: alpha(opacity=100);
	opacity: 1;
	padding-right: 0;
}

.best a .text1 {
	margin-top: 30px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.best a:hover .text1 {
	color: #063B87;
}

/*index page banner
========================================================================*/
.page_bn {
	background: 0 0 no-repeat #2e2e2e;
	background-size: cover;
	position: relative;
	/*height: 300px*/
	padding: 100px 0 100px;
	margin-top: 60px;
}

.page_bn h1 {
	color: var(--color-text-page-bn-title);
	font-size: 30px;
	line-height: 25px;
	margin-left: 10px;
}

.page_bn h1 span {
	font-family: "微軟正黑體";
	font-size: 25px;
}

.page_bn h4 {
	margin-left: 10px;
	margin-top: 10px;
	color: var(--color-text-page-bn-content);
	line-height: 15px;
}

/*index 最新消息news
========================================================================*/

.news h3 {
	font-size: 18px;
	color: var(--color-text-primary);
	margin-bottom: 14px;
	margin-top: 20px;
}

.news h3 span {
	font-size: 36px;
	line-height: 10px;
	color: var(--color-text-secondary);
	padding-right: 10px;
}

.news .news_box {
	margin-bottom: 40px;
}

.news_img img {
	width: 265px;
}

/*index stores
========================================================================*/

.stores {
	margin-bottom: 20px;
}

.stores span {
	font-size: 36px;
	line-height: 10px;
	color: var(--color-text-secondary);
	padding-right: 10px;
}

.stores h3 {
	font-size: 18px;
	color: var(--color-text-primary);
	margin-bottom: 14px;
	margin-top: 20px;
}

.stores figcaption.stores_tit h3 {
	font-size: 22px;
	border-bottom: 1px solid #5a5a5a;
}

.stores figcaption.stores_tit h3 span {
	font-size: 28px;
	line-height: 22px;
	color: #fff;
}

.stores figcaption.stores_tit p {
	font-size: 15px;
}

/*關於我們 about
========================================================================*/

.about {
}

.about img.about_bn_pc {
	margin-bottom: 45px;
}

.about img.about_bn_mb {
	display: none;
	margin-bottom: 45px;
}

.about h3 {
	font-size: 18px;
	color: var(--color-text-primary);
	margin-bottom: 45px;
	margin-top: 20px;
}

.about span {
	font-size: 36px;
	line-height: 10px;
	color: var(--color-text-secondary);
	padding-right: 10px;
}

.about .title {
	font-size: 20px;
	font-weight: 700;
	margin: 22px 0 15px 0;
	color: var(--color-text-card-title);
}

.about .title2 {
	color: var(--color-text-card-title);
}

/*品牌優勢 service
========================================================================*/

.service h3 {
	font-size: 18px;
	color: var(--color-text-primary);
	margin-bottom: 45px;
	margin-top: 20px;
}

.service h3 span {
	font-size: 36px;
	line-height: 10px;
	color: var(--color-text-secondary);
	padding-right: 10px;
}

/*品牌優勢 service_detail
========================================================================*/

.service_detail {
}

.service_detail h3 {
	font-size: 18px;
	color: var(--color-text-primary);
	margin-bottom: 14px;
	margin-top: 20px;
}

.service_detail h3 span {
	font-size: 36px;
	line-height: 10px;
	color: var(--color-text-secondary);
	padding-right: 10px;
}

.service_detail .text1 {
	font-size: 20px;
	margin: 20px 0;
	color: var(--color-text-details-page-title);
}

.service_detail p.summary {
	font-size: 14px;
}

.service_detail_cta a {
	background-color: var(--color-btn-primary) !important;
	color: var(--color-text-primary-btn) !important;
}

/*服務項目 case
========================================================================*/

.case {
}

.case .page_title {
	margin-bottom: 20px;
}

.case .page_title h3 {
	font-size: 21px;
	color: var(--color-text-primary);
	margin-bottom: 14px;
	margin-top: 20px;
	text-align: center;
	line-height: 1.5;
}

.case .page_title p {
	text-align: center;

}

.case .page_title p:nth-child(2) {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
	color: var(--color-text-primary);
}

.case .page_title p:nth-child(3) {
	font-size: 16px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 25px;
	/*color: var(--color-text-primary);*/
}

.case .page_title p:nth-child(4) {
}

.case span {
	font-size: 42px;
	line-height: 10px;
	color: var(--color-text-secondary);
	padding-right: 10px;
}

.case .photo {
	margin-bottom: -10px;
}

.case .text1 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.case .text2 {
	color: #4c4c4c;
	font-size: 14px;
	text-align: center;
}

.case p {
	padding-top: 7px;
}

.case a.pagesAct {
	display: unset;
}

/*服務項目detail   case_detail
========================================================================*/
.case_detail h3 {
	font-size: 18px;
	color: var(--color-text-primary);
	margin-bottom: 45px;
	margin-top: 20px;
}

.case_detail h3 span {
	font-size: 36px;
	line-height: 10px;
	color: var(--color-text-secondary);
	padding-right: 10px;
}

.case_detail .category h3 {
	font-size: 18px;
	color: var(--color-text-primary);
	margin-bottom: 45px;
	margin-top: 20px;
}

.case_detail .category h3 span {
	font-size: 36px;
	line-height: 10px;
	color: var(--color-text-secondary);
	padding-right: 10px;
}

/*最新消息 news
========================================================================*/

.news h3 {
	font-size: 18px;
	color: var(--color-text-primary);
	margin-bottom: 45px;
	margin-top: 20px;
}

.news span {
	font-size: 36px;
	line-height: 10px;
	color: var(--color-text-secondary);
	padding-right: 10px;
}

.news .category h3 {
	font-size: 18px;
	color: var(--color-text-primary);
	margin-bottom: 45px;
	margin-top: 20px;
}

.news .category h3 span {
	font-size: 36px;
	line-height: 10px;
	color: var(--color-text-secondary);
	padding-right: 10px;
}

/*最新消息 news_detail
========================================================================*/

.news_detail h3 {
	font-size: 18px;
	color: var(--color-text-primary);
	margin-bottom: 45px;
	margin-top: 20px;
}

.news_detail h3 span {
	font-size: 36px;
	line-height: 10px;
	color: var(--color-text-secondary);
	padding-right: 10px;
}

.news_detail .text1 {
	/*font-size: 20px;*/
	/*margin: 0 0 20px 0;*/
	margin: 0 0 10px;
	color: var(--color-text-details-page-title);
	font-size: 30px;
}

.news_detail p.summary {
	font-size: 16px;
}

/*館別據點 partner
========================================================================*/

.partner .grid_0 {
	margin: 0;
}

.partner h3 {
	font-size: 18px;
	color: var(--color-text-primary);
	margin-bottom: 45px;
	margin-top: 20px;
}

.partner h3 span {
	display: inline-block;
	vertical-align: baseline;
	font-size: 36px;
	line-height: 1;
	color: var(--color-text-secondary);
	padding-right: 10px;
}

.partner img.partner_bn_pc {
	margin-bottom: 45px;
}

.partner img.partner_bn_mb {
	display: none;
	margin-bottom: 45px;
}

.partner .info h4 {
	font-size: 18px;
	color: var(--color-text-primary);
	margin-bottom: 15px;
	padding-left: 30px;
	line-height: 18px;
	background: url(../images/partner/icon.png) no-repeat left top;
}

.partner .info .tit {
	position: relative;
	line-height: 20px;
	color: #959595;
	margin: 0 0 7px 0;
	width: 80px;
	padding-left: 31px;
	clear: both;
}

.partner .info p {
	margin-bottom: 7px;
	max-width: 370px;
	float: left;
}

.partner .info a:hover {
	color: var(--color-text-primary);
}

.partner .icon_box {
	float: left;
	margin: 5px 0 0 24px;
	clear: both;
}

.partner .icon_box li {
	float: left;
	margin: 0 5px;
}

.partner .icon_box a {
	width: 30px;
	height: 30px;
	display: block;
}

.partner .line_icon {
	background: url(../images/partner/line_icon.png) no-repeat left top;
}

.partner .line_icon:hover {
	opacity: 0.6;
}

.partner .fb_icon {
	background: url(../images/partner/fb_icon.png) no-repeat 0 0;
}

.partner .fb_icon:hover {
	opacity: 0.6;
}

.partner .google_icon {
	background: url(../images/partner/google_icon.png) no-repeat left top;
}

.partner .google_icon:hover {
	opacity: 0.6;
}

.partner .ig_icon {
	background: url(../images/partner/ig_icon.png) no-repeat left top;
}

.partner .ig_icon:hover {
	opacity: 0.6;
}

.partner h5 {
	font-size: 18px;
	color: var(--color-text-primary);
	padding-bottom: 17px;
	padding-left: 30px;
	line-height: 18px;
	background: url(../images/partner/icon02.png) no-repeat left top;
}

.slick-prev {
	background: url(../images/bn-arrow-l.png) no-repeat;
	width: 34px;
	height: 34px;
	z-index: 999;
}

.slick-next {
	background: url(../images/bn-arrow-r.png) no-repeat;
	width: 34px;
	height: 34px;
	z-index: 999;
}

.slick-dots {
	bottom: -35px;
}

.slick-dots li button:before {
	background: url(../images/bn-dot-before.png) no-repeat;
	width: 8px;
	height: 8px;
	/*opacity: 1;*/
	content: "";
}

.slick-dots li.slick-active button:before {
	background: url(../images/bn-dot-after.png) no-repeat;
	width: 8px;
	height: 8px;
}

.partner .page_boder {
	position: relative;
	margin-top: 33px;
	margin-bottom: 33px;
	border-bottom: 3px solid #eee;
}

/*聯絡我們 contact
========================================================================*/

.contact {
	padding-bottom: 70px;
}

.contact .store_map iframe {
	width: 100%;
}

.contact_form {
	background-color: #fafafa;
	padding-bottom: 120px;
}

.contact h3 {
	font-size: 18px;
	color: var(--color-text-primary);
	margin-bottom: 45px;
	margin-top: 20px;
}

.contact h3 span {
	font-size: 36px;
	line-height: 10px;
	color: var(--color-text-secondary);
	padding-right: 10px;
}

.contact .info_title {
	margin: 30px 0;
	text-align: center;
}

.contact .info_title h4 {
	font-size: 19px;
	font-weight: bold;
}

.contact .info_title p {
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 30px;
}

.contact h5 {
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 15px;
}

.contact .info p {
	margin-bottom: 10px;
}

.contact .form h3 {
	font-size: 18px;
	color: var(--color-text-primary);
	margin-bottom: 45px;
	margin-top: 20px;
}

.contact .form h3 span {
	font-size: 32px;
	line-height: 10px;
	color: var(--color-text-secondary);
	padding-right: 10px;
}

/*.contact a {
    width: 30px;
    height: 30px;
    display: block;
}*/

.contact .line_icon {
	background: url(../images/partner/line_icon.png) no-repeat left top;
}

.contact .line_icon:hover {
	opacity: 0.6;
}

@media screen and (max-width: 991px) {
	.store_map iframe {
		min-height: 250px;
	}

	.contact .container_12 .store_map {
		width: 100% !important;
	}
}

/*****************************************************
Go top
*******************************************************/

#gotop {
	height: 40px;
	width: 40px;
	background: url(../images/gotop.png) no-repeat center center;
	position: absolute;
	right: 10px;
	z-index: 9999;
}

#gotop:hover {
	background: url(../images/gotop_hover.png) no-repeat center center;
}

/*****************************************************
Footer
*******************************************************/

footer {
	display: block;
	/*background-color: var(--color-bg-footer);*/
	color: var(--color-text-footer);
	padding: 60px 0;
	overflow-x: hidden;
	background: url(../images/Footer_bg.png) top center / cover;
}

footer a {
	color: var(--color-text-footer)
}

footer h3 {
	color: var(--color-text-footer);
}

footer h4 {
	padding-top: 30px;
	margin-bottom: 20px;
	font: bold 16px/18px "微軟正黑體", "PT Sans Narrow", sans-serif;
	color: var(--color-text-footer);
}

footer h4 a {
	padding: 0 5px;
}

footer h4 a:hover {
	color: var(--color-text-footer);
}

footer ul > li + li {
	margin-top: 4px;
}

footer p {
	line-height: 18px;
	color: var(--color-text-footer);
	margin-bottom: 10px;
}

footer p:nth-child(1) {
	font-size: 16px;
	color: var(--color-text-footer);
	line-height: 22px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #6f6f6f;
}

/* footer .footer_store {
    float: right !important;
} */

footer .footer_store span {
	float: left;
	line-height: 25px;
	padding-right: 10px;
}

footer .footer_store span a.line_icon {
	width: 30px;
	height: 30px;
	display: block;
	background: url(../images/line_icon.png) no-repeat left top;
}

footer .footer_store span a.line_icon:hover {
	background: url(../images/line_icon.png) no-repeat right center;
}

footer .footer_store.store01 p:nth-child(1) {
	padding-bottom: 37px;
}

.footer_store_sns {
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-items: flex-start;
	justify-content: flex-start;
	width: 100%;
}

.footer_store_sns_item {
	display: block;
	width: 32px;
	height: 32px;
	margin: 10px 10px 0 0;
}

footer .footer_notices details {
	border-color: var(--color-text-footer) !important;
}

footer .footer_notices summary {
	color: var(--color-text-footer) !important;
}

.sns__bar {
	position: fixed;
	bottom: 110px;
	right: 50px;
	width: 70px;
	z-index: 999;
}

.sns__bar__item {
	display: block;
	width: 100%;
	transition: opacity .4s ease-in-out;
}

.sns__bar__item:hover {
	opacity: .7;
}

.sns__bar__item__title {
	display: block;
	width: 100%;
	margin: 0 auto 5px auto;
	font-size: 13px;
	line-height: 1.2;
	color: #cabc9d;
	font-weight: 700;
	text-align: center;
}

.sns__bar__item__icon {
	display: block;
	width: 100%;
}

.sns__bar__item__icon img {
	display: block;
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 767px) {
	.footer_store {
		display: block;
		margin: 0 0 30px 0;
	}
}

.copy {
	/*width: 100%;
	text-align: center;*/
	color: #156e58;
	text-transform: uppercase;
	float: left;
}

.copy a {
	display: inline-block;
	vertical-align: middle;
}

.copy a.copy_img1 {
	margin-right: 30px;
}

.copy img {
	margin-bottom: 6px;
}

.copy p {
	text-align: left;
	color: #eee;
}

@media only screen and (max-width: 991px) {
	.copy a.copy_img1 {
		margin-right: 0;
	}

	.hidden-xs,
	.hidden-sm {
		display: none;
	}
}

#newsletter {
	position: relative;
}

#newsletter a {
	text-transform: uppercase;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #08b088;
	display: block;
	padding: 5px 5px 5px;
	font-size: 10px;
	line-height: 20px;
	color: #fff;
	min-width: 52px;
	text-align: center;
}

#newsletter a:hover {
	background-color: #fff;
	color: #222222;
}

#newsletter a:after {
	display: none;
}

#newsletter .rel {
	position: relative;
	overflow: visible;
}

#newsletter .email {
	position: relative;
	width: 100%;
	display: block;
	float: left;
}

#newsletter input {
	float: left;
	position: relative;
	background: #464646;
	box-shadow: none !important;
	width: 100%;
	border: none;
	height: 30px;
	font: italic 12px/18px Arial, Helvetica, sans-serif;
	color: #878787;
	padding: 6px 13px 6px 13px;
	outline: none !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#newsletter .error,
#form1 .empty {
	height: 0px;
	top: 42px;
	width: 100%;
	left: 0;
	font-size: 10px;
	line-height: 13px;
	display: block;
	overflow: hidden;
	z-index: 999;
	color: #ff0000;
	-webkit-transition: 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	position: absolute;
}

#newsletter label.invalid .error {
	/*display: block;*/
	height: 20px;
}

#newsletter .success {
	width: 100%;
	top: 0px;
	z-index: 999;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	background: #464646;
	left: 0px;
	color: #878787;
	font-style: italic;
	font-size: 11px;
	overflow: hidden;
	padding: 15px;
	position: absolute;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 995px) {
	body {
		min-width: 0;
	}

	header {
		position: relative;
		padding-top: 20px;
	}

	header h1 {
		float: none;
	}

	.menu_block {
		float: none;
	}

	#newsletter input {
		font-size: 11px;
	}

	.map address {
		float: none;
	}

	.map address + address {
		margin-top: 20px;
		margin-left: 0;
	}

	.map figure,
	.map figure iframe,
	#form input,
	#form textarea,
	#form .success {
		width: 100% !important;
		float: none !important;
	}

	#form .success {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}

	.map figure {
		height: auto !important;
	}

	.extra_wrapper {
		overflow: visible;
	}

	.map figure {
		margin-bottom: 15px;
	}

	#owl img {
		float: none;
		margin-right: 0;
	}

	/*partner*/
	.slick-prev {
		left: 10px;
	}

	.slick-next {
		right: 10px;
	}
}

@media only screen and (max-width: 767px) {
	body {
		min-width: 420px;
	}

	.serv .clear {
		height: 0;
	}

	#owl img {
		float: left;
		margin-right: 10px;
	}

	.page1 .img_inner {
		margin-top: 25px;
	}

	.img_inner {
		width: 100% !important;
		float: none !important;
		margin-right: 0 !important;
		margin-bottom: 20px !important;
	}

	.logos {
		text-align: center;
	}

	.logos li + li {
		margin-top: 30px;
	}

	.page1 .news_img {
		margin-top: 25px;
	}

	footer .grid_2 {
		width: 50% !important;
		float: right !important;
	}

	footer .cop {
		float: left !important;
		width: 50% !important;
	}

	.page1_block {
		padding-top: 20px;
	}

	.page1_block img {
		margin-top: 25px;
	}

	.news_img img {
		width: 100%;
	}

	.img_inner img {
		width: 100%;
	}

	.gleft {
		margin-left: 0px;
	}

	header h1 {
		margin-bottom: 10px;
		float: none;
		text-align: center;
	}

	header h1 a {
		width: auto;
		display: inline-block;
		height: auto;
		float: left;
	}

	header h1 a img {
	}

	.map {
		padding-right: 0px !important;
	}

	.map figure iframe {
		width: 100%;
		height: 300px;
	}

	.map address {
		margin-right: 0;
	}

	.content .noresize {
		width: auto !important;
		float: left !important;
		margin-right: 20px !important;
		margin-top: 4px !important;
	}

	.img_inner {
		margin-top: 20px;
	}

	.bann {
		margin-top: 30px;
	}

	.page1 .content {
		/*padding-top: 30px;*/
	}

	.members .clear {
		height: 0;
		margin-bottom: 0;
	}

	.members > div {
		margin-bottom: 25px;
	}

	/*.about {*/
	/*	font-size: 20px;*/
	/*	line-height: 25px;*/
	/*}*/
	/*.about .title {*/
	/*	font-size: 22px;*/
	/*}*/
	.about a.btn {
		margin-left: 0;
	}

	#sw_mobile {
		height: 320px;
		width: 100%;
	}

	.banner_mb {
		background-position: left center;
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		display: block;
		width: 100%;
		height: 320px;
	}
}

@media only screen and (max-width: 767px) {
	.news .news_img {
		float: none;
	}
}

@media only screen and (max-width: 479px) {
	body {
		min-width: 300px;
	}

	h2 {
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		font-size: 25px !important;
		line-height: 30px;
	}

	h2 span,
	h2 strong {
		line-height: 30px;
		font-size: 20px !important;
	}

	header h1 {
		float: left;
	}

	/*banner*/
	#sw_mobile {
		height: 220px;
		width: 100%;
	}

	.banner_mb {
		background-position: left center;
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		display: block;
		width: 100%;
		height: 220px;
	}

	/*index*/
	.page1 .content {
		padding-bottom: 60px;
	}

	.service_tit h1 {
		font-size: 50px;
		line-height: 60px;
		margin-top: 10px;
	}

	.service_tit {
		margin-bottom: 10px;
	}

	.best h3 {
		line-height: 35px;
	}

	.best span {
		line-height: 27px;
	}

	.best p {
		margin-bottom: 40px;
	}

	.best a .text1 {
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.copy {
		width: 100%;
		text-align: center;
	}

	.copy img {
		margin-bottom: 55px;
	}

	/*about*/
	.about .title {
		font-size: 16px;
	}

	.about p {
		font-size: 14px;
	}

	footer {
		padding: 40px 0 0 0;
	}

	footer .footer_store {
		margin-bottom: 50px;
	}

	.about img.about_bn_pc {
		display: none;
	}

	.about img.about_bn_mb {
		display: block;
	}

	/*news*/
	.extra_wrapper.news {
		min-height: 135px;
		padding-bottom: 40px;
	}

	/*news_detail*/
	.news_detail .img_inner {
		width: 100%;
		margin-bottom: 20px;
	}

	/*partner*/
	.partner img.partner_bn_pc {
		display: none;
	}

	.partner img.partner_bn_mb {
		display: block;
	}

	.partner .info .tit {
		padding-left: 0;
	}

	.partner .icon_box {
		margin: 5px 0 0 0;
	}

	.partner .info {
		padding-bottom: 25px;
		border-bottom: 1px solid #eee;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 375px) {
}

/*  pages
========================================================================*/
ul.pages {
	width: 100%;
	text-align: center;
	display: block;
	padding: 30px 0 0 0;
}

ul.pages li {
	display: inline;
}

ul.pages li a {
	padding: 1px 10px 0 10px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
	ul.pages li {
		display: none;
	}
}

ul.pages li.arrow {
	padding: 0 20px;
	display: inline;
}

.pagesAct {
	color: #5E5E5E;
	border: 1px solid #E9E9E9;
	border-radius: 10px;
}

ul.pages.det {
	text-align: right;
}

ul.pages.det li.arrow {
	padding: 0;
	float: right;
}

ul.pages.det li.arrow a {
	padding: 10px 25px;
	border: 1px solid #BBB;
	background-color: var(--color-btn-details-back);
	color: var(--color-text-btn-details-back);
}

ul.pages.det li.arrow a:hover {
	background-color: var(--color-btn-details-back-hover);
}

ul.pages.det li.arrow.act a {
	background: var(--color-btn-primary);
	border: 1px solid #acbda9;
	color: var(--color-text-primary-btn);
	text-transform: uppercase;
	font-family: "Lato", sans-serif;
	font-size: 12px;
}

ul.pages.det li.arrow.act a:hover {
	background: var(--color-btn-primary-hover);
	border: 1px solid #acbda9;
}

/*  btn
========================================================================*/
a.btn {
	font-family: "Lato", sans-serif;
	font-size: 12px;
	color: var(--color-text-primary-btn);
	letter-spacing: 1px;
	display: inline-block;
	background-color: var(--color-btn-primary);
	padding: 7px 21px 7px;
	text-transform: uppercase;
}

a.btn:hover {
	background: var(--color-btn-primary-hover);
}

a.view {
	position: relative;
	margin: 10px 0 20px -59px;
	padding: 9px 27px;
	left: 50%;
}

a.more {
	position: absolute;
	bottom: 0;
	right: 5px;
	text-transform: uppercase;
}

.text_date {
	line-height: 14px;
	font-size: 12px;
	letter-spacing: 1px;
}

.company_info {
	position: absolute;
	right: -20px;
	color: #818181;
	padding-top: 15px;
	font-size: 12px;
}

.company_info span {
	display: block;
	line-height: 22px;
}

@media screen and (min-width: 768px) and (max-width: 1169px) {
	.container_12 .grid_4 {
		width: 30.5% !important;
	}

	/*footer .container_12 .grid_4 {
			width: 300px!important;
	}*/
	.logos li {
		height: 95px;
	}

	.logos li img {
		height: auto;
	}

	.company_info {
		position: absolute;
		right: 20px;
		color: #818181;
		padding-top: 30px;
		font-size: 12px;
	}

	.scrollToTop {
		background-size: 60%;
		bottom: 25px;
		right: 25px;
	}

	.sns__bar {
		bottom: 90px;
		right: 35px;
	}

	.container_12 .grid_4.footer_store.store01 {
		width: 100% !important;
		margin: 0 0;
	}

	.grid_4.footer_store.store02 {
		width: 100% !important;
		margin: 0 auto;
		float: none !important;
	}

	.grid_4.footer_store.store02 p {
		width: 80% !important;
		margin: 0 auto 15px auto;
	}

	.container_12 .grid_8 .copy {
		text-align: center;
		margin: 0 auto 50px auto !important;
		float: none;
	}
}

@media screen and (min-width: 600px) and (max-width: 767px) {
	.container_12 .grid_4 {
		width: 100% !important;
	}

	.logos li img {
		height: auto;
	}

	header {
		position: relative;
		padding-top: 0;
	}

	.company_info {
		position: relative;
		right: -15px;
		color: #818181;
		padding-top: 15px;
		font-size: 12px;
		display: block;
		float: right;
		width: 100%;
		text-align: left;
	}

	.company_info span {
		display: block;
		line-height: 25px;
	}

	footer .grid_2 {
		width: 100% !important;
		float: right !important;
	}

	#bx-pager-mobile {
		display: block;
		height: 100%;
		width: 100%;
		margin-bottom: 60px;
	}

	#product_photo {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.contact {
		padding-bottom: 0;
	}

	.contact_form {
		padding-bottom: 80px;
	}

	.contact .info_title {
		margin: 0 0 30px 0;
	}

	.contact .info_title h4 {
		font-size: 18px;
	}

	.contact .map,
	.contact .info {
		margin-bottom: 25px;
		padding-bottom: 25px;
		border-bottom: 1px solid #eee;
	}

	.map figure {
		width: 100% !important;
		float: none !important;
		display: block !important;
		margin-right: 0px !important;
	}

}

@media screen and (max-width: 599px) {
	.logos li img {
		height: auto !important;
		width: auto !important;
	}

	.company_info {
		position: relative;
		right: -15px;
		color: #818181;
		padding-top: 15px;
		font-size: 12px;
		display: block;
		float: right;
		width: 100%;
		text-align: left;
	}

	.company_info span {
		display: block;
		line-height: 25px;
	}

	footer .grid_2 {
		width: 100% !important;
		float: right !important;
	}

	.scrollToTop {
		background-size: 65%;
		bottom: 20px;
		right: 10px;
	}

	.sns__bar {
		bottom: 80px;
		right: 20px;
	}

	header {
		position: relative;
		padding-top: 0;
	}

	#bx-pager-mobile {
		display: block;
		height: 100%;
		width: 100%;
		margin-bottom: 60px;
	}

	#product_photo {
		display: none;
	}

	.map .list3 li .extra-wrap {
		max-width: 16rem;
	}
}

.clear {
	clear: both;
}

.news_detail .grid_4:has(img[src=""]) {
	display: none;
}

.news_detail .grid_4:has(img[src=""]) + .grid_7 {
	width: 100%;
}

/* 讓滑鼠點擊標題時不再有開關動作 */
details > summary {
	cursor: default;
}