/* font-family: 'Noto Sans TC', sans-serif; */

/*============首頁==============*/

.topbg{

}

.header-stack #Top_bar .logo #logo {
  padding: 4px 10px;
}

.tp-bgimg.defaultimg{
}
@media (max-width: 767px) {
	.tp-bgimg.defaultimg{
		background-position: center top !important;
	}
}

@media (min-width: 1240px) {
#Top_bar.is-sticky .menu_wrapper {
  margin-top: 0;
}
.header-stack #Top_bar.is-sticky .logo #logo {
  padding: 3px 0;
}
}

@media (min-width: 768px) and (max-width: 1239px) {
   #Top_bar .menu_wrapper {
      position: absolute;
      top: 20px;
      right: 0;
   }
   .example{
      margin-top: 58px;
   }
}

@media (max-width: 767px) {
  .header-stack #Top_bar .logo #logo {
    padding: 0;
  }
  #Top_bar .menu_wrapper {
    float: none;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }
  #Top_bar .menu_wrapper::after {
    content: "";
    display: block;
    clear: both;
  }
  .example{
      margin-top: 38px;
   }
}

@media (max-width: 479px) {
   .example{
      margin-top: 38px;
   }
}

#Top_bar .menu > li > a span:not(.description) {
  padding: 45px 30px 25px 30px;
  color: #333;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  font-size: 16px;
  transition: all 0.2s ease;
}

#Top_bar .menu > li:hover > a span {
  color: #CD1326;
}

#Top_bar.is-sticky .menu > li > a span:not(.description) {
  padding: 10px 15px;
}

#Header .secondary-menu > li > a i, .s_cart .num {
  color: #81d8d0;
}

#Header .secondary-menu > li > a .num{
  width: 20px;
  height: 20px;
  position: relative;
  top: -2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  border-radius: 100%;
  background: #78c2bb;
}



#Top_bar .current-menu-item {    
  color: #B70013 !important;
}

#Top_bar .menu > li.s_cart .num{    
    width: 20px;
  height: 20px;
    position: relative;
  top: -1px;
    display:inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
    padding: 0;
  border-radius: 100%;
  background: #78c2bb;
}

@media (max-width: 767px) {
  #Top_bar .logo #logo img {
     width: 220px !important;
  }
  #Header a.responsive-menu-toggle {
    top: 13px !important;
  }
  .header-stack #Top_bar .secondary_menu_wrapper {
      top: 13px;
   }
}

#Header #menu-secondary-menu {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}



.iconbg {
/*   min-height: 800px;*/
   position: relative;
   padding:0;
}









.i_level01{
	width: 100%;
position: relative;
padding: 70px 6rem;
background-image: url(../index_bg2.png);
background-attachment: inherit;
background-position: left top;
background-size: cover;
background-repeat: no-repeat;
}





.i_level01::after{
	content: "";
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
right: 0;
}

.i_level01 .main{
	position: relative;
	max-width: 1500px;
	margin: 0 auto;
	display: grid;
	gap: 90px;
	grid-template-columns: 1fr 2.5fr;
	z-index: 2;
}
.i_level01 .main section{}
.i_level01 .main section:nth-of-type(1){
	padding: 30px 0;
}

.a_title{
	position: relative;
	margin: 30px 0 40px 0;
}
.a_title::after{
	content: "";
	width: 160px;
	height: 4px;
	display: block;
	border-radius: 0px;
	background: #232a3c;
}

.a_title h3 {
	font-size: 30px;
letter-spacing: 0.5px;
font-weight: 400;
margin-bottom: 8px;
color: #fff;
}

.a_title h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
color: #f0f0f0;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 20px;
font-weight: 500;
}

.i_level01 .main .con p{
	color: #fff;
	line-height: 2;
}


/*----------按鈕-----------*/

.morebtn_w {
text-align: left;
	    margin: 50px 0 15px 0;
}

.morebtn_w a {
display: inline-block;
padding: 10px 30px;
color: #c31022;
background: #fff;
text-transform: uppercase;
font-weight: 400;
font-size: 13px;
}
.morebtn_w a:hover{
color: #fff;
background: #820A16;
}

.morebtn_w a i {
color: #444;
}
.morebtn_w a:hover i{
color: #F70000;
}


.morebtn_r {
text-align: left;
}

.morebtn_r a {
	display: inline-block;
	padding: 10px 30px;
	color: #fff;
	background: #CD1326;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
}
.morebtn_r a:hover{
color: #CD1326;
background: #fff;
}

.morebtn_r a i {
color: #444;
}
.morebtn_r a:hover i{
color: #F70000;
}




.i_product{
	margin: 0;
padding: 0;
list-style: none;
display: grid;
gap: 15px;
grid-template-columns: 1fr;
}
.i_product li{}
.i_product li a{
	display: block;
	position: relative;
	overflow: hidden;
}
.i_product li a::before{
	content: "";
	width: 100%;
	height: 120px;
	display: block;
	position: absolute;
	bottom: -20px;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.4) 100%); 
	z-index: 2;
}
.i_product li p{
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 8px 15px;
	letter-spacing: 2px;
	color: #fff;
	z-index: 3;
	margin: 0;
}


.i_product li .pic{
	position: relative;
	padding-top: 50%;
}
.i_product li .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;

	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.8s;
}
.i_product li:hover .pic img{

}






@media (max-width: 1239px) {
.i_level01{
		padding: 70px 60px 60px;
}
.i_level01 .main section:nth-of-type(1){
	padding: 15px 15px 0px 15px;
}

.i_level01 .main{
		gap: 60px;
		grid-template-columns: 1fr 1fr;
}
	.i_product li .pic{
		padding-top: 70%;
	}
}


@media (max-width: 1040px) {
.i_level01 {
background-size: 107.1%;
}
}

@media (max-width: 959px) {
	.i_level01{
		padding:60px 60px;
	}

	.i_level01 .main{
		gap: 10px;
		grid-template-columns: 1fr ;
	}
	.a_title{
		margin: 0 0 30px 0;
text-shadow: 2px 2px 0px #c31022;
	}
	

	.i_product li .pic {
    padding-top: 50%;
}
	
	.i_level01 .main .con p {
    background: rgba(195, 16, 34, 0.8);
    padding: 10px;
}
	
	.morebtn_w {
    margin: 30px 0;
}
}



@media (max-width: 767px) {
	.i_level01{
		padding:30px 30px;
	}
	.i_level01 .main section:nth-of-type(1){
		
	}
}
@media (max-width: 599px) {
	.i_level01::after{
		content: "";
		width: 70%;
		height: calc(50% - 200px);
	}
}






