.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組*/
.oneInLine {
  margin-top: 8%;
  text-align: center;
  display: block;
}

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

.oneInLinebom img{
  padding-bottom: 3.5%;
}

.oneInLine_item {
  width: 100%;
}

.oneInLine_item_a {
  max-width: 25%;
  position: absolute;
  top: 0%;
  left: 0%;
}

.oneInLine_item_b {
  max-width: 25%;
  position: absolute;
  top: 0%;
  left: 25%;
}

.oneInLine_item_c {
  max-width: 25%;
  position: absolute;
  top: 0%;
  left: 50%;
}

.oneInLine_item_d {
  max-width: 25%;
  position: absolute;
  top: 0%;
  left: 75%;
}

.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%;
}

/*系列區*/
.seriesInLine {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 2%;
}
.seriesInLine_item {
  width: 12.5%;
}
.fourInLine_img {
  width: 100%;
  padding: 1%;
}
@media screen and (max-width: 959px) {
  .seriesInLine_item {
    width: 25%;
  }
}
/*1行4組bom*/
.fourbomInLine {
  display: flex;
  justify-content: space-evenly;
  margin-top: 1%;
}
.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 {
    flex-wrap: wrap;
  }
  .fourbomInLine_item {
    width: 49%;
  }
}

/* 一張圖上面蓋兩張小圖 */
.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: 2%;
}
.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%;
}

.fourOnImg_imgContainer {
  position: relative;
}
.fourOnImg_mainImg {
  width: 100%;
}
.fourOnImg_imgA {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0% 1%;
  column-gap: 1%;
  row-gap: 1%;
  top: 24.5%;
  left: 0%;
}
.fourOnImg_imgA img{
  width: 100%;
}

.fourOnImg_imgC {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0% 1%;
  column-gap: 1%;
  row-gap: 1%;
  top: 16.5%;
  left: 0%;
}
.fourOnImg_imgC img{
  width: 100%;
}


.fourOnImg_imgB {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0% 1%;
  column-gap: 1%;
  row-gap: 1%;
  top: 38.5%;
  left: 0%;
}
.fourOnImg_imgB img{
  width: 100%;
}

/* 左右滿版，記得放到.content之外才有效果 */
.fullBlock1 {
  width: 100%;
  text-align: center;
  margin-top: 2.5%;
}
.fullBlock1_img_pc {
  width: 100%;
  max-width: 1220px;
  display: block;
  margin: 0 auto;
}
.fullBlock1_img_mo {
  display: none;
}
.fullBlock2 {
  width: 100%;
  text-align: center;
  margin-top: 0%;
}
.fullBlock2_img_pc {
  width: 100%;
  max-width: 1220px;
  display: block;
  margin: 0 auto;
}
.fullBlock2_img_mo {
  display: none;
}
.official_bg {
  background-image: url(../images/official-bg.jpg?t=1750320371483);
  background-size: cover;
  background-repeat: no-repeat;
}
.brand_bg {
  background-image: url(../images/brand-bg.jpg?t=1750320371483);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 959px) {
  .fullBlock1_img_pc {
    display: none;
  }
  .fullBlock1_img_mo {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .fullBlock2_img_pc {
    display: none;
  }
  .fullBlock2_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/setslider-bg-1.jpg?t=1750320371483);
}
.btnSwiper_item2 {
  background-image: url(../images/setslider-bg-2.jpg?t=1750320371483);
}
.btnSwiper_item3 {
  background-image: url(../images/setslider-bg-3.jpg?t=1750320371483);
}
.btnSwiper_item4 {
  background-image: url(../images/setslider-bg-4.jpg?t=1750320371483);
}
@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);
}


/*鋪底活動*/
.couponbg{
	position: relative;
}
.coupon {
    position: absolute;
    top: 14%;
    left: 11%;
    width: 78%;
    height: 25%;
    display: block;
}
