/* CSS Document */

body {	-webkit-text-size-adjust:100%; font-family: 'Noto Sans TC', sans-serif; overflow-x: hidden; position: relative; background: #f5e9eb; }
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:1366px; width: 100%; margin:0 auto; text-align:left; position:relative; clear:both;}

#content { font-size: clamp(18px, 1.5vw, 20px); line-height:1.8; color: #3e3a39; letter-spacing: 0; font-weight: 400; padding-top: 140px;}

.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%;}
.demo-section-2 { padding-left: 3%; padding-right: 3%;}

.font-size-18 { font-size: clamp(16px, 1.3vw, 18px);}
.font-size-20 { font-size: clamp(18px, 1.5vw, 20px);}
.font-size-21 { font-size: clamp(18px, 1.6vw, 21px);}
.font-size-22 { font-size: clamp(20px, 1.7vw, 22px);}
.font-size-24 { font-size: clamp(20px, 1.9vw, 24px);}
.font-size-28 { font-size: clamp(22px, 2.2vw, 28px);}
.font-size-30 { font-size: clamp(22px, 2.5vw, 30px);}
.font-size-32 { font-size: clamp(22px, 2.6vw, 32px);}
.font-size-36 { font-size: clamp(22px, 3.3vw, 36px); line-height: 1.3;}
.font-size-40 { font-size: clamp(26px, 3.3vw, 40px); line-height: 1.3;}
.font-size-42 { font-size: clamp(26px, 3.3vw, 42px); line-height: 1.3;}
.font-size-44 { font-size: clamp(26px, 3.5vw, 44px); line-height: 1.3;}
.font-size-48 { font-size: clamp(26px, 3.5vw, 48px); line-height: 1.3;}
.font-size-60 { font-size: clamp(32px, 4vw, 60px); line-height: 1.2;}

.font-noto-serif { font-family: "Noto Serif TC", sans-serif; }

