@charset "utf-8";
/* CSS Document */

/*基本*/
body {
  margin: 0;
  padding: 0;
}


/*全BOX版面*/
.WRAPPER {
  z-index: 0;
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  width: 100%;
  min-width: 1220px;
  text-align: left;
  font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica;
}

.WRAPPER img {
  border: 0px;
  vertical-align: top;
}

.WRAPPER a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent
}

@media screen and (max-width:767px) {
  .WRAPPER {}
}


/*預設清單樣式*/
.Area .list_00 ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.Area .list_00 li {
  list-style: none;
  float: left;
  overflow: hidden;
}

@media screen and (max-width:767px) {
  .WRAPPER {
    padding-bottom: 30px;
    min-width: inherit;
    min-height: 100%;
    overflow: hidden;
  }

  .WRAPPER img {
    width: 100%;
    height: auto;
  }
}


/*隱鑶*/
.for_pc {}

.for_phone {
  display: none !important;
}

@media screen and (max-width:767px) {
  .for_pc {
    display: none !important;
  }

  .for_phone {
    display: inherit !important;
  }
}

/*momo logo*/
.Area_logo {}

.Area_logo .momologo {
  z-index: 8;
  position: absolute;
  top: 20px;
  left: 40px;
}

.Area_logo .momologo a {
  display: block;
  width: 200px;
  height: 71px;
  background: url(momo_logo.png?t=1671762958511) no-repeat;
}

.Area_logo .momologo a:hover {
  background: url(momo_logo_on.png?t=1671762958512) no-repeat;
}

@media screen and (max-width:767px) {
  .Area_logo {
    height: auto;
  }

  .Area_logo .momologo {
    display: none;
  }
}




/*區塊_all*/
.Area1220 {
  margin: 0 auto;
  width: 1220px;
}

.Area960 {
  margin: 0 auto;
  width: 960px;
}

.Area {
  position: relative;
  padding: 0;
  border-radius: 0;
  text-align: center;
}

.Area a {
  position: relative;
  display: block;
}

.Area .go_bt {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.Area .go_bt:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}


.WRAPPER .go_bt1 {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.WRAPPER .go_bt1:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}


