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

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

.topbg{
	background: #fff;
}

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

.tp-bgimg.defaultimg{
}
@media (max-width: 767px) {
	.tp-bgimg.defaultimg{
		background-position: right 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:10px;
      right: 0;
   }
   .example{
      margin-top: 70px;
   }
}

@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: 60px;
   }
}

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

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

#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 .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: 200px !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{
	position: relative;
	padding:120px 60px;
}
.i_level01::after{
	content: "";
	width: 65%;
	height: calc(100% - 200px);
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background:url(../bg01.png) #d8e7f6;
}
.i_level01 .main{
	position: relative;
	max-width: 1500px;
	margin: 0 auto;
	display: grid;
	gap: 60px;
	grid-template-columns: 1fr 4fr;
	z-index: 2;
}
.i_level01 .main section{}
.i_level01 .main section:nth-of-type(1){
	padding: 30px 0;
}

.a_title{
	position: relative;
	margin-bottom: 60px;
}
.a_title::after{
	content: "";
	width: 30px;
	height: 5px;
	display: block;
	border-radius: 20px;
	background: #5c8ebe;
}
.a_title h6{
	font-size: 16px;
	color: #5c8ebe;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.a_title h3{
	font-size: 32px;
	letter-spacing: 4px;
	font-weight: 500;
	margin-bottom: 20px;
}

