
/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  height: 100vh;
  width: 100%;
  font-family: sans-serif;
} */


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


.navber-header {
    position: fixed;
    z-index: 100;
    width: 100%;
    background: #ffffff;
    /* border-top: 10px solid #9b9b9b; */
    /* border-bottom: 1px solid #e9ecef; */
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.navber-header .wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;

  max-width: 1200px;
  height: 70px;
  position: relative;
  margin: 0 auto;  /* 置中 */
  padding: 0 15px;

}

.navber-header .wrapper a {
  text-decoration: none;
  color: #585656;
}

.navber-header .wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;

}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【Logo】■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【Logo】■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【Logo】■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

.navber-header .logo{
  flex: 1;    /* 間距  */
}
.navber-header .logo img{
  /* font-size: 30px;
  font-weight: bold; */
  max-width: 38%;
  /* margin-left: 20px; */
  /* flex-grow: 1; */

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


  .navber-header .logo img{
    max-width: 80%;
  }


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


  .navber-header .logo img{
    max-width: 80%;
  }


}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【icon】電腦+手機版 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【icon】電腦+手機版 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【icon】電腦+手機版 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* 搜尋 */
.box-11{
  padding: 0 20px 0;
}
.box-12{
  padding: 0 20px 0;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【icon】電腦+手機版 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【icon】電腦+手機版 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【icon】電腦+手機版 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* 免費諮詢按鈕 */

.headr-icon{
  display: flex;
  margin-left: 20px;
  margin-top: 0px;
}


.headr-icon .box-0 a{
  background: #ee4145;
  padding: 2px 14px;
  border-radius: 29px;
  color: #fff;
  text-decoration: none;

} 
.headr-icon .box-0 a:hover{
  background: #c93c3e;
  color: #fff;
} 
@media (max-width: 992px){
  .headr-icon .box-0{
    margin: 2px 20px 0;
  } 

  .headr-icon .box-0 a{
    padding: 5px 12px;
    font-size: 12px;
    border-radius: 22px;
  } 

}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【nav】電腦版 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【nav】電腦版 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【nav】電腦版 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* ---------------------父選單-------------------------- */

nav > ul > li{
    display: inline-block; /* 選單方向(直向) */
    line-height: 70px;
    /* position: relative; */
}


nav > ul > li > a{
    text-decoration: none;
    padding:0 20px;
    display: block;
    color:#333;
    font-weight: 700;
}

/* nav > ul >li:hover{
  background: #F44336;
} */

nav > ul > li > a:hover{
    text-decoration: none;
    
    /* color: #F44336; */
    /* background: #F44336; */
    /* color: #333333; */
    color: #333;
    /* font-weight: bold; */
}


/* ------------------子選單------------------------ */


/* 子選單(滑過展開) */
/* nav li:hover ul{ 
    display:block;
} */
nav > ul > li:hover ul{ 
  display:block;
}


/* 子選單(預設隱藏) */
nav ul ul{
    display:none;
    position: absolute;
    top:70px;
    min-width:200px;
    box-shadow: 0px 2px 10px rgba(0,0,0,.09);
}

/* 子選單(外觀) */
nav ul ul li{
    line-height:50px;
    border-top: 1px solid #e9e9e9;
    background-color: #fff;
    padding: 0 20px 0;
}

nav ul ul li:hover{
  text-decoration: none;
  background: #eaeeff;
  color: #fff;
  cursor: pointer;
}

nav ul ul li:hover a{
  color: #fff;
  display: block;
}




/* 漢堡圖示 */
.nav-toggle{
  display: none;
}

/* section {
    height: 100%;
    width: 100%;
    background-color: #f3f2f2;
} */


/* 箭頭(上下) */
nav ul li a:has(+ul)::after{

  display: inline-block;
  content: " ";
  margin: 0 0 3px 5px;

  width: 7px;
  height: 7px;
  border-top: 2px solid #929292;
  border-right: 2px solid #929292;

  transform: rotate(135deg);
  transition: all 0.6s;   

}

nav ul li a:hover:after {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【nav】手機版■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【nav】手機版■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【nav】手機版■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */


@media (max-width:992px){


  /* ------------------ 漢堡------------- */
  .nav-toggle{
    /* flex-grow: 0; */
    display: block;
    font-size: 30px;
    cursor: pointer;
  }




  /* ------------------父選單------------------------ */

  /* 父選單(手機版預設先關閉) */
  nav > ul {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 100;
  }

  /* 當點擊時顯示 */
  nav ul.active{
    display: block;
  }

  /* 選單排列方向(垂直向下) */
  nav ul.active li {
    display: block;
  }

  nav ul li a {
    display: block;
    padding: 2px 20px;
    line-height: 30px;
    background: #ffffff;
    color: #333;
    text-decoration: none;
    position: relative;
  }







  /* ------------------子選單------------------------ */
  /* 關閉滑過展開(電腦版) */
  /* nav ul li:hover ul {
      display: none;     
  } */
  
  nav ul li:hover ul {
    display: none;   
}



  /* TEST */
  nav ul.drop-menu.active{
    display: block;
  }

  nav ul.drop-menu.active li:hover{
    background: #ffffff;

  }
  nav ul.drop-menu.active li:hover a{

    color: #3F51B5;
 
  }
  nav ul.drop-menu.active li a{
    font-size: 14px;
    padding: 0 20px 0;
 
  }



  /* 取消電腦版的設定 */
  nav ul ul {
      position: initial;  
  }

  /* 子選單(外觀) */
  nav ul.drop-menu.active li{
      line-height:50px;
      border-top: 0px solid #ccc;
      padding: 4px 20px 4px;
  }







}




/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【漢堡】手機版 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【漢堡】手機版 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■【漢堡】手機版 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */


@media (max-width: 992px){

  .nav-toggle {
    /* position: fixed; */
    right: 15px;
    cursor: pointer;
    order:3;
    z-index: 200;
  }
  
  .bar1, .bar2, .bar3 {
    width: 26px;
    height: 2px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 4px;
  }
  
  .nav-toggle.active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
  }

  .nav-toggle.active .bar2 {opacity: 0;}
  
  .nav-toggle.active .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -6px);
    transform: rotate(45deg) translate(-6px, -6px);
  }




}




