/* CSS Document */

body {	-webkit-text-size-adjust:100%; font-family: 'Noto Sans TC', sans-serif; overflow-x: hidden; position: relative;}
body:before {	content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 256px; background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);}
img {	border:0; }

/* Reset ================================================================================= */

a { text-decoration:none; transition: all 0.4s ease-out 0s; }
a:hover { text-decoration:none; }

* { box-sizing: border-box;}

.content-Box { max-width:1280px; width: 100%; margin:0 auto; text-align:left; position:relative; clear:both;}
.content-Box2 { max-width:1480px; width: 100%; margin:0 auto; text-align:left; position:relative; clear:both;}

#content { font-size: 18px; line-height:30px; color: #333; letter-spacing: 0.1rem; font-weight: 400; padding-top: 94px; position: relative; overflow: hidden;}
#content:before { content: ""; position: absolute; background: #615d65; top:94px; left: 0; width: 20px; height: calc(100% - 94px);}
#content p{ padding-bottom: 30px; margin-bottom: 0; margin-top: 0; font-size: 18px;line-height:30px;  font-weight: 400;}
p, td, li, label { font-size: 18px;line-height:30px;  font-weight: 400;}

.photo-fit img { object-fit: cover; width: 100%; height: 100%; position: absolute; z-index: 1; left: 0; top: 0;}

.photo {line-height: 0; height: 0; padding-bottom: 40%; overflow: hidden; position: relative; z-index: 1; margin-bottom: 0px;}
.imgCenter {position: absolute; top: 0; left: 0; right: 0; bottom: 0; line-height: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; z-index: 2;}
.imgCenter img {max-height: 100%;}


.demo-section { padding-left: 5%; padding-right: 5%;}

