header {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 2px 3px #adadad;
  border-top: 10px solid #188e9c;
}



header .content{
 
  display: flex;
  justify-content: space-between;
  align-items: center; /* 水平 */

  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 80px;
 
  
}


@media (max-width: 992px){
  header .content {
    margin: 0px 30px 0 15px;
  }
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ LOGO ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ LOGO ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ LOGO ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


#logo {
  margin: 0px 0 0px;
  margin-right: auto;
}
#logo img{
  max-width: 100%;
}


@media (max-width: 992px){



  #logo img {
      width: 100px;
      padding: 0px 0 0;
  }

  .itc-navbox {
      margin: 0px 0 0px;
  }


}




/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ icon區(搜尋區) ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ icon區(搜尋區) ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ icon區(搜尋區) ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


.header-search{
  order:4;
}

/* .header-search a{
  color:#dc3545;
  font-size: 16px;

} */
.header-search .btn-blue {
  color: #fff;
  background-color: #1d2445;
  border-color: #1d2445;
}
@media (max-width: 992px){

  .header-search{

      display: none;
  }
  

}



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ icon區 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ icon區 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ icon區 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* .headr-phone{
  order:4;
}

.headr-phone a {
  color: #dc3545;
  font-size: 16px;
  font-weight: bold;
}
.headr-phone a:hover{
  color:#ff843c;
 
}
@media (max-width: 992px){

  .headr-phone{

      display: none;
  }
  

} */


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 箭頭區 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 箭頭區 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 箭頭區 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


.menu_pc ul.links  > li.has-sub > a:after {
  display: inline-block;
  content: " ";
  margin: 0 0 2px 5px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #929292;
  border-right: 2px solid #929292;
  transform: rotate(135deg);
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 漢堡 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 漢堡 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 漢堡 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


#menu-button{
  display: none; 
}
@media (max-width: 992px){
  #cssmenu >ul{
    margin: 70px 0 0;
  }

  
  #menu-button{
    display: block;
    order:3; 
    z-index: 200;
  }



   /*  */
  .menuToggle {
    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;
  }
  
  .menuToggle.active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
  }

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




}




/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ NAV區(電腦版) ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ NAV區(電腦版) ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ NAV區(電腦版) ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


.menu_pc ul{
  padding: 0;
}

/* NAV區 */
.menu_pc ul.links{

  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;

}


.menu_pc .links li{
  list-style: none;
  line-height: 80px;
}


.menu_pc .links li a,
.menu_pc .links li label{
  color: #212529;
  font-size: 16px;
  font-weight: bold;
  padding: 9px 20px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.menu_pc .links li label{
  display: none;
}

/* 第1階 */
.menu_pc > ul > li a:hover{
  /* background: #6c757d; */
  color:#17a2b8;
}

/* 第2階和第3階 */
.menu_pc > ul > li > ul > li a:hover{
  background: #17a2b8;
  color: #ffffff;
}


.menu_pc > ul > li > ul > li  {
  min-width: 150px !important; 
}


.menu_pc > ul > li > ul > li > ul > li a {
  font-size: 14px!important; 
}

.menu_pc > ul > li > ul  li:last-child{
  border:none
}

.menu_pc .links li label:hover{
  background: #6c757d;
  color:#fff;
}



.menu_pc .links ul{
  position: absolute;
  background: #fff;
  top: 90px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease; 
  /* border-top: 3px solid #dc3545; */
}
nav.menu_pc > ul > li.has-sub > ul {
  border-top: 3px solid #515055;
}


/* 彈出選單 */
.menu_pc .links li:hover > ul{
  top: 80px;
  opacity: 1;
  visibility: visible;
  box-shadow: 0px 13px 42px 11px rgb(0 0 0 / 5%);
}

.menu_pc .links ul li a{
  display: block;
  width: 100%;
  line-height: 30px;
  border-radius: 0px!important;
}
.menu_pc .links ul ul{
  position: absolute;
  top: 10px;
  right: calc(-100% + -50px);
}
.menu_pc .links ul li{
  position: relative;
  min-width: 200px;
  /* border-bottom: 1px solid #efefef; */
}
.menu_pc .links ul li:hover ul{
  top: 0;
}

.menu_pc ul > li >ul{
  display: none;
} 
.menu_pc ul li:hover ul{
  display: block;
}




/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ NAV區(手機版) ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ NAV區(手機版) ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ NAV區(手機版) ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu {
  position: fixed;
  min-height: 100vh;
  /* height: 100%; */
  /* width: calc(100% - 10%); */

  width:80%;
  /* max-width: 350px; */
  top: 0;
  bottom: 0;
  right: -100%;
  background: #ffffff;
  display: block;
  line-height: 50px;
  overflow-y: auto;
  box-shadow: 0px 15px 15px rgb(0 0 0 / 18%);
  transition: all 0.3s ease;
  z-index: 200;
}
#cssmenu.open {
  right: 0%;
}
#cssmenu >ul {
  margin: 70px 0 0;
}
/* 最外層 */
/* #cssmenu {
  width: 100%;
  font-family: Montserrat, sans-serif;
  background: #fff;
  position: absolute;
  top:0%;
} */

#cssmenu ul li {
  width: 100%;
  border-top: 1px solid rgba(120, 120, 120, 0.2);
}

@media (max-width: 992px){
  #cssmenu  ul  ul{
    display: none;
  }
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 第1層 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 第1層 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 第1層 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #212529;
  font-weight: 700;
  text-transform: uppercase;
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 第2層 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 第2層 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 第2層 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#cssmenu ul ul li a {
  /* border-bottom: 1px solid #ccc; */
  padding:17px;
  width:100%;;
  font-size: 16px;
  text-decoration: none;
  color: #212529;
  font-weight: 400;
  background: #e9ecef;
}

#cssmenu ul ul li,
#cssmenu li:hover > ul > li {
  height: auto;
}

/* #cssmenu li:hover > a,
#cssmenu li.active > a {
  color: #231fff;
} */



#cssmenu > ul > li > ul > li > a {
  background: #f8f9fa;
  padding-left: 30px;
}
/* #cssmenu > ul > li > ul > li ul > li {
  background: #f7f7f7;

} */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 第3層 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 第3層 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 第3層 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#cssmenu > ul > li > ul > li ul > li > a {
  padding-left: 40px;
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 按鈕 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 按鈕 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 按鈕 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


  /* 按鈕共用 */
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 50px;
    width: 50px;
    cursor: pointer;
    /* background: #28a745; */

  }

 

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 十字箭頭 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 十字箭頭 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 十字箭頭 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/




  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #212529;
    content: '';
  }



  #cssmenu .submenu-button.submenu-opened:after {
    background: #212529;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #212529;
    content: '';
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 遮罩區 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 遮罩區 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 遮罩區 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.mask {
  display: none;
  position: fixed;
  min-height: 100vh;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
}


#switchBtnArea #switchBtn {
  display: none;
}

@media (max-width: 992px){
  #switchBtnArea #switchBtn {
    position: absolute;
      top: 0px;
      left: 0px;
      width: 40px;
      height: 40px;
      background: #a7a7a7 url(images/nav/btn_close.png) no-repeat center center;
      border-radius: 5px;
      z-index: 1000;
  }
}