.color-white { color: #fff !important;}
.color-red { color: #cb1d20 !important;}
.color-orange { color: #e17a15 !important;}
.color-gray { color: #333 !important;}
.color-green { color: #32a2b0 !important;}
.color-black { color: #000 !important;}

.align-center { text-align: center !important;}
.align-left { text-align: left !important;}
.align-right { text-align: right !important;}

.weight-100 { font-weight: 100;}
.weight-300 { font-weight: 300;}
.weight-400 { font-weight: 400;}
.weight-500 { font-weight: 500;}
.weight-600 { font-weight: 600;}
.weight-700 { font-weight: 700;}
.weight-900 { font-weight: 900;}

.p-layout { margin: 0; padding:0 0 calc(20px + 1%) 0; font-weight: 400; line-height: 1.7; font-size: clamp(18px, 1.5vw, 20px);}

.layout-wrap { display: flex; flex-direction: row; flex-wrap: wrap;}
.layout-nowrap { display: flex; flex-direction: row; flex-wrap: nowrap;}

.hr-type-1 { padding: 0 !important; margin: 20px 0 !important;}

.title-type-1 { padding-bottom: calc(10px + 1%);line-height: 1.4;}

.banner { position: relative; margin-bottom: 20px; }
.banner-pc { }
.banner-mobile { display: none;}

.banner-pto { position: relative; height: 400px;}
.banner-pto img { object-fit: cover; width: 100%; height: 100%;}

.banner-title { position: absolute; z-index: 3; left: 3%; bottom: -85px; background: url("/images/theme-b67/inner-title-bg.svg") no-repeat top center / contain; width: 328px; height: 150px;filter: drop-shadow(0px 20px 20px rgba(0,0,0,.2));}
.banner-title > div { position: absolute; color: #fff; font-weight: 500;font-size: clamp(20px, 2.2vw, 28px); top:50%; left: 0%; width: 100%; text-align: center; transform: translateY(-50%); line-height: 1.2;}

.titl01 { display: flex; flex-direction: row; flex-wrap: nowrap; width: fit-content; margin-bottom: 22px;}
.titl01 > div, .titl01 > h1 { font-family: 'Noto Sans TC', sans-serif; font-weight: 700;  padding: 0 16px 6px 16px; margin: 0 0 0 0; line-height: 1.2; position: relative; letter-spacing: 0.1rem;font-size: clamp(26px, 3.3vw, 38px); color: #452568;}
.titl01 > span { width: 1px; display: block; background: #452568;}

.btn-more { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; }
.btn-more:hover > div { color: #452568;margin-right: 10px;  }
.btn-more:hover > span { background: #452568; }
.btn-more:hover > span > span { width: 16px; left: 50%; transform: translateY(-50%) translateX(-50%); background: #fff; }
.btn-more:hover > span > span:after { border-color: #fff; }
.btn-more > div { line-height: 1; font-size: 16px; margin-right: 30px; color: #3e3a39;transition: all 0.4s ease-out 0s;}
.btn-more > span { display: block; position: relative; width: 40px; height: 40px; border-radius: 100%; border: 1px solid #3c312c;transition: all 0.2s ease-out 0s;}
.btn-more > span > span { position: absolute; top:50%; left: -12px; transform: translateY(-50%); width: 30px; height: 1px; background: #3e3a39;transition: all 0.2s ease-out 0s;}
.btn-more > span > span:after { content: ""; position: absolute; width: 9px; height: 9px; border-width: 1px 1px 0 0; border-style: solid; border-color: #3e3a39; top:50%; right: 0; transform: translateY(-50%) rotate(45deg);}

.btn01 { position: relative; display: block; width: 120px; border: 1px solid #3e3a39; text-align: center; padding: 0 10px; overflow: hidden;}
.btn01:before, .btn01:after { position: absolute; content: ""; border-radius: 100%; background: #452568;transition: all 0.3s ease-out 0s; transform: scale(0);}
.btn01:before { width: 100px; height: 100px; left: -20%;bottom: -50px; transform-origin: 0 100%;}
.btn01:hover:before, .btn01:hover:after  { transform: scale(1);}
.btn01:after { width: 200px; height: 200px; right: -55%;bottom: -100px; transform: 100% 100%;}
.btn01 span { display: inline-block; line-height: 1; padding:12px 0; font-size: 16px; position: relative; z-index: 3; letter-spacing: 0.1rem; }
.btn01:hover span { color: #fff;}

#path { padding: 0 3% calc(20px + 3%) 3%; }
#path ul { margin: 0; padding: 0; text-align: right;}
#path li { display: inline-block; vertical-align: top; font-size: 16px; line-height: 1.2; letter-spacing: 0rem; position: relative;  font-weight: 400;}
#path li:after { content:"/"; display: inline-block; padding: 0 4px;}
#path li:last-child { pointer-events: none;}
#path li:last-child:after { display: none;}
#path li a { color: #3e3a39; }
#path li a:hover { color: #951b81;}

.aside-menu { border-bottom: 1px solid #d6c7c9; padding-bottom:10px; margin-bottom: calc(20px + 3%); display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center;}
.aside-menu > a { padding: 0 22px; margin: 0 1vw 15px 1vw; line-height: 1.2; position: relative; font-size: clamp(18px, 1.7vw, 22px); font-weight: 700; }
.aside-menu > a:hover { color: #951b81;}
.aside-menu > a:hover:before, .aside-menu > a:hover:after { background: #951b81;}
.aside-menu > a:before, .aside-menu > a:after { content: "" ;position: absolute; background: #d6c7c9; width: 1px; height: 90%; transform: rotate(30deg) translateY(-50%); top:50%}
.aside-menu > a:before { left: 0px;}
.aside-menu > a:after { right: 5px;}

/*about*/
.about-section-1 { display: flex; flex-direction: row; flex-wrap: wrap;}
.about-section-1 > div:nth-of-type(1) { width: 58%;}
.about-section-1 > div:nth-of-type(2) { width: 42%; padding: 25px 0 0 0}

.about-section-2 { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; padding-bottom: calc(20px + 5%);}
.about-section-2 > div:nth-of-type(1) { width: 42%; padding: 0 4% 0 0;}
.about-section-2 > div:nth-of-type(2) { width: 58%;}

.about-section-3 { background: url("/images/theme-b67/about-4-bg.png") no-repeat top left; background-size: 60%; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; padding-bottom: calc(20px + 5%);}
.about-section-3 > div:nth-of-type(1) { width: 49%; padding-right: 5%;}
.about-section-3 > div:nth-of-type(2) { width: 51%; }

/*odm*/
.odm-section-1 { display: flex; flex-direction: column; flex-wrap: nowrap; padding-top: calc(20px + 2%);  padding-bottom: calc(20px + 4%); }
.odm-section-1 > div { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; padding-bottom: 80px; position:relative;}
.odm-section-1 > div:after { content: ""; position: absolute; width: 40px; height: 40px; background: url("/images/theme-b67/arrow.png") no-repeat; background-size: contain; left: 50%; bottom: 20px; transform: translateX(-50%) rotate(90deg);}
.odm-section-1 > div:last-child:after { display: none;}
.odm-section-1 > div > div:nth-of-type(1) { width: calc((100% - 160px) / 2); position: relative; padding-right: 60px; text-align: right; font-weight: 700;font-size: clamp(22px, 2.5vw, 30px); line-height: 1.3;}
.odm-section-1 > div > div:nth-of-type(1):after { content: ""; position: absolute; width: 45px; height: 3px; background: #b2b2b2; top:50%; transform: translateY(-50%); right: 0; z-index: -1;}
.odm-section-1 > div > div:nth-of-type(2) { width: 160px; height: 160px; background: #3a275c; border-radius: 100%; position: relative;}
.odm-section-1 > div > div:nth-of-type(2) img { position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);height: 48%;}
.odm-section-1 > div > div:nth-of-type(3) { width: calc((100% - 160px) / 2); position: relative; padding-left: 60px;}

.odm-section-1 > div:nth-child(even) > div:nth-of-type(1) { order: 3; text-align: left;padding-left: 60px; padding-right: 0px; }
.odm-section-1 > div:nth-child(even) > div:nth-of-type(1):after { left: 0;right: auto;}
.odm-section-1 > div:nth-child(even) > div:nth-of-type(2) { order: 2; background: #4e3780; }
.odm-section-1 > div:nth-child(even) > div:nth-of-type(3) { order: 1; padding-right: 60px;padding-left: 0;}

.qa-section { padding-top: calc(20px + 1%);padding-bottom: calc(20px + 3%);}

/*equipment*/
.equipment-section { padding-top: calc(20px + 2%);padding-bottom: calc(20px + 4%);}

.products-detail-tool { position: relative;max-width: 1000px; margin: 0 auto; border-radius: 20px; background: #fff; padding: 20px; }
.equipment-pto { border-radius: 20px;}

.equipment-menu {height: auto;box-sizing: border-box; position: relative;}
.equipment-menu:after { content:""; position: absolute; width: 100%; height: 1px ;background: #951b81; left: 0; bottom: 40px; z-index: -1;}
.equipment-menu .swiper-wrapper { justify-content: center;  margin-bottom: 10px; position: relative; padding-bottom: 30px;}
.equipment-menu .swiper-slide { width: auto; color: #3e3a39; font-weight: 700;font-size: clamp(20px, 1.7vw, 22px);padding:0 20px 20px 20px; position: relative;}
.equipment-menu .swiper-slide > span { display: block;position: absolute; filter: drop-shadow(0px 1px 0px #951b81); left: 50%; transform: translateX(-50%); bottom: 12px; z-index: 2; opacity: 0;}
.equipment-menu .swiper-slide > span:after { content: "";position: absolute; width: 36px; height: 20px;  background: #f5e9eb; clip-path: polygon(0% 0, 100% 0%, 50% 100%); left: 50%; transform: translateX(-50%);}

.equipment-menu .swiper-slide-thumb-active { color: #951b81;}
.equipment-menu .swiper-slide-thumb-active > span { opacity: 1;}

.swiper-next, .swiper-prev { width: 26px !important; height: 26px !important; border-radius: 100%; background: #452568; position: absolute; z-index: 2; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; top:50%; transform: translateY(-50%); border: 0px solid #362e2b;}
.swiper-next:after, .swiper-prev:after { content: ""; display: block; width: 6px; height: 6px ; border-width: 1px 1px 0 0; border-color: #fff; border-style: solid;}
.swiper-prev:after { transform: rotate(-135deg); margin-left: 2px;}
.swiper-next:after { transform: rotate(45deg); margin-right: 2px;}
.swiper-prev { left: -13px;}
.swiper-next { right: -13px;}

/*products*/
.products-list { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: calc(20px + 2%); padding-top: 20px;}
.products-list > a { width: 33.33%; padding: 0 5%; margin-bottom: calc(20px + 2%); position: relative;}
.products-list > a:before { content: ""; position: absolute; z-index: -1; width: 70%; padding-bottom: 70%; transform-origin: 0% 0%; top: 0;left: 15%; background: rgba(214,199,201,.2); transform: scale(0.55);transition: all 0.4s ease-out 0s; border-radius: 100%;}
.products-list > a:hover:before { background: rgba(214,199,201,.5); transform: scale(1);}
.products-list-pto { padding-bottom: 100%;}
.products-list-pto img { transition: all 1.4s ease-out 0s; border-radius: 4vw;}
.products-list > a:hover .products-list-pto img { transform: scale(0.95);}
.products-list-title { text-align: center; line-height: 1.5;font-size: clamp(19px, 2.2vw, 28px); color: #3e3a39;}

.products-link-pto { position: relative; margin-bottom: calc(20px + 5%); border-radius: 40px; overflow: hidden;box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2); display: block;}
.products-link-pto img { transition: all 0.4s ease-out 0s;object-fit: cover; width: 100%; height: 100%;}
.products-link-pto:hover img { transform: scale(1.1);}
.products-link-pto > div { position: absolute;z-index: 3;top:50%; left: 50%; transform: translate(-50%, -50%);background: url("/images/theme-b67/inner-title-bg.svg") no-repeat top center / contain;width: 328px;height: 150px;transition: all 0.4s ease-out 0s;}
.products-link-pto:hover > div { transform:translate(-50%, -50%) scale(0.9);}
.products-link-pto > div > div { position: absolute; color: #fff; font-weight: 500;font-size: clamp(20px, 2.2vw, 28px); top:50%; left: 0%; width: 100%; text-align: center; transform: translateY(-50%); line-height: 1.2;}

/*products-list*/
.products-list-2 { display: flex; flex-direction: row; flex-wrap: wrap;padding-bottom: 10px; padding-top: 20px;}
.products-list-2-link { width: 25%; padding: 0 2% calc(20px + 2%) 2%;}
.products-list-2-link:hover .products-list-2-pto img { transform: scale(0.9); box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);}
.products-list-2-pto { padding-bottom: 100%;  margin-bottom: 20px; }
.products-list-2-pto img { border-radius: 3vw;transition: all 0.4s ease-out 0s;}
.products-list-2-title { line-height: 1.4; text-align: center; font-weight: 700; font-size: clamp(18px, 1.9vw, 25px); color: #3e3a39;}

#page { text-align: center; padding:0 0 calc(20px + 3%) 0;}
#page a { font-size: 16px; color: #333; font-weight: 400; width: 30px; height: 30px; line-height: 28px; text-align: center; border-radius: 100%; display: inline-block;}
#page a:hover, #page a.current { background: #452568; color: #fff;}
.page-prev, .page-next { width: 12px !important; height: 12px !important; line-height: inherit !important; border-radius: 0 !important; border-top:1px solid #333; border-right: 1px solid #333; 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 { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: calc(20px + 2%);}
.products-detail-top > div { width: 50%; position: relative;}
.products-detail-top > div:nth-of-type(1) { padding: 0 40px; margin-bottom: 30px;}
.products-detail-top > div:nth-of-type(1) .swiper-pagination { position: absolute; bottom: -35px; left: 50%; transform: translateX(-50%);}
.products-detail-top > div:nth-of-type(1) .swiper-pagination-bullet-active { background: #452568;}
.products-detail-top > div:nth-of-type(2) { padding-top:calc(20px + 2%);}

.pro-gallery { border-radius: 4vw;}

.p-detail-title { background: url("/images/theme-b67/title-bg.png") no-repeat center bottom / contain; text-align: center; padding: 0 30px 25px 0; margin-bottom: 15px; font-weight: 500;font-size: clamp(22px, 2.2vw, 28px); line-height: 1.2; width: fit-content;}
.p-detail-data { font-size: clamp(19px, 1.9vw, 24px); line-height: 1.4; font-weight: 300; padding-bottom: calc(20px + 2%);}

.pro-related { padding-bottom: calc(20px + 4%); padding-top: 15px;}
.pro-related .owl-dots { display:none;}
.pro-related .owl-item {position: relative;  }
.pro-related .owl-nav { position: absolute; top: calc(50% - 50px); transform: translateY(-50%); left: 0%; width: 100%; z-index: 11;}
.pro-related .owl-prev, .pro-related .owl-next { position:absolute; z-index:100;  width: 44px !important; height: 44px !important; background: #452568 !important; border: 0px solid #074151 !important; transition: all 0.4s ease-out 0s; top:50%; transform: translateY(-70%); margin: 0 !important; border-radius: 100% !important;}
.pro-related .owl-prev:hover, .pro-related .owl-next:hover { opacity: 0.8;}
.pro-related .owl-prev:hover:before, .pro-related .owl-next:hover:before { border-color: #fff;}
.pro-related .owl-prev { left:-20px; }
.pro-related .owl-next { right:-20px;}
.pro-related .owl-prev:before, .pro-related .owl-next:before { content: ""; position: absolute; width: 14px; height: 14px; border-width: 2px 2px 0 0; border-style: solid; border-color: #fff; background-size: contain; background-repeat: no-repeat; top:50%; left: 50%; transition: all 0.4s ease-out 0s;}
.pro-related .owl-prev:before { transform:translate(-30%, -50%) rotate(-135deg);}
.pro-related .owl-next:before { transform:translate(-70%, -50%) rotate(45deg);;}
.pro-related .owl-prev:hover:before, .pro-related .owl-next:hover:before { }
.pro-related .owl-stage-outer {z-index: 2;}
.pro-related .owl-dots { position: absolute; z-index: 100; bottom:0; left:0; width: 100%; text-align: center !important; padding: 0 0px; }
.pro-related .owl-dots .owl-dot { border: 0px solid #c10000; background: transparent; margin-left: 8px;  margin-right: 8px; border-radius: 100%;}
.pro-related .owl-dots .owl-dot.active {  }
.pro-related .owl-dots .owl-dot span, .pro-related  .owl-dots .owl-dot span { background: #cfc9c1 !important; width: 12px !important; height: 12px !important; margin: 0 auto!important;transition: all 0.4s ease-out 0s !important;}
.pro-related .owl-dots .owl-dot.active span/*, .pro-related  .owl-dots .owl-dot:hover span*/ { background: #9fbd7f !important; }

.pro-related .products-list-2-link { padding: 0;}

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

	
}
@media only screen and (max-width: 1279px) {
    #content { padding-top: 60px;}
	
	.banner-pc { display: none;}
	.banner-mobile { display: block;}
	
	.banner-pto { height: 200px;}
	.banner-title { top: 50%; bottom: auto;transform: translateY(-50%); width: 270px; height: 120px;}
	
	#path { padding: 0 3% calc(20px + 1%) 3%; }
	#path ul { text-align: left;}
	#path li { font-size: 15px; }

	.products-link-pto > div { width: 200px; height: 90px;}
}

@media only screen and (max-width: 980px) {
	.about-section-1 > div:nth-of-type(1) { width: 100%; order: 2;}
	.about-section-1 > div:nth-of-type(2) { width: 100%; order: 1; padding: 0 0 25px 0}
	
	.about-section-2 > div:nth-of-type(1) { width: 100%; padding: 0 0 0 0;}
	.about-section-2 > div:nth-of-type(2) { width: 100%;}
	
	.odm-section-1 > div { flex-direction: column;}
	.odm-section-1 > div > div:nth-of-type(1) { width: 100%; text-align: center; padding: 0 0 15px 0;}
	.odm-section-1 > div > div:nth-of-type(1):after { display: none;}
	.odm-section-1 > div > div:nth-of-type(2) { width: 100px; height: 100px; margin-bottom: 15px;}
	.odm-section-1 > div > div:nth-of-type(3) { width: 100%; padding-left: 0px; text-align: center;}
	
	.odm-section-1 > div:nth-child(even) > div:nth-of-type(1) { order: 1; text-align: center;padding-left: 0px; }
	.odm-section-1 > div:nth-child(even) > div:nth-of-type(2) { order: 2;  }
	.odm-section-1 > div:nth-child(even) > div:nth-of-type(3) { order: 3; padding-right: 0px;}
	
	.equipment-menu .swiper-wrapper { justify-content:flex-start;  }
	
	.products-link-pto { height: 250px;}
	
	.products-list-2 > a { width: 33.33%; }
	
	.products-detail-top > div { width: 100%;}
	.products-detail-top > div:nth-of-type(1) { padding: 0 0; }
}
@media only screen and (max-width: 768px) {
	.products-detail-tool { padding: 10px; }
	
}
@media only screen and (max-width: 640px) {
	.banner-title { width: 200px; height: 90px;}
	
	.about-section-3 > div:nth-of-type(1) { width: 100%; padding-right: 0%; padding-bottom: calc(20px + 3%);}
	.about-section-3 > div:nth-of-type(2) { width: 100%; }
	
	.products-list > a { width: 50%; }
	
	.pro-related .owl-prev { left:0px; }
	.pro-related .owl-next { right:0px;}
}
@media only screen and (max-width: 570px) {
	.products-list-2 > a { width: 50%; }
	
}

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

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