/* CSS Document */
@import url(font-awesome/css/font-awesome.min.css);

body {
	-webkit-text-size-adjust: 100%;
	margin: 0;
	font-size: 15px;
	color: #000000;
	line-height: 1.5em;
	overflow-x: hidden;
}

img {
	border: 0;
	width: 100%;
}

ul.content {
	margin-left: 20px;
}

.dm_img {
	max-height: 580px;
	width: auto;
}

.c-vertical{
	align-items: center;
}

.m-center {
	text-align: center;
}
.mrl-0 {
	margin:0;
}
.mt-100 {
	margin-top: 100px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-20 {
	margin-top: 20px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mrl-10 {
	margin: 0 10px;
}

.pc_only {
	display: block;
}

.sp_only {
	display: none;
}

@media only screen and (max-width: 767px) {
   .pc_only {
	   display: none;
   }
   .sp_only {
	   display: block;
   }
}

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

a {
	text-decoration: none;
	color: #000;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

a:hover {
	text-decoration: none;
	color: #B70000;
}

.main_tit_chi a:hover {
	text-decoration: underline;
}

* {
	margin: 0;
	padding: 0;
	/*list-style: none;*/
	-webkit-box-sizing: border-box;
 /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
    /* Firefox, other Gecko */
	box-sizing: border-box;
         /* Opera/IE 8+ */
}
input, select, textarea {
    border: 1px solid #999;
    padding: 2px 5px;
    font-size: 16px;
}
input:focus-visible {
    border: 1px solid #999;
    outline: none !important;
    box-shadow: none !important;
}


/* header
-------------------------------------------------------*/
#nav-fixed {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  box-shadow: 0px 0px 3px #c3c3c3;
}	
.logo-img { 
    width: 250px;
    padding: 10px 20px;
}

.i-fa {
	display: inline-block !important;
    padding: 0 !important;
}
.fa-shopping-cart {
  color: #ac1e35;
  border: 1px solid #FFF;
  padding: 5px;
  font-size: 15px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 3px #c2c2c2;
}
.fa-shopping-cart:hover {
	color:#E30000;
}
.top_info {
	margin: 30px;
    text-align: center;
}
.header_menu_exBox {
	width: 500px;
}
/* main menu階層樣式 */
.hover-menu .submenu {
    display: none;
}

.hover-menu:hover .submenu {
    display: block;
	padding-left: 40px;
	border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
	padding-top: 10px;
}

.top-menu-sub {
	font-size: 15px !important;
    color: #939393;
}

@media only screen and (max-width: 768px) {
   .top_info {
	   margin: 50px 0 30px 0;
   }
   .header_menu_exBox {
	width: auto;
   }
}

li.nav-item a {
	font-size: 17px;
}


/* footer
-------------------------------------------------------*/ 
div.footer-Box ul, ol {
    list-style: none;

}

footer{
	position: relative;
}
.footer-box {
	padding:50px 0;
	color: #000;
	line-height: 2em;
	text-align:center;
	height:100%;
	background-repeat: no-repeat;
	background-size:100% 100%;
	background-color: #f7f7f7;
    border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	background-size: cover;
	background-position: top center; 
	background-repeat:no-repeat;
}
.footer-box span { display:inline-block;}
.fol_icon {color: #000;padding: padding: 5px 10px;font-size: 15px;margin-bottom: 5px;}
.footer_social_link{
	margin: 15px 0;
}
img.footer_social {
	margin-right: 15px;
  max-width: 35px;
}
.footer_cpName {
	font-size: 24px;
    margin-top: 10px;
}
.copyright {
	font-size: 12px;
	color: #6a6a6a;
  text-align: right;
  padding: 10px;
  background: #f7f7f7;
}

.footer-extra {
	background: #808080;
	color: #fff;
    padding: 3% 5%;
}
h3.sp-style {
	margin-top: 0;
	margin-bottom: 1px;
}



@media only screen and (max-width: 925px) {
.footer-extra {
    display: none;
}
}

@media only screen and (max-width: 768px) {
.footer-box {
    padding: 23px 0;
}
}



/* 每頁浮動SNS
-------------------------------------------------------*/ 
[class*="fa-"]::before {
    font-family: fontawesome;
	font-size: 20px;
}
#sticky-social {
	right: 0;
	position: fixed;
	top: 35%;
	z-index: 999;
}
#sticky-social ul {
	list-style: none;
}
#sticky-social a {
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	display: block;
	font: 16px/35px 'Roboto', sans-serif;
	padding: 6px 0;
	position: relative;
	text-align: center;
	border: 1px solid #ccc;
	width: 45px;
    margin-right: 5px;
}
#sticky-social a:hover {
    color: #a2a2a2;
}
#sticky-social i {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	float: left;
	margin-top: 10px;
	padding: 0 10px;
}
.edmLink-fix {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  text-align: center;
  transition: box-shadow 0.3s ease-in-out; 
  animation: mymove 5s ease-in-out infinite;
}

