@charset "UTF-8";
* {
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
}
*:link, *:visited, *:hover, *:active, *:focus {
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
}

.eventPage .star {
  animation: star 10s ease-in infinite alternate;
}
.eventPage .boom {
  animation: boom 0.75s ease;
  /*boom效果*/
}
.eventPage .light {
  animation: light 6s infinite both 0.3s;
  /*light效果*/
}
.eventPage .btn {
  animation: btn 1s infinite;
}

@keyframes star {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
@keyframes boom {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes light {
  0%, 10%, 60%, 100% {
    opacity: 0;
  }
  30%, 50%, 80% {
    opacity: 1;
  }
}
@keyframes btn {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
/* 更新預設小網寬度 */
#CONTENT {
  width: 100% !important;
  max-width: 768px;
  min-width: 320px;
}

.eventPage {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 12px;
  background: url(https://www.myfone.com.tw/buy/myfoneweb/buy/event2025/event250901-main/images/kv_bg_m.jpg) no-repeat center top, linear-gradient(#020018 0%, #020018 30%, #020018 100%);
}
@media all and (min-width: 769px) and (max-width: 1024px) {
  .eventPage {
    max-width: 1200px;
    background: url(https://www.myfone.com.tw/buy/myfoneweb/buy/event2025/event250901-main/images/kv_bg_m.jpg) no-repeat center top, linear-gradient(#020018 0%, #020018 30%, #020018 100%);
    background-size: 100% auto;
  }
}
@media all and (min-width: 1025px) {
  .eventPage {
    max-width: 1200px;
    background: url(https://www.myfone.com.tw/buy/myfoneweb/buy/event2025/event250901-main/images/kv_bg.jpg) no-repeat center top, linear-gradient(#020018 0%, #020018 30%, #020018 100%);
  }
}
.eventPage picture,
.eventPage img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.eventPage .kv {
  position: relative;
  padding-top: 40px;
}
.eventPage .kv .kvGB {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.eventPage .kv .kvGB img {
  width: 100%;
  height: auto;
  display: block;
}
.eventPage .kv .kvWrap {
  position: relative;
  display: grid;
  gap: 20px;
  padding: 0 20px;
}
@media all and (min-width: 1025px) {
  .eventPage .kv .kvWrap {
    grid-template-columns: 2fr 1fr;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }
}
.eventPage .kv .kvLeft {
  position: relative;
  display: grid;
  gap: 0px;
  margin-bottom: 30px;
}
@media all and (min-width: 1025px) {
  .eventPage .kv .kvLeft {
    margin-bottom: 0;
  }
}
.eventPage .kv .title {
  background-color: rgba(255, 255, 255, 0);
  margin-top: 4%;
  width: 100%;
}
@media all and (min-width: 1025px) {
  .eventPage .kv .title {
    margin-top: -30px;
    max-width: 680px;
  }
}
.eventPage .kv .subtitle {
  margin-bottom: 15px;
  max-width: 150px !important;
  width: 40%;
}
@media all and (min-width: 1025px) {
  .eventPage .kv .subtitle {
    width: 100%;
    max-width: 205px !important;
  }
}
.eventPage .kv .kv-sonic {
  animation: sonicShake 1s infinite ease-in-out;
  display: block;
  transform-origin: center center;
  will-change: transform, filter;
}
@keyframes sonicShake {
  0% {
    filter: brightness(1);
  }
  20% {
    filter: brightness(1.2);
  }
  40% {
    filter: brightness(1.1);
  }
  60% {
    filter: brightness(1.3);
  }
  80% {
    filter: brightness(1.1);
  }
  100% {
    filter: brightness(1);
  }
}
.eventPage .kv .kvWrapper {
  position: relative;
  width: 100%;
  margin: 5% auto 0;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  justify-items: start;
  grid-auto-rows: max-content;
}
@media all and (min-width: 1025px) {
  .eventPage .kv .kvWrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.eventPage .kv .kvWrapper .kvList {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  gap: 32px;
}
.eventPage .kv .kvWrapper .kvList a img {
  width: 100%;
}
.eventPage .kv .kvWrapper .kvList a:first-child {
  justify-self: start;
}
.eventPage .kv .kvWrapper .kvList a:last-child {
  justify-self: start;
}
@media all and (min-width: 1025px) {
  .eventPage .kv .kvWrapper .kvList a:last-child {
    justify-self: end;
  }
}
@media all and (min-width: 1025px) {
  .eventPage .kv .kvWrapper .kvList {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-left: 0%;
  }
}
.eventPage .kv .kvphone img {
  width: 70%;
  height: auto;
  display: block;
  float: right;
  margin-right: 10%;
}
@media all and (min-width: 1025px) {
  .eventPage .kv .kvphone img {
    width: 100%;
    max-width: 300px !important;
    height: auto;
    margin-top: 5%;
    float: none;
  }
}
.eventPage .kv .kvphone.kvphone_m {
  display: block;
}
@media all and (min-width: 1025px) {
  .eventPage .kv .kvphone.kvphone_m {
    display: none;
  }
}
.eventPage .kv .kvphone.kvphone_pc {
  display: none;
}
@media all and (min-width: 1025px) {
  .eventPage .kv .kvphone.kvphone_pc {
    display: block;
  }
}
.eventPage .kv .poster {
  width: 100%;
}
.eventPage .kv .poster.ppc {
  display: none;
}
@media all and (min-width: 1025px) {
  .eventPage .kv .poster.ppc {
    padding-top: 30px;
    display: block;
  }
}
.eventPage .kv .poster.ppm {
  display: block;
}
@media all and (min-width: 1025px) {
  .eventPage .kv .poster.ppm {
    display: none;
  }
}
.eventPage .tele {
  position: relative;
  width: 92%;
  margin-left: 4%;
  margin-top: 4%;
}
.eventPage .tele .teleWrap {
  position: relative;
  display: grid;
  gap: 30px;
  margin: 30px auto;
}
@media all and (min-width: 1025px) {
  .eventPage .tele .teleWrap {
    gap: 20px;
    padding-top: 20px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin: 0 auto;
  }
}
.eventPage .tele .teleWrap .teleLeft {
  position: relative;
  display: grid;
  gap: 20px;
  padding-bottom: 0px;
}
.eventPage .tele .teleListslider {
  width: 100%;
  overflow: hidden;
}
.eventPage .videoWrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 16px;
}
.eventPage .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.eventPage a img {
  transition: all 0.5s linear;
  transform: scale3d(1, 1, 1);
}
.eventPage a:hover img {
  transition: all 0.5s linear;
  transform: scale3d(1.05, 1.05, 1);
}

.mfomain_container {
  position: relative;
}
.mfomain_container img {
  width: 100%;
}
.mfomain_container .mfomain_menu {
  width: 90%;
  margin: 0 auto;
  display: grid;
  gap: 16px;
  padding: 20px 0;
}
@media all and (min-width: 1025px) {
  .mfomain_container .mfomain_menu {
    gap: 24x;
  }
}
.mfomain_container .mfomain_menu .mfomain_item {
  position: relative;
  text-align: center;
  margin: 15px 0;
}
.mfomain_container .mfomain_menu .mfomain_item .item_btnimg {
  display: none;
}
@media all and (min-width: 1025px) {
  .mfomain_container .mfomain_menu .mfomain_item .item_btnimg {
    display: block;
  }
}
.mfomain_container .mfomain_menu .mfomain_item .item_btnimg_m {
  display: block;
}
@media all and (min-width: 1025px) {
  .mfomain_container .mfomain_menu .mfomain_item .item_btnimg_m {
    display: none;
  }
}
.mfomain_container .mfomain_menu .mfomain_fourCol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media all and (min-width: 1025px) {
  .mfomain_container .mfomain_menu .mfomain_fourCol {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.mfomain_container a img {
  transition: all 0.5s linear;
  transform: scale3d(1, 1, 1);
}
.mfomain_container a:hover img {
  transition: all 0.5s linear;
  transform: scale3d(1.05, 1.05, 1);
}

/* owl-carousel */
.owl-carousel {
  position: relative;
  width: 100%;
}
.owl-carousel .item img {
  width: 100%;
  height: auto;
  display: block;
}

.teleListslider .owl-theme .owl-nav {
  display: none !important;
  margin-top: 0 !important;
}
.teleListslider .owl-theme .owl-dots {
  position: absolute;
  display: block !important;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12%;
}
.teleListslider .owl-theme .owl-dots .owl-dot.active span,
.teleListslider .owl-theme .owl-dots .owl-dot:hover span {
  background: #ff6700 !important;
}
.teleListslider .owl-theme .owl-dots .owl-dot span {
  background: #000 !important;
}

.supersaleslider {
  width: calc(100% - 80px);
  margin: 0 auto;
}
.supersaleslider .owl-nav {
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  pointer-events: none;
}
.supersaleslider .owl-nav button.owl-prev,
.supersaleslider .owl-nav button.owl-next {
  background: none;
  border: none;
  font-size: 50px !important;
  color: #ff6700 !important;
  cursor: pointer;
  pointer-events: auto;
}
.supersaleslider .owl-nav button.owl-prev {
  margin-left: -30px;
}
.supersaleslider .owl-nav button.owl-next {
  margin-right: -30px;
}
.supersaleslider .owl-theme .owl-dots {
  display: block !important;
}
.supersaleslider .owl-theme .owl-dots .owl-dot.active span,
.supersaleslider .owl-theme .owl-dots .owl-dot:hover span {
  background: #ff6700 !important;
}