.page-title {background: linear-gradient(70deg, #615d65 0%, #615d65 100%); height: 134px; padding: 38px 5% 0 5%;}
.page-title h1 {font-size: 30px; font-weight: 700; color: #ffffff; line-height: 110%; padding: 0; margin: 0; letter-spacing: 0.1rem;}

#path { background: #fff; position: relative; right: 0; width: 87%; margin: -37px 0 50px auto;clip-path: polygon(20px 0, 100% 0%, 100% 100%, 0 100%); padding: 4px 5% 4px 30px;}
#path ul { margin: 0; padding: 0; }
#path li { display: inline-block; vertical-align: top; font-size: 13px; color: #333333;}
#path li:after { content:"/"; display: inline-block; vertical-align: top; padding: 0 0 0 4px;}
#path li:last-child { pointer-events: none;}
#path li:last-child:after { display: none;}
#path li a { color: #333333;}
#path li a:hover, #path li:last-child a { color: #333333;}

header { background: #fff;}

/*products*/
.products-list-2 { display: flex; flex-direction: row; flex-wrap: wrap;}
.products-list-2 > a, .related-pro { margin:0 17px 30px 17px; padding: 0 0 5px 0; position: relative;display: flex; flex-direction: column; flex-wrap: wrap; align-items: flex-end; width: calc(33.33% - 34px);}
.products-list-2 > a:hover > div:nth-of-type(2):after, .related-pro:hover:after { width: 100%;}
.products-list-2 > a:hover .products-list-2-name, .related-pro:hover .products-list-2-name { color: #615d65;}
.products-list-2 > a:hover .products-list-2-name span, .products-list-2 > a:hover .products-list-2-name span:after, .related-pro:hover .products-list-2-name span, .related-pro:hover .products-list-2-name span:after { background: #615d65;}
.products-list-2 > a > div:nth-of-type(1), .related-pro > div:nth-of-type(1) { width: 100%;}
.products-list-2 > a > div:nth-of-type(2), .related-pro > div:nth-of-type(2) { width: 100%; padding-left: 15px; padding-bottom: 10px; padding-top: 15px;}
.products-list-2 > a > div:nth-of-type(2):before, .products-list-2 > a > div:nth-of-type(2):after, .related-pro:before, .related-pro:after { position: absolute; content: ""; height: 2px; width: 100%; left: 0; top: 0; background: #333; display: block;transition: all 0.4s ease-out 0s;}
.products-list-2 > a > div:nth-of-type(2):after, .related-pro:after { width: 0%;  background: #615d65; transform-origin: 0 50%;}
.products-list-2-pto { padding-bottom: 73%; margin-bottom: 15px;}
.products-list-2-name { padding: 0 50px 0px 5px; position: relative; color: #333; font-size: 20px; font-weight: 500; transition: all 0.4s ease-out 0s; line-height: 120%;}
.products-list-2-name span { position: absolute; right: 15px; bottom:20px; display: block; width: 20px; height: 1px; background: #333; transition: all 0.4s ease-out 0s;}
.products-list-2-name span:after { position: absolute; content: ""; bottom: 1px; right: 0; transform-origin: 100% 100%; width: 1px; height: 8px; background: #333;transform: rotate(-45deg); transition: all 0.4s ease-out 0s;}

#page { text-align: center; padding: 0px 0 50px 0;}
#page a { font-size: 15px; color: #333; font-weight: 400; width: 30px; height: 30px; line-height: 30px; text-align: center; border-radius: 100%; display: inline-block;}
#page a:hover, #page a.current { background: #615d65; color: #fff;}
.page-prev, .page-next { width: 12px !important; height: 12px !important; line-height: inherit !important; border-radius: 0 !important; border-top:1px solid #555; border-right: 1px solid #555; margin: 0 20px;}
.page-prev:hover, .page-next:hover { background: none !important;}
.page-prev { transform: rotate(-135deg);}
.page-next { transform: rotate(45deg);}

/*products-detail*/
.products-detail-top { position: relative; padding-left: 5%; padding-right: 5%; padding-bottom: 50px;}
.products-detail-top:after { position: absolute; content: ""; z-index: -1; bottom: 0; left: 0; width: 100%; height: 54%; background: #f4f4f4;}

.products-detail-bottom { padding-top: 60px; padding-bottom: 20px;}

.title01 { color: #222; font-size: 20px; font-weight: 700; padding-bottom: 24px;}

.back-btn { display: block; width: 150px; line-height: 40px; text-align: center; margin: 20px auto 40px auto; color: #fff !important; border-radius: 20px; background: #615d65; font-weight: 500;transition: all 0.4s ease-out 0s; border-width: 0;}
.back-btn:hover { transform: scale(0.85);}

/*products-detail2*/
.products-detail2-section-1 {display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.products-detail2-section-1 > div:nth-of-type(1) {width: 58%;}
.products-detail2-section-1 > div:nth-of-type(2) {width: 42%; padding: 0 30px;}
.download-dxf { display: block; display: flex; flex-direction: column; flex-wrap: nowrap;}
.download-dxf > div:nth-of-type(1) { text-align: center; font-size: 24px; font-weight: 500; color: #333 !important; line-height: 1.2; padding-bottom: 20px; margin-bottom: 12px; border-bottom: 1px solid #8a8a8a;}
.download-dxf > div:nth-of-type(2) { text-align: center;transition: all 0.4s ease-out 0s; position: relative; top:0;}
.download-dxf:hover > div:nth-of-type(1) { color: #615d65 !important;}
.download-dxf:hover > div:nth-of-type(2) { top: 14px;}
.download-dxf > div:nth-of-type(2) img { width: 48px;}

/*contact*/
.contact-section { max-width: 1090px; margin: 0 auto; text-align: left;}

.contact-form {display: flex; flex-direction: row; flex-wrap: wrap;  margin-bottom: 0px;}
.contact-form > div { width: 100%; margin-bottom: 20px; display: flex; flex-direction: row; flex-wrap: nowrap; }
.contact-form > div > div:nth-of-type(1) { width: 135px; padding: 0px 18px; font-weight: 400; position: relative;  font-size: 18px;}
.contact-form > div > div:nth-of-type(1) span { position: absolute; left: 0; }
.contact-form > div > div:nth-of-type(2) { width: calc(100% - 135px);}
.contact-form input[type="text"], .contact-form input[type="number"], .contact-form input[type="tel"], .contact-form input[type="phone"], .contact-form input[type="date"], .contact-form input[type="email"], .contact-form input[type="password"], .contact-form input[type="button"], .contact-form textarea { font-size: 18px; border-width:1px; border-style: solid; border-color: #8a8a8a; margin: 0px 0 0px 0; width: 100%; padding: 0px 15px; color:#333; background: #fff; font-family: 'Noto Sans TC', sans-serif; line-height: 50px; border-radius: 0px; }
.contact-form textarea { height:240px; padding:15px; resize:none; line-height: 120%;}
.contact-form select{ margin: 0 0 0px 0;  width:100%; background-image: url(../images/product-select.png); background-repeat: no-repeat; background-position: calc(100% - 16px) 18px; -webkit-appearance: none; -moz-appearance: none; appearance: none;   background-color: #fff; font-size: 18px; border-width:1px; border-style: solid; border-color: #8a8a8a; color:#333; font-family: 'Noto Sans TC', sans-serif;  padding:0px 50px 0 15px;  line-height: 100%; border-radius: 0px; height: 50px;}
.contact-form option { padding:1px 5px;}
.contact-form select::-ms-expand {
    display: none;
}


@media only screen and (max-width: 1199px) {
	#content { padding-top: 60px;font-size: 16px; }
	#content p{ font-size: 16px; }
	p, td, li, label { font-size: 16px; }
	
	#content:before { top:60px; height: calc(100% - 60px); width: 10px;}
	
	.page-title {height: 100px; padding: 20px 5% 0 5%;}
	.page-title h1 {font-size: 20px;}
	
	#path { margin: -37px 0 20px auto;}
	
	.products-list-2 > a { width: calc(50% - 34px);}
	.products-list-2-name  {font-size: 18px;}
	
	.products-detail2-section-1 {flex-direction: column;}
	.products-detail2-section-1 > div:nth-of-type(1) {width: 100%; text-align: center; padding-bottom: 35px;}
	.products-detail2-section-1 > div:nth-of-type(2) {width: 100%; padding: 0 0px;}
	.download-dxf > div:nth-of-type(1) { font-size: 24px;}
	.download-dxf > div:nth-of-type(2) img { width: 34px;}
}



@media only screen and (max-width: 980px) {
	.products-detail-bottom { padding-top: 30px; padding-bottom: 0;}
}
@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 640px) {
	.products-list-2 > a { margin:0 0 50px 0;  width: calc(100% - 0px);}
	
	
}
@media only screen and (max-width: 570px) {
	
}

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

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