/*中間*/
.ll1_wrapper {
  min-height: calc(100% - 480px);
  padding-top: 120px;
}
/*main*/
.ll1_mainMod {
  margin-top: 50px;
}
/*中間區塊*/
.ll1_mainMod .mainCon {
  width: 1280px;
  margin: 0 auto 0;
  position: relative;
}
.ll1_mainMod .mainCon h1 span {
  background: var(--bgcolor);
  display: inline-block;
  z-index: 2;
  padding: 0 25px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ll1_mainMod .mainCon h1 {
  color: var(--maincolor);
  position: relative;
  line-height: 24px;
  height: 24px;
  width: 100%;
  display: block;
  text-align: center;
  z-index: 0;
  margin-bottom: 26px
}
.ll1_mainMod .mainCon h1 hr {
  border: 0;
  height: 2px;
  width: 100%;
  background: var(--maincolor);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ll1_a_sortable_nav {
  margin: 20px auto;
  text-align: center;
  width: 100%
}
.ll1_a_sortable_nav .button {
  display: inline-block;
  margin: 0 3px;
  border-radius: 5px;
  background: #fff;
  border: 2px solid var(--maincolor);
  color: var(--maincolor);
  padding: 0 10px;
  height: 34px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}
.ll1_a_sortable_nav .button a {
  display: block;
  width: 100%;
  height: 100%
}
.ll1_a_sortable_nav .button.hot {
  background: #f24880;
  border-color: #f24880;
  color: #fff;
}
.ll1_a_sortable_nav .button.is-checked {
  background: var(--maincolor);
  color: #fff;
}
.ll1_a_sortable_nav .button.hot.is-checked {
  background: #f24880;
}
.ll1_a_isotope-items-wrap {
  width: calc(100% + 46px);
  margin-left: 0px;
  position: relative;
  overflow: hidden;
  display: table;
  align-items: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}
.ll1_a_isotope-items-wrap > div.article {
  width: 290px;
  background: #fff;
  height: 330px;
  margin: 0 15px 40px;
  position: relative;
  padding: 5px 5px 0;
  text-align: center;
}
.ll1_a_isotope-items-wrap div.article.hot {
  border: 5px solid #f24880;
  padding: 0
}
.ll1_a_isotope-items-wrap div.article.hot::before {
  content: "Hot";
  display: block;
  width: 40px;
  height: 25px;
  background: #f24880;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center
}
.ll1_a_isotope-items-wrap > div.article .imageMod, .ll1_a_isotope-items-wrap > div.article .noImg {
  height: 280px;
  width: 280px;
  overflow: hidden;
  position: relative;
}
.ll1_a_isotope-items-wrap > div.article .imageMod img {
  max-width: 280px;
  max-height: 280px;
}
.ll1_a_isotope-items-wrap > div.article .noImg{
	font: 16px/23px "微軟正黑體";
	text-align: left;
	padding: 20px
}

.ll1_a_isotope-items-wrap > div.article .btnDetail {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.ll1_a_isotope-items-wrap > div.article span.iconpic {
  width: 26px;
  height: 28px;
  color: #fff;
  position: absolute;
  z-index: 1;
  right: 5px;
  top: 5px;
  text-align: center;
  font-size: 26px;
}
/*內頁*/
.ll1_mainMod .mainInfo {
  display: table;
  width: 100%;
  margin: 50px 0
}
.ll1_mainMod .mainInfo .btnMod {
  width: 100px;
  padding-right: 20px;
  vertical-align: top;
  display: table-cell
}
.ll1_mainMod .mainInfo .btnMod a {
  margin-right: 15px;
  background: var(--maincolor);
  border-radius: 10px;
  width: 100%;
  height: 34px;
  display: block;
  font: 16px/34px "微軟正黑體";
  color: #fff;
  text-align: center
}
.ll1_mainMod .mainInfo .info {
  width: 1100px;
  display: inline-grid;
  grid-template-columns: 500px 535px;
  column-gap: 50px;
  vertical-align: top;
}
.ll1_mainMod .mainInfo .info .noImg{
	
}
.ll1_mainMod .mainInfo .info .share {
  border-top: 1px solid #262626;
  margin-top: 20px;
  padding-top: 20px;
}
.ll1_mainMod .mainInfo .info .share a {
  display: inline-block;
  margin-right: 20px;
}
.ll1_mainMod .mainInfo .info .share a span {
  vertical-align: middle;
  font-size: 30px;
}
.ll1_mainMod .mainInfo .info .mapMod iframe {
  border: 3px solid #fff;
  width: 500px;
  height: 500px;
}
.ll1_mainMod .mainInfo .info .mapMod .address {
  margin-top: 15px;
  line-height: 30px;
}
.ll1_mainMod .mainInfo .info .mapMod .address a {
  text-decoration: underline;
}
.ll1_mainMod .mainInfo .info .mapMod .address span {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  overflow: hidden;
  display: inline-block;
  background: #fff;
  text-align: center;
  position: relative;
  margin-right: 15px;
  float: left;
}
.ll1_mainMod .mainInfo .info .mapMod .address i {
  color: #e0204d;
  height: 30px;
  overflow: hidden;
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ll1_mainMod .mainInfo .info .detail {
  display: inline-block;
  float: left;
  width: 550px;
  font: 17px/28px "微軟正黑體";
}
.ll1_mainMod .mainInfo .info .detail h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.ll1_mainMod .mainInfo .info .detail p {
  line-height: 25px;
  margin-bottom: 30px;
}
.ll1_mainMod .mainInfo .info .detail p.tel, .mainInfo .info .detail p.email {
  font-size: 25px;
}

/*產品介紹hashtag*/
.ll1_mainMod .mainInfo .info .detail ul.hashtagMod {
  width: 100%;
  list-style: none;
  display: table;
  margin-bottom: 20px;
}
.ll1_mainMod .mainInfo .info .detail ul.hashtagMod li {
  display: inline-block;
  padding: 0 8px;
  height: 34px;
  line-height: 32px;
  border-radius: 8px;
  border: 2px solid var(--maincolor);
  margin-right: 10px;
  background: #fff;
  color: var(--maincolor);
  font-size: 16px;
}