.i_level02{
	width: 100%;
	position: relative;	
	margin-top: 40px;
}


.i_level02 .main{
  	width: 100%;
	position: relative;	
	margin-top: 0px;
	display: flex;
}

.i_level02 section{

}

.i_level02 section .pic{
	position: relative;
	padding-top: 100%;
}
.i_level02 section .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;

	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.8s;
}


.i_level02 section:nth-of-type(1){
 width: 50%;
 display: inline-block;
	margin: 0;
	padding: 0;

}


.i_level02 section:nth-of-type(1) .pic{
	position: relative;
padding-top: 55%;
bottom: -30px;
width: 100%;
height: 100%;
}




.i_level02 section:nth-of-type(2){
 width: 50%;
 display: inline-block;
		margin: 0;
	padding: 0;
background-color: #141414;
	color: #fff;
}

.i_level02 section:nth-of-type(2) .content{
	display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
min-height: 500px;
width: 48%;
text-align: center;
margin: auto;
padding: 60px 0 40px 0;
box-sizing: border-box;
min-width: 300px;
}

.i_level02 section:nth-of-type(2) .content > .icon {
	margin: 0 0 10px 0;
	display: block;
}
.i_level02 section:nth-of-type(2) .content > h3 {
	font-size: 28px;
	color: #fff;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
.i_level02 section:nth-of-type(2) .content > h4 {
	color: #cd1326;
text-transform: uppercase;
font-weight: 500;
	margin-bottom: 40px;
}

.i_level02 section:nth-of-type(2) .content > p {
margin: 0;
line-height: 2;
}



@media (max-width: 767px) {
	.i_level02 .main{
  	width: 100%;
	position: relative;	
	display: block;
}
.i_level02 section:nth-of-type(1){
 width: 100%;
 display: block;
}
.i_level02 section:nth-of-type(2){
 width: 100%;
 display: block;
}
	.i_level02 section:nth-of-type(1) .pic {
    bottom: 0;
}
}


@media (min-width: 768px) and (max-width: 1239px) {
	.i_level02 section {

	}
	.i_level02 section .pic{
		width: 100%;
		height: 100%;
		position: absolute;
		padding-top: 0;
	}
}











footer{
	padding: 100px 5% 50px;
	color: #fff;
	background: url(../footer_bg.png) repeat;
   display: flex;
   flex-flow: wrap;
   box-sizing: border-box;
}
footer *{
	box-sizing: border-box;
}

footer section{
   padding: 0 20px;
}
footer section:nth-of-type(1){
   display: flex;
   flex-flow: wrap;
}
footer section:nth-of-type(2){
   flex: 1;
}


footer .logo{
   text-align: center;
   margin: 20px 50px 0 0;
}
footer .logo img{
	max-width: 241px;
}
footer .con{
   flex: 1;
}


.footer_title {
   font-size: 18px;
font-weight: 400;
color: #fff;
margin: 0 0 15px;
}
.footer_title .en {
   font-size: 16px;
font-weight: 500;
color: #BEBEBE;
margin: 0 0 15px;
letter-spacing: 0.5px;
text-transform: uppercase;
}




footer section:nth-of-type(1) p{
   font-size: 15px;
   font-weight: 400;
   margin: 0 0 7px;
   color: #f2f2f2;
	display: flex;
}
footer section:nth-of-type(1) p a {
   color: #f2f2f2;
}
footer section:nth-of-type(1) p a:link,
footer section:nth-of-type(1) p a:visited {
    color: #f2f2f2;  
}
footer section:nth-of-type(1) p a:hover {
   color: #f00;
}


footer section:nth-of-type(1) p i{
	color: #ff0000;
	margin-right: 6px;
}


.f_menu{
   margin: 0;
   padding:0 0 0 0;
   list-style: none;
   display: flex;
   flex-flow: wrap;
}
.f_menu *{
   box-sizing: border-box;
}
.f_menu li{
   width: calc(100%/4);
   padding: 0 5px;
}
.f_menu li h3{
   font-size: 18px;
   font-weight: 500;
   color: #fff;
   letter-spacing: 2px;
   margin:0 0 8px;
}
.f_menu li h3 a{
	color: #d8e7f6;
}
.f_menu li p{
   font-size: 15px;
margin: 0 0 8px;
padding: 0 0 0 15px;
letter-spacing: 0.5px;
position: relative;
}

.f_menu li p::before{
   content: " ";
   width: 4px;
   height: 4px;
   background: #EA0404;
   position: absolute;
   left: 0;
   top: 12px;
}


.f_menu li a{
   color: #f2f2f2;
}
.f_menu li p a:link,
.f_menu li p a:visited {
    color: #f2f2f2;  
}
.f_menu li p a:hover {
   color: #f00;
}


@media (min-width: 1599px) {
   footer{
      padding: 120px 15% 60px;
   }
}

@media (min-width: 1299px) {
   footer section:nth-of-type(1){
      width: 52%;
   }
}



@media (min-width: 1000px) and  (max-width: 1298px) {
   footer section:nth-of-type(1){
          width: 45%;
   }
	footer .logo {
    margin: 0px 0px 30px 0;
}
}



@media (min-width: 608px) and  (max-width: 999px) {
   footer{
      padding: 70px 3% 40px;
      justify-content: center;
   }
   .f_menu{
     border-left: 0px dashed rgba(255, 255, 255, 0.6);
border-top: 1px dotted rgba(255, 255, 255, 0.6);
padding-top: 20px;
padding-left: 0;
   }
   footer section:nth-of-type(1){
      margin-bottom: 20px;
   }
   footer section:nth-of-type(2){
      width: 100%;
      flex:auto;
   }
		footer .logo img {
    max-width: 200px;
}
}


@media (max-width: 607px) {
	
		footer {
	       padding: 50px 5% 50px;
    display: block;
}
	
   footer .logo{
		width: 100%;
margin: 0 10px 40px;
   }   
   footer .con{
      text-align: left;
   }

   .f_menu li{
      width: calc(100%/2);
		margin-bottom: 10px;
   }
	footer section:nth-of-type(1) {
    margin-bottom: 30px;
}
}

@media (max-width: 479px) {
}





.copy{
	font-size: 12px;
margin: 0;
padding: 15px 30px;
text-align: center;
color: #a9a9a9;
background: url(../footer_bg.png) repeat;
border-top: 1px solid #373737;
text-transform: uppercase;
letter-spacing: 0.5px;
	line-height: 1.3;
}

.copy a{
	color: #a9a9a9;
}
.copy a:hover {
	color: #FF3535;
}




/*================內頁================*/

.pageswf *{
	box-sizing: border-box;
}
.pageswf{
	width: 100%;
	height: 300px;
	display: flex;
	flex-flow: column;
	justify-content:center;
	align-items: center;
	text-align: center;
	margin-bottom: 0px;
	position: relative;
top: -3px;
	border-bottom: 2px solid #fff;
}

.pageswf h3{
	font-size: 56px;
line-height: 1;
color: rgb(255, 255, 255);
font-weight: 700;
font-family: 'Montserrat', sans-serif;
letter-spacing: -1px;
text-transform: capitalize;
margin: 0 0 5px 0;
padding: 0 2%;
font-style: italic;
	text-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.pageswf .cht{
	display: inline-block;
color: #ff001a;
font-family: "Noto Sans TC", 微軟正黑體, sans-serif;
font-size: 20px;
font-weight: 400;
	line-height: 1.5;
letter-spacing: 3px;
position: relative;
padding: 0;
/*text-shadow: 0 0 10px rgba(0,0,0,0.3);*/
}





.s01{
	background: url(../pageswf01.jpg) no-repeat center top;
	background-attachment: fixed;
}
.s02{
	background: url(../pageswf02.jpg) no-repeat center top;
	background-attachment: fixed;
}
.s03{
	background: url(../pageswf03.jpg) no-repeat center top;
	background-attachment: fixed;
}
.s04{
	background: url(../pageswf04.jpg) no-repeat center top;
	background-attachment: fixed;
}
.s05{
	background: url(../pageswf05.jpg) no-repeat center top;
	background-attachment: fixed;
}

@media (max-width: 1239px) {
	.pageswf{
		margin-top: 60px;
	}
}
@media (max-width: 959px) {
	.pageswf{
	}
}
@media (max-width: 767px) {
	.pageswf{
		height: 200px;
		margin-top: 30px;
	}
		.pageswf h3{
		font-size: 33px;
	}
	.pageswf .cht{
		font-size: 18px;
	}
}
@media (max-width: 479px) {
		.pageswf{
		height: 200px;
		margin-top: 30px;
	}
}




.pagetitle {
font-size: 30px;
line-height: 120%;
text-align: center;
font-weight: 500;
font-family: 'Noto Sans TC', "微軟正黑體", sans-serif;
display: block;
width: 100%;
padding: 0 0 30px 0;
margin: 10px 0 30px;
letter-spacing: 4px;
position: relative;
}

.pagetitle::after {
   content: "";
width: 100%;
height: 14px;
display: block;
background: url(../icon_pagetitle.png) no-repeat top center;
position: absolute;
bottom: 0;
margin: 0 auto;

}

@media (max-width: 767px) {
	.pagetitle{
		font-size: 22px;
		margin:20px 0;
	}
}

.pagecon{
	min-height: 400px;
	padding: 20px 0 0;
	letter-spacing: 1px;
}

.pagecon *{
	box-sizing: border-box;
}





.sideform{
	display: flex;
	flex-flow: row wrap;
}

.sideform > section:nth-of-type(1) {
  width: 260px;
  margin-right: 40px;
	margin-bottom: 40px;
}

.sideform > section:nth-of-type(2) {
  flex: 1;
}

@media (max-width: 767px) {
  .sideform > section:nth-of-type(1) {
    width: 100%;
    margin: 0 0 40px 0;
  }
.sideform > section:nth-of-type(2) {
	width: 100%;
  flex:auto;
}
}


.a_submenu{}
.a_submenu ul{
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}
.a_submenu ul li{
	margin: 0 10px 10px 0;
}
.a_submenu ul li a{
	display: block;
padding: 8px 20px;
background: #eee;
font-size: 15px;
}
.a_submenu ul li a:hover{
	color: #CD1326;
	background: #fff;
}

.a_submenu ul li a.current{
	color: #fff;
	background: #CD1326;
}
@media (max-width: 767px) {
	.a_submenu{
/*		display: none;*/
	}
}



/*====================公司簡介======================*/

.profile{
       display: flex;
    flex-flow: row wrap;
    min-height: 400px;
    padding: 15px 0 80px;
}
.profile section{   
}
.profile section:nth-of-type(1){
   flex: 1;
   padding:0 60px 0 0 ;
}
.profile section:nth-of-type(2){
	width: 50%;
	position: relative;
}
.profile section:nth-of-type(2) img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 1px;
	position: absolute;
	top: 0;
	left: 0;
	border: 8px solid #fff;
}



.profile2 {
       display: flex;
    flex-flow: row-reverse wrap;
/*	flex-direction: row-reverse;*/
    min-height: 400px;
    padding: 15px 0 90px;
}
.profile2 section{   
}
.profile2 section:nth-of-type(1){
   flex: 1;
   padding:0 0 0 60px;
}

.profile2 section:nth-of-type(2){
	width: 50%;
	position: relative;
}
.profile2 section:nth-of-type(2) img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 1px;
	position: absolute;
	top: 0;
	left: 0;
	border: 8px solid #fff; 
}


