@charset "utf-8";
body {
    font-family: "Bebas Neue", sans-serif,"Noto Sans TC", sans-serif;
}


/*header*************************************************************/

.navigation {
  grid-template-columns: 230px 1fr;
  padding: 0 20px;
}


.nav-brand {
  width: 130px;
  transition: all 0.4s;
  position: absolute;
}

.header_area {
  background: #fff;
  transition: all .4s ease-in-out;
  padding: 20px 0px;
  position: sticky;
  top: 0;
  width: 100%;
}

.header_area.sticky {
  background: #fff;
}


.me_tp_features {
  display: none;
}

/*第一層*/

.stellarnav li.has-sub>a:after {
  display: none;
}

.stellarnav>ul>li>a {
  letter-spacing: 3px;
  color: #626262;
  font-size: 14px;
  padding: 0px 27px;
  margin: 0px;
  position: relative;
  z-index: 1;
}

.stellarnav>ul>li>a b {
  font-weight: 500;
}

.stellarnav>ul>li.has-sub>a {
  padding-right: 27px;
}

.stellarnav>ul>li>a:hover {
  color: #363636;
}

.stellarnav>ul>li:after {
  content: '';
  position: absolute;
  right: 0px;
  bottom: 16px;
  width: 1px;
  height: 15px;
  background-color: #666666;
  transform: rotate(15deg);
}

.stellarnav>ul>li:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #ebebeb;
  border-radius: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.4s ease-out;
}

.stellarnav>ul>li:hover:before {
  transform: translate(-50%, -50%) scale(1.5);
}

.stellarnav>ul>li>a b:nth-of-type(2) {
  font-size: 11px;
}

.stellarnav>ul>li:nth-last-child(1):after {
  display: none
}

/*第二層*/

.stellarnav ul ul {
  background: #ffffff;
  box-shadow: 1px 1px 25px rgb(0 0 0 / 4%);
  border-radius: 10px;
  width: 170px;
}

.stellarnav li li {
  border: none;
}

.stellarnav>ul>li.drop-left>ul {
  right: -20px;
}

.stellarnav li li>a,
.stellarnav li li.has-sub>a {
  padding: 10px 12px;
  transition: all 0.3s;
  border: none;
  position: relative;
  letter-spacing: 2px;
  font-size: 16px;
  color: #444;
}

.stellarnav li li:hover>a,
.stellarnav li li.has-sub:hover>a {
  color: #3d3d3d;
  background: #f5f5f5;
  border: none;
  margin: 7px;
  border-radius: 10px;
}

@media screen and (max-width: 1200px) {
  .stellarnav>ul>li>a {
    padding: 0px 15px;
  }
}

@media screen and (max-width: 1024px) {
  .navigation {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
  }
  .main_header_area .container {
    max-width: 95%;
  }
  .header_area {
    padding: 55px 20px 0;
  }
  .navigation {
    padding: 0;
  }
  .pageIndex .header_area {
    position: sticky;
  }
  .nav-brand {
    top: -42px;
  }
  .stellarnav ul {
    padding: 20px 0;
  }
}

@media screen and (max-width: 900px) {
  .stellarnav>ul>li>a {
    padding: 0px 13px;
    font-size: 16px;
  }
  .stellarnav>ul>li.has-sub>a {
    padding-right: 13px;
  }
}

@media screen and (max-width: 768px) {
  .nav-brand {
    position: sticky;
  }
  .header_area {
    padding: 20px 0;
  }
  .stellarnav .menu-toggle,
  .stellarnav .call-btn-mobile,
  .stellarnav .location-btn-mobile,
  .stellarnav .close-menu {
    padding: 0px;
  }
}

@media screen and (max-width: 600px) {
  .nav-brand {
    margin-left: 30px;
    width: 167px;
  }
}


/*footer*********************************************************************/

.footer_menu a:nth-of-type(1) {
  display: none;
}

.footer_info li:nth-child(1) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px;
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 0px 30px 20px;
}

.footer_info li:nth-child(2) {
  padding: 0px;
  padding-top: 30px;
}

.footer {
background: #fff;
}

.footer_info {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-right: 80px;
}

.footer_menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.footer_menu a {
  margin: 0;
  text-align: justify;
  transition: all 0.3s;
  border: none;
    padding: 10px 15px;
background: #ffffff;
font-size: 13px;
}

.footer_menu a:hover {
    background: #000000;
}

.box_link {
  display: none;
}

.copy {
  background: transparent;
  color: #606060;
  border: none;
  font-size: 12px;
  padding: 15px 0 25px;
}

