@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap");
* {
  box-sizing: border-box;
}

*:focus {
  outline-style: none;
}

* {
  box-sizing: border-box;
}
*:focus {
  outline-style: none;
}

html {
  overflow-x: hidden;
  font-family: "Noto Sans TC", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Microsoft JhengHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

body {
  width: 100%;
  margin: 0 auto;
}
body::before {
  content: "";
  width: 100%;
  height: 50px;
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
@media screen and (min-width: 744px) {
  body::before {
    height: 0;
  }
}

.clearfix {
  *zoom: 1;
  /*For IE 6&7 only*/
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.video iframe {
  width: 96%;
  margin: 0 2%;
  z-index: 100;
  position: relative;
}

header {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 900;
  position: fixed;
  top: 0;
  transition: all 0.2s ease;
}
header.float {
  transition: all 0.2s ease;
}
@media screen and (min-width: 744px) {
  header {
    height: 62px;
  }
}
header .container {
  justify-content: space-between;
}
header .container .link li a {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 744px) {
  header .container .link li a {
    width: 32px;
    height: 32px;
  }
}
header .container .link li:nth-child(2) {
  margin-left: 16px;
  margin-right: 16px;
}
@media screen and (min-width: 744px) {
  header .container .link li:nth-child(2) {
    margin-left: 20px;
    margin-right: 20px;
  }
}

header .container,
footer .container {
  width: 100%;
  max-width: 1440px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 744px) {
  header .container,
  footer .container {
    padding: 0 30px;
  }
}
header .container .myv-logo,
footer .container .myv-logo {
  width: 100px;
}
header .container .myv-logo img,
header .container .myv-logo svg,
footer .container .myv-logo img,
footer .container .myv-logo svg {
  width: 100%;
}
@media screen and (min-width: 744px) {
  header .container .myv-logo,
  footer .container .myv-logo {
    width: 140px;
  }
}
header .container .link,
footer .container .link {
  display: flex;
  align-items: center;
}
header .container .link li a,
footer .container .link li a {
  display: block;
}
header .container .link li a svg,
footer .container .link li a svg {
  width: 100%;
}
header .container .link li a svg path,
header .container .link li a svg polygon,
header .container .link li a svg g,
footer .container .link li a svg path,
footer .container .link li a svg polygon,
footer .container .link li a svg g {
  transition: all 0.3s ease;
}
header .container .link li a:hover svg path,
header .container .link li a:hover svg polygon,
header .container .link li a:hover svg g,
footer .container .link li a:hover svg path,
footer .container .link li a:hover svg polygon,
footer .container .link li a:hover svg g {
  transition: all 0.3s ease;
}
header .container .link .myvideo a svg .icon-mask,
footer .container .link .myvideo a svg .icon-mask {
  display: none;
}
header .container .link .myvideo a svg .icon-icon,
footer .container .link .myvideo a svg .icon-icon {
  display: none;
}
header .container .link .myvideo:hover a svg .icon-bg,
footer .container .link .myvideo:hover a svg .icon-bg {
  fill: #F57600;
}
header .container .link .myvideo:hover a svg .icon-mask,
footer .container .link .myvideo:hover a svg .icon-mask {
  display: block;
}
header .container .link .myvideo:hover a svg .icon-icon,
footer .container .link .myvideo:hover a svg .icon-icon {
  fill: #FFFFFF;
  display: block;
}
header .container .link .facebook a svg .icon-icon,
footer .container .link .facebook a svg .icon-icon {
  fill: transparent;
}
header .container .link .facebook:hover a svg .icon-bg,
footer .container .link .facebook:hover a svg .icon-bg {
  fill: #1877f2;
}
header .container .link .facebook:hover a svg .icon-icon,
footer .container .link .facebook:hover a svg .icon-icon {
  fill: #FFFFFF;
}
header .container .link .youtube a svg .icon-icon,
footer .container .link .youtube a svg .icon-icon {
  fill: transparent;
}
header .container .link .youtube:hover a svg .icon-bg,
footer .container .link .youtube:hover a svg .icon-bg {
  fill: red;
}
header .container .link .youtube:hover a svg .icon-icon,
footer .container .link .youtube:hover a svg .icon-icon {
  fill: #FFFFFF;
}

.main-content {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  margin: 0 auto;
}

footer {
  text-align: center;
  margin: 80px auto 0;
  padding: 40px 0;
}
footer .container {
  justify-content: space-between;
}
@media screen and (min-width: 744px) {
  footer .container {
    justify-content: space-around;
  }
}
footer .container .link li {
  margin-right: 10px;
}
@media screen and (min-width: 375px) {
  footer .container .link li {
    margin-right: 12px;
  }
}
@media screen and (min-width: 744px) {
  footer .container .link li {
    margin-right: 16px;
  }
}
footer .container .link li img {
  height: 100%;
}
footer .container .link li a svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
@media screen and (min-width: 744px) {
  footer .container .link li a svg {
    width: 32px;
    height: 32px;
  }
}
footer .container .link li:last-child {
  margin-right: 0;
}
footer .container .link .ott div {
  width: 28px;
  height: 35px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 375px) {
  footer .container .link .ott div {
    width: 32px;
    height: 40px;
  }
}
@media screen and (min-width: 744px) {
  footer .container .link .ott div {
    width: 42px;
    height: 51px;
  }
}
footer .container .link .ott div img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
footer .container .link .appstore a,
footer .container .link .googleplay a {
  width: auto;
  height: 24px;
  display: flex;
  border-radius: 90px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 744px) {
  footer .container .link .appstore a,
  footer .container .link .googleplay a {
    height: 32px;
  }
}
footer .container .link .appstore a img,
footer .container .link .googleplay a img {
  width: auto;
  height: 100%;
  border-radius: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .container .link .appstore a:hover,
footer .container .link .googleplay a:hover {
  opacity: 0.85;
  transition: all 0.3s ease;
}
footer .copyright {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: 24px auto 0;
  display: inline-block;
  color: #9E9E9E;
  font-size: 13px;
  text-align: left;
  line-height: 1.2rem;
}
footer .copyright a {
  color: #9E9E9E;
}
footer .copyright a:hover {
  color: #757575;
}
@media screen and (min-width: 744px) {
  footer .copyright {
    text-align: center;
  }
}
footer .copyright .ft-br {
  display: block;
}
@media screen and (min-width: 744px) {
  footer .copyright .ft-br {
    display: inline-block;
  }
}

#top {
  width: 32px;
  height: 32px;
  padding: 5px;
  text-align: center;
  border-radius: 40px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background-color: #0F0F0F;
  border: 2px solid #bdbdbd;
  cursor: pointer;
  z-index: 800;
  display: none;
}
#top svg,
#top img {
  width: 100%;
}
@media screen and (min-width: 744px) {
  #top {
    width: 48px;
    height: 48px;
    right: 20px;
    bottom: 20px;
  }
}

body {
  color: #FFFFFF;
  background-color: #000000;
}
body header {
  background-color: rgba(39, 39, 39, 0);
}
body header.float {
  background-color: rgba(39, 39, 39, 0.95);
}
body header .container .link .myvideo a svg .icon-bg,
body footer .container .link .myvideo a svg .icon-bg {
  fill: #FFFFFF;
}
body header .container .link .facebook a svg .icon-bg,
body footer .container .link .facebook a svg .icon-bg {
  fill: #FFFFFF;
}
body header .container .link .youtube a svg .icon-bg,
body footer .container .link .youtube a svg .icon-bg {
  fill: #FFFFFF;
}
body header .container .link .ott div img,
body footer .container .link .ott div img {
  left: 0;
}
body footer {
  background-color: #272727;
  border-top: 1px solid #424242;
}

.notice .container {
  max-width: 844px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (min-width: 744px) {
  .notice .container {
    padding: 0 80px;
  }
}
@media screen and (min-width: 1280px) {
  .notice .container {
    padding: 0px;
  }
}
.notice .container h3 {
  border-left: 4px solid #FFFFFF;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  padding-left: 8px;
  text-align: justify;
  margin-bottom: 20px;
}
@media screen and (min-width: 744px) {
  .notice .container h3 {
    line-height: 35px;
    font-size: 24px;
    padding-left: 19px;
    margin-left: 2px;
  }
}
.notice .container ul,
.notice .container ol {
  list-style-type: none;
  text-align: justify;
}
.notice .container ul li,
.notice .container ol li {
  list-style-position: outside;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #9E9E9E;
  margin-top: 16px;
  margin-left: 7px;
  padding-left: 12px;
  position: relative;
}
@media screen and (min-width: 744px) {
  .notice .container ul li,
  .notice .container ol li {
    font-size: 24px;
    line-height: 35px;
    margin-left: 11px;
    padding-left: 16px;
  }
}
.notice .container ul li a,
.notice .container ol li a {
  text-decoration: underline;
  transition: 0.3s all ease-in;
}
.notice .container ul li a:hover,
.notice .container ol li a:hover {
  opacity: 0.7;
  transition: 0.3s all ease-in;
}
.notice .container ul li::before,
.notice .container ol li::before {
  content: "*";
  position: absolute;
  left: -7px;
}
@media screen and (min-width: 744px) {
  .notice .container ul li::before,
  .notice .container ol li::before {
    left: -11px;
  }
}
.notice .container ul li ul,
.notice .container ol li ul {
  list-style-type: none;
  counter-reset: counter;
}
.notice .container ul li ul li::marker,
.notice .container ol li ul li::marker {
  content: initial;
}
.notice .container ul li ul {
  list-style-type: none;
  counter-reset: counter;
}
.notice .container ul li ul li {
  margin-top: 4px;
  position: relative;
  padding-left: 20px;
}
@media screen and (min-width: 744px) {
  .notice .container ul li ul li {
    padding-left: 40px;
  }
}
.notice .container ul li ul li::before {
  content: "(" counters(counter, ".", lower-alpha) ")";
  counter-increment: counter;
  position: absolute;
  left: -7px;
}
.notice .container ul li ul li:first-child {
  margin-top: 8px;
}

.btn {
  display: inline-block;
  padding: 14px 24px;
  font-size: 18px;
  line-height: 1.3;
  color: #F57600;
  font-family: "Noto Sans TC", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Microsoft JhengHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background-color: #fff;
  font-weight: bold;
  border-radius: 90px;
  letter-spacing: normal;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
    padding: 16px 24px;
  }
}
.btn:hover {
  background-color: #f07400;
  color: #fff;
}
.btn-secondary {
  color: #F57600;
  background-color: #fff;
}
.btn-secondary:hover {
  background-color: #f07400;
  color: #fff;
}
.btn-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.btn-flex span {
  margin-right: 4px;
  width: 24px;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

::-webkit-scrollbar-thumb {
  background-color: #F57600;
  border-radius: 100px;
}

:-webkit-scrollbar-track {
  background-color: #272727;
}

body {
  background-color: #000;
  font-family: "Noto Sans TC", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Microsoft JhengHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

footer {
  margin: 0 auto;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

@keyframes mouseScroll {
  0% {
    transform: translate(0, 2px);
  }
  65% {
    transform: translate(0, 8px);
  }
  100% {
    transform: translate(0, 2px);
  }
}
.progressBar {
  width: 0%;
  max-width: 100%;
  height: 6px;
  background: #F57600;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .progressBar {
    height: 3px;
  }
}

.mouse-scroll {
  position: absolute;
  width: 24px;
  height: 38px;
  margin: 0 auto;
  bottom: 64px;
  left: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 992px) {
  .mouse-scroll {
    bottom: auto;
    width: 24px;
    height: 38px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .mouse-scroll {
    bottom: auto;
  }
}
.mouse-scroll .mouse {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 10px;
  position: relative;
}
.mouse-scroll .mouse .scroll {
  position: absolute;
  width: 2px;
  height: 6px;
  background-color: #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 9px;
  border-radius: 5px;
  animation-name: mouseScroll;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}

h1 {
  font-size: 64px;
  font-weight: 400;
  color: #bdbdbd;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-align: center;
  max-width: calc(100% - 24px);
  font-family: "Noto Sans TC", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Microsoft JhengHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
h1 strong {
  font-weight: 900;
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 56px;
  }
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
}
h1 mark {
  color: #bdbdbd;
  background-color: transparent;
}
@media screen and (max-width: 1024px) {
  h1 mark {
    display: block;
  }
}

.h2 {
  display: inline-block;
  font-size: 48px;
  line-height: 1.4;
  color: #FFF;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.15em;
  position: relative;
  margin-bottom: 64px;
}
@media screen and (max-width: 992px) {
  .h2 {
    font-size: 40px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .h2 {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
.h2-secondary {
  color: #fff;
}
.h2-secondary:before {
  background-color: #000;
}

section.myvideo-event {
  padding-top: 62px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.myvideo-event {
    padding-top: 0px;
  }
}
section.myvideo-event .event-slider-wrap {
  margin: 0 auto;
}
.video-slider-wrap {
  width: 73%;
  margin: 0 auto;
  max-width: 1056px;
}
@media screen and (max-width: 992px) {
  .video-slider-wrap {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .video-slider-wrap {
    width: 100%;
  }
}

.filmBG {
  background-image: url(https://www.myvideo.net.tw/event/McDonalds_data/filmBG.jpg);
  background-position: center top;
  background-size: cover;
}

section.slider-film {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.slider-film {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section.slider-film .video-slider-frame {
  width: 90%;
  max-width: 1328px;
  margin: 0 auto;
  padding-top: 40px;
  border-radius: 48px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), -2.433px -2.433px 4.867px 0px rgba(0, 0, 0, 0.04) inset, 0px 4.867px 4.867px 0px rgba(255, 255, 255, 0.15) inset;
  background: linear-gradient(115deg, rgba(255, 208, 155, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
}
@media screen and (max-width: 767px) {
  section.slider-film .video-slider-frame {
    width: 100%;
    border-radius: 0;
    border-right: none;
    border-left: none;
  }
}
section.slider-film .video-slider-wrap {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  section.slider-film .video-slider-wrap {
    margin-bottom: 24px;
  }
}

.film-slider .item {
  width: 100%;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .film-slider .item {
    margin-bottom: 8px;
  }
}
.film-slider .video {
  width: 100%;
}
.film-slider .post-wrap {
  background-size: 100% 100%;
  background-position: center center;
  width: 100%;
  padding-bottom: 145%;
  display: block;
  border-radius: 16px;
  background-color: #000;
  transition: all 1.5s ease-out;
}
.film-slider .post-wrap:hover {
  background-size: 110% 110%;
  opacity: 1;
}
.film-slider .video-title {
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 24px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 767px) {
  .film-slider .video-title {
    margin-bottom: 16px;
  }
}

.owl-stage {
  margin: 0 auto;
}

.owl-carousel.owl-theme .owl-dots {
  margin-top: 0;
  text-align: center;
}
.owl-carousel.owl-theme .owl-dots .owl-dot {
  height: 24px;
  background-color: transparent;
  margin-bottom: 4px;
}
.owl-carousel.owl-theme .owl-dots span {
  background-color: rgba(250, 250, 250, 0.36);
  width: 12px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  border-radius: 4px;
  transition: height 0.2s ease-out;
}
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: rgb(255, 255, 255);
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  position: relative;
  width: 12px;
  height: 20px;
  background-color: rgb(255, 255, 255);
  background-size: cover;
}
.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.owl-carousel.owl-theme .owl-nav:hover {
  background: none;
}
.owl-carousel.owl-theme .owl-nav button.owl-prev {
  position: absolute;
  left: -145px;
  width: 73px;
  height: 100%;
  background-image: url(../images/carousel/left_normal.png?ver=20220908);
  background-color: transparent;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1024px) {
  .owl-carousel.owl-theme .owl-nav button.owl-prev {
    left: -90px;
  }
}
@media screen and (max-width: 992px) {
  .owl-carousel.owl-theme .owl-nav button.owl-prev {
    display: none;
  }
}
.owl-carousel.owl-theme .owl-nav button.owl-prev:hover {
  background: none;
  background-image: url(../images/carousel/left_normal.png?ver=20220908);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0;
}
.owl-carousel.owl-theme .owl-nav button.owl-next {
  position: absolute;
  right: -145px;
  width: 73px;
  height: 8px;
  height: 100%;
  background-image: url(../images/carousel/right_normal.png);
  background-color: transparent;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1024px) {
  .owl-carousel.owl-theme .owl-nav button.owl-next {
    right: -90px;
  }
}
@media screen and (max-width: 992px) {
  .owl-carousel.owl-theme .owl-nav button.owl-next {
    display: none;
  }
}
.owl-carousel.owl-theme .owl-nav button.owl-next:hover {
  background: none;
  background-image: url(../images/carousel/right_normal.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0;
}
.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
}

.owl-carousel.owl-theme.progress-bar .owl-dots {
  text-align: center;
  height: 6px;
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  flex-flow: row wrap;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}
.owl-carousel.owl-theme.progress-bar .owl-dots .owl-dot {
  background-color: transparent;
  flex: 1 auto;
  height: 6px;
}
.owl-carousel.owl-theme.progress-bar .owl-dots span {
  background-color: rgba(189, 189, 189, 0.36);
  width: calc(100% - 20px);
  height: 6px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  position: relative;
  border-radius: 3px;
  transition: height 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .owl-carousel.owl-theme.progress-bar .owl-dots span {
    height: 3px;
    width: calc(100% - 12px);
    margin: 0 6px;
  }
}
.owl-carousel.owl-theme.progress-bar .owl-dots .owl-dot:hover span {
  background: #a7a7a7;
}
.owl-carousel.owl-theme.progress-bar .owl-dots .owl-dot.active span {
  position: relative;
  background-color: rgba(189, 189, 189, 0.36);
  width: calc(100% - 20px);
  height: 6px;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .owl-carousel.owl-theme.progress-bar .owl-dots .owl-dot.active span {
    height: 3px;
    width: calc(100% - 12px);
    margin: 0 6px;
  }
}
.owl-carousel.owl-theme.progress-bar .owl-nav.disabled + .owl-dots {
  margin-top: -24px;
}
@media screen and (max-width: 767px) {
  .owl-carousel.owl-theme.progress-bar .owl-nav.disabled + .owl-dots {
    margin-top: -12px;
  }
}/*# sourceMappingURL=style.css.map */