/* 次導覽列 */
.sub_nav {
  width: 100%;
  height: auto;
  padding: 0px 0px 0px 0px;
  margin: 0px !important;
  position: sticky;
  top: 60px;
  z-index: 98;
  box-shadow: 0px 3px 5px;
  display: flex;
  justify-content: center;
  background: linear-gradient(to bottom, #eab92d 0%, #c79810 100%) !important;
}
#sub_menu_container {
  width: 100%;
  height: auto;
  position: relative;
}
.sub_nav .sub_menu_zw {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px;
  padding: 0px;
}
.sub_nav .sub_menu_zw > li {
  width: 100px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  padding-top: 10px;
  padding-bottom: 5px;
  letter-spacing: 0.2em;
}
.sub_nav .sub_menu_zw > li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 0em !important;
  border: 1px solid white !important;
  border-radius: 5px;
}
.sub_nav .sub_menu_zw > li > a:hover {
  transition-duration: 0.5s;
  background-color: #a57d03;
  cursor: pointer;
  color: #f5f5f5;
  box-shadow: 0px 0px 7px white;
}
/* 商品英文版 */
.sub_nav .sub_menu_en {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px;
  padding: 0px;
}
.sub_nav .sub_menu_en > li {
  width: 110px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 0em !important;
}
.sub_nav .sub_menu_en > li > a {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  color: black;
  text-decoration: none;
  padding-top: 0px;
  padding-right: 0px;
  border: 1px solid white !important;
  border-radius: 5px;
  line-height: 1.5em;
}
.sub_nav .sub_menu_en > li > a:hover {
  transition-duration: 0.5s;
  background-color: #a57d03;
  cursor: pointer;
  color: #f5f5f5;
  box-shadow: 0px 0px 7px white;
}
/* 最新消息中文版 */
.sub_nav .sub_menu_news_zw {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px;
  padding: 0px;
}
.sub_nav .sub_menu_news_zw > li {
  width: 110px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 0em !important;
}
.sub_nav .sub_menu_news_zw > li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 0em !important;
  border: 1px solid white !important;
  border-radius: 5px;
}
.sub_nav .sub_menu_news_zw > li > a:hover {
  transition-duration: 0.5s;
  background-color: #a57d03;
  cursor: pointer;
  color: #f5f5f5;
  box-shadow: 0px 0px 7px white;
}
/* 最新消息英文版 */
.sub_nav .sub_menu_news_en {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px;
  padding: 0px;
}
.sub_nav .sub_menu_news_en > li {
  width: 110px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 0em !important;
}
.sub_nav .sub_menu_news_en > li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 0em !important;
  border: 1px solid white !important;
  border-radius: 5px;
}
.sub_nav .sub_menu_news_en > li > a:hover {
  transition-duration: 0.5s;
  background-color: #a57d03;
  cursor: pointer;
  color: #f5f5f5;
  box-shadow: 0px 0px 7px white;
}
/* 次導覽列按鈕 */
#sub_menu_btn {
  display: none;
  width: 100%;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  background: linear-gradient(to bottom, #45484d 0%, #212121 100%);
  top: 0px;
}
#sub_menu_btn > div {
  position: relative;
  width: 100%;
  height: 50px;
}
#sub_menu_btn > div #circle_btn {
  width: 30px;
  height: 30px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 10px;
  transform: rotate(45deg);
}
.sub_menu_btn_arrow_bottom {
  display: block;
  border-style: solid;
  width: 20px;
  height: 20px;
  border-width: 4px 4px 0 0;
  border-color: #ffffff;
  transform: matrix(-0.71, 0.71, -0.71, -0.71, 0, 0);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 2px;
  transform: rotate(90deg);
}
.sub_menu_btn_arrow_top {
  display: block;
  border-style: solid;
  width: 20px;
  height: 20px;
  border-width: 4px 4px 0 0;
  border-color: #ffffff;
  transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0) !important;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  left: 8px;
  top: 10px;
  transform: rotate(270deg) !important;
}
/* 桌機 */
@media screen and (max-width: 992px) {
}

/* 手機 */
@media screen and (max-width: 768px) {
  .sub_nav {
    width: 100%;
    height: 0px !important;
    position: fixed;
    top: 60px;
    left: 0%;
  }
  #sub_menu_btn {
    display: block;
    top: -60px;
  }
  #products_sidebar_btn {
    display: none;
  }
  .sub_nav .sub_menu_en {
    box-shadow: 0px 1px 5px black;
    top: 60px;
    position: absolute;
    padding-left: 0px;
    background: linear-gradient(to bottom, #eab92d 0%, #c79810 100%) !important;
  }
  .sub_nav .sub_menu_zw > li > a {
    padding-bottom: 10px;
  }
  .sub_nav .sub_menu_en > li > a {
    padding-bottom: 10px;
  }
  .sub_nav .sub_menu_zw {
    box-shadow: 0px 1px 5px black;
    top: 60px;
    position: absolute;
    padding-left: 0px;
    background: linear-gradient(to bottom, #eab92d 0%, #c79810 100%) !important;
  }
  #sub_menu_product {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    box-shadow: 0px 1px 5px black;
  }
  #sub_menu_product {
    padding-left: 0px;
    background: linear-gradient(to bottom, #eab92d 0%, #c79810 100%) !important;
    top: -200px;
  }
  .sub_menu > li > a {
    padding-bottom: 5px;
  }
  .sub_menu_en {
    display: block;
    position: absolute;
    padding-left: 0px;
    top: -160px;
    background: linear-gradient(to bottom, #eab92d 0%, #c79810 100%) !important;
  }
  .sub_menu_en > li > a {
    padding-bottom: 5px;
  }
  /* 最新消息 */
  .sub_nav .sub_menu_news_zw {
    box-shadow: 0px 1px 5px black;
    top: 60px;
    position: absolute;
    padding-left: 0px;
    background: linear-gradient(to bottom, #eab92d 0%, #c79810 100%) !important;
  }
  .sub_nav .sub_menu_news_zw > li > a {
    padding-bottom: 10px;
  }
  .sub_menu_news_zw {
    display: block;
    position: absolute;
    padding-left: 0px;
    top: -160px;
    background: linear-gradient(to bottom, #eab92d 0%, #c79810 100%) !important;
  }
  .sub_menu_news_zw > li > a {
    padding-bottom: 5px;
  }
  /* ------------ */
  .sub_nav .sub_menu_news_en {
    box-shadow: 0px 1px 5px black;
    top: 60px;
    position: absolute;
    padding-left: 0px;
    background: linear-gradient(to bottom, #eab92d 0%, #c79810 100%) !important;
  }
  .sub_nav .sub_menu_news_en > li > a {
    padding-bottom: 10px;
  }
  .sub_menu_news_en {
    display: block;
    position: absolute;
    padding-left: 0px;
    top: -160px;
    background: linear-gradient(to bottom, #eab92d 0%, #c79810 100%) !important;
  }
  .sub_menu_news_en > li > a {
    padding-bottom: 5px;
  }
}
