/* CSS Document */

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

#content { font-size: clamp(17px, 1.2vw, 23px); line-height:1.5; color: #333333; letter-spacing: 0; font-weight: 400; padding-top:98px;}
#content p{ margin-bottom: calc(25px + 1%); margin-top: 0; font-size: clamp(17px, 1.2vw, 23px);line-height:1.5;  font-weight: 400;}
p, td, li, label { font-size: clamp(17px, 1.2vw, 23px);line-height:1.5;  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%;}

#path { padding: 10px 0 0 0; }
#path ul { margin: 0 auto; padding: 0; }
#path li { display: inline-block; vertical-align: top; font-size: 15px; color: #333333; font-weight: 400;}
#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 { opacity: 0.6;}
#path li:last-child a { color: #333333;}

.p-detail-bar { position:sticky; top: 60px; z-index: 3; background: #3a3d3f; padding: 17px 5% 0 5%; margin-bottom: calc(20px + 2.5%);}
.p-detail-bar-content { display:flex; flex-direction: row;flex-wrap: nowrap; justify-content: space-between; align-items: center;}
.p-detail-bar-content > div:nth-of-type(1) { width: calc(100% - 420px);}
.p-detail-bar-content > div:nth-of-type(2) { width: 420px; display:flex; flex-direction: row;flex-wrap: nowrap; justify-content: space-between;}
.p-detail-bar-content > div:nth-of-type(2) > div { width: calc(50% - 10px); }

.p-detail-bar-top-box { display:flex; flex-direction: row;flex-wrap: wrap; align-items: center; margin-bottom: 12px; color: #fff;}
.p-detail-bar-title { font-size: clamp(30px, 3.3vw, 46px); padding-right: 25px; font-weight:700}
.p-detail-bar-title-2 { padding-right: 0px; text-align: center; padding-bottom: calc(15px + 1%);}
.p-detail-bar-cash { font-size: clamp(24px, 2vw, 30px);  font-weight:700;}

.p-detail-bar-menu { display:flex; flex-direction: row;flex-wrap: wrap; padding-bottom: 10px; }
.p-detail-bar-menu > a { display: inline-block; margin-right: 3vw;font-size: clamp(18px, 1.2vw, 23px);  font-weight:700; color: #fff !important; padding-bottom: 10px;}
.p-detail-bar-menu > a:hover { color: #fff; }

#navigation-menu a:hover, #navigation-menu a.mPS2id-highlight{
	text-decoration: underline;
}

.btn01 { width: 100%; border-radius: 10px; color: #fff !important; font-weight: 500;font-size: clamp(18px, 1.3vw, 24px); letter-spacing: 0; display: inline-block; background: #d00101; text-align: center; padding: 0 10px; line-height: 80px;}
.btn01:hover { transform: scale(0.9);}

.p-detail-bar-bottom { position:fixed; bottom: 0px; z-index: 3; background: #3a3d3f; padding: 15px 5%; width: 100%; left: 0; display: none;}


.p-detail-top-section { display: flex; flex-direction: row; flex-wrap: wrap;}
.p-detail-top-section > div:nth-of-type(1) { width: 255px;}
.p-detail-top-section > div:nth-of-type(2) { width: calc(100% - 255px); padding-left: 5%;display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start;}
.p-detail-top-section > div:nth-of-type(2) > div:nth-of-type(1) { width: 51%;}
.p-detail-top-section > div:nth-of-type(2) > div:nth-of-type(2) { width: 49%; padding-left: 5%;}
.p-detail-top-section > div:nth-of-type(2) > div:nth-of-type(2) .p-detail-bar-title { padding-right: 0;}

.aside-title { font-weight: 700; font-size:clamp(20px, 2vw, 30px); line-height: 1.2; margin-bottom: 25px; }
.aside-title-2 { padding-left: 15px; border-bottom: 1px solid #d1d1d1; position: relative; padding-right: 20px; color: #c70404; font-weight: 700; font-size:clamp(19px, 1.2vw, 23px); line-height: 1; padding-bottom: 16px; }
.aside-title-2:after { content: ""; position: absolute; top:7px; transform: rotate(45deg); right: 4px; width: 8px; height: 8px; border-width: 2px 2px 0 0 ;border-style: solid; border-color: #c70404; }

.products-detail-tool { position: relative;}
   .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: inline-block;
      max-width: 600px; width: 100%;border: 1px solid #8c8c8c;
      /*height: 100%;
      object-fit: cover;*/
    }

    .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center; padding: 1px 5px;
    }

    .mySwiper2 {
      height: 80%;
      width: 100%; 
    }

    .mySwiper {
      height: auto;
      box-sizing: border-box; 
    }

    .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

    .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }

.swiper-next, .swiper-prev { width: 32px !important; height: 32px !important; border-radius: 100%; background: rgba(0,0,0,.15); 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: ""; position: absolute;display: block; width: 8px; height: 8px ; border-width: 1px 1px 0 0; border-color: #fff; border-style: solid;}
.swiper-prev:after { transform: rotate(-135deg);}
.swiper-next:after { transform: rotate(45deg);}
.swiper-prev { left: -10px;}
.swiper-next { right: -10px;}

.pro-deac { border-radius: 10px; background: #e5e5e5; padding: 20px 30px; margin-bottom: 20px; margin-top: 20px; line-height: 1.8;}

.p-select-section {  display: flex; flex-direction: column; flex-wrap: nowrap;}
.p-select-section > div { padding-bottom: 20px;}
.p-select-title { font-weight: 700; padding-bottom: 10px;}
.p-select-list { display: flex; flex-direction: row; flex-wrap: wrap;}
.p-select-list > button { cursor: pointer; margin: 0 5px 5px 0; line-height: 40px; border: 1px solid #cccccc; padding: 0 5px; min-width: 95px; text-align: center; background: #fff;}
.p-select-list > button:hover, .p-select-list > button.active { background: #d00101; color: #fff; }

#cms-amount-panel {display: flex; flex-direction: row; align-items: center;}
#cms-amount-panel > div { /*font-weight:bold;*/}
#cms-amount-panel > div:nth-child(1) {padding: 0;}
.cms-amount-value {border: 0px solid #e4e4e4; display: flex; flex-direction: row; height: 40px;}
#cms-amount-panel button { width:58px; background-color: #e2e2e2; border: 1px solid #8c8c8c;}
#cms-amount-panel input[type="text"] { width:95px;  text-align:center; border: 1px solid #8c8c8c; background: #fff; margin: 0 4px; }

.line-type-1 { border-bottom: 1px solid #cbcbcc; height: 1px; margin: calc(20px + 4%) 0;} 

.idx-bottom-section { padding-bottom: calc(20px + 4%); display: flex; flex-direction: column; flex-wrap: wrap;}
.idx-bottom-section > div { margin-bottom: 30px; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;   width: 100%;}
.idx-bottom-section > div > div { width: 50%;}
.idx-bottom-section > div > div:nth-of-type(1) { border-radius: 10px; overflow:hidden;}
.idx-bottom-section > div:nth-child(even) > div:nth-of-type(1) { order: 2;}
.idx-bottom-section > div:nth-child(even) > div:nth-of-type(2) { order: 1;}
.idx-bottom-section .loop3 .owl-item img {transform: scale(1); width: 100% !important;}
.idx-bottom-section .loop3 .owl-item:hover img {transform: scale(1);}
.idx-bottom-section .loop3 .owl-prev { left:3%; }
.idx-bottom-section .loop3 .owl-next { right:3%;}
.idx-bottom-section .idx-video-section { border-radius: 0;}
.idx-bottom-section .idx-video-section img { width: 100%;}

.idx-bottom-content { padding: 5% 8%; }
.idx-bottom-content > b { display: block;  font-size: clamp(20px, 2vw, 30px); line-height: 1.2; padding-bottom: 10px;}

.loop3 {}
.loop3 .owl-dots { display: none;}
.loop3 .owl-item {position: relative; background: none !important;}
.loop3 .owl-item img {width: inherit !important; transition: all 1.4s ease-out 0s; }
.loop3 .owl-item:hover img {transform: scale(1.05);}
.loop3 .owl-nav { position: absolute; top:44%; left: 0; transform: translateY(-50%); width: 100%; z-index: 11;}
.loop3 .owl-prev, .loop3 .owl-next { position:absolute; z-index:100;  width: 32px !important; height: 32px !important; border-radius: 100% !important; background: #cecece !important; border: 0px solid #999 !important; margin: 0 !important;}
.loop3 .owl-prev { left:0px; }
.loop3 .owl-next { right:0px;}
.loop3 .owl-prev:before, .loop3 .owl-next:before { font-family: 'Font Awesome 5 Free';font-weight: 900 !important;font-size:70px; color: #fff; opacity: 1;transition: all 0.4s ease-out 0s;width: 8px; height: 8px; background-size: contain; display: block; border-width: 1px 1px 0 0; border-style: solid; border-color: #fff;}
.loop3 .owl-prev:before { content: ""; transform: rotate(-135deg); margin-left: 14px; }
.loop3 .owl-next:before { content: ""; transform: rotate(45deg); margin-left: 10px;}
.loop3 .owl-prev:hover:before, .loop3 .owl-next:hover:before { opacity: 1;}
.loop3 .owl-stage-outer {z-index: 2;}
.loop3 .owl-dots { position: absolute; z-index: 100; bottom:4%; width: 100%; text-align: center !important; padding: 0 0px; }
.loop3 .owl-dots .owl-dot { border: 1px solid #c10000; background: transparent; margin-left: 8px;  margin-right: 8px; border-radius: 100%;}
.loop3 .owl-dots .owl-dot.active {  }
.loop3 .owl-dots .owl-dot span { background: transparent !important; width: 14px !important; height: 14px !important; margin: 0 auto!important;}
.loop3 .owl-dots .owl-dot.active span { background: #c10000 !important;}

.idx-video-section { position: relative; display: block; line-height: 0; overflow: hidden; border-radius: 10px;}
.idx-video-section:hover .idx-video-btn { transform:translate(-50%, -50%) scale(0.8);}
.idx-video-btn { position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%); transition: all 0.4s ease-out 0s;}

.p-spec-title { background: #3a3d3f; border-radius: 10px 10px 0 0; text-align: center; font-size: clamp(24px, 2.6vw, 38px); line-height: 1.2; padding: calc(10px + 1%); font-weight: 700; color: #fff; position: relative;}
.p-spec-note { position: absolute; color: #fff; right: calc(10px + 1%); bottom: calc(10px + 1%); font-size: clamp(17px, 1.2vw, 23px); font-weight: 400;}
.p-spec-content { background: #e5e5e5; margin-bottom: calc(20px + 3%); padding: 3% 5% 3% 5%;}
.p-spec { width: 100%; border-spacing: 0; border-collapse:inherit;}
.p-spec th, .p-spec td { border-bottom: 1px solid #a4a4a4; padding: calc(10px + 1%);}
.p-spec th { text-align: left; font-weight: 700; font-size: clamp(19px, 2vw, 30px);}
.p-spec td { text-align: center;}

.p-spec-line { background-image: linear-gradient( to top right, #e5e5e5 49%, #a4a4a4, #e5e5e5 51% ); position: relative;}
.p-spec-line-right { border-right: 1px solid #a4a4a4;}
.align-center { text-align: center !important;}

.p-spec-name { position: absolute; font-weight: 700; font-size: clamp(17px, 1.2vw, 23px);}
.p-spec-name-1 { right: 3%; top:5px;}
.p-spec-name-2 { left: 3%; bottom:5px;}

.title01 { font-weight: 700; font-size: clamp(19px, 2vw, 30px); padding-bottom: 10px;}

@media only screen and (max-width: 1365px) {
	#content { padding-top: 60px; }
	#content p {}
	p, td, li, label {}
	
	#path { padding-bottom: 5px; padding-top: 7px;}
	
}
@media only screen and (max-width: 1279px) {
	.btn01 { line-height: 60px;}
	
	.aside-title, .aside-title-2 { display: none;}
	.p-detail-top-section > div:nth-of-type(1) { width: 100%; padding-bottom: 20px;}
	.p-detail-top-section > div:nth-of-type(2) { width: calc(100% - 0px); padding-left: 0%;}
	
	.p-detail-bar { margin-bottom: calc(10px + 1%);}
	
	.p-spec-note { position: relative;  bottom: auto; right: auto; text-align: center; padding-top: 10px;}
}

@media only screen and (max-width: 980px) {
	.loop3 .owl-nav { top:40%}
	.loop3 .owl-prev { left:-16px; }
	.loop3 .owl-next { right:-16px;}
	
	.idx-video-btn img { max-width: 60px;}
	
	.p-detail-bar-content > div:nth-of-type(1) { width: calc(100% - 0px);}
	.p-detail-bar-content > div:nth-of-type(2) { display: none;}
	.p-detail-bar-top-box { display: none;}
	
	.p-detail-bar-bottom  {display: block;}
	.p-detail-bar-bottom .p-detail-bar-content > div:nth-of-type(1) { width: calc(100% - 300px);}
	.p-detail-bar-bottom .p-detail-bar-content > div:nth-of-type(2) { display: flex; width: 300px;}
	.p-detail-bar-bottom .p-detail-bar-content > div:nth-of-type(2) .btn01 { line-height: 40px;}
	.p-detail-bar-bottom .p-detail-bar-top-box { display: flex; margin-bottom: 0;}
	.p-detail-bar-title { font-size: 23px; padding-right: 15px; }
	.p-detail-bar-cash { font-size: 18px; }
	
	footer  {margin-bottom: 70px;}
	
	.idx-bottom-section > div > div { width: 100%;}
	.idx-bottom-content { padding:25px 0px; }
	.idx-bottom-section > div:nth-child(even) > div:nth-of-type(1) { order: 1;}
	.idx-bottom-section > div:nth-child(even) > div:nth-of-type(2) { order: 2;}
	
}
@media only screen and (max-width: 768px) {
	.p-detail-bar-bottom .p-detail-bar-content > div:nth-of-type(1) { display: none;}
	.p-detail-bar-bottom .p-detail-bar-content > div:nth-of-type(2) { width: 100%;}
	
	.p-detail-top-section > div:nth-of-type(2) > div:nth-of-type(1) { width: 100%; padding-bottom: 20px;}
	.p-detail-top-section > div:nth-of-type(2) > div:nth-of-type(2) { width: 100%; padding-left: 0%;}
}
@media only screen and (max-width: 640px) {
	.p-detail-bar-menu > a { font-size: 16px;}
}
@media only screen and (max-width: 570px) {
	
	
}

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

}

@media only screen and (max-width: 320px) {
	.p-detail-bar-menu > a { font-size: 14px;}
	

}