/*topcon*/
.ll1_b_topMod {
  height: 120px;
  background: #fff;
  width: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 1000
}
.ll1_b_topMod.narrow {
  top: -12px;
}
.ll1_b_topMod .topCon {
  width: 100%;
  height: 120px;
  margin: 0 auto;
  display: table;
  position: relative;
}
.ll1_b_topMod .topLogo {
  transition: all .3s;
  width: 350px;
  height: 80px;
  overflow: hidden;
  display: table-cell;
  position: absolute;
  top: 0;
  left: calc((100% - 1100px) / 2);
}
.ll1_b_topMod .topLogo img {
  position: absolute;
  top: 50%;
  left: 0;
  max-height: 65px;
  transform: translateY(-50%);
}
.ll1_b_topMod.narrow .topLogo {
  height: 68px;
  margin: 0;
  top: 10px;
}
.ll1_b_topMod.narrow .topLogo img {
  max-height: 50px;
}
.ll1_b_topMod .topBar1 {
  float: right;
  padding-top: 20px;
  max-height: 68px;
  overflow: hidden;
  padding-right: calc((100% - 1100px) / 2);
}
.ll1_b_topMod.narrow .topBar1 {
  padding-top: 25px
}
.ll1_b_topMod nav {
  height: 40px;
  position: absolute;
  width: 100%;
  bottom: 0;
  background: var(--maincolor);
}
.ll1_b_topMod nav ul {
  list-style: none;
}
.ll1_b_topMod nav ul > li {
  display: inline-block;
  padding: 12px 22px;
  font: 16px/1 "微軟正黑體";
  position: relative;
}
.ll1_b_topMod nav ul > li a{
	color: #fff
}
.ll1_b_topMod nav ul > li::after {
  content: "";
  height: 16px;
  background: #fff;
  width: 1px;
  display: inline-block;
  right: 0;
  position: absolute
}
.ll1_b_topMod nav ul > li .icon-a6 {
  display: inline-block;
  font-size: 13px;
  transform: rotate(0.25turn);
  margin-left: 5px;
}
.ll1_b_topMod nav ul > li:last-child {
  margin-right: 0;
  padding-right: 0
}
.ll1_b_topMod nav ul > li:last-child::after {
  display: none
}
.ll1_b_topMod nav ul ul {
  display: none;
  background: #fff;
  position: absolute;
  width: auto;  
  margin-top: 11px;
  margin-left: -24px;
}
.ll1_b_topMod nav ul ul li {
  text-align: left;
  width: 100%;
  white-space:nowrap;
  padding: 0;
  margin: 0;
  border: 0;
  height: 40px;
  line-height: 40px;  
  border-bottom: 1px solid #bfbfbf;
}
.ll1_b_topMod nav ul ul li:last-child {
  border-bottom: 0
}
.ll1_b_topMod nav ul ul > li::after {
  display: none
}
.ll1_b_topMod nav ul ul li a {
  height: 40px;
  margin: 0;
  color: #262626;
  padding: 0 15px;
}.ll1_b_topMod nav ul ul li a:hover {
	color: var(--maincolor);
}