.copy a {
  color: #a5a5a5;
  transition: all 0.3s;
}

.copy a:hover {
  color: #b51c20;
}

.footer_logo img {
  width: 150px;
}

@media screen and (max-width: 1024px) {
  .footer_info li:nth-child(1) {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .footer_info {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .footer_logo img {
    width: 170px;
  }
  .footer_menu {
    justify-content: center;
  }
}

@media screen and (max-width: 1480px) {
  .footer_menu {
    grid-template-columns: repeat(auto-fit, minmax(min(60px, 100%), 1fr));
  }
}

@media screen and (max-width: 1024px) {
  .footer_info li:nth-child(1) {
    padding-left: 73px;
  }
  .footer_info li:nth-child(2) {
    padding: 35px 0px 0px 57px;
  }
}

@media screen and (max-width: 768px) {
  .footer_info li:nth-child(1) {
    width: 100%;
  }
  .footer_info li:nth-child(2) {
    width: 100%;
    text-align: center;
  }
  .footer_menu {
    margin: 0;
  }
  .footer_menu a {
    font-size: 15px;
  }
  .box_link {
    position: relative;
    right: 0;
    top: 0;
    text-align: left;
    padding: 15px 0;
  }
  .footer_menu a:hover {
    color: #b51c20;
    background: transparent;
}
  .copy {
    padding: 8px 3% 0 3%;
    text-align: center;
    border-top: 1px solid #d8d8d8;
    font-size: 12px;
  }
  .footer {
    padding: 40px 0 30px;
  }
  .footer_info {
    flex-direction: column;
  }
  .footer_info ul {
    text-align: center;
    margin: 10px 0;
    border: none
  }
  .footer_logo {
    width: 100px;
    margin: 10px auto;
    margin-bottom: 9px;
    justify-content: center;
  }
  .copy {
    border-top: 1px solid #d8d8d833;
  }
  .footer_info li:nth-child(1) {
    border-left: none;
    padding: 0px 0px 30px;
  }
  .footer_info li:nth-child(2) {
    padding: 10px 0px 10px;
  }
  .footer_info {
    padding-right: 30px;
  }
}
/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2025.12.18  */
.product_page .main_part { max-width:1500px;}

.product_page .show_content,
.product_info_page .show_content { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start; width: 100%;}
ul.page { width: 100%;}

.ProdFilter_Item_Show { width: 100%;}
.Prods_Menulists { width: 100%; padding: 0;}
.Prods_Wrap { width: calc(100% - 270px);}

/* 篩選器-左手邊 / 產品分類-上面
.ProdFilter_ { order: 2;}
.Prods_Menulists { order: 1;}
.Prods_Wrap { order: 3;}
.ProdFilter_ { width: 250px; letter-spacing: 1px;}
.ProdFilter_ li { width: 100%;}
.ProdFilter_ li > a { background: #f3f3f3; border: none; border-bottom: 3px #ddd solid;}
.ProdFilter_ dl { position: static; width: 100%; display: block;}
*/

/* 產品分類-左手邊 / 篩選器-上面 */

.ProdFilter_ { order: 1; margin-bottom: 25px;}
.Prods_Menulists { order: 2;}
.Prods_Wrap { order: 3;}
.Prods_Menulists { width: 250px; letter-spacing: 1px;}
.Prods_Menulists ul {}
.Prods_Menulists > ul > li { width: 100%; flex-wrap: wrap;}
.Prods_Menulists ul ul { position: static; border: none;}
.Prods_Menulists ul li ul li {}
.Prods_Menulists li.has-sub.open > a {}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
.product_main { display: block; width: 100%;}    
.sidebarBtn { display: block; width: 100%;}
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
/* 篩選器-左手邊 / 產品分類-上面
.Prods_Wrap { width: 100%;}
.ProdFilter_ { width: 100%;}
.ProdFilter_Item_Show { width: calc(100% - 110px);}
.ProdFilter_ { order: 1;}
.Prods_Menulists { order: 2;}
.ProdFilter_ li > a span { color: #333;}
*/

.Prods_Wrap { width: 100%; margin-top: 20px;}
.ProdFilter_ { width: 100%;}
.Prods_Menulists { opacity: 0; display: none;}

}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 2025.12.26 中間放大*/
.BannerHome02 .swiper-slide-active img { transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide img { transition: transform 5s ease-out; will-change: transform; transform: scale(1);}
.BannerHome02 .swiperBan02 .swiper-slide-active img { transform: scale(1.06);}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}
.banner.banDesign { background-color:#333;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
  

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}



