@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');

.pageTitle:not([class*=pageTitleStyle-]) {
  margin-bottom: 10px;
  border-bottom: 1px dashed #F08300;
  padding-bottom: 15px;
  position: relative;
}

.pageTitle:not([class*=pageTitleStyle-]) span ,
.blockTitle:not([class*=blockTitleStyle-]),
.blockTitle:not([class*=blockTitleStyle-]) span {
  /* font-family: "Lato", arial, "Noto Serif TC", serif; */
  /* font-family: "Noto Serif TC", serif; */
	font-family: "Lato", arial, "Noto Serif TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei";
}
.pageTitle:not([class*=pageTitleStyle-]) span {
  font-weight: bold;
  color: #444;
}
.pageTitle.d-none {
  margin-top: 32px;
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.icon-link {
  font-family: inherit !important;
}

/* ------------------- */

/*body {
	padding: 0;
	margin: 0;
	background: url(../images/indexBG.jpg);
}*/
.p-0{/*20230113 lin add*/
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.vhidden{/*20220519 lin add*/
  display: none;
}
.fwidth{/*20220520 lin add*/
  width: 100% !important;
}
.wordbreak{/*20220525 lin add*/
  word-wrap: break-word;
}
.CurrencyText{/*20220606 lin add*/
  padding:0px;
  font-size:19px;
}
.itemPreorder{
  color:#fff;
}
.img_gift ,.img_gift:hover{/*20220620 lin 增加*/
  cursor: default;
}

.item .textlimit {/*20220606 lin 增加簡述限制CSS*/
  /* height:120px; */  /*2023-11-16 yin 更改限制高度*/
  min-height: 8em;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}


.eshrimpStyle .siteMap.type2{/*20220606 lin 調整footer12顏色*/
  border: none !important;
}

/* .pageTitle:not([class*=pageTitleStyle-]){
	color:#38675b;
} */

/* .headerType1 .navMenu>li>a:after, .headerType2 .navMenu>li>a:after{
	color:#38675b;
} */
.full_view{
  width: 100%;
  max-width: 100%;
  margin: 32px auto;
}
.txt_red, .txt_red a {
	color: #ff0000 !important;
}
.shopDetail_button button{
  min-width: 180px;
}
.shopDetail_addFavor a{
  display: inline-block;
  text-align: center;
  margin-right: 15px;
}
.shopDetail_addFavor a .addFavor_circle{
  font-size: 14px;
  width: 25px;
  height: 25px;
  line-height: 24px;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #005428; /*請改cis主色*/
  background: #005428; /*請改cis主色*/
}
.shopDetail_addFavor a.circle_blue .addFavor_circle{
  border-color: #4267b2;
  background: #4267b2;
}
.shopDetail_addFavor a .addFavor_circle i{
  color: #ffffff;
}
.shopDetail_addFavor a p.tips{
  margin-top: 0;
  margin-bottom: 0;
  color: #005428; /*請改cis主色*/
  font-size: 14px;
}
.shopDetail_addFavor a.circle_blue p.tips{
  color: #4267b2;
}
.shopDetail_addFavor a:hover .addFavor_circle{
  background-color: #ffffff;
}
.shopDetail_addFavor a:hover .addFavor_circle i{
  color: #005428; /*請改cis主色*/
}
.shopDetail_addFavor a.circle_blue:hover .addFavor_circle i{
  color: #4267b2;
}
.proList.shop .itemList .item .itemPrice:not(.del),
.proDetail .itemPrice:not(.del){
  color: #ff5353;
}
.proDetail .itemPrice{
  font-size: 25px;
  font-weight: bold;
  padding-top: 10px;
}
.proDetail .itemPrice small{
  font-size: 19px;
}
.proList.shop .itemList .item .itemPrice:not(.del) span{
  font-size: 15px;
}
.proList .itemList .item .itemTitle{
  /* height: 64px; */
  overflow: hidden;
  /*text-align: center;*/
}
.tabList_center{
  justify-content: center;
}

#spec1{
  min-width: 180px;
  max-width: 100%;
}
.btnColor_orange{
  background: #ff9933;
  border-color: #ff9933;
}
.btnColor_orange:hover{
  background: #ff8000;
}
.btnColor_pink{
  background: #ff5353;
  border-color: #ff5353;
}
.btnColor_pink:hover {
  background: #ff2020;
}

.share_social {
  margin-top:10px;
  /* margin-bottom: 20px; */
}
.share_social ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.share_social ul li {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}
.share_social ul li .social_txt {
	font-size: 16px;
	line-height: 30px;
}
.share_social ul li .btn_clipboard {
  cursor: pointer;
}


/* checkbox_red */
form .checkbox label{
  font-weight: normal;
}
form .checkbox.checkbox_red,
form .checkbox.checkbox_red a,
form .checkbox.checkbox_red a:hover{
  color: #f00;
}
form .checkbox.checkbox_red input[type="checkbox"] + span::before{
  border-color: #f00;
}
form .checkbox.checkbox_red input[type="checkbox"]:checked + span::after{
  background-color: #f00;
}

.mb {
  display: none;
}

/* 20190715_soldOut */
.soldOut span{
	position: absolute;
	color: #ffffff;
	font-size: 35px;
	text-align: center;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
	z-index: 1;
	/* font-family: "Montserrat Alternates",arial; */
	font-family: "Lato", arial, "Noto Serif TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei";
}
.soldOut:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,0,0,0.5);
	z-index: 1;
}