/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■子選單(箭頭旋轉)_手機版 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■子選單(箭頭旋轉)_手機版 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■子選單(箭頭旋轉)_手機版 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

  /* 箭頭位置(左右) */
  nav ul.active li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* 箭頭旋轉 */
  nav ul li.active a:has(+ul)::after{
    transform: rotate(315deg);
  }

































/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■內頁側分類 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■內頁側分類 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■內頁側分類 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */


  .wrapper22 {
    text-align: center;

  }
  
  .wrapper22 .default_option{
    display: none;
  }
  
  
  .wrapper22 .select_ul {
    list-style-type: none;
  }

  .wrapper22 .select_ul li {
    display: inline-block;
    margin: 0 5px;

  }

  .wrapper22 .select_ul li a {
    color: #000000;
    padding: 6px 20px;
    background: #f1f1f1;
    font-size: 14px;

  }
  .wrapper22 .select_ul li a:hover{
    color: #2255e4;
  
  }

  
  .wrapper22 .select_ul li.active {
    background: #000;
    color: #fff;

  }
  .wrapper22 .select_ul li.active a{
    color: #fff;
    background: #000;
  }


  
  @media (max-width:992px){

    .wrapper22 .default_option{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 40px;
      background-color: #252525;
      cursor: pointer;
      border-radius: 7px;
      position: relative;
    }
  
    .wrapper22 .default_option .option{
      padding: 0 25px;
      color: #fff;
    }



    /* 箭頭(上下) */
    .default_option::after{
      display: inline-block;
      content: " ";
      margin: 0 0 3px 5px;
      width: 7px;
      height: 7px;
      border-top: 2px solid #ffffff;
      border-right: 2px solid #ffffff;
      transform: rotate(135deg);
      transition: all 0.6s;   
      position: absolute;
      bottom: calc(50% - 6px);
      right: 20px;
    }

    .wrapper22.active .default_option::after {
      transform: rotate(315deg);
    }

    .default_option:hover:after {
      border-top: 2px solid #eeeeee;
      border-right: 2px solid #eeeeee;
    }

    .wrapper22.active .select_ul {
      display: block;
    }
  
    .wrapper22 .select_ul {
      display: none;
      width: 100%;
      background-color: #e1e1e1;
      list-style-type: none;
      transition: 0.4s;
      box-shadow: 0px 30px 65px 0px rgba(0, 0, 0, 0.1);
      transition: 0.4s;
      min-height: 10px;
      overflow: hidden;
      padding: 0;
      text-align: center;
    }

    .wrapper22 .select_ul li {
      display: block;
      margin-bottom: 3px;
      margin: 0;
      border-bottom: 1px solid #ccc;
    }

    .wrapper22 .select_ul li:hover{
      color: #000;
 
    }
    .wrapper22 .select_ul li a {
      display: block;
      color: #000000;
      padding: 10px 20px; 
      background: #fff;
    }

    .wrapper22 .select_ul li.active a {
      color: #000;
      background: #fff;
    }
    .wrapper22 .select_ul li.active a:hover{
      color: #2255e4;

 
    }
  }






















