@charset "UTF-8";
.productList, .faqList, .product .list ul, .productImg ul, .productInfoList, .colorList, .contactForm, .contactList, .formList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.productList a, .aboutBox, .locationBox div {
	box-sizing: border-box;
}

.articleInfo h4, .articleInfo p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.banner div {
	height: 500px;
	outline: none;
}

.productList {
	margin: 10px auto;
}

.productList li {
	display: inline-block;
	vertical-align: top;
}

.productList a {
	display: block;
	width: 320px;
	padding: 10px 20px;
	margin: 20px 35px;
	border: 1px solid transparent;
	text-align: center;
	background-color: #fff;
	transition: all 0.5s ease;
}

.productList a:hover {
	border-color: #eee;
	box-shadow: 1px 1px 1px #f9f9f9;
}

.productList a:hover h4 {
	color: #82adda;
}

.productList div {
	height: 250px;
}

.productList h4 {
	color: #333;
	font-size: 1.3em;
	font-weight: 400;
	transition: inherit;
}

.productList p {
	color: #999;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.productList .bgBox {
	background-size: contain;
}

.aboutBox {
	height: 300px;
	margin: 10px auto;
	padding: 40px 50px;
	color: #696967;
	background-position: right bottom;
	background-size: cover;
	background-repeat: no-repeat;
	/* background: url("../images/aboutBg.jpg") right bottom/cover no-repeat; */
}

.aboutBox h3 {
	font-size: 1.5em;
}

.aboutBox p {
	width: 55%;
	margin: 10px 0;
	line-height: 1.5;
}

.aboutBox a {
	display: inline-block;
	width: 100px;
	height: 30px;
	padding: 10px 10px 0;
	color: #696967;
	background-color: #fff;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.5s ease;
}

.aboutBox a:hover {
	background-color: #696967;
	color: #fff;
}

.locationBox {
	margin: 180px auto 40px;
	text-align: center;
}

.locationBox div {
	display: inline-block;
	width: 45%;
	margin: 0 10px;
}

.locationBox div > span {
	display: block;
	letter-spacing: 1px;
	margin: 10px 0;
}

.locationBox .title {
	position: relative;
	margin-bottom: 15px;
}

.locationBox .title span {
	font-size: 1.8em;
}

.locationBox .title::before {
	content: url("../images/iconLocation.png");
	position: absolute;
	top: -73px;
	left: 0;
	right: 0;
}

.about .aboutBox {
	margin: 50px auto;
}

.about p {
	width: 51%;
	padding: 20px;
	margin-top: 50px;
	font-size: 1.2em;
}

.titleList dd {
	margin: 15px 5px;
	letter-spacing: 1px;
	font-size: 1.2em;
}

.titleList dd span {
	display: inline-block;
	min-width: 80px;
	margin-right: 5px;
	color: #7d5225;
	text-align: center;
	border-right: 1px dotted #d1bea7;
}

.faq .title {
	margin-left: 21em;
}
.faqList div {
	padding: 10px;
	background-color: #f9f9f9;
}

.faqList h4 {
	padding: 13px 10px 8px;
	margin: 10px 0 0;
	color: #7d5225;
	letter-spacing: 1px;
	background-color: #ead1b7;
	cursor: pointer;
	transition: all 0.5s ease;
}

.faqList h4:hover {
	color: #fff;
	background-color: #c78641;
}

.product .productList div {
	height: 200px;
}

.product .productList a {
	width: 285px;
	margin: 20px 5px;
	padding: 0;
}

.product .productList a:hover {
	border-color: transparent;
	box-shadow: none;
}

.product .list ul a {
	/* background-color: #ead1b7; */
}

.product .title {
	margin-left: 16em;
}
.product .title span {
	/* font-weight: 700; */
}

.product .productRemark {
	margin: 0;
}

.sequenceBox {
	text-align: right;
	margin: 10px 0;
}

.sequenceBox select {
	padding: 6px;
	border-color: #d1bea7;
}

.sequenceBox div {
	display: inline-block;
	padding: 3px 6px;
	margin-left: 15px;
	font-size: .85em;
	border: 1px solid #d1bea7;
	vertical-align: middle;
}

.sequenceBox input {
	width: 60px;
	padding: 3px;
	text-align: center;
}

.sequenceBox button {
	padding: 3px 7px;
	vertical-align: bottom;
}

.productImg {
	display: inline-block;
	width: 60%;
	margin-top: 30px;
	vertical-align: middle;
}

.productImg ul {
	text-align: center;
}