/* 190724_edit */
/* [class^="btn-"]{
  font-family: arial;
} */
/* .btn-line{     //整合入form.scss
  border-radius: 5px;
  background: #00c300;
  border-width: 1px;
  border-style: solid;
  border-color: #00c300;
  letter-spacing: 1px;
  color: #fff;
  padding: 0.65em 1.5em;
  line-height: 1em;
  font-size: 16px;
  cursor: pointer;
  margin: 16px 0;
  display: inline-block;
  color: #fff;
}
.btn-line:before{
  content: "";
  background-image: url(../images/w05/line.png);
  width: 18px;
  height: 18px;
  background-size: contain;
  display: inline-block;
  vertical-align: sub;
  margin-right: .5em;
} */
.mb16{
  margin-bottom: 16px;
}
footer .footerContent:not(.copyright) .footerType3{
  padding-top: 20px;
}


@media (max-width: 1024px) {
  .pc {
	display: none !important;
  }
  .mb {
	display: block;
  }
}

.proList .itemList .item .itemImg_rectangle {
  padding-bottom: 125%;
}
.proList .itemList .item .itemImg_square{
  padding-bottom: 100%;
}

.itemImg_noRadius {border-radius: 0;}
.itemImg_noRadius:hover {border-radius: 0;}/*20220519 lin add*/
.itemImg_noRadius:not(:hover){border-radius: 0;}/*20220519 lin add*/

.proList .itemList .item .itemImg_horizontal{
  padding-bottom: 75%;
}

.proList .itemList .item .itemInfo{
  display: block;
}


/* 20200409_edit -->hover顏色跟著CI色230628移至css\scss\common\_block.scss */
/* .itemImgCover{
  position: relative;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.itemImgCover:after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: #ff9224;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.itemImgCover:hover:after{
  opacity: 0.5;
} */

/* cowboy 20200811 fix 首頁圖片置中問題 */
.indexContent_07 .full_view > a,
.indexContent_07 .backstage_flexBlk a,
.indexContent_07 .w1200px > a {
  display: block;
  text-align: center;
}

.pageDetail .item > div:last-child,
.proDetail > div > div > *:last-child {
  /* text-align: center; */
}