@media screen and (max-width:767px) {
  .Area1220 {
    width: 100%;
  }

  .Area960 {
    width: 100%;
  }

  .Area .go_bt:hover {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}


/*底部間距*/
@media screen and (min-width: 768px) {
  .Area_bottom {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .Area_bottom {
    margin-bottom: 8vw;
  }
}


/*版頭輪播品*/
.Area_top {
  height: 910px;
}

.Area_top .topPD {
  position: absolute;
  top: 90px;
  left: 640px;
  width: 600px;
}

.Area_top .topPD ul.PD_wrapper {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: content-box;
}

.Area_top .topPD ul.PD_wrapper li {
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  transform: translate(5%, 0);
}

.Area_top .topPD ul.PD_wrapper li.swiper-slide-active {
  opacity: 1;
  transition: .8s ease-out;
  transform: translate(0, 0);
}

.Area_top .topPD .PD_layout .PD_img {
  display: block;
}

.Area_top .topPD .PD_layout .PD_into {
  display: none;
}

.Area_top .title {
  position: absolute;
  top: 160px;
  left: -120px;
  width: 500px;
  z-index: 2;
}

.Area_top .topPD .PD_layout .PD_slide {
  min-width: 100% !important;
}

.Area_top .topPD .PD_layout ul {
  grid-gap: 0px !important;
}

@media screen and (max-width:767px) {
  .Area_top {
    height: 100vw;
  }

  .Area_top .topPD {
    width: 100%;
    height: auto;
    top: 25%;
    left: 0;
  }

  .Area_top .topPD .PD_layout .PD_img {
    display: none;
  }

  .Area_top .topPD .PD_layout .PD_into {
    display: block;
  }

  .Area_top .title {
    display: none;
  }

}



/*主打品輪播*/
.Area_hotpd {
  height: 950px;
  background-image: url(hotpd01-bg.jpg?t=1750936231238);
  background-position: center center;
  background-repeat: no-repeat;
}

.Area_swiper_box-2 {
  margin-top: -30px;
  /* width: 40%; */
}

.PD_wrapper-2 {
  margin-top: 200px;
}

.Area_hotpd .PD_layout {
  width: 100%;
  left: 0;
  overflow: hidden;
}

.Area_hotpd .PD_layout ul {
  display: flex !important;
  padding: 0 !important;
  margin: 0 !important
}

.Area_hotpd .PD_layout ul li img {
  width: 100%;
}

.Area_hotpd .Area_boxstyle_pagination {
  top: 812px;
}

.Area_hotpd .Area_swiper_box ul li {
  width: 1218px !important;
  margin-right: 5px !important;
}

.swiper-pagination-bullet {
  background: #fff !important;
}


@media screen and (max-width:767px) {
  .Area_hotpd {
    background-size: contain;
    width: 100%;
    height: 80vw;
  }

  .Area_swiper_box-2 {
    margin-top: -10px;
  }

  .Area_hotpd .Area_swiper_box ul li {
    width: 100% !important;
    margin-right: 0px !important;
  }

  .Area_hotpd .PD_layout ul li img {
    width: 95%;
  }

  .Area_hotpd .Area_boxstyle_pagination {
    top: 260px;
  }
}

.AreaBtn03 .PD_layout ul {
  grid-gap: 100px;
  margin-top: 20px;
  margin-bottom: -40px;
}

@media screen and (max-width:767px) {
  .AreaBtn03 .PD_layout ul {
    grid-gap: 0vw;
    margin-top: 0px;
    margin-bottom: 0px;
  }

}


/*BN輪播*/
.Area_swiper {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.Area_BN .PD_layout ul {
  height: 230px;
}

@media screen and (max-width:767px) {
  .Area_BN .PD_layout ul {
    height: 30vw;
  }
}

.Area_banner_swiper .box_PD .Area_swiper ul {
  margin: 0;
  padding: 0;
}

.Area_banner_swiper .box_PD .Area_swiper ul li {}

.Area_banner_swiper .box_PD .Area_swiper img {
  border-radius: 10px;
}

@media screen and (max-width:767px) {
  .Area_banner_swiper .box_PD .Area_swiper {
    z-index: 2;
    width: 90%;
    margin: auto;
  }

  .Area_banner_swiper .box_PD .Area_swiper ul li {
    border: none;
  }
}

/*輪播公板調整*/
.Area_banner_swiper .box_PD .PD_layout {}

@media screen and (max-width:767px) {
  .Area_banner_swiper .box_PD .PD_layout .PD_logo {
    z-index: 5;
  }
}

/*輪播特效*/
@media screen and (min-width:768px) {
  .Area_banner_swiper .box_PD .Area_swiper .swiper-slide .PD_img {
    opacity: 0;
  }

  .Area_banner_swiper .box_PD .Area_swiper .swiper-slide-active .PD_img {
    opacity: 1;
    transition: 1s ease-out;
  }

  .Area_banner_swiper .box_PD .Area_swiper .swiper-slide .PD_logo {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .Area_banner_swiper .box_PD .Area_swiper .swiper-slide .PD_logo {
    opacity: 0;
    transition: .2s ease-out;
  }

  .Area_banner_swiper .box_PD .Area_swiper .swiper-slide-active .PD_logo {
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
  }

  .Area_banner_swiper .box_PD .Area_swiper .swiper-slide .PD_img {
    display: none;
  }
}


/*1帶2公版*/
.Area1B2PD {}

.Area1B2PD .colorbg {
  position: absolute;
  width: 1218px;
  top: 193px;
  margin: 0 auto;
  background-color: #3c070a;
  height: 1830px;
  z-index: -1;
}

.Area1B2PD .box {
  padding: 50px 0 0 0;
  margin: 0;
}

.Area1B2PD .Area_1bn2 {
  width: 50%;
  float: left;
  margin-bottom: 80px;
}

.Area1B2PD .Area_1bn2 ul {
  padding-left: 10px;
  padding-right: 10px;
}

.Area1B2PD .box .Area_1bn2 .PD_img img {
  width: 100%;
}

@media screen and (max-width:767px) {
  .Area1B2PD {
    margin: 0;
    height: auto;
  }

  .Area1B2PD .box {
    padding: 0;
  }

  .Area1B2PD .Area_1bn2 {
    width: 100%;
    float: left;
    margin-bottom: 0;
  }

  .Area1B2PD .Area_1bn2 ul {
    padding-left: 0;
    padding-right: 0;
  }

  .Area1B2PD .box .Area_1bn2 .PD_img img {
    border-radius: 0;
  }

  .Area1B2PD .box .Area_1bn2 {
    width: 93%;
    float: none;
    margin: 0 auto;
    margin-bottom: 5vw;
  }
}


/*1+2線上入字公版調整*/
@media screen and (min-width:768px) {

  .PD_layout.Area_1bn2[data-fs-bn-pc*="true"] li:first-child .PD_into,
  .PD_layout ul.PD_wrapper li:first-child .PD_into h3 {
    display: block !important;
  }

  .PD_layout.Area_1bn2[data-fs-bn-pc*="true"] li:first-child .PD_into {
    position: absolute;
    left: 7%;
    top: 13%;
  }

  .PD_layout.Area_1bn2[data-fs-bn-pc*="true"] li:first-child .PD_logo {
    width: 100%;
    padding: 0 8%;
    height: 53px;
    display: block !important;
  }

  .PD_layout.Area_1bn2[data-fs-bn-pc*="true"] li.PD_slide:first-child {
    padding: 0;
    height: 190px;
    background: url("Area_1bn2_bg.png?t=1675421362055") center top / 100% no-repeat scroll;
  }

  .PD_layout.Area_1bn2[data-fs-bn-pc*="true"] li:first-child .PD_img {
    position: relative;
    top: -34px;
    padding: 0;
    height: auto;
  }

  .PD_layout.Area_1bn2[data-fs-bn-pc*="true"] li:first-child .PD_img img {
    width: 100%;
    padding: 0 3% 0 60%;
    border-radius: 0;
  }

  .PD_layout.Area_1bn2[data-fs-bn-pc*="true"] li:first-child .PD h3 {
    position: relative;
    left: 0;
    font-size: 2em;
    background-image: repeating-linear-gradient(179deg, #ffffff 10%, rgb(188 188 188) 109%) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .PD_layout.Area_1bn2[data-fs-bn-pc*="true"] li:first-child .PD p {
    color: #fff;
    font-size: 1.2em;
  }
}

@media screen and (max-width:767px) {

  .Area_1bn2 ul li:first-child {
    height: auto;
    width: 100%;
  }

  .PD_layout.Area_1bn2[data-fs-bn-pc*="true"] li.PD_slide:first-child {
    padding: 0;
    height: 35vw;
    background: url("Area_1bn2_bg.png?t=1675421362055") center 70% / 100% no-repeat scroll;
  }

  .PD_layout.Area_1bn2[data-fs-bn-pc*="true"] li:first-child .PD_into {
    position: absolute;
    left: 6%;
    top: 23%;
  }

  .PD_layout.Area_1bn2[data-fs-bn-pc*="true"] li:first-child .PD_img {
    position: absolute;
    top: -9%;
    display: block !important;
  }

  .PD_layout.Area_1bn2[data-fs-bn-pc*="true"] li:first-child .PD_img img {
    width: 100%;
    padding: 0 3% 0 60%;
  }

  .PD_layout.Area_1bn2[data-fs-bn-pc*="true"] li:first-child .PD_logo img {
    position: relative;
    width: 50%;
    right: 20%;
    padding: 0;
  }

  .PD_layout.Area_1bn2[data-fs-bn-pc*="true"] li:first-child .PD h3 {
    position: relative;
    left: 0;
    font-size: 1.3em;
    top: -3vw;
    width: 62%;
    background-image: repeating-linear-gradient(179deg, #ffffff 10%, rgb(166 166 166) 109%) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .PD_layout.Area_1bn2[data-fs-bn-pc*="true"] li:first-child .PD p {
    color: #fff;
    font-size: 1.1em;
  }
}






/*1帶4公版(直式)*/
.Area_1b4PD {
  margin-top: 50px;
  margin-bottom: 50px;
}

.Area_1b4PD .box .PD_layout {
  margin-top: 50px;
}

@media screen and (max-width:767px) {
  .Area_1b4PD {
    margin-top: 5vw;
    margin-bottom: 5vw
  }

  .Area_1b4PD .box {
    width: 95%;
    margin: 0 auto;
  }

  .Area_1b4PD .box .PD_layout {
    margin-top: 5vw;
  }
}


/*1帶4品公版(橫式)*/
.Area_4PD {}

.Area_4PD .box_PD .PD_layout ul li a h3 {}

@media screen and (min-width: 768px) {
  .Area_4PD {}

  .Area1260 {
    margin: 0 auto;
  }

  .Area_4PD .box_PD .PD_layout {
    width: 1220px;
  }

  .Area_4PD .box_PD .PD_layout[data-pd-col-pc="5"] ul {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .Area_4PD .box_PD .PD_layout ul {
    grid-template-rows: 3% 92% 5%;
  }

  .Area_4PD .box_PD .PD_layout .PD_wrapper li {
    grid-row-start: 2;
    grid-row-end: 4;
  }

  .Area_4PD .box_PD .PD_layout .PD_wrapper li:nth-child(1) {
    grid-row-start: 1;
    grid-row-end: 4;
  }

  .Area_4PD .box_PD_1 {
    background: url(PD_layout_01bg.png?t=1750936231238) no-repeat center top;
  }

}

@media screen and (max-width:767px) {
  .Area_4PD .box_PD .PD_layout {
    margin-bottom: 8vw;
  }
}



/*1帶8品公版*/
@media screen and (min-width:768px) {
  .Area_1P8PD .layout_1P8PD {
    padding-bottom: 80px;
  }

  .Area_1P8PD .layout_1P8PD {
    background: url(pc_1P8PD_bg01.png?t=1750936231238)top center no-repeat;
  }

  .Area_1P8PD .layout_1P8PD ul {
    width: 96%;
    padding: 60px 0 0 0 !important;
    margin: 0 0 0 2% !important;
  }

  .Area_1P8PD .layout_1P8PD ul li {
    border: 1px #105b62 solid;
    padding: 0 !important;
    margin: 0 !important;
  }

  .Area_1P8PD .layout_1P8PD[data-fs-bn-pc*="true"] li.PD_slide:first-child {
    padding-bottom: 10px !important;
  }
}

@media screen and (max-width:767px) {
  .Area_1P8PD .layout_1P8PD {
    padding-bottom: 5vw;
  }

  .Area_1P8PD .layout_1P8PD {
    background: url(mo_1P8PD_bg01.jpg?t=1750936231238)top center repeat-y;
    background-size: 100%;
  }

  .Area_1P8PD .layout_1P8PD[data-fs-bn-phone="true 2"] ul {
    grid-template-rows: auto !important;
  }

  .Area_1P8PD .layout_1P8PD ul {
    width: 96%;
    padding: 0 !important;
    margin: 0 0 0 2% !important;
  }

  .Area_1P8PD .layout_1P8PD ul li {
    border: 1px #105b62 solid;
  }

  .Area_1P8PD .layout_1P8PD[data-fs-bn-phone*="true"] li:first-child .PD_img {
    display: block !important;
  }

}


.WRAPPER .Philips {
  width: 1000px;
  height: 184px;
  bottom: 80px;
  background: url("guan01.png?t=1750936231238") no-repeat center center;
  margin-left: 100px;
  transition: transform 0.3s ease;
}

.WRAPPER .Philips:hover {
  transform: scale(1.05);
}


/*館連結01-新版圖片排版*/
.Areaphoto .PD_layout {
  display: block !important;
  padding-top: 20px;
}

.Areaphoto .PD_layout ul {
  grid-template-areas:
    "a b c"
    "d b e"
    "f g h"
    "i g j";
}

.Areaphoto .PD_layout li:nth-child(1) {
  grid-area: a;
}

.Areaphoto .PD_layout li:nth-child(2) {
  grid-area: b;
}

.Areaphoto .PD_layout li:nth-child(3) {
  grid-area: c;
}

.Areaphoto .PD_layout li:nth-child(4) {
  grid-area: d;
}

.Areaphoto .PD_layout li:nth-child(5) {
  grid-area: e;
}

.Areaphoto .PD_layout li:nth-child(6) {
  grid-area: f;
}

.Areaphoto .PD_layout li:nth-child(7) {
  grid-area: g;
}

.Areaphoto .PD_layout li:nth-child(8) {
  grid-area: h;
}

.Areaphoto .PD_layout li:nth-child(9) {
  grid-area: i;
}

.Areaphoto .PD_layout li:nth-child(10) {
  grid-area: j;
}


.Areaphoto .PD_layout .PD_img {
  display: block;
}

.Areaphoto .PD_layout .PD_into {
  display: none;
}


@media screen and (max-width:767px) {
  .Areaphoto .PD_layout .PD_img {
    display: none;
  }

  .Areaphoto .PD_layout .PD_into {
    display: block;
  }

  /*新版圖片排版*/
  .Areaphoto .PD_layout {
    display: block !important;
  }

  .Areaphoto .PD_layout ul {
    padding: 0 !important;
  }

  .Areaphoto .PD_layout li {
    margin: 0 !important;
  }

  .Areaphoto .PD_layout ul {
    grid-template-areas:
      "a b c"
      "d b e"
      "f g h"
      "i g j";
  }

  .Areaphoto .PD_layout li:nth-child(1) {
    grid-area: a;
  }

  .Areaphoto .PD_layout li:nth-child(2) {
    grid-area: b;
  }

  .Areaphoto .PD_layout li:nth-child(3) {
    grid-area: c;
  }

  .Areaphoto .PD_layout li:nth-child(4) {
    grid-area: d;
  }

  .Areaphoto .PD_layout li:nth-child(5) {
    grid-area: e;
  }

  .Areaphoto .PD_layout li:nth-child(6) {
    grid-area: f;
  }

  .Areaphoto .PD_layout li:nth-child(7) {
    grid-area: g;
  }

  .Areaphoto .PD_layout li:nth-child(8) {
    grid-area: h;
  }

  .Areaphoto .PD_layout li:nth-child(9) {
    grid-area: i;
  }

  .Areaphoto .PD_layout li:nth-child(10) {
    grid-area: j;
  }
}