@keyframes mymove {
  0%, 100% {
    /* 起點與終點：無陰影或微弱發光 */
    box-shadow: 0 0 5px rgba(255, 108, 0, 0.2);
  }
  50% {
    /* 50% 中間點：向四周均勻擴散的大範圍藍色暈眩陰影 */
    /* 格式：水平0 垂直0 模糊20px 擴散3px 顏色 */
    box-shadow: 0 0 20px 3px rgba(255, 108, 0, 0.6);
  }
}
a:hover .edmLink-fix {
	color: initial;
}

.edmLink-fix img {
  width: 50px;
  height: auto;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}


input.button2 {
	width: 100px;
	padding: 5px;
	margin-right: 15px;
	background-color: #626262;
	color: #fff;
}
input.button2:hover {
	background-color: #fff;
	color: #626262;
}


/* page-style每頁基本樣式
-------------------------------------------------------*/ 
.breadcrumb{
  padding: 120px 0 80px 0;
  font-size: 13px;
  position: relative;
  margin: 0 20px;
  background-color: inherit;
}

.page_box {
	position: relative;
    margin: 0 0 100px 0;
}

.page_content {
	margin: 50px 0;
}

.co_ItemArea {
    padding: 20px 0;
    background-color: #f6f6f6;
    margin-bottom: 5%;
}
.co_ItemArea_Title {
	font-size: 2em;
	display: inline-block;
    padding: 10px 30px;
    vertical-align: middle;
    color: #ff6200;
}
.co_ItemArea ul {
	display:inline-block;
    padding-left: 10px;
	margin-bottom: 0;
}
.co_ItemArea li {
  display: block;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 2em;
}
.item_link:hover {
	color: #000;
    border-bottom: 1px solid #000;	
}
.Item_TitleArea {
    text-align: center;
	margin-bottom: 10px;
}
.Item_Title {
    display: inline-block;
	text-align: center;
	border-bottom: 3px solid #B50000;
	padding-bottom: 5px;
	margin-bottom: 50px;
}

.Item_Title h1 {
    padding: 0;
    font-size: 36px;
    margin: 0;
    display: block;
    line-height: 1em;
    color: #B50000;
}

.page_left_menu {
  font-size: 28px;
  line-height: 2em;
  border-left: 10px solid #ac1e35;
  padding-left: 20px;
  color: #ac1e35;
}
.left_title {
	font-size: 24px;
	text-align: center;
	background-color: #d4d3d2;
	padding: 15px;
}

.left_menu {
    background: #f5f5f5;
}
.left_menu::before {
	content:"+";
	color: #a7a7a7;
}

.left_menu_chi {
    display: none;
}

.left_menu_chi.left_dis_bl {
    display: block;
}
.left_menu_chi {
    background: #fafafa;
    padding: 5px 0;
}
.main_tit_chi {
    padding: 5px 0;
}
.main_tit_chi::before {
  content: "→";
  color: #a7a7a7;
}