.itemTag{
  position: absolute;
  top: 0;
  left: 0;
  /* add 230831 - 以下更改，有註解是原本設定 */
  /* z-index: 100; */
  /* width: 82px;
  display: flex;
  flex-wrap: wrap; */
  display: block;
  max-width: 82px;
  z-index: 2;
}
.proTag{
  /* display: inline-block; */
  height: 24px;
  max-width: 82px;
  background-color: #C0392B;
  color: #fff;
  font-size: 12px;
  padding: 0 5px;
  margin-bottom: 3px;
  border-radius: 5px;
  overflow: hidden;
  /* add 230831 - 以下更改，有註解是原本設定 */
  display: block;
  width: fit-content;
}
.proTag i{line-height: 24px;}
.orangeTag{background-color: #f27c37;}
.redTag{background-color: #ea4837;}
.grayTag{background-color: #8b8585;}

.sideLine{
  display: none;
  /* position: fixed; */
  right: 0;
  /* top: 57%; */
  z-index: 3;
  max-width: 60px;
  max-height: 60px;
}
.sideLine.mb{display: none;}
.sideLine_2 {
  display: none;
  /* position: fixed; */
  right: 0;
  /* top: 67%; */
  /* top: 64%; */
  z-index: 3;
  max-width: 60px;
  max-height: 60px;
}
.sideLine_2.mb {
  display: none;
}
.fixedIcons {
  position: fixed;
  top: 56%;
  right: 1px;
  display: block;
  z-index: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fixedIcons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  /* border-radius: 50%; */
  clear: both;
  margin-bottom: 0.5rem;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fixedIcons a:hover,
.fixedIcons a:focus {
  opacity: 1;
  color: #fff;
}

/* @media (max-width: 576px) {
  .fixedIcons {
    top: 53%;
  }
} */

#sidecart_total{color: yellow;}
.proList .itemList .item .imgBox{
  width: 100%;
  position: relative;
  cursor: pointer;
}
.proList.shop .itemList .item .itemAddFavor{
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 102;/*20220609 lin 調整2->102*/
  display: none;
}/*20220524 lin 購物車註解變button*/
 /* .imgBox .itemAddFavor1{ */
 /* top: 40px !important;
  right: 0px !important; 
  width:35px !important;
  height:35px !important;
  font-size:16px !important;*/
/* }  */
.proList .itemList .item .itemImg{display: block;}
.proList .itemList .item .imgBox:hover .itemAddFavor{
  display: block;
}
.proList.shop .itemList .item .imgBox .itemAddFavor {font-size: 13px;}/*20220609 lin 增加調整加入最愛按鈕大小*/
.footer_cowboyType10 .footer_content .footer_row .footer_title .place{/*20220615 lin 增加圖片顯示*/
  background: url(../images/place.png) no-repeat left center/38px auto;
  padding: 0 5px 0px 45px;
}
.footer_cowboyType10 .footer_content .footer_row .footer_title .social{/*20220615 lin 增加圖片顯示*/
  background: url(../images/social.png) no-repeat left center/38px auto;
  padding: 0 5px 0px 45px;
}
.proList.shop .itemList .item .itemAddCart2{
	font-size: 13px;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 0;
	border: 1px solid #FF9224;
	background: #FF9224;
	position: relative;
	padding: 5px 25px;
	color: #fff;
}
.proList.shop .itemList .item .itemAddCart{
  width: auto;
  height: auto;
  padding: 5px 25px;
  border-radius: 5px;
}/*20220524 lin 購物車註解變button*/
.gotop,.showCart{z-index: 3;}
.shopDetail_button button{font-size: 16px;}
#relateProSlid .itemTitle span,.slidBlock .itemTitle span{
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* footer{background: transparent;} */
.proList.shop .itemList .item .itemPrice{
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.slick-slider .slick-slide{padding: 30px;}
.proDetail .slick-slider .slick-slide{padding: 3px;}
/*#itemPrice{margin-right: 1em;}*/
#small_price small{padding-left:0;}
.itemImg{border-radius: 10px;}
/*圖片比例*/
.itemImg.itemImg_square{padding-bottom: 100%;}
.itemImg.itemImg_rectangle{padding-bottom: 125%;}
.proDetail .itemSlickNav .itemImg_square{padding-bottom: 100%;}
.proDetail .itemSlickNav .itemImg_rectangle{padding-bottom: 125%;}
/*.slick-slider .itemImg{padding-bottom: 75%;}*//*20220527 lin  增加調整輪播圖外框大小*/
.slick-slider .full_viewhigh1{
  padding-bottom: 35%;
}
.slick-slider .full_viewhigh2{
  padding-bottom: 65%;
}
.slick-slider .full_viewhigh3{
  padding-bottom: 75%;
}
.slick-slider .full_viewhigh4{
  padding-bottom: 75%;
}
.slick-slider .w1200pxhigh1{
  padding-bottom: 35%;
}
.slick-slider .w1200pxhigh2{
  padding-bottom: 75%;
}
.slick-slider .w1200pxhigh3{
  padding-bottom: 75%;
}
.slick-slider .w1200pxhigh4{
  padding-bottom: 75%;
}
.slick-slider .itemImg .Set_horizontal{
  width: 100%;
}
.slick-slider .itemImg .Set_vertical{
  height: 100%;
}
.slick-slider .itemImg img{
  /*width: 100%;
  height: 100%;*//*20220527 lin 註解使輪播圖不會變正方形*/
}

.cowboyListType4.listType2 .itemContent{
  height: 120px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cowboyListType4.listType2 .itemContent span{font-size: 15px !important;}
.cowboyListType4.listType2 .itemContent br{display: none;}
.cowboyListType4.listType2 .itemContent p{margin: 0;}




/*#42016*/
.proList.shop .itemList .item .itemAddCart *{line-height: 2;}
.proList.shop .itemList .item .itemAddCart .tips{
  display: inline-block;
  position:static;
  transform: translateX(0);
  width: auto;
  height: auto;
}/*20220524 lin 購物車註解變button*/

@media (max-width: 1024px){
  footer{margin-top: 0;}
  .sideLine.pc{display: none;}
  .sideLine.mb{display: block;}
  /*.proList.shop .itemList .item .itemAddFavor{display: block;}*//*20220613 lin 註解 使用購物車註解變button要打開*/
  .proList.shop .itemList .item .imgBox .itemAddFavor{display: block;}
}
@media (min-width: 768px){
  .proList .itemList .item .itemTitle{font-size: 18px;}
  .proList.shop .itemList .item .itemAddCart,.proList.shop .itemList .item .itemAddCart2 {font-size: 16px;}
  .proList.shop .itemList .item .itemAddFavor {font-size: 16px;}/*20220524 lin 增加調整加入最愛按鈕大小*/
}
@media (max-width: 768px){
  .proList.shop .itemList .item .itemPrice {display: inline-block;}
  .cowboyListType4.listType2 .itemContent{
	height: 60px;
	-webkit-line-clamp:2;
  }
}

/* @media (max-width: 419px){   //2023-11-16 不要寫死高度 
  .proList .itemList .item .itemTitle{
	height: 38px;
  }
} */

.proDetail .itemImg,
.proDetail .itemSlickNav .itemImg {
  padding-bottom: 100%;
}

@media (max-width: 992px) {
  .sideCart .proTableList {
    height: 100% !important;
  }
}



/* cowboy 20220105 本部活蝦款式的 footer_content_11 #43095 */
.eshrimpStyle {
 	/*background: #E0E0E0;*/
}
.eshrimpStyle .slogan_txt {
	padding-top: 80px;
	text-align: center;
}
.eshrimpStyle .slogan_txt small {
	display: block;
	font-size: 12px;
	font-style: italic;
	margin-top: 12px;
}
.eshrimpStyle .ft_info {
	text-align: center;
	padding: 30px 0;
}
.eshrimpStyle .ft_info ul {
	margin: 0;
	padding: 0;
}
.eshrimpStyle .ft_info ul li {
	display: inline-block;
  /* color: #333; */
}
.eshrimpStyle .ft_info ul li:not(:last-child) {
  margin-right: 45px;
}
.eshrimpStyle .ft_info ul li i {
  margin-left: 0;
	margin-right: 5px;
}
.eshrimpStyle .ft_info ul li a {
	display: inline-block;
	/* color: inherit; */
}
.eshrimpStyle .siteMap.type2 {
  padding: 25px 0 22px 0;
  margin: 0;
  text-align: center;
  border: 1px solid #383b3e;
  border-left: 0;
  border-right: 0;
}
.eshrimpStyle .siteMap.type2 li {
	display: inline-block;
	margin: 0 30px;
  padding: 0;
  border: unset;
}
.eshrimpStyle .siteMap.type2 li a {
	display: block;
	/* color: inherit; */
}
.eshrimpStyle .ft_logo {
	text-align: center;
	padding: 30px 0 60px;
}
.eshrimpStyle .container_full {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 23px 50px;
	/* background-color: #1B322C ; */
}
.eshrimpStyle .socialList {
	padding: 0;
	margin: 0;
}
.eshrimpStyle .socialList li {
	width: unset;
  height: unset;
}
.eshrimpStyle .copyRightTxt {
	padding: 0;
}
@media (max-width: 991px) {
	#ft_hide {display: none;}
	.eshrimpStyle .container_full {
		flex-direction: column;
	}
}
@media (max-width: 768px) {
	.eshrimpStyle .ft_info ul li {
		display: block;
	}
  .eshrimpStyle .ft_info ul li:not(:last-child) {
    margin-right: 0;
  }
}
/* cowboy 20220105 本部活蝦款式的 footer_content_11 #43095 end */



/* cowboy 20220107 再製作一個頁尾款式 footer_content_10 */
.allCenterStyle:not(.copyright) {
  text-align: center;
  /*background: #1B322C;*/
  padding: 30px 0;
}
.allCenterStyle .companyInfo i {
  color: #fff;
}
/* .allCenterStyle.copyright {
  background: #E0E0E0;
}
.allCenterStyle.copyright .copyRightTxt,
.allCenterStyle.copyright .copyRightTxt a {
  color: #666;
} */
/* cowboy 20220107 再製作一個頁尾款式 footer_content_10 end */


.marginbtm{
  margin-bottom:16px;
}

.slick-dots{
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0;
}

@media (max-width: 991px) {
  .photohide{
    display:none !important;
  }
}


/* 20231025 - #50169 下選單卷軸讓它出現 */
/* .moreMenu ul::-webkit-scrollbar{
  display: none; 
  -ms-overflow-style: none;
  scrollbar-width: none;
} */


/* add 2023-10-30 #50202 */
/* 產品內頁調整按鈕大小 */
@media (max-width: 576px) {     
  .shopDetail_button button{
    min-width: 150px;
    max-width: 150px;
    padding: 0.65em;
  }
}

/* 更改手機板按鈕大小 */
@media (max-width:576px) {
  .btn-next, .btn-prev, button {
    padding: 0.65em;
  }
}

/* .oneLine垂直置中 */
.form .formItem.oneLine, form .formItem.oneLine {
  align-items: center;
}

/* 結帳step1 加購商品 更改排列 */
@media (max-width: 440px) {
  .relateProSlid {
    display: flex;
    flex-wrap: wrap;
  }
}

/* 2024-01-16 修改產品列表頁 */
.cowboyListType5 .itemTitle span {
  font-weight: bold;
}

.proBottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.typeBox {
  color: gray;
  font-size: 14px;
}
.typeBox i {
  margin-right: 3px;
}
@media (max-width: 600px) {
  .proBottom {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .proList .cowboyListType5 .item .priceBox .itemPrice {
    padding-right: 0;
    font-size: 17px;
    margin: 0;
  }
  .proList .cowboyListType5 .item .priceBox .itemPrice.del {
    padding-right: 0.5em;
  }
}

/* 2024-01-17 */
.light {
  color: #f2a029;
}

.proDetail .proDetail_4_Flex .typeBox {
  padding-top: 10px;
}
.proDetail .proDetail_4_Flex .itemPrice {
  padding-top: 0;
}

/* .orderProList .form {
  overflow-x: auto;
} */
@media (min-width: 769px) and (max-width: 991px) {
  .orderProList .form table tr td:nth-child(2) {
    white-space: initial;
  }
}
@media (max-width: 768px) {
  .orderProList td {
    white-space: initial;
  }
}

.favorite .itemTitle span {
  font-weight: bold;
}

@media (max-width: 768px) {
  .pointlistDateBox input {
    max-width: max(110px,30vw);
  }
}
.pointlistTable tr th:first-child,
.pointlistTable tr th:last-child,
.pointlistTable tr td:first-child,
.pointlistTable tr td:last-child {
  white-space: nowrap;
}

body.index .indexProList .itemTitle span {
  font-weight: bold;
}



/* ----- 2025-04-16 #6513 ----- */
/* all */
.footer_cowboyType14 .siteMap.type1 {
  max-width: 475px;
}
.footer_cowboyType14 .siteMap.type1 li {
  width: 20%;
}
@media (max-width: 576px) {
  .footer_cowboyType14 .socialBox {
    flex-direction: row;
    align-items: center;
  }
  .footer_cowboyType14 .siteMap.type1 li {
    width: 33.333%;
  }
}


  /* .showCart */
.sup {
  position: absolute;
  top: 0;
  right: 0px;
  background-color: #f56c6c;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #fff;
  z-index: 999;
}
.showCart sup {
  top: -10px;
  height: auto;
}


/* header */
body.index {
  padding-top: 0 !important;
}
.headerType1 {
  background: transparent;
}

.headerType4 .topLinkLeft .topLinkMenu .moreMenu>ul, .headerType4 .topLinkRight .topLinkMenu .moreMenu>ul, .headerType5 .topLinkLeft .topLinkMenu .moreMenu>ul, .headerType5 .topLinkRight .topLinkMenu .moreMenu>ul, .navMenu .moreMenu>ul, .topLink .topLinkMenu .moreMenu>ul {
  max-width: 230px;
}
.headerType4 .topLinkLeft .topLinkMenu ul li:hover, .headerType4 .topLinkRight .topLinkMenu ul li:hover, .headerType5 .topLinkLeft .topLinkMenu ul li:hover, .headerType5 .topLinkRight .topLinkMenu ul li:hover, .navMenu ul li:hover, .topLink .topLinkMenu ul li:hover {
  padding-right: 16px;
}


/* index */
  /* .indexProList */
/* .proList.shop.indexProList .proBottom {
  justify-content: center;
}
@media (max-width: 600px) {
  .proList.shop.indexProList .proBottom {
    align-items: center;
  }
} */

  /* .indexContent_31 */
.indexContent_31 .text-box {
  padding-bottom: 0;
}
.indexContent_31 .blockTitle small.mb {
  display: none;
}
.indexContent_31 .end-title a {
  color: #E6B908;
}
@media (min-width: 769px) and (max-width: 1499px) {
  .indexContent_31 .blockTitle span.style01 {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .indexContent_31 .text-box {
    padding-top: 0;
  }
  .indexContent_31 .blockTitle {
    text-align: center;
  }
  .indexContent_31 .blockTitle small.mb {
    display: block;
  }
  .indexContent_31 .blockTitle::after {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  /* .indexContent_31 .container {
    padding-bottom: 50px;
  } */
  .indexContent_31 .container .btn-readMore {
    position: absolute;
    right: 15px;
    bottom: 0;
    padding-right: 0;
    color: #E6B908;
    display: none;
  }
  .indexContent_31 .btn-readMore:before {
    background: #E6B908;
  }
  .indexContent_31 .end-title {
    margin-bottom: 0;
  }
}

  /* .indexContent_32 */
.indexContent_32 .slick-slider .slick-arrow.slick-prev {
  left: 0;
  opacity: 1;
}
.indexContent_32 .slick-slider .slick-arrow.slick-next {
  right: 0;
  opacity: 1;
} 
@media (max-width: 1200px) {
  .indexContent_32 .item-list-title {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .indexContent_32 .more {
    display: none;
  }
}


/* 會員中心表格 */
.pointlistTable tr th,
.pointlistTable tr td,
.certificateTable tr th,
.certificateTable tr td {
	white-space: nowrap;
}

.pointlistTable tr th:nth-child(1),
.certificateTable tr th:first-child {
	width: 60px;
}
.pointlistTable tr th:nth-child(2),
.pointlistTable tr th:nth-child(6),
.pointlistTable tr th:nth-child(7),
.pointlistTable tr th:nth-child(8),
.certificateTable tr th:nth-child(2),
.certificateTable tr th:nth-child(5),
.certificateTable tr th:nth-child(6),
.certificateTable tr th:nth-child(4),
.certificateTable tr th:nth-child(7) {
  width: 110px;
}
.pointlistTable tr th:nth-child(3),
.pointlistTable tr th:nth-child(4),
.pointlistTable tr th:nth-child(5),
.certificateTable tr th:nth-child(3) {
  width: 150px;
}

.pointlistTable tr td:nth-child(4),
.pointlistTable tr td:nth-child(5),
.certificateTable tr td:nth-child(3),
.certificateTable tr td:nth-child(4) {
	white-space: initial;
	min-width: 110px;
  text-align: left;
}

.pointlistTable .light {
	color: #d13428;
}

.certificateTable button {
	padding: 0.6em;
	margin: 0;
}

@media (min-width: 769px) {
  .pointlistTable tr th,
  .pointlistTable tr td,
  .certificateTable tr th,
  .certificateTable tr td {
    text-align: center;
  }
}


/* news */
.newsList .itemList.newsListType1 .item {
  border-top: none;
  border-bottom: 1px solid #d6d6d6;
}
.newsList .itemTitle {
  /* font-size: 24px; */
  /* font-weight: bold; */
}


/* product */
.pageTitle.d-none:not([class*=pageTitleStyle-]):after {
  display: none;
}

.item .itemContent {
    color: #333;
}

@media (max-width: 1024px) {
  .stickyFilter .filterBtn {
    display: none;
  }
}

.proDetail .proDetail_4_Flex ._col-lg-1 {
  display: none;
}
.proDetail .proDetail_4_Flex .itemSlick {
  display: none;
}
@media (max-width: 991px) {
  .proDetail .proDetail_4_Flex .shareFB.d-lg-block {
    display: block;
  }
  .proDetail .proDetail_4_Flex ._col-lg-1.d-block {
    display: none;
  }
}

  /* shop 列表 - 改橫式 */
@media (max-width: 440px) {
  .proList .itemList.listType2 .item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      width: 100%;
  }
  .proList.shop .itemList.cowboyListType5.listType2 .item {
    border-bottom: 1px dotted #ddd;
    padding: 30px 0;
  }
  /* .item>:first-child, .item>:nth-child(2) */
  .item>:nth-child(2) {
    padding-left: 16px;
  }
  .proList .itemList.listType2 .itemContent {
    display: -webkit-box;
  }
  .proList .itemList .proListBtnBox {
    display: block;
  }
}


/* 意見交流 - opinion.php */
/* .opinionList */
.opinionList tr th {
  text-align: center;
}
.opinionList tr td {
  position: relative;
}
.opinionList tr td:nth-child(1) {
	white-space: initial;
}
.opinionList tr td:nth-child(2) {
  width: 18%;
  text-align: center;
}
.opinionList tr td:nth-child(2) span {
  display: block;
}
.opinionList tr td:nth-child(3) {
  width: 30%;
}
.opinionList td a {
  color: #0000FF;
  text-decoration: underline;
}
.opinionList .mbShowIcon {
  display: none;
}
@media (max-width: 768px) {
  table.rwdTable.opinionList tr {
    margin-bottom: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #ccc;
  }
  table.opinionList tr:nth-child(2n) {
    background: #f2f2f2;
  }
  .opinionList tr td:nth-child(2) {
    text-align: left;
  }
  .opinionList tr td:nth-child(2) span {
    display: block;
    margin-right: 45px;
  }
  .opinionList .mbShowIcon {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 18px;
    text-decoration: none;
  }
  .opinionList a.mbShowIcon i {
    color: #0000FF;
  }
  .opinionList .mbHide {
    display: none;
  }
}


/* 意見交流 - 我要提問 - opinion_ask.php */
.opinion .rowBtn {
  display: flex;
  justify-content: center;
  gap: 2em;
  margin-top: 1em;
}
.opinion_ask td:nth-child(1) {
  text-align: center;
  width: 16%;
  white-space: nowrap;
}
.opinion_ask tr:not(:last-child) td:nth-child(1) {
  vertical-align: middle;
}
.opinion_ask input {
  max-width: calc(100% - 16%);
  width: 500px;
}
.opinion_ask .captcha {
  display: flex;
  align-items: center;
  gap: 1em;
}
.opinion_ask textarea {
  height: auto;
  line-height: 2;
  width: 100%;
}
@media (max-width: 1024px) {
  .opinion_ask .captcha input {
    width: auto;
  }
}
@media (max-width: 768px) {
  table.opinion_ask tr {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    margin-bottom: 16px;
    display: table;
}
  table.opinion_ask tr td {
    display: table-row;
  }
  table.opinion_ask tr td .th, table.opinion_ask tr td>* {
    display: table-cell;
    padding: 0 0.5em;
  }
  table.opinion_ask tr:nth-child(2n) td {
    background: transparent;
  }
  .opinion_ask td:nth-child(1) {
    width: 100%;
    text-align: left;
  }
  .opinion_ask input {
    width: 100%;
    max-width: 100%;
  }
  .opinion_ask .captcha {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .opinion_ask .captcha {
    flex-wrap: wrap;
  }
  .opinion_ask .captcha input {
    width: 100%;
  }
}


/* 意見交流 - 詳細頁 - opinion_detail.php */
.opinion_detail tr td:first-child {
  white-space: nowrap;
  width: 20%;
}

table.rwdTable.opinion_detail .th {
  display: block;
}
@media (max-width: 768px) {
  table.rwdTable.opinion_detail tr:first-child {
    display: block;
  }
}


/* 2025-04-16 #6513 */
select#gonews, select#goinfo {
  min-width: 17.8%;
  color: gray;
  border-width: 2px;
}

.indexContent_32 .item-list-frame .item-lists li a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
}


.editorBlock table {
  display: block;
  overflow: auto;
  width: 100%;
}
table {
  border-collapse: collapse;
  -webkit-text-size-adjust: 100%;
}
.editorBlock .table_scroll {
  overflow: auto;
}
.editorBlock .table_scroll table {
    max-width: 800px;
    min-width: 500px;
    display: inline-table;
}


/* 2025-07-01 #7541 S */
/* home */
.indexContent_31 .txt-area {
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .indexContent_31 .txt-area {
    font-size: 20px;
  }
}

/* 對於編輯器做設定 */
.tabList2 .tabLabel {
  font-size: 20px;
}
.editorBlock,
.editorBlock * {
  font-size: 20px !important;
  line-height: 1.5 !important;
}
.editorBlock p {
  margin: 0;
}
@media (max-width: 1920px) {
  .tabList2 .tabLabel {
    margin-bottom: 1em;
  }
  .tabList2 .tabContent {
    padding: 0;
    border-top: none;
  }
  .tabList2 .tabLabel.active + .tabContent {
    margin: 1em 0;
  }
}

/* 2025-07-01 #7541 E */

/* 2025-07-10 #7692 S */
.rwdTable.pointlistTable tr.yearrow,
.rwdTable.certificateTable tr.yearrow,
.rwdTable tr.yearrow {
  border-bottom: solid 2px #e2a506;
}
@media (max-width: 768px) {
  table.rwdTable .evaluateBtnTd span,
  table.rwdTable .evaluateBtnTd a {
    padding: 10px 0;
  }
}

.proList .itemList.cowboyListType5 .item .itemTitle {
  font-size: 20px;
}
@media (max-width: 768px) {
  .proList .itemList .item .itemTitle,
  .proList .itemList.cowboyListType5 .item .itemTitle {
    font-size: 18px;
  }
}
/* 2025-07-10 #7692 E */