/*載入思源黑體*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');

@font-face {
  font-family: 'Aktiv Grotesk';
  src: url('AktivGrotesk.ttf');
  font-display: swap;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans TC', sans-serif, arial, "微軟正黑體", "蘋果儷黑體", Verdana, Helvetica;
  font-weight: 500;
}

.momo_WRAPPER img {
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
  height: auto;
  border: 0;
}

.momo_WRAPPER {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  background-color: #FFFFFF;
}

.momo_WRAPPER .logo {
  max-width: 600px;
}

.momo_WRAPPER .menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2%;
}

.momo_WRAPPER .menu a {
  flex: 0 32%;
  width: 100%;
  margin: 0 0 1% 1%;
  display: flex;
  align-items: flex-start;
  color: white;
  font-size: 1rem;
  justify-content: center;
}

.momo_WRAPPER .swiper-container {
  --swiper-navigation-size: 25px;
  --swiper-theme-color: #F1F1F1;
}

/* 解決在Safari中閃爍 */
.momo_WRAPPER .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.momo_WRAPPER .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
}

.momo_WRAPPER .banner {
  margin-bottom: 1%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.momo_WRAPPER .main a {
  transition: all 0.5s ease 0s;
  display: inline-block;
}

.momo_WRAPPER .main a:hover {
  transform: translateY(-20px);
}

.momo_WRAPPER .bg {
  background-repeat: no-repeat;
  background-position: center top;
}

.momo_WRAPPER .pc_menu {
  display: flex;
  justify-content: center;
  background-color: #00cbd5;
  position: sticky;
  top: 0;
  z-index: 999;
}

.momo_WRAPPER .pc_menu .menu_item {
  position: relative;
}

.momo_WRAPPER .pc_menu .menu_item > a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 22px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.3s;
  cursor: pointer;
}

.momo_WRAPPER .pc_menu .menu_item .arrow {
  font-size: 8px;
  margin-left: 5px;
  vertical-align: middle;
  opacity: 0.8;
  transition: transform 0.3s;
  display: inline-block;
}

.momo_WRAPPER .pc_menu .menu_item.active .arrow {
  transform: rotate(180deg);
}

.momo_WRAPPER .pc_menu .menu_item.active > a {
  color: #222222;
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (min-width: 1201px) {
  .momo_WRAPPER .pc_menu .menu_item:hover .arrow {
    transform: rotate(180deg);
  }
  .momo_WRAPPER .pc_menu .menu_item:hover > a {
    color: #222222;
    background-color: rgba(255, 255, 255, 0.9);
  }
}

.momo_WRAPPER .pc_menu .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  text-align: center;
}

.momo_WRAPPER .pc_menu .menu_item.active .dropdown {
  display: block !important;
}

@media screen and (min-width: 1201px) {
  .momo_WRAPPER .pc_menu .menu_item:hover .dropdown {
    display: block;
  }
}

.momo_WRAPPER .pc_menu .menu_item.force-hide .dropdown {
  display: none !important;
}

.momo_WRAPPER .pc_menu .dropdown li {
  width: 100%;
}

.momo_WRAPPER .pc_menu .dropdown li a {
  color: #555555;
  font-size: 18px;
  padding: 12px 10px;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  transition: all 0.3s;
}

.momo_WRAPPER .pc_menu .dropdown li a.all_link {
  font-weight: 800;
  color: #00cbd5;
  background-color: rgba(0, 203, 213, 0.05);
}

.momo_WRAPPER .pc_menu .dropdown li a:hover {
  background-color: #00cbd5;
  color: #FFFFFF;
}

.momo_WRAPPER .pc_menu .dropdown li:last-child a {
  border-bottom: none;
}

.momo_WRAPPER .main_p {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.momo_WRAPPER .main_p img {
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 20px hsla(184, 39%, 17%, 0.10);
  box-shadow: 0px 0px 20px hsla(184, 39%, 17%, 0.10);
  border: 1px solid #FFFFFF;
}

.swiper-container img {
  width: 100%;
}

/* 新品上市 本月主打 */
.momo_WRAPPER .title_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 110px;
}

.momo_WRAPPER .title_box .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.momo_WRAPPER .title_box .english-title {
  font-size: 50px;
  font-weight: 900;
  font-style: italic;
  color: white;
  -webkit-text-stroke: 2px #00cbd5;/* 線條粗細調整 */
  paint-order: stroke fill;
  letter-spacing: 0.02em;
  margin-bottom: -8px;
}

.momo_WRAPPER .title_box .chinese-title {
  font-size: 80px;
  font-weight: 900;
  color: #00cbd5;
  line-height: 1;
  letter-spacing: 0.1em;
  font-style: italic;
  display: inline-block;
  transform: skewX(0deg);
  /*斜體效果*/
}