.menu_trigger, .main_tit_chi_link {
   display: inline-block;
   color: #333;
}

.left_menu_chi, 
.main_tit_chi > ul {
   display: none;
   overflow: hidden;
}

.left_menu_chi.active,
.main_tit_chi.active > ul {
   display: block;
}
    


/* news
-------------------------------------------------------*/ 
#news_con_img {
  margin:20px auto;
  background-color: #ccc;
  overflow: hidden;
}
#news_con_img img:hover {
  -webkit-transform: scale(1.3);	
  -webkit-transition: .5s;
}
h1.news_Title {
  font-size: 20px;
  line-height: 2em;
  font-weight: 600;
}
.news_date {
	font-size: 13px;
}
.news_con_content {
	padding: 20px 10px;
}
.news_list_title a {
	color: #000;
	text-decoration: underline;
	font-size: 18px;
}
.news_list_title a:hover{
	color: #d90a19;
	text-decoration: none;
}




.service-info {
	background: #f2f2f2;
	font-size: 13px;
}

.service-info-bg {
	background: url(../images/service-center.jpg) no-repeat top left;
	background-size: contain;
}

.service-right {
	float: right;
	width: 50%;
	padding: 70px 34px 60px 34px;
	text-align: left;
}

.service-right a {
	color: #333;
}

.service-right a:hover {
	text-decoration: underline;
}

.service-right div {
	padding-bottom: 13px;
	color: #333333;
	display: table;
}

.service-right div:last-child {
	display: block;
}

.service-right div i {
	display: table-cell;
	padding-right: 10px;
	color: #1d1d1d;
	font-size: 18px;
	padding-top: 0px;
}

.service-right div span {
	display: table-cell;
}

.service-info-pto {
	display: none;
}


.home-about .img {
    position: relative;
	background: #fff;
}
.home-about .img:hover {
    opacity: .5;
}

.home-about .img img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.home-about .text .heading {
    margin-top: 15px;
    color: #232323;
    font-size: 36px;
    font-weight: bold;
	background: #FFF;
    padding: 10px 20px;
}
.box-border {
    display: inline-block;
    width: 100%;
    height: 1px;
}
.home-about .text span.box-border {
    width: 250px;
}

.our-best .text p {
    color: #333;
    margin-bottom: 0;
    margin-top: 25px;
    line-height: 1.428em;
	letter-spacing: .02em;
    font-size: 15px;
}
.our-best .text {
    margin-top: 30px;
    position: relative;
}
.heading {
	color: #000;
	font-size: 24px;
	line-height: 1;        
}
.index_main_area {
	margin: 10% 0;
	background-color: #fafafa;
}
.index_product_content img {
  max-width: 250px !important;
  display: inline-block !important;
}

.autitle{
  font-size: 28px;
  margin-bottom: 10px;
  border-bottom: 1px solid #2e2e2e;
  padding-bottom: 10px;
  line-height: 1em;
}
.autitle_con{
	padding-left: 30px;
	font-weight: bold;
}
.autitle_con2{
	margin: 20px 10px 50px 10px;
}
.pa0{
	padding:0;
}
.conpad20{
	padding-top: 10px;
}
.cona{
	width:60%;
}
.conb{
	width:70%;
}
.conarea{
	margin: 5px 0;
}
.con_mes{
	margin-bottom: 50px;
}
.clear{
	clear: both;
}
.pand20{
	padding-bottom:20px;
}
.pand5{
	padding-bottom:5px;
}
.pand2{
	padding-bottom:2px;
}
.proname{
	text-align:center;
}
.prosh img{
	width: 100%;
}
.prosh img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

.product-img {
  width: 100%;
  text-align: center;
}

.ps_img_s {
	border: 1px solid #bcbcbc;
  padding: 10px;
  margin: 0 0 3px 0;
  max-width: 100px;
}

