@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}

/*全BOX版面*/
.WRAPPER {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  overflow: hidden;
  font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica;
  background: #090046;
  background-image: url(BG.jpg?t=1751265924030);
  background-size: cover;
}

.WRAPPER img {
  border: 0px;
  vertical-align: top;
  width: -webkit-fill-available;
  max-width: 100%;
  height: auto;
}

.WRAPPER a {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .WRAPPER {
    min-width: inherit;
  }
  .WRAPPER img {
    width: 100%;
    height: auto;
  }
}
/*背景*/
.bgtop {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1220px;
  height: 100%;
  background: url(bgtop.png?t=1751265924030) repeat-x center top;
}

@media screen and (max-width: 767px) {
  .bgtop {
    min-width: inherit;
    background: url(m_bgtop.jpg?t=1751265924030) no-repeat center 40px;
    background-size: 100%;
  }
}
/*區塊_all*/
.Area {
  position: relative;
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  text-align: center;
}

.Area a {
  display: block;
}

.Area .go_bt {
  transition: all 0.4s ease;
}

.Area .go_bt:hover {
  transform: scale(0.95);
}

.Area1220 {
  margin: 0 auto;
  width: 1220px;
}

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

@media screen and (max-width: 767px) {
  .Area1220 {
    width: 100%;
  }
  .Area960 {
    width: 100%;
  }
}
/*版頭*/
.Area_top .momologo {
  z-index: 2;
  position: absolute;
  top: 15px;
  left: 40px;
}

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

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

@media screen and (max-width: 767px) {
  .Area_top {
    height: auto;
  }
  .Area_top .momologo {
    display: none;
  }
}
/*隱鑶*/
.for_phone {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .for_pc {
    display: none !important;
  }
  .for_phone {
    display: inherit !important;
  }
}
.edm-header__container {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}
.edm-header__container img {
  max-width: 2000px;
}

.edm-nav {
  background-color: #000000;
  display: flex;
  justify-content: start;
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
}
@media (min-width: 1220px) {
  .edm-nav {
    justify-content: center;
    overflow-x: hidden;
  }
}
.edm-nav ul {
  margin: 0;
  list-style: none;
  padding: 14px;
  display: flex;
  align-items: center;
}
.edm-nav ul li.spreader {
  color: #ffffff;
  font-size: 12px;
}
@media (min-width: 1220px) {
  .edm-nav ul li.spreader {
    font-size: 28px;
  }
}
.edm-nav ul li a {
  transition-duration: 0.3s;
  padding: 16px;
  padding-top: 16px;
  color: #ffffff;
  font-size: 12px;
  white-space: nowrap;
}
@media (min-width: 1220px) {
  .edm-nav ul li a {
    font-size: 24px;
  }
}
.edm-nav ul li a:hover {
  background-color: #626262;
}

.hover-up, .edm-cat__container .edm-cat__item, .edm__banner {
  transform: translate(0, 0);
  transition-duration: 0.3s;
}
.hover-up:hover, .edm-cat__container .edm-cat__item:hover, .edm__banner:hover {
  transform: translate(0, -8px);
}

.hover-scale, .edm-feature__container .edm-feature__item, .edm-stars__container .edm-stars__item {
  transform: scale(1);
  transition-duration: 0.3s;
}
.hover-scale:hover, .edm-feature__container .edm-feature__item:hover, .edm-stars__container .edm-stars__item:hover {
  transform: scale(0.98);
}

.edm__container {
  margin-top: 24px;
  margin-bottom: 8px;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 961px) {
  .edm__container {
    margin-top: 24px;
  }
}
.edm__container .edm__banner {
  margin-bottom: 16px;
}
.edm__container.wide {
  max-width: 1400px;
}

.edm-fans__container {
  max-width: 1400px;
}

.edm-stars__container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  max-width: 1400px;
}
.edm-stars__container .edm-stars__item {
  width: 50%;
}

.edm-feature__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.edm-feature__container .edm-feature__item {
  width: 49%;
}

.edm-footer {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  background-color: #000000;
}
.edm-footer img {
  width: 100%;
  max-width: 2000px;
}

.edm__video-container {
  position: relative;
  width: 100%; /* 或者您可以設置為固定的寬度 */
  padding-top: 56.25%; /* 16:9 的影片比例 */
}

.edm__video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hover-up, .edm-cat__container .edm-cat__item, .edm__banner {
  transform: translate(0, 0);
  transition-duration: 0.3s;
}
.hover-up:hover, .edm-cat__container .edm-cat__item:hover, .edm__banner:hover {
  transform: translate(0, -8px);
}

.hover-scale, .edm-stars__container .edm-stars__item, .edm-feature__container .edm-feature__item {
  transform: scale(1);
  transition-duration: 0.3s;
}
.hover-scale:hover, .edm-stars__container .edm-stars__item:hover, .edm-feature__container .edm-feature__item:hover {
  transform: scale(0.98);
}

.edm-cat__container {
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1500px;
}
@media (min-width: 961px) {
  .edm-cat__container {
    margin-top: 16px;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .edm-cat__container > *:not(:last-child) {
    margin-right: 16px;
  }
}
.edm-cat__container .edm-cat__item {
  width: 50%;
}
.edm-cat__container .edm-cat__item image {
  margin: 8px;
  max-width: 100%;
  auto: auto;
}
@media (min-width: 1220px) {
  .edm-cat__container .edm-cat__item image {
    width: initial;
  }
}
@media (min-width: 961px) {
  .edm-cat__container .edm-cat__item {
    width: 25%;
  }
}

.edm-swiper__container {
  display: flex;
  justify-content: center;
}
.edm-swiper__container .swiper {
  width: 100vw;
}
.edm-swiper__container .swiper {
  width: 100%;
  height: 100%;
}
.edm-swiper__container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.edm-swiper__container .swiper-slide img {
  display: block;
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hover-up, .edm__banner, .edm-cat__container .edm-cat__item {
  transform: translate(0, 0);
  transition-duration: 0.3s;
}
.hover-up:hover, .edm__banner:hover, .edm-cat__container .edm-cat__item:hover {
  transform: translate(0, -8px);
}

.hover-scale, .edm-stars__container .edm-stars__item, .edm-feature__container .edm-feature__item {
  transform: scale(1);
  transition-duration: 0.3s;
}
.hover-scale:hover, .edm-stars__container .edm-stars__item:hover, .edm-feature__container .edm-feature__item:hover {
  transform: scale(0.98);
}