.momo_WRAPPER .title_box .bottom-line {
  width: 80%;
  height: 6px;
  background-color: #f1c40f;
  margin-top: 25px;
  border-radius: 3px;
}

/* 本週主打 */
.momo_WRAPPER .title_box2 {
  display: flex;
  align-items: center;
  height: 660px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
.momo_WRAPPER .title_box2 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.momo_WRAPPER .title_box2 .english-title {
  font-size: 50px;
  font-weight: 900;
  font-style: italic;
  color: white;
  -webkit-text-stroke: 2px #2A2A2A;
  paint-order: stroke fill;
  letter-spacing: 0.02em;
  margin-bottom: -8px;
}
.momo_WRAPPER .title_box2 .chinese-title {
  font-size: 80px;
  font-weight: 900;
  color: #2A2A2A;
  line-height: 1;
  letter-spacing: 0.1em;
  font-style: italic;
  display: inline-block;
  transform: skewX(0deg);
  text-shadow: 0px 0px 30px rgba(255, 255, 255, 1.0), 
               0px 0px 40px rgba(255, 255, 255, 0.8), 
               0px 0px 70px rgba(255, 255, 255, 0.6);
}
.momo_WRAPPER .title_box2 .bottom-line {
  width: 80%;
  height: 6px;
  background-color: #f1c40f;
  margin-top: 25px;
  border-radius: 3px;
}

/* 馬上升級 飆速Wi-Fi 7 */
.momo_WRAPPER .title_box3 {
  display: flex;
  align-items: center;
  height: 670px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
.momo_WRAPPER .title_box3 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.momo_WRAPPER .title_box3 .english-title {
  font-size: 45px;
  font-weight: 900;
  font-style: italic;
  color: white;
  -webkit-text-stroke: 2px rgb(71 173 238);
  paint-order: stroke fill;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
.momo_WRAPPER .title_box3 .chinese-title {
  font-size: 66px;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-style: italic;
  display: inline-block;
  text-shadow: 0 0 10px rgb(15 155 241 / 80%), 0 0 20px rgb(15 155 241 / 50%), 0 0 40px rgb(15 155 241 / 30%);
}
.momo_WRAPPER .title_box3 .bottom-line {
  width: 80%;
  height: 6px;
  background-color: #f1c40f;
  margin-top: 25px;
  border-radius: 3px;
}

/* 智慧居家 安全首選 */
.momo_WRAPPER .title_box4 {
  display: flex;
  align-items: center;
  height: 650px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
.momo_WRAPPER .title_box4 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.momo_WRAPPER .title_box4 .english-title {
  font-size: 45px;
  font-weight: 900;
  font-style: italic;
  color: white;
  -webkit-text-stroke: 2px #2A2A2A;
  paint-order: stroke fill;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
.momo_WRAPPER .title_box4 .chinese-title {
  font-size: 70px;
  font-weight: 900;
  color: #2A2A2A;
  line-height: 1;
  letter-spacing: 0.1em;
  font-style: italic;
  display: inline-block;
  transform: skewX(0deg);
  text-shadow: 0px 0px 30px rgba(255, 255, 255, 1.0), 
               0px 0px 40px rgba(255, 255, 255, 0.8), 
               0px 0px 70px rgba(255, 255, 255, 0.6);
}
.momo_WRAPPER .title_box4 .bottom-line {
  width: 80%;
  height: 6px;
  background-color: #f1c40f;
  margin-top: 25px;
  border-radius: 3px;
}

/* 熱銷品項 馬上下單 */
.momo_WRAPPER .title_box5 {
  display: flex;
  align-items: center;
  height: 500px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
.momo_WRAPPER .title_box5 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.momo_WRAPPER .title_box5 .english-title {
  font-size: 45px;
  font-weight: 900;
  font-style: italic;
  color: #A2F6FD;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
.momo_WRAPPER .title_box5 .chinese-title {
  font-size: 70px;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 0.1em;
  font-style: italic;
  display: inline-block;
  transform: skewX(0deg);
}
.momo_WRAPPER .title_box5 .bottom-line {
  width: 80%;
  height: 6px;
  background-color: #f1c40f;
  margin-top: 25px;
  border-radius: 3px;
}

.momo_WRAPPER .bg1-p {
  background-color: #edf9fb;
  background-image: url(bg1.jpg);
  margin-top: 2%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 2500px auto;
  overflow: hidden;
  padding-left: 40px;
  padding-right: 40px;
}

.momo_WRAPPER .pd {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.momo_WRAPPER .pd .p {
  width: 47%;
}
.momo_WRAPPER .pd a {
  background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.80) 0%, rgba(242, 254, 255, 0.80) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0.80) 0%, rgba(242, 254, 255, 0.80) 100%);
  background-image: -o-linear-gradient(270deg, rgba(255, 255, 255, 0.80) 0%, rgba(242, 254, 255, 0.80) 100%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.80) 0%, rgba(242, 254, 255, 0.80) 100%);
  text-decoration: none;
  border-radius: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 30px;
  -webkit-box-shadow: 0px 0px 20px hsla(183, 100%, 33%, 0.20);
  box-shadow: 0px 0px 20px hsla(183, 100%, 33%, 0.20);
}
.momo_WRAPPER .pd .des {
  color: #525252;
  font-size: 30px;
  height: 80px;
}
.momo_WRAPPER .pd .price {
  color: #00cbd5;
  font-size: 60px;
  font-style: italic;
  font-weight: 800;
  padding-top: 20px;
  padding-bottom: 20px;
}

.momo_WRAPPER .pd .price .original {
  font-size: 28px;
  font-weight: 700;
  color: #2c2c2c;
  text-decoration: line-through;
}

.momo_WRAPPER .pd .price .nt {
  font-size: 30px;
  font-weight: 700;
  padding-right: 10px;
}

.momo_WRAPPER .pd .no {
  display: flex;
  position: relative;
  /* 為虛擬元素定位 */
  background-color: #00cbd5;
  width: 50%;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

.momo_WRAPPER .pd .no::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 100%;
  background-color: #FFC107;
}

.momo_WRAPPER .pd .no .area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding-top: 8px;
  padding-bottom: 10px;
}

.momo_WRAPPER .pd .no .text-logo {
  color: #FFFFFF;
  font-size: 22px;
  line-height: 1;/* 強制行高為 1，消除字體內建間距 */
  white-space: nowrap;
  display: flex;
  align-items: center; 
  justify-content: center;
  font-weight: 700;
}

.momo_WRAPPER .role {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.momo_WRAPPER .pd2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.momo_WRAPPER .pd2 a {
  width: 42%;
  padding: 30px;
}

.momo_WRAPPER .pd2 img {
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 20px hsla(184, 39%, 17%, 0.20);
  box-shadow: 0px 0px 20px hsla(184, 39%, 17%, 0.20);
}

.momo_WRAPPER .youtube{
  max-width: 1300px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}
.momo_WRAPPER .youtube iframe{
  width: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 20px hsla(184, 39%, 17%, 0.20);
  box-shadow: 0px 0px 20px hsla(184, 39%, 17%, 0.20);
  border: 1px solid #FFFFFF;
  height: 600px;
}

.momo_WRAPPER .bg2 {
  background-image: url(bg2.jpg);
  padding-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
}
.momo_WRAPPER .bg3 {
  background-image: url(bg3.jpg);
  padding-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
}
.momo_WRAPPER .bg4 {
  background-image: url(bg4.jpg);
  padding-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
}
.momo_WRAPPER .bg5 {
  background-image: url(bg5.jpg);
  padding-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
}
.momo_WRAPPER .footer{
  padding: 20px;
  color: #212121;
  font-size: 17px;
  line-height: 18px;
}

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

  /* 新品上市 本月主打 */
  .momo_WRAPPER .title_box img {
    width: 44.08vw;
  }
  .momo_WRAPPER .title_box {
    margin-top: 9.17vw;
  }
  .momo_WRAPPER .title_box .english-title{
    font-size: 4.5vw;
    -webkit-text-stroke-width: 0.5vw;
    margin-bottom: 0.4vw;
  }
  .momo_WRAPPER .title_box .chinese-title{
    font-size: 9vw;
  }
  .momo_WRAPPER .title_box .bottom-line{
    height: 0.5vw;
    margin-top: 2.08vw;
  }
  
  /* 本週主打 */
  .momo_WRAPPER .title_box2 {
    height: 45vw;
  }
  .momo_WRAPPER .title_box2 .english-title{
    font-size: 3.2vw;
    -webkit-text-stroke-width: 0.5vw;
    margin-bottom: 0.4vw;
  }
  .momo_WRAPPER .title_box2 .chinese-title{
    font-size: 8vw;
  }
  .momo_WRAPPER .title_box2 .bottom-line{
    height: 0.5vw;
    margin-top: 2.08vw;
  }

  /* 馬上升級 飆速Wi-Fi 7 */
  .momo_WRAPPER .title_box3 {
    height: 40vw;
  }
  .momo_WRAPPER .title_box3 .english-title{
    font-size: 4vw;
    -webkit-text-stroke-width: 0.5vw;
    margin-bottom: 0.4vw;
  }
  .momo_WRAPPER .title_box3 .chinese-title{
    font-size: 5vw;
  }
  .momo_WRAPPER .title_box3 .bottom-line{
    height: 0.5vw;
    margin-top: 2.08vw;
  }

  /* 智慧居家 安全首選 */
  .momo_WRAPPER .title_box4 {
    height: 40vw;
  }
  .momo_WRAPPER .title_box4 .english-title{
  font-size: 4vw;
  -webkit-text-stroke-width: 0.5vw;
  margin-bottom: 0.4vw;
  }
  .momo_WRAPPER .title_box4 .chinese-title{
    font-size: 5.9vw;
  }
  .momo_WRAPPER .title_box4 .bottom-line{
    height: 0.5vw;
    margin-top: 2.08vw;
  }

  /* 熱銷品項 馬上下單 */
  .momo_WRAPPER .title_box5 {
    height: 28vw;
  }
  .momo_WRAPPER .title_box5 .english-title{
    font-size: 3vw;
    margin-bottom: 0.4vw;
  }
  .momo_WRAPPER .title_box5 .chinese-title{
    font-size: 5vw;
  }
  .momo_WRAPPER .title_box5 .bottom-line{
    height: 0.5vw;
    margin-top: 2.08vw;
  }  

  .momo_WRAPPER .pd a {
    border-radius: 1.67vw;
    padding-bottom: 2.5vw;
    padding-left: 1.67vw;
    padding-right: 1.67vw;
    margin: 2.5vw;
    -webkit-box-shadow: 0px 0px 1.67vw hsla(183, 100%, 33%, 0.20);
    box-shadow: 0px 0px 1.67vw hsla(183, 100%, 33%, 0.20);
  }

  .momo_WRAPPER .pd .des {
    font-size: 2.5vw;
    height: 6.67vw;
  }

  .momo_WRAPPER .pd .price {
    font-size: 5vw;
    padding-top: 1.67vw;
    padding-bottom: 1.67vw;
  }

  .momo_WRAPPER .pd .price .original {
    font-size: 2.33vw;
  }

  .momo_WRAPPER .pd .price .nt {
    font-size: 2.5vw;
    padding-right: 0.83vw;
  }
  .momo_WRAPPER .pd .no {
    width: 60%;
  }
  .momo_WRAPPER .pd .no::before {
    width: 1vw;
  }

  .momo_WRAPPER .pd .no .area {
  padding-top: 6px;
  padding-bottom: 6px;
  }

  .momo_WRAPPER .pd .no .text-logo {
    font-size: 2.5vw;
  }

  .momo_WRAPPER .role img {
    width: 30vw;
  }
  
  .momo_WRAPPER .youtube iframe {
    height: 50vw;
  }
  
  .momo_WRAPPER .bg1-p {
    background-image: url(m_bg1.jpg);
    background-size: contain;
  }
  .momo_WRAPPER .bg2 {
    background-image: url("m_bg2.jpg");
    background-size: cover;
    padding-bottom: 10vw;
  }
  .momo_WRAPPER .bg3 {
    background-image: url("m_bg3.jpg");
    background-size: cover;
    padding-bottom: 10vw;
  }
  .momo_WRAPPER .bg4 {
    background-image: url("m_bg4.jpg");
    background-size: cover;
    padding-bottom: 10vw;
  }
  .momo_WRAPPER .bg5 {
    background-image: url("m_bg5.jpg");
    background-size: cover;
    padding-bottom: 10vw;
  }
  .momo_WRAPPER .pd2 a {
      width: 40%;
      padding: 25px;
  }
  
}

@media screen and (max-width: 767px) {
  .pc_show {
    display: block;
    text-align: center;
  }

  .m_show {
    display: none;
    text-align: center;
  }

  .momo_WRAPPER .pc_menu {
    justify-content: space-evenly;
  }

  .momo_WRAPPER .main_p {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .momo_WRAPPER .logo {
    max-width: 100%;
  }

  .momo_WRAPPER .pc_menu .menu_item > a {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .momo_WRAPPER .pc_menu .dropdown {
    min-width: 120px;
  }

  /* 修正最右邊選單被裁切的問題 */
  .momo_WRAPPER .pc_menu .menu_item:last-child .dropdown {
    left: auto;
    right: 0;
  }

  .momo_WRAPPER .pc_menu .dropdown li a {
    font-size: 16px;
    padding: 8px 10px;
  }

  .momo_WRAPPER .pc_menu .dropdown li a:hover {
    padding-left: 15px;
  }

  .momo_WRAPPER .pd2 a {
    width: 45%;
    padding: 8px;
  }
  .momo_WRAPPER .footer {
    font-size: 15px;
    line-height: 20px;
  }
  
  .momo_WRAPPER .pd2 img {
    border-radius: 6px;
  }

  .momo_WRAPPER .bg1-p {
    padding-left: 0px;
    padding-right: 0px;
  }
  .momo_WRAPPER .bg2 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .momo_WRAPPER .bg3 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .momo_WRAPPER .bg4 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .momo_WRAPPER .bg5 {
    padding-left: 0px;
    padding-right: 0px;
  }  
}