.i_level01 .main .con a{
	display: inline-block;
	padding: 8px 20px;
	color: #fff;
	background: #8db0d1;
	border-radius: 2px;
	margin: 20px 0;
}
@media (max-width: 1599px) {
	.i_level01{
		padding:120px 60px 100px;
	}
	.i_level01 .main section:nth-of-type(1){
		padding: 0 0;
	}
}
@media (max-width: 1239px) {
	.i_level01::after{
		width: 60%;
		height: calc(100% - 200px);
	
	}
	.i_level01 .main{
		gap: 60px;
		grid-template-columns: 1fr 3fr;
	}
}
@media (max-width: 959px) {
	.i_level01{
		padding:60px 60px;
	}
	.i_level01::after{
		content: "";
		width: 70%;
		height: calc(45%);
		top: auto;
		bottom: 0;
		right: 0;
	}
	.i_level01 .main{
		gap: 10px;
		grid-template-columns: 1fr ;
	}
	.a_title{
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.i_level01{
		padding:30px 30px;
	}
	.i_level01 .main section:nth-of-type(1){
		padding:20px 0;
	}
}
@media (max-width: 599px) {
	.i_level01::after{
		content: "";
		width: 70%;
		height: calc(50% - 200px);
	}
}




.i_product{
	margin: 0;
	padding: 0;
	list-style: none;

	display: grid;
	gap: 15px;
	grid-template-columns: 1fr 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: 60%;
}
.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{
	transform: scale(1.2,1.2);
}

@media (max-width: 1239px) {
	.i_product li .pic{
		padding-top:100%;
	}
}








.i_level02{
	position: relative;	
	margin-top: 40px;
}
.i_level02::after{
	content: "";
	width: 100%;
	height: 40px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #283f61;
	z-index: -1;
}
.i_level02 .main{
	display: grid;
	gap: 15px;
	grid-template-columns: 1fr 1fr 1fr 1fr 185px;
}

.i_level02 section{
	background:url(../bg01.png) #d8e7f6;
}
.i_level02 section:nth-of-type(odd){
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px;
}

.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(5){
	grid-column: 1/3;
	grid-row: 2/3;
}
.i_level02 section:nth-of-type(6){
	grid-column: 3/5;
	grid-row: 2/3;
}
.i_level02 section:nth-of-type(6) .pic{
	position: relative;
	padding-top: 50%;
}

@media (max-width: 1599px) {
	.i_level02 .main{
		grid-template-columns: 1fr 1fr 1fr 1fr 45px;
	}
}

@media (max-width: 959px) {
	.i_level02 .main{
		grid-template-columns: 1fr 1fr 1fr 1fr ;
		margin-top: 80px;
	}	
}
@media (max-width: 767px) {
	.i_level02 .main{
		grid-template-columns: 1fr ;
		gap: 0;
	}
	.i_level02 section:nth-of-type(2),
	.i_level02 section:nth-of-type(4){
		margin-bottom: 20px;
	}
	.i_level02 section:nth-of-type(5){
		grid-column: 1/-1;
		grid-row: auto ;
	}
	.i_level02 section:nth-of-type(6){
		grid-column: 1/-1;
		grid-row: auto;
	}
	.i_level02 section:nth-of-type(6) .pic{
		padding-top: 100%;
	}
}

@media (min-width: 768px) and (max-width: 1239px) {
	.i_level02 section:nth-of-type(even){
		position: relative;
	}
	.i_level02 section .pic{
		width: 100%;
		height: 100%;
		position: absolute;
		padding-top: 0;
	}
}











footer{
	padding: 100px 5% 80px;
	color: #fff;
	background: #283f61;
   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: 0 40px 0 0;
}
footer .logo img{
	max-width: 120px;
}
footer .con{
   flex: 1;
}

footer section:nth-of-type(1) h3{
   font-size: 22px;
   font-weight: 500;
   text-align: center;
   color: #fff;
   font-family: Roboto, "Noto Sans TC", "微軟正黑體", sans-serif;
   margin: 0 0 15px;
}
footer section:nth-of-type(1) p{
   font-size: 15px;
   font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
   font-weight: 400;
   margin: 0 0 6px;
}
footer section:nth-of-type(1) p a{
   color: #fff;
}
footer section:nth-of-type(1) p i{
	color: #d8e7f6;
}


.f_menu{
   margin: 0;
   padding:0 0 0 30px;
   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: #d8e7f6;
   letter-spacing: 2px;
   margin:0 0 8px;
   font-family: Roboto, "Noto Sans TC", "微軟正黑體", sans-serif;
}
.f_menu li h3 a{
	color: #d8e7f6;
}
.f_menu li p{
   font-size: 14px;
   margin:0 0 4px;
   padding: 0 0 4px;
   letter-spacing: 2px;
   border-bottom: 1px dotted rgba(255, 255, 255, 0.25);
}
.f_menu li a{
   color: #fff;
}
.f_menu li p a{
   
}

@media (min-width: 1599px) {
   footer{
      padding: 100px 15% 80px;
   }
}
@media (min-width: 1299px) {
   footer section:nth-of-type(1){
      width: 40%;
   }
}

@media (max-width: 999px) {
   footer{
      padding: 60px 3%;
      justify-content: center;
   }
   .f_menu{
      border-left: 0px dashed rgba(255, 255, 255, 0.6);
      border-top: 1px dashed rgba(255, 255, 255, 0.3);
padding-top: 30px;
      padding-left: 0;
   }
   footer section:nth-of-type(1){
      margin-bottom: 20px;
   }
   footer section:nth-of-type(2){
      width: 100%;
      flex:auto;
   }
}
@media (max-width: 479px) {
   footer .logo{
		width: 100%;
		margin-right: 0;
   }   
   footer .con{
      text-align: left;
   }
   .f_menu li{
      width: calc(100%/2);
		text-align: center;
		margin-bottom: 10px;
   }
}








.copy{
	font-size: 12px;
	margin: 0;
	padding: 10px 30px;
	text-align: center;
	color: #fff;
	background: #283f61;
}

.copy a{
	color: #fff;
}





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

.pageswf *{
	box-sizing: border-box;
}
.pageswf{
	width: 100%;
	height: 320px;
	display: flex;
	flex-flow: column;
	justify-content:center;
	align-items: center;
	text-align: center;
	margin-bottom: 20px;
}

.pageswf h3{
	    font-size: 45px;
    line-height: 120%;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-family: Roboto;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 10px 0 0px 0;
    padding: 0 2%;
}

.pageswf .cht{
	display: inline-block;
    color: #c8e4ff;
    font-family: "Noto Sans TC", 微軟正黑體, sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 5px;
    position: relative;
    padding: 5px 10px 5px 15px;
}

.pageswf .cht::before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 50%;
    display: block;
    border-bottom: 1px solid #c8e4ff;
    right: 100%;
    margin-right: 0px;
    opacity: .5;
}

