/*menu style*/
@media screen and (max-width:1024px) {
  .ma2_version3 .hnav .mli > a{
    padding: 20px 10px;
  }

}
@media screen and (max-width:768px) {
.ma2_version3 .bannerbox{
    margin: 66px auto 0;
}
header{
    position: fixed;
    background-color: #fff;
  }
.ma2_version3 header .navbox{
  position: absolute;
  width: 100%;
  top: 54px;
}



  /*logo*/
.logo {
  padding: 10px 20px 9px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
    header .logo a {
        padding: 0px;
        margin: 0px;
    }
.logo img {
  width: 100%;
  max-width: 150px;
}
.cart_fixedbox{
/*  display: none;*/
}
.member_login_boxbtn a {
    color: #fff;
    margin: 0 auto;
    border-radius: 0px;
  /*  background: #888*/
}




  /*hanburger icon*/
.menu-trigger {
   display: block;
    width: 33px;
    height: 35px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 0px;
 }
.bar, .bar::after, .bar::before {
   width: 6px;
   height: 6px;
   border-radius: 50%;
 }
 .bar {
   position: relative;
   -webkit-transform: translateY(25px);
      -moz-transform: translateY(25px);
           transform: translateY(25px);
   background: #18479F;
   -webkit-transition: all 0ms 300ms;
   -moz-transition: all 0ms 300ms;
   transition: all 0ms 300ms;
  top: -9px;
   left: 0px;
 }
 .bar.animate {
   background: rgba(255, 255, 255,0);
 }
 .bar:before {
   content: "";
   position: absolute;
   left: 0;
   bottom: 9px;
   background: #18479F;
   -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
   -moz-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -moz-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
   transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
   transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
   transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
 }
 .bar:after {
   content: "";
   position: absolute;
   left: 0;
   top: 9px;
   background: #18479F;
   -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
   -moz-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -moz-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
   transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
   transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
   transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
 }
 .bar.animate:after {
  width: 30px;
  border-radius: 0;
   top: 0;
   left: -12px;
   -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
           transform: rotate(45deg);
   -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
   transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
   transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
   transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
 }
 .bar.animate:before {
  width: 30px;
  border-radius: 0;
   bottom: 0;
   left: -12px;
   -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
           transform: rotate(-45deg);
   -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
   transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
   transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
   transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
 }

/*menu*/
/*手機板第二層下拉箭頭轉*/
header .hnav .mul .t .phone_arrow {
  transform:rotate(180deg);
}
header .hnav .mul .has_sub_btn .phone_arrow{
  width: 0;
    height: 0;
    border-style: solid;
    border-width: 10.0px 5.5px 0 5.5px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 27px;
    margin-left: 20px;
  }


  nav {display: none;background: #1F2A52;}
  .subBtn {position: relative;}
  .subBtn a {display: block;width: 100%;}
  .menu_btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding:0; 
  }
  .menu_btn:hover .subBtn {display: none;}
header .hnav .mul > li{
    width: 100%;
    max-width: none;
    margin: 0;
    position: relative;
}
.hnav .mli > a {
  color: #fff;
  border: 0;
  padding: 10px 0em;
  display: inline-block;
}
.hnav .mli .sul {
    position: relative;
    margin-top: 0px;
    background-color: #858585;
    width: 100%;
    left: 0;
    padding: 0px;
}
.hnav .mli:hover .sul {
  display: none; 
}
.hnav .mli.has_sub_btn.t .sul{
  display: block;
}
.hnav .sli a {
    color: #3E3A39;
    padding: 5px 0px;
}
.hnav .sli a:hover{
  color: #fff;
}
.hnav .mli span.sul_icon{
  content: "";
    width: 26px;
    height: 32px;
    top: 7px;
    right: 10px;
    position: absolute;;
    display: inline-block;
    -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
}
.hnav .mli.has_sub_btn span.sul_icon{
  background-image: url('../images/website_image/sul_icon.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.hnav .mli.has_sub_btn.t span.sul_icon{
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.member_login_boxbtn {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    height: auto;
    color: #fff;
    background-color: #ccc;
    font-size: 17px;
    line-height: 40px;
    font-weight: normal;
    text-align: center;
}
.product_search_box {
    position: relative;
    top: 0px;
    width: 100%;
    height: auto;
    color: #fff;
    background-color: #3E3A39;
    padding: 5px 0;
} 
  /*banner*/
/*banner*/
.bannerbox {
    margin: 61px auto 0;
}
.ma2_version2 .bannerbox {
    margin: 32px auto;
}
/*footer*/
.foot_main {
    padding: 32px 15px 15px;
}
.foot_top_left{
  width: 100%;
}
.foot_logo {
    text-align: center;
}
.foot_top_right{
  width: 100%;
      text-align: right;    margin-bottom: -20px;
  padding: 35px 0;
}
.foot_nav .foot_mul {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.foot_nav .foot_mul .foot_mli:hover .foot_sul {
  display: none;
}
.foot_nav .foot_mul .foot_mli.has_sub_btn::before{
  /* content: ''; */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3.5px 0 3.5px;
  border-color: #ffffff transparent transparent transparent;
  top: 8px;
  right: 5px;
  display: inline-block;
  position: absolute;
}
.foot_nav .foot_mul .foot_mli.has_sub_btn.t .foot_sul{
  display: block;
}
.foot_nav .foot_mul .foot_mli .foot_sul {
    position: absolute;
    z-index: 9999;
    width: auto;
    display: none;
    cursor: pointer;
    left: 0;
    padding: 5px 0;
    background-color: #858585;
}
.foot_txt > div {
    font-size: 14px;
}
.copy address > span {
    display: block;
}

/*more*/
.more {
    text-align: center;
    margin: 67px 0 57px;
}
.more a {
    font-size: 1.8em;
}

/*title*/
.title {
    font-size: 23px;
}
.title > img {
    max-width: 52px;
}
.title > span {
    line-height: 52px;
}

/*top*/
#gotop {
    bottom: 2%;
}
#gotop img {
    width: 35px;
}

/*page*/
.page ul li {
    padding: 0;
}

/*index*/
/*about*/
.iabout_box {
    margin: 10px 0 0px;
}
.iabout_box .title {
    width: calc(100% - 30px);
}
.iabout {
    padding: 37px 15px 0;
    margin: 15px 0 0;
}
.iabout .iaboutmain {
    width: 100%;
}
.iabout .iaboutmain .about_left {
    width: 100%;
    padding: 0 10%;
    text-align: center
}
.iabout .iaboutmain .about_right {
    width: 100%;
    padding: 0;
    font-size: 15px
}
.iabout .iaboutmain .about_right h2 {
  font-size: 1.3em;
}
.iabout_box .more {
    margin: 25px 0;
}
/*news*/
.inews_box {
    padding: 0 15px;
    width: 100%;
    margin: 38px auto 0px;
}
.inews_top {
    width: 100%;
    padding-bottom: 15px;
}
.inews_bottom {
    width: 100%;
    padding: 0;
}
.inews_main a {
    padding: 33px 0 15px;
}
.inews_bottom .date {
    width: 100%;
    line-height: 1.5em;
}
.inews_bottom .name {
    width: 100%;
    padding-left: 0em;
    line-height: 1.5em;
    height: 1.5em;
}
.inews_bottom .txt {
  margin: 21px 0 7px;
  height: auto;
}

/*product*/
.iproduct_box {
  padding: 0 15px;
  width: 100%;
}
.iproduct .ipbox .listbox .list {
    width: 45%;
    margin-bottom: 30px;
}
.iproduct .ipbox .listbox .list:not(:nth-child(4n)) {
    margin-right: 0%;
}
.iproduct .ipbox .listbox .list:not(:nth-child(2n)) {
    margin-right: 10%;
}

/*20250718-新首頁*/
.bannerBox .left {
    width: 100%;
}
.bannerBox .right {
    width: 100%;
    padding-left: 0%;
}
.banner_txt p.btn-contact {
    font-size: 17px;
}
.banner_txt h1 {
    font-size: 1.5em;
}
}
@media screen and (max-width: 468px) {
.iproduct .ipbox .listbox .list {
    width: 100%;
    margin-bottom: 0px;
}
.iproduct .ipbox .listbox .list:not(:nth-child(2n)) {
    margin-right: 0%;
}
}