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

a {
  text-decoration: none; /* 移除下底線 */
  color: inherit; /* 繼承父元素的顏色 */
}

/* 960像素及以上寬度的螢幕顯示for_pc類 */
@media (min-width: 960px) {
  .for_pc {
      display: block;
  }
  .for_phone {
      display: none;
  }
}

/* 960像素以下寬度的螢幕顯示for_phone類 */
@media (max-width: 959px) {
  .for_pc {
      display: none;
  }
  .for_phone {
      display: block;
  }
}


/*1行1組*/
.oneInLine {
  margin-top: 2.5%;
  text-align: center;
  display: block;
  width: 100%;
}
.oneInLinea {
  margin-top: 14%;
  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;
}

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

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

/*1行2組*/
.threeInLine {
  display: flex;
  justify-content: space-evenly;
  margin-top: 4%;
}
.threeInLine_bom {
  display: flex;
  justify-content: space-evenly;
  margin-top: 2%;
  padding: 0% 1.5%;
}
.threeInLine_item {
  width: 33.333%;
}
.threeInLine_img {
  width: 100%;
  padding:0%;
}

/*1行4組*/
.fourInLine {
  display: flex;
  justify-content: space-evenly;
  margin-top: 2%;
}
.fourInLine_item {
  width: 24.2%;
}
.fourInLine_img {
  width: 100%;
}

/*1行4組bom*/
.fourbomInLine {
  display: flex;
  justify-content: space-evenly;
  padding: 1%;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.fourbomInLine_item {
  width: 24.5%;
}
.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{
    margin-bottom: 0px;
    padding: 3% 2% 3% 2%;
  }
  .fourbomInLine_item {
    width: 49%;
  }
  .twoInLine_bom {
    padding: 0% 0%;
  }
}

/* 一張圖上面蓋兩張小圖 */
.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-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_bom {
  width: 100%;
  text-align: center;
  margin-top: 0%;
}

.bom_area {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner_bg_1 {
  background-image: url('../images/bom_banner_bg1.jpg?t=1751007607619'); 
  background-size: auto; /* 保持原比例 */
  background-position: center top; /* 對齊上中 */
  background-repeat: no-repeat; /* 禁止重複 */
  width: 100%;
}

.banner_bg_2 {
  background-image: url('../images/bom_banner_bg2.jpg?t=1751007607619'); 
  background-size: auto; /* 保持原比例 */
  background-position: center top; /* 對齊上中 */
  background-repeat: no-repeat; /* 禁止重複 */
  width: 100%;
}

.banner_bg_3 {
  background-image: url('../images/bom_banner_bg3.jpg?t=1751007607619'); 
  background-size: auto; /* 保持原比例 */
  background-position: center top; /* 對齊上中 */
  background-repeat: no-repeat; /* 禁止重複 */
  width: 100%;
}

.banner_bg_4 {
  background-image: url('../images/bom_banner_bg4.jpg?t=1751007607619'); 
  background-size: auto; /* 保持原比例 */
  background-position: center top; /* 對齊上中 */
  background-repeat: no-repeat; /* 禁止重複 */
  width: 100%;
}

.bom_content {
  width: 1000px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.oneInLinebn{
  margin-top: 0%;
  text-align: center;
  display: block;
  width: 100%;  
}

.fullBlock {
  width: 100%;
  text-align: center;
  margin-top: 2%;
}
.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-bg.jpg?t=1751007607619);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 959px) {
  .bom_content {
    width: 100%;
  }
  .fullBlock_img_pc {
    display: none;
  }
  .fullBlock_img_mo {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}

/* 按鈕swiper */
.btnSwiper {
  width: 100%;
  margin-top: 1%;
}
.btnSwiper_btnContainer {
  /* display: flex;
  justify-content: space-evenly; */
  display: flex;
  justify-content: flex-start;
  margin: -28px 0;
  padding: 0 5%;
}
.btnSwiper_btn {
  width: 23%;
  cursor: pointer;
  margin: 0% 3% 2% 0%;
}
.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%;
}
@media screen and (max-width: 959px) {
  .btnSwiper {
    margin-top: 2%;
  }
  .btnSwiper_btnContainer {
    margin: -1.5% 0;
    padding: 0 2%;
    display: flex;
    justify-content: flex-start;
  }
  .btnSwiper_btn{
    margin: 0% 3% 2% 0%;
  }
}

/* 影片 */
.video {
  text-align: center;
}
.video_horizontal {
  margin-top: 6%;
  width: 100%;
  position: relative;
}
.video_horizontal_img {
  width: 816px;
}
.video_horizontal_iframe {
  width: 100%;
}
.video_vertical {
  margin-top: 0%;
  width: 85%;
  position: relative;
  margin: 0 auto;
}
.video_vertical_img {
  width: 100%;
}
.video_vertical_iframe {
  position: absolute;
  top: 2.5%;
  left: 1.875%;
  width: 45.83%;
  height: 95.48%;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  width: 816px;
  background: #000;
  margin-top: 3%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .video_vertical {
    width: 100%;
  }
  .video_horizontal_img {
    width: 100%;
  }
  .video-container {
    width: 100%;
  }
}


/*效果*/
.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(103%);
}
/*滑過上移+陰影*/
.go_bt4 {
  transition: all 0.4s ease;
}
.go_bt4:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3); /* 添加陰影效果 */
}

/*滑過上移*/
.go_bt4a {
  transition: all 0.4s ease;
}
.go_bt4a:hover {
  transform: translateY(-10px);
}