.pageswf .cht::after {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 50%;
    display: block;
    border-bottom: 1px solid #c8e4ff;
    left: 100%;
    margin-left: 0px;
    opacity: .5;
}



.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: 70px;
	}
}
@media (max-width: 959px) {
	.pageswf{
	}
	.pageswf h3{
		font-size: 30px;
	}
	.pageswf .cht{
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.pageswf{
		height: 240px;
		margin-top: 60px;
	}
}
@media (max-width: 479px) {
	.pageswf{
		margin-top: 56px;
	}
}




.pagetitle {
font-size: 32px;
    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 40px;
    letter-spacing: 4px;
    position: relative;
}

.pagetitle::after {
   content: "";
    width: 40px;
    height: 5px;
    display: block;
    border-radius: 20px;
    background: #5c8ebe;
    position: absolute;
    bottom: 0;
    left: 49%;

}

@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: 10px 20px;
	background: #eee;
}
.a_submenu ul li a:hover{
	color: #fff;
	background: #fff;
}
@media (max-width: 767px) {
	.a_submenu{
		display: none;
	}
}



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

.profile{
       display: flex;
    flex-flow: row wrap;
    min-height: 350px;
    padding: 15px 0 50px;
}
.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: 3px;

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



.profile h4{
   font-family: 'Noto Sans TC', "微軟正黑體", sans-serif;
   font-weight: 500;
   font-size: 28px;
   letter-spacing: 2px;
   margin: 3px 0 10px;
}
.profile h6{
	color: #5c8ebe;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.profile 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;
   }
   
   .profile .word{
      position: relative;
      padding: 10px 0;
      margin-right: 0;
      margin-bottom: 10px;
      writing-mode:unset;
   }
   .profile .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;
}
}

/*================人才招募=================*/


.recruitlist{
	margin-bottom: 40px;
}

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

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

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

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

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

}

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

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

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

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

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

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






.joblist { 
	float: left;
	width: 100%;
	display: inline-block; 
	padding: 20px 20px 20px 15px;
}