.profile h4,
.profile2 h4{
  font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
   font-weight: 500;
   font-size: 28px;
   letter-spacing: 2px;
   margin: 15px 0 8px 0;
}
.profile h5,
.profile2 h5{
	color: #C00F21;
letter-spacing: 1px;
margin-bottom: 30px;
text-transform: uppercase;
position: relative;
padding-bottom: 20px;
font-weight: 500;
line-height: 1.3;
}

.profile h5::after,
.profile2 h5::after {
	content: "";
	position: absolute;
	height: 3px;
width: 80px;
background: #CD1326;
	bottom: 0;
	left: 0;
}
.profile p,
.profile2 p{
       font-size: 16px;
    line-height: 2;
}


@media (max-width: 959px) {
	.profile section:nth-of-type(1){
		padding:0 ;
		margin-bottom: 20px;
   }
   .profile section:nth-of-type(2){
		width: 100%;
		padding-top: 60%;
      margin-bottom: 30px;
   }
   
		.profile2 {
       display: block;
    flex-flow: row wrap;
    min-height: 350px;
    padding: 15px 0 50px;
}
	.profile2 section:nth-of-type(1){
		padding:0 ;
		margin-bottom: 20px;
   }
   .profile2 section:nth-of-type(2){
		width: 100%;
		padding-top: 60%;
      margin-bottom: 30px;
   }
	
	   .profile .word,
   .profile2 .word{
      position: relative;
      padding: 10px 0;
      margin-right: 0;
      margin-bottom: 10px;
      writing-mode:unset;
   }
   .profile .word::after,
   .profile2 .word::after{
      content: "";
      width: calc(100% - 140px);
      height: 1px;
      bottom: 50%;
      left:auto;
      right: 0;
   }
}


