.car_tit{
	background: #E3E3E3;
	border: solid 1px #fff;
	text-align: center;
	padding: 0;
	height: 50px;
	vertical-align: middle;
	line-height: 50px;
}
.car_con{
	text-align: center;
  vertical-align: middle;
  padding: 15px 0;
  border-bottom: 1px solid #c9c9c9;
}
.car_con_name{
	text-align:left;
}
.car_con img{
	max-width: 60px;
}

.menu li > .nowpage{
	color: #B70000;
}

@media only screen and (max-width: 992px) {
	.page_left_menu{
		display:none;
	}
	.conpad20{
		padding-top: 5px;
	}
}


@media only screen and (max-width: 768px) {
	
	.index-about, .index-pro { 
		float:none; width:100%;
	}
	.index-about {  
		padding-bottom:20px;
	}
	.conpad20{
		padding-top: 0px;
	}
	.service-right { 
		float:none; 
		width:100%; 
		padding-top:20px; 
		padding-right:15px; 
		padding-left:15px; 
		padding-bottom:20px;
	}
	.service-info-bg { 
		background:none;
		}
	.service-info-pto { 
		display:block;
	}
	.service-info-pto img { 
		width:100%;
	}
	.car_con_name {
		text-align: center;
	}
	#news_con_img {
      width: 100%;
}
    .m-mt50 {
		margin-top: 50px;
    }
}

@media only screen and (max-width: 570px) {
	.our-best .text ul li {
		width: -moz-calc(100% - 1px);
		width: -o-calc(100% - 1px);
		width: -webkit-calc(100% - 1px);
		width: calc(100% - 1px);
	}
	.cona{
		width:100%;
	}
	.conb{
		width:100%;
	}
	.news_list a{ padding-left:0px;}
	.youtubecss{
		height:100%;
	}
}

@media only screen and (max-width: 414px) {
	.index-pro li { 
		width:100%; 
		margin-bottom:10px;
	}
	.index-pro li img {
		width:100%;
	}
}


/* 輪撥的nav樣式 */
.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin-top: 0;
    pointer-events: none;
}


.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(255, 255, 255, 0.8) !important;
    color: #333333 !important;
    border-radius: 50% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
    transition: all 0.3s ease;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-theme .owl-nav .owl-prev {
    left: 15px;
}

.owl-theme .owl-nav .owl-next {
    right: 15px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #ffffff !important;
    color: #000000 !important;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.owl-theme .owl-nav .disabled {
    opacity: 0.3 !important;
    cursor: not-allowed;
}
.owl-prev span {
	font-size: 35px;
    padding-bottom: 8px;
}
.owl-next span {
	font-size: 35px;
    padding-bottom: 8px;
}



/*   新功能的CSS    */
.price {
	font-size: 18px;
	color:#f90;
}
.input_howmany {
	width: 50%;
	border: 1px solid #000;
}
h1.index-title {
	font-size: 30px;
  line-height: 1em;
  font-weight: 400;
}
.index-news__Area {
	padding-top: 50px;
}
.index-news_box {
	background-color: #f8f7f7;
}
.index-news__img {
	width: 100%;
	height: auto;
	display: block;
}
.index-news__content {
	display: block;
	margin: 30px;
	text-align: left;
}
.index-news__date {
	width:150px;
	background-color:#999;
	color: #fff;
	text-align:center;
}
h1.index-news {
	font-size: 18px;
  margin-top: 20px;
  font-weight: 400;
  line-height: 1.5em;
}

.index-news_link:hover {
	color:#B00;
	text-decoration: underline;
}

.index-news__text {
	height: 100px;
	overflow: hidden;
}

h2.video_title {
	font-size: 22px;
    line-height: 2em;
}
p.video_text {
	color: #6c6c6c;
    line-height: 2em;
}

h1.index_pstitle {
	font-size: 28px;
  text-align: center;
  padding: 50px 0 0 0;
  font-weight: 700;
}

.index_BtnBox {
  text-align: center;
  margin: 50px auto 0 auto;
  width: 150px;
}
.index_BtnMore {
	display: block;
	padding: 10px 30px;
  border: 1px solid;
  font-size: 18px;
  color: #000;
}