.joblist .jtitle { 
	float: left;
width: 100%;
display: block;
padding: 2px 0 2px 45px;
font-size: 22px;
line-height: 1.5;
color: #4269A1;
	font-weight: 400;
background: url(../icon_user.png) no-repeat 0 2px;
}
.recruitlist a:link .joblist .jtitle  {color:#4269A1;text-decoration:none}
.recruitlist a:visited .joblist .jtitle  {color:#4269A1;text-decoration:none}
.recruitlist a:hover .joblist .jtitle  {color:#5C8EBE;text-decoration:none}




.joblist .jinfo { 
	float: left;
	width: 100%;
	display: block; 
	padding: 0 0 0 30px;
	margin: 10px 0 2px;
	font-size: 15px;
	line-height: 1.6em;
	color: #717171;
}
.joblist .jinfo span { 
	float: left;
	display:inline-block;
	list-style:none;
	padding: 0 15px;
	margin: 1px 0;
	border-right: 1px solid #ddd;
}
.joblist .jinfo span:last-child { 
	border-right: none;
}
.joblist .jtxt { 
	float: left;
width: 100%;
display: block;
padding: 0 0 0 45px;
margin: 10px 0 0 0;
font-size: 15px;
color: #333;
}
@media (max-width: 767px) {
.jobbox { 
	padding: 20px 0; 
}
.joblist {
  padding: 10px 0;
}
}




.jobcon{
	padding: 0 0 50px;
}

.jobcon .title{
	display: flex;
flex-flow: row wrap;
padding: 0;
margin-bottom: 30px;
border-bottom: 1px solid #dfdfdf;
}
.jobcon .title h3{
	flex: 1;
	

display: block;
padding: 2px 0 2px 45px;
font-size: 22px;
line-height: 1.5;
color: #4269A1;
font-weight: 400;
background: url(../icon_user.png) no-repeat 0 2px;
}
.jobcon .title h5{
	display: flex;
	align-items: center;
	color: #999;
	padding: 5px 20px;
}


.jobcon .summary {
    padding: 1rem 1.5rem;
background: #f5f5f5;
margin-bottom: 30px;
}

.jobcon .summary ul {
    margin: 0;
    padding: 0;
	display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jobcon .summary ul li {
    width: 50%;
	padding: 3px 1.5rem 3px 0;
}

.jobcon .summary ul li span {
    font-weight: 500;
	display: inline-block;
}


@media (max-width: 767px) {
.jobcon .title{
	margin-bottom: 20px;
}
.jobcon .title h3{
	width: 100%;
	flex:auto;
}
.jobcon .title h5{
	padding: 5px 15px;
	border-left: none;
	margin: 0;
}
.jobcon .summary ul {
    margin: 0;
    padding: 0;
	display: block;
}
.jobcon .summary ul li {
  width: 100%;
}
.jobcon .summary ul li span {
  display: block;
}
}



/*======================應徵欄位======================*/


.jobcontact{
	display: flex;
flex-flow: wrap;
margin-bottom: 50px;
font-size: 15px;
font-weight: 400;
border-top: 2px solid #F5F5F5;
padding: 50px 0 10px 0;
border-bottom: 1px solid #E8E8E8;
}

.jobcontact a:link,
.jobcontact a:visited {
	color: #5C8EBE;
}
.jobcontact a:hover {
	color: #4269A1;
}
.jobcontact section:nth-of-type(1){
	width: 25%;
	margin-right: 5%;
}

.jobcontact section:nth-of-type(2){
	width: 70%;
}



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

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

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

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

.jobcontact .icon{
	    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 26px;
    color: #4269A1;
    background: #f2f2f2;
    border: 1px solid #f3f3f3;
    border-radius: 50%;
    margin: 0px 15px 0px 0px;
}


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



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


#jobcontactWrapper .column {
	margin-bottom: 10px;
}
#jobcontactWrapper input[type="date"], 
#jobcontactWrapper input[type="email"], 
#jobcontactWrapper input[type="number"], 
#jobcontactWrapper input[type="password"], 
#jobcontactWrapper input[type="search"], 
#jobcontactWrapper input[type="tel"], 
#jobcontactWrapper input[type="text"], 
#jobcontactWrapper input[type="url"], 
#jobcontactWrapper select, #jobcontactWrapper textarea {
	    padding: 13px 10px;
    outline: none;
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 0;
    font-size: 15px;
    border: 1px solid #a6a6a6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#jobcontactform .column input[type="text"], 
#jobcontactform .column input[type="email"] {
	width: 100%;
}


#jobcontactform .column {
	margin-bottom: 10px;
}

.exp {
	padding: 10px;
background-color: #f2f2f2;
box-sizing: border-box;
}


.exp .conbox {
	width: 100% !important;
display: block;
margin-bottom: 10px;
padding: 10px 0 0 0;
border-top: 1px solid #fff;
}

.exp .con {
	width: calc(98%/3 - 10px) !important;
	margin-right: calc(10px*3/2);
	display: inline-block;
}

.exp .con:last-child {
	margin-right: 0;
}

.exp .con .title {
	font-size: 14px;
color: #686868;
margin-bottom: 0px;
}



.rule {
	height: 280px;
	padding: 30px;
	overflow-y: auto;
	margin-bottom: 20px;
	border-radius: 1px;
	background: #fff;
}
.rule_check  {
width: 100%;
display: flex;
justify-content: center;
padding: 0px 5px 15px 5px;
float: left;
}
.rule_check input[type="checkbox"] {
width: 20px;
height: 20px;
	margin-right: 5px;
opacity: 1;
}





@media (max-width: 959px) {
.exp .con {
	width: 100% !important;
margin-right: 0;
display: block;
margin-bottom: 5px;
}
}


.jobcontactbtn {
	float: left;
    width: 100%;
    padding: 10px 0px;
    display: flex;
}
.jobcontactbtn input {
    text-align: center;
    font-size: 1em;
    cursor: pointer;
    color: #FFFFFF;
    transition: background 0.2s;
    border-radius: 2px;
    padding: 13px 25px 13px 20px;
}
.jobcontactbtn .send {
	color: #fff !important;
    background: #5C8EBE !important;
    margin-right: 0;
}
.jobcontactbtn .send:hover{
	background:#4269A1 !important;
}
.jobcontactbtn .send:active{
	border: none;
}


.jobcontactbtn .reset {
	color:#fff;
	background: #cfcfcf !important;
}
.jobcontactbtn .reset:hover{
	color:#fff;
	background: #999 !important;
}



/*----檔案上傳----*/


/*最外層div*/
.m_upload {
width: 100%;
	position: relative;
}
.m_upload .file-box {
width: 100%;
}

/*檔案名稱*/
.m_upload input.filename {
width: calc(100% - 80px - 5px) !important;
background: rgb(255, 255, 255) !important;
border: #A6A6A6 1px solid;
border-radius: 0px;
color: #666666;
padding: 7px 10px;
line-height: 1.5;
box-sizing: border-box;
height: 46px;
}


/*選取檔案按鈕*/
.m_upload input.button {
width: 80px !important;
height: 46px;
margin: 0 !important;
padding: 0;
background-color: #6C6C6C;
border: #6C6C6C 1px solid;
border-radius: 0;
position: relative;
color: #ffffff;
font-size: 14px;
cursor: pointer;
left: -10px;
	z-index: 3;
	line-height: 1;
	top: 1px;
}

/*隱藏原按鈕*/
.m_upload input.file {
width: 100%;
height: 85px;
position: absolute;
top: 0px;
right: 0;
filter: alpha(opacity:0);
opacity: 0;
font-size: 20px;
cursor: pointer;
left: 0;
z-index: 5;
}


.m_upload li {
  width: auto !important;
	margin-right: 0 !important;
}




/*================實績=================*/

.albumlist{}
.albumlist ul{
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 25px;
	grid-template-columns: repeat(4, 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: 6px 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;
}


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



.albumlist.sub{}
.albumlist.sub ul{
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
}
.albumlist.sub ul li .con {
	    background: #fff;
    padding: 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: #4269A1;
}
.albumlist.sub ul li .con p{
	color: #9b9b9b;
    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);
	}
}





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


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

