.content_aoli {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1220px;
  padding: 0px 110px;
}
.content_aoli img {
  vertical-align: top;
}
@media screen and (max-width: 959px) {
  .content_aoli {
    padding: 0px 0px;
  }
}

/*1行1組*/
.oneInLineBanner {
  margin: 0.5% 2.9% 0% 2.9%;
  text-align: center;
  display: block;
}
@media screen and (max-width: 959px) {
	.oneInLineBanner {
	  margin: 0.5% 0.7% 0% 0.7%;
	}
}

.oneInLineBanner_img {
  width: 100%;
}

.oneInLine {
  margin-top: 8%;
  text-align: center;
  display: block;
}

.oneInLinebom {
  margin-top: 2%;
  text-align: center;
  display: block;
}

.oneInLine_item {
  width: 100%;
}

.oneInLine_img {
  width: 100%;
}

.oneInLine p {
  text-align: center;
  margin: 1.5%;
  font-size: 16px;
  font-weight: 500;
  font-family: "noto Sans TC";
}

@media screen and (max-width: 959px) {
  .oneInLine p {
    font-size: 2vw;
  }
}

/*1行2組*/
.twoInLine {
  display: flex;
  justify-content: space-evenly;
  margin-top: 4%;
}
.twoInLine_item {
  width: 49%;
}
.twoInLine_img {
  width: 100%;
}

/*1行4組*/
.seriesInLine {
  display: flex;
  justify-content: space-evenly;
  margin-top: 8%;
}
.seriesInLine2 {
  display: flex;
  justify-content: space-evenly;
  margin-top: 1%;
}
.seriesInLine_item {
  width: 32%;
}
.seriesInLine_img {
  width: 100%;
}

/*1行4組bom*/
.fourbomInLine {
  display: flex;
  justify-content: space-evenly;
  padding: 1%;
}
.fourbomInLine_item {
  width: 24.5%;
  margin: 0.1%
}
.fourbomInLine_img {
  width: 100%;
}
.fourbomInLine_img:hover {
  transform: translateY(-6px);
}
.fourbomInLine_img:hover {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 959px) {
  .fourbomInLine {
    flex-wrap: wrap;
  }
  .fourbomInLine_item {
    width: 49%;
	padding-bottom: 0.5%;
  }
}

/* 一張圖上面蓋兩張小圖 */
.twoOnImg {
  text-align: center;
  position: relative;
  margin-top: 8%;
}
.twoOnImg_mainImg {
  width: 100%;
}
.twoOnImg_imgA {
  position: absolute;
  bottom: 1%;
  left: 1%;
  width: 48.5%;
}
.twoOnImg_imgB {
  position: absolute;
  bottom: 1%;
  right: 1%;
  width: 48.5%;
}

/* 一張圖上面蓋三張小圖 */

.threeOnImg {
  text-align: center;
  margin-top: 8%;
}
.threeOnImg p {
  margin: 1%;
  font-family: "noto sans TC";
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  .threeOnImg p {
    font-size: 2.2vw;
  }
}

.threeOnImg_imgContainer {
  position: relative;
}
.threeOnImg_mainImg {
  width: 100%;
}
.threeOnImg_imgA {
  position: absolute;
  bottom: 0%;
  left: 0.4%;
  width: 32.78%;
}
.threeOnImg_imgB {
  position: absolute;
  bottom: 0%;
  left: 33.61%;
  width: 32.78%;
}
.threeOnImg_imgC {
  position: absolute;
  bottom: 0%;
  right: 0.4%;
  width: 32.78%;
}

/* 左右滿版，記得放到.content之外才有效果 */
.fullBlock {
  width: 100%;
  text-align: center;
  margin-top: 3%;
}
.fullBlock_img_pc {
  width: 100%;
  max-width: 1220px;
  display: block;
  margin: 0 auto;
}
.fullBlock_img_mo {
  display: none;
}
.brand_bg {
  background-image: url(../images/brand-pc.jpg?t=1751349423022);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 959px) {
  .fullBlock_img_pc {
    display: none;
  }
  .fullBlock_img_mo {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}

/* 按鈕swiper */
.btnSwiper {
  width: 100%;
  margin-top: 8%;
}
.btnSwiper_btnContainer {
  display: flex;
  justify-content: space-evenly;
  margin: 20px 0;
  padding: 0 5%;
}
.btnSwiper_btn {
  width: 23%;
  cursor: pointer;
}
.none {
  display: none;
}
.buttonSwiper {
  width: 100%;
  overflow: hidden;
}
.btnSwiper_slide {
  width: 100% !important;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}
.btnSwiper_transprantImg {
  width: 100%;
}
.btnSwiper_imgContainer {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.btnSwiper_img {
  width: 47%;
  padding: 1% 0;
  object-fit: contain;
}
.btnSwiper_img img {
  width: 100%;
}
.btnSwiper_item1 {
  background-image: url(../images/slider-bg-1.jpg?t=1751349423022);
}
.btnSwiper_item2 {
  background-image: url(../images/slider-bg-2.jpg?t=1751349423022);
}
.btnSwiper_item3 {
  background-image: url(../images/slider-bg-3.jpg?t=1751349423022);
}
.btnSwiper_item4 {
  background-image: url(../images/slider-bg-4.jpg?t=1751349423022);
}
@media screen and (max-width: 959px) {
  .btnSwiper_btnContainer {
    margin: 3% 0;
  }
}

/* 影片 */
.video {
  text-align: center;
}
.video_horizontal {
  margin-top: 6%;
  width: 100%;
  position: relative;
}
.video_horizontal_img {
  width: 100%;
}
.video_horizontal_iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 72%;
  height: 79%;
  margin: 1%;
}
.video_vertical {
  margin-top: 6%;
  width: 100%;
  position: relative;
}
.video_vertical_img {
  width: 100%;
}
.video_vertical_iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 54%;
  height: 96%;
  margin: 2.1%;
}

/*效果*/
.go_bt {
  transition: all 0.4s ease;
}
.go_bt:hover {
  transform: scale(0.95);
}

/*滑過會亮*/
.go_bt2 {
  transition: all 0.4s ease;
}
.go_bt2:hover {
  filter: brightness(108%);
}
/*滑過上移*/
.go_bt4 {
  transition: all 0.4s ease;
}
.go_bt4:hover {
  transform: translateY(-10px);
}