.history{
	padding: 40px 60px 30px;
	    background: url(../bg01.png) #d8e7f6;
}



.history ul{
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	display: flex;
	flex-flow: wrap;
	    text-shadow: 1px 1px 0 rgba(255,255,255,0.2);
}
.history ul::before{
/*
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	top: 40px;
	border-bottom: 2px dotted #dadada;
*/
}
.history ul::after{
/*
	content: "";
	display: block;
	position: absolute;
	top: 37px;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #dadada;
*/
}

.history ul li{
	position: relative;
	flex: 1;
	margin-right: 60px;
}
.history ul li::before{
/*
	content: "";
	display: block;
	position: absolute;
	top:32px;
	left: 17px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 10px 0 10px;
	border-color: #000000 transparent transparent transparent;
*/
}
.history ul li:nth-of-type(even)::before{
/*	border-color: #f3f3f3 transparent transparent transparent;*/
}
.history ul li .year{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 60px;
}
.history ul li:nth-of-type(even) .year{
	color:#f3f3f3 ;
}
.history ul li p{
	font-size: 16px;
}

@media (max-width: 959px) {
	.history ul li{
		margin-right: 30px;
	}
}
@media (max-width: 767px) {
	.history{
		padding: 60px 30px;
	}
	.history ul::before{

	}
	.history ul::after{

	}
   .history ul li{
		flex-basis: 100%;
		padding-left: 30px;
      margin-bottom: 30px;
	}
	.history ul li::before{
	}
   .history ul li .year{
		margin-bottom: 15px;
	}
	
	.profile{
	padding: 15px 0 0px;
}

}





.p_info{
	position: relative;
	padding: 40px 0 60px;
}
.p_info > div{
	position: relative;
	display: flex;
	flex-flow: wrap;
}
.p_info section{
	flex: 1;
	padding: 10px 0;
}
.p_info section:nth-of-type(1){
	padding-right: 60px;
	margin-right: 60px;
	border-right: #e8e8e8 dashed 1px;
}
.p_info h3{
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.p_info p{
    font-size: 16px;
    line-height: 2;
}

	
	
.p_info ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-flow: wrap;
}
.p_info ul li{
	width: calc(50% - 5px);
	margin:0 10px 10px 0;
	padding: 12px 15px;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	text-align: center;
	color: #fff;
	background: #c3be54;
}
.p_info ul li:nth-of-type(2n){
	margin-right: 0;
}
.p_info ul li:nth-of-type(2), 
.p_info ul li:nth-of-type(3){
	background: #94b6d8;
}

.p_info ul li .icon{
	width: 100%;
	text-align: center;
}
.p_info ul li img{
	width: 26px;
}

@media (max-width: 767px) {
	.p_info section{
		flex-basis: 100%;
	}
	.p_info section:nth-of-type(1){
		padding-right: 0;
		margin-right: 0;
		margin-bottom: 30px;
		border-right: none;
	}
}




.organ{
	color: #fff;
	padding-top: 60px;
	background: url(../profile_01.jpg) no-repeat center top;
	background-size: cover;
}

.organ h3{
	font-size: 26px;
	font-weight: 500;
}



















/*=================最新消息==================*/

.newslist{
	margin-bottom: 40px;
}

.newslist .container{
	display: flex;
	flex-flow: row wrap;
}

.newslist .container section{
	width: calc(50% - 20px);
	margin-bottom: 30px;
}

.newslist .container section:nth-of-type(1){
	margin-right: 40px;
}

@media (max-width: 767px) {
.newslist .container section{
	width: 100%;
}

.newslist .container section:nth-of-type(1){
	margin-right: 0;
}

}

.newslist .container section .pic{
	position: relative;
	padding-top: 55%;
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 30px;
}
.newslist .container section .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	
	position: absolute;
	top: 0;
	left: 0;
	
	transition: all 0.5s;
}

.newslist .container section:hover .pic img{
	transform: scale(1.1,1.1);
}

.newslist .container section h4{
	font-weight: bold;
	margin-bottom: 5px;
}

.newslist .container section .date{
	font-size: 13px;
	color: #78c2bb;
	margin-bottom: 5px;
}

.newslist .container section p{
	color: #9e9e9e;
}

.newslist ul{
	width: 100%;
	margin: 0;
	padding:0 ;
	list-style: none;
	
	display: flex;
	flex-flow: row wrap;
}

.newslist ul li{
	width: calc(50% - 20px);	
	margin-bottom: 15px;
	padding: 15px;
	background: #f5f5f5;
	transition: all 0.3s;
}
.newslist ul li:hover {
	box-shadow:0 5px 10px -5px rgba(0, 0, 0, 0.7);
}

.newslist ul li:nth-of-type(odd){
	margin-right: 40px;
}

@media (max-width: 767px) {
.newslist ul li{
	width: 100%;
}

.newslist ul li:nth-of-type(odd){
	margin-right: 0;
}
}

.newslist ul li a{
	display: flex;
	align-items: flex-start;	
}



.newslist ul li .pic{
	width: 160px;
	height: 120px;
	position: relative;
	margin-right: 30px;
	overflow: hidden;
}

.newslist ul li .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
}

.newslist ul li .con{
	flex: 1;
}

.newslist ul li h4{
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 5px;
}

.newslist ul li .date{
   color: #3c80d4;
   font-size: 13px;
	margin-bottom: 5px;
}

.newslist ul li p{
	font-size: 14px;
	color: #9e9e9e;
}


@media (max-width: 479px) {
.newslist ul li a{
	flex-flow: row wrap;
}
.newslist ul li .pic{
	width: 100%;
	padding-top: 55%;
	margin-right: 0;
	margin-bottom: 15px;
}
}




.newscon{
	padding: 0 0 50px;
}

.newscon .title{
	display: flex;
	flex-flow: row wrap;
   padding: 0 ;
	margin-bottom: 30px;
   
   border-bottom: 2px solid #ccc766;
}
.newscon .title h3{
	flex: 1;
	font-size: 20px;
	color: #333;
	padding: 5px 20px 5px 0;
	font-weight: 400;
	letter-spacing: 3px;
}
.newscon .title h5{
	display: flex;
	align-items: center;
	color: #999;
	padding: 5px 20px;
}