.contact a:link,
.contact a:visited {
	color: #5C8EBE;
}
.contact a:hover {
	color: #4269A1;
}
.contact section:nth-of-type(1){
	width: 35%;
	margin-right: 5%;
}

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

@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: 50px;
    height: 50px;
    font-size: 26px;
    color: #4269A1;
    background: #f2f2f2;
    border: 1px solid #f3f3f3;
    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 {
	color: #fff !important;
    background: #5C8EBE !important;
    margin-right: 0;
}
.contactbtn .send:hover{
	background:#4269A1 !important;
}
.contactbtn .send:active{
	border: none;
}


.contactbtn .reset {
	color:#fff;
	background: #cfcfcf !important;
}
.contactbtn .reset:hover{
	color:#fff;
	background: #999 !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-right: 0;
	font-size: 13px;
	margin-bottom: 50px;
	width: 100%;
	
	position: relative;
    display: inline-block;
}

.breadcrumb::before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 50%;
    display: block;
    border-bottom: 1px solid;
    right: 100%;
    margin-right: 25px;
    opacity: .3;
}


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




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




.breadcrumb a:hover {
   color: #9BC5EB;
}

.breadcrumb a::after {
    font-family: "mfn-icons";
    font-style: normal;
    font-weight: normal;
    content: '\e860';
   display: inline-block;
   padding-right: 8px;
   padding-left: 12px;
   color: #5C8EBE;
}

.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: 1px;
   font-weight: 700;
   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: 0;
   }
}















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

.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: #444444;
	background-color: #E3EBF3;
	border-color: #E3EBF3;
}
.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: #444444;
	border-color: #444444;
}
.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: 2px;
  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;
   }
}


