/*---- font ----*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.0/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Noto+Emoji&family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");

html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  margin: 0 auto;
  background-color: #000000;
}

ol,
ul {
  padding-left: 0;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

a:hover {
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  position: relative;
}

.MACdownload {
  position: relative;
  width: 100%;
  height: auto;
  padding: 24.5% 0%;
  background-image: url('https://res1-nte.iwplay.com.tw/events/MACdownload/MAC_260424/images/pc_bg.webp');
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  top: 0;
}


@keyframes breathingEffect {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.download {
  width: 16vw;
  height: 10vw;
  background-image: url(https://res1-nte.iwplay.com.tw/events/MACdownload/MAC_260424/images/mac_download.webp);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9;
  transition: transform 0.3s ease;
  cursor: pointer;
  animation: 2.5s ease-in-out 0s infinite normal none running breathingEffect;
  will-change: transform;
}

.slogsn {
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: 45vw;
  height: 12vw;
  background-image: url('https://res1-nte.iwplay.com.tw/events/MACdownload/MAC_260424/images/slogan.webp');
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.prizeBox {
  position: absolute;
  bottom: 14%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}

.prize {
  width: 20vw;
  height: 10vw;
  z-index: 9;
  background-image: url('https://res1-nte.iwplay.com.tw/events/MACdownload/MAC_260424/images/prize.webp');
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  order: 1;
  display: none;
}

.applemac {
  position: absolute;
  bottom: 16%;
  left: 50%;
  transform: translateX(-50%);
  width: 28vw;
  height: 5vw;
  background-image: url(https://res1-nte.iwplay.com.tw/events/MACdownload/MAC_260424/images/applemac.webp);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  display: none;
}

.text {
  position: absolute;
  bottom: 14%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  z-index: 9;
  font-size: 1vw;
  text-align: center;
  color: #ffffff;
  white-space: nowrap;
  text-shadow: 0px 0px 3px rgb(0 0 0);
}




@media only screen and (min-width: 1921px) {}

/*---- footer ----*/
footer {
  position: relative;
  padding: 10px 0;
  color: #fff;
  font-size: 0.7rem;
  text-align: center;
  letter-spacing: 0.2px;
  line-height: normal;
  background: #000;
  z-index: 2;
}

footer p,
footer ul {
  margin-bottom: 0;
}

footer p a {
  color: inherit;
}

footer p a:hover {
  color: #e51737;
  text-decoration: none;
  transition: 0.3s ease;
}

footer .copyright,
footer .company,
footer p,
footer .grading,
footer ul {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

footer .copyright {
  margin-right: 10px;
}

footer img {
  margin: 0 6px;
}

footer ul {
  font-size: 0.6rem;
  list-style: none;
}

@media only screen and (max-width: 1440.98px) {
  h1 {
    font-size: 4rem;
  }
}

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

  footer .copyright,
  footer .company,
  footer p,
  footer .grading {
    display: block;
    margin: 15px auto;
    text-align: center;
  }

  footer .copyright {
    margin-bottom: 20px;
  }

  footer ul {
    text-align: left;
  }
}

@media only screen and (max-width: 991.98px) {
  h1 {
    top: 700px;
    position: relative;
  }




}

@media only screen and (max-width: 767.98px) {
  .MACdownload {
    position: relative;
    width: 100%;
    height: auto;
    padding: 83% 0%;
    background-image: url('https://res1-nte.iwplay.com.tw/events/MACdownload/MAC_260424/images/sp_bg.webp');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    top: 0;
  }

  .download {
    width: 44vw;
    height: 26vw;
    background-image: url(https://res1-nte.iwplay.com.tw/events/MACdownload/MAC_260424/images/mac_download.webp);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 9;
    transition: transform 0.3s ease;
    cursor: pointer;
    animation: 2.5s ease-in-out 0s infinite normal none running breathingEffect;
    will-change: transform;
  }


  .slogsn {
    position: absolute;
    bottom: 18%;
    left: 50%;
    transform: translateX(-50%);
    width: 76vw;
    height: 50vw;
    background-image: url('https://res1-nte.iwplay.com.tw/events/MACdownload/MAC_260424/images/slogan_sp.webp');
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
  }

  .prizeBox {
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vw;
  }

  .applemac {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 90vw;
    height: 10vw;
    background-image: url(https://res1-nte.iwplay.com.tw/events/MACdownload/MAC_260424/images/applemac.webp);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
  }

  .text {
    font-size: 2.5vw;
    bottom: 4%;
  }
}

@media only screen and (max-width: 575.98px) {
  h1 {
    font-size: 2.3rem;
    top: 290px;
    position: relative;
  }

  h2 {
    font-size: 2.3rem;
    padding-top: 1.5rem;
  }

  .content {
    padding: 20% 0 5% 0;
    min-height: 70vh;
  }

}

@media only screen and (max-width: 280px) {
  h1 {
    font-size: 2rem;
  }
}