.productImg li {
	display: inline-block;
	width: 100px;
	height: 100px;
	margin: 0 10px;
	border-radius: 50%;
	border: 2px dotted #ead1b7;
	cursor: pointer;
}

.showImg div {
	width: 400px;
	height: 400px;
	margin: 0 auto;
	outline: none;
}

.showImg div[style*="background"] {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.showImg div[style*="background"]:nth-child(2) {
	/*display: none;*/
}

.navImg {
	width: 67%;
	margin: 0 auto;
}

.navImg .slick-slide {
	width: 100px;
	height: 100px;
	margin: 0 10px;
	border-radius: 50%;
	border: 2px dotted #ead1b7;
	cursor: pointer;
	outline: none;
}

.navImg .slick-slide.slick-current {
	border-style: solid;
}

.navImg button {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 30%;
	padding: 0;
	border: none;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-indent: 100%;
	overflow: hidden;
	cursor: pointer;
	outline: none;
}

.navImg .slick-prev {
	background-image: url("../images/prev.png");
	left: -40px;
}

.navImg .slick-next {
	background-image: url("../images/next.png");
	right: -40px;
}
.navImg .slick-disabled {
	opacity: .2;
}
.productInfo {
	display: inline-block;
	width: 30%;
	margin-left: 4%;
	vertical-align: middle;
}

.productInfo p {
	margin: 10px 0;
}

.productInfo span {
	display: inline-block;
	color: #7d5225;
}

.productInfo .inTitle span {
	margin: 0;
}

.productInfo button {
	display: block;
	margin-top: 30px;
	padding: 10px;
	border: 1px solid currentColor;
	color: #d29f69;
	background: url("../images/check.png") -20px 50% no-repeat;
	cursor: pointer;
	font-size: 1em;
	font-family: '微軟正黑體';
	outline: none;
	transition: all 0.5s ease;
}

.productInfo button:hover {
	background-color: #7d5225;
	color: #fff;
}

.productInfo button.checked {
	padding-left: 25px;
	background-position: 5px 50%;
}

.productInfoList li {
	display: inline-block;
	width: 48%;
}

.productInfoList div {
	display: inline-block;
	position: relative;
	padding: 30px 10px 10px;
	margin: 10px 0;
	border: 1px solid #d29f69;
}

.productInfoList div span:first-child {
	position: absolute;
	min-width: 50px;
	padding: 7px 5px 5px;
	top: -15px;
	left: 5px;
	text-align: center;
	color: #fff;
	background-color: #d29f69;
}

.productInfoList span:not(:first-child) {
	padding: 5px 10px;
}

.productInfoList span:last-child {
	border-left: 1px dotted #d1bea7;
}

.productRemark {
	color: #555;
	font-size: .95em;
	letter-spacing: 0;
	margin: 0;
}

.colorList li {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 5px;
	border-radius: 50%;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}

.colorText {
	color: #000 !important;
}

.newProduct div {
	position: relative;
}

.newProduct div::before {
	content: 'new';
	display: block;
	position: absolute;
	left: 30px;
	top: 0;
	padding: 5px;
	font-size: 1.5em;
	color: #fff;
	background: #d1bea7;
}

.news .title + .inTitle {
	margin-top: 50px;
}

.newsList .bgBox, .inquiryList .bgBox {
	width: 100px;
	height: 100px;
	margin-right: 10px;
	border-radius: 50%;
	border: 2px dotted #ead1b7;
}

.newsList .articleInfo, .inquiryList .articleInfo {
	width: 670px;
}

.newsList div, .inquiryList div {
	display: inline-block;
	vertical-align: middle;
}

.newsList a, .inquiryList a {
	display: block;
	padding: 10px;
	border: 1px solid transparent;
	transition: all 0.5s ease;
}

.newsList a:hover, .inquiryList a:hover {
	background-color: #f9f9f9;
}

.newsList a:hover span:not(.articleDate), .inquiryList a:hover span:not(.articleDate) {
	color: #82adda;
}

.articleInfo p {
	color: #777;
	font-size: .9em;
}

.articleInfo span, .articleInfo .articleDate {
	margin-top: 0;
	margin-bottom: 5px;
	transition: .5s;
}

.articleDate {
	margin: -10px 0 20px;
	color: #d1bea7;
	font-size: .9em;
	letter-spacing: 1px;
}

.contact p {
	width: 70%;
	margin: 30px auto;
	text-align: center;
}

.contact p span {
	display: block;
	margin-top: 3px;
	color: red;
}

.contact > div {
	padding: 15px;
}

.contact > div + div {
	margin-bottom: 100px;
	border-top: 1px dotted #eee;
}

.contact iframe {
	float: right;
	width: 60%;
	height: 200px;
	vertical-align: top;
}

.contact .inTitle {
	margin: 20px 0;
	text-align: center;
}

.contact h6 + div {
	margin-top: 50px;
}

.contactForm {
	margin: 10px auto;
	padding: 30px 20px 30px 50px;
	background-color: #f9f9f9;
}

.contactForm li {
	display: inline-block;
	margin: 20px 10px;
}

.contactForm li:nth-child(-n+3) {
	width: 30%;
}

.contactForm li:nth-child(-n+3) input {
	width: 80%;
}

.contactForm li:nth-child(4) {
	width: 95%;
}

.contactForm li:last-child {
	width: 93%;
	margin-top: 30px;
	padding-top: 20px;
	border-top: 2px dotted #ead1b7;
	text-align: center;
}

.contactForm input, .contactForm textarea {
	padding: 15px;
	font-size: 1rem;
}

.contactForm textarea {
	width: 94%;
	height: 80px;
}

.contactForm input[type="reset"], .contactForm input[type="button"] {
	width: 20%;
	margin: 0 30px;
}

.verification button {
	padding: 5px 0;
	border: none;
	outline: none;
	background-color: transparent;
	cursor: pointer;
}

.verification img {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

.contactList {
	float: left;
	width: 35%;
}

.contactList li {
	margin: 10px 0;
}

.contactList li:empty {
	display: none;
}

.contactList li::before {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

/* .contactList li:first-child::before {
	content: url("../images/phone.png");
}

.contactList li:nth-child(2)::before {
	content: url("../images/fax.png");
}

.contactList li:nth-child(3)::before {
	content: url("../images/mail.png");
}

.contactList li:last-child::before {
	content: url("../images/location.png");
} */
.tel::before {
	content: url("../images/phone.png");
}
.fax::before {
	content: url("../images/fax.png");
}

.mail::before {
	content: url("../images/mail.png");
}

.location::before {
	content: url("../images/location.png");
}
.contactList a {
	color: #7d5225;
}

.inquiry {
	font-size: 1.2em;
}

.inquiryList {
	width: 85%;
	margin: 0 auto 50px;
}

.inquiryList li {
	padding: 10px;
}

.inquiryList button {
	margin-left: 30px;
	border: none;
	outline: none;
	cursor: pointer;
	vertical-align: middle;
	background-color: transparent;
}

.inquiryList input {
	width: 35px;
	margin: 0 20px;
	padding: 5px;
	text-align: center;
	color: #7d5225;
}

.inquiryList a {
	display: inline-block;
}

.inquiryList a:hover {
	background: transparent;
}

.search .articleDate {
	text-align: center;
	margin-top: 10px;
}

.search .articleDate span {
	color: #777;
}

.member {
	font-size: 1.2em;
}

.member .productImg li {
	width: 90px;
	height: 90px;
}

.member .showImg {
	width: 360px;
	height: 360px;
	margin: 0 auto;
}

.member .showImg div {
	width: 360px;
	height: 360px;
}

.member .navImg {
	width: 67%;
}

.multilayer ul a {
	/* background: #fdf6eb; */
}
.multilayer > li:last-child {
	border-bottom: 1px dotted #d1bea7;
}
.member .multilayer > li:nth-child(2) > a {
	/* border-bottom: 1px dotted #d1bea7; */
}

.member .productList a {
	width: 260px;
	margin: 20px;
	padding: 10px;
}

.member .title {
	margin-left: 21em;
}
.member .title span {
	/* font-weight: 700; */
	text-transform: none;
}

.formList {
	margin: 20px auto;
	padding: 20px;
	background-color: #f9f9f9;
}

.formList li {
	margin: 30px 10px;
}

.formList input {
	padding: 15px;
	font-size: 1rem;
}

.formList a {
	display: inline-block;
	color: #7d5225;
	margin-right: 100px;
}

#forgetBox {
	display: none;
	padding: 50px 30px 0;
}

#forgetBox .formList {
	width: 500px;
	text-align: center;
}

#forgetBox li:first-child input {
	width: 331px;
}

.loginList {
	width: 50%;
	text-align: center;
}

.loginList li:nth-child(-n+2) input {
	width: 334px;
}

.personalList {
	width: 60%;
	padding-left: 150px;
}

.personalList li:not(:nth-last-child(-n+2)) input {
	width: 400px;
}

.personalList li:last-child {
	text-align: center;
}

.personalList li:last-child input {
	margin: 0 15px;
}

.personalList span {
	color: #7d5225;
}
.member .loginList .verification input {
	width: 165px;
	margin-left: 1px;
}