@charset "UTF-8";
html,
body {
	font: 100%/1 Helvetica, "Helvetica Neue", "蘋果儷中黑", "微軟正黑體", Verdana, Arial, sans-serif, "新細明體";
	margin: 0;
	background: #f0aa00;
	color: #111;
}
html *{
	/* outline: 1px solid #f00; */
}
a {
	text-decoration: underline;
	cursor: pointer;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
button {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 15px;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.list-text{
	padding: 0 0 0 30px;
	line-height: 1.4;
}
.list-text__item{
	margin-bottom: 10px;
}
.list-text__item:last-child{
	margin-bottom: 0;
}
.list-text--disc .listtext__item,
.list-text--disc > li{
	list-style-type: disc;
}
.wrap{
}
.header {
	background: #f0aa00;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
}
.logo {
	display: inline-block;
	width: 125px;
	height: 26px;
	margin: 0 auto;
	overflow: hidden;
}
.logo__text {
	position: absolute;
	text-indent: -9999px;
	white-space: nowrap;
}
.content {
}
/* 區塊 */
.section {
	padding: 0 15px;
}
.inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 12px;
}
.footer {
	background: #000;
	color: #fff;
	line-height: 22px;
	 font-size: 14px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.copyright {
}
.copyright__break {
	display: block;
}
/* ----------------------content---------------------- */
.banner {
}
.banner__heading,
.banner__subheading,
.banner__desc {
	position: absolute;
	text-indent: -9999px;
}
.intro{
	padding: 35px 0;
	background-color: #fff;
}
.intro__picbox{
	width: 152px;
	height: 152px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #eee;
	border-radius: 50%;
}
.intro__info{
	color: #fff;
}
.intro__heading{
	font-size: 22px;
	color: #f0aa00;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #f0aa00;
	margin-bottom: 15px;
	font-weight: bold;
}
.intro__desc {
	color: #333;
	font-size: 18px;
	line-height: 34px;
}
.section {
	padding: 50px 0;
}
.section__heading {
	text-align: center;
	margin-bottom: 25px;
}
.section__title{
	color: #fff;
	font-weight: 400;
	font-size: 30px;
	letter-spacing: -1px;
}
.list-product {
	text-align: center;
	list-style: none;
	margin: 0 -12px;
}
.list-product__item {
	display: inline-block;
	padding: 12px;
	border: solid 2px #ebd18e;
	background-color: #fef9f3;
	margin: 0 10px 30px;
	list-style: none;
	position: relative;
}
.list-product__tag {
	font-size: 14px;
	background: #ed8000;
	color: #fff;
	padding: 5px;
	margin-right: 10px;
}
.list-product__imgbox{
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}
.list-product__imgbox:hover {
	cursor: pointer;
}
.list-product__img-btn{
	width: 45px;
	height: 45px;
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	right: 0;
	bottom: 0;
	font-size: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.list-product__img-btn:hover {
	cursor: pointer;
}
.list-product__img{
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.list-product__info{
	text-align: left;
}
.list-product__type{
	font-size: 16px;
	color: #ed8000;
	margin-bottom: 10px;
}
.list-product__heading {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.list-product__time{
	font-size: 14px;
	margin-bottom: 25px;
	color: #777;
}
.list-product__phone {
	display: flex;
	align-items: center;
}
#modal img {
	max-width: 100%;
}

.lion {
	position: relative;
	width: 130px;
	transform-origin: bottom right;
}
.lion__head {
	transform-origin: bottom right;
}
.lion__right {
	position: absolute;
	width: 25%;
	left: 10%;
	top: 70%;
	transform-origin: bottom right;
}
.lion__left {
	position: absolute;
	width: 20%;
	right: 15%;
	top: 12%;
	transform-origin: bottom right;
}
@media screen and (max-width: 767px) {
	.list-product__item:last-child{
		margin-bottom: 0;
	}
}
@media screen and (min-width: 768px) {
	.inner{
		padding: 0 30px;
	}
	.copyright{
		font-size: 14px;
		line-height: 1.3;
	}
	.copyright__break{
		display: inline;
	}
	.intro{
		padding: 85px 0;
	}
	.intro .inner{
	}
	.intro__picbox{
		width: 160px;
		height: 160px;
		margin: 0 auto;
		float: left;
	}
	.lion {
		width: 140px;
	}
	.intro__info{
		padding-left: 200px;
		font-size: 22px;
	}
	.list-product__type{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.intro__heading{
		font-size: 28px;
		padding: 0 0 16px 0;
		margin-bottom: 20px;
	}
	.section{
		padding: 50px 0 80px;
	}
	.section__heading {
		margin-bottom: 40px;
	}
	.section__title {
		font-size: 36px;
		letter-spacing: 0;
	}
	.list-product {
		margin: 0 -10px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		flex-wrap: wrap;
	}
	.list-product__item {
		display: inline-block;
		width: calc(50% - 20px);
		margin: 0 10px 30px;
	}
}
@media screen and (min-width: 1024px) {
	.wrap{
		padding-bottom: 60px;
	}
	.header{
		height: 65px;
	}
	.logo {
	}

	.footer{
		position: fixed;
		width: 100%;
		bottom: 0;
		z-index: 2;
	}
	.footer-nav__link{
		padding: 0 20px;
	}
	.footer-nav__link:active,
	.footer-nav__link:hover{
		text-decoration: underline;
	}
	.inner {
	}
	.list-promo__link {
		font-size: 20px;
	}
	.list-promo__link:active,
	.list-promo__link:hover{
		opacity: 0.5;
	}
	.intro{
		padding: 100px 0;
	}
	.intro .inner{
	}
	.intro__picbox{
		width: 210px;
		height: 210px;
	}
	.lion {
		width: 170px;
		margin-right: -2px;
	}
	.intro__info{
		padding-left: 280px;
	}
	.section__heading {
	}
	.list-product {
	}
	.list-product__item{
		padding: 15px;
	}
	.list-product__heading {
		font-size: 24px;
	}
	.list-product__item:active .list-product__img,
	.list-product__item:hover .list-product__img{
		filter: opacity(0.8);
	}
	.list-product {
		 margin: 0 -30px;
	 }
	.list-product__item {
		display: inline-block;
		width: calc(50% - 60px);
		margin: 0 30px 30px;
		max-width: 450px;
	}
}
@media screen and (min-width: 1440px) {
	.list-promo__link {
		font-size: 30px;
	}
}