/* About
-------------------------------------------------------*/
.about-sp {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 2.3em;
}
@media only screen and (max-width: 991px) {
.about-sp {
    height: 80px;
}
@media only screen and (max-width: 745px) {
.about-sp {
    height: auto;
}
.sp-list-col {
    height: auto;
}
.sp-list-col-app {
    height: auto;
}
}	
.sp-center {
    text-align: center !important;
}
}



/* Product Meta
-------------------------------------------------------*/
.product_meta {
  margin-bottom: 28px; }

.product_meta span {
    line-height: 24px;
    font-size: 15px;
    color: #000000; }

.product_meta span span {
    color: #7b7b7b; }

.product_detail_tabmenu {
	margin: 50px auto;
	text-align:center;
}
.product_detail_tabmenu li {
	display:inline-block;
	padding: 10px;
	width: 15%;
	text-align: center;
	font-size: 20px;
	color: #0071BC;
	font-weight: 600;
	border-bottom: 0px;
}
.product_detail_tabmenu li:hover {
	color: #0071BC;
    border-bottom: 2px solid #0071BC;
}
h2.ps-product-detail-content {
    font-size: 20px;
}
.ps-application_area {
	padding: 20px 10px;
	background: #e8e8e8;
	margin-bottom: 30px;
}
a.ps-application {
	text-decoration: underline;
}
.ps-application:hover {
	text-decoration: none;
}
.price_total {
	text-align: right;
	font-size: 20px;
	padding: 30px;
	color: #B00;
}

.product-first-item-content {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center center;
	padding: 5% 10%;
}
.ps-product-detail-white {
	width: 50%;
    background-color: rgba(255,255,255,0.5);
    height: 700px;
    overflow: hidden;
    padding: 30px;
	text-align: left;
	margin-bottom: 80px;	
}
.InAction {
	margin: 100px;
	padding-bottom: 100px;
	text-align: left;
}

.inquiry-page-con {
	text-align: center;
	vertical-align: middle;
	padding: 0;
}
.inquiry-page-con-name{
	text-align: left;
}
.inquiry-page-con img{
    max-width: 80px;
}
.inquiry-page-con-no{
	display: black;
}

.application_tabBox {
	margin: 50px 0;
	border: 1px solid #ccc;
    border-radius: 10px;
}
.application_tabContent {
	margin: 5%;
	text-align: left;
}

.application_listTitle {
	font-weight: 500;
  font-size: 18px;
  margin: 10px auto;
  padding-bottom: 0;
  text-align: center;
}
.product-link {
  margin-right: 3%;
  background: #6b6b6b;
  padding: 10px;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
}
.product-link:hover {
  background: #7b0000;
  color: #fff;
}

.sp-list-col {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3.2em;
	display: -webkit-box;
}

.sp-list-col-app {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3.2em;
	display: -webkit-box;
}


@media only screen and (max-width: 1240px) {
.ps-product-detail-white {
    width: 60%;
}
}


@media only screen and (max-width: 991px) {
.product_detail_tabmenu {
	border-bottom: 0px solid #0071BC;
}
.product_detail_tabmenu li {
	display: block;
	border-top: 0px solid #09F;
	border-bottom: 1px solid #d0d0d0;
	width: 100%;
	margin-bottom: 0%;
}
.product_detail_tabmenu li:hover {;
	border-bottom: 3px solid #09F;
}
.ps-product-detail-white {
    width: 100%;
	height: auto;
}
.InAction {
	margin: 30px;
	padding-bottom: 0px;
}
}

.friendlyPrint-btn{
    background-color: #b10a0a;
    padding: 10px 0;
    color: #fff;
    font-size: 15px;
	-webkit-transition: background 1s;
	-moz-transition: background 1s;
	-ms-transition: background 1s;
	-o-transition: background 1s;
	transition: background 1s;
	display: block;
	width: 150px;
	text-align: center;
	margin-bottom: 20px;
}
.friendlyPrint-btn:hover {
	background-color: #000;
	text-decoration: none;
	color: #fff;
}
.friendlyPrint-btn:focus {
    color: #fff;
}

/* No print */
@media print{
  .noPrint {display:none;} 
}


@media (max-width: 924px){
.brand-page__sp {
	padding: 4em;	
}
}

@media (max-width: 560px){
.brand-page__sp {
	padding: 3em 1em;	
}
.tabset > label {
    padding: 15px 15px 15px 25px;
}
.product-link {
  padding: 10px 5px;
  font-size: 15px;
}
}




/* Product TAB
-------------------------------------------------------*/
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}
#tab-item {
	margin-top: 0;
	text-align: center;
}
label {
    margin-bottom: 0px;
}
.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}