@media (max-width: 767px) {
.newscon .title{
	margin-bottom: 20px;
}
.newscon .title h3{
	width: 100%;
	padding: 5px 15px;
	flex:auto;
	margin: 0;
}
.newscon .title h5{
	padding: 5px 15px;
	border-left: none;
	margin: 0;
}
}





/*================實績=================*/
.albumlist{
	margin: 0 0 60px 0;
width: 100%;
display: block;
}
.albumlist ul{
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;

}
.albumlist ul li{
	text-align: center;
		transition: all 0.2s;
	
}
.albumlist ul li a{}
.albumlist ul li .pic{
	position: relative;
    padding-top: 70%;
    transition: all 0.3s;
    border: 8px solid #fff;
/*    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);*/
}
.albumlist ul li:hover .pic{
	filter: brightness(1.1);
}
.albumlist ul li .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;

	position: absolute;
	top: 0;
	left: 0;
}

.albumlist ul li p{
	margin: 10px 0;
}





@media (max-width: 767px) {
	.albumlist ul{
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 468px) {
	.albumlist ul{
		grid-template-columns: repeat(1, 1fr);
	}
}

.albumlist.sub{}
.albumlist.sub ul{
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
}
.albumlist.sub ul li .con {
	    background: #fff;
    padding:  10px 10px 20px 10px;
}

.albumlist.sub ul li .con h1{
	color: #222;
    font-size: 16px;
	font-weight: 400;
    line-height: 1.5;
    margin: 0;
}
.albumlist.sub ul li:hover .con h1{
	color: #CD1326;
}
.albumlist.sub ul li .con p{
	color: #222;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}


@media (max-width: 959px) {
	.albumlist.sub ul{
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 479px) {
	.albumlist.sub ul{
		grid-template-columns: repeat(1, 1fr);
	}
}



/*================關於我們-獎項證書=================*/
.albumlist3 {
		margin: 0 0 50px 0;
	width: 100%;
	display: block;
}
.albumlist3 ul{
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 60px;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;

}
.albumlist3 ul li{
	text-align: center;
		transition: all 0.2s;
	
}
.albumlist3 ul li a{ 
	color: #ececec;
letter-spacing: 2px;
}
.albumlist3 ul li:hover a{ 
	color: #fff;
}
.albumlist3 ul li .pic{
	position: relative;
    padding-top: 130%;
    transition: all 0.3s;
border: 3px solid rgba(255,255,255,0.2);
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.albumlist3 ul li:hover .pic{
	filter: brightness(1.1);
	border: 3px solid rgba(204, 18, 37,0.8);
}
.albumlist3 ul li .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;

	position: absolute;
	top: 0;
	left: 0;
}

.albumlist3 ul li p{
	margin: 10px 0;
}

@media (max-width: 767px) {
	.albumlist3 ul{
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 468px) {
	.albumlist3 ul{
		grid-template-columns: repeat(1, 1fr);
	}
}

.albumlist3.sub{}
.albumlist3.sub ul{
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
}
.albumlist3.sub ul li .con {
	    background: #fff;
    padding:  10px 10px 20px 10px;
}

.albumlist3.sub ul li .con h1{
	color: #222;
    font-size: 16px;
	font-weight: 400;
    line-height: 1.5;
    margin: 0;
}
.albumlist3.sub ul li:hover .con h1{
	color: #CD1326;
}
.albumlist3.sub ul li .con p{
	color: #222;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}


@media (max-width: 959px) {
	.albumlist3.sub ul{
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 479px) {
	.albumlist3.sub ul{
		grid-template-columns: repeat(1, 1fr);
	}
}

/*======================聯絡我們======================*/


.contact{
	    display: flex;
    flex-flow: wrap;
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 400;
}

.contact a:link,
.contact a:visited {
	color: #222;
text-decoration: underline;
}
.contact a:hover {
	color: #CD1326;
}
.contact section:nth-of-type(1){
	width: 32%;
	margin-right: 5%;
}

.contact section:nth-of-type(2){
	width: 63%;
}

@media (max-width: 959px) {
.contact section:nth-of-type(1){
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
}

.contact section:nth-of-type(2){
	width: 100%;
}
}

.contact input, 
.contact textarea{
	width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact p{
	    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact .icon{
	display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
font-size: 20px;
color: #fff;
background: #CD1326;
border-radius: 50%;
margin: 0px 15px 0px 0px;
}


.contact p span:nth-of-type(2){
	flex: 1;
}


iframe{
	display: block;
}


#contactform input, #contactform select{
	width: 100%;
	margin-bottom: 10px;
}

.contactbtn {
	float: left;
    width: 100%;
    padding: 10px 0px;
    display: flex;

}
.contactbtn input {
    text-align: center;
    font-size: 1em;
    cursor: pointer;
    color: #FFFFFF;
    transition: background 0.2s;
    border-radius: 2px;
    padding: 13px 25px 13px 20px;
}
.contactbtn .send {
		font-family: 'Noto Sans TC', sans-serif;
	color: #fff !important;
    background: #B70E1F !important;
    margin-right: 0;
}
.contactbtn .send:hover{
	background: #E60017 !important;
}
.contactbtn .send:active{
	border: none;
}


.contactbtn .reset {
		font-family: 'Noto Sans TC', sans-serif;
	color:#fff;
	background: #575757 !important;
}
.contactbtn .reset:hover{
	color:#fff;
	background: #848484 !important;
}




/*======================購物車========================*/


.inquire_title {
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
	
	display: flex;
	justify-content: center;
	border-bottom: #e4e4e4 solid 1px;
}

.inquire_title li{
	position: relative;
	padding: 15px;
	margin: 0 30px;
	display: flex;
}

@media (max-width:1239px){
.inquire_title li{
	margin: 0 20px;
}
}

.inquire_title li.active::after{
	width: 100%;
	height: 3px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -1.5px;
	background: #78c2bb;
}

@media (max-width:959px){
.inquire_title li{
	display: none;
}
.inquire_title li.active{
	display:flex;
	margin: 0;
}
}

.inquire_title li .num{
	color: #ccc;
	font-size: 40px;
	line-height: 40px;
	margin-right: 8px;
}

.inquire_title li.active .num{
	color: #78c2bb;
}

.inquire_title li h4{
	margin: 0;
	color: #ccc;
	font-size: 16px;
	font-family: 'Noto Sans TC';
	font-weight: 400;
	letter-spacing: 3px;
}

.inquire_title li.active h4{
	color: #444;
}

.inquire_title li h5{
	margin: 0;
	font-size: 11px;
	font-weight: 300;
	color: #ccc;
}






.inquire_form{
	display: flex;
	flex-flow: row wrap;
}

.inquire_form section:nth-of-type(1){
	flex: 1;
}

.inquire_form section:nth-of-type(2){
	width: 290px;
	margin-left: 30px;
}

@media (max-width:959px){
.inquire_form section:nth-of-type(1){
	width: 100%;
	flex:auto;
}

.inquire_form section:nth-of-type(2){
	width: 100%;
	margin-left: 0;
}
}

.inquire_form .list{
	width: 100%;
	display: block;
	margin: 0 0 50px;
	padding: 0;
	list-style: none;	
}

.inquire_form .list li{
	position: relative;
	display: flex;
	padding: 20px 0;
	border-bottom: #CCCCCC dotted 1px;
}

.inquire_form .list li .delete{
	position: absolute;
	top: 19px;
	right: 10px;
}

.inquire_form .list li .delete i{
	font-size: 22px;
}

.inquire_form .list li > span{
	display:flex;
	flex-flow: column wrap;
	padding: 0 20px;
}

.inquire_form .list li > span:nth-of-type(1){
	width: 50%;
	flex-flow: row wrap;
	align-items: flex-start;
}
.inquire_form .list li > span:nth-of-type(2){
	flex: 1;
}
.inquire_form .list li > span:nth-of-type(3){
	flex: 1;
}
.inquire_form .list li > span:nth-of-type(4){
	flex: 1;
}

@media (max-width:767px){
.inquire_form .list li{
	flex-flow: row wrap;	
}

.inquire_form .list li > span:nth-of-type(1){
	width: 100%;
	margin-bottom: 20px;
}
}

.inquire_form .list li .pic{
	position: relative;
	max-width: 80px;
	margin:0 20px 0 0;
}

.inquire_form .list li .pic img{
	max-width: 100%;
	display: block;
}

.inquire_form .list li .con{
   flex: 1;
}


@media (max-width:479px){
.inquire_form .list li .pic{
	max-width: 100%;
	margin:0 0 10px 0;
}
}

.inquire_form .list li h5{
	font-size: 17px;
	font-weight: normal;
	margin: 4px 0 10px;
}

.inquire_form .list li h6{
   white-space: nowrap;
}

.inquire_form .list li p{
	font-size: 14px;
	color: #b57c3e;
	margin: 0 15px 0 0;
}

.inquire_form input{
	width: 100%;
	margin: 0;
}

.inquire_form input[type="radio"]{
	width: auto;
	display: inline-block;
}





.inquire_form .total{
	width: 100%;
	background: #f5f5f5;
	padding:20px 20px;
	border-radius: 4px;
	margin-bottom: 40px;
}

.inquire_form .total li{
	display: flex;
	padding: 10px 0;
	justify-content:space-between;
}

.inquire_form .total li:first-of-type{
	flex-flow: row wrap;
}

.inquire_form .total li:first-of-type h6{
	color: #69b9b1;
}

.inquire_form .total li:last-of-type{
	border-top: #ABABAB solid 1px;
	margin-top: 15px;
}

.inquire_form .total li h6{
	font-size: 14px;
	margin: 0;
}
.inquire_form .total li p{
	font-size: 14px;
	margin:0;
}

.inquire_form .total li h3{
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}

.inquire_form .total input{
	margin: 6px 0 10px;
}

.inquire_form .total button{
	width: 100%;
}







.buyinfo{
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 40px;
}

.buyinfo section{
	margin-bottom: 40px;
}

.buyinfo section:nth-of-type(1){
	width: 100%;
	margin-bottom: 50px;
}
.buyinfo section:nth-of-type(2){
	width: calc(50% - 30px);
	margin-right: 60px;
}
.buyinfo section:nth-of-type(3){
	width: calc(50% - 30px);
}

@media (max-width:767px){
.buyinfo section:nth-of-type(2){
	width: 100%;
	margin-right: 0;
}
.buyinfo section:nth-of-type(3){
	width: 100%;
}
}


.buyinfo section h4{
	color: #78c2bb;
	margin-bottom: 30px;
}



.buyinfo ul{
}

.buyinfo ul li{
}

.buyinfo ul li h6{
	font-size: 15px;
	margin-bottom: 8px;
}

.buyinfo ul li p, .buyinfo section p{
	font-size: 14px;
	padding: 8px 10px;
	background: #f5f5f5;
}

.buyinfo input, .buyinfo select, .buyinfo textarea{
	width: 100%;
	font-size: 14px;
	border: 1px solid rgba(0, 0, 0, .08);
}

.buyinfo label{
   display: inline-block;
   margin: 0;
   font-weight: normal;
}

.buyinfo input[disabled], .buyinfo select[disabled], .buyinfo textarea[disabled]{
	cursor: not-allowed;
	border: none;
	box-shadow: none;
	background: #f5f5f5;
}



@media (min-width:768px){

#twzipcode{
	display: flex;
}

#twzipcode select, #twzipcode input{
	width: calc(100%/3 - 10px);
	margin: 0 calc(10px*3/2) 15px 0;
}

#twzipcode input{
	margin-right: 0;
}

}





.payend{
	margin-bottom: 50px;
}

.payend .con{
	padding:30px 30px 20px;
	background: #f3f3f3;	
}



.invoice{
   margin-bottom: 15px;
}
.invoice label{
   display: inline-block;
   margin: 0;
}

.invoice dl{
   margin: 0 0 15px;
   padding: 0;
   display: flex;
   flex-flow: wrap;
   border-bottom: 1px dashed rgb(207, 207, 207);
}

.invoice dl dt{
   width: 130px;
   padding: 6px 0;
   margin: 0 0 10px;
   border: none;
}

.invoice dl dd{
   flex: 1;
   padding:0 0 0 15px;
   margin: 0 0 10px;
   border: none;
}
.invoice dl dd > div{
   padding: 8px 10px;
   margin-bottom: 5px;
   background: rgb(243, 243, 243);
}

.invoice dl dd input{
   margin: 0;
}

.invoice .bot{
   display: flex;
   flex-flow: wrap;
}
.invoice .bot input{
   flex: 1;
   margin: 5px 0;
}
.invoice .bot input:nth-of-type(1){
   margin-right: 2%;
}

@media (max-width:767px){
   .invoice dl dt{
      width: 100%;
   }

   .invoice dl dd{
      flex: 1;
      padding:0 0 0 26px;
   }
   .invoice .bot input{
      flex: auto;
   }
   .invoice .bot input:nth-of-type(1){
      margin-right: 0;
   }
}











/*====================檔案下載====================*/

.download_list{}
.download_list ul{
   margin: 0 0 40px;
   padding: 0;
   list-style: none;
}
.download_list ul li{
   margin-bottom: 15px;
}
.download_list ul li a{
   display: flex;
   padding:0 0 15px ;
   justify-content: space-between;
   border-bottom: 1px dotted #ccc;
}
.download_list ul li h4{
   font-size: 16px;
   padding-left: 15px;
   margin: 0;
   background: url(../icon01.jpg) no-repeat left 4px;
   transition: all 0.3s;
}
.download_list ul li:hover h4{
   color:#d71118; 
}
.download_list ul li i{
   font-size: 20px;
   margin-top: 3px;
}



















/* Breadcrumb */
.breadcrumb {
   text-align:center;
padding: 0;
font-size: 13px;
margin-top: 10px;
width: 100%;
position: relative;
display: inline-block;
box-sizing: border-box;

}

.breadcrumb span {
   color: #535353;
    font-weight: 500;
}

.breadcrumb a {
 color: #797979;
   font-weight: 400;
   -webkit-transition: all .2s;
   -moz-transition: all .2s;
   -o-transition: all .2s;
   transition: all .2s;
}

.breadcrumb a:hover {
   color: #CD1326;
}

.breadcrumb a::after {
    font-family: "mfn-icons";
    font-style: normal;
    font-weight: normal;
    content: '∕';
   display: inline-block;
   padding-right: 6px;
   padding-left: 10px;
   color: #C00F21;
}

.breadcrumb-list li {
   display: inline-block;
}

.breadcrumb-list li a {
   color: rgba(255, 255, 255, .9);
   font-size: .9rem;
   margin: 1rem;
   padding-bottom: .2rem;
   letter-spacing: 0.5px;
   font-weight: 600;
   text-transform: uppercase;
   border-bottom: 2px solid rgba(255, 255, 255, 0.2);
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
}

.breadcrumb-list li a:hover {
   color: #fff;
   border-bottom: 2px solid rgba(255, 255, 255, 0);
}

.header-light .breadcrumb-list li a {
   color: rgba(0, 0, 0, .9);
   border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.header-light .breadcrumb-list li a:hover {
   color: #000;
   border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.breadcrumb>li+li:before {
   display: none;
}

.breadcrumb-lg {
   padding-left: 0;
}

.breadcrumb-lg a {
   font-size: 1rem;
   font-weight: 700;
   color: rgba(0, 0, 0, .3);
   text-transform: uppercase;
   letter-spacing: 1px;
}

.breadcrumb-lg a:after {
   color: rgba(0, 0, 0, 0.15);
   font-weight: 900;
}

.breadcrumb-lg li:last-child a::after {
   display: none;
}

@media (max-width: 768px) {
   .breadcrumb {
      display: block;
      text-align: center;
      margin-bottom: 15px;
   }
}















/*==================頁籤==================*/

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0 60px;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a, .pagination > li > span {
	    font-size: 13px;
    font-weight: 500;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin: 0 3px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	z-index: 2;
	color: #f2f2f2;
	background-color: #CD1326;
	border-color: #CD1326;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #232A3C;
	border-color: #232A3C;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #fff;
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}





.back {
  text-align: center;
  margin-bottom: 80px;
}

.back a {
  display: inline-block;
	color: #fff;
  padding: 8px 30px;
  border-radius: 30px;
  background: #333;
  margin: 0 5px 10px;
}

.back a:hover {
  color: #fff;
  background: #528ed8;
}





.tab_wrapper {
    margin: 10px 0;
    padding: 0 0 20px 0;
    display: inline-block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ccc;
}



.tab_wrapper > ul {
    clear: both;
    display: inline-block;
    width: 100%;
    border-bottom: 4px solid #b20000;
}
.tab_wrapper > ul li {
    float: left;
    cursor: pointer;
    font-weight: bold;
    padding: 8px 18px;
    text-transform: uppercase;
    border: 1px solid #ccc;
    font-size: 1.05em;
    border-bottom: 0;
    position: relative;
    border-top: 3px solid #ccc;
    color: #999;
    margin: 0 5px 0 0;
    bottom: 0px;
}
.tab_wrapper > ul li.active {
border-color: #DA0000;
    color: #fff;
    background: #B20000;
}
/*
.tab_wrapper > ul li.active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 1px;
  left: 0;
  background: #fff;
  width: 100%;
}
*/
.tab_wrapper .controller {
  display: block;
  overflow: hidden;
  clear: both;
  position: absolute;
  top: 0;
  right: 0;
}
.tab_wrapper .controller span {
  padding: 8px 22px;
  background: #940000;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}
.tab_wrapper .controller span.next {
  float: right;
  margin-left: 10px;
}
.tab_wrapper .content_wrapper {
  float: left;
  width: 100%;

  border-top: 0;
  box-sizing: border-box;
}
.tab_wrapper .content_wrapper .tab_content {
  display: none;
  padding: 30px 0px 15px 0px;
}
.tab_wrapper .content_wrapper .tab_content.active {
  /* display: block; */
}
.tab_wrapper .content_wrapper .tab_content .error {
  color: red;
}
.tab_wrapper .content_wrapper .accordian_header {
  display: none;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  position: relative;
  cursor: pointer;
}
.tab_wrapper .content_wrapper .accordian_header.active {
color: #DA0000;
    background: #ffffff;
    border-bottom: 1px solid #ccc;
}
.tab_wrapper .content_wrapper .accordian_header.active:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 5px;
  height: 100%;
  background: #DA0000;
}
.tab_wrapper .content_wrapper .accordian_header .arrow {
  float: right;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  border-radius: 2px;
  transform: rotate(-135deg);
  background: #fcfcfc;
  border-top: 3px solid #ccc;
  border-left: 3px solid #ccc;
  /* &:after{
  	position: absolute;
  	top: 0;
  	content: "";
  	left: 0;
  	width: 10px;
  	height: 10px;
  	background: $white;
  	border-top: 3px solid $border_color;
  	border-left: 3px solid $border_color;
  } */
}
.tab_wrapper .content_wrapper .accordian_header.active .arrow {
  transform: rotate(45deg);
  margin-top: 5px;
  border-top: 3px solid #940000;
  border-left: 3px solid #940000;
}
.tab_wrapper.left_side > ul {
  width: 25%;
  float: left;
  border-bottom: 1px solid #ccc;
}
.tab_wrapper.left_side > ul li {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 12px 18px;
  border-width: 1px;
  border-right: 0;
  border-left: 0;
}
.tab_wrapper.left_side > ul li:after {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background: #ccc;
}
.tab_wrapper.left_side > ul li.active {
  border-color: #ccc;
}
.tab_wrapper.left_side > ul li.active:after {
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #940000;
}
.tab_wrapper.left_side > ul li.active:before {
  right: -1px;
  position: absolute;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
}
.tab_wrapper.left_side .content_wrapper {
  width: 75%;
  border: 1px solid #ccc;
  float: left;
}
.tab_wrapper.left_side .controller {
  top: -50px;
}
.tab_wrapper.right_side > ul {
  width: 25%;
  float: right;
  border-bottom: 1px solid #ccc;
}
.tab_wrapper.right_side > ul li {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 12px 18px;
  border-width: 1px;
  border-right: 0;
  border-left: 0;
  text-align: right;
}
.tab_wrapper.right_side > ul li:after {
  right: 0;
  left: inherit;
  top: 0;
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background: #ccc;
}
.tab_wrapper.right_side > ul li.active {
  border-color: #ccc;
}
.tab_wrapper.right_side > ul li.active:after {
  right: 0;
  left: inherit;
  top: 0;
  width: 5px;
  height: 100%;
  content: "";
  background: #940000;
}
.tab_wrapper.right_side > ul li.active:before {
  left: -2px;
  right: inherit;
  position: absolute;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #fcfcfc;
}
.tab_wrapper.right_side .content_wrapper {
  width: 75%;
  float: left;
  border: 1px solid #ccc;
}
.tab_wrapper.right_side .controller {
  top: -50px;
}
.tab_wrapper.accordion .content_wrapper {
  border-color: #ccc;
}
.tab_wrapper.accordion .content_wrapper .accordian_header {
  display: block;
}
.tab_wrapper.accordion > ul {
  display: none;
}

@media only screen and (max-width: 736px) {
  .tab_wrapper > ul {
    display: none;
  }
  .tab_wrapper .content_wrapper {
    border: 0;
  }
  .tab_wrapper .content_wrapper .accordian_header {
       display: block;
    background: #fcfcfc;
  }
  .tab_wrapper.left_side .content_wrapper, .tab_wrapper.right_side .content_wrapper {
    width: 100%;
    border-top: 0;
  }
  .tab_wrapper .controller {
    display: none;
  }
}






/*======================= 線上購物 =========================*/


.statistics_list{}
.statistics_list ul{
	margin: 0;
	padding: 0;
	list-style: none;

	display: grid;
	gap: 15px;
	grid-template-columns: repeat(4, 1fr);
}
.statistics_list ul li{
	margin-bottom: 10px;
}

.statistics_list ul li a{
   position: relative;
}
.statistics_list ul li .pic{
	position: relative;
	padding-top: 100%;
	margin-bottom: 10px;
	border-radius: 3px;
	overflow: hidden;
}
.statistics_list ul li .pic img{
	width: 100%;
	height: 100% !important;
	object-fit: cover;

	position: absolute;
	top: 0;
   left: 0;
   transition: all 0.8s;
}
.statistics_list ul li:hover .pic img{
	transform: scale(1.2,1.2);
}
.statistics_list ul li p{
   margin-bottom: 0px;
}
.statistics_list ul li .price{
   display: flex;
   justify-content: space-between;
   align-items: center;
   font-size: 15px;
   color: #e36752;
}
.statistics_list ul li .price a{
   display: block;
   color: #636363;
   font-size: 16px;
   padding: 3px 8px;
}

.tab-style3 .nav-tabs {
   display: flex;
   justify-content: flex-end;
}

@media (max-width:991px){
	.statistics_list ul{
		grid-template-columns: repeat(3, 1fr);
	}
	
}
@media (max-width:576px){
	.statistics_list ul{
		grid-template-columns: repeat(2, 1fr);
	}
}




.statistics_list ul.LSS{
   display: block;
}
.statistics_list ul.LSS > li{
   display: grid;
   gap: 15px;
   grid-template-columns: 120px 1fr 42px;
   margin-bottom: 10px;
   background: rgba(255, 255, 255, 0.5);
}
.statistics_list ul.LSS li > a:nth-of-type(1){
   align-self: center;
}
.statistics_list ul.LSS li .pic{
	margin-bottom: 0;
}
.statistics_list ul.LSS li .con{
   display: flex;
   flex-flow: column;
   justify-content: space-between;
	padding: 10px 10px;
}
.statistics_list ul.LSS li .cart{
   display: flex;
   justify-content: center;
   align-items: flex-end;
   text-align: center;
   color: #636363;
   font-size: 16px;
	padding: 12px 0;
}
.statistics_list ul.LSS li .price{
   font-weight: 500;
}
.statistics_list ul.LSS > li h5{
   font-size: 18px;
   line-height: 24px;
   margin: 0 0 5px;
}

@media (max-width:576px){
   .statistics_list ul.LSS > li{
      padding:10px;
      grid-template-columns: 80px 1fr 30px;
   }
   .statistics_list ul.LSS li .con{
      padding: 10px 0;
   }
}



/* 按鈕-top */
.scrollToTop {
	position: fixed;
z-index: 1005;
bottom: 15px;
right: 15px;
width: 40px;
height: 40px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0.5+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}
.scrollToTop i {
	font-size: 26px;
	line-height: 40px;
}

@media (max-width: 767px) {
  .scrollToTop {
    bottom: 50px;
  }
}
@media (max-width: 360px) {
  .scrollToTop {
    bottom: 20px;
	right: 5px;
  }
}



.plantable {
	font-size: 1em;
line-height: 25px;
color: #222;
background-color: #fff;
box-sizing: border-box;
border: 1px solid #222;
width: 100%;
display: block;
overflow: auto;
margin-bottom: 40px;
}
.plantable table {
box-sizing: border-box;
border: none;
width: 100%;
margin: 0;
border-collapse: collapse;
}

.plantable table thead th {
	text-align: center !important;
	border-color: #444;
}

.plantable table th {
	margin: 0px;
padding: 8px 0;
background: #d9d9d9;
color: #333;
letter-spacing: 1px;
font-weight: 500;
line-height: 1.5;
	border-color: #444;
}
.plantable table td {
	padding: 8px 5px;
	border-color: #444;
}

.plantable table tr:nth-child(even) {
	background-color: rgba(247, 247, 247,0.5);
}
.plantable table tr:nth-child(odd) {

}