.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 30px 15px 35px;
  font-size: 18px;
  cursor: pointer;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 0;
  width: 80%;
  height: 3px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #b50000;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #b50000;
}

.tabset > input:checked + label {

}

.tab-panel {
  border-top: 1px solid #ccc;
}

/*
 Demo purposes only
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}


.tabset {
  width: 100%;
}





/* 排版用
-------------------------------------------------------*/
.mb_50 {
	margin-bottom: 50px;
}
.mt_50 {
	margin-top: 50px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-100 {
	margin-bottom: 100px;
}

/* Table
-------------------------------------------------------*/
.table_form {
	width: 100%;
}
.table_form th {
	border: 1px solid #000;
	background-color: #bdbdbd;
    text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.table_form td {
	border: 1px solid #000;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* 分頁
-------------------------------------------------------*/
.pagination { 
   margin: 50px 0;
  display: block;
  width: 100%;
  text-align: center;
}
.pagination > li { 
   display: inline-block;
}
.pagination > li > a { 
  width: 25px;
  height: 25px;
  text-align: center;
  display: inline-block;
}
.pagination > .active > a { 
  background-color: #ac1e35;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  color:#FFF;
}
.pagination > .active > a:hover { 
   background-color: #000; 
   color:#FFF;
}



/* video
-------------------------------------------------------*/
.video-container {
   position: relative;
   padding-bottom: 56.25%;
   padding-top: 30px;
   height: 0;
   overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
   position: absolute;
   top: 0;left: 0;
   width: 100%;
   height: 100%;}


/* table RWD
-------------------------------------------------------*/   
.rwd-table {
     background: #fff;
     overflow: hidden;
}
.rwd-table tr:nth-of-type(2n) {
     background: #eee;
}
.rwd-table th, .rwd-table td {
     margin: 0.5em 1em;
}
.rwd-table {
     min-width: 100%;
}
.rwd-table th {
     display: none;
}
.rwd-table td {
     display: block;
}
.rwd-table td:before {
     content: attr(data-th) "";
     font-weight: bold;
     width: 6.5em;
     display: inline-block;
}
.rwd-table th, .rwd-table td {
     text-align: left;
}
.rwd-table th, .rwd-table td:before {
	color: #000;
	font-weight: 400;
	font-size: 15px;
}
.input_howmany {
	width: 20%;
	border: 1px solid #000;
}

@media (min-width: 480px) {
.rwd-table td:before {
     display: none;
}
.rwd-table th, .rwd-table td {
     display: table-cell;
     padding: 0.25em 0.5em;
}
.rwd-table th:first-child, .rwd-table td:first-child {
     padding-left: 0;
}
 .rwd-table th:last-child, .rwd-table td:last-child {
     padding-right: 0;
}
.rwd-table th, .rwd-table td {
     padding: 1em !important;
	 text-align: center;
}
}
@media (max-width: 480px) {
.rwd-table th, .rwd-table td {
    margin: 10px 5px;
    text-align: left;
}
}	

/* index
-------------------------------------------------------*/ 
#index_main {
	position: relative;
    margin-top: 100px;
}
.index-slider-bgbanner {
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px;
}

.index-topbanner-img {
    width: 100%;
}

#index_banner-text {
	position: absolute;
    width: auto;
    bottom: 20%;
    left: 10%;
	max-width: 500px;
}
.banner_title {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
    text-shadow: 1px 1px 1px #000;
	line-height: 1.3em;
	padding: 0;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-topbanner-detail-intro {
	color: #fff;
	font-size: 18px;
	line-height: 1.5em;
    text-shadow: 1px 1px 1px #000;
    margin-top: 10px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 767px) {
   .index-slider-bgbanner {
      height: 250px;
   }
   #index_banner-text {
	  max-width: 90%;
   }
   .banner_title {
      font-size: 28px;
   }
}

.brand-box {
	background: #ac1e35;
    position: relative;
    display: block;
	text-align: center;
    padding: 5px 10px;
}

.brand-img {
	max-width: 200px;
	height: 70px;
	text-align: center;
    margin: 0 auto;
}

.index-news {
	position: relative;
    padding: 0 0 10% 0;
}

.index-main {
	padding: 40px 24px;
}

h1.title01 {
	color: #000000;
	font-size: 28px;
	padding-bottom: 16px;
	text-transform: uppercase;
	line-height: 26px;
	font-weight: 600;
	word-wrap: break-word;
	line-height: 1.5em;
}
.home_title {
  font-size: 24px;
  line-height: 1em;
  font-weight: 300;
  padding: 30px;
}
.home-about {
	position: relative;
    margin: 80px 0;
}

.index-product-g {
	padding: 10px 30px;
	background-color: #f4f4f5;
}
.home-about-bgbox {
	height: 500px;
	overflow: hidden;
}

.home-about-bgbox-intro {
    position: relative;
    padding: 50px;
}

@media (max-width: 798px){
.home-about-bgbox-intro {
    top: 20%;
}
}
@media (max-width: 560px){
.home-about-bgbox-intro {
    width: 80%;
    top: 10%;
    left: 10%;
    padding: 20px;
	max-height: 400px;
    overflow: hidden;
}
}

.index-about {
	float: left;
	width: 40%;
	padding-right: 30px;
}

.more_link {
  width: 150px;
  text-align: center;
  margin: 30px auto;
  padding: 10px;
  background: #ac1e35;
  color: #fff;
}

.more_link a {
  color: #fff;
}

.index_mainbotton-bg {
	background-size: cover;
	background-position: top center;
	height: 70vh;
	background-repeat: no-repeat;
}
@media (max-width: 798px){
  .index_mainbotton-bg {
	 height: 50vh;
  }
}


/* 產品介紹內頁TAB */
.tab-container {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid #d0d0d0;
  overflow: hidden
}

.tab-nav {
  display: flex;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.tab-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  cursor: pointer;
  z-index: 2;
  color: #666;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  gap: 4px;
}

.tab-text {
  font-size: 18px;
  font-weight: 500;
}

.tab-item:hover .tab-icon {
  transform: translateY(-2px);
}

.tab-item.active {
  color: #fff;
}

.tab-indicator {
  position: absolute;
  bottom: 10px;
  left: 10px;
  height: calc(100% - 20px);
  border-radius: 5px;
  background: #7b0000;
  z-index: 1;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.tab-content {
  padding: 35px;
  position: relative;
  min-height: 200px;
}

.panel {
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.panel.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.panel h3 {
  color: #000;
  margin-bottom: 12px;
}

.panel p {
  color: #666;
  line-height: 1.6;
  font-size: 0.95rem;
}
.slider-wrapper {
  display: flex;
  flex-direction: row-reverse; /* 縮圖在左，大圖在右 */
  gap: 20px; /* 大圖與縮圖之間的間距 */
}

.slider-for {
  width: 80%; 
}

.slider-nav {
  width: 20%;
}

.my-sticky-div {
  position: -webkit-sticky;
  position: sticky;
  top: 20%;
  z-index: 9;